/* ============================================
   Component: Homepage Sections
   Source: Styles/_temp/Homepage9fa0.css (13528-15224)
   Note: excludes 13503-13527 hover override block (migrated to homepage-buttons.css)
   Rollback: remove this file include from template/components/homepage/head_assets.htm
   ============================================ */

.homepage .scrollbtn-slvl {
    display: none;
}

.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.scroll_outer-wrapper {
    z-index: 3;
}

.slick-buttons {
    background: blue;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
}

.appendDots {
    bottom: 30px;
    left: 50%;
    list-style-type: none;
    position: absolute;
    width: -webkit-calc(var(--app-width) - var(--app-header));
    width: -moz-calc(var(--app-width) - var(--app-header));
    width: calc(var(--app-width) - var(--app-header));
    z-index: 4;
}

.appendDots ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.appendDots ul .slick-buttons {
    background-color: hsla(0, 0%, 100%, 0.6);
    height: 13px;
    margin-right: 20px;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 13px;
}

.appendDots ul .slick-buttons.active,
html.no-touch .appendDots ul .slick-buttons:hover {
    background-color: #fff;
}

.appendDots ul .slick-buttons:focus {
    outline: none;
}

.appendDots ul .slick-active .slick-buttons {
    background-color: #fff;
}

@media screen and (max-width: 1023px) {
    .appendDots {
        display: none;
    }

    .scroll_outer-wrapper {
        position: absolute;
        top: var(--app-height);
    }

    .scroll_wrapper {
        margin-top: -65px;
        width: 100% !important;
    }
}

.scroll_section:not(.invisible) {
    background-color: #34657f;
}

.scroll_section.invisible {
    min-width: 100vw;
    width: var(--app-width);
}

.scroll_section.first {
    height: -webkit-calc(var(--app-height) - 70px);
    height: -moz-calc(var(--app-height) - 70px);
    height: calc(var(--app-height) - 70px);
    position: fixed;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    -o-transition: -o-transform 0.1s ease-out;
    -moz-transition: transform 0.1s ease-out, -moz-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out,
        -moz-transform 0.1s ease-out, -o-transform 0.1s ease-out;
    width: var(--app-width);
}

@media screen and (max-width: 1023px) {
    .scroll_section.first {
        position: relative;
    }
}

@media screen and (min-width: 1024px) {
    .scroll_section.first {
        height: var(--app-height);
        margin-bottom: 0;
        margin-left: 74px;
        width: -webkit-calc(var(--app-width) - 74px) !important;
        width: -moz-calc(var(--app-width) - 74px) !important;
        width: calc(var(--app-width) - 74px) !important;
    }
}

@media (orientation: portrait) and (min-width: 1024px) {
    .scroll_section.first {
        width: -moz-calc(var(--app-width) - 74px) !important;
    }
}

@media (orientation: landscape) and (min-width: 1024px) and (min-height: 800px) {
    .scroll_section.first {
        width: 100% !important;
    }
}

.scroll_section.first.hidden:before {
    background: #34657f;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.scroll_section.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .scroll_section.second {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -webkit-box-shadow: -8px 6px 13px 0 rgba(0, 0, 0, 0.18);
        -moz-box-shadow: -8px 6px 13px 0 rgba(0, 0, 0, 0.18);
        box-shadow: -8px 6px 13px 0 rgba(0, 0, 0, 0.18);
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 800px;
        width: 70vw;
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
screen and (min-width: 1024px) and (-ms-high-contrast: none) {
    .scroll_section.second {
        min-width: 70vw;
    }
}

.scroll_section .second_inner {
    width: 90%;
}

@media screen and (min-width: 1024px) {
    .scroll_section .second_inner {
        width: 70%;
    }
}

.scroll_section .second_description {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    color: #34657f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    text-align: left;
}

.scroll_section .second_description:before {
    /*background-image: url(../../../Images/img/pattern_purple.png);*/
    background-position: 0 0;
    background-repeat: no-repeat;
    content: '';
    height: 348px;
    left: auto;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 348px;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .scroll_section .second_description:before {
        left: 0;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 1023px) {
    .scroll_section .second_description:before {
        pointer-events: none;
        top: -70px;
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .scroll_section .second_description {
        max-width: 60vw;
    }
}

@media screen and (max-width: 1023px) {
    .scroll_section .second_description {
        position: static;
    }
}

.scroll_section .second_subtitle,
.scroll_section .second_title {
    text-align: center;
}

@media screen and (min-width: 1024px) {

    .scroll_section .second_subtitle,
    .scroll_section .second_title {
        text-align: left;
    }
}

.scroll_section .second_title {
    color: #34657f;
    font-size: 28px;
    font-weight: 500;
    line-height: 32.2px;
    margin: 60px auto 0;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .scroll_section .second_title {
        font-size: 49px;
        font-weight: 700;
        line-height: 49px;
        margin-top: 0;
    }
}

.scroll_section .second_title-cta {
    cursor: pointer;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

html.no-touch .scroll_section .second_title-cta:hover {
    color: #34657f;
}

.scroll_section .second_subtitle {
    font-size: 21px;
    font-weight: 300;
    margin: 10px auto 0;
}

.scroll_section .second_subtitle a {
    color: #34657f;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

html.no-touch .scroll_section .second_subtitle:hover a {
    color: #34657f;
}

@media screen and (min-width: 1024px) {
    .scroll_section .second_subtitle {
        font-size: 29.4px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.scroll_section .second_info {
    font-size: 21px;
    font-weight: 200;
    line-height: 23.8px;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .scroll_section .second_info {
        font-size: 24.92px;
        line-height: 30.8px;
        margin-top: 30px;
        min-width: 450px;
        padding-left: 15%;
        text-align: left;
    }
}

.scroll_section .second_info .text {
    display: block;
    margin-bottom: 20px;
}

.scroll_section .second_info .text a {
    color: #34657f;
    font-weight: 500;
}

html.no-touch .scroll_section .second_info .text a:hover {
    color: #34657f;
}

.scroll_section .second_info .link_info {
    color: transparent;
    display: inline-block;
    font-size: 0;
    height: 32px;
    margin-top: -10px;
    padding-left: 0;
    position: relative;
    width: 32px;
}

.scroll_section .second_info .link_info a {
    display: block;
    font-weight: 500;
    height: 100%;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.scroll_section .second_info .link_info a:before {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #34657f;
    color: transparent;
    content: '•';
    display: none;
    font-size: 25px;
    height: 17px;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 3px;
}

@media screen and (min-width: 1024px) {
    .scroll_section .second_info .link_info a:before {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

html.no-touch .scroll_section .second_info .link_info a:hover {
    color: #34657f;
}

@media screen and (min-width: 1024px) {
    .scroll_section .second_info .link_info a {
        color: #34657f;
        display: inline-block;
        margin-left: -20px;
        padding-left: 20px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .scroll_section .second_info .link_info a:hover {
        padding-left: 23px;
    }

    .scroll_section .second_info .link_info a:hover:before {
        color: #fff;
        opacity: 1;
        width: 17px;
    }

    .scroll_section .second_info .link_info {
        color: #34657f;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        height: auto;
        letter-spacing: 0.08em;
        margin-top: 20px;
        padding-left: 23px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }
}

.scroll_section .second_info .link_info:before {
    background-color: #34657f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    top: -7px;
    width: 30px;
}

@media screen and (min-width: 1024px) {
    .scroll_section .second_info .link_info:before {
        content: none;
    }
}

.scroll_section .second_info .link_info:after {
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    content: '';
    height: 7px;
    left: 30%;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(50%) rotate(-45deg);
    -moz-transform: translateY(50%) rotate(-45deg);
    -ms-transform: translateY(50%) rotate(-45deg);
    -o-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
    width: 7px;
}

@media screen and (min-width: 1024px) {
    .scroll_section .second_info .link_info:after {
        content: none;
    }
}

.scroll_section .second_info .emphasized {
    display: block;
    margin-top: 10px;
}

@media screen and (min-width: 1024px) {
    .scroll_section .second_info .emphasized {
        display: inline;
    }
}

.scroll_section .second_info a {
    color: #34657f;
}

html.no-touch .scroll_section .second_info a:hover {
    color: #34657f;
}

.scroll_section.third {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px;
    width: auto;
}

@media screen and (min-width: 1024px) {
    .scroll_section.third {
        margin-left: -1px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .scroll_section.third {
        margin: 0;
        max-width: 100%;
    }
}

@media (orientation: portrait) and (min-width: 1024px) {
    .scroll_section.third {
        padding-right: 30%;
    }
}

.scroll_section .third_inner {
    background-image: url(../../../Images/img/pattern_purple_full.png);
    background-position: 50%;
    background-repeat: no-repeat;
    -moz-background-size: 180%;
    background-size: 180%;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .scroll_section .third_inner {
        background-image: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -5%;
        -webkit-transform: translateY(20%) translateX(15%);
        -moz-transform: translateY(20%) translateX(15%);
        -ms-transform: translateY(20%) translateX(15%);
        -o-transform: translateY(20%) translateX(15%);
        transform: translateY(20%) translateX(15%);
    }
}

@media screen and (max-width: 1023px) {
    .scroll_section .third_inner {
        -moz-background-size: 900px;
        background-size: 900px;
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .scroll_section .third_inner {
        -webkit-transform: translateY(0) translateX(-100px) !important;
        -moz-transform: translateY(0) translateX(-100px) !important;
        -ms-transform: translateY(0) translateX(-100px) !important;
        -o-transform: translateY(0) translateX(-100px) !important;
        transform: translateY(0) translateX(-100px) !important;
    }
}

.scroll_section .third_background {
    display: none;
}

@media screen and (min-width: 1024px) {
    .scroll_section .third_background {
        display: block;
        height: 100%;
        position: absolute;
        -webkit-transform: translate(-10%, 10%);
        -moz-transform: translate(-10%, 10%);
        -ms-transform: translate(-10%, 10%);
        -o-transform: translate(-10%, 10%);
        transform: translate(-10%, 10%);
        width: 100%;
    }

    .scroll_section .third_background:before {
        background-color: transparent;
        /*background-image: url(../../../Images/img/pattern_purple_half.png);*/
        background-position: 50% !important;
        background-repeat: no-repeat;
        content: '';
        height: 100vh;
        position: absolute;
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        -o-transform: translateY(-30%);
        transform: translateY(-30%);
        width: 100%;
        z-index: 1;
    }

    .scroll_section .third_background .text {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        font-size: 92.4px;
        font-weight: 700;
        -webkit-justify-content: center;
        justify-content: center;
        text-shadow: -13px 7px 19px rgba(0, 0, 0, 0.16);
        z-index: 1;
        overflow-wrap: break-word;
    }
}

.scroll_section.fourth .footer {
    background-color: #34657f;
}

@media screen and (min-width: 1024px) {
    .scroll_section.fourth .footer_side {
        max-width: 1042px;
    }
}

@media screen and (min-width: 1600px) {
    .scroll_section.fourth .footer_side {
        max-width: 617px;
    }
}

.scroll_section.fourth .footer_side-top {
    overflow: hidden;
}

.scroll_section.fourth .footer_side-top:not(.has-event) .footer_side-right {
    display: none;
}

@media screen and (max-width: 1023px) {

    .scroll_section.fourth .footer_side-bottom:before,
    .scroll_section.fourth .footer_side-right:before {
        width: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .scroll_section.fourth .footer_side-left {
        background-color: #34657f;
    }

    .scroll_section.fourth .footer_side-left .location_section {
        max-width: 100%;
    }

    .scroll_section.fourth .footer_main {
        background: #34657f;
    }
}

@media only screen and (max-width: 1023px) {
    .scroll_section.fourth {
        background-color: #34657f;
    }
}

@media only screen and (max-device-width: 1024px) and (max-device-height: 2000px) and (orientation: portrait) {

    .scroll_section .hero_description,
    .scroll_section .hero_title,
    .scroll_section.second {
        margin: 0 auto;
        max-width: 500px !important;
    }
}

.profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-shadow: -13px 7px 19px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: -13px 7px 19px rgba(0, 0, 0, 0.16);
    box-shadow: -13px 7px 19px rgba(0, 0, 0, 0.16);
    cursor: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
    max-width: 188px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .profile:after {
        background: rgba(52, 101, 127, 0.5);
        content: '';
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
        will-change: opacity;
    }

    html.no-touch .profile:hover:after {
        opacity: 1;
    }
}

html.no-touch .profile:hover .profile_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (min-width: 1024px) {
    .profile {
        height: 270px;
        min-width: 217px;
        z-index: 2;
    }

    .profile:nth-of-type(2),
    .profile:nth-of-type(3),
    .profile:nth-of-type(4) {
        min-height: 270px;
        min-width: 216px;
    }
}

@media screen and (min-width: 1600px) {

    .profile:nth-of-type(2),
    .profile:nth-of-type(3),
    .profile:nth-of-type(4) {
        min-height: 320px;
        min-width: 256px;
    }
}

.profile:first-of-type {
    margin: 20px auto;
}

@media screen and (min-width: 1024px) {
    .profile:first-of-type {
        height: 320px;
        min-width: 245px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease,
            -webkit-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: opacity 0.5s ease,
            -webkit-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -o-transition: opacity 0.5s ease,
            -o-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -moz-transition: transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease,
            -moz-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease;
        transition: transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease,
            -webkit-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -moz-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -o-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9);
    }
}

@media screen and (min-width: 1600px) {
    .profile:first-of-type {
        min-height: 379px;
        min-width: 291px;
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .profile:first-of-type {
        bottom: -80px;
        left: -80px;
    }
}

.profile:nth-of-type(2) {
    margin-left: auto;
    margin-right: 30px;
}

@media screen and (min-width: 1024px) {
    .profile:nth-of-type(2) {
        margin-left: 0;
        margin-right: -10%;
        margin-top: 7%;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease 0.5s,
            -webkit-transform 2.3s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: opacity 0.5s ease 0.5s,
            -webkit-transform 2.3s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -o-transition: opacity 0.5s ease 0.5s,
            -o-transform 2.3s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -moz-transition: transform 2.3s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 0.5s,
            -moz-transform 2.3s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: transform 2.3s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 0.5s;
        transition: transform 2.3s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 0.5s,
            -webkit-transform 2.3s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -moz-transform 2.3s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -o-transform 2.3s cubic-bezier(0.25, 0.99, 0.52, 0.9);
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
screen and (min-width: 1024px) and (-ms-high-contrast: none) {
    .profile:nth-of-type(2) {
        margin-bottom: -150px;
        margin-top: auto;
    }
}

@media only screen and (min-device-width: 1024px) and (min-device-height: 1366px) and (orientation: portrait) {
    .profile:nth-of-type(2) {
        margin-right: -11%;
        margin-top: 17%;
    }
}

@media screen and (max-width: 1023px) {
    .profile:nth-of-type(2) {
        margin: 0 auto;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}

.profile:nth-of-type(3) {
    margin-left: 30px;
}

@media screen and (min-width: 1024px) {
    .profile:nth-of-type(3) {
        margin-left: 0;
        opacity: 0;
        position: absolute;
        right: 40%;
        top: -50%;
        -webkit-transition: opacity 0.5s ease 1s,
            -webkit-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: opacity 0.5s ease 1s,
            -webkit-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -o-transition: opacity 0.5s ease 1s,
            -o-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -moz-transition: transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1s,
            -moz-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1s;
        transition: transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1s,
            -webkit-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -moz-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -o-transform 1s cubic-bezier(0.25, 0.99, 0.52, 0.9);
    }
}

@media only screen and (min-device-width: 1024px) and (min-device-height: 1366px) and (orientation: portrait) {
    .profile:nth-of-type(3) {
        right: 5%;
        top: -90%;
    }
}

@media screen and (max-width: 1023px) {
    .profile:nth-of-type(3) {
        margin: 0 auto;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}

.profile:nth-of-type(4) {
    margin: 20px auto;
}

@media screen and (min-width: 1024px) {
    .profile:nth-of-type(4) {
        margin: -6% 0 0;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease 1.5s,
            -webkit-transform 1.5s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: opacity 0.5s ease 1.5s,
            -webkit-transform 1.5s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -o-transition: opacity 0.5s ease 1.5s,
            -o-transform 1.5s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -moz-transition: transform 1.5s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1.5s,
            -moz-transform 1.5s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: transform 1.5s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1.5s;
        transition: transform 1.5s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1.5s,
            -webkit-transform 1.5s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -moz-transform 1.5s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -o-transform 1.5s cubic-bezier(0.25, 0.99, 0.52, 0.9);
    }
}

@media only screen and (min-device-width: 1024px) and (min-device-height: 1366px) and (orientation: portrait) {
    .profile:nth-of-type(4) {
        margin: 14% 0 0;
    }
}

@media screen and (max-width: 1023px) {
    .profile:nth-of-type(4) {
        margin: 50px auto 0;
    }
}

.profile:before {
    background: -moz-linear-gradient(bottom,
            rgba(0, 0, 0, 0.4) 0,
            transparent 100%);
    background: -webkit-linear-gradient(bottom,
            rgba(0, 0, 0, 0.4),
            transparent);
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(0, 0, 0, 0.4)),
            to(transparent));
    background: -o-linear-gradient(bottom,
            rgba(0, 0, 0, 0.4) 0,
            transparent 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0, transparent);
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
    height: 40%;
    z-index: 1;
}

.profile:before,
.profile_info {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.profile_info {
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
    z-index: 2;
}

.profile_info.type-video:after,
.profile_info.type-video:before {
    background-color: rgba(52, 101, 127, 0.8);
    ;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 50px;
    left: 50%;
    position: absolute;
    top: -100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
}

.profile_info.type-video:after {
    background-color: transparent;
    border-color: transparent transparent transparent #fff;
    _border-color: #000 #000 #000 #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color="#ffffff");
    height: 0;
    line-height: 0px;
    -webkit-transform: translate(-40%, -50%);
    -moz-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    width: 0;
}

.profile_img {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    z-index: -1;
}

@media screen and (min-width: 1024px) {
    .profile_img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        will-change: transform;
    }
}

.profile_title {
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.profile_name {
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
}

.profile_carousel .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .profile_carousel-content {
        margin-right: 40% !important;
    }
}

@media screen and (max-width: 1023px) {
    .profile_carousel .slick-slide>div {
        height: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .profile_carousel .slick-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1023px) {
    .profile_carousel-item {
        height: 100%;
    }

    .profile_carousel-item .profile_carousel-close {
        display: block;
    }
}

.profile_carousel-item.has-link .profile_carousel-hiddenLink:focus {
    outline: none;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-bts {
        overflow: visible;
    }
}

@media screen and (max-width: 1023px) {
    .profile {
        height: 234px;
        min-height: 234px;
    }

    .profile>img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .profile {
        cursor: pointer;
        max-width: 350px;
    }
}

.stories {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 30px 10px;
}

@media screen and (min-width: 1024px) {
    .stories {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 70px;
        width: 275px;
    }

    .stories.first {
        margin-left: -20%;
    }

    .stories.first .story:first-of-type {
        position: absolute;
        right: 60%;
        top: -35%;
        -webkit-transition: opacity 0.5s ease 0.5s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: opacity 0.5s ease 0.5s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -o-transition: opacity 0.5s ease 0.5s,
            -o-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -moz-transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 0.5s,
            -moz-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 0.5s;
        transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 0.5s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -moz-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -o-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
    }

    .stories.first .story:last-of-type {
        bottom: 10%;
        position: absolute;
        right: 50%;
        -webkit-transition: opacity 0.5s ease 1s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: opacity 0.5s ease 1s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -o-transition: opacity 0.5s ease 1s,
            -o-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -moz-transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1s,
            -moz-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1s;
        transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -moz-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -o-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
    }
}

@media only screen and (min-device-width: 1024px) and (min-device-height: 1366px) and (orientation: portrait) {
    .stories.first .story:last-of-type {
        bottom: -40%;
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .stories.first {
        margin-left: 10%;
    }
}

@media screen and (min-width: 1024px) {
    .stories.second .story:first-of-type {
        position: absolute;
        top: -40%;
        -webkit-transition: opacity 0.5s ease 1.5s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: opacity 0.5s ease 1.5s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -o-transition: opacity 0.5s ease 1.5s,
            -o-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -moz-transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1.5s,
            -moz-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1.5s;
        transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 1.5s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -moz-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -o-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
    }
}

@media only screen and (min-device-width: 1024px) and (min-device-height: 1366px) and (orientation: portrait) {
    .stories.second .story:first-of-type {
        right: -40%;
        top: -40%;
    }
}

.stories.second .story:last-of-type {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

@media screen and (min-width: 1024px) {
    .stories.second .story:last-of-type {
        bottom: 10%;
        position: absolute;
        right: 14%;
        -webkit-transition: opacity 0.5s ease 2s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: opacity 0.5s ease 2s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -o-transition: opacity 0.5s ease 2s,
            -o-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        -moz-transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 2s,
            -moz-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
        transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 2s;
        transition: transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            opacity 0.5s ease 2s,
            -webkit-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -moz-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9),
            -o-transform 2s cubic-bezier(0.25, 0.99, 0.52, 0.9);
    }
}

@media only screen and (min-device-width: 1024px) and (min-device-height: 1366px) and (orientation: portrait) {
    .stories.second .story:last-of-type {
        bottom: -30%;
        right: -16%;
    }
}

@media screen and (max-width: 767px) {
    .stories {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) {

    .profile,
    .story {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}

@media only screen and (min-device-width: 1024px) and (min-device-height: 768px) and (orientation: landscape) {
    .scroll_wrapper {
        -webkit-overflow-scrolling: touch !important;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-height: 768px) and (orientation: portrait) {
    .scroll_wrapper {
        padding-bottom: 70px;
    }
}

.story {
    -webkit-box-shadow: -13px 7px 19px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: -13px 7px 19px rgba(0, 0, 0, 0.16);
    box-shadow: -13px 7px 19px rgba(0, 0, 0, 0.16);
    height: 130px;
    position: relative;
    width: 130px;
}

@media screen and (min-width: 1024px) {
    .story {
        height: 170px;
        width: 170px;
    }
}

@media screen and (min-width: 1600px) {
    .story {
        height: 200px;
        width: 200px;
    }
}

@media screen and (min-width: 1024px) {
    .story:before {
        background: rgba(52, 101, 127, 0.5);
        content: '';
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
        will-change: opacity;
        z-index: 1;
    }

    html.no-touch .story:hover:before {
        opacity: 1;
    }
}

html.no-touch .story:hover .story_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.story_info {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    background: #34657f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.story_info:before {
    will-change: transform;
    z-index: 1;
}

.story_info:after {
    will-change: transform;
    z-index: 2;
}

.story_text {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 100%;
    line-height: 15px;
    padding: 10px;
    text-align: center;
}

.story_text.cut {
    position: relative;
}

.story_text.cut:after {
    background-color: hsla(0, 0%, 100%, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 20%;
    -webkit-box-shadow: 10px 0 0 0 hsla(0, 0%, 100%, 0.4),
        20px 0 0 0 hsla(0, 0%, 100%, 0.4);
    -moz-box-shadow: 10px 0 0 0 hsla(0, 0%, 100%, 0.4),
        20px 0 0 0 hsla(0, 0%, 100%, 0.4);
    box-shadow: 10px 0 0 0 hsla(0, 0%, 100%, 0.4),
        20px 0 0 0 hsla(0, 0%, 100%, 0.4);
    content: '';
    height: 5px;
    left: 44%;
    position: absolute;
    width: 5px;
}

.story_img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
    will-change: transform;
}

.story_icon {
    background: #34657f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 35px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 35px;
    will-change: transform;
    z-index: 1;
}

.story.isYoutube .story_info:after,
.story.isYoutube .story_info:before,
.story_icon:before {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.story.isYoutube .story_info:after,
.story.isYoutube .story_info:before {
    background-color: rgba(52, 101, 127, 0.8);
    ;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 50px;
    width: 50px;
}

.story.isYoutube .story_info:after {
    background-color: transparent;
    border-color: transparent transparent transparent #fff;
    _border-color: #000 #000 #000 #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color="#ffffff");
    height: 0;
    line-height: 0px;
    -webkit-transform: translate(-40%, -50%);
    -moz-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    width: 0;
}

@media only screen and (max-device-width: 1024px) and (min-device-height: 768px) and (orientation: portrait) {
    .move-on-scroll {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}

.androidFix {
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

html {
    scrollbar-width: none;
}

::-webkit-scrollbar {
    display: none;
}

.scroll_outer-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media screen and (min-width: 1024px) {
    .scroll_outer-wrapper {
        height: 100vw;
        overflow-x: hidden;
        overflow-y: scroll;
        position: absolute;
        -webkit-transform: rotate(-90deg) translateX(-100vh) translateY(30px);
        -moz-transform: rotate(-90deg) translateX(-100vh) translateY(30px);
        -ms-transform: rotate(-90deg) translateX(-100vh) translateY(30px);
        -o-transform: rotate(-90deg) translateX(-100vh) translateY(30px);
        transform: rotate(-90deg) translateX(-100vh) translateY(30px);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        -o-transition: -o-transform 0.5s ease;
        -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease,
            -moz-transform 0.5s ease, -o-transform 0.5s ease;
        width: 100vh;
    }

    .scroll_wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-transform: rotate(90deg) translateY(-100vh);
        -moz-transform: rotate(90deg) translateY(-100vh);
        -ms-transform: rotate(90deg) translateY(-100vh);
        -o-transform: rotate(90deg) translateY(-100vh);
        transform: rotate(90deg) translateY(-100vh);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        width: 391vw;
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
screen and (min-width: 1024px) and (-ms-high-contrast: none) {
    .scroll_wrapper {
        min-width: 330vw;
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) and (min-width: 1600px),
screen and (min-width: 1024px) and (-ms-high-contrast: none) and (min-width: 1600px) {
    .scroll_wrapper {
        min-width: 300vw;
    }
}

@media screen and (min-width: 1024px) {
    .scroll_section {
        height: 100vh;
        width: 100vw;
    }
}

@media only screen and (max-width: 1023px) {
    .scroll_wrapper {
        background-color: #fff;
    }
}
