<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.landing-page .section {
    position: relative;
    overflow: hidden;
}

.landing-page .section img {
    max-width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}
.about-img {
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.landing-page .section.section-intro {
    position: relative;
    overflow: hidden;
    /* min-height: 821px; */
}

.landing-page .container {
    position: relative;
    z-index: 5;
}

.landing-page .container h1,.landing-page .container p {
    z-index: 6;
    position: relative;
}

.landing-page .section.section-intro .intro-img-wrapper {
    position: relative;
}
.landing-page .section.section-intro .intro-img-wrapper img {
    max-width: 100%;
    position: absolute;
    left: 0px;
}

.landing-page .section.section-intro .intro-img-wrapper .intro-img {
    width: 185%;
    max-width: unset;
    left: -119px;
    max-width: unset;
    top: 65px
}

.landing-page .section.section-solution .solution-img {
    max-width: 120%;
    width: calc(100vw + 114px);
    margin-left: -68px;
    margin-top: -51px;
    rotate: 8deg;
}

@media (min-width: 768px) {
    .landing-page .section.section-intro .intro-img-wrapper .intro-img {
        left: -180px;
        width: unset;
        max-width: 150%;
        top: unset;
    }
    .landing-page .section.section-intro {
        min-height: 821px;
    }

    .landing-page .section.section-solution .solution-img {
        margin-top: 0px;
        margin-top: -243px;
        rotate: 0;
    }
}

.landing-page .section.section-intro .intro-img-wrapper .intro-attatch-img {
    top: -20px;
    left: -135px;
}
.landing-page .section-intro .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: end;
}
.landing-page .section-intro .container .intro-text {
    padding-top: 374px;
}

@media (min-width: 768px) {
    .landing-page .section.section-intro .intro-img-wrapper .intro-attatch-img {
        width: unset;
        rotate: unset;
        top: unset;
        left: unset;
    }
    .landing-page .section-intro .container .intro-text {
        padding-top: 317px;
        width: 592px;
    }
}



.landing-page .section.section-about {
    padding: 100px 0 100px 0;
    position: relative;
}

.landing-page .section.section-about .section-about-img-wrapper {
    display: none;
}
.landing-page .section.section-about .about-text-wrapper {
    position: relative;
}

.landing-page .section.section-about .container {
    margin-top: -235px;
}


.our-journery-wrapper {
    position: relative;
    padding-left: 32px;
}

@media (min-width: 1200px) {
    .landing-page .section.section-intro {
        min-height: 1019px;
    }
}

@media (min-width: 992px) {
    .landing-page .section.section-about .section-about-img-wrapper {
        display: block;
    }
    .landing-page .section.section-about .about-img-mobile-wrapper {
        display: none;
    }
    .landing-page .section.section-about .container {
        margin-top: -0;
    }
}


/* default scrollbar hidden */
.journey-text-wrapper .journey-text-content {
    overflow-y: scroll;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For IE */
}

.journey-text-wrapper .journey-text-content::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, Opera */
}

/* Custom Scrollbar style */

.custom-scrollbar.for-desktop {
    display: none;
}
.custom-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px; /* Custom Scrollbar width */
    height: 100%;
    pointer-events: none;
}

.scroll-track {
    background-color: #533944;
    width: 2px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.scroll-thumb {
    width: 32px;
    height: 32px;
    background-image: url('/assets/imgs/icons/handler.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -14px;
}

.scroll-track-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #FF008F;
    /* max-height: 100%; */
}

@media (min-width: 992px) {
    .custom-scrollbar.for-mobile {
        display: none;
    }
    .custom-scrollbar.for-desktop {
        display: block;
    }
}



.each-page.product-detail-page .introduce-wrapper {
    position: relative;
}

.about-img-wrapper {
    position: relative;
    height: fit-content;
    margin-bottom: 24px;
}
/* .about-img-wrapper::before {
    content: "";
    position: absolute;
    top: -94px;
    left: -84px;
    width: 130%;
    height: 130%;
    background-image: url('/assets/imgs/box-back.png');
    background-size: cover;
    background-position: center;
    z-index: 0;
    overflow: visible;
    pointer-events: none;
} */
.about-img-wrapper::before {
    content: "";
    position: absolute;
    top: -77px;
    left: -80px;
    width: 130%;
    height: 130%;
    background-image: url(/assets/imgs/box-back.png);
    background-size: cover;
    background-position: center;
    z-index: 0;
    overflow: visible;
    pointer-events: none;
}
@media (min-width: 992px) {
    .about-img-wrapper::before {
        top: -141px;
        left: -152px;
        width: 130%;
        height: 130%;
    }
}


@media (min-width: 1200px) {
    .each-page.product-detail-page .about-img-wrapper {
        position: fixed;
        top: 200px;
        left: 76px;
        width: 40%;
    }
    /* .landing-page .section-about::before {
        left: -192px;
    } */
    .each-page.product-detail-page .about-img-wrapper::before {
        top: -110px;
        left: -110px;
    }

    .text-content-wrapper {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        padding-left: 50%;
    }

    .product-detail-page.product-jel .about-img {
        width: unset;
    }
}



body, .each-page {
    overflow-x: hidden;
}

.landing-page .section.section-about::before {
    content: "";
    position: absolute;
    top: -127px;
    right: -30px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* background: url('/assets/imgs/about-back-mo.png') no-repeat; */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(10, 8, 10, 1)),
                    url('/assets/imgs/about-back.png') no-repeat;
    background-size: auto;
    background-position: center top;
}


.landing-page .section.section-solution h1 {
    font-size: 32px;
}
@media (min-width: 768px) {
    .landing-page .section.section-about::before {
        top: -7px;
        right: 26px;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(10, 8, 10, 1)),
                    url('/assets/imgs/about-back.png') no-repeat;
        background-size: auto;
        background-position: right top;
    }

    .landing-page .section.section-about::after {
        content: "";
        position: absolute;
        top: 100px;
        left: -300px;
        width: 100%;
        height: 100%;
        background-image: url(/assets/imgs/flash.png);
        background-size: auto;
        background-position: left;
        background-repeat: no-repeat;
        z-index: 5;
        overflow: visible;
        pointer-events: none;
    }
    .landing-page .section.section-solution h1 {
        font-size: 64px;
    }
}
.landing-page .section.section-journey {
    padding: 40px 0 200px 0;
}

.landing-page .section.section-about .bubble-img {
    position: absolute;
    top: 50%;
    right: -25px;
    pointer-events: none;
}

.landing-page .section.section-solution .bubble-img {
    position: absolute;
    pointer-events: none;
}

.landing-page .section.section-solution .bubble-img.bubble-first {
    width: 203px;
    left: 100px;
    top: 50%;
}

.landing-page .section.section-solution .bubble-img.bubble-second {
    width: 378px;
    right: 150px;
    top: 0;
}

.landing-page .section.section-journey .journey-img-wrapper {
    position: relative;
}

.landing-page .section.section-journey::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(/assets/imgs/journey-back1.png);
    background-size: auto;
    pointer-events: none;
}

@media (max-width: 768px) {

    .landing-page .section.section-journey::before {
        background-image: unset
    }
    .landing-page .section.section-about .bubble-img {
        top: unset;
        bottom: -90px;
    }

}

.landing-page .section.section-journey .journey-text-wrapper {
    position: relative;
    padding-right: 16px;
}
.landing-page .section.section-journey .journey-text-content {
    max-height: 390px;
    overflow-y: auto;
}
.landing-page .section.section-journey .gradient-mask {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    pointer-events: none;
    width: 150%;
    filter: blur(30px);
}

/* Added By FE guys Starts */
    .section-journey {
        position: relative;
    }

    .journey-text-wrapper {
        height: 400px; /* Set the desired height */
        overflow: hidden;
    }

    .journey-text-wrapper {
        max-height: 100%;
        overflow-y: auto;
    }
    .scrolled {
        background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0.3) 100%
        ) !important;
    }
/* Added By FE guys Ends */

.landing-page .section.section-journey .journey-item {
    margin-bottom: 48px;
}

.preorder-page {
    position: relative;
    overflow: hidden;
}
.preorder-page::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 200%;
    height: 100%;
    /* background-image: url(/assets/imgs/globe.png); */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}



.preorder-page::after {
    content: '';
    position: absolute;
    bottom: -64px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/imgs/dispersion-glass2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.preorder-page &gt; .container {
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
/* .preorder-page &gt; .container .description-wrapper {
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
} */

.mw-md {
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
}

.preorder-page .description-date-wrapper {
    margin-top: 64px;
}
.preorder-page .description-date-wrapper .delivery-date-label {
    padding: 10px 16px 10px 14px;
    background: linear-gradient(96deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 45px;
    border: 1px rgba(255, 255, 255, 0.10) solid;
    width: fit-content;
}

.preorder-page .description-date-wrapper .delivery-date-label .delivery-date-dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}

.preorder-page .description-date-wrapper .delivery-date-label .delivery-date-dot::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: white;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.preorder-page .description-date-wrapper p {
    color: rgba(239, 239, 239, 0.6);
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
}

.preorder-page .goods-wrapper {
    margin-top: 80px;
    padding-bottom: 183px;
}
.preorder-page .goods-wrapper .goods-title {
    margin-bottom: 32px;
    font-weight: 700;
}
.preorder-page .goods-wrapper .goods-item {
    margin-bottom: 24px;
    padding: 24px 16px;
    background: linear-gradient(175deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 24px;
    border: 1px rgba(255, 255, 255, 0.10) solid;
    backdrop-filter: blur(48.60px);
    max-width: 900px;
}
.preorder-page .goods-description-wrapper {
    background-color: rgba(239, 239, 239, 0.15);
    padding: 16px;
    border-radius: 16px;
    margin: 32px 0px;
}
.preorder-page .goods-description-wrapper .goods-description-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preorder-page .goods-description-wrapper .goods-description-item .goods-specificity-detail {
    font-weight: 500;
    font-size: 24px;
}
.preorder-page .goods-description-wrapper .goods-description-item .goods-specificity-detail-fake {
    font-size: 16px;
    text-decoration: line-through;
}

@media (min-width: 1200px) {
    /* .preorder-page::before {
        width: 100%;
        top: -67px;
        left: unset;
    } */
    .preorder-page &gt; .container {
        /* padding-top: 470px; */
    }

    .preorder-page .goods-wrapper .goods-item {
        padding: 32px;
    }
}

@media (min-width: 768px) {
    .preorder-page::before {
        width: 100%;
        top: -67px;
    }
}

.m-product-img {
    width: 64px;
    height: auto;
}

.m-product-img-md {
    width: 100px;
    height: auto;
}
.m-total-price {
    text-decoration: line-through;
    font-size: 12px;
}

/* Clinical Result page */
.each-page {
    padding-top: 64px;
}

.each-page.product-detail-page {
    padding-bottom: 112px;
    position: relative;
}

@media (min-width: 1200px) {
    .each-page {
        padding-top: 112px;
    }
}

.product-detail-page .goods-spec {
    padding: 24px;
    font-size: 18px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.each-page hr {
    border-color:rgba(255, 255, 255, 0.1);
}

.each-page.product-detail-page hr {
    margin: 32px 0;
}

.product-detail-page .goods-property {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.product-detail-page .goods-property svg {
    margin-right: 16px;
    width: 40px;
    flex-shrink: 0;
}

.product-detail-page .goods-property label {
    font-size: 14px;
}

.product-detail-page .key-finding-wrapper, .product-detail-page .what-mean-wrapper {
    margin-top: 80px;
}
.product-detail-page .key-finding-item {
    margin-top: 40px;
}
.product-detail-page .key-finding-item &gt; div {
    align-items: center;
    display: flex;
}

.product-detail-page .key-finding-item .key-finding-item-img {
    max-width: 100%;
}

.product-detail-page .product-description-wrapper {
    margin-top: 100px;
}

.product-detail-page .meaning-items {
    padding: 48px 0 24px 0;
}

@media (min-width: 768px) {
    .each-page.product-detail-page {
        padding-bottom: 132px;
    }

    .product-detail-page .key-finding-item {
        margin-top: 64px 0;
    }

    .product-detail-page .meaning-items {
        margin-top: 64px 0 40px 0;
    }

}

.btn.m-order-btn {
    height: 40px!important;
    padding-top: 8px;
    padding-bottom: 8px;
}


/* Ethical Page Starts */
    .ethical-page .section {
        z-index: 1;
        position: relative;
        overflow: hidden;
    }
    .ethical-page .section .txt-wrapper {
        padding: 50px 12px!important;
        max-width: 700px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ethical-page .section.section-sources .txt-wrapper,
    .ethical-page .section.section-comprehensive .txt-wrapper {
        padding: 50px 24px!important;

    }
    .ethical-page .section .img-wrapper {
        position: relative;
    }
    .ethical-page .section-promise {
        padding: 125px 0 90px 0;
    }

    .ethical-page .section-promise::before {
        content: '';
        position: absolute;
        top: -49px;
        left: -165px;
        width: 100%;
        height: 100%;
        background-image: url(/assets/imgs/spiral1.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }
    .ethical-page .section-promise .container {
        max-width: 820px;
        margin: 0 auto;
        z-index: 5;
        position: relative;
    }

    .bubble-img {
        transition: transform 2s ease-in-out;
    }

    .ethical-page .section.section-promise .bubble-img,
    .ethical-page .section.section-rigorous .bubble-img,
    .ethical-page .section.section-testing .bubble-img {
        position: absolute;
        z-index: 2;
        pointer-events: none;
    }

    .ethical-page .section-promise .bubble-img.bubble-first {
        bottom: 200px;
        left: 100px;
        display: none;
    }

    .ethical-page .section-promise .bubble-img.bubble-second {
        top: 83px;
        right: 100px;
        width: 60px;
        height: auto;
    }

    .ethical-page .section-promise .bubble-img.bubble-third {
        width: 128px;
        height: auto;
        bottom: 500px;
        right: -10px;
    }

    .ethical-page .section.section-sources::before {
        content: '';
        position: absolute;
        bottom: 200px;
        left: -20px;
        width: 200%;
        height: 200%;
        background-image: url(/assets/imgs/shadow1.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }

    .ethical-page .section.section-sources &gt; .row,
    .ethical-page .section.section-comprehensive &gt; .row {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .ethical-page .section.section-sources &gt; .row &gt; div.order-2,
    .ethical-page .section.section-comprehensive &gt; .row &gt; div.order-2 {
        max-height: 800px;
    }

    .ethical-page .section.section-sources &gt; .row &gt; div.order-1,
    .ethical-page .section.section-comprehensive &gt; .row &gt; div.order-1 {
        max-width: 750px;
        padding: 50px;
    }

    .ethical-page .section.section-sources img {
        max-width: 170%;
        margin-left: -186px;

    }

    .ethical-page .section.section-rigorous::before {
        content: '';
        position: absolute;
        bottom: -200px;
        right: -120px;
        width: calc(100% + 120px);
        height: calc(100%);
        background-image: url(/assets/imgs/shadow2.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
        pointer-events: none;
    }
    .ethical-page .section.section-rigorous .container .row {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    .ethical-page .section.section-rigorous .row .txt-wrapper,
    .ethical-page .section.section-testing .txt-wrapper {
        max-width: 700px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ethical-page .section.section-rigorous img:not(.bubble-img) {
        margin-top: 0px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    .ethical-page .section.section-rigorous .bubble-img.bubble-first {
        display: none;
    }

    .ethical-page .section.section-rigorous .bubble-img.bubble-second {
        width: 85px;
        height: auto;
        top: 350px;
        right: unset;
        left: 40px
    }
    .ethical-page .section.section-rigorous .bubble-img.bubble-third {
        width: 216px;
        height: auto;
        bottom: 100px;
        right: -10px;
    }

    .ethical-page .section.section-comprehensive::before {
        content: '';
        position: absolute;
        bottom: 200px;
        left: 0px;
        width: 120%;
        height: 120%;
        background-image: url(/assets/imgs/shadow3.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }

    .ethical-page .section.section-comprehensive img {
        max-width: 130%;
        margin-left: -100px;
    }

    .ethical-page .section.section-testing::before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: -100px;
        width: 150%;
        height: 150%;
        background-image: url(/assets/imgs/shadow5.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }
    .ethical-page .section.section-testing .row {
        display: flex;
        align-items: center;
    }

    .ethical-page .section.section-testing &gt; .row {
        /* max-height: 900px; */
        overflow: hidden;
        align-items: center;
    }
    .ethical-page .section.section-testing .row .img-wrapper img:not(.bubble-img) {
        max-width: 100%;
        height: auto;
        position: relative;
        top: -35px;
        right: -30px;
    }
    .ethical-page .section.section-testing .txt-wrapper {
        padding: 50px;
        max-width: 750px;
        margin-left: auto;
        position: relative;
        z-index: 2;
    }

    .ethical-page .section.section-testing .bubble-img.bubble-first {
        width: 47px;
        height: auto;
        bottom: 35px;
        left: 26px;
    }

    .ethical-page .section.section-testing .bubble-img.bubble-second {
        width: 87px;
        height: auto;
        top: 0px;
        left: 80px;
    }

    .ethical-page .section.section-last {
        padding: 90px 0 230px 0;
    }
    .ethical-page .section.section-last .container {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
    }
    .ethical-page .section.section-last::after {
        content: '';
        position: absolute;
        bottom: -134px;
        left: 65px;
        width: 180%;
        height: 100%;
        background-image: url(/assets/imgs/dispersion-glass2.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: 4;
        transform: rotate(40deg)
    }
    @media (min-width: 768px) {
        .section .txt-wrapper {
            padding: 50px!important;
        }
        .ethical-page .section-promise {
            padding: 247px 0 46px 0;
        }

        .ethical-page .section-promise .bubble-img.bubble-first {
            display: block;
        }
        .ethical-page .section-promise .bubble-img.bubble-second {
            top: 150px;
            width: 208px;
        }
        .ethical-page .section-promise .bubble-img.bubble-third {
            width: 309px;
            bottom: 287px;
            right: -50px;
        }
        .ethical-page .section-promise::before {
            width: 100%;
            height: 100%;
            top: -200px;
            left: -270px;
        }
        .ethical-page .section-promise::after {
            content: '';
            position: absolute;
            background-image: url(/assets/imgs/spiral2.png);
            background-repeat: no-repeat;
            background-size: contain;
            z-index: 0;
            pointer-events: none;
            top: -10px;
            right: -130px;
            width: 70%;
            height: 70%;
            background-position: right top;
        }

        .ethical-page .section.section-sources::before {
            top: 0px;
            bottom: unset;
            left: -20px;
            width: 120%;
            height: 120%;
            background-image: url(/assets/imgs/shadow1.png);
            background-position: left top;
        }
        .ethical-page .section.section-sources img {
            max-width: 130%;
            margin-left: -215px;
            margin-top: 90px;
        }

        .ethical-page .section.section-rigorous::before {
            bottom: -550px;
            right: -120px;
            width: calc(100% + 120px);
            height: calc(100% + 550px);
        }
        .ethical-page .section.section-rigorous img:not(.bubble-img) {
            margin-top: 155px;
        }

        .ethical-page .section.section-rigorous .bubble-img.bubble-first {
            display: block;
            width: 120px;
            height: auto;
            bottom: 100px;
            left: calc(50% - 200px);
        }
        .ethical-page .section.section-rigorous .bubble-img.bubble-second {
            width: 170px;
            height: auto;
            top: 100px;
            left: unset;
            right: calc(50% - 200px);
        }

        .ethical-page .section.section-rigorous .bubble-img.bubble-third {
            width: 420px;
            bottom: 20px;
        }

        .ethical-page .section.section-comprehensive::before {
            top: unset;
            bottom: 0px;
            left: -20px;
            width: 120%;
            height: 120%;
            background-image: url(/assets/imgs/shadow3.png);
            background-position: left bottom;
        }
        .ethical-page .section.section-comprehensive img {
            max-width: 180%;
            margin-left: -150px;
            margin-top: 90px;
        }

        .ethical-page .section.section-testing .row .img-wrapper img:not(.bubble-img) {
            right: -60px
        }
        .ethical-page .section.section-testing::before {
            bottom: -150px;
            right: -45px;
            width: 120%;
            height: 120%;
            background-position: right bottom;
        }

        .ethical-page .section-testing .bubble-img.bubble-first {
            width: 104px;
            height: auto;
            bottom: 200px;
            left: 0px;
        }

        .ethical-page .section-testing .bubble-img.bubble-second {
            width: 193px;
            height: auto;
            top: 83px;
            left: 150px;
        }

        .ethical-page .section.section-last {
            padding: 185px 0 387px 0;
        }

        .ethical-page .section.section-last::after {
            bottom: -140px;
            left: 94px;
            width: 100%;
            height: 100%;
            background-image: url(/assets/imgs/dispersion-glass2.png);
            background-position: center bottom;
            background-repeat: no-repeat;
            z-index: 0;
            background-size: unset;
            pointer-events: none;
            transform: rotate(30deg)
        }
    }
/* Ethical Page Ends */


/* Provider page starts */
    .provider-page .section {
        position: relative;
    }
    .provider-page .section.join-network {
        padding-top: 64px;
    }

    .provider-page .section.join-network &gt; div {
        position: relative;
        z-index: 2;
    }
    .provider-page .section.join-network::before {
        content: '';
        position: absolute;
        top: -100px;
        left: 0px;
        width: 100%;
        max-width: 100%;
        height: calc(100% + 100px);
        max-height: 100vh;
        background-image: url(/assets/imgs/join-us-bg.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
        pointer-events: none;
    }
    .provider-page .section.join-network .join-us {
        padding: 60px 0px 80px 0;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .provider-page .section.join-network .bubble-img {
        position: absolute;
        height: auto;
    }

    .provider-page .section.join-network .bubble-first {
        width: 117px;
        top: 225px;
        left: -10px;
    }
    .provider-page .section.join-network .bubble-second {
        width: 236px;
        top: 185px;
        right: -144px;
    }
    .provider-page .section.join-network .partner-item {
        padding: 32px 16px;
        border-radius: 16px;
        background-color: rgba(255, 255, 255, 0.1);
        height: 100%;
    }

    .provider-page .section.join-network .partner-item .partner-detail {
        color: rgba(239, 239, 239, 0.7);
    }

    .provider-page .section.join-network .why-partner {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .provider-page .section.become-provider {
        padding: 48px 0 122px 0;
    }
    .provider-page .section.become-provider::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100vh;
        background-image: url(/assets/imgs/become-provider-bg.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
        pointer-events: none;
    }

    .provider-page .section.become-provider p {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }

    .provider-page .section.become-provider .provider-form {
        position: relative;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(64px);
        border-radius: 24px;
        padding: 24px;
        max-width: 560px;
        margin: 0 auto;
    }

    @media (min-width: 768px) {
        .provider-page .section.join-network {
            padding-top: 112px;
        }
        .provider-page .section.join-network::before {
            top: -300px;
            left: 0px;
            width: 100%;
            max-width: 100%;
            height: calc(100% + 300px);
            max-height: unset;
        }
        .provider-page .section.join-network .join-us {
            padding: 135px 0 60px 0;
        }

        .provider-page .section.join-network .bubble-first {
            width: 208px;
            top: 241px;
            left: 132px
        }
        .provider-page .section.join-network .bubble-second {
            width: 453px;
            top: 275px;
            right: -153px;
        }

        .provider-page .section.join-network .why-partner {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .provider-page .section.become-provider {
            padding: 60px 0 164px 0;
        }
        .provider-page .section.become-provider::before {
            width: 100%;
            max-width: 100%;
            height: 100%;
            max-height: unset;
        }

        .provider-page .section.become-provider .provider-form {
            padding: 32px;
        }
    }


/* Additional Source page - Skin Starts */
    .skin-page .section {
        position: relative;
        overflow: hidden;
    }
    .skin-page .section .container {
        position: relative;
        z-index: 2;
    }
    .skin-page .section .container h2 {
        margin-bottom: 24px;
    }
    .skin-page .section.section-select img {
        position: absolute;
    }
    .skin-page .section.section-select .img-skin1 {
        top: -300px;
        left: -300px;
    }
    .skin-page .section.section-select .img-skin2 {
        bottom: -240px;
        right: -341px;
        /* width: unset; */
    }
    .skin-page .section.section-select::before {
        content: '';
        position: absolute;
        top: -100px;
        left: -100px;
        width: 100%;
        height: 100%;
        background-image: url(/assets/imgs/shadow4.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }
    .skin-page .section.section-select .container {
        padding-top: 133px;
        padding-bottom: 173px;
    }

    .skin-page .section .bubble-img {
        position: absolute;
    }

    .skin-page .section.section-select .bubble-first {
        bottom: -50px;
        left: -50px;
        width: 260px;
    }
    .skin-page .section.section-select .bubble-second {
        top: 64px;
        right: -130px;
        width: 208px;
    }

    .skin-page .section.section-intro {
        padding: 48px 0;
    }

    .skin-page .section .container h2 {
        margin-bottom: 32px;
    }

    .skin-page .section.section-intro p,
    .skin-page .section.section-last p {
        max-width: 820px;
        margin: 0 auto;
    }

    .skin-page .section.section-detail1::before,
    .skin-page .section.section-detail3::before,
    .skin-page .section.section-detail5::before {
        content: '';
        position: absolute;
        bottom: 100px;
        left: -87px;
        width: 200%;
        height: 200%;
        background-image: url(/assets/imgs/shadow1.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }

    .skin-page .section.section-detail1 .container,
    .skin-page .section.section-detail2 .container,
    .skin-page .section.section-detail3 .container,
    .skin-page .section.section-detail4 .container,
    .skin-page .section.section-detail5 .container,
    .skin-page .section.section-detail6 .container {
        padding-top: 48px;
        padding-bottom: 364px;
    }

    .skin-page .section .detail-main-img {
        position: absolute;
        transform: translate(-50%, 0);
        left: 50%;
    }

    .skin-page .section.section-detail1 .detail-main-img {
        width: 553px;
        height: auto;
        bottom: -147px;
        /* left: -87px; */
    }

    .skin-page .section.section-detail2 .container {
        padding-bottom: 512px;
    }
    .skin-page .section.section-detail2 .detail-main-img {
        rotate: 30deg;
        width: 700px;
        /* bottom: -300px; */
        left: 92px;
        bottom: -269px;
    }

    .skin-page .section.section-detail2 .bubble-img.bubble-first {
        width: 126px;
        height: auto;
        left: 20px;
        bottom: 320px;
    }
    .skin-page .section.section-detail2 .bubble-img.bubble-second {
        width: 95px;
        height: auto;
        right: 10px;
        bottom: 230px;
    }
    .skin-page .section.section-detail2 .bubble-img.bubble-third {
        display: none;
    }

    .skin-page .section.section-detail3 .container {
        padding-bottom: 436px;
    }
    .skin-page .section.section-detail3 .detail-main-img {
        width: 749px;
        height: auto;
        bottom: -180px;
        /* right: -200px; */
    }

    .skin-page .section.section-detail4 .bubble-img {
        position: absolute;
    }
    .skin-page .section.section-detail4::before,
    .skin-page .section.section-detail6::before  {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url(/assets/imgs/journey-back1.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }
    .skin-page .section.section-detail4 .detail-main-img {
        width: 500px;
        bottom: 107px;
        left: -71px;
        rotate: -90deg;
    }
    .skin-page .section.section-detail4 .bubble-img.bubble-first {
        width: 67px;
        left: 50px;
        bottom: 272px;
    }
    .skin-page .section.section-detail4 .bubble-img.bubble-second {
        display: none;
    }
    .skin-page .section.section-detail4 .bubble-img.bubble-third {
        width: 220px;
        height: auto;
        right: -100px;
        bottom: 155px;
    }

    .skin-page .section.section-detail5 .container {
        padding-bottom: 452px;
    }
    .skin-page .section.section-detail5 .detail-main-img {
        width: 600px;
        bottom: -120px;
    }

    .skin-page .section.section-detail6 .container {
        padding-bottom: 492px;
    }
    .skin-page .section.section-detail6 .detail-main-img {
        width: 604px;
        bottom: -120px;
    }
    .skin-page .section.section-detail6 .bubble-img.bubble-first {
        display: none;
    }
    .skin-page .section.section-detail6 .bubble-img.bubble-second {
        width: 235px;
        right: -20px;
        bottom: 280px;
    }

    .skin-page .section.section-last .container {
        padding-top: 48px;
        padding-bottom: 197px;
    }
    .skin-page .section.section-last .bubble-img.bubble-first {
        width: 206px;
        left: -130px;
        top: 690px;
    }
    .skin-page .section.section-last .bubble-img.bubble-second {
        width: 206px;
        right: -50px;
        top: 250px;
    }
    @media (min-width: 768px) {
        .skin-page .section.section-select::before {
            top: -800px;
            left: -700px;
            width: 200%;
            height: 200%;
        }
        .skin-page .section.section-select .container {
            padding-top: 311px;
            padding-bottom: 232px;
        }
        .skin-page .section.section-select .img-skin2 {
            bottom: -480px;
            right: -550px;
            width: 1420px;
            height: auto;
        }
        .skin-page .section.section-select .bubble-first {
            bottom: 50px;
            left: 50px;
            width: 353px;
        }
        .skin-page .section.section-select .bubble-second {
            top: 160px;
            right: 137px;
        }

        .skin-page .section.section-intro {
            padding: 100px 0;
        }

        .skin-page .section.section-detail1::before,
        .skin-page .section.section-detail3::before,
        .skin-page .section.section-detail5::before {
            bottom: 0;
            left: 0px;
            width: 100%;
            height: 100%;
        }
        .skin-page .section.section-detail1 .container,
        .skin-page .section.section-detail2 .container,
        .skin-page .section.section-detail3 .container,
        .skin-page .section.section-detail4 .container,
        .skin-page .section.section-detail5 .container,
        .skin-page .section.section-detail6 .container {
            padding-top: 226px;
            padding-bottom: 226px;
        }
        .skin-page .section .detail-main-img {
            transform: unset;
            left: unset;
        }
        .skin-page .section.section-detail1 .detail-main-img {
            width: unset;
            bottom: -200px;
            left: -377px;
            rotate: 45deg;
        }

        .skin-page .section.section-detail2::before,
        .skin-page .section.section-detail4::before,
        .skin-page .section.section-detail6::before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-image: url(/assets/imgs/journey-back1.png);
            background-position: left top;
            background-repeat: no-repeat;
            background-size: contain;
            z-index: 0;
            pointer-events: none;
        }
        .skin-page .section.section-detail2 .container {
            padding-top: 250px;
            padding-bottom: 250px;
        }
        .skin-page .section.section-detail2 .detail-main-img {
            width: unset;
            bottom: -100px;
            right: 0px;
            left: unset;
            rotate: 0deg;
        }
        .skin-page .section.section-detail2 .bubble-img.bubble-first {
            width: 254px;
            left: 50%;
            top: 100px;
        }
        .skin-page .section.section-detail2 .bubble-img.bubble-second {
            width: 120px;
            left: calc(50% - 100px);
            bottom: 100px;
        }
        .skin-page .section.section-detail2 .bubble-img.bubble-third {
            display: block;
            width: 254px;
            height: auto;
            right: -100px;
            top: 0px;
        }

        .skin-page .section.section-detail3 .detail-main-img {
            rotate: 45deg;
            width: unset;
            bottom: -85px;
            left: -430px;
        }

        .skin-page .section.section-detail4 .detail-main-img {
            width: unset;
            rotate: 180deg;
            left: unset;
            right: -360px;
            bottom: 0px;
        }
        .skin-page .section.section-detail4 .bubble-img.bubble-first {
            width: 120px;
            left: calc(50% - 200px);
            bottom: -50px;
        }
        .skin-page .section.section-detail4 .bubble-img.bubble-second {
            width: 170px;
            display: block;
            left: 50%;
            top: 20px;
        }
        .skin-page .section.section-detail4 .bubble-img.bubble-third {
            width: 428px;
            height: auto;
            right: 200px;
            bottom: -50px;
        }

        .skin-page .section.section-detail5 .container {
            padding-top: 240px;
            padding-bottom: 240px;
        }
        .skin-page .section.section-detail5 .detail-main-img {
            width: unset;
            left: -275px;
            bottom: -111px;
            rotate: -10deg;
        }

        .skin-page .section.section-detail6 .detail-main-img {
            width: unset;
            rotate: -60deg;
            right: -480px;
            bottom: -370px;
        }
        .skin-page .section.section-detail6 .bubble-img.bubble-first {
            display: block;
            left: calc(50% - 100px);
            bottom: 50px;
            width: 120px;
        }
        .skin-page .section.section-detail6 .bubble-img.bubble-second {
            width: 170px;
            right: calc(50% - 200px);
            top: 30px;
            bottom: unset;
        }

        .skin-page .section.section-last .container {
            padding-top: 44px;
            padding-bottom: 252px;
        }
        .skin-page .section.section-last .bubble-img.bubble-first {
            width: 337px;
            left: -100px;
            bottom: 240px;
            top: unset;
        }
        .skin-page .section.section-last .bubble-img.bubble-second {
            width: 428px;
            right: -80px;
            top: 20px;
        }
    }
/* Additional Source page - Skin Ends */

/* Additional Source page - HAIR Starts */
    .hair-page .section {
        position: relative;
        overflow: hidden;
    }
    .hair-page .section .container {
        position: relative;
        z-index: 2;
    }

    .hair-page .section .container h2 {
        margin-bottom: 24px;
    }

    .hair-page .section.section-select img {
        position: absolute;
    }
    .hair-page .section.section-select .img-skin1 {
        top: -300px;
        left: -300px;
    }
    .hair-page .section.section-select .img-hair1 {
        bottom: -220px;
        left: -120px;
        width: 700px;
    }

    .hair-page .section.section-select .container {
        padding-top: 133px;
        padding-bottom: 173px;
    }

    .hair-page .section .bubble-img {
        position: absolute;
    }

    .hair-page .section.section-select .bubble-second {
        top: 64px;
        right: -130px;
        width: 208px;
    }

    .hair-page .section.section-intro {
        padding: 48px 0;
    }
    .hair-page .section.section-intro p,
    .hair-page .section.section-last p {
        max-width: 820px;
        margin: 0 auto;
    }

    .hair-page .section.section-detail1::after {
        content: '';
        position: absolute;
        bottom: 20px;
        right: 0px;
        width: 120%;
        height: 120%;
        background-image: url(/assets/imgs/shadow4.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }

    .hair-page .section.section-detail2::before,
    .hair-page .section.section-detail4::before,
    .hair-page .section.section-detail6::before {
        content: '';
        position: absolute;
        bottom: 30px;
        left: -87px;
        width: 200%;
        height: 200%;
        background-image: url(/assets/imgs/shadow1.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }

    .hair-page .section.section-detail1 .container,
    .hair-page .section.section-detail2 .container,
    .hair-page .section.section-detail3 .container,
    .hair-page .section.section-detail4 .container,
    .hair-page .section.section-detail5 .container,
    .hair-page .section.section-detail6 .container,
    .hair-page .section.section-detail7 .container {
        padding-top: 44px;
        padding-bottom: 396px;
    }

    .hair-page .section .detail-main-img {
        position: absolute;
        transform: translate(-50%, 0);
        left: 50%;
    }

    .hair-page .section.section-detail1 .detail-main-img {
        width: 640px;
        bottom: -300px;
        z-index: 1;
        rotate: 20deg;
    }
    .hair-page .section.section-detail1 .bubble-img.bubble-first {
        display: none;
    }
    .hair-page .section.section-detail1 .bubble-img.bubble-second {
        width: 169px;
        left: 20px;
        bottom: 247px;
        z-index: 1;
    }

    .hair-page .section.section-detail2 .detail-main-img {
        width: 649px;
        height: auto;
        bottom: -250px;
        transform: translate(0, calc(-50% - 47px));
        rotate: -90deg;
    }

    .hair-page .section.section-detail3 .container {
        padding-bottom: 328px;
    }
    .hair-page .section.section-detail3 .detail-main-img {
        width: 728px;
        bottom: -183px;
    }
    .hair-page .section.section-detail3 .bubble-img.bubble-first {
        display: none;
    }
    .hair-page .section.section-detail3 .bubble-img.bubble-second {
        display: none;
    }
    .hair-page .section.section-detail3 .bubble-img.bubble-third {
        display: none;
    }

    .hair-page .section.section-detail4 .container {
        padding-bottom: 380px;
    }
    .hair-page .section.section-detail4 .detail-main-img {
        width: 550px;
        height: auto;
        bottom: -170px;
    }

    .hair-page .section.section-detail3::before,
    .hair-page .section.section-detail5::before,
    .hair-page .section.section-detail7::before  {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url(/assets/imgs/journey-back1.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }

    .hair-page .section.section-detail5 .container {
        padding-bottom: 456px;
    }
    .hair-page .section.section-detail5 .detail-main-img {
        width: 600px;
        bottom: -100px;
        rotate: -20deg;
    }
    .hair-page .section.section-detail5 .bubble-img.bubble-first {
        display: none;
    }
    .hair-page .section.section-detail5 .bubble-img.bubble-second {
        display: none;
    }
    .hair-page .section.section-detail5 .bubble-img.bubble-third {
        width: 220px;
        height: auto;
        right: -20px;
        bottom: 255px;
    }

    .hair-page .section.section-detail6 .container {
        padding-bottom: 452px;
    }
    .hair-page .section.section-detail6 .detail-main-img {
        width: 600px;
        bottom: -120px;
    }

    .hair-page .section.section-detail7 .container {
        padding-bottom: 492px;
    }
    .hair-page .section.section-detail7 .detail-main-img {
        width: 604px;
        bottom: -120px;
    }
    .hair-page .section.section-detail7 .bubble-img.bubble-first {
        display: none;
    }
    .hair-page .section.section-detail7 .bubble-img.bubble-second {
        width: 235px;
        right: -20px;
        bottom: 280px;
    }

    .hair-page .section.section-last .container {
        padding-top: 48px;
        padding-bottom: 197px;
    }
    .hair-page .section.section-last .bubble-img.bubble-first {
        width: 206px;
        left: -130px;
        top: 690px;
    }
    .hair-page .section.section-last .bubble-img.bubble-second {
        width: 206px;
        right: -50px;
        top: 250px;
    }
    @media (min-width: 768px) {
        .hair-page .section.section-select::before {
            top: -800px;
            left: -700px;
            width: 200%;
            height: 200%;
        }
        .hair-page .section.section-select .container {
            padding-top: 311px;
            padding-bottom: 232px;
        }
        .hair-page .section.section-select .img-hair1 {
            bottom: -350px;
            right: -300px;
            width: unset;
            left: unset;
        }
        .hair-page .section.section-select .bubble-first {
            top: 120px;
            left: 10px;
            width: 353px;
        }
        .hair-page .section.section-select .bubble-second {
            top: 180px;
            right: 30px;
            width: 309px;
        }
        .hair-page .section.section-select .bubble-third {
            bottom:88px;
            left: 100px;
            width: 208px;
        }

        .hair-page .section.section-intro {
            padding: 100px 0;
        }

        .hair-page .section .container h2 {
            margin-bottom: 32px;
        }

        .hair-page .section.section-detail1::after {
            bottom: -234px;
            right: -200px;
            width: 120%;
            height: 120%;
        }

        .hair-page .section.section-detail2::before,
        .hair-page .section.section-detail4::before,
        .hair-page .section.section-detail6::before {
            bottom: 0;
            left: 0px;
            width: 100%;
            height: 100%;
        }
        .hair-page .section.section-detail1 .container,
        .hair-page .section.section-detail2 .container,
        .hair-page .section.section-detail3 .container,
        .hair-page .section.section-detail4 .container,
        .hair-page .section.section-detail5 .container,
        .hair-page .section.section-detail6 .container,
        .hair-page .section.section-detail7 .container{
            padding-top: 194px;
            padding-bottom: 328px;
        }
        .hair-page .section .detail-main-img {
            transform: unset;
            left: unset;
        }

        .hair-page .section.section-detail1 .detail-main-img {
            width: unset;
            bottom: -255px;
            right: -382px;
            rotate: -20deg;
        }
        .hair-page .section.section-detail1 .bubble-img.bubble-first {
            display: block;
            width: 120px;
            left: calc(50% - 200px);
            bottom: -50px;
        }
        .hair-page .section.section-detail1 .bubble-img.bubble-second {
            width: 170px;
            display: block;
            left: 50%;
            top: 20px;
        }

        .hair-page .section.section-detail2 .detail-main-img {
            width: unset;
            bottom: -144px;
            left: -500px;
            rotate: unset;
            transform: scaleY(-1);
        }

        .hair-page .section.section-detail1::before,
        .hair-page .section.section-detail3::before,
        .hair-page .section.section-detail5::before,
        .hair-page .section.section-detail7::before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-image: url(/assets/imgs/journey-back1.png);
            background-position: left top;
            background-repeat: no-repeat;
            background-size: contain;
            z-index: 0;
            pointer-events: none;
        }
        .hair-page .section.section-detail3 .container {
            padding-top: 198px;
            padding-bottom: 198px;
        }
        .hair-page .section.section-detail3 .detail-main-img {
            width: unset;
            bottom: -30px;
            right: -565px;
        }
        .hair-page .section.section-detail3 .bubble-img.bubble-first {
            display: block;
            width: 120px;
            left: calc(50% - 200px);
            bottom: -50px;
        }
        .hair-page .section.section-detail3 .bubble-img.bubble-second {
            width: 170px;
            display: block;
            left: 50%;
            top: 20px;
        }
        .hair-page .section.section-detail3 .bubble-img.bubble-third {
            display: block;
            width: 428px;
            height: auto;
            right: 200px;
            bottom: -50px;
        }

        .hair-page .section.section-detail4 .container {
            padding-top: 226px;
            padding-bottom: 226px;
        }

        .hair-page .section.section-detail4 .detail-main-img {
            rotate: 60deg;
            width: unset;
            bottom: -152px;
            left: -322px;
        }

        .hair-page .section.section-detail5 .container {
            padding-top: 236px;
            padding-bottom: 236px;
        }
        .hair-page .section.section-detail5 .detail-main-img {
            width: unset;
            rotate: -35deg;
            right: -369px;
            bottom: -262px;
        }
        .hair-page .section.section-detail5 .bubble-img.bubble-first {
            display: block;
            width: 120px;
            left: calc(50% - 200px);
            bottom: -50px;
        }
        .hair-page .section.section-detail5 .bubble-img.bubble-second {
            width: 170px;
            display: block;
            left: 50%;
            top: 20px;
        }
        .hair-page .section.section-detail5 .bubble-img.bubble-third {
            width: 428px;
            height: auto;
            right: 200px;
            bottom: -50px;
        }

        .hair-page .section.section-detail6 .container {
            padding-top: 240px;
            padding-bottom: 240px;
        }
        .hair-page .section.section-detail6 .detail-main-img {
            width: unset;
            left: -275px;
            bottom: -111px;
            rotate: -10deg;
        }

        .hair-page .section.section-detail7 .container {
            padding-top: 236px;
            padding-bottom: 236px;
        }
        .hair-page .section.section-detail7 .detail-main-img {
            width: unset;
            rotate: -60deg;
            right: -480px;
            bottom: -370px;
        }
        .hair-page .section.section-detail7 .bubble-img.bubble-first {
            display: block;
            left: calc(50% - 100px);
            bottom: 50px;
            width: 120px;
        }
        .hair-page .section.section-detail7 .bubble-img.bubble-second {
            width: 170px;
            right: calc(50% - 200px);
            top: 30px;
            bottom: unset;
        }

        .hair-page .section.section-last .container {
            padding-top: 44px;
            padding-bottom: 252px;
        }
        .hair-page .section.section-last .bubble-img.bubble-first {
            width: 337px;
            left: -100px;
            bottom: 240px;
            top: unset;
        }
        .hair-page .section.section-last .bubble-img.bubble-second {
            width: 428px;
            right: -80px;
            top: 20px;
        }
    }
/* Additional Source page - HAIR Ends */


/* FAQs page Starts */
    .faq-page {
        position: relative;
    }
    .faq-page .container {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 120px;
        padding-bottom: 195px;
        z-index: 2;
        position: relative;
    }

    .faq-page::before {
        content: '';
        position: absolute;
        top: 249px;
        right: -290px;
        width: 150%;
        height: 150%;
        background-image: url(/assets/imgs/shadow4.png);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }

    .faq-page .bubble-img {
        position: absolute;
        z-index: 1;
    }
    .faq-page .bubble-img.bubble-first {
        display: none;
    }
    .faq-page .bubble-img.bubble-second {
        top: 55px;
        right: -135px;
        rotate: -45deg;
        width: 208px;
    }
    .faq-page .bubble-img.bubble-third {
        top: 893px;
        left: -120px;
        rotate: -45deg;
        width: 257px;
    }

    @media (min-width: 768px) {
        .faq-page .container {
            padding-top: 232px;
            padding-bottom: 167px;
        }
        .faq-page::before {
            top: 300px;
            right: -300px;
            width: 80%;
            height: 80%;
        }
        .faq-page .bubble-img.bubble-first {
            display: block;
            top: 115px;
            left: 10px;
            rotate: -90deg;
            width: 353px;
        }
        .faq-page .bubble-img.bubble-second {
            top: 197px;
            right: 22px;
            rotate: -45deg;
            width: 309px;
        }
        .faq-page .bubble-img.bubble-third {
            top: 738px;
            left: -35px;
            rotate: -45deg;
            width: 208px;
        }

    }
/* FAQs Page Ends */



/* Auth Page Starts */
    .auth-page {
        position: relative;
        overflow: hidden;
    }
    .auth-page::before {
        content: '';
        position: absolute;
        top: -250px;
        left: -300px;
        width: 150%;
        height: 150%;
        background-image: url(/assets/imgs/shadow4.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }
    .auth-page::after {
        content: '';
        position: absolute;
        bottom: 0px;
        right: -300px;
        width: 150%;
        height: 150%;
        background-image: url(/assets/imgs/shadow4.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }
    .auth-page .container {
        padding-top: 194px;
        padding-bottom: 364px;
        max-width: 650px;
        position: relative;
        z-index: 2;
    }

    .auth-page .bubble-img {
        position: absolute;
        z-index: 1;
    }

    .auth-page .bubble-first {
        width: 257px;
        bottom: 200px;
        left: -100px;
    }
    .auth-page .bubble-second {
        width: 208px;
        top: 64px;
        right: -137px;
    }
    .auth-page .bubble-third {
        display: none;
    }

    #verify_code::-webkit-outer-spin-button,
    #verify_code::-webkit-inner-spin-button,
    .verify-code::-webkit-outer-spin-button,
    .verify-code::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    #verify_code, .verify-code {
        -moz-appearance: textfield; /* Firefox */
    }

    @media (min-width: 768px) {
        .auth-page::before {
            top: -470px;
            left: -490px;
            width: 100%;
            height: 100%;
        }
        .auth-page::after {
            bottom: -350px;
            right: -490px;
            width: 100%;
            height: 100%;
        }
        .auth-page .container {
            padding-top: 300px;
            padding-bottom: 392px;
        }

        .auth-page .bubble-first {
            width: 337px;
            bottom: 200px;
            left: -100px;
        }
        .auth-page .bubble-second {
            width: 208px;
            top: 161px;
            right: 137px;
        }
        .auth-page .bubble-third {
            display: block;
            width: 428px;
            top: 200px;
            right: -150px;
        }
    }
/* Auth Page Ends */


/* Dashboard Page Starts */
.dashboard-page .container {
    padding-top: 112px;
    padding-bottom: 80px;
}

.dashboard-page .accordion-item {
    border: unset;
}

.dashboard-page .accordion-button {
    padding-bottom: 16px;
}
.dashboard-page .accordion-button::after {
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.dashboard-page .accordion-button:not(.collapsed) {
    font-size: 16px;
    padding-bottom: 16px;
}
.dashboard-page .accordion-body {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: 16px;
    font-size: 16px;
}

.dashboard-page #delivery form,
.dashboard-page #contact form {
    max-width: 632px;
}

.dashboard-page .btn.btn-lg {
    padding: 19px 16px;
}

@media (min-width: 1200px){
    .dashboard-page .container {
        padding-top: 140px;
    }
}

@media (min-width: 768px){
    .dashboard-page .btn.btn-lg {
        padding: 19px 36px;
    }
}
/* Dashboard Page Ends */

.info-page {
    padding-top: 64px;
    padding-bottom: 146px;
}

.info-page p {
    color: #393838;
}
@media (min-width: 1200px) {
    .info-page {
        padding-top: 112px;
        padding-bottom: 176px;
    }
}
.info-page ul li:not(:last-child) {
    margin-bottom: 16px;
}
.info-page .container .content {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}

@media (min-width: 768px) {
    .info-page .container .content {
        margin-top: 64px;
    }
}
.product-link, .product-link label {
    cursor: pointer;;
}




/* Chat Starts */
    .chat-popup-wrapper {
        position: fixed;
        width: calc(100% - 24px);
        z-index: 100;
        color: #202529;
        background-color: #696969;
        border-radius: 24px;
        bottom: 0px;
        right: 12px;
    }

    .chat-header {
        display: flex;
        position: relative;
        background-color: #333033;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        border: 1px solid rgba(237, 238, 239, .1);
        border-bottom: unset;
        padding: 16px;
        height: 76px;
    }
    .chat-brand-wrapper {
        display: flex;
        align-items: center;
    }
    .chat-brand {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 7px;
        margin-right: 16px;
    }
    .chat-brand img {
        width: 27px;
        height: auto;
    }
    .chat-brand-label {
        color: white;
        font-size: 20px;
        font-weight: 500;
    }
    .chat-header .btn-close {
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    }
    .close-chat-popup-btn {
        position: absolute;
        right: 16px;
        top: 26px;
        z-index: 150;
        font-size: 14px;
    }

    .chat-body {
        position: relative;
    }



    .message-wrapper {
        padding: 16px 8px 0px 16px;
        border: 1px solid rgba(237, 238, 239, .1);
        border-top: unset;
        border-bottom: unset;
        max-height: 470px;
        overflow-y: auto;
        position: relative;
    }

    .message-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-right: 8px;
        justify-content: end;
        min-height: 100%;
    }

    .message-item {
        padding: 8px 10px;
        border-radius: 12px;
        overflow: hidden;
        word-break: break-word;
    }
    .message-item p {
        margin-bottom: 8px;
    }
    .message-item p:last-of-type {
        margin-bottom: 0;
    }

    .message-item.answer-message {
        border-bottom-left-radius: 0px;
        background-color: #D3CDFF;
    }

    .message-item.question-message {
        border-bottom-right-radius: 0px;
        background-color: white;
    }

    .message-item.error-message {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        background-color: gray;
        color: white;
        font-size: 13px;
    }

    .typing-wrapper {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        padding: 16px;
        background-color: #333033;
        width: 100%;
        bottom: 0px;
    }

    .typing-wrapper #chat_message {
        /* border-radius: 57px; */
        padding: 9px 12px;
    }

    .typing-wrapper #send_message {
        border-radius: 30px;
    }
    .type-animation {
        width: 50px;
        height: 36px;
    }
    .type-animation.invisible {
        height: 0px;
    }

    .ask-agency-form {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0px;
        left: 0px;
        padding: 12px 16px;
        background-color: white;
        border-radius: 0 0 24px 24px;
        /* display: flex;
        flex-direction: column;
        justify-content: end; */
        z-index: 200;
    }

    .close-talk-agency-btn {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        border-radius: 50%;
        font-size: 20px;
        padding: 6px 14px;
    }

    .show-result {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        text-align: center;
        font-size: 20px;
    }

    @media (min-width: 768px) {
        .chat-popup-wrapper {
            bottom: 50px;
            right: 50px;
            max-width: 384px;
        }
    }
/* Chat Ends */


/* Certificate Modal Start */

.certificate-modal .modal-body &gt; div {
    padding: 0 68px;
}

.certificate-modal .modal-body {
    overflow: hidden;
}
.certificate-modal .modal-body::after {
    content: '';
    position: absolute;
    bottom: 211px;
    right: -121px;
    width: 435px;
    height: 435px;
    background-image: url('/assets/imgs/email-bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.certifi-product-img {
    max-width: 550px;
    height: auto;
    width: 100%;
    z-index: 1;
    position: relative;
}
.certificate-modal .bubble-img-static {
    position: absolute;
    width: 50%;
    bottom: -88px;
    right: -12px;
    z-index: 2;
}
@media (min-width: 768px) {
    .certificate-modal .modal-body::after {
        bottom: 422px;
        right: -242px;
        width: 870px;
        height: 870px;
    }
}

</pre></body></html>