body {
    font-family: 'AvenirNext LT Pro';
}

.bti-small-heading h3 {
    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: var(--blue)
}

.bti-head-image {
    padding-top: 57px;
}

.bti-head-image img {
    border-radius: 40px;
}

.bti-heading {
    padding-top: 37px;
    overflow-wrap: break-word;
}

.bti-heading h2,
.bti-heading h3 {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 45px;
    /* or 115% */
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 0;
}

.bti-small-heading-text p {
    font-size: 16px;
    line-height: 26px;
}

.bti-body {
    padding-top: 47px;
}

.bti-body p,
.bti-body li {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2B2B2B;
}

.bti-body-heading h2,
.bti-body-heading p {
    font-family: 'AvenirNext LT Pro';
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    /* padding-left: 70px;
    padding-right: 10px; */
    width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.bti-body-content p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21.86px;
    color: #2B2B2B;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 70px;
    padding-right: 10px; */
}

.mz1 {
    height: 400px;
    width: 100%;
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    left: 0px;
}

.mz2 {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mz3 {
    position: absolute;
    left: -70%;
    top: 300px;
    display: block;
    z-index: -55;
}

.mz3 img {
    width: 375px;
}

.bti-body-content a {
    color: var(--orange);
}

/* .bti-body {
    padding-left: 99px;
} */

.bti-footer-img {
    padding-top: 40px;
}

.bti-footer-img img {
    border-radius: 40px;
    width: 80%;
}

.bti-energy-bubble,
.bti-energy-bubble embed {
    position: absolute;
}

.bti-energy-bubble .bubble-large {
    max-height: 105px;
}

.bti-energy-bubble .bubble-small {
    max-height: 50px;
}

.bti-energy-bubble:nth-child(1) embed {
    left: 215px;
    top: 60px;
}

.bti-energy-bubble:nth-child(2) embed {
    left: 267px;
    top: 320px;
}

.bti-body-right {
    padding-left: 0px;
}

.bti-body-none {
    padding-left: 0px;
}

.bti-body-read-more {
    max-height: 510px;
    -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    transition: all 0.9s;
}

.bti-body-more-arrow {
    content: url("../../img/svg_s/arrows/orange_down.svg");
}

.bti-body-more {
    padding-top: 5%;
}

.bti-body-more a {
    text-decoration: none;
}

.bti-body-more p {
    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: var(--orange);
}

.bti-body-link-hover {
    cursor: pointer;
    transition: all 0.9s;
}

.bti-body-open {
    max-height: 9999px;
    -webkit-mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
}

.bti-body-open-arrow {
    transform: rotate(180deg);
}

.bti-body-link-open {
    display: none;
}

.bti-body-cta-row {
    padding-top: 20px;
    padding-bottom: 36px;
}

.bti-body-cta hr {
    opacity: 1;
}

.bti-body-cta a {
    text-decoration: none;
}

.bti-body-cta-heading {
    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: var(--orange);
}

.bti-body-cta-arrow {
    content: url("../../img/svg_s/arrows/big_text_cta/orange_right.svg");
    /* width: 8%; */
    transition: all 0.9s;
}

.bt-section-desktop {
    display: none;
}

.bt-section-mobile {
    display: block;
}

.line-animation-1 {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    left: 0px;
}

.line-animation-2 {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.line-animation {
    position: absolute;
    left: -10%;
    top: 250px;
    display: block;
    z-index: -45;
}

@media only screen and (min-width: 768px) {
    .bti-heading h2,
    .bti-heading h3 {
        font-size: 60px;
        line-height: 65px;
    }
}

@media only screen and (min-width: 992px) {
    .bt-section-desktop {
        display: block;
    }
    .bt-section-mobile {
        display: none;
    }
    .bti-header .row {
        align-items: end;
    }
    .bti-image-heading img {
        border-radius: 40px;
    }
    .bti-small-heading h3 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
        /* identical to box height, or 150% */
        text-transform: uppercase;
        color: var(--blue);
    }
    /* .bti-heading {
        padding-top: 78px;
    } */
    .bti-heading h2,
    .bti-heading h3 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 80px;
        line-height: 90px;
        /* or 110% */
        text-transform: uppercase;
        color: var(--blue);
        margin-bottom: 0;
    }
    .bti-small-heading-text p {
        font-size: 20px;
        line-height: 30px;
    }
    .bti-body-heading h2,
    .bti-body-heading p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 29px;
        color: #2B2B2B;
        padding-left: 0px;
        padding-right: 0px;
        width: auto;
    }
    .bti-body-content p,
    .bti-body-content li {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 500;
        width: auto;
        font-size: 16px;
        line-height: 21.86px;
        color: #2B2B2B;
        /* padding-left: 0px;
        padding-right: 0px; */
    }
    .bti-body-right {
        padding-left: 55%;
    }
    .bti-body-none {
        padding-left: 0px;
    }
    .bti-body-read-more {
        max-height: 420px;
        -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
        transition: all 0.9s;
    }
    .bti-footer {
        padding-top: 10%;
    }
    .bti-footer-img img {
        width: 40%;
    }
    .bti-energy-bubble:nth-child(1) {
        left: 53%;
    }
    .bti-energy-bubble:nth-child(1) embed {
        left: 0px;
        top: -80px;
    }
    .bti-energy-bubble:nth-child(2) {
        left: 75%;
    }
    .bti-energy-bubble:nth-child(2) embed {
        /* left: 1100px; */
        left: 0px;
        top: 700px;
    }
    .bti-energy-bubble:nth-child(3) {
        left: 10%;
    }
    .bti-energy-bubble:nth-child(3) embed {
        /* left: 95px; */
        left: 0px;
        top: 1400px;
    }
    .bti-energy-bubble:nth-child(4) {
        left: 22%;
    }
    .bti-energy-bubble:nth-child(4) embed {
        left: 0px;
        top: 1565px;
    }
    .bti-energy-bubble:nth-child(5) {
        left: 45%;
    }
    .bti-energy-bubble:nth-child(5) embed {
        left: 0px;
        top: 2000px;
    }
    .bti-body-more-arrow {
        content: url("../../img/svg_s/arrows/orange_down.svg");
    }
    .bti-body-more {
        padding-top: 5%;
    }
    .bti-body-more a {
        text-decoration: none;
    }
    .bti-body-more p {
        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: var(--orange);
    }
    .bti-body-link-hover {
        cursor: pointer;
        transition: all 0.9s;
    }
    .bti-body-open {
        max-height: 1500px;
        -webkit-mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
    }
    .bti-body-open-arrow {
        transform: rotate(180deg);
    }
    .bti-body-open-link {}
    .bti-body-link-open {
        display: none;
    }
    .bti-body-cta-row {
        padding-top: 20px;
        padding-bottom: 36px;
    }
    .bti-body-cta hr {
        opacity: 1;
    }
    .bti-body-cta a {
        text-decoration: none;
    }
    .bti-body-cta-heading {
        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: var(--orange);
    }
    .bti-body-cta-arrow {
        content: url("../../img/svg_s/MediumOrange.svg");
        width: 8%;
        transition: all 0.9s;
    }
    .bti-body-cta-arrow-active {
        width: 10%;
    }
    .line-animation-1 {
        height: 0 !important;
        width: 100%;
        position: absolute;
        overflow-x: visible;
        overflow-y: visible;
        left: 0px;
    }
    .line-animation-2 {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .line-animation {
        position: absolute;
        left: -10%;
        top: 400px;
        display: block;
        z-index: 999;
    }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .bti-heading h2,
    .bti-heading h3 {
        font-size: 49px;
        line-height: 55px;
    }
    .bti-small-heading-text p {
        font-size: 20px;
        line-height: 30px;
    }
}