﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.bI-affiliate-cta {
    flex: 0 0 auto;
}.po-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    auto
contain
    scroll-behavior: auto;
    font-family: Roboto, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1160px;
}.qf-page-head {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.GX-gratBlock {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgb(210,187,170,0.5) 30%, rgb(232,217,212) 70%, rgb(184,151,142,0.5) 100%);
}.GX-gratBlock::before {
    content: "";
    width: 100%;
    z-index: 0;
    background: radial-gradient(circle at 30% 50%, rgb(210,187,170,0.5) 0%, transparent 60%);
    animation: pulseGlow 10s ease-in-out infinite;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.GX-gratBlock::after {
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    opacity: 0.7;
    position: absolute;
}.GX-gratBlock .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.GX-gratBlock .kt-founders-team {
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    flex-direction: column;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    position: relative;
}.GX-gratBlock .kt-founders-team::before {
    top: -5px;
    background: linear-gradient(90deg, transparent, rgb(210,187,170) 50%, transparent);
    border-radius: 10px;
    height: 10px;
    transform: translateX(-50%);
    opacity: 0.6;
    width: 80%;
    left: 50%;
    content: "";
    position: absolute;
}.GX-gratBlock .kt-founders-team::after {
    background: linear-gradient(90deg, transparent, rgb(184,151,142) 50%, transparent);
    border-radius: 10px;
    content: "";
    left: 50%;
    height: 10px;
    width: 80%;
    transform: translateX(-50%);
    opacity: 0.6;
    position: absolute;
    bottom: -5px;
}.GX-gratBlock .kt-founders-team > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.GX-gratBlock .kt-founders-team > div:first-child::after {
    bottom: 0;
    width: 60px;
    content: "";
    position: absolute;
    background: rgb(210,187,170);
    height: 3px;
    left: 0;
    animation: expandLine 1.5s ease-out forwards;
    transform-origin: left;
}.GX-gratBlock h5 {
    transition: transform 0.3s ease;
    font-weight: 700;
    font-size: 22px;
    transform: translateY(0);
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    margin: 0;
    line-height: 1.4;
}.GX-gratBlock a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.GX-gratBlock a::before {
    top: 0;
    left: -30px;
    transition: opacity 0.3s ease;
    background: linear-gradient(to right, transparent, rgb(210,187,170,0.5), transparent);
    opacity: 0;
    animation: shine 3s infinite;
    width: 10px;
    content: "";
    transform: skewX(-20deg);
    position: absolute;
    height: 100%;
}.GX-gratBlock a:hover::before {
    opacity: 1;
}.GX-gratBlock p {
    padding: 0.5rem 1rem;
    line-height: 1.7;
    position: relative;
    border-left: 3px solid rgb(184,151,142,0.5);
    transition: all 0.3s ease;
    margin: 0;
    font-size: 13px;
    color: #000000;
}.GX-gratBlock a:hover p {
    transform: translateX(5px);
    color: rgb(210,187,170);
}.GX-gratBlock .kt-founders-team:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.GX-gratBlock {
    padding: 150px 0;
}.GX-gratBlock .kt-founders-team {
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    margin: 0 auto;
    padding: 4rem 5rem;
    max-width: 85%;
}.GX-gratBlock .kt-founders-team:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.GX-gratBlock h5 {
    font-size: calc(22px * 1.2);
}.GX-gratBlock p {
    font-size: calc(13px * 1.1);
    line-height: 1.8;
    padding: 1rem 1.5rem;
}
}

@media (min-width: 992px) {.GX-gratBlock .kt-founders-team {
    max-width: 75%;
    gap: 3rem;
}.GX-gratBlock .kt-founders-team > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.GX-gratBlock {
    padding: 60px 0;
}.GX-gratBlock .kt-founders-team {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.GX-gratBlock h5 {
    font-size: calc(22px * 0.9);
}.GX-gratBlock p {
    border-left-width: 2px;
    padding: 0.5rem;
}
}

@media (max-width: 480px) {.GX-gratBlock {
    padding: 40px 0;
}.GX-gratBlock .kt-founders-team {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.GX-gratBlock h5 {
    font-size: calc(22px * 0.8);
}.GX-gratBlock p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.fk-education-framework {
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.fk-education-framework::before {
    opacity: 0.15;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(184,151,142,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(210,187,170,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    z-index: 0;
}.fk-education-framework::after {
    right: -50%;
    content: "";
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    background: linear-gradient(45deg, transparent 65%, rgb(184,151,142,0.5) 100%);
    opacity: 0.08;
    position: absolute;
    transform: rotate(-15deg) scale(2);
    height: 100%;
    z-index: 0;
    filter: blur(30px);
    top: -50%;
}.fk-education-framework:hover::after {
    opacity: 0.15;
    transform: rotate(-12deg) scale(2.05);
}.fk-education-framework .kt-founders-team {
    padding: 0 30px;
    margin: 0 auto;
    perspective: 1000px;
    z-index: 1;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
}.fk-education-framework h2 {
    position: relative;
    padding-bottom: 20px;
    font-size: 28px;
    transform: translateZ(20px);
    font-weight: 700;
    margin-bottom: 40px;
    transition: transform 0.5s ease-out;
    color: #000000;
    text-align: left;
}.fk-education-framework h2::after {
    background: linear-gradient(90deg, rgb(210,187,170) 0%, rgb(184,151,142) 100%);
    transform-origin: left center;
    width: 80px;
    left: 0;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    height: 4px;
    bottom: 0;
}.fk-education-framework:hover h2::after {
    width: 120px;
}.fk-education-framework .Ed-text-content {
    position: relative;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.85));
    border-left: 4px solid rgb(210,187,170);
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.03),
        0 1px 4px rgba(0,0,0,0.02),
        0 20px 25px -5px rgba(0,0,0,0.05);
    padding: 40px;
    backdrop-filter: blur(5px);
    transform: translateZ(10px) translateX(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.fk-education-framework .Ed-text-content::before {
    width: 30px;
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    transform: rotate(45deg);
    height: 30px;
    left: 25px;
    top: -15px;
    background: #ffffff;
}.fk-education-framework:hover .Ed-text-content {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 25px 30px -5px rgba(0,0,0,0.07);
    transform: translateZ(15px) translateX(5px);
}.fk-education-framework p {
    position: relative;
    line-height: 1.7;
    z-index: 2;
    margin: 0;
    color: #000000;
    font-size: 15px;
}.fk-education-framework p::first-letter {
    font-weight: 600;
    color: rgb(210,187,170);
    font-size: 1.3em;
}

@media (max-width: 991px) {.fk-education-framework {
    padding: 90px 0;
}.fk-education-framework h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.fk-education-framework .Ed-text-content {
    padding: 35px;
}
}

@media (max-width: 767px) {.fk-education-framework {
    padding: 70px 0;
}.fk-education-framework::after {
    opacity: 0.05;
}.fk-education-framework .kt-founders-team {
    padding: 0 20px;
}.fk-education-framework h2 {
    padding-bottom: 15px;
    font-size: calc(28px * 0.85);
    margin-bottom: 25px;
}.fk-education-framework h2::after {
    width: 60px;
    height: 3px;
}.fk-education-framework:hover h2::after {
    width: 90px;
}.fk-education-framework .Ed-text-content {
    transform: translateZ(5px) translateX(0);
    padding: 30px 25px;
}.fk-education-framework:hover .Ed-text-content {
    transform: translateZ(7px) translateX(3px);
}.fk-education-framework p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.fk-education-framework {
    padding: 60px 0;
}.fk-education-framework .kt-founders-team {
    padding: 0 15px;
}.fk-education-framework h2 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
}.fk-education-framework .Ed-text-content {
    padding: 25px 20px;
    border-left: 3px solid rgb(210,187,170);
}.fk-education-framework .Ed-text-content::before {
    height: 20px;
    top: -10px;
    width: 20px;
    left: 20px;
}.fk-education-framework p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}.kf-title-screen {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgba(245, 250, 255, 0.95) 100%);
}.kf-title-screen .kt-founders-team {
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    grid-template-columns: 1fr;
    padding: 2rem;
    display: grid;
}.kf-title-screen::before {
    top: -10%;
    transform: rotate(-5deg);
    width: 60%;
    content: "";
    animation: floatBackground 18s ease-in-out infinite alternate;
    filter: blur(15px);
    position: absolute;
    right: -15%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.15;
    z-index: 0;
    height: 70%;
    background: linear-gradient(45deg, rgb(210,187,170,0.5) 10%, rgb(184,151,142,0.5) 90%);
}.kf-title-screen::after {
    border-radius: 30% 70% 70% 30% / 60% 40% 60% 40%;
    height: 60%;
    opacity: 0.12;
    z-index: 0;
    transform: rotate(8deg);
    bottom: -15%;
    animation: floatBackground 22s ease-in-out infinite alternate-reverse;
    width: 55%;
    position: absolute;
    left: -10%;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(184,151,142,0.5) 20%, rgb(210,187,170,0.5) 80%);
    content: "";
}.kf-title-screen .Ed-text-content {
    align-items: flex-start;
    padding: 2rem 0;
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
}.kf-title-screen h3 {
    color: #000000;
    font-size: clamp(2rem, 5vw, 43px);
    line-height: 1.2;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    opacity: 0;
    position: relative;
    font-weight: 700;
}.kf-title-screen h3::after {
    height: 4px;
    transform-origin: left;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(210,187,170) 0%, rgb(184,151,142) 100%);
    transform: scaleX(0);
    animation: scaleInX 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    width: 4rem;
    position: absolute;
    bottom: -0.5rem;
}.kf-title-screen .iN-page-primary {
    margin-bottom: 2.5rem;
    opacity: 0;
    flex-direction: column;
    animation: fadeIn 0.8s ease forwards 0.6s;
    align-items: flex-start;
    transform: translateY(10px);
    display: flex;
}.kf-title-screen .iN-page-primary p {
    position: relative;
    font-size: 16px;
    opacity: 0;
    line-height: 1.6;
    max-width: 95%;
    margin-top: 1.5rem;
    transform: translateY(10px);
    animation: fadeIn 0.8s ease forwards 0.9s;
    padding-left: 0.75rem;
    color: #000000;
}.kf-title-screen .iN-page-primary p::before {
    top: 0.5rem;
    bottom: 0.5rem;
    width: 3px;
    background: linear-gradient(to bottom, rgb(210,187,170), rgb(184,151,142));
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: "";
}.kf-title-screen svg {
    width: 80px;
    transform-origin: center;
    margin-left: -0.5rem;
    animation: popIn 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(5px) scale(0.95);
    opacity: 0;
    height: 80px;
}.kf-title-screen svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.kf-title-screen svg:hover path {
    filter: brightness(1.1);
    fill: rgb(210,187,170);
}.kf-title-screen svg text {
    font-family: Roboto, sans-serif;
    animation: pulseBrightness 4s infinite alternate ease-in-out;
    dominant-baseline: middle;
}.kf-title-screen ul {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards 1.1s;
    padding: 0;
    margin: 0;
    transform: translateY(10px);
    list-style: none;
    display: flex;
}.kf-title-screen .ZK-inquiry-message {
    font-size: 17px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(210,187,170) 0%, rgb(184,151,142) 100%);
    padding: 1rem 2rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(94, 170, 168, 0.2);
    border: none;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(0);
    font-weight: 600;
    z-index: 1;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}.kf-title-screen .ZK-inquiry-message::before {
    z-index: -1;
    width: 100%;
    transform: skewX(-25deg);
    transition: all 0.6s ease;
    left: -100%;
    content: "";
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    top: 0;
    position: absolute;
}.kf-title-screen .ZK-inquiry-message:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(94, 170, 168, 0.25);
}.kf-title-screen .ZK-inquiry-message:hover::before {
    left: 100%;
}.kf-title-screen .ZK-inquiry-message:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(94, 170, 168, 0.2);
}.kf-title-screen .XP-photo-show {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(10px) scale(0.98);
    animation: fadeIn 1s ease forwards 0.4s, floatUp 6s ease-in-out infinite alternate;
    opacity: 0;
    overflow: hidden;
    height: 100%;
    min-height: 300px;
    border-radius: 10px;
    position: relative;
}.kf-title-screen .XP-photo-show::before {
    right: 0;
    opacity: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
    bottom: 0;
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    position: absolute;
}.kf-title-screen .XP-photo-show:hover::before {
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleInX {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: translateY(5px) scale(0.95);
    }
    70% {
        opacity: 1;
        transform: translateY(-2px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-5px) scale(1.01);
    }
}

@keyframes floatBackground {
    0% {
        transform: translate(0, 0) rotate(-5deg);
    }
    100% {
        transform: translate(5px, -5px) rotate(0deg);
    }
}

@keyframes pulseBrightness {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.2);
    }
}

@media (min-width: 768px) {.kf-title-screen .kt-founders-team {
    padding: 3rem;
    gap: 2rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.kf-title-screen .Ed-text-content {
    padding-right: 2rem;
}.kf-title-screen h3 {
    max-width: 90%;
}.kf-title-screen .iN-page-primary p {
    max-width: 90%;
}.kf-title-screen .XP-photo-show {
    min-height: 450px;
}
}

@media (min-width: 992px) {.kf-title-screen .kt-founders-team {
    padding: 4rem 6rem;
    gap: 3rem;
}.kf-title-screen .Ed-text-content {
    padding-right: 3rem;
}.kf-title-screen h3 {
    margin-bottom: 2rem;
}.kf-title-screen svg {
    height: 100px;
    width: 100px;
}.kf-title-screen .XP-photo-show {
    min-height: 550px;
    transform-origin: center right;
}.kf-title-screen::before {
    width: 45%;
    height: 55%;
}.kf-title-screen::after {
    width: 40%;
    height: 50%;
}
}

@media (max-width: 767px) {.kf-title-screen {
    min-height: auto;
}.kf-title-screen .kt-founders-team {
    padding: 3rem 1.5rem;
    min-height: auto;
}.kf-title-screen .Ed-text-content {
    margin-bottom: 2rem;
}.kf-title-screen .XP-photo-show {
    margin-bottom: 2rem;
    order: -1;
    min-height: 250px;
}.kf-title-screen h3 {
    font-size: 1.75rem;
}.kf-title-screen .iN-page-primary p {
    font-size: 1rem;
}.kf-title-screen .ZK-inquiry-message {
    padding: 0.875rem 1.75rem;
}}.Zd-program-results {
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgba(245, 248, 255, 0.9) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.Zd-program-results::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 0;
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(210,187,170,0.5), 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 90% 90%, rgba(rgb(184,151,142,0.5), 0.05) 0%, transparent 50%);
    left: 0;
    top: 0;
    height: 100%;
}.Zd-program-results .container {
    flex-direction: column;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    position: relative;
    max-width: 1200px;
}.Zd-program-results .XP-photo-show {
    border: 4px solid #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    max-height: 400px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    filter: saturate(1.1) brightness(1.05);
    margin-bottom: 40px;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.Zd-program-results .kt-founders-team {
    background: #ffffff;
    padding: 40px;
    display: flex;
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    flex-direction: column;
}.Zd-program-results .Ed-text-content {
    position: relative;
}.Zd-program-results h1 {
    font-size: 31px;
    color: #000000;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}.Zd-program-results h1::after {
    position: absolute;
    bottom: 0;
    transition: width 0.5s ease;
    content: "";
    height: 3px;
    background: rgb(210,187,170);
    left: 0;
    width: 60px;
}.Zd-program-results ul {
    margin: 0;
    grid-gap: 15px;
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
}.Zd-program-results li {
    position: relative;
    padding-left: 36px;
    transition: transform 0.3s ease;
}.Zd-program-results li:hover {
    transform: translateX(5px);
}.Zd-program-results li p {
    font-size: calc(18px - 1px);
    align-items: center;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    display: flex;
}.Zd-program-results li svg {
    height: 24px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.Zd-program-results li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.Zd-program-results svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,187,170);
}.Zd-program-results li:hover svg path {
    fill: rgb(184,151,142);
}@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.Zd-program-results .XP-photo-show:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.Zd-program-results .container {
    flex-direction: row;
    gap: 40px;
    align-items: center;
}.Zd-program-results .XP-photo-show {
    margin-bottom: 0;
    animation: float 6s infinite ease-in-out;
    max-height: none;
    width: 45%;
}.Zd-program-results .kt-founders-team {
    padding: 50px;
    width: 55%;
    transform: translateY(0);
}.Zd-program-results h1 {
    font-size: 38px;
}.Zd-program-results h1::after {
    width: 80px;
}.Zd-program-results ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}.Zd-program-results li {
    padding-left: 40px;
}
}

@media (min-width: 992px) {.Zd-program-results {
    padding: 150px 0;
}.Zd-program-results .container {
    gap: 60px;
}.Zd-program-results h1 {
    margin-bottom: 40px;
}.Zd-program-results h1:hover::after {
    width: 120px;
}.Zd-program-results li p {
    font-size: 18px;
}.Zd-program-results .kt-founders-team {
    padding: 60px;
}
}

@media (max-width: 767px) {.Zd-program-results {
    padding: 80px 0;
}.Zd-program-results .XP-photo-show {
    max-height: 300px;
}.Zd-program-results .kt-founders-team {
    padding: 30px 25px;
}.Zd-program-results h1 {
    font-size: calc(31px - 4px);
    margin-bottom: 25px;
}.Zd-program-results li {
    margin-bottom: 15px;
}.Zd-program-results li p {
    font-size: calc(18px - 2px);
}}.fU-connect-form {
    position: relative;
    background: rgb(232,217,212);
    overflow: hidden;
    padding: 100px 0;
}.fU-connect-form::before {
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(210,187,170,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(210,187,170,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(210,187,170,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(210,187,170,0.5) 75%);
    z-index: 0;
    background-size: 40px 40px;
    top: 0;
    width: 100%;
    opacity: 0.03;
}.fU-connect-form::after {
    background: linear-gradient(135deg, rgb(210,187,170,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    width: 100%;
    transform: rotate(45deg);
    right: -50%;
    height: 100%;
    top: -50%;
    z-index: 0;
}.fU-connect-form .XP-photo-show {
    z-index: 0;
    left: 0;
    opacity: 0.1;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    filter: saturate(0.5) brightness(1.2);
    top: 0;
    position: absolute;
    width: 100%;
}.fU-connect-form .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.fU-connect-form h3 {
    color: rgb(210,187,170);
    z-index: 2;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    font-size: 38px;
}.fU-connect-form h3::before {
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
    height: 2px;
    background: rgb(210,187,170);
    left: 50%;
    width: 80px;
    position: absolute;
}.fU-connect-form h3::after {
    position: absolute;
    background: rgb(184,151,142);
    height: 2px;
    width: 40px;
    left: 50%;
    bottom: -25px;
    content: "";
    transform: translateX(-50%);
}.fU-connect-form .Vb-help-grid {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: flex;
    border-radius: 28px;
    overflow: hidden;
    z-index: 2;
    flex-wrap: wrap;
    position: relative;
}.fU-connect-form .Cp-reach-list {
    padding: 50px;
    position: relative;
    flex: 1 1 60%;
}.fU-connect-form .Cp-reach-list::before {
    right: 0;
    height: 100%;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(232,217,212), transparent);
    position: absolute;
    top: 0;
}.fU-connect-form .Cp-reach-list h3 {
    margin-bottom: 30px;
    text-transform: none;
    color: #000000;
    text-align: left;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 18px;
}.fU-connect-form .Cp-reach-list h3::before {
    transform: none;
    bottom: -10px;
    left: 0;
    width: 50px;
}.fU-connect-form .Cp-reach-list h3::after {
    width: 25px;
    bottom: -18px;
    left: 0;
    transform: none;
}.fU-connect-form .Cp-reach-list input[type="text"],
.fU-connect-form .Cp-reach-list textarea {
    padding: 15px 20px;
    font-family: Roboto, sans-serif;
    border: 2px solid rgb(232,217,212);
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    font-size: 17px;
    margin-bottom: 20px;
    border-radius: 10px;
}.fU-connect-form .Cp-reach-list input[type="text"]:focus,
.fU-connect-form .Cp-reach-list textarea:focus {
    border-color: rgb(210,187,170);
    box-shadow: 0 0 0 4px rgb(210,187,170,0.5);
    outline: none;
}.fU-connect-form .Cp-reach-list textarea {
    min-height: 140px;
    resize: vertical;
}.fU-connect-form .Cp-reach-list .DX-message-map {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.fU-connect-form .Cp-reach-list .DX-message-map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.fU-connect-form .Cp-reach-list .DX-message-map label {
    cursor: pointer;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
}.fU-connect-form .Cp-reach-list .DX-message-map label::before {
    top: 3px;
    left: 0;
    border: 2px solid rgb(232,217,212);
    border-radius: 2px;
    height: 18px;
    content: "";
    transition: all 0.3s ease;
    width: 18px;
    position: absolute;
}.fU-connect-form .Cp-reach-list .DX-message-map input[type="checkbox"]:checked + label::before {
    border-color: rgb(210,187,170);
    background: rgb(210,187,170);
}.fU-connect-form .Cp-reach-list .DX-message-map input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    height: 10px;
    width: 6px;
    left: 6px;
    position: absolute;
    border: solid #ffffff;
    top: 8px;
    content: "";
}.fU-connect-form .Cp-reach-list .DX-message-map a {
    color: rgb(210,187,170);
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
}.fU-connect-form .Cp-reach-list .DX-message-map a::after {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    transform-origin: right;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    background: rgb(210,187,170);
    height: 1px;
}.fU-connect-form .Cp-reach-list .DX-message-map a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.fU-connect-form .Cp-reach-list .ZK-inquiry-message {
    color: #ffffff;
    font-size: 14px;
    border: none;
    background: rgb(210,187,170);
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    letter-spacing: 1px;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px 35px;
}.fU-connect-form .Cp-reach-list .ZK-inquiry-message::before {
    top: 0;
    background: rgb(184,151,142);
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 0;
}.fU-connect-form .Cp-reach-list .ZK-inquiry-message:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.fU-connect-form .Cp-reach-list .ZK-inquiry-message:hover::before {
    width: 100%;
}.fU-connect-form .gM-reach-reach {
    position: relative;
    padding: 50px;
    display: flex;
    background: linear-gradient(to bottom right, rgb(232,217,212), #ffffff);
    justify-content: center;
    flex: 1 1 35%;
    flex-direction: column;
}.fU-connect-form .gM-reach-reach::before {
    opacity: 0.03;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(45deg, rgb(210,187,170,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(210,187,170,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(210,187,170,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(210,187,170,0.5) 75%);
    content: "";
    position: absolute;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
}.fU-connect-form .gM-reach-reach h4 {
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}.fU-connect-form .gM-reach-reach h4::after {
    position: absolute;
    background: rgb(210,187,170);
    content: "";
    bottom: -10px;
    height: 2px;
    left: 0;
    width: 40px;
}.fU-connect-form .gM-reach-reach .QD-help-request {
    margin: 0;
    padding: 0;
    list-style: none;
}.fU-connect-form .gM-reach-reach .QD-help-request li {
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 15px;
    display: flex;
}.fU-connect-form .gM-reach-reach .QD-help-request li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}.fU-connect-form .gM-reach-reach .QD-help-request li svg {
    margin-right: 15px;
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
}.fU-connect-form .gM-reach-reach .QD-help-request li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.fU-connect-form .gM-reach-reach .QD-help-request li svg path {
    transition: all 0.3s ease;
    fill: rgb(210,187,170);
}.fU-connect-form .gM-reach-reach .QD-help-request li:hover svg path {
    fill: rgb(184,151,142);
}.fU-connect-form .gM-reach-reach .QD-help-request li span {
    font-size: 17px;
    color: #000000;
}.fU-connect-form .gM-reach-reach .QD-help-request li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}.fU-connect-form .gM-reach-reach .QD-help-request li a:hover {
    color: rgb(210,187,170);
}

@media (max-width: 992px) {.fU-connect-form {
    padding: 60px 0;
}.fU-connect-form h3 {
    margin-bottom: 40px;
}.fU-connect-form .Vb-help-grid {
    flex-direction: column;
}.fU-connect-form .Cp-reach-list,
    .fU-connect-form .gM-reach-reach {
    flex: 1 1 100%;
}.fU-connect-form .Cp-reach-list::before {
    display: none;
}.fU-connect-form .Cp-reach-list {
    padding: 40px;
}.fU-connect-form .gM-reach-reach {
    padding: 40px;
}
}

@media (max-width: 768px) {.fU-connect-form {
    padding: 50px 0;
}.fU-connect-form h3 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
}.fU-connect-form .Cp-reach-list h3,
    .fU-connect-form .gM-reach-reach h4 {
    font-size: calc(18px * 0.9);
}.fU-connect-form .Cp-reach-list,
    .fU-connect-form .gM-reach-reach {
    padding: 30px;
}.fU-connect-form .Cp-reach-list input[type="text"],
    .fU-connect-form .Cp-reach-list textarea {
    padding: 12px 15px;
}.fU-connect-form .Cp-reach-list .ZK-inquiry-message {
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.fU-connect-form {
    padding: 40px 0;
}.fU-connect-form h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.fU-connect-form .Cp-reach-list,
    .fU-connect-form .gM-reach-reach {
    padding: 25px 20px;
}.fU-connect-form .Cp-reach-list input[type="text"],
    .fU-connect-form .Cp-reach-list textarea {
    margin-bottom: 15px;
}.fU-connect-form .Cp-reach-list .DX-message-map label {
    font-size: calc(14px * 0.9);
}.fU-connect-form .Cp-reach-list .ZK-inquiry-message {
    width: 100%;
    padding: 12px 20px;
}.fU-connect-form .gM-reach-reach .QD-help-request li {
    padding: 12px;
    margin-bottom: 15px;
}}.zS-client-testimonials {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(232,217,212) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.zS-client-testimonials::before {
    top: 0;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(210,187,170,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(184,151,142,0.5) 0%, transparent 40%);
}.zS-client-testimonials::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(210,187,170,0.5) 20%, 
        rgb(210,187,170) 50%, 
        rgb(210,187,170,0.5) 80%, 
        transparent 100%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    content: "";
    left: 50%;
    opacity: 0.5;
    height: 1px;
    animation: pulse 3s infinite;
    z-index: 1;
    position: absolute;
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.zS-client-testimonials .container {
    position: relative;
    z-index: 2;
}.zS-client-testimonials h2 {
    padding: 0.5rem 1rem;
    text-align: center;
    position: relative;
    transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 4rem;
    font-size: 33px;
    left: 50%;
    color: #000000;
    font-weight: 700;
}.zS-client-testimonials h2::before {
    bottom: 0;
    border-image-slice: 1;
    left: 0;
    content: "";
    opacity: 0.7;
    top: 0;
    border: 2px solid transparent;
    animation: borderGlow 4s infinite alternate;
    right: 0;
    border-image: linear-gradient(45deg, rgb(210,187,170), rgb(184,151,142));
    position: absolute;
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(210,187,170,0.5)) 
                drop-shadow(0 0 5px rgb(210,187,170,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(184,151,142,0.5)) 
                drop-shadow(0 0 10px rgb(184,151,142,0.5)); 
    }
}

.zS-client-testimonials .Yu-feedback-list {
    perspective: 1000px;
    justify-content: center;
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.zS-client-testimonials .Td-review-feedback {
    position: relative;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    width: calc(33% - 3rem);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 2rem;
    transform-style: preserve-3d;
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}.zS-client-testimonials .Td-review-feedback::before {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.7;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    inset: 0;
    background: linear-gradient(135deg, rgb(210,187,170), rgb(184,151,142)) border-box;
    border: 1px solid transparent;
}.zS-client-testimonials .Td-review-feedback::after {
    height: 200%;
    transform: rotate(45deg);
    width: 200%;
    top: -50%;
    background: linear-gradient(
        0deg,
        transparent,
        rgb(210,187,170,0.5),
        rgb(210,187,170,0.5),
        transparent
    );
    animation: scanline 6s linear infinite;
    left: -50%;
    content: "";
    z-index: -1;
    position: absolute;
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.zS-client-testimonials .Td-review-feedback:hover {
    transform: translateZ(20px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(210,187,170,0.5), 
        0 0 20px rgb(184,151,142,0.5);
}.zS-client-testimonials .Td-review-feedback img {
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    height: 90px;
    width: 90px;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    box-shadow: 
        0 0 0 1px rgb(210,187,170,0.5),
        0 0 10px rgb(210,187,170,0.5);
    filter: grayscale(50%);
}.zS-client-testimonials .Td-review-feedback:hover img {
    transform: scale(1.1);
    box-shadow: 
        0 0 0 2px rgb(210,187,170),
        0 0 15px rgb(210,187,170,0.5),
        0 0 30px rgb(210,187,170,0.5);
    filter: grayscale(0%);
}.zS-client-testimonials .Td-review-feedback p {
    text-align: center;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    margin-bottom: 0.5rem;
    color: #000000;
}.zS-client-testimonials .Td-review-feedback .NP-coding-class {
    max-width: 90%;
    color: #000000;
    font-size: 18px;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
}.zS-client-testimonials .Td-review-feedback:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.zS-client-testimonials .Td-review-feedback:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.zS-client-testimonials .Td-review-feedback:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.zS-client-testimonials .Td-review-feedback:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.zS-client-testimonials .Td-review-feedback {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.zS-client-testimonials {
    padding: 4rem 0;
}.zS-client-testimonials h2 {
    margin-bottom: 3rem;
    font-size: calc(33px * 0.9);
}.zS-client-testimonials .Yu-feedback-list {
    gap: 2rem;
    flex-direction: column;
}.zS-client-testimonials .Td-review-feedback {
    width: 100%;
    transform: none !important;
}.zS-client-testimonials .Td-review-feedback:hover {
    transform: translateZ(10px) !important;
}.zS-client-testimonials::after {
    height: 100%;
    width: 1px;
}}.OY-privacy-container {
    font-family: Roboto, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: rgb(210,187,170,0.5);
    padding: 40px;
    color: #000000;
    overflow: hidden;
}.OY-privacy-container h1 {
    color: #000000;
    font-weight: 700;
    font-size: 47px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}.OY-privacy-container h2 {
    border-bottom: 2px solid rgb(184,151,142,0.5);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 31px;
    margin-top: 25px;
    padding-bottom: 5px;
    color: rgb(184,151,142);
}.OY-privacy-container ul, .OY-privacy-container ol {
    margin-bottom: 20px;
    padding-top: 10px;
    list-style-type: disc;
    padding-left: 20px;
}.OY-privacy-container li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 13px;
}.OY-privacy-container div {
    padding: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #ffffff;
}

@media only screen and (max-width: 800px) {.OY-privacy-container {
    box-shadow: none;
    padding: 20px;
}.OY-privacy-container h1 {
    font-size: calc(21px - 10px);
}.OY-privacy-container h2 {
    font-size: calc(21px - 5px);
}}

.OY-privacy-container h3, .OY-privacy-container h4, .OY-privacy-container h5, .OY-privacy-container h6 {
    margin-bottom: 10px;
    color: rgb(210,187,170);
    font-weight: 600;
    margin-top: 20px;
    font-size: 1.2em;
}.OY-privacy-container p, .OY-privacy-container span {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 13px;
}.OY-privacy-container a {
    color: rgb(184,151,142);
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 400;
}.OY-privacy-container a:hover {
    color: rgb(210,187,170);
    text-decoration: underline;
}.OY-privacy-container button {
    cursor: pointer;
    background: rgb(184,151,142);
    color: #ffffff;
    transition: background 0.3s ease;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 20px;
}.OY-privacy-container button:hover {
    background: rgb(210,187,170);
}.hU-course-program {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgba(rgb(210,187,170,0.5), 0.05), rgba(rgb(184,151,142,0.5), 0.1));
    overflow: hidden;
    position: relative;
}.hU-course-program::before {
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(210,187,170,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(184,151,142,0.5), 0.12) 0%, transparent 45%);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
}.hU-course-program::after {
    background: linear-gradient(225deg, rgba(rgb(210,187,170,0.5), 0.08), transparent);
    right: -5%;
    content: "";
    width: 45%;
    position: absolute;
    height: 45%;
    transform: rotate(-15deg) skew(15deg);
    z-index: 0;
    top: -10%;
}.hU-course-program .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.hU-course-program h2 {
    max-width: 85%;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.3;
    color: #000000;
    font-size: 33px;
    transform: translateX(-5%);
    position: relative;
}.hU-course-program h2::after {
    transform-origin: left center;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(210,187,170), rgb(184,151,142));
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    transform: scaleX(1);
    bottom: -15px;
}.hU-course-program h2:hover::after {
    transform: scaleX(1.5);
}.hU-course-program .Bo-lesson-path {
    grid-gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.hU-course-program .XP-photo-show {
    overflow: hidden;
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    height: 400px;
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    position: relative;
}.hU-course-program .XP-photo-show::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(rgb(210,187,170,0.5), 0.1),
        rgba(rgb(184,151,142,0.5), 0.15)
    );
    content: "";
    mix-blend-mode: overlay;
}.hU-course-program .XP-photo-show::after {
    content: "";
    position: absolute;
    left: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
    mix-blend-mode: overlay;
    z-index: 2;
    opacity: 0;
    width: 200%;
    height: 200%;
    top: -50%;
    transition: opacity 1.2s ease;
}.hU-course-program .XP-photo-show:hover {
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.hU-course-program .XP-photo-show:hover::after {
    opacity: 1;
}.hU-course-program .Ed-text-content {
    position: relative;
    padding: 20px 0 0;
}.hU-course-program .NP-coding-class {
    position: relative;
    color: #000000;
    opacity: 1;
    line-height: 1.75;
    font-size: 12px;
    transform: translateY(0);
    max-height: 350px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-bottom: 25px;
    padding-right: 15px;
    overflow-y: auto;
}.hU-course-program .NP-coding-class::-webkit-scrollbar {
    width: 4px;
}.hU-course-program .NP-coding-class::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.hU-course-program .NP-coding-class::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(210,187,170), rgb(184,151,142));
}.hU-course-program .NP-coding-class:first-of-type {
    position: relative;
    z-index: 1;
}.hU-course-program .NP-coding-class:first-of-type::first-letter {
    margin-right: 1px;
    color: rgb(210,187,170);
    font-size: 1.5em;
    font-weight: 700;
}.hU-course-program .NP-coding-class:last-of-type {
    border-left: 1px solid rgba(rgb(210,187,170,0.5), 0.2);
    position: relative;
    padding-left: 20px;
}.hU-course-program .NP-coding-class:last-of-type::before {
    background: rgb(210,187,170);
    position: absolute;
    top: 0;
    left: -5px;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

@media (min-width: 768px) {.hU-course-program {
    padding: 150px 0 100px;
}.hU-course-program h2 {
    font-size: calc(33px * 1.2);
    max-width: 80%;
    margin-bottom: 60px;
}.hU-course-program .Bo-lesson-path {
    align-items: center;
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
}.hU-course-program .XP-photo-show {
    height: 500px;
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.hU-course-program .XP-photo-show:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.hU-course-program .Ed-text-content {
    padding: 0 0 0 20px;
}.hU-course-program .NP-coding-class {
    max-height: 300px;
}
}

@media (min-width: 992px) {.hU-course-program .container {
    padding: 0 40px;
}.hU-course-program h2 {
    max-width: 70%;
    transform: translateX(-8%);
    font-size: calc(33px * 1.4);
}.hU-course-program h2::after {
    width: 120px;
    height: 4px;
}.hU-course-program .Bo-lesson-path {
    grid-gap: 80px;
}.hU-course-program .XP-photo-show {
    height: 550px;
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
}.hU-course-program .XP-photo-show:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.hU-course-program .Ed-text-content {
    padding: 0 0 0 40px;
}.hU-course-program .NP-coding-class {
    max-height: 400px;
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.hU-course-program {
    padding: 180px 0 120px;
}.hU-course-program h2 {
    max-width: 60%;
    font-size: calc(33px * 1.5);
}.hU-course-program .Bo-lesson-path {
    grid-gap: 100px;
}.hU-course-program .XP-photo-show {
    height: 600px;
}.hU-course-program .NP-coding-class {
    max-height: 450px;
    font-size: calc(12px * 1.1);
}
}

@media (max-width: 767px) {.hU-course-program {
    padding: 80px 0 60px;
}.hU-course-program h2 {
    transform: translateX(0);
    max-width: 100%;
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.hU-course-program .XP-photo-show {
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}.hU-course-program .Ed-text-content {
    padding: 20px 0 0;
}.hU-course-program .NP-coding-class {
    max-height: 250px;
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}header .Yh-main-mentor {
    left: 0;
    box-shadow: 0 0 20px 2px rgb(210,187,170,0.5);
    padding: 1.5rem;
    z-index: 99;
    overflow: hidden;
    justify-content: space-between;
    background: linear-gradient(to right, rgb(184,151,142) 0%, rgb(210,187,170,0.5) 100%);
    border-radius: 0;
    width: 100vw;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: calc(-50vw + 50%);
}header .Yh-main-mentor::before {
    width: 200%;
    animation: backgroundShift 20s linear infinite;
    opacity: 0.3;
    content: "";
    height: 200%;
    left: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(184,151,142,0.5) 1%, transparent 10%);
    top: -50%;
    z-index: -1;
    background-size: 15px 15px;
}header .Yh-main-mentor::after {
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(184,151,142) 49%, rgb(184,151,142) 51%, transparent 52%);
    content: "";
    background-size: 200% 200%;
    top: 0;
    animation: gradientSlide 5s ease infinite;
    z-index: -1;
    left: 0;
}header .Yh-main-mentor .Xf-header-mainbar {
    overflow: visible;
    position: relative;
}header .Yh-main-mentor .Xf-header-mainbar::after {
    left: 0;
    height: 2px;
    content: "";
    background: rgb(184,151,142);
    box-shadow: 0 0 8px 2px rgb(184,151,142);
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
    position: absolute;
    bottom: -8px;
    animation: neonPulse 3s infinite alternate;
}header .Yh-main-mentor .Xf-header-mainbar .rO-nav-lead {
    position: relative;
    transform: perspective(800px) rotateY(0deg);
    display: block;
    transition: all 0.5s ease;
}header .Yh-main-mentor .Xf-header-mainbar .rO-nav-lead:hover {
    transform: perspective(800px) rotateY(15deg);
}header .Yh-main-mentor .Xf-header-mainbar svg {
    filter: drop-shadow(0 0 5px rgb(184,151,142,0.5));
    height: auto;
    width: 120px;
}header .Yh-main-mentor .Pk-top-primary {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    list-style: none;
    perspective: 800px;
}header .Yh-main-mentor .Pk-top-primary::before {
    animation: neonPulse 4s infinite alternate-reverse;
    height: 2px;
    position: absolute;
    transform: scaleX(0.5);
    background: rgb(210,187,170);
    content: "";
    top: 105%;
    width: 100%;
    box-shadow: 0 0 10px 2px rgb(210,187,170);
    left: 0;
}header .Yh-main-mentor .uC-main-know {
    transform: translateZ(0);
    position: relative;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    margin: 0 0.5rem;
}header .Yh-main-mentor .uC-main-know:hover {
    transform: translateZ(20px);
}header .Yh-main-mentor .uC-main-know a {
    position: relative;
    padding: 0.5rem 1rem;
    font-weight: 600;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    color: #ffffff;
    display: block;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .Yh-main-mentor .uC-main-know a::before {
    width: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    height: 100%;
    background: rgb(210,187,170,0.5);
    top: 0;
}header .Yh-main-mentor .uC-main-know a:hover {
    color: rgb(184,151,142);
    text-shadow: 0 0 5px rgb(184,151,142,0.5);
    border: 1px solid rgb(184,151,142,0.5);
}header .Yh-main-mentor .uC-main-know a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .Yh-main-mentor {
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    flex-direction: column;
    box-sizing: border-box;
}header .Yh-main-mentor .Xf-header-mainbar {
    margin-bottom: 1.5rem;
}header .Yh-main-mentor .Pk-top-primary {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .Yh-main-mentor .Pk-top-primary::before {
    top: auto;
    bottom: -10px;
}header .Yh-main-mentor .uC-main-know {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .Yh-main-mentor {
    padding: 0.75rem;
}header .Yh-main-mentor .Pk-top-primary {
    flex-direction: column;
    align-items: center;
}header .Yh-main-mentor .uC-main-know {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .Yh-main-mentor .Xf-header-mainbar svg {
    width: 100px;
}header .Yh-main-mentor .Xf-header-mainbar::after {
    width: 80%;
    left: 10%;
}}.es-sign-up-now {
    transform: skewY(-2deg);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 6rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(210,187,170) 0%, rgb(184,151,142) 100%);
}.es-sign-up-now::before {
    left: 0;
    opacity: 0.1;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(210,187,170,0.5),
        rgb(210,187,170,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}.es-sign-up-now::after {
    opacity: 0.15;
    z-index: -1;
    content: "";
    top: -30%;
    animation: floatGlow 15s infinite alternate ease-in-out;
    width: 50vw;
    position: absolute;
    right: -10%;
    height: 50vw;
    background: radial-gradient(circle, rgb(184,151,142) 0%, transparent 70%);
}.es-sign-up-now .container {
    z-index: 2;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    transform: skewY(2deg);
}.es-sign-up-now h6 {
    font-size: 22px;
    line-height: 1.5;
    animation: textFloat 5s infinite alternate ease-in-out;
    text-align: center;
    max-width: 800px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    letter-spacing: 0.5px;
    transform: translateY(0);
    font-weight: 600;
    margin-bottom: 2.5rem;
}.es-sign-up-now h6::after {
    left: 50%;
    height: 3px;
    width: 70px;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    opacity: 0.7;
    background: #ffffff;
}.es-sign-up-now div div {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
}.es-sign-up-now div div span {
    position: relative;
    perspective: 800px;
    transform-style: preserve-3d;
    display: inline-block;
}.es-sign-up-now div div span::before {
    background: rgb(210,187,170);
    opacity: 0.15;
    filter: blur(10px);
    top: -10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    width: calc(100% + 20px);
    left: -10px;
    content: "";
    border-radius: 10px;
    transform: translateZ(-10px);
    height: calc(100% + 20px);
}.es-sign-up-now .ZK-inquiry-message {
    align-items: center;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transform: translateY(0);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    justify-content: center;
    display: inline-flex;
    padding: 0.9rem 2.5rem;
    z-index: 2;
    color: rgb(210,187,170);
    overflow: hidden;
}.es-sign-up-now .ZK-inquiry-message::before {
    top: 0;
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
    opacity: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(184,151,142,0.5) 100%);
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
}.es-sign-up-now .ZK-inquiry-message::after {
    position: absolute;
    left: -100%;
    transform: skewX(-25deg);
    transition: all 0.7s ease;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 70%;
    height: 100%;
    top: 0;
}.es-sign-up-now .ZK-inquiry-message span {
    transition: all 0.3s ease;
    z-index: 3;
    position: relative;
}.es-sign-up-now .ZK-inquiry-message:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    color: rgb(184,151,142);
}.es-sign-up-now .ZK-inquiry-message:hover::before {
    opacity: 0.1;
}.es-sign-up-now .ZK-inquiry-message:hover::after {
    transition: all 0.7s ease;
    left: 100%;
}.es-sign-up-now .ZK-inquiry-message:hover span {
    transform: scale(1.05);
}.es-sign-up-now div div span:hover::before {
    transform: translateZ(-5px) scale(1.05);
    opacity: 0.25;
}.es-sign-up-now .ZK-inquiry-message:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes textFloat {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-5%, 5%);
    }
}

@media (max-width: 992px) {.es-sign-up-now {
    padding: 5rem 0;
}.es-sign-up-now h6 {
    font-size: calc(18px * 1.1);
    margin-bottom: 2rem;
}.es-sign-up-now .ZK-inquiry-message {
    padding: 0.8rem 2.2rem;
}
}

@media (max-width: 768px) {.es-sign-up-now {
    padding: 4rem 0;
    transform: skewY(-1deg);
}.es-sign-up-now .container {
    transform: skewY(1deg);
    padding: 0 1.5rem;
}.es-sign-up-now h6 {
    font-size: 18px;
    margin-bottom: 1.8rem;
}.es-sign-up-now h6::after {
    width: 50px;
    bottom: -12px;
}
}

@media (max-width: 576px) {.es-sign-up-now {
    transform: skewY(0);
    padding: 3.5rem 0;
}.es-sign-up-now .container {
    transform: skewY(0);
    padding: 0 1rem;
}.es-sign-up-now h6 {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(13px * 1.2);
}.es-sign-up-now .ZK-inquiry-message {
    font-size: calc(18px * 0.9);
    padding: 0.7rem 1.8rem;
}.es-sign-up-now div div span::before {
    top: -5px;
    width: calc(100% + 10px);
    left: -5px;
    height: calc(100% + 10px);
}}.bI-affiliate-cta {
    padding: 5rem 0 2rem;
    position: relative;
    font-family: Roboto, sans-serif;
    color: #000000;
    background-color: rgb(232,217,212);
}.bI-affiliate-cta::before {
    content: '';
    background: linear-gradient(180deg, transparent 0%, rgb(210,187,170,0.5) 100%);
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 250px;
    opacity: 0.05;
    z-index: 0;
}.bI-affiliate-cta .container {
    position: relative;
    z-index: 1;
}.bI-affiliate-cta .wa-conduct-code {
    gap: 4rem;
    flex-direction: column;
    display: flex;
}.bI-affiliate-cta .Xw-course-faq {
    border-bottom: 1px solid rgb(184,151,142,0.5);
    padding-bottom: 2.5rem;
    position: relative;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.bI-affiliate-cta .Xw-course-faq::after {
    bottom: -1px;
    width: 60px;
    background-color: rgb(210,187,170);
    content: '';
    left: 0;
    height: 3px;
    position: absolute;
}.bI-affiliate-cta .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.bI-affiliate-cta .info_item:hover {
    transform: translateX(5px);
}.bI-affiliate-cta .info_item p,
.bI-affiliate-cta .info_item a {
    align-items: center;
    gap: 0.75rem;
    transition: color 0.3s ease;
    font-size: 16px;
    color: #000000;
    display: flex;
    text-decoration: none;
    font-weight: 400;
}.bI-affiliate-cta .info_item a:hover {
    color: rgb(210,187,170);
}.bI-affiliate-cta .info_item svg {
    fill: rgb(210,187,170);
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}.bI-affiliate-cta .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 3rem;
    display: grid;
}.bI-affiliate-cta .Xf-header-mainbar {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.bI-affiliate-cta .Xf-header-mainbar svg {
    height: auto;
    transition: opacity 0.3s ease;
    max-width: 160px;
}.bI-affiliate-cta .Xf-header-mainbar svg:hover {
    opacity: 0.8;
}.bI-affiliate-cta .ct-law-res {
    max-width: 300px;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    opacity: 0.8;
}.bI-affiliate-cta .Pk-top-primary {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.bI-affiliate-cta .Pk-top-primary h5 {
    font-size: 20px;
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.bI-affiliate-cta .Hd-head-tutor {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.bI-affiliate-cta .Hd-head-tutor a {
    position: relative;
    font-size: 16px;
    padding-left: 0;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}.bI-affiliate-cta .Hd-head-tutor a::before {
    transition: width 0.3s ease, left 0.3s ease;
    left: -10px;
    content: '';
    height: 1px;
    width: 0;
    transform: translateY(-50%);
    top: 50%;
    background-color: rgb(210,187,170);
    position: absolute;
}.bI-affiliate-cta .Hd-head-tutor a:hover {
    padding-left: 12px;
    color: rgb(210,187,170);
}.bI-affiliate-cta .Hd-head-tutor a:hover::before {
    left: 0;
    width: 10px;
}.bI-affiliate-cta .subscribe_holder {
    padding: 2rem;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 24px;
}.bI-affiliate-cta .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
}.bI-affiliate-cta .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}.bI-affiliate-cta .input_holder {
    gap: 0.5rem;
    position: relative;
    display: flex;
}.bI-affiliate-cta .input_holder input[type="email"] {
    padding: 1rem 1.25rem;
    color: #000000;
    flex: 1;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgb(184,151,142,0.5);
    font-size: 16px;
    border-radius: 10px;
    background-color: transparent;
}.bI-affiliate-cta .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(210,187,170);
    box-shadow: 0 0 0 3px rgb(210,187,170,0.5);
}.bI-affiliate-cta .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.bI-affiliate-cta .mP-mail-signup {
    font-weight: 600;
    border: none;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    padding: 1rem 1.5rem;
    font-size: 14px;
    background-color: rgb(210,187,170);
    border-radius: 10px;
}.bI-affiliate-cta .mP-mail-signup:hover {
    background-color: rgb(184,151,142);
    transform: translateY(-2px);
}.bI-affiliate-cta .tI-play-market {
    margin-top: 3rem;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(184,151,142,0.5);
}.bI-affiliate-cta .rB-chrome-ext {
    font-size: 16px;
    opacity: 0.8;
    color: #000000;
}.bI-affiliate-cta .Hd-head-tutor:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.bI-affiliate-cta .Hd-head-tutor:first-child::after {
    width: 30px;
    height: 1px;
    content: '';
    background-color: rgb(184,151,142,0.5);
    position: absolute;
    left: 0;
    bottom: -0.75rem;
}.bI-affiliate-cta {
    background-attachment: fixed;
    background-size: 40px 40px;
    background-blend-mode: overlay;
    background-position: center;
    background-image: 
        linear-gradient(rgb(184,151,142,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(184,151,142,0.5) 1px, transparent 1px);
    background-repeat: repeat;
}

@media (max-width: 1024px) {.bI-affiliate-cta {
    padding: 4rem 0 2rem;
}.bI-affiliate-cta .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.bI-affiliate-cta .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.bI-affiliate-cta {
    padding: 3.5rem 0 1.5rem;
}.bI-affiliate-cta .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.bI-affiliate-cta .subscribe_holder {
    grid-column: auto;
}.bI-affiliate-cta .Xw-course-faq {
    grid-template-columns: 1fr 1fr;
}.bI-affiliate-cta .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.bI-affiliate-cta {
    padding: 3rem 0 1.5rem;
}.bI-affiliate-cta .Xw-course-faq {
    grid-template-columns: 1fr;
}.bI-affiliate-cta .input_holder {
    flex-direction: column;
}.bI-affiliate-cta .mP-mail-signup {
    width: 100%;
}.bI-affiliate-cta .Xf-header-mainbar,
    .bI-affiliate-cta .Pk-top-primary h5,
    .bI-affiliate-cta .Hd-head-tutor,
    .bI-affiliate-cta .Hd-head-tutor a {
    text-align: center;
    align-items: center;
}.bI-affiliate-cta .Xf-header-mainbar svg {
    margin: 0 auto;
}.bI-affiliate-cta .ct-law-res {
    text-align: center;
    max-width: 100%;
}.bI-affiliate-cta .Hd-head-tutor:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.bI-affiliate-cta .Xw-course-faq::after {
    left: 50%;
    transform: translateX(-50%);
}.bI-affiliate-cta .Hd-head-tutor a::before {
    display: none;
}.bI-affiliate-cta .Hd-head-tutor a:hover {
    padding-left: 0;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(210,187,170);
}header .top_plank .kD-best-learn div svg, header .top_plank .kD-best-learn div svg path {
    fill: #ffffff;
}header .top_plank .kD-best-learn div span {
    color: #ffffff;
}header .top_plank .kD-best-learn {
    padding: 15px 0 10px 0;
    align-items: center;
    line-height: 21px;
    justify-content: flex-start;
    font-size: 15px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}header .top_plank .kD-best-learn div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .kD-best-learn div img, header .top_plank .kD-best-learn div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.ar-sign-up {
    font-family: Roboto, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgb(210,187,170,0.5) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
}.ar-sign-up::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(184,151,142,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    left: -50%;
    width: 200%;
    top: -50%;
    z-index: 0;
    height: 200%;
    animation: rotateGradient 15s infinite linear;
}.ar-sign-up .kt-founders-team {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    transform: skewX(-5deg);
    margin: 0 auto;
}.ar-sign-up .hR-query-grid {
    padding: 3rem 3rem 3.5rem;
    transform: translateX(-5%) skewX(5deg);
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    margin-left: auto;
    backdrop-filter: blur(10px);
    width: 90%;
    flex-direction: column;
    max-width: 600px;
    box-shadow: 
        -15px 15px 0 rgb(184,151,142,0.5),
        15px -15px 30px rgba(255, 255, 255, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 25px;
}.ar-sign-up .hR-query-grid:hover {
    box-shadow: 
        -18px 18px 0 rgb(184,151,142,0.5),
        20px -20px 40px rgba(255, 255, 255, 0.15);
    transform: translateX(-5%) skewX(5deg) translateY(-5px);
}.ar-sign-up h3 {
    margin-bottom: 2rem;
    font-weight: 700;
    padding-left: 1rem;
    font-size: 31px;
    position: relative;
    color: #ffffff;
    transform: skewX(-5deg);
}.ar-sign-up h3::before {
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: "";
    background: rgb(210,187,170);
    top: 0;
    width: 5px;
    height: 100%;
}.ar-sign-up .input_holder {
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.ar-sign-up input[type="email"] {
    border-radius: 10px;
    padding: 1.2rem 1.5rem;
    color: #000000;
    transform: skewX(-5deg);
    border: 2px solid rgb(184,151,142,0.5);
    width: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
    font-size: 16px;
}.ar-sign-up input[type="email"]:focus {
    transform: skewX(-5deg) scale(1.02);
    box-shadow: 0 0 15px rgb(210,187,170,0.5);
    outline: none;
    border-color: rgb(210,187,170);
}.ar-sign-up input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.ar-sign-up .mP-mail-signup {
    transform: skewX(-5deg);
    cursor: pointer;
    border: none;
    font-size: 17px;
    color: #ffffff;
    transition: all 0.3s ease;
    align-self: flex-start;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    background: linear-gradient(135deg, rgb(210,187,170) 0%, rgb(184,151,142) 100%);
    padding: 1.2rem 2.5rem;
    position: relative;
}.ar-sign-up .mP-mail-signup::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: all 0.6s ease;
    position: absolute;
    width: 100%;
    left: -100%;
    height: 100%;
}.ar-sign-up .mP-mail-signup:hover {
    transform: skewX(-5deg) translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}.ar-sign-up .mP-mail-signup:hover::before {
    left: 100%;
}

@keyframes rotateGradient {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}

@media (min-width: 768px) {.ar-sign-up {
    padding: 6rem 3rem;
}.ar-sign-up .hR-query-grid {
    width: 70%;
    padding: 4rem 4rem 4.5rem;
}.ar-sign-up .input_holder {
    flex-direction: row;
    align-items: center;
}.ar-sign-up input[type="email"] {
    flex: 1;
}.ar-sign-up .mP-mail-signup {
    align-self: center;
}
}

@media (max-width: 767px) {.ar-sign-up h3 {
    font-size: 18px;
}.ar-sign-up .hR-query-grid {
    padding: 2rem;
    transform: translateX(0) skewX(5deg);
}.ar-sign-up .hR-query-grid:hover {
    transform: translateX(0) skewX(5deg) translateY(-5px);
}}.OI-training-specialist {
    background: linear-gradient(170deg, rgb(232,217,212), #ffffff);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.OI-training-specialist::before {
    position: absolute;
    background-color: rgb(210,187,170,0.5);
    height: 500px;
    right: -200px;
    border-radius: 50%;
    width: 500px;
    top: -200px;
    opacity: 0.1;
    content: "";
}.OI-training-specialist .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.OI-training-specialist .Td-review-feedback {
    padding: 50px;
    position: relative;
    max-width: 800px;
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 27px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.OI-training-specialist .Td-review-feedback:hover {
    transform: translateY(-10px);
}.OI-training-specialist .Td-review-feedback::before {
    transform: rotate(45deg);
    content: "";
    top: -15px;
    background-color: rgb(184,151,142);
    height: 30px;
    width: 30px;
    z-index: -1;
    left: 50px;
    position: absolute;
}.OI-training-specialist .Td-review-feedback::after {
    content: "";
    background-color: rgb(210,187,170);
    width: 30px;
    height: 30px;
    right: 50px;
    bottom: -15px;
    z-index: -1;
    transform: rotate(45deg);
    position: absolute;
}.OI-training-specialist .XP-photo-show {
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
    align-self: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 4px solid #ffffff;
}.OI-training-specialist .Td-review-feedback:hover .XP-photo-show {
    transform: scale(1.05);
}.OI-training-specialist .XP-photo-show::before {
    content: "";
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, transparent 40%, rgb(210,187,170,0.5));
    inset: 0;
}.OI-training-specialist .Td-review-feedback:hover .XP-photo-show::before {
    opacity: 1;
}.OI-training-specialist .rI-job-view {
    font-size: 17px;
    background-color: rgb(232,217,212);
    color: #000000;
    padding: 20px 30px;
    order: 3;
    position: relative;
    line-height: 1.8;
    border-radius: 27px;
    margin: 25px 0 0;
}.OI-training-specialist .rI-job-view::before {
    left: 30px;
    top: -10px;
    border-bottom: 10px solid rgb(232,217,212);
    border-right: 10px solid transparent;
    content: "";
    border-left: 10px solid transparent;
    position: absolute;
}.OI-training-specialist .name {
    text-align: center;
    margin: 5px 0;
    color: #000000;
    display: block;
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 23px;
    order: 1;
}.OI-training-specialist .name::after {
    left: 50%;
    background-color: rgb(210,187,170);
    bottom: 0;
    content: "";
    transform: translateX(-50%);
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
}.OI-training-specialist .Td-review-feedback:hover .name::after {
    width: 80px;
}.OI-training-specialist span:not(.name) {
    text-align: center;
    color: rgb(184,151,142);
    font-size: calc(17px * 0.9);
    font-weight: 600;
    order: 2;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 768px) {.OI-training-specialist .Td-review-feedback {
    display: grid;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    grid-template-columns: auto 1fr;
    gap: 10px 30px;
    align-items: center;
}.OI-training-specialist .XP-photo-show {
    grid-area: photo;
    height: 180px;
    align-self: start;
    width: 180px;
    margin-bottom: 0;
}.OI-training-specialist .name {
    text-align: left;
    font-size: 30px;
    grid-area: name;
}.OI-training-specialist .name::after {
    left: 0;
    transform: none;
}.OI-training-specialist span:not(.name) {
    margin-bottom: 0;
    grid-area: job;
    text-align: left;
}.OI-training-specialist .rI-job-view {
    margin-top: 30px;
    grid-area: quote;
}
}

@media (max-width: 768px) {.OI-training-specialist {
    padding: 70px 0;
}.OI-training-specialist .Td-review-feedback {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.OI-training-specialist {
    padding: 50px 0;
}.OI-training-specialist .Td-review-feedback {
    padding: 30px 20px;
}.OI-training-specialist .rI-job-view {
    margin-top: 20px;
    padding: 15px 20px;
}}.Dw-our-mission {
    background: linear-gradient(90deg, #000000 0%, rgb(210,187,170) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
}.Dw-our-mission::before {
    left: 0;
    content: "";
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 80px);
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
}.Dw-our-mission::after {
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255, 255, 255, 0.02) 40px, rgba(255, 255, 255, 0.02) 80px);
    top: 0;
}.Dw-our-mission .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
    position: relative;
    z-index: 2;
}.Dw-our-mission .kt-founders-team {
    padding: 60px;
    gap: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    grid-template-areas: 
        "director"
        "logo"
        "text";
    display: grid;
    grid-template-rows: auto auto auto;
    position: relative;
    border-radius: 0;
    grid-template-columns: 1fr;
    animation: fadeIn 1s ease-in-out;
    overflow: hidden;
    text-align: center;
}.Dw-our-mission .kt-founders-team::before {
    top: 0;
    width: 100%;
    left: 0;
    background: rgb(210,187,170);
    content: "";
    height: 5px;
    position: absolute;
}.Dw-our-mission .cL-learn-mastery {
    gap: 30px;
    display: flex;
    border-bottom: 1px solid rgba(rgb(210,187,170), 0.1);
    padding-bottom: 30px;
    flex-direction: column;
    grid-area: director;
    transform: translateY(0);
    align-items: center;
    transition: transform 0.5s ease;
}.Dw-our-mission .cL-learn-mastery:hover {
    transform: translateY(-5px);
}.Dw-our-mission .cL-learn-mastery .XP-photo-show {
    border-radius: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    outline: 1px solid rgba(rgb(210,187,170), 0.2);
    width: 220px;
    border: 4px solid #ffffff;
    position: relative;
    height: 270px;
    margin: 0 auto;
    overflow: hidden;
}.Dw-our-mission .Ay-learn-history {
    max-width: 300px;
    padding: 15px;
    text-align: center;
    border-left: 4px solid rgb(210,187,170);
    background: rgb(232,217,212);
    margin: 0 auto;
}.Dw-our-mission .nC-virtual-training {
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 15px;
    font-size: 23px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 10px 0;
    display: inline-block;
    position: relative;
}.Dw-our-mission .nC-virtual-training::after {
    transform: translateX(-50%);
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    width: 50px;
    background: rgb(210,187,170);
    left: 50%;
    position: absolute;
    height: 2px;
}.Dw-our-mission .Ic-skill-spot {
    font-weight: 300;
    margin: 0;
    color: #000000;
    font-size: 18px;
}.Dw-our-mission .MI-learning-lab {
    gap: 20px;
    grid-area: logo;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(rgb(210,187,170), 0.1);
    position: relative;
    padding: 20px;
    display: flex;
    background: rgb(232,217,212);
    padding-bottom: 20px;
    margin-bottom: 20px;
}.Dw-our-mission .MI-learning-lab::before {
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    background: rgb(210,187,170);
    position: absolute;
    content: "";
}.Dw-our-mission .MI-learning-lab svg {
    height: 60px;
    width: 60px;
    fill: rgb(210,187,170);
    transition: transform 0.4s ease;
}.Dw-our-mission .MI-learning-lab svg path {
    fill: rgb(210,187,170);
}.Dw-our-mission .Ed-text-content {
    opacity: 0;
    max-width: 700px;
    grid-area: text;
    animation-delay: 0.3s;
    position: relative;
    padding: 30px;
    transform: translateY(20px);
    border: 1px solid rgba(rgb(210,187,170), 0.1);
    margin: 0 auto;
    animation: slideUp 0.8s ease-out forwards;
}.Dw-our-mission .Ed-text-content::before {
    top: 0;
    left: 0;
    background: rgb(210,187,170);
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
}.Dw-our-mission h2 {
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 25px 0;
    letter-spacing: 1px;
}.Dw-our-mission h2::after {
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    animation: pulseWidth 3s ease-in-out infinite;
    height: 3px;
    content: "";
    width: 80px;
    background: rgb(210,187,170);
}.Dw-our-mission p {
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-size: 18px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media screen and (max-width: 992px) {.Dw-our-mission {
    padding: 80px 0;
}.Dw-our-mission .kt-founders-team {
    gap: 35px;
    padding: 50px 40px;
}
}

@media screen and (max-width: 767px) {.Dw-our-mission {
    padding: 60px 0;
}.Dw-our-mission .kt-founders-team {
    gap: 30px;
    padding: 40px 30px;
}.Dw-our-mission .cL-learn-mastery .XP-photo-show {
    width: 180px;
    height: 220px;
}.Dw-our-mission h2 {
    font-size: calc(29px * 0.85);
}
}

@media screen and (max-width: 480px) {.Dw-our-mission {
    padding: 40px 0;
}.Dw-our-mission .kt-founders-team {
    padding: 30px 20px;
    gap: 25px;
}.Dw-our-mission .cL-learn-mastery .XP-photo-show {
    width: 150px;
    height: 180px;
}.Dw-our-mission .nC-virtual-training {
    font-size: calc(23px * 0.9);
}.Dw-our-mission .Ic-skill-spot {
    font-size: calc(18px * 0.9);
}.Dw-our-mission .MI-learning-lab svg {
    width: 50px;
    height: 50px;
}.Dw-our-mission h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.8);
}.Dw-our-mission p {
    font-size: calc(18px * 0.9);
}}.QY-advantages-summary {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(232,217,212) 0%, rgba(245, 248, 255, 1) 100%);
}.QY-advantages-summary::before {
    width: 100%;
    background-image: radial-gradient(circle at 10% 90%, rgb(210,187,170,0.5) 0%, transparent 30%),
                    radial-gradient(circle at 90% 10%, rgb(184,151,142,0.5) 0%, transparent 35%);
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    opacity: 0.07;
    pointer-events: none;
    position: absolute;
    top: 0;
}.QY-advantages-summary .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.QY-advantages-summary h2 {
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 28px;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    position: relative;
    transition: transform 0.5s ease-out;
}.QY-advantages-summary h2::after {
    content: "";
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(210,187,170) 0%, rgb(184,151,142) 100%);
    height: 4px;
    bottom: -15px;
    position: absolute;
}.QY-advantages-summary h2:hover {
    transform: perspective(1000px) translateZ(10px);
}.QY-advantages-summary .Fd-study-upgrade {
    gap: 30px;
    perspective: 1000px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}.QY-advantages-summary .zE-learn-reasons {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px 20px;
    transform-style: preserve-3d;
    position: relative;
    align-items: center;
    display: flex;
    background: #ffffff;
    text-align: center;
    z-index: 1;
    transform: translateY(0) rotateX(0);
    overflow: hidden;
    flex-direction: column;
    border-top: 3px solid transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.QY-advantages-summary .zE-learn-reasons::before {
    height: 100%;
    content: "";
    opacity: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(245, 248, 255, 0.5) 100%);
    transition: opacity 0.4s ease;
    z-index: -1;
    top: 0;
}.QY-advantages-summary .zE-learn-reasons:hover {
    box-shadow: 0 15px 35px rgba(rgb(210,187,170,0.5), 0.2);
    transform: translateY(-10px) rotateX(5deg);
    border-top: 3px solid rgb(210,187,170);
}.QY-advantages-summary .zE-learn-reasons:hover::before {
    opacity: 1;
}.QY-advantages-summary .zE-learn-reasons svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    margin-bottom: 20px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    width: 48px;
    height: 48px;
}.QY-advantages-summary .zE-learn-reasons:hover svg {
    transform: translateY(-5px) scale(1.1);
}.QY-advantages-summary .zE-learn-reasons svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(210,187,170);
}.QY-advantages-summary .zE-learn-reasons:hover svg path {
    fill: rgb(184,151,142);
}.QY-advantages-summary .zE-learn-reasons div {
    font-size: calc(14px * 1.1);
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    transform: translateZ(20px);
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}.QY-advantages-summary .zE-learn-reasons:hover div {
    color: rgb(210,187,170);
}.QY-advantages-summary .zE-learn-reasons:nth-child(odd) {
    transform: translateY(0) rotateZ(0);
}.QY-advantages-summary .zE-learn-reasons:nth-child(odd):hover {
    transform: translateY(-10px) rotateZ(1deg);
}.QY-advantages-summary .zE-learn-reasons:nth-child(even) {
    transform: translateY(0) rotateZ(0);
}.QY-advantages-summary .zE-learn-reasons:nth-child(even):hover {
    transform: translateY(-10px) rotateZ(-1deg);
}

@media screen and (min-width: 768px) {.QY-advantages-summary .Fd-study-upgrade {
    grid-template-columns: repeat(3, 1fr);
}.QY-advantages-summary h2 {
    font-size: calc(28px * 1.1);
}.QY-advantages-summary .zE-learn-reasons:nth-child(3n+1) {
    transform: translateY(0) translateX(0);
    transition-delay: 0.1s;
}.QY-advantages-summary .zE-learn-reasons:nth-child(3n+1):hover {
    transform: translateY(-10px) translateX(5px);
}.QY-advantages-summary .zE-learn-reasons:nth-child(3n+2) {
    transform: translateY(0) translateX(0);
    transition-delay: 0.2s;
}.QY-advantages-summary .zE-learn-reasons:nth-child(3n+2):hover {
    transform: translateY(-10px) translateX(0);
}.QY-advantages-summary .zE-learn-reasons:nth-child(3n+3) {
    transition-delay: 0.3s;
    transform: translateY(0) translateX(0);
}.QY-advantages-summary .zE-learn-reasons:nth-child(3n+3):hover {
    transform: translateY(-10px) translateX(-5px);
}
}

@media screen and (min-width: 992px) {.QY-advantages-summary {
    padding: 100px 0;
}.QY-advantages-summary .container {
    padding: 0 30px;
}.QY-advantages-summary h2 {
    margin-bottom: 70px;
    font-size: calc(28px * 1.2);
}.QY-advantages-summary .Fd-study-upgrade {
    gap: 40px;
}.QY-advantages-summary .zE-learn-reasons {
    padding: 40px 25px;
}
}

@media screen and (max-width: 767px) {.QY-advantages-summary {
    padding: 60px 0;
}.QY-advantages-summary h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.QY-advantages-summary .Fd-study-upgrade {
    grid-template-columns: 1fr;
    gap: 25px;
}.QY-advantages-summary .zE-learn-reasons {
    padding: 25px 15px;
}.QY-advantages-summary .zE-learn-reasons svg {
    height: 40px;
    margin-bottom: 15px;
    width: 40px;
}.QY-advantages-summary .zE-learn-reasons div {
    font-size: 14px;
}
}