.elementor-6535 .elementor-element.elementor-element-4867c26{overflow:hidden;}/* Start custom CSS for html, class: .elementor-element-d63af4f *//* ==========================================
   ALICIA BEAUTY - CHEMICAL SKIN PEEL
   Prefix: ab-csp-
========================================== */

body{
    oveoverflow: hidden !important;
}

.ab-csp-page {
    --ab-csp-bg: #FFFDF8;
    --ab-csp-bg-soft: #FCFAF8;
    --ab-csp-text: #2D2D2D;
    --ab-csp-muted: #666666;
    --ab-csp-accent: #BB8B65;
    --ab-csp-accent-dark: #9C6048;
    --ab-csp-border: rgba(187, 139, 101, 0.22);
    --ab-csp-white: #FFFFFF;

    width: 100%;
    overflow-x: clip;
    background: var(--ab-csp-bg);
    color: var(--ab-csp-text);

    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

.ab-csp-page *,
.ab-csp-page *::before,
.ab-csp-page *::after {
    box-sizing: border-box;
}

.ab-csp-page img {
    display: block;
    width: 100%;
}

.ab-csp-page a {
    text-decoration: none;
}

.ab-csp-container {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}


/* TYPOGRAPHY */

.ab-csp-page h1,
.ab-csp-page h2,
.ab-csp-page h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    color: var(--ab-csp-text);
    margin: 0;
    font-weight: 600;
    line-height: 1.08;
}

.ab-csp-page h1 {
    font-size: clamp(54px, 6vw, 82px);
    letter-spacing: -1.5px;
}

.ab-csp-page h2 {
    font-size: clamp(42px, 4.5vw, 60px);
    letter-spacing: -0.8px;
}

.ab-csp-page h3 {
    font-size: 28px;
}

.ab-csp-page p {
    margin: 0;
    color: var(--ab-csp-muted);
}

.ab-csp-kicker,
.ab-csp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: var(--ab-csp-accent-dark);

    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ab-csp-section {
    padding: 110px 0;
}


/* BUTTON */

.ab-csp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 58px;
    padding: 15px 28px;

    border-radius: 4px;

    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.ab-csp-btn-primary {
    color: #fff !important;

    background: linear-gradient(
        135deg,
        #9C6048 0%,
        #E6C1AA 50%,
        #B77A5F 100%
    ) !important;

    box-shadow: 0 12px 30px rgba(156, 96, 72, .18);
}

.ab-csp-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(156, 96, 72, .26);
}


/* ========================
   HERO
======================== */

.ab-csp-hero {
    position: relative;
    padding: 85px 0 95px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(230, 193, 170, .15),
            transparent 32%
        ),
        var(--ab-csp-bg);
}

.ab-csp-hero::after {
    content: "";
    position: absolute;

    width: 460px;
    height: 460px;

    right: -250px;
    top: -170px;

    border: 1px solid rgba(187, 139, 101, .14);
    border-radius: 50%;
}

.ab-csp-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 80px;
}

.ab-csp-eyebrow {
    margin-bottom: 22px;
}

.ab-csp-hero h1 {
    max-width: 650px;
}

.ab-csp-hero-lead {
    max-width: 650px;
    margin-top: 27px !important;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    line-height: 1.5;
    color: #454545 !important;
}

.ab-csp-hero-text {
    max-width: 630px;
    margin-top: 17px !important;
}

.ab-csp-hero-actions {
    display: flex;
    align-items: center;
    gap: 27px;
    flex-wrap: wrap;

    margin-top: 34px;
}

.ab-csp-text-link {
    color: var(--ab-csp-text) !important;
    font-size: 15px;
    font-weight: 700;

    padding-bottom: 3px;
    border-bottom: 1px solid var(--ab-csp-accent);
}

.ab-csp-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;

    padding-top: 38px;
    margin-top: 42px;

    border-top: 1px solid var(--ab-csp-border);
}

.ab-csp-trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
}

.ab-csp-trust-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: rgba(187, 139, 101, .11);
    color: var(--ab-csp-accent-dark);

    font-size: 14px;
}

.ab-csp-trust-item strong,
.ab-csp-trust-item span {
    display: block;
}

.ab-csp-trust-item strong {
    color: var(--ab-csp-text);
    font-size: 13px;
    line-height: 1.4;
}

.ab-csp-trust-item div > span {
    margin-top: 2px;
    color: var(--ab-csp-muted);
    font-size: 11px;
    line-height: 1.4;
}

.ab-csp-image-wrap {
    position: relative;
    padding: 14px 14px 0 0;
}

.ab-csp-image-wrap::before {
    content: "";
    position: absolute;

    inset: -15px 0 35px 35px;

    border: 1px solid rgba(187, 139, 101, .35);
    z-index: -1;
}

.ab-csp-image-wrap > img {
    height: 650px;
    object-fit: cover;
    object-position: center;

    border-radius: 2px;
}

.ab-csp-image-badge {
    position: absolute;
    left: -42px;
    bottom: 35px;

    display: flex;
    align-items: center;
    gap: 14px;

    min-width: 280px;
    padding: 18px 21px;

    background: rgba(255, 253, 248, .96);
    border: 1px solid var(--ab-csp-border);
    box-shadow: 0 16px 45px rgba(45, 45, 45, .1);
}

.ab-csp-badge-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: rgba(187, 139, 101, .12);
    color: var(--ab-csp-accent-dark);
}

.ab-csp-image-badge strong,
.ab-csp-image-badge span {
    display: block;
}

.ab-csp-image-badge strong {
    color: var(--ab-csp-text);
    font-size: 14px;
    line-height: 1.4;
}

.ab-csp-image-badge div span {
    color: var(--ab-csp-muted);
    font-size: 12px;
}


/* ========================
   INTRO
======================== */

.ab-csp-intro {
    background: var(--ab-csp-white);
}

.ab-csp-two-col {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.ab-csp-section-heading .ab-csp-kicker {
    margin-bottom: 18px;
}

.ab-csp-rich-text {
    padding-left: 45px;
    border-left: 1px solid var(--ab-csp-border);
}

.ab-csp-rich-text p + p {
    margin-top: 20px;
}


/* ========================
   BENEFITS
======================== */

.ab-csp-benefits {
    background: var(--ab-csp-bg-soft);
}

.ab-csp-heading-center {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.ab-csp-heading-center .ab-csp-kicker {
    margin-bottom: 16px;
}

.ab-csp-heading-center > p {
    max-width: 680px;
    margin: 22px auto 0;
}

.ab-csp-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ab-csp-benefit-card {
    position: relative;
    min-height: 275px;

    padding: 38px 34px;

    background: var(--ab-csp-white);
    border: 1px solid rgba(187, 139, 101, .15);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.ab-csp-benefit-card:hover {
    transform: translateY(-5px);
    border-color: rgba(187, 139, 101, .4);
    box-shadow: 0 18px 45px rgba(45, 45, 45, .06);
}

.ab-csp-card-icon {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 27px;

    border-radius: 50%;
    background: rgba(187, 139, 101, .1);
    color: var(--ab-csp-accent-dark);

    font-size: 18px;
}

.ab-csp-benefit-card h3 {
    margin-bottom: 13px;
}

.ab-csp-benefit-card p {
    font-size: 16px;
    line-height: 1.75;
}


/* ========================
   CONCERNS
======================== */

.ab-csp-concerns {
    background: var(--ab-csp-bg);
}

.ab-csp-concerns-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    align-items: center;
    gap: 90px;
}

.ab-csp-concerns-image {
    position: relative;
}

.ab-csp-concerns-image::after {
    content: "";
    position: absolute;

    left: -22px;
    bottom: -22px;

    width: 55%;
    height: 55%;

    border-left: 1px solid var(--ab-csp-accent);
    border-bottom: 1px solid var(--ab-csp-accent);

    pointer-events: none;
}

.ab-csp-concerns-image img {
    height: 620px;
    object-fit: cover;
}

.ab-csp-concerns-content .ab-csp-kicker {
    margin-bottom: 17px;
}

.ab-csp-section-copy {
    margin-top: 22px !important;
}

.ab-csp-concern-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 25px;

    margin: 32px 0 36px;
}

.ab-csp-concern-list div {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.55;
}

.ab-csp-concern-list i {
    margin-top: 5px;
    color: var(--ab-csp-accent-dark);
    font-size: 12px;
}


/* ========================
   PROCESS
======================== */

.ab-csp-process {
    background: var(--ab-csp-white);
}

.ab-csp-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--ab-csp-border);
    border-bottom: 1px solid var(--ab-csp-border);
}

.ab-csp-process-card {
    position: relative;
    padding: 42px 30px 44px;
}

.ab-csp-process-card + .ab-csp-process-card {
    border-left: 1px solid var(--ab-csp-border);
}

.ab-csp-process-number {
    display: block;

    margin-bottom: 34px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 42px;
    line-height: 1;
    color: rgba(187, 139, 101, .45);
}

.ab-csp-process-card h3 {
    margin-bottom: 14px;
}

.ab-csp-process-card p {
    font-size: 15px;
    line-height: 1.75;
}


/* ========================
   COURSE
======================== */

.ab-csp-course {
    padding-top: 40px;
    background: var(--ab-csp-white);
}

.ab-csp-course-box {
    padding: 65px;

    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 65px;

    background: var(--ab-csp-bg-soft);
    border: 1px solid var(--ab-csp-border);
}

.ab-csp-course-heading .ab-csp-kicker {
    margin-bottom: 15px;
}

.ab-csp-course-heading h2 {
    font-size: clamp(38px, 4vw, 52px);
}

.ab-csp-course-heading p {
    margin-top: 20px;
}

.ab-csp-course-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ab-csp-stat {
    padding: 22px;
    text-align: center;
}

.ab-csp-stat + .ab-csp-stat {
    border-left: 1px solid var(--ab-csp-border);
}

.ab-csp-stat strong {
    display: block;

    margin-bottom: 9px;

    font-family: "Cormorant Garamond", Georgia, serif;
    color: var(--ab-csp-accent-dark);
    font-size: 39px;
    line-height: 1;
    font-weight: 600;
}

.ab-csp-stat:last-child strong {
    font-size: 27px;
}

.ab-csp-stat span {
    display: block;

    color: var(--ab-csp-muted);
    font-size: 12px;
    line-height: 1.5;
}


/* ========================
   FAQ
======================== */

.ab-csp-faq {
    background: var(--ab-csp-bg);
}

.ab-csp-faq-layout {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 90px;
}

.ab-csp-faq-intro {
    align-self: start;
    position: sticky;
    top: 40px;
}

.ab-csp-faq-intro .ab-csp-kicker {
    margin-bottom: 17px;
}

.ab-csp-faq-intro > p {
    margin-top: 22px;
}

.ab-csp-faq-note {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    margin-top: 34px;
    padding: 20px;

    background: rgba(187, 139, 101, .08);
    border-left: 2px solid var(--ab-csp-accent);
}

.ab-csp-faq-note i {
    margin-top: 7px;
    color: var(--ab-csp-accent-dark);
}

.ab-csp-faq-note p {
    font-size: 14px;
    line-height: 1.7;
}

.ab-csp-accordion {
    border-top: 1px solid var(--ab-csp-border);
}

.ab-csp-faq-item {
    border-bottom: 1px solid var(--ab-csp-border);
}

.ab-csp-faq-item summary {
    list-style: none;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    padding: 25px 4px;

    cursor: pointer;

    color: var(--ab-csp-text);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 600;
}

.ab-csp-faq-item summary::-webkit-details-marker {
    display: none;
}

.ab-csp-faq-item summary i {
    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--ab-csp-border);
    border-radius: 50%;

    color: var(--ab-csp-accent-dark);
    font-size: 11px;

    transition: transform .25s ease;
}

.ab-csp-faq-item[open] summary i {
    transform: rotate(45deg);
}

.ab-csp-faq-answer {
    padding: 0 55px 27px 4px;
}

.ab-csp-faq-answer p {
    font-size: 16px;
    line-height: 1.8;
}

.ab-csp-faq-answer p + p {
    margin-top: 13px;
}


/* ========================
   FINAL CTA
======================== */

.ab-csp-final {
    padding: 85px 0;
    background: #F4EDE7;
}

.ab-csp-final-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.ab-csp-final-copy {
    max-width: 750px;
}

.ab-csp-final-copy .ab-csp-kicker {
    margin-bottom: 16px;
}

.ab-csp-final-copy p {
    margin-top: 19px;
    max-width: 630px;
}


/* ========================
   TABLET
======================== */

@media (max-width: 1024px) {

    .ab-csp-section {
        padding: 85px 0;
    }

    .ab-csp-hero-grid {
        gap: 45px;
    }

    .ab-csp-image-wrap > img {
        height: 550px;
    }

    .ab-csp-trust-row {
        grid-template-columns: 1fr;
    }

    .ab-csp-two-col {
        gap: 55px;
    }

    .ab-csp-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-csp-concerns-grid {
        gap: 55px;
    }

    .ab-csp-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-csp-process-card:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--ab-csp-border);
    }

    .ab-csp-process-card:nth-child(4) {
        border-top: 1px solid var(--ab-csp-border);
    }

    .ab-csp-course-box {
        grid-template-columns: 1fr;
    }

    .ab-csp-faq-layout {
        gap: 55px;
    }
}


/* ========================
   MOBILE
======================== */

@media (max-width: 767px) {

    .ab-csp-page {
        font-size: 17px;
        line-height: 1.78;
    }

    .ab-csp-container {
        width: min(100% - 34px, 1240px);
    }

    .ab-csp-section {
        padding: 70px 0;
    }

    .ab-csp-page h1 {
        font-size: clamp(45px, 14vw, 60px);
    }

    .ab-csp-page h2 {
        font-size: clamp(37px, 11vw, 48px);
    }

    .ab-csp-page h3 {
        font-size: 26px;
    }


    /* HERO */

    .ab-csp-hero {
        padding: 62px 0 75px;
    }

    .ab-csp-hero-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .ab-csp-hero-lead {
        font-size: 23px;
    }

    .ab-csp-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .ab-csp-btn {
        width: 100%;
    }

    .ab-csp-trust-row {
        gap: 16px;
        margin-top: 35px;
    }

    .ab-csp-image-wrap {
        padding: 8px 8px 0 0;
    }

    .ab-csp-image-wrap > img {
        height: 470px;
    }

    .ab-csp-image-wrap::before {
        inset: -10px -3px 25px 25px;
    }

    .ab-csp-image-badge {
        left: 14px;
        right: -3px;
        bottom: 18px;

        min-width: 0;
    }


    /* INTRO */

    .ab-csp-two-col {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ab-csp-rich-text {
        padding: 0;
        border-left: 0;
    }


    /* BENEFITS */

    .ab-csp-heading-center {
        margin-bottom: 42px;
        text-align: left;
    }

    .ab-csp-heading-center > p {
        margin-left: 0;
    }

    .ab-csp-benefit-grid {
        grid-template-columns: 1fr;
    }

    .ab-csp-benefit-card {
        min-height: 0;
        padding: 30px 27px;
    }


    /* CONCERNS */

    .ab-csp-concerns-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .ab-csp-concerns-image img {
        height: 460px;
    }

    .ab-csp-concern-list {
        grid-template-columns: 1fr;
    }


    /* PROCESS */

    .ab-csp-process-grid {
        grid-template-columns: 1fr;
    }

    .ab-csp-process-card + .ab-csp-process-card {
        border-left: 0;
        border-top: 1px solid var(--ab-csp-border);
    }


    /* COURSE */

    .ab-csp-course {
        padding-top: 20px;
    }

    .ab-csp-course-box {
        padding: 38px 25px;
        gap: 40px;
    }

    .ab-csp-course-stats {
        grid-template-columns: 1fr;
    }

    .ab-csp-stat {
        padding: 24px 10px;
    }

    .ab-csp-stat + .ab-csp-stat {
        border-left: 0;
        border-top: 1px solid var(--ab-csp-border);
    }


    /* FAQ */

    .ab-csp-faq-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ab-csp-faq-intro {
        position: static;
    }

    .ab-csp-faq-item summary {
        padding: 22px 0;
        font-size: 22px;
    }

    .ab-csp-faq-answer {
        padding: 0 0 24px;
    }


    /* FINAL CTA */

    .ab-csp-final {
        padding: 70px 0;
    }

    .ab-csp-final-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
    }

    .ab-csp-final-action {
        width: 100%;
    }
}


/* VERY SMALL DEVICES */

@media (max-width: 420px) {

    .ab-csp-container {
        width: calc(100% - 28px);
    }

    .ab-csp-image-wrap > img,
    .ab-csp-concerns-image img {
        height: 410px;
    }

    .ab-csp-image-badge {
        padding: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-4867c26 */body{
    overflow: hidden;
}/* End custom CSS */