@charset "utf-8";
/* CSS Document */

.parallax__TIR {
    height: 390px;
    width: 100%;
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    left: 0px;
    display: block;
    z-index: 200010;
    pointer-events: none;
}

.parallax__TIR_layer {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.parallax__TIR--1 img {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200011;
    pointer-events: none;
}

.parallax__TIR--2 img {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 22px;
    width: 22px;
    z-index: 200012;
    pointer-events: none;
}

.parallax__TIR--3 img {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200013;
    pointer-events: none;
}

.parallax__TIR--4 img {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 52px;
    height: 50px;
    z-index: 200013;
    pointer-events: none;
}

@media only screen and (min-width: 992px) {
    .parallax__TIR_layer {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .parallax__TIR--1 img {
        display: block;
        position: absolute;
        left: 68%;
        top: -155px;
        width: 98px;
        z-index: 200011;
    }
    .parallax__TIR--2 img {
        display: block;
        position: absolute;
        left: 65%;
        top: 50px;
        z-index: 200012;
    }
    .parallax__TIR--3 img {
        display: block;
        position: absolute;
        left: 75%;
        top: 260px;
        width: 259px;
        z-index: 200013;
    }
    .parallax__TIR--4 img {
        display: block;
        position: absolute;
        left: 73%;
        top: -80px;
        z-index: 200013;
    }
}

.iTextL {
    padding-bottom: 5em;
    padding-top: 10em;
}

.iTextL a {
    text-decoration: none;
}

.iTextLimg {
    position: relative;
}

.iTextL img {
    border-radius: 25px;
    top: 50% !important;
}

.top-p0 {
    top: 20% !important;
}

.h3headr {
    font-family: Adieu-Regular, "sans-serif";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    padding-top: 50px !important;
    width: 80%;
}

.articlebody {
    padding-left: 90px;
    padding-top: 10px;
}

.mobileiTextL {
    display: block;
}

.deskiTextL {
    display: none;
}

@media only screen and (min-width: 992px) {
    .mobileiTextL {
        display: none;
    }
    .deskiTextL {
        display: block;
    }
    .h3headr {
        font-family: Adieu-Regular, "sans-serif";
        font-size: 30px;
        line-height: 40px;
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .articlebody {
        padding-left: 0px;
        padding-top: 0px;
    }
}