
body {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: #fff;
    color: #333;
    font-style: normal;
    margin: 0;
    padding: 0;
}    

.section-max-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    padding-left: 80px;
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 1068px) {
    .section-max-width {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (max-width: 735px) {
    .section-max-width {
        max-width: calc(414px + (6.25% * 2));
        padding-left: 6.25%;
        padding-right: 6.25%;
    }
}
@media only screen and (max-width: 735px) {
    .section-max-width.full-bleed-small {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 735px) {
    .section-max-width.full-bleed-small .max-width-small {
        max-width: 414px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 6.25%;
        padding-right: 6.25%;
    }
}
.subsection-hero {
    position: relative;
}
.subsection-hero .section-max-width {
    max-width: 1840px;
    padding-left: 160px;
    padding-right: 160px;
}
@media only screen and (max-width: 1068px) {
    .subsection-hero .section-max-width {
        padding-left: 120px;
        padding-right: 120px;
    }
}
@media only screen and (max-width: 735px) {
    .subsection-hero .section-max-width {
        overflow: hidden;
        max-width: calc(414px + (6.25% * 2));
        padding: 6.25%;
    }
}

.section-intro .intro-max-width {
    max-width: 1040px;
}





html.progressive-image.js [data-progressive-image],
html.progressive-image.js [data-progressive-image] * {
    background-image: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    opacity: 0;
}
.video-wrapper {
    position: relative;
    width: 100%;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(1px 1px 1px 1px);
    clip-path: inset(1px 1px 1px 1px);
}
.video-wrapper video {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
.video-wrapper video.hide {
    opacity: 0;
}
@media only screen and (max-width: 1068px) {
    .explosion-images {
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(1px 1px -50% 1px);
        clip-path: inset(1px 1px -50% 1px);
    }
}
[data-video-endframe] {
    position: absolute;
    top: 0;
    width: 100%;
}
[data-video-endframe].hide {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}


.js .section-hero {
    background-color: #000;
}
@media only screen and (max-width: 1068px) {
    .js .section-hero {
        background-color: #fff;
    }
}
.js .section-hero .anim-hero-headline {
    opacity: 0;
}
@media only screen and (max-width: 1068px) {
    .js .section-hero .anim-hero-headline {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transition-duration: 1.5s;
        transition-duration: 1.5s;
        -webkit-transition-timing-function: easeInOutQuad;
        transition-timing-function: easeInOutQuad;
        will-change: opacity, transform;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
.js .section-hero .anim-hero-sub-headline {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-timing-function: easeInOutQuad;
    transition-timing-function: easeInOutQuad;
    will-change: opacity;
    opacity: 0;
}
.js .section-hero .anim-fade-sub-headline {
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: easeInOutCubic;
    transition-timing-function: easeInOutCubic;
    opacity: 1;
}
.js .section-hero .anim-hero-lockup {
    opacity: 0;
}
@media only screen and (max-width: 1068px) {
    .js .section-hero .anim-hero-lockup {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transition-duration: 1.5s;
        transition-duration: 1.5s;
        -webkit-transition-timing-function: easeInQuad;
        transition-timing-function: easeInQuad;
        will-change: transform;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.js .section-hero .anim-hero-screen {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: easeInQuad;
    transition-timing-function: easeInQuad;
    will-change: opacity;
    opacity: 0;
}
@media only screen and (max-width: 1068px) {
    .js .section-hero .anim-hero-screen {
        -webkit-transition: unset;
        transition: unset;
    }
}
.js .section-hero.js-anim-engaged {
    background-color: #fff;
}
.js .section-hero.js-anim-engaged .anim-hero-headline {
    opacity: 0;
}
@media only screen and (max-width: 1068px) {
    .js .section-hero.js-anim-engaged .anim-hero-headline {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.js .section-hero.js-anim-engaged .anim-hero-sub-headline {
    opacity: 1;
}
.js .section-hero.js-anim-engaged .js-anim-fade-headline {
    opacity: 1;
}
.js .section-hero.js-anim-engaged .js-anim-fade-sub-headline {
    opacity: 0;
}
.js .section-hero.js-anim-engaged .anim-hero-lockup {
    opacity: 1;
}
@media only screen and (max-width: 1068px) {
    .js .section-hero.js-anim-engaged .anim-hero-lockup {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.js .section-hero.js-anim-engaged .anim-hero-screen {
    opacity: 1;
}
.js .section-hero.js-remove-transitions .anim-hero-headline {
    -webkit-transition: none;
    transition: none;
}
.js .section-hero.js-remove-transitions .anim-hero-sub-headline {
    -webkit-transition: none;
    transition: none;
}
.js .section-hero.js-remove-transitions .anim-hero-lockup {
    -webkit-transition: none;
    transition: none;
}
.js .section-hero .media-start-frame.js-hide-media-start-frame {
    opacity: 0;
}
.js .section-hero .media-fallback.js-hide-fallback-screen {
    opacity: 0;
}
html.no-js .section-hero,
html.reduced-motion .section-hero,
html.hero-fallback .section-hero,
html.aow .section-hero,
html.ie .section-hero,
html.edge .section-hero {
    background-color: #fff;
}
html.no-js .section-hero .anim-hero-headline,
html.reduced-motion .section-hero .anim-hero-headline,
html.hero-fallback .section-hero .anim-hero-headline,
html.aow .section-hero .anim-hero-headline,
html.ie .section-hero .anim-hero-headline,
html.edge .section-hero .anim-hero-headline {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
html.no-js .section-hero .anim-hero-sub-headline,
html.reduced-motion .section-hero .anim-hero-sub-headline,
html.hero-fallback .section-hero .anim-hero-sub-headline,
html.aow .section-hero .anim-hero-sub-headline,
html.ie .section-hero .anim-hero-sub-headline,
html.edge .section-hero .anim-hero-sub-headline {
    opacity: 0;
}
html.no-js .section-hero .js-anim-fade-headline,
html.reduced-motion .section-hero .js-anim-fade-headline,
html.hero-fallback .section-hero .js-anim-fade-headline,
html.aow .section-hero .js-anim-fade-headline,
html.ie .section-hero .js-anim-fade-headline,
html.edge .section-hero .js-anim-fade-headline {
    opacity: 1;
}
html.no-js .section-hero .js-anim-fade-sub-headline,
html.reduced-motion .section-hero .js-anim-fade-sub-headline,
html.hero-fallback .section-hero .js-anim-fade-sub-headline,
html.aow .section-hero .js-anim-fade-sub-headline,
html.ie .section-hero .js-anim-fade-sub-headline,
html.edge .section-hero .js-anim-fade-sub-headline {
    opacity: 0;
}
html.no-js .section-hero .anim-hero-lockup,
html.reduced-motion .section-hero .anim-hero-lockup,
html.hero-fallback .section-hero .anim-hero-lockup,
html.aow .section-hero .anim-hero-lockup,
html.ie .section-hero .anim-hero-lockup,
html.edge .section-hero .anim-hero-lockup {
    opacity: 1;
}
html.no-js .section-hero .anim-hero-screen,
html.reduced-motion .section-hero .anim-hero-screen,
html.hero-fallback .section-hero .anim-hero-screen,
html.aow .section-hero .anim-hero-screen,
html.ie .section-hero .anim-hero-screen,
html.edge .section-hero .anim-hero-screen {
    opacity: 1;
}

.section-hero .typography-custom-product-headline {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.015em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
    .section-hero .typography-custom-product-headline {
        font-size: 80px;
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: -0.015em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .typography-custom-product-headline {
        font-size: 34px;
        line-height: 1.09091;
        font-weight: 700;
        letter-spacing: -0.015em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
            
    }

}
@media only screen and (max-width: 735px) {
    .section-hero .typography-custom-product-headline {
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .section-max-width {
        max-width: unset;
    }
}
.section-hero .hero-headline {
    line-height: 1.2;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.section-hero .hero-headline-wrapper {
    padding-top: 149px;
    pointer-events: auto;
    transform: translateY(80px);
}
@media only screen and (max-width: 1068px) {
    .section-hero .hero-headline-wrapper {
        padding-top: 180px;
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .hero-headline-wrapper {
        position: relative;
        padding-top: 155px;
    }
}
.section-hero .hero-sub-headline-wrapper {
    position: absolute;
    top: 45vh;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: auto;
}
@media only screen and (max-width: 1068px) {
    .section-hero .hero-sub-headline-wrapper {
        display: none;
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .hero-sticky-wrapper {
        height: auto;
    }
}
.section-hero .hero-sticky-wrapper .hero-sticky-content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 1015px;
    max-height: 1015px;
    text-align: center;
}
@media only screen and (min-width: 1442px) {
    .section-hero .hero-sticky-wrapper .hero-sticky-content {
        min-height: 1290px;
        max-height: 1290px;
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .hero-sticky-wrapper .hero-sticky-content {
        overflow: auto;
        height: auto;
        min-height: unset;
        max-height: unset;
        text-align: left;
    }
}
.section-hero .hero-sticky-wrapper .hero-sticky-content-wrapper {
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
@media only screen and (max-width: 1068px) {
    .section-hero .hero-sticky-wrapper .hero-sticky-content-wrapper {
        position: static;
    }
}
.section-hero .hero-sticky-wrapper .hero-sticky-gap {
    height: 100vh;
}
@media only screen and (max-width: 1068px) {
    .section-hero .hero-sticky-wrapper .hero-sticky-gap {
        height: auto;
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .hero-elements-container {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .hero-elements-container {
        margin-top: 35px;
    }
}
.section-hero .lockup {
    -webkit-transform: scale(1.45) translateY(20px);
    transform: scale(1.45) translateY(20px);
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .lockup {
        margin-top: -28px;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}
.section-hero .lockup .screen {
    position: absolute;
    top: 23px;
    left: 24px;
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .screen {
        top: 18px;
        left: 19px;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .lockup .screen {
        top: 1.6%;
        left: 1.4%;
    }
}
.section-hero .lockup .image-hero-hardware {
    background-color: #000;
    will-change: transform;
    -webkit-clip-path: inset(1px 1px 1px 1px);
    clip-path: inset(1px 1px 1px 1px);
    width: 1903px;
    height: 1720px;
    background-size: 1903px 1420px;
    background-repeat: no-repeat;
    background-image: url("img/hero_hardware__cgiet9i4jw2u_large.jpg"); /* Monitör */
    position: relative;
    left: 50%;
    margin-left: -951.5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-hero .lockup .image-hero-hardware {
        background-image: url("img/hero_hardware__cgiet9i4jw2u_large_2x.jpg"); /* Monitör */
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .image-hero-hardware {
        width: 1043px;
        height: 774px;
        background-size: 1043px 774px;
        background-repeat: no-repeat;
        background-image: url("img/hero_hardware__cgiet9i4jw2u_medium.jpg"); /* Monitör */
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-hero .lockup .image-hero-hardware {
        background-image: url("img/hero_hardware__cgiet9i4jw2u_medium_2x.jpg");  /* Monitör */
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .lockup .image-hero-hardware {
        width: 455px;
        height: 338px;
        background-size: 455px 338px;
        background-repeat: no-repeat;
        background-image: url("img/hero_hardware__cgiet9i4jw2u_small.jpg"); /* Monitör */
    }
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-hero .lockup .image-hero-hardware {
        background-image: url("img/hero_hardware__cgiet9i4jw2u_small_2x.jpg"); /* Monitör */
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .image-hero-hardware {
        left: 50%;
        margin-left: -521.5px;
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .lockup .image-hero-hardware {
        left: 50%;
        margin-left: -227.5px;
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .image-hero-hardware {
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url("img/hero_hardware__cgiet9i4jw2u_large.jpg"); /* Monitör */
        background-size: cover;
        position: relative;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        left: auto;
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-hero .lockup .image-hero-hardware {
        background-image: url("img/hero_hardware__cgiet9i4jw2u_large_2x.jpg"); /* Monitör */
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .image-hero-hardware::after {
        content: "";
        display: block;
        padding-bottom: 74.19863%;
    }
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .section-hero .lockup .image-hero-hardware {
        background-repeat: no-repeat;
        background-image: url("img/hero_hardware__cgiet9i4jw2u_medium.jpg"); /* Monitör */
        background-size: cover;
    }
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 1068px) and (max-width: 1068px) and (min-resolution: 1.5dppx),
    only screen and (max-width: 1068px) and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-hero .lockup .image-hero-hardware {
        background-image: url("img/hero_hardware__cgiet9i4jw2u_medium_2x.jpg"); /* Monitör */
    }
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .section-hero .lockup .image-hero-hardware::after {
        content: "";
        display: block;
        padding-bottom: 74.20901%;
    }
}
@media only screen and (max-width: 1068px) and (max-width: 735px) {
    .section-hero .lockup .image-hero-hardware {
        background-repeat: no-repeat;
        background-image: url("img/hero_hardware__cgiet9i4jw2u_small.jpg"); /* Monitör */
        background-size: cover;
    }
}
@media only screen and (max-width: 1068px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 1068px) and (max-width: 735px) and (min-resolution: 1.5dppx),
    only screen and (max-width: 1068px) and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-hero .lockup .image-hero-hardware {
        background-image: url("img/hero_hardware__cgiet9i4jw2u_small_2x.jpg");  /* Monitör */
    }
}
@media only screen and (max-width: 1068px) and (max-width: 735px) {
    .section-hero .lockup .image-hero-hardware::after {
        content: "";
        display: block;
        padding-bottom: 74.28571%;
    }
}
.section-hero .lockup .media-start-frame {
    position: absolute;
    width: 1853px;
    height: 1043px;
    background-size: 1853px 1043px;
    background-repeat: no-repeat;
    background-image: url("img/hero_screen_startframe__fgtcii8mfj22_large.jpg"); /* Detay */
    z-index: 3;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-hero .lockup .media-start-frame {
        background-image: url("img/hero_screen_startframe__fgtcii8mfj22_large_2x.jpg"); /* Detay */
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .media-start-frame {
        width: 1011px;
        height: 569px;
        background-size: 1011px 569px;
        background-repeat: no-repeat;
        background-image: url("img/hero_screen_startframe__fgtcii8mfj22_medium.jpg"); /* Detay */
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-hero .lockup .media-start-frame {
        background-image: url("img/hero_screen_startframe__fgtcii8mfj22_medium_2x.jpg"); /* Detay */
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .lockup .media-start-frame {
        width: 441px;
        height: 244px;
        background-size: 441px 244px;
        background-repeat: no-repeat;
        background-image: url("img/hero_screen_startframe__fgtcii8mfj22_small.jpg"); /* Detay */
    }
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-hero .lockup .media-start-frame {
        background-image: url("img/hero_screen_startframe__fgtcii8mfj22_small_2x.jpg"); /* Detay */
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .media-start-frame {
        display: none;
    }
}
.section-hero .lockup .media-fallback {
    position: absolute;
    width: 1854px;
    height: 1044px;
    background-size: 1854px 1044px;
    background-repeat: no-repeat;
    background-image: url("img/hero_screen_fallback__fubungmc3aai_large.jpg"); /* Detay2 */
    z-index: 2;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-hero .lockup .media-fallback {
        background-image: url("img/hero_screen_fallback__fubungmc3aai_large_2x.jpg"); /* Detay2 */
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .media-fallback {
        width: 1011px;
        height: 569px;
        background-size: 1011px 569px;
        background-repeat: no-repeat;
        background-image: url("img/hero_screen_fallback__fubungmc3aai_medium.jpg"); /* Detay2 */
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-hero .lockup .media-fallback {
        background-image: url("img/hero_screen_fallback__fubungmc3aai_medium_2x.jpg"); /* Detay2 */
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .lockup .media-fallback {
        width: 441px;
        height: 244px;
        background-size: 441px 244px;
        background-repeat: no-repeat;
        background-image: url("img/hero_screen_fallback__fubungmc3aai_small.jpg"); /* Detay2 */
    }
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-hero .lockup .media-fallback {
        background-image: url("img/hero_screen_fallback__fubungmc3aai_small_2x.jpg"); /* Detay2 */
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .media-fallback {
        display: none;
    }
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .video-container {
        position: relative;
        top: -0.6%;
        left: -0.7%;
        width: 97%;
    }
}
@media only screen and (max-width: 735px) {
    .section-hero .lockup .video-container {
        top: 0.6%;
        left: 0;
    }
}
.section-hero .lockup .hero-video {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
@media only screen and (max-width: 1068px) {
    .section-hero .lockup .hero-video {
        width: 100%;
    }
}
html.no-js .section-hero .hero-sub-headline-wrapper,
html.reduced-motion .section-hero .hero-sub-headline-wrapper,
html.aow .section-hero .hero-sub-headline-wrapper,
html.ie .section-hero .hero-sub-headline-wrapper,
html.edge .section-hero .hero-sub-headline-wrapper,
html.hero-fallback .section-hero .hero-sub-headline-wrapper {
    display: none;
}
html.no-js .section-hero .hero-sticky-wrapper,
html.reduced-motion .section-hero .hero-sticky-wrapper,
html.aow .section-hero .hero-sticky-wrapper,
html.ie .section-hero .hero-sticky-wrapper,
html.edge .section-hero .hero-sticky-wrapper,
html.hero-fallback .section-hero .hero-sticky-wrapper {
    height: auto;
}
html.no-js .section-hero .hero-sticky-wrapper .hero-sticky-content,
html.reduced-motion .section-hero .hero-sticky-wrapper .hero-sticky-content,
html.aow .section-hero .hero-sticky-wrapper .hero-sticky-content,
html.ie .section-hero .hero-sticky-wrapper .hero-sticky-content,
html.edge .section-hero .hero-sticky-wrapper .hero-sticky-content,
html.hero-fallback .section-hero .hero-sticky-wrapper .hero-sticky-content {
    position: static;
    height: auto;
    min-height: auto;
    max-height: auto;
}
html.no-js .section-hero .hero-sticky-wrapper .hero-sticky-gap,
html.reduced-motion .section-hero .hero-sticky-wrapper .hero-sticky-gap,
html.aow .section-hero .hero-sticky-wrapper .hero-sticky-gap,
html.ie .section-hero .hero-sticky-wrapper .hero-sticky-gap,
html.edge .section-hero .hero-sticky-wrapper .hero-sticky-gap,
html.hero-fallback .section-hero .hero-sticky-wrapper .hero-sticky-gap {
    height: auto;
}
html.no-js .section-hero .hero-sticky-wrapper .lockup,
html.reduced-motion .section-hero .hero-sticky-wrapper .lockup,
html.aow .section-hero .hero-sticky-wrapper .lockup,
html.ie .section-hero .hero-sticky-wrapper .lockup,
html.edge .section-hero .hero-sticky-wrapper .lockup,
html.hero-fallback .section-hero .hero-sticky-wrapper .lockup {
    -webkit-transform: translateY(-280px) scale(0.477);
    transform: translateY(-280px) scale(0.477);
}
@media only screen and (min-width: 1442px) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup,
    html.aow .section-hero .hero-sticky-wrapper .lockup,
    html.ie .section-hero .hero-sticky-wrapper .lockup,
    html.edge .section-hero .hero-sticky-wrapper .lockup,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup {
        -webkit-transform: translateY(-140px) scale(0.67);
        transform: translateY(-140px) scale(0.67);
    }
}
@media only screen and (max-width: 1068px) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup,
    html.aow .section-hero .hero-sticky-wrapper .lockup,
    html.ie .section-hero .hero-sticky-wrapper .lockup,
    html.edge .section-hero .hero-sticky-wrapper .lockup,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
html.no-js .section-hero .hero-sticky-wrapper .lockup .media-start-frame,
html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-start-frame,
html.aow .section-hero .hero-sticky-wrapper .lockup .media-start-frame,
html.ie .section-hero .hero-sticky-wrapper .lockup .media-start-frame,
html.edge .section-hero .hero-sticky-wrapper .lockup .media-start-frame,
html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-start-frame {
    display: none;
}
@media only screen and (max-width: 1068px) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.aow .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.ie .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.edge .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-fallback {
        display: block;
        top: -0.6%;
        left: -0.7%;
        width: 97%;
        height: auto;
        background-repeat: no-repeat;
        background-image: url("img/hero_screen_fallback__fubungmc3aai_large.jpg");
        background-size: cover;
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.aow .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.ie .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.edge .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-fallback {
        background-image: url("img/hero_screen_fallback__fubungmc3aai_large_2x.jpg");
    }
}
@media only screen and (max-width: 1068px) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.aow .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.ie .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.edge .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-fallback::after {
        content: "";
        display: block;
        padding-bottom: 56.31068%;
    }
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.aow .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.ie .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.edge .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-fallback {
        background-repeat: no-repeat;
        background-image: url("img/hero_screen_fallback__fubungmc3aai_medium.jpg");
        background-size: cover;
    }
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 1068px) and (max-width: 1068px) and (min-resolution: 1.5dppx),
    only screen and (max-width: 1068px) and (max-width: 1068px) and (min-resolution: 144dpi) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.aow .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.ie .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.edge .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-fallback {
        background-image: url("img/hero_screen_fallback__fubungmc3aai_medium_2x.jpg");
    }
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.aow .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.ie .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.edge .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-fallback::after {
        content: "";
        display: block;
        padding-bottom: 56.28091%;
    }
}
@media only screen and (max-width: 1068px) and (max-width: 735px) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.aow .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.ie .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.edge .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-fallback {
        background-repeat: no-repeat;
        background-image: url("img/hero_screen_fallback__fubungmc3aai_small.jpg");
        background-size: cover;
    }
}
@media only screen and (max-width: 1068px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 1068px) and (max-width: 735px) and (min-resolution: 1.5dppx),
    only screen and (max-width: 1068px) and (max-width: 735px) and (min-resolution: 144dpi) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.aow .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.ie .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.edge .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-fallback {
        background-image: url("img/hero_screen_fallback__fubungmc3aai_small_2x.jpg");
    }
}
@media only screen and (max-width: 1068px) and (max-width: 735px) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.aow .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.ie .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.edge .section-hero .hero-sticky-wrapper .lockup .media-fallback::after,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-fallback::after {
        content: "";
        display: block;
        padding-bottom: 55.3288%;
    }
}
@media only screen and (max-width: 735px) {
    html.no-js .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.aow .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.ie .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.edge .section-hero .hero-sticky-wrapper .lockup .media-fallback,
    html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .media-fallback {
        top: 1%;
        left: 0;
    }
}
html.no-js .section-hero .hero-sticky-wrapper .lockup .video-container,
html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .video-container,
html.aow .section-hero .hero-sticky-wrapper .lockup .video-container,
html.ie .section-hero .hero-sticky-wrapper .lockup .video-container,
html.edge .section-hero .hero-sticky-wrapper .lockup .video-container,
html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .video-container {
    display: none;
}
html.no-js .section-hero .hero-sticky-wrapper .lockup .video-container video,
html.reduced-motion .section-hero .hero-sticky-wrapper .lockup .video-container video,
html.aow .section-hero .hero-sticky-wrapper .lockup .video-container video,
html.ie .section-hero .hero-sticky-wrapper .lockup .video-container video,
html.edge .section-hero .hero-sticky-wrapper .lockup .video-container video,
html.hero-fallback .section-hero .hero-sticky-wrapper .lockup .video-container video {
    display: none;
}







