@font-face {
    font-family: 'Harmonia Sans Std Cond';
    src: url('/dam/jcr:763f7796-5705-4972-8a46-fba28507daac/HarmoniaSansStd-BoldCond.woff2') format('woff2');
    /* src: url('/HarmoniaSansStd-BoldCond.woff2') format('woff2'); */
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maax';
    src: url('/dam/jcr:7b2f642b-aa9c-4c36-8379-57cf8d4fc83f/Maax-Regular.otf');
    /* src: url('/Maax.woff2'); */
}

@font-face {
    font-family: 'Maax Bold';
    src: url('/dam/jcr:42d48b41-5d84-4d8f-9e64-ed06c9a09117/Maax-Bold.otf');
    /* src: url('/Maax-Bold.otf'); */
}

body {
    margin: 0;
    overflow-x: hidden;
}
/* 
a, button {
    cursor: pointer;
} */

.container-1440 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.parallax {
    color: white;
    margin: 0;
    padding: 0;
    width: 100%;
    scroll-behavior: smooth;
    height: 100%;
    /* margin-top: 150px; */
}
/* *::-webkit-scrollbar {
    display: none;
} */

.header {
    box-sizing: border-box;
    height: 100%;
    position: relative;
    transform-style: inherit;
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    scroll-snap-align: start;
    overflow: hidden;
    transition: 0s !important;
    font-family: "Harmonia Sans Std Cond";
    height: 115vh;
    background-image: url("/dam/jcr:a2961de0-ff30-41d2-a489-793f66143a0c/INITIV_VISUAL-desk.png");
    /* background-image: url("/INITIV_VISUAL-desk.png"); */
    background-size: auto 120%;
    background-position-y: 0%;
    background-position-x: center;
    animation: .8s ease 0s 1 slideInFromTop;
}

.header::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("/dam/jcr:7c564189-7211-4c68-a40e-9d47bff727b2/INITIV_PATCH-NECK-desk.webp");
    /* background-image: url("/INITIV_PATCH-NECK-desk.webp"); */
    background-size: auto 120%;
    background-position-y: 0%;
    background-position-x: center;
    animation: .8s ease 0s 1 slideInFromBottomSolo;
}

.header h1 {
    margin: 0;
    position: absolute;
    bottom: calc(15vh + 180px);
    left: 0;
    margin: 0 72px;
    text-align: left;
    color: #141414;
    font-size: 180px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    letter-spacing: -3.6px;
    text-transform: uppercase;
    transition: .5s;
    animation: 1.2s ease 0s 1 slideInFromBottomSolo;
    z-index: 2;
}

/* .header,
.header:before {
    background: 50% 50% / cover;
} */

.header .following {
    position: absolute;
    right: 10%;
    top: calc(100vh - 150px);
    width: 400px;
    text-align: left;
    z-index: 2;
}

.header p {
    color: #141414;
    /* Desktop/Body M Regular */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    text-align: left;
    text-transform: none;
    margin-bottom: 32px;
    transition: .5s;
    font-family: "Maax";
}

.header a {
    color: #FFF;
    font-family: Maax;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}

.header a button {
    border-radius: 60px;
    background: var(--White, #FFF);
    border: 0;
    padding: 20px 28px 18px;
    color: var(--Black, #141414);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: "Harmonia Sans Std Cond";
}

.woman-img {
    position: absolute;
    left: 0;
    width: auto;
    height: 120%;
    /* transition: .5s; */
    object-fit: cover;
    animation: .8s ease 0s 1 slideInFromTop;
}

.patch-img {
    position: absolute;
    left: 36vh;
    height: 90%;
    top: 34%;
    animation: 1.2s ease 0s 1 slideInFromBottomSolo;
}

.header-inverted {
    transition: .5s;
}


.header::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    transition: opacity .5s;
    opacity: 0;
    z-index: 1;
}

.header-inverted::before {
    opacity: .5;
}

.header-inverted h1,
.header-inverted p {
    color: #fff !important;
}

.scroll-anchor {
    z-index: 2;
    position: absolute;
    top: 168vh;
    background: transparent;
}

.sticky-section {
    position: relative;
    /* margin-top: 58vh; */
    width: 100%;
    height: 200vh;
}

.overlay-section {
    position: sticky;
    width: 100%;
    height: calc(100vh);
    background: #fff;
    transition: .5s;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-section::before {
    content: "";
    background-image: url("/dam/jcr:6a4b0145-8544-4d4a-87b4-ff6d4dbd1bcf/plus-vector.svg");
    /* background-image: url("/plus-vector.svg"); */
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.overlay-section h2 {
    font-family: "Maax Bold";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    letter-spacing: -1.44px;
    color: transparent;
    background-image: url('/dam/jcr:4c345bee-0f04-4549-b9d7-ff4351cccfc3/black-to-purpla.webp');
    /* background-image: url('/black-to-purpla.webp'); */
    background-position: bottom;
    background-size: 25%;
    -webkit-background-clip: text;
    text-align: center;
    max-width: 864px;
    z-index: 2;
}

.invisible {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes slideInFromBottomSolo {
    0% {
        transform: translateY(30%);
    }
    100% {
        transform: translateY(0%);
    }
}

@media (max-width: 1080px) {
    .woman-img {
        left: -35%;
    }
    .header h1 {
        font-size: 120px;
    }
    .patch-img {
        left: -8vh;
    }
}
@media (max-width: 1024px) {
    .parallax {
        /* margin-top: 95px; */
    }
    .header h1 {
        bottom: 30vh;
    }
    .header .following {
        top: calc(100vh - 115px);
    }
}
@media (max-width: 900px) {
    .woman-img {
        left: -50%;
    }
    .header h1 {
        font-size: 100px;
    }
    .header .following {
        position: absolute;
        left: 0;
        margin: 0 72px;
        width: 400px;
        text-align: left;
        z-index: 2;
    }
    .overlay-section h2 {
        background-size: 30%;
    }
}
@media (min-width: 768px) {
    .mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .desktop {
        display: none;
    }
    .header h1 {
        font-size: 60px;
        left: 0;
        margin: 0 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 85%;
        letter-spacing: -1.2px;
        text-transform: uppercase;
        bottom: 30vh;
    }
    .header .following {
        margin: 0 20px;
        top: 102vh;
        width: 255px;
    }
    .header p {
        font-size: 16px;
    }
    .overlay-section h2 {
        font-size: 44px;
        background-size: 70%;
    }
    .overlay-section {
        padding: 0 20px;
    }
    .overlay-section::before {
        height: 77%;
        top: 0;
    }
    .woman-img {
        left: 0;
    }
    .parallax {
        height: 100%;
        /* margin-top: 42px; */
    }
    .header a button {
        font-size: 14px;
    }
    .header p {
        margin-bottom: 16px;
    }
    .patch-img {
        left: -4vh;
        height: 50%;
        top: 36%;
    }
    .header {
        background-image: url("/dam/jcr:4fb36e70-17d8-4292-addd-d284dbf0be96/INITIV_VISUAL-mob.png");
        /* background-image: url("/INITIV_VISUAL-mob.png"); */
        background-position-x: left;
        height: 130vh;
    }
    .header::after {
        background-image: url("/dam/jcr:cd83cfea-6e0e-4a68-90dd-c7e0bd0b0dd5/INITIV_PATCH-NECK-mob.webp.png");
        /* background-image: url("/INITIV_PATCH-NECK-mob.webp"); */
        background-position-x: left;
    }
}

.background--750e7a85-e6c8-4fff-a24f-18c97883149a > .ContentGrid {
    max-width: 100%;
}

.background--750e7a85-e6c8-4fff-a24f-18c97883149a > .ContentGrid > div > .gridComponent:first-child {
    padding: 0;
}