.text-image-slider-mobile.first-module {
    padding-top: 137px;
    padding-bottom: 50px;
}

.text-image-slider-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 46px;
    /* or 153% */
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 0;
}

.text-image-slider-indicators {
    padding-top: 40px;
}

.text-image-slider-indicators {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-transform: uppercase;
    color: #5000A0;
}

.text-image-slider-item-image {
    padding-top: 40px;
}

.text-image-slider-item-heading {
    padding-top: 20px;
}

.text-image-slider-item-body {
    padding-top: 20px;
}

.text-image-slider-item-link {
    padding-top: 20px;
}

.text-image-slider-item-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-transform: uppercase;
    color: #2B2B2B;
}

.text-image-slider-item-body p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #2B2B2B;
}

.text-image-slider-item-link a {
    text-decoration: none;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #FF6600;
}

.parallax__nA4 {
    height: 806px;
    width: 100%;
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    display: block;
    left: 0px;
    z-index: 20;
    pointer-events: none;
}

.parallax__nA4_layer {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.parallax__nA4--1 img {
    position: absolute;
    /* left: -130px; */
    left: 6%;
    top: 120px;
    z-index: 21;
    width: 221px;
    pointer-events: none;
}

.parallax__nA4--2 img {
    position: absolute;
    left: 39%;
    top: 635px;
    z-index: 200002;
    max-width: 62px !important;
    pointer-events: none;
}

@media only screen and (min-width: 992px) {
    .text-image-slider-desktop.first-module {
        padding-top: 221px;
        padding-bottom: 100px;
    }
    .text-image-slider-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 50px;
        /* or 125% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .text-image-slider-item-subheading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 74px;
        /* identical to box height, or 370% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .text-slider-item-heading {
        padding-top: 40px;
    }
    .text-image-slider-item-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 40px;
        /* identical to box height, or 133% */
        text-transform: uppercase;
        color: #2B2B2B;
    }
    .text-image-slider-item-body {
        padding-top: 27px;
    }
    .text-image-slider-item-body p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #2B2B2B;
    }
    .text-image-slider-item-body-link {
        padding-top: 27px;
    }
    .text-image-slider-item-body-link a {
        text-decoration: none;
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        letter-spacing: 0.05em;
        color: #FF6600;
    }
    .text-image-slider-item-images-d {
        overflow: hidden;
        min-height: 454px;
    }
    .text-image-slider-item-image-d img {
        opacity: 0;
        transition: opacity 0.5s;
        /*max-height: 0;*/
        display: none;
    }
    .text-image-slider-item-image-d-active img {
        opacity: 1;
        /*max-height: 100vh;*/
        display: block;
        /*display: block;*/
    }
    .text-image-slider-body {
        padding-top: 67px;
    }
    .text-image-slider-items {
        min-height: 362px;
    }
}