﻿.plg-container * {
    box-sizing: initial;
}

.plg-container img,
.plg-container video {
    display: block;
    width: 100%;
}

    .plg-container img.cover,
    .plg-container video.cover {
        height: 100%;
        object-fit: cover;
        s object-position: center;
    }

.plg-container .video-js {
    width: 100%;
    height: 100%;
}

    .plg-container .video-js.cover video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.plg-container img,
.plg-container picture img {
    max-width: none;
}

.plg-container picture.cover {
    width: 100%;
    height: 100%;
}

    .plg-container picture.cover > img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.plg-container .media-cont {
    position: relative;
    width: 100%;
}

.plg-container .overlay-cont {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

    .plg-container .overlay-cont.text-align-center {
        text-align: center;
    }

        .plg-container .overlay-cont.text-align-center .buttons-cont {
            margin: auto;
        }

    .plg-container .overlay-cont.text-align-left {
        text-align: left;
    }

        .plg-container .overlay-cont.text-align-left .buttons-cont {
            margin-right: auto;
            margin-left: 0;
        }

    .plg-container .overlay-cont.text-align-right {
        text-align: right;
    }

        .plg-container .overlay-cont.text-align-right .buttons-cont {
            margin-right: 0;
            margin-left: auto;
        }

    .plg-container .overlay-cont.align-x-center {
        justify-content: center;
    }

    .plg-container .overlay-cont.align-x-left {
        justify-content: flex-start;
    }

    .plg-container .overlay-cont.align-x-right {
        justify-content: flex-end;
    }

    .plg-container .overlay-cont.align-y-center {
        align-items: center;
    }

    .plg-container .overlay-cont.align-y-top {
        align-items: flex-start;
    }

    .plg-container .overlay-cont.align-y-bottom {
        align-items: flex-end;
    }

.plg-container .buttons-cont {
    display: flex;
    flex-direction: column;
    width: max-content;
}

    .plg-container .buttons-cont button {
        width: 100%;
        margin-bottom: 3px;
    }

.plg-container .cmsAccountModal {
    display: none;
    width: 100%;
    margin-bottom: 3.07692rem;
}

    .plg-container .cmsAccountModal .loyalty-enrollment-modal .loyalty-enrollment-info {
        padding-top: 0;
    }

        .plg-container .cmsAccountModal .loyalty-enrollment-modal .loyalty-enrollment-info .rewards-title {
            margin-top: 0;
        }

    .plg-container .cmsAccountModal .loyalty-enrollment-form .myaccount-registration-action-create-account {
        border-color: transparent;
        background-color: #000;
        color: #fff;
    }

        .plg-container .cmsAccountModal .loyalty-enrollment-form .myaccount-registration-action-create-account[disabled] {
            border-color: #ccc;
            background-color: #ccc;
            color: #fff;
        }

@media print, screen and (min-width: 40em) {
    .plg-container .cmsAccountModal {
        width: 75%;
    }
}

.main-container.country-loyalty .hide-for-loy {
    display: none;
}

.main-container:not(.country-loyalty) .show-for-loy {
    display: none;
}

.garnish-full-width.bottom-pad-default-lg {
    padding-bottom: 0;
}

.th__background {
    background: #000;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

    .th__background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.th__hero {
    height: calc(100vh - var(--header-height) - var(--menu-height));
    color: #fff;
    overflow: hidden;
    padding: 0 var(--mobile-side);
    position: relative;
}

@media screen and (min-width: 48em) {
    .th__hero {
        height: auto;
        min-height: calc(100vh - var(--header-height));
        padding: 0 var(--padding-left) 0 var(--padding-right);
        display: flex;
        justify-content: center;
        flex-direction: column;
        --padding-left: 8.28125vw;
        --padding-right: 9.0104166667vw;
    }
}

.th__hero .js-anim-inner {
    position: relative;
    transform-origin: left center;
    display: block;
    width: 120%;
}

.th__hero .is-letter {
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 47.99em) {
    .th__hero__grid {
        height: calc(100vh - var(--header-height) - var(--menu-height));
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (min-width: 48em) {
    .th__hero__grid {
        min-height: auto;
        display: grid;
        height: auto;
        grid-template-columns: repeat(2, 1fr) 25vw 3.125vw;
        grid-row-gap: 1.0416666667vw;
        grid-template-areas: "a a b ." "c c c c" "d d e .";
    }
}

@media screen and (min-width: 48em) {
    .th__hero__block {
        position: relative;
    }
}

.th__hero__a {
    grid-area: a;
}

.th__hero__b {
    grid-area: b;
}

.th__hero__c {
    grid-area: c;
}

@media screen and (min-width: 48em) {
    .th__hero__c {
        transform: translate(calc(1.0416666667vw * -1));
        margin-bottom: 1.5625vw;
        position: relative;
    }
}

.th__hero__d {
    grid-area: d;
}

.th__hero__e {
    grid-area: e;
}

.th__hero__f {
    grid-area: f;
}

@media screen and (min-width: 48em) {
    .th__hero__f {
        align-self: end;
    }
}

.th__hero__b,
.th__hero__c,
.th__hero__d {
    margin-bottom: 4.375vh;
}

.th__hero__indicator {
    position: absolute;
    opacity: 0;
    transition: opacity 1s;
}

    .th__hero__indicator.active {
        opacity: 1;
    }

@media screen and (max-width: 47.99em) {
    .th__hero__indicator {
        right: 2.6666666667vw;
        bottom: 0;
    }
}

@media screen and (min-width: 48em) {
    .th__hero__indicator {
        left: calc(100% + var(--padding-right) * 0.5);
        bottom: 0;
    }
}

@media screen and (min-width: 90em) {
    .th__hero__indicator {
        transform: translate(100%);
    }
}

.th__hero__reveal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: left;
}

.th__hero__tlbig {
    overflow: hidden;
    display: block;
}

    .th__hero__tlbig span {
        font-size: 15vw;
        line-height: 1 !important;
        text-transform: uppercase;
        font-weight: 500 !important;
        letter-spacing: normal;
    }

@media screen and (min-width: 48em) {
    .th__hero__tlbig span {
        font-size: 13.84375vw;
        line-height: 11.9791666667vw !important;
    }
}

@media screen and (min-width: 75em) {
    .th__hero__tlbig span {
        font-size: 14.3645833333vw;
    }
}

.th__hero__tlsmall {
    font-size: 6.6666666667vw;
    text-transform: initial;
    font-weight: 500 !important;
    letter-spacing: normal;
}

@media screen and (min-width: 48em) {
    .th__hero__tlsmall {
        font-size: 2.8645833333vw;
    }
}

@media screen and (max-width: 47.99em) {
    .th__hero__copy {
        padding-right: 50px !important;
    }
}

.th__hero__copy span {
    font-size: 4.2666666667vw;
    line-height: 1.4 !important;
    text-transform: initial;
    letter-spacing: normal;
}

@media screen and (min-width: 48em) {
    .th__hero__copy span {
        font-size: 1.1458333333vw;
    }
}

.th__hero__image {
    width: 40vw !important;
    border-top-right-radius: 45px;
}

@media screen and (min-width: 48em) {
    .th__hero__image {
        width: 100% !important;
        margin-bottom: 0;
        border-top-right-radius: 100px;
    }
}

.th__section {
    color: #fff;
    background: #000;
    border-top: 1px #f2f2f2 solid;
    padding: 11.4666666667vw var(--mobile-side);
    overflow: hidden;
    --side: 32.8125vw;
}

@media screen and (max-width: 63.99em) {
    .th__section .swiper {
        overflow: visible;
    }
}

@media screen and (min-width: 64em) {
    .th__section {
        display: grid;
        grid-template-columns: var(--side) calc(100vw - var(--side));
        padding: 6.5104166667vw 0;
    }
}

@media screen and (min-width: 120em) {
    .th__section {
        --side: 630px;
    }
}

.th__section__slide-item {
    width: 74.6666666667vw !important;
}

@media screen and (min-width: 64em) {
    .th__section__slide-item {
        width: 470px !important;
    }
}

.th__card__asset {
    position: relative;
}

    .th__card__asset.asset-disable {
        pointer-events: none;
    }

.th__card a {
    display: block;
}

.th__card__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.th__card__video video,
.th__card__image {
    object-fit: cover;
    width: 100% !important;
    height: 89.8666666667vw !important;
    margin-bottom: 11px;
}

@media screen and (min-width: 64em) {

    .th__card__video video,
    .th__card__image {
        width: 470px !important;
        height: 540px !important;
        margin-bottom: 18px;
    }
}

.th__card__wrapper {
    overflow: hidden;
}

.th__card__title {
    font-size: 4.8vw;
    margin-bottom: 18px !important;
    color: #fff;
}

@media screen and (min-width: 64em) {
    .th__card__title {
        font-size: 1.25vw;
    }
}

@media screen and (min-width: 120em) {
    .th__card__title {
        font-size: 24px;
    }
}

.th__card__copy {
    font-size: 4.2666666667vw;
    margin-bottom: 20px !important;
}

@media screen and (min-width: 64em) {
    .th__card__copy {
        font-size: 0.9375vw;
    }
}

@media screen and (min-width: 120em) {
    .th__card__copy {
        font-size: 18px;
    }
}

@media screen and (max-width: 63.99em) {
    .th__card__cta {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
        width: 100%;
    }
}

.th__card__cta.btn-disable {
    opacity: 0.2;
    pointer-events: none;
}

.th__card__cta:hover {
    border: 1px #fff solid !important;
}

@media screen and (min-width: 64em) {
    .th__overview {
        --side-left: 8.3333333333vw;
        --side-right: 2.6041666667vw;
    }
}

@media screen and (min-width: 120em) {
    .th__overview {
        --side-left: 160px;
        --side-right: 50px;
    }
}

@media screen and (min-width: 64em) {
    .th__overview__grid {
        display: grid;
        grid-template-areas: "side-left content side-right";
        grid-template-columns: var(--side-left) 1fr var(--side-right);
        height: 100%;
    }
}

@media screen and (min-width: 64em) {
    .th__overview__side-left {
        grid-area: side-left;
        position: relative;
    }
}

@media screen and (min-width: 64em) {
    .th__overview__side-right {
        grid-area: side-right;
    }
}

@media screen and (min-width: 64em) {
    .th__overview__content {
        position: relative;
        grid-area: content;
        align-self: center;
    }
}

.th__overview__id {
    display: block;
    margin-bottom: 4vw !important;
}

@media screen and (min-width: 64em) {
    .th__overview__id {
        display: inline-block;
        position: absolute;
        top: 0;
        right: calc(100% + var(--side-left) * 0.5);
        margin-bottom: 0 !important;
        transform: translateY(-50%);
    }
}

.th__overview__indicator {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-75%);
    display: none;
}

@media screen and (min-width: 64em) {
    .th__overview__indicator {
        display: block;
    }
}

.th__overview__title {
    position: relative;
    margin-bottom: 4vw !important;
    padding-top: 2.6666666667vw !important;
    color: #fff;
    font-size: 8.5333333333vw;
    font-weight: 500 !important;
}

.lang-nl .th__overview__title,
.lang-da .th__overview__title,
.lang-fr .th__overview__title {
    font-size: 6.6666666667vw;
}

.th__overview__title:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 35px;
    height: 4px;
    background: #fff;
}

@media screen and (min-width: 64em) {
    .th__overview__title:after {
        width: 2.8645833333vw;
        height: 5px;
    }
}

@media screen and (min-width: 120em) {
    .th__overview__title:after {
        width: 55px;
    }
}

@media screen and (min-width: 64em) {
    .th__overview__title {
        margin-bottom: 2.6041666667vw !important;
        padding-top: 1.5625vw !important;
        font-size: 2.7083333333vw;
    }

    .lang-nl .th__overview__title,
    .lang-da .th__overview__title,
    .lang-fr .th__overview__title {
        font-size: 1.8229166667vw;
    }
}

@media screen and (min-width: 120em) {
    .th__overview__title {
        margin-bottom: 50px !important;
        padding-top: 30px;
        font-size: 52px;
    }

    .lang-nl .th__overview__title,
    .lang-da .th__overview__title,
    .lang-fr .th__overview__title {
        font-size: 35px;
    }
}

.th__overview__copy {
    margin-bottom: 11.2vw !important;
    position: relative;
}

@media screen and (min-width: 64em) {
    .th__overview__copy {
        margin-bottom: 0 !important;
    }
}

.th__overview__copy span {
    font-size: 5.3333333333vw;
    font-weight: 100 !important;
    line-height: 1.2 !important;
}

@media screen and (min-width: 64em) {
    .th__overview__copy span {
        font-size: 1.6666666667vw;
    }
}

@media screen and (min-width: 120em) {
    .th__overview__copy span {
        font-size: 32px;
    }
}

.th__menu {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 101;
    text-align: center;
    padding: 15px 0;
}

@media screen and (min-width: 64em) {
    .th__menu {
        background: #191919;
        padding: 20px 0;
    }
}

.th__menu .swiper-slide {
    width: auto !important;
}

.th__menu__item__button {
    padding: 0 !important;
    margin: 0 20px !important;
    position: relative;
    background: transparent;
    color: #191919;
}

    .th__menu__item__button:hover,
    .th__menu__item__button:focus {
        background: transparent;
        color: #191919;
    }

@media screen and (min-width: 64em) {

    .th__menu__item__button:hover,
    .th__menu__item__button:focus {
        color: #fff;
    }
}

@media screen and (min-width: 64em) {
    .th__menu__item__button {
        color: #fff;
    }
}

.th__menu__item__button:hover .menu-label {
    transform: translateY(-137%);
}

.th__menu__item__button .menu-label-inner {
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

.th__menu__item__button .menu-label {
    font-size: 16px !important;
    transition: transform 0.35s;
}

.th__menu__item__button .menu-label--2 {
    position: absolute;
    top: auto;
    left: 0;
    bottom: -100%;
}

.th__menu__item__button .menu-id {
    position: absolute;
    right: calc(100% + 31px);
    top: 0;
    font-size: 11px;
}

.th__menu .swiper-slide:nth-child(3) .th__menu__item__button .menu-id {
    right: calc(100% + 41px);
}

.th__below-hero {
    color: #fff;
    min-height: calc(60vh - var(--header-height));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 var(--mobile-side);
    margin-top: calc(var(--below-hero-gap) * -1);
    position: relative;
}

@media screen and (min-width: 48em) {
    .th__below-hero {
        min-height: calc(80vh - var(--header-height));
    }
}

.th__below-hero__copy span {
    font-size: 7.4666666667vw;
    line-height: 1.2 !important;
    text-transform: initial;
    letter-spacing: normal;
    font-weight: 300 !important;
}

@media screen and (min-width: 48em) {
    .th__below-hero__copy span {
        font-size: clamp(40px, 2.7083333333vw, 60px);
        text-align: center;
    }
}

:root {
    --header-height: 115px;
    --mobile-side: 22px;
    --menu-height: 50px;
}

@media screen and (min-width: 64em) {
    :root {
        --header-height: 141px;
        --menu-height: 75px;
    }
}

.is-desc {
    display: none;
}

@media screen and (min-width: 64em) {
    .is-desc {
        display: block;
    }
}

.is-mob {
    display: block;
}

@media screen and (min-width: 64em) {
    .is-mob {
        display: none;
    }
}

.plg-container button,
.plg-container .button {
    padding: 10px 60px;
    font-size: 16px;
    line-height: 19.3px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.2s ease-out;
    border: none;
    font-family: HelveticaNeue, sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    outline: none;
    display: inline-block;
}

@media screen and (max-width: 39.99em) {

    .plg-container button,
    .plg-container .button {
        font-size: 3.7333333333vw;
        line-height: 5.12vw;
        padding: 1.6vw 10.6666666667vw;
    }
}

.plg-container .button--white {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

    .plg-container .button--white:hover {
        background-color: #000;
        color: #fff;
        border: 1px solid #000;
    }

@media screen and (max-width: 63.99em) {
    .plg-container .button--white.mob--black {
        background: #000;
        color: #fff;
        border: 1px solid #000;
    }
}

.plg-container .button--black {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

    .plg-container .button--black:hover {
        opacity: 0.75;
    }

@media screen and (max-width: 63.99em) {
    .plg-container .button--black.mob--black {
        background: #000;
        color: #fff;
        border: 1px solid #000;
    }
}

.plg-container .button--transparent-white {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

    .plg-container .button--transparent-white:hover {
        background-color: #fff;
        color: #000;
    }

.plg-container .button--transparent-black {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

    .plg-container .button--transparent-black:hover {
        background-color: #000;
        color: #fff;
    }

.plg-container .button--underline-white {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 63.99em) {
    .plg-container .button--underline-white.mob--black {
        background-color: transparent;
        color: #000;
        text-decoration: underline;
    }
}

.plg-container .button--underline-black {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 63.99em) {
    .plg-container .button--underline-black.mob--black {
        background-color: transparent;
        color: #000;
        text-decoration: underline;
    }
}

.plg-container .button--disabled,
.plg-container .button--disabled:hover {
    background-color: #ccc;
    color: #fff;
    border: 1px solid #cccccc;
    opacity: 1;
    cursor: no-drop;
}

.plg-container .buttons-cont {
    text-align: center;
}

    .plg-container .buttons-cont button,
    .plg-container .buttons-cont .button {
        margin-bottom: 5px;
    }

.plg-container h1,
.plg-container h2,
.plg-container h3,
.plg-container h4,
.plg-container h5,
.plg-container h6 {
    font-family: HelveticaNeue, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 5px;
    padding: 0;
    text-transform: none;
}

    .plg-container h1 span,
    .plg-container h2 span,
    .plg-container h3 span,
    .plg-container h4 span,
    .plg-container h5 span,
    .plg-container h6 span {
        font-weight: 500;
    }

.plg-container p,
.plg-container span,
.plg-container span a {
    font-family: HelveticaNeue, Helvetica, sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1;
    padding: 0;
}

    .plg-container span a {
        color: inherit;
        text-transform: inherit;
        font-weight: inherit;
    }

.plg-container p {
    margin: 0 0 10px;
}

.plg-container a {
    text-decoration: none;
}

    .plg-container a b,
    .plg-container a strong {
        font-family: HelveticaNeue, Helvetica, sans-serif;
        font-weight: 700;
    }

.plg-container h1.black,
.plg-container h2.black,
.plg-container h3.black,
.plg-container h4.black,
.plg-container h5.black,
.plg-container h6.black,
.plg-container p.black,
.plg-container span.black {
    color: #000;
}

.plg-container h1.white,
.plg-container h2.white,
.plg-container h3.white,
.plg-container h4.white,
.plg-container h5.white,
.plg-container h6.white,
.plg-container p.white,
.plg-container span.white {
    color: #fff;
}

.plg-container h1.fw-300,
.plg-container h2.fw-300,
.plg-container h3.fw-300,
.plg-container h4.fw-300,
.plg-container h5.fw-300,
.plg-container h6.fw-300,
.plg-container p.fw-300,
.plg-container span.fw-300 {
    font-weight: 300;
}

.plg-container h1.fw-400,
.plg-container h2.fw-400,
.plg-container h3.fw-400,
.plg-container h4.fw-400,
.plg-container h5.fw-400,
.plg-container h6.fw-400,
.plg-container p.fw-400,
.plg-container span.fw-400 {
    font-weight: 400;
}

.plg-container h1.fw-500,
.plg-container h2.fw-500,
.plg-container h3.fw-500,
.plg-container h4.fw-500,
.plg-container h5.fw-500,
.plg-container h6.fw-500,
.plg-container p.fw-500,
.plg-container span.fw-500 {
    font-weight: 500;
}

.plg-container h1.fw-600,
.plg-container h2.fw-600,
.plg-container h3.fw-600,
.plg-container h4.fw-600,
.plg-container h5.fw-600,
.plg-container h6.fw-600,
.plg-container p.fw-600,
.plg-container span.fw-600 {
    font-weight: 600;
}

.plg-container h1.fw-700,
.plg-container h2.fw-700,
.plg-container h3.fw-700,
.plg-container h4.fw-700,
.plg-container h5.fw-700,
.plg-container h6.fw-700,
.plg-container p.fw-700,
.plg-container span.fw-700 {
    font-weight: 700;
}

.plg-container h1.fw-900,
.plg-container h2.fw-900,
.plg-container h3.fw-900,
.plg-container h4.fw-900,
.plg-container h5.fw-900,
.plg-container h6.fw-900,
.plg-container p.fw-900,
.plg-container span.fw-900 {
    font-weight: 900;
}

.plg-container h1.mb0,
.plg-container h2.mb0,
.plg-container h3.mb0,
.plg-container h4.mb0,
.plg-container h5.mb0,
.plg-container h6.mb0,
.plg-container p.mb0,
.plg-container span.mb0 {
    margin-bottom: 0;
}

.plg-container .newsletter-form__cont {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

    .plg-container .newsletter-form__cont .hidden {
        display: none;
    }

.plg-container .newsletter-form__head {
    font-size: 32px;
    line-height: 38px;
}

@media screen and (max-width: 47.99em) {
    .plg-container .newsletter-form__head {
        font-size: 8.5333333333vw;
        line-height: 10.1333333333vw;
    }
    .th__menu__item__button .menu-label--2 {
        display:none !important
    }
}

.plg-container .newsletter-form__loyalty-button {
    margin: 25px auto;
}

    .plg-container .newsletter-form__loyalty-button.button--white:hover {
        border-color: #fff;
    }

@media screen and (max-width: 47.99em) {
    .plg-container .newsletter-form__loyalty-button {
        margin: 5.3333333333vw auto 6.6666666667vw;
    }
}

.plg-container .newsletter-form__messages {
    margin-top: 20px;
}

@media screen and (max-width: 47.99em) {
    .plg-container .newsletter-form__messages {
        margin-top: 5.3333333333vw;
    }
}

.plg-container .newsletter-form__messages p {
    font-weight: 500;
}

.plg-container .newsletter-form__field {
    margin: 0.78125vw 0;
    text-align: left;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 47.99em) {
    .plg-container .newsletter-form__field {
        margin: 1.3333333333vw 0;
    }
}

.plg-container .newsletter-form__email-field {
    height: 50px;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 2px;
    width: 100%;
}

    .plg-container .newsletter-form__email-field.email--invalid {
        border: 1px solid #b60b31;
        background-color: #e9d6d9;
        outline-color: #b60b31;
    }

.plg-container .newsletter-form__privacy-link {
    text-decoration: underline;
    font-size: 13px;
    line-height: 18.2px;
}

.plg-container .newsletter-form__legal-flag {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
    accent-color: #b60b31;
    position: absolute;
    cursor: pointer;
}

.plg-container .newsletter-form__privacy-copy {
    font-size: 13px;
    line-height: 18.2px;
    display: inline;
    padding-left: 25px;
}

.plg-container .newsletter-form__gender-disclaimer {
    font-size: 13px;
    line-height: 18.2px;
}

.plg-container .newsletter-form__buttons {
    display: flex;
}

    .plg-container .newsletter-form__buttons button {
        flex-grow: 1;
    }

        .plg-container .newsletter-form__buttons button:first-child {
            margin-right: 5px;
        }

        .plg-container .newsletter-form__buttons button:last-child {
            margin-left: 5px;
        }

        .plg-container .newsletter-form__buttons button.button--white:hover {
            border-color: #fff;
        }

.flex.show-xxxs {
    display: flex !important;
}

.show-xxxs {
    display: block !important;
}

.hide-xxxs {
    display: none !important;
}

@media screen and (min-width: 20em) {
    .flex.show-xxs {
        display: flex !important;
    }

    .show-xxs {
        display: block !important;
    }

    .hide-xxs {
        display: none !important;
    }
}

@media screen and (min-width: 26.25em) {
    .flex.show-xs {
        display: flex !important;
    }

    .show-xs {
        display: block !important;
    }

    .hide-xs {
        display: none !important;
    }
}

@media screen and (min-width: 40em) {
    .flex.show-sm {
        display: flex !important;
    }

    .show-sm {
        display: block !important;
    }

    .hide-sm {
        display: none !important;
    }
}

@media screen and (min-width: 48em) {
    .flex.show-md {
        display: flex !important;
    }

    .show-md {
        display: block !important;
    }

    .hide-md {
        display: none !important;
    }
}

@media screen and (min-width: 64em) {
    .flex.show-lg {
        display: flex !important;
    }

    .show-lg {
        display: block !important;
    }

    .hide-lg {
        display: none !important;
    }
}

@media screen and (min-width: 75em) {
    .flex.show-xl {
        display: flex !important;
    }

    .show-xl {
        display: block !important;
    }

    .hide-xl {
        display: none !important;
    }
}

@media screen and (min-width: 90em) {
    .flex.show-xxl {
        display: flex !important;
    }

    .show-xxl {
        display: block !important;
    }

    .hide-xxl {
        display: none !important;
    }
}

@media screen and (min-width: 120em) {
    .flex.show-xxxl {
        display: flex !important;
    }

    .show-xxxl {
        display: block !important;
    }

    .hide-xxxl {
        display: none !important;
    }
}

.scroll-down-indicator {
    margin: auto;
    cursor: pointer;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    pointer-events: all;
    width: 30px;
}

@media screen and (min-width: 48em) {
    .scroll-down-indicator {
        position: relative;
        top: auto;
        transform: none;
        right: auto;
        margin: 0;
    }
}

.scroll-down-indicator .arrow-down {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .scroll-down-indicator .arrow-down .line {
        width: 2px;
        height: 4.1666666667vw;
        overflow: hidden;
    }

@media screen and (max-width: 47.99em) {
    .scroll-down-indicator .arrow-down .line {
        width: 1px;
        height: 8vw;
    }
}

.scroll-down-indicator .arrow-down .line .inner {
    height: 100%;
    background: #fff;
    animation: arrowdown 2s infinite ease;
}

.scroll-down-indicator .arrow-down svg {
    transform: rotate(-90deg);
    margin: 1rem 0;
    transition: all 0.3s ease;
}

    .scroll-down-indicator .arrow-down svg path {
        fill: #fff;
    }

.scroll-down-indicator .arrow-down:hover svg {
    transform: rotate(-90deg) translate(-5px);
}

.scroll-down-indicator .scroll-down-label {
    color: #fff;
    transform: rotate(-90deg) translateY(calc(50% - 1px));
    white-space: nowrap;
    transform-origin: bottom left;
    position: absolute;
    top: -20px;
    left: 50%;
}

@keyframes arrowdown {
    0% {
        height: 0;
        transform: translateY(0);
    }

    50% {
        height: 100%;
        transform: translateY(0);
    }

    to {
        transform: translateY(100%);
    }
}

.plg-container .marquee__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.plg-container .marquee__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.plg-container #tnf-loader {
    display: flex;
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    transition: opacity 0.5s;
    background: #000;
}

    .plg-container #tnf-loader #loader-svg-logo {
        width: 200px;
    }

        .plg-container #tnf-loader #loader-svg-logo .fillWhite {
            fill: #fff;
        }

        .plg-container #tnf-loader #loader-svg-logo .svg-1 {
            opacity: 0.25;
        }

        .plg-container #tnf-loader #loader-svg-logo .svg-2 {
            animation: clipPath 1.5s infinite linear;
            opacity: 1;
            clip-path: inset(100% 0 0 0);
        }

@keyframes clipPath {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

    .swiper-pointer-events.swiper-vertical {
        touch-action: pan-x;
    }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height;
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

    .swiper-3d .swiper-cube-shadow,
    .swiper-3d .swiper-slide,
    .swiper-3d .swiper-slide-shadow,
    .swiper-3d .swiper-slide-shadow-bottom,
    .swiper-3d .swiper-slide-shadow-left,
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-top,
    .swiper-3d .swiper-wrapper {
        transform-style: preserve-3d;
    }

    .swiper-3d .swiper-slide-shadow,
    .swiper-3d .swiper-slide-shadow-bottom,
    .swiper-3d .swiper-slide-shadow-left,
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0, 0, 0, 0.15);
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start;
    }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

    .swiper-button-next.swiper-button-hidden,
    .swiper-button-prev.swiper-button-hidden {
        opacity: 0;
        cursor: auto;
        pointer-events: none;
    }

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        content: "prev";
    }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: "next";
    }

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translateZ(0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

    .swiper-pagination-disabled > .swiper-pagination,
    .swiper-pagination.swiper-pagination-disabled {
        display: none !important;
    }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
        display: block;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
        .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: 0.2s transform, 0.2s top;
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: 0.2s transform, 0.2s left;
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
    .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
    .swiper-pagination-progressbar.swiper-pagination-vertical,
    .swiper-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-lock {
    display: none;
}

footer.extended {
    position: relative;
}

/*Teknoloji*/
.lp-tech {
    --spacing-main: 64px;
    position: relative;
    line-height: 1.333;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-main);
}

    .lp-tech > section {
        position: relative;
    }

    .lp-tech section.tech-nav {
        margin-bottom: calc(var(--spacing-main) * -1);
    }

    .lp-tech section.banner-abs {
        position: relative;
    }

        .lp-tech section.banner-abs .media {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .lp-tech section.banner-abs .context {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
        }

            .lp-tech section.banner-abs .context .inner {
                display: flex;
                flex-direction: column;
            }

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-abs .context .inner {
        gap: 0.5rem;
    }
}

.lp-tech section.banner-abs .context .title {
    font-size: 28px;
    font-weight: 500;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-abs .context .title {
        font-size: 40px;
    }
}

.lp-tech section.banner-abs .context .subtitle {
    font-size: 20px;
    font-weight: normal;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-abs .context .subtitle {
        font-size: 24px;
    }
}

.lp-tech section.banner-abs.light {
    color: white;
}

.lp-tech section.banner-abs.lefty .context {
    padding: 1rem;
    align-items: flex-start;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-abs.bnr-1 .context {
        padding: 3rem;
        max-width: 1440px;
        margin: auto;
    }
}

.lp-tech section.banner-abs.bnr-1 .context .inner {
    width: 83.3333333333%;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-abs.bnr-1 .context .inner {
        width: 33.3333333333%;
    }
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-abs.bnr-2 .context {
        padding: 3rem;
        max-width: 1440px;
        margin: auto;
    }
}

.lp-tech section.banner-abs.bnr-2 .context .inner {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-abs.bnr-2 .context .inner {
        width: 100%;
    }
}

.lp-tech section.subbaner.sb1 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding: 64px 16px;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.subbaner.sb1 {
        font-size: 24px;
    }
}

.lp-tech section.cards1 .mtitle {
    font-size: 22px;
    font-weight: 500;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.cards1 .mtitle {
        font-size: 32px;
    }
}

.lp-tech section.cards1 .list-card {
    display: flex;
    gap: 16px;
    margin-top: 48px;
}

@media screen and (max-width: 1023px) {
    .lp-tech section.cards1 .list-card {
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px) {
    .lp-tech section.cards1 .list-card {
        gap: 48px;
    }
}

.lp-tech section.cards1 .list-card .slick-slide {
    margin: 0 8px;
}

.lp-tech section.cards1 .list-card .slick-list {
    margin: 0 -8px;
}

.lp-tech section.cards1 .list-card .item {
    flex: 1;
}

    .lp-tech section.cards1 .list-card .item .media {
        position: relative;
    }

.lp-tech section.cards1 .list-card .media {
    position: relative;
}

.lp-tech section.cards1 .list-card .context {
    padding: 16px;
}

    .lp-tech section.cards1 .list-card .context .title {
        display: block;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0.5em;
    }

@media screen and (min-width: 1024px) {
    .lp-tech section.cards1 .list-card .context .title {
        font-size: 24px;
    }
}

.lp-tech section.cards1 .list-card .context .cnt-cta {
    margin-top: 2rem;
}

.lp-tech section.cards1.technology-hub .list-card {
    margin-top: 1rem;
}

.lp-tech section.banner-halfa {
    display: flex;
    flex-direction: column;
}

    .lp-tech section.banner-halfa .context > .inner {
        padding: 24px 16px;
    }

    .lp-tech section.banner-halfa .context .subtitle {
        font-size: 18px;
    }

    .lp-tech section.banner-halfa .context .title {
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
        margin: 8px 0;
    }

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-halfa .context .title {
        font-size: 24px;
    }
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-halfa .context > .inner {
        padding: 24px;
    }
}

.lp-tech section.banner-halfa.bb2 .context .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 8px 0;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-halfa.bb2 .context .title {
        font-size: 40px;
    }
}

.lp-tech section.banner-halfa.bb3 .context .title {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
    margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-halfa.bb3 .context .title {
        font-size: 80px;
    }
}

.lp-tech section.banner-halfa.bb3 .context .cnt-cta {
    display: flex;
    gap: 16px;
    margin-top: 1rem;
}

@media screen and (max-width: 1023px) {
    .lp-tech section.banner-halfa.bb3 .context .cnt-cta {
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-halfa.bb3 .context .cnt-cta {
        gap: 24px;
    }

        .lp-tech section.banner-halfa.bb3 .context .cnt-cta .cta {
            flex: 1;
        }
}

@media screen and (max-width: 1023px) {
    .lp-tech section.banner-halfa {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .lp-tech section.banner-halfa {
        flex-direction: row;
    }

        .lp-tech section.banner-halfa.reverse {
            flex-direction: row-reverse;
        }

        .lp-tech section.banner-halfa > * {
            flex: 1;
        }
}

.lp-tech section.alt-banner-dark {
    background-color: black;
    color: white;
    padding: 24px;
}

    .lp-tech section.alt-banner-dark .title {
        font-size: 28px;
    }

@media screen and (min-width: 1024px) {
    .lp-tech section.alt-banner-dark .title {
        font-size: 40px;
    }
}

.lp-tech section.alt-banner-dark .subtitle {
    font-size: 20px;
    margin-bottom: 1.5em;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.alt-banner-dark .subtitle {
        font-size: 24px;
    }
}

.lp-tech section.simple-cards {
    --gap: 16px;
}

    .lp-tech section.simple-cards .mtitle {
        font-size: 22px;
        margin-bottom: 1em;
    }

@media screen and (min-width: 1024px) {
    .lp-tech section.simple-cards .mtitle {
        font-size: 32px;
    }
}

.lp-tech section.simple-cards .items {
    display: flex;
    gap: var(--gap);
}

@media screen and (max-width: 1023px) {
    .lp-tech section.simple-cards .items {
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px) {
    .lp-tech section.simple-cards .item {
        flex: 1;
    }
}

.lp-tech section.simple-cards .item .media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-tech section.simple-cards .item .context {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

    .lp-tech section.simple-cards .item .context .title {
        font-size: 20px;
        font-weight: 500;
    }

@media screen and (min-width: 1024px) {
    .lp-tech section.simple-cards .item .context .title {
        font-size: 24px;
    }
}

.lp-tech section.simple-cards .slick-slide {
    margin: 0 8px;
}

.lp-tech section.simple-cards .slick-list {
    margin: 0 -8px;
}

.lp-tech section.center-yin-yang {
    padding: 24px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.center-yin-yang {
        background-color: black;
        color: white;
        padding: 30px;
        padding-top: 40px;
    }
}

.lp-tech section.center-yin-yang .title {
    font-size: 28px;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.center-yin-yang .title {
        font-size: 40px;
    }
}

.lp-tech section.center-yin-yang .subtitle {
    font-size: 20px;
    margin-bottom: 1.5em;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.center-yin-yang .subtitle {
        font-size: 24px;
    }
}

.lp-tech section.yt-video .media {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .lp-tech section.yt-video .context {
        background-color: black;
        color: white;
        padding: 24px 0;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .lp-tech section.yt-video .context {
        position: absolute;
        pointer-events: none;
        inset: 0;
        color: white;
        padding: 2.5vw;
    }
}

.lp-tech section.yt-video .context .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

@media screen and (min-width: 1024px) {
    .lp-tech section.yt-video .context .title {
        font-size: 40px;
    }
}

.lp-tech section.stick-to-top {
    margin-top: calc(var(--spacing-main) * -1 + 16px);
}

@media screen and (min-width: 1024px) {
    .lp-tech section.stick-to-top {
        margin-top: calc(var(--spacing-main) * -1);
    }
}

.lp-tech img,
.lp-tech picture,
.lp-tech video {
    width: 100%;
    height: auto;
}

.lp-tech .cta.c1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 1em;
    background-color: black;
    color: white;
    border-radius: 9999px;
    width: 100%;
    font-weight: 500;
    transition-duration: 0.2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.3, 0.05, 0.25, 0.95);
}

@media screen and (min-width: 1024px) {
    .lp-tech .cta.c1 {
        width: auto;
        padding: 0 32px;
        height: 56px;
        background-color: white;
        color: black;
    }

        .lp-tech .cta.c1:hover {
            background-color: black;
            color: white;
        }
}

.lp-tech .cta.c2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 1em;
    background-color: black;
    color: white;
    border-radius: 9999px;
    width: 100%;
    font-weight: 500;
}

@media screen and (min-width: 1024px) {
    .lp-tech .cta.c2 {
        padding: 0 32px;
        height: 56px;
    }
}

.lp-tech .cta.c3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 1em;
    background-color: white;
    color: black;
    border-radius: 9999px;
    width: 100%;
    font-weight: 500;
    transition-duration: 0.2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.3, 0.05, 0.25, 0.95);
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .lp-tech .cta.c3 {
        width: auto;
        padding: 0 32px;
        height: 56px;
    }

        .lp-tech .cta.c3:hover {
            background-color: black;
            color: white;
        }
}

.lp-tech .slickslider-arrow.std {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 16px 0px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

    .lp-tech .slickslider-arrow.std.prev {
        left: 1rem;
    }

    .lp-tech .slickslider-arrow.std.next {
        right: 1rem;
    }

.lp-tech .slickslider-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.lp-tech .ssld {
    position: relative;
}

    .lp-tech .ssld .slickslider-arrow {
        position: absolute;
    }

.lp-tech .cnt-icon,
.lp-tech .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--d, 18px);
    height: var(--d, 18px);
}

.lp-tech .btn-icon {
    cursor: pointer;
}

.lp-tech .bg-black {
    background-color: black;
    color: white;
}

.lp-tech .video-container {
    position: relative;
    display: flex;
}

    .lp-tech .video-container .btn-video-control {
        position: absolute;
        --d: 32px;
        bottom: 0;
        right: 0;
        margin: 1rem;
    }

        .lp-tech .video-container .btn-video-control svg {
            fill: white;
            display: none;
        }

    .lp-tech .video-container video.is-playing + .btn-video-control svg#pause {
        display: flex;
    }

    .lp-tech .video-container video.is-paused + .btn-video-control svg#play {
        display: flex;
    }

.lp-tech .video-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: var(--aspect-ratio);
    background-image: var(--bgi);
}

@media screen and (min-width: 1024px) {
    .lp-tech .video-bg {
        aspect-ratio: var(--aspect-ratio-lg, var(--aspect-ratio));
    }
}

.tech-nav {
    --h: 48px;
    position: sticky !important;
    top: 144px;
    z-index: 100;
    background-color: #2a2a2a;
    color: #eeeeee;
    width: 100%;
    height: var(--h);
}

@media screen and (min-width: 1024px) {
    .tech-nav {
        top: 120px;
    }
}

.tech-nav .inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 100%;
}

    .tech-nav .inner > * {
        display: flex;
        align-items: center;
        height: var(--h);
        flex-shrink: 0;
    }

.tech-nav .main {
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.tech-nav a {
    color: inherit;
    text-underline-offset: 3px;
}

    .tech-nav a:hover {
        text-decoration: underline;
    }

.tech-nav .thearrow {
    --d: 32px;
}

    .tech-nav .thearrow svg {
        fill: white;
        transform: rotate(90deg);
        transition: 0.2s ease-in-out;
    }

.tech-nav.js-active .thearrow {
    --d: 32px;
}

    .tech-nav.js-active .thearrow svg {
        fill: white;
        transform: rotate(270deg);
    }

.tech-nav.js-active > .inner {
    max-height: 300px;
}

@media screen and (max-width: 1023px) {
    .tech-nav {
        height: auto;
    }

        .tech-nav > .inner {
            display: flex;
            flex-direction: column;
            height: auto;
            max-height: var(--h);
            gap: 0;
            overflow: hidden;
            transition: 0.3s ease-in-out;
            align-items: flex-start;
        }

            .tech-nav > .inner > * {
                width: 100%;
            }

            .tech-nav > .inner a {
                height: 35px;
                border-top: 1px solid white;
                font-size: 14px;
            }
}

.tech-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.slick-initialized .slick-slide {
    transform: none !important;
}

@media screen and (max-width: 1023px) {
    .desktop-only {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .mobile-only {
        display: none !important;
    }

    #app .main-container.container {
        margin-top: 86px !important;
    }
}
/*# sourceMappingURL=common.css.map */