* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
    scroll-behavior: smooth;
    scroll-snap-type: none;
    color: #000000;
    height: 100%;
    auto
contain
touch-action: none;
}.eL-head-teach {
    flex: 1 0 auto;
}.Ip-footer-disclaimer {
    flex: 0 0 auto;
}.rQ-content-wrapper {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1179px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.fl-program-details {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(45deg, rgb(242,211,221) 0%, rgb(190,143,167,0.5) 40%, rgb(242,211,221) 100%);
}.fl-program-details::before {
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    content: "";
    background: 
        repeating-linear-gradient(45deg, rgb(190,143,167,0.5) 0px, rgb(190,143,167,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(217,177,189,0.5) 0px, rgb(217,177,189,0.5) 1px, transparent 1px, transparent 10px);
}.fl-program-details .container {
    z-index: 2;
    position: relative;
}.fl-program-details .iP-skill-growth {
    position: relative;
    display: flex;
    min-height: 480px;
    flex-direction: column;
}.fl-program-details .zT-img-card-item {
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
}.fl-program-details .zT-img-card-item::after {
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(217,177,189,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    position: absolute;
    mix-blend-mode: multiply;
}.fl-program-details .fD-education-map {
    position: relative;
    width: 60%;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(8px);
    margin-left: auto;
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    margin-top: auto;
    padding: 2.5rem;
    z-index: 3;
}.fl-program-details .fD-education-map::before {
    left: -50px;
    width: 50px;
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    height: 100%;
    position: absolute;
    top: 0;
}.fl-program-details .Aq-header-mainbar {
    position: absolute;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    left: 2.5rem;
    z-index: 4;
    top: -35px;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}.fl-program-details .Aq-header-mainbar:hover {
    transform: translateY(-5px) rotate(5deg);
}.fl-program-details .Aq-header-mainbar svg {
    height: 45px;
    filter: drop-shadow(0 3px 5px rgb(217,177,189,0.5));
    width: 45px;
    display: block;
}.fl-program-details .Aq-header-mainbar svg path {
    fill: rgb(217,177,189);
    transition: fill 0.3s ease;
}.fl-program-details .Aq-header-mainbar:hover svg path {
    fill: rgb(190,143,167);
}.fl-program-details .fD-education-map h3 {
    font-size: 28px;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
}.fl-program-details .fD-education-map h3::after {
    border-radius: 10px;
    bottom: -0.5rem;
    background: rgb(217,177,189);
    width: 60px;
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
}.fl-program-details .fD-education-map p {
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
}.fl-program-details .iP-skill-growth::before {
    z-index: 0;
    height: 120px;
    width: 120px;
    animation: floatAnimation 8s infinite ease-in-out;
    top: 10%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    border: 2px solid rgb(217,177,189,0.5);
    right: 65%;
    content: "";
}.fl-program-details .iP-skill-growth::after {
    content: "";
    position: absolute;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 80px;
    bottom: 20%;
    width: 80px;
    animation: floatAnimation 12s infinite ease-in-out reverse;
    left: 10%;
    border: 2px solid rgb(190,143,167,0.5);
    z-index: 0;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.fl-program-details .iP-skill-growth {
    min-height: 420px;
}.fl-program-details .fD-education-map {
    padding: 2rem;
    width: 75%;
}.fl-program-details .Aq-header-mainbar {
    top: -30px;
    padding: 12px;
    left: 2rem;
}.fl-program-details .Aq-header-mainbar svg {
    height: 40px;
    width: 40px;
}.fl-program-details .fD-education-map h3 {
    font-size: calc(28px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.fl-program-details {
    padding: 4rem 0;
}.fl-program-details .iP-skill-growth {
    min-height: auto;
}.fl-program-details .zT-img-card-item {
    position: relative;
    margin-bottom: -50px;
    height: 250px;
}.fl-program-details .fD-education-map {
    width: 90%;
    padding: 2rem 1.5rem;
    margin-right: auto;
    border-radius: 11px;
    margin-left: auto;
}.fl-program-details .fD-education-map::before {
    display: none;
}.fl-program-details .fD-education-map::after {
    width: 70px;
    height: 70px;
}.fl-program-details .Aq-header-mainbar {
    left: 50%;
    transform: translateX(-50%);
}.fl-program-details .Aq-header-mainbar:hover {
    transform: translateX(-50%) translateY(-5px);
}.fl-program-details .fD-education-map h3 {
    margin-top: 1rem;
    font-size: calc(28px - 0.3rem);
}.fl-program-details .iP-skill-growth::before,
    .fl-program-details .iP-skill-growth::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.fl-program-details {
    padding: 3rem 0;
}.fl-program-details .zT-img-card-item {
    height: 200px;
}.fl-program-details .fD-education-map {
    padding: 1.5rem 1.25rem;
    width: 100%;
}.fl-program-details .Aq-header-mainbar {
    padding: 10px;
}.fl-program-details .Aq-header-mainbar svg {
    width: 35px;
    height: 35px;
}.fl-program-details .fD-education-map h3 {
    margin-top: 0.75rem;
    font-size: calc(28px - 0.5rem);
}.fl-program-details .fD-education-map p {
    font-size: calc(12px - 0.1rem);
}}footer {
    width: 100%;
    position: relative;
}.Ip-footer-disclaimer {
    font-family: Arial, sans-serif;
    position: relative;
    background-color: #ffffff;
    color: #000000;
    padding: 70px 0 30px;
}.Ip-footer-disclaimer::before {
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167));
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 5px;
}footer .NB-equity-info {
    gap: 60px;
    display: grid;
}footer .rX-request-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    height: 18px;
    top: 3px;
    fill: rgb(217,177,189);
    width: 18px;
    position: relative;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    letter-spacing: 0.3px;
    font-size: 17px;
    transition: color 0.2s ease;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(217,177,189);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .Aq-header-mainbar {
    margin-bottom: 15px;
}footer .Aq-header-mainbar svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}footer .PA-abuse-ctrl {
    line-height: 1.6;
    color: #000000;
    max-width: 350px;
    font-size: 12px;
}footer .Jl-site-prime h5 {
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}footer .Jl-site-prime h5::after {
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background-color: rgb(217,177,189);
    content: "";
}footer .ka-main-bar {
    margin-bottom: 30px;
}footer .ka-main-bar a {
    display: block;
    color: #000000;
    transition: transform 0.2s ease, color 0.2s ease;
    margin-bottom: 12px;
    font-size: 17px;
    text-decoration: none;
}footer .ka-main-bar a:hover {
    color: rgb(217,177,189);
    transform: translateX(5px);
}footer .subscribe_holder {
    border-radius: 10px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000000;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 17px;
    transition: border-color 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(217,177,189);
    outline: none;
}footer .rX-mail-signup {
    text-align: center;
    transition: background-color 0.3s ease;
    color: #ffffff;
    font-size: 19px;
    border-radius: 10px;
    border: none;
    padding: 14px 20px;
    background-color: rgb(217,177,189);
    cursor: pointer;
    font-weight: 600;
}footer .rX-mail-signup:hover {
    background-color: rgb(190,143,167);
}footer .nb-referral-prog {
    margin-top: 50px;
}footer .BY-access-cta {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .rX-mail-signup {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .Ip-footer-disclaimer {
    padding: 50px 0 30px;
}footer .rX-request-info {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .nb-referral-prog {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .Ip-footer-disclaimer {
    padding: 40px 0 20px;
}footer .NB-equity-info {
    gap: 40px;
}footer .Jl-site-prime h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}header .top_plank {
    background: rgb(217,177,189);
    color:  #ffffff;
}header .top_plank .OD-best-classes div svg, header .top_plank .OD-best-classes div svg path {
    fill: #ffffff;
}header .top_plank .OD-best-classes div span {
    color: #ffffff;
}header .top_plank .OD-best-classes {
    line-height: 21px;
    font-size: 14px;
    width: 100%;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}header .top_plank .OD-best-classes div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .OD-best-classes div img, header .top_plank .OD-best-classes div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.UL-usageAgreementAlert {
    position: fixed;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    padding: 20px 0;
    border-top: 2px solid rgb(217,177,189);
    z-index: 90;
    background: rgb(190,143,167);
    transition: all 0.3s ease-in-out;
}.gl-consent-box {
    padding: 20px 30px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}.UL-usageAgreementAlert h5 {
    margin-bottom: 6px;
    font-size: 22px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
}.UL-usageAgreementAlert p {
    font-size: 16px;
    color: #ffffff;
    max-width: 500px;
}.fX-gdpr-banner {
    flex-shrink: 0;
    margin-right: 20px;
}.fX-gdpr-banner svg, .fX-gdpr-banner svg path {
    width: 80px;
    fill: rgb(217,177,189);
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.fX-gdpr-banner:hover svg {
    transform: rotate(10deg);
}.KG-privacy-gate {
    cursor: pointer;
    line-height: 35px;
    background: rgb(217,177,189);
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 11px;
    box-shadow: rgb(217,177,189,0.5) 0px 4px 10px 0px;
    margin-left: 20px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}.cookie_button.wI-data-control {
    background: rgb(217,177,189);
}.cookie_button.Ok-web-tracking {
    background: rgb(190,143,167);
}.KG-privacy-gate:hover {
    transform: scale(1.05);
    box-shadow: rgb(217,177,189,0.5) 0px 6px 15px 0px;
}.UL-usageAgreementAlert p a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(217,177,189);
    transition: color 0.3s ease-in-out;
}.UL-usageAgreementAlert p a:hover {
    color: rgb(190,143,167);
}.rQ-content-wrapper .UL-usageAgreementAlert {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(190,143,167);
    border: none;
}.rQ-content-wrapper .KG-privacy-gate {
    background: rgb(217,177,189);
    margin-left: 30px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px;
    border-radius: 10px;
}.rQ-content-wrapper .jk-data-accept h5, .rQ-content-wrapper .jk-data-accept p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.UL-usageAgreementAlert {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.fX-gdpr-banner {
    display: none;
}.gl-consent-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.UL-usageAgreementAlert h5 {
    text-align: center;
}.UL-usageAgreementAlert p {
    text-align: center;
}.jk-data-accept {
    margin-bottom: 20px;
    text-align: center;
}.KG-privacy-gate {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 300px;
}}
#sl-cookiePromptPanel {
    display: none;
}#sl-cookiePromptPanel:checked ~ .UL-usageAgreementAlert {
    visibility: hidden;
    opacity: 0;
}.GQ-meet-us {
    background: linear-gradient(135deg, rgb(242,211,221) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.GQ-meet-us::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,177,189,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(190,143,167,0.5) 0%, transparent 25%);
    z-index: 1;
    content: "";
}.GQ-meet-us .container {
    position: relative;
    z-index: 5;
}.GQ-meet-us h2 {
    margin-bottom: 30px;
    color: #000000;
    padding-bottom: 20px;
    font-size: 28px;
    text-align: center;
    position: relative;
    font-weight: 700;
}.GQ-meet-us h2::after {
    height: 3px;
    position: absolute;
    background: rgb(217,177,189);
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    bottom: 0;
}.GQ-meet-us .tT-edu-commit {
    position: relative;
    margin-top: 60px;
    flex-wrap: wrap;
    display: flex;
}.GQ-meet-us .qQ-our-ethos {
    margin: 0 10px;
    z-index: 2;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 40px;
    background: #ffffff;
    border-radius: 27px;
    flex: 1 1 calc(50% - 20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}.GQ-meet-us .qQ-our-ethos::before {
    transition: all 0.5s ease;
    content: "";
    height: 0;
    left: 0;
    width: 5px;
    position: absolute;
    top: 0;
    background: rgb(217,177,189);
}.GQ-meet-us .qQ-our-ethos:hover::before {
    height: 100%;
}.GQ-meet-us .qQ-our-ethos::after {
    top: 0;
    height: 100%;
    transform-origin: right;
    background: rgb(242,211,221);
    transition: transform 0.5s ease;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    transform: scaleX(0);
}.GQ-meet-us .qQ-our-ethos:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.GQ-meet-us .qQ-our-ethos:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.GQ-meet-us .qQ-our-ethos h3 {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    z-index: 2;
}.GQ-meet-us .qQ-our-ethos:hover h3 {
    transform: translateX(10px);
    color: rgb(217,177,189);
}.GQ-meet-us .qQ-our-ethos p {
    transition: all 0.3s ease;
    color: #000000;
    line-height: 1.8;
    z-index: 2;
    position: relative;
    font-size: 13px;
}.GQ-meet-us .qQ-our-ethos:hover p {
    transform: translateX(10px);
}.GQ-meet-us .qQ-our-ethos:first-child {
    border-top: 3px solid rgb(217,177,189);
}.GQ-meet-us .qQ-our-ethos:last-child {
    border-top: 3px solid rgb(190,143,167);
}.GQ-meet-us .container::before {
    position: absolute;
    content: "";
    border: 2px solid rgb(217,177,189,0.5);
    border-radius: 10px;
    opacity: 0.2;
    width: 20%;
    height: 20%;
    left: -10%;
    animation: rotate-element 20s linear infinite;
    top: -10%;
}.GQ-meet-us .container::after {
    right: -5%;
    bottom: -5%;
    position: absolute;
    opacity: 0.2;
    width: 15%;
    height: 15%;
    content: "";
    animation: rotate-element 15s linear infinite reverse;
    border: 2px solid rgb(190,143,167,0.5);
    border-radius: 10px;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.GQ-meet-us .tT-edu-commit::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(217,177,189,0.5), transparent);
    width: 1px;
    left: 50%;
    z-index: 1;
    content: "";
    bottom: 0;
    opacity: 0.5;
}.GQ-meet-us .tT-edu-commit::after {
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    left: 0;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.02;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 992px) {.GQ-meet-us {
    padding: 80px 0;
}.GQ-meet-us .tT-edu-commit {
    flex-direction: column;
    margin-top: 40px;
}.GQ-meet-us .qQ-our-ethos {
    margin: 10px 0;
    flex: 1 1 100%;
}.GQ-meet-us .tT-edu-commit::before {
    display: none;
}.GQ-meet-us .container::before,
    .GQ-meet-us .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.GQ-meet-us {
    padding: 60px 0;
}.GQ-meet-us h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: calc(28px * 0.9);
}.GQ-meet-us h2::after {
    width: 60px;
}.GQ-meet-us .qQ-our-ethos {
    padding: 30px;
}.GQ-meet-us .qQ-our-ethos h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.GQ-meet-us {
    padding: 50px 0;
}.GQ-meet-us h2 {
    font-size: calc(28px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 15px;
}.GQ-meet-us h2::after {
    width: 50px;
    height: 2px;
}.GQ-meet-us .tT-edu-commit {
    margin-top: 30px;
}.GQ-meet-us .qQ-our-ethos {
    padding: 25px;
}.GQ-meet-us .qQ-our-ethos h3 {
    font-size: calc(18px * 0.85);
    margin-bottom: 12px;
}.GQ-meet-us .qQ-our-ethos p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.GQ-meet-us .qQ-our-ethos:hover h3,
    .GQ-meet-us .qQ-our-ethos:hover p {
    transform: translateX(5px);
}}.Li-ty-content {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(217,177,189,0.5), 0.05), rgba(rgb(190,143,167,0.5), 0.1));
}.Li-ty-content::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(217,177,189,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(190,143,167,0.5), 0.1) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    top: 0;
}.Li-ty-content::after {
    top: -150px;
    position: absolute;
    background: rgb(217,177,189);
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    z-index: 0;
    opacity: 0.05;
    content: "";
    width: 300px;
    right: -150px;
    height: 300px;
    filter: blur(20px);
    animation: floatShape 15s ease-in-out infinite alternate;
}.Li-ty-content .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.Li-ty-content h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 32px;
    transform: perspective(1000px) translateZ(10px);
    line-height: 1.3;
    transition: transform 0.5s ease-out;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}.Li-ty-content h2::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 120px;
    transform-origin: left;
    transform: scaleX(0.8);
    content: "";
    position: absolute;
    border-radius: 10px;
    left: 0;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167));
    height: 4px;
}.Li-ty-content:hover h2::after {
    transform: scaleX(1);
}.Li-ty-content .iP-skill-growth {
    border-radius: 12px;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    overflow: hidden;
    background: #ffffff;
    padding: 40px;
}.Li-ty-content .iP-skill-growth::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167), rgb(217,177,189));
    width: 100%;
    content: "";
    height: 5px;
    background-size: 200% 100%;
    position: absolute;
    animation: gradientShift 6s ease infinite;
}.Li-ty-content ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.Li-ty-content li {
    position: relative;
    transition: transform 0.3s ease-out;
    padding: 10px 0 10px 20px;
}.Li-ty-content li::before {
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
    height: 8px;
    left: 0;
    box-shadow: 0 0 10px rgba(rgb(217,177,189,0.5), 0.5);
    background: rgb(217,177,189);
    width: 8px;
    position: absolute;
    top: 24px;
}.Li-ty-content span {
    font-family: Arial, sans-serif;
    display: block;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 17px;
}.Li-ty-content span::after {
    transform: scaleX(0.5);
    width: 40%;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgba(rgb(217,177,189,0.5), 0.3));
    opacity: 0;
    height: 1px;
    right: 0;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    transform-origin: right;
}.Li-ty-content .iP-skill-growth:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.Li-ty-content .iP-skill-growth:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (min-width: 768px) {.Li-ty-content {
    padding: 150px 0;
}.Li-ty-content .container {
    padding: 0 60px;
}.Li-ty-content h2 {
    font-size: calc(32px * 1.1);
    margin-bottom: 50px;
    max-width: 90%;
}.Li-ty-content .iP-skill-growth {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.Li-ty-content .iP-skill-growth:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.Li-ty-content li {
    padding: 10px 0 10px 30px;
}.Li-ty-content li::before {
    width: 10px;
    height: 10px;
}.Li-ty-content span {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.Li-ty-content {
    padding: 80px 0;
}.Li-ty-content .container {
    padding: 0 20px;
}.Li-ty-content h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.Li-ty-content .iP-skill-growth {
    padding: 30px 20px;
}.Li-ty-content li {
    padding: 10px 0 10px 15px;
}.Li-ty-content li::before {
    height: 6px;
    width: 6px;
}.Li-ty-content span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.Li-ty-content {
    padding: 60px 0;
}.Li-ty-content h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.Li-ty-content .iP-skill-growth {
    padding: 25px 15px;
}.Li-ty-content span {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.og-user-feedback {
    perspective: 1200px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(242,211,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 7rem 0;
}.og-user-feedback::before {
    background: radial-gradient(ellipse at 30% 20%, rgb(217,177,189,0.5) 0%, transparent 60%);
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    width: 100%;
    content: "";
    left: 0;
}.og-user-feedback .container {
    z-index: 2;
    position: relative;
}.og-user-feedback h2 {
    color: #000000;
    position: relative;
    font-size: 29px;
    font-weight: 700;
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 3rem;
    left: 50%;
    display: inline-block;
}.og-user-feedback h2::after {
    background: rgb(217,177,189);
    left: 20%;
    width: 60%;
    height: 4px;
    box-shadow: 0 5px 15px rgb(217,177,189,0.5);
    content: "";
    bottom: -15px;
    position: absolute;
    transform: perspective(500px) rotateX(45deg);
}.og-user-feedback .rS-rating-insights {
    padding: 3rem 1rem;
    transform-style: preserve-3d;
    scroll-snap-type: x mandatory;
    margin: 0 -1rem;
    display: flex;
    gap: 3rem;
    overflow-x: auto;
}.og-user-feedback .rS-rating-insights::-webkit-scrollbar {
    height: 8px;
}.og-user-feedback .rS-rating-insights::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}.og-user-feedback .rS-rating-insights::-webkit-scrollbar-thumb {
    background: rgb(217,177,189);
    border-radius: 10px;
}.og-user-feedback .La-feedback-zone {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    position: relative;
    padding: 2rem;
    flex: 0 0 300px;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    border-radius: 22px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center center;
    scroll-snap-align: center;
}.og-user-feedback .La-feedback-zone::before {
    background: linear-gradient(135deg, rgb(217,177,189,0.5) 0%, transparent 80%);
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    border-radius: 22px;
    transition: all 0.3s ease;
    opacity: 0.3;
}.og-user-feedback .La-feedback-zone:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}.og-user-feedback .La-feedback-zone:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}.og-user-feedback .La-feedback-zone:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
    z-index: 10;
}.og-user-feedback .La-feedback-zone:hover::before {
    opacity: 0;
}.og-user-feedback .La-feedback-zone img {
    border-radius: 50%;
    height: 80px;
    border: 3px solid #ffffff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(-1rem);
    object-fit: cover;
    margin-bottom: 1rem;
    transition: all 0.4s ease;
    width: 80px;
}.og-user-feedback .La-feedback-zone:hover img {
    transform: translateX(0) translateY(-10px);
    box-shadow: 0 15px 25px rgb(217,177,189,0.5);
}.og-user-feedback .La-feedback-zone p {
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: calc(13px + 0.1rem);
    color: #000000;
    margin: 0.5rem 0;
}.og-user-feedback .La-feedback-zone .description {
    padding-left: 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 13px;
    position: relative;
    line-height: 1.6;
    border-left: 3px solid rgb(190,143,167,0.5);
}.og-user-feedback .La-feedback-zone:hover .description {
    border-left-color: rgb(217,177,189);
    padding-left: 1rem;
}

@media (min-width: 768px) {.og-user-feedback .rS-rating-insights {
    padding-bottom: 2rem;
}.og-user-feedback .rS-rating-insights::after {
    content: "";
    flex: 0 0 1rem;
}
}

@media (max-width: 767px) {.og-user-feedback {
    padding: 5rem 0;
}.og-user-feedback h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px - 0.2rem);
}.og-user-feedback .rS-rating-insights {
    gap: 1.5rem;
}.og-user-feedback .La-feedback-zone {
    padding: 1.5rem;
    flex: 0 0 250px;
    transform: perspective(800px) rotateY(3deg) !important;
}.og-user-feedback .La-feedback-zone:hover {
    transform: perspective(800px) rotateY(0) translateZ(20px) scale(1.03) !important;
}.og-user-feedback .La-feedback-zone img {
    width: 60px;
    height: 60px;
}}.JM-confidential-refuge {
    padding: 40px;
    color: #000000;
    background: rgb(242,211,221);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}.JM-confidential-refuge h1 {
    background: linear-gradient(to right, rgb(217,177,189), rgb(217,177,189,0.5));
    font-size: 42px;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    color: rgb(217,177,189);
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(217,177,189,0.5);
}.JM-confidential-refuge h2 {
    background: linear-gradient(to right, rgb(190,143,167), rgb(190,143,167,0.5));
    margin-bottom: 15px;
    color: rgb(190,143,167);
    font-size: 38px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    margin-top: 30px;
}.JM-confidential-refuge h3,
.JM-confidential-refuge h4,
.JM-confidential-refuge h5,
.JM-confidential-refuge h6 {
    background: linear-gradient(to right, rgb(190,143,167), rgb(190,143,167,0.5));
    margin-top: 20px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    color: rgb(190,143,167,0.5);
    font-weight: 400;
}.JM-confidential-refuge ul {
    margin: 20px 0;
    list-style: none;
    padding: 0;
}.JM-confidential-refuge ul li {
    padding: 15px;
    border-left: 4px solid rgb(217,177,189);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    background: linear-gradient(to right, #ffffff, rgb(217,177,189,0.5));
}.JM-confidential-refuge ol {
    list-style: none;
    padding: 0;
    counter-reset: li;
    margin: 20px 0;
}.JM-confidential-refuge ol li {
    border-radius: 10px;
    background: linear-gradient(to right, #ffffff, rgb(190,143,167,0.5));
    padding: 10px 15px 10px 40px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.JM-confidential-refuge ol li:before {
    transform: translateY(-50%);
    top: 50%;
    width: 25px;
    height: 25px;
    counter-increment: li;
    align-items: center;
    content: counter(li);
    left: 10px;
    color: #ffffff;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    background-color: rgb(217,177,189);
    position: absolute;
}.JM-confidential-refuge p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
}.JM-confidential-refuge span {
    font-weight: 600;
    color: rgb(217,177,189);
}.JM-confidential-refuge div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.JM-confidential-refuge {
    padding: 20px;
}.JM-confidential-refuge h1 {
    font-size: calc(18px * 0.8);
}.JM-confidential-refuge h2 {
    font-size: calc(18px * 0.8);
}.JM-confidential-refuge ul li,
    .JM-confidential-refuge ol li {
    padding: 10px;
}.JM-confidential-refuge ol li:before {
    font-size: 0.8em;
    width: 20px;
    height: 20px;
}.JM-confidential-refuge p {
    font-size: calc(13px * 0.9);
}}
.dl-educational-yield {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,211,221) 0%, rgba(245, 245, 248, 0.9) 100%);
}.dl-educational-yield::before {
    content: "";
    width: 25rem;
    z-index: 0;
    filter: blur(70px);
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.4;
    transform: rotate(-15deg);
    top: -5%;
    right: -10%;
    height: 25rem;
    background: linear-gradient(to right, rgb(217,177,189,0.5), rgb(190,143,167,0.5));
    position: absolute;
}.dl-educational-yield::after {
    background: linear-gradient(to left, rgb(190,143,167,0.5), rgb(217,177,189,0.5));
    left: -5%;
    position: absolute;
    filter: blur(60px);
    opacity: 0.3;
    content: "";
    bottom: -10%;
    transform: rotate(10deg);
    animation: pulse 10s infinite alternate-reverse ease-in-out;
    width: 20rem;
    height: 20rem;
    z-index: 0;
}.dl-educational-yield h5 {
    z-index: 2;
    margin-bottom: 3.5rem;
    margin-left: auto;
    font-size: 19px;
    color: #000000;
    transition: transform 0.6s ease-out, opacity 0.8s ease;
    text-align: center;
    margin-right: auto;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
    max-width: 800px;
    opacity: 1;
}.dl-educational-yield h5::after {
    bottom: -0.8rem;
    border-radius: 1px;
    position: absolute;
    width: 6rem;
    left: 50%;
    background: linear-gradient(90deg, rgb(217,177,189) 0%, rgb(190,143,167) 100%);
    height: 0.25rem;
    transform: translateX(-50%);
    content: "";
}.dl-educational-yield .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.dl-educational-yield .iP-skill-growth {
    background: #ffffff;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    border-radius: 20px;
    gap: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 50px rgba(rgb(217,177,189,0.5), 0.1);
    transform: translateY(0);
    position: relative;
}.dl-educational-yield .iP-skill-growth:hover {
    transform: translateY(-5px);
}.dl-educational-yield .iP-skill-growth > div:first-child {
    height: 300px;
    overflow: hidden;
    position: relative;
}.dl-educational-yield .zT-img-card-item {
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform-origin: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}.dl-educational-yield .iP-skill-growth:hover .zT-img-card-item {
    transform: scale(1.05);
}.dl-educational-yield .pn-text-pill-wrap {
    padding: 2rem;
    position: relative;
}.dl-educational-yield .pn-text-pill-wrap::before {
    top: 0;
    position: absolute;
    height: 1px;
    left: 2rem;
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.05), 
        rgba(rgb(217,177,189,0.5), 0.2), 
        rgba(rgba(0, 0, 0, 0.5), 0.05));
    content: "";
    right: 2rem;
}.dl-educational-yield ul {
    padding: 0;
    margin: 0;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
}.dl-educational-yield li {
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 3rem;
}.dl-educational-yield li:hover {
    transform: translateX(5px);
}.dl-educational-yield li p {
    display: flex;
    line-height: 1.6;
    font-size: calc(13px - 0.05rem);
    position: relative;
    color: #000000;
    align-items: flex-start;
    margin: 0;
}.dl-educational-yield li p svg {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 22px;
    left: -2.8rem;
    top: 0.1rem;
    height: 22px;
}.dl-educational-yield li:hover p svg {
    transform: scale(1.15) rotate(5deg);
}.dl-educational-yield li p svg path {
    fill: rgb(217,177,189);
    transition: fill 0.3s ease;
}.dl-educational-yield li:hover p svg path {
    fill: rgb(190,143,167);
}.dl-educational-yield li:nth-child(odd) {
    transform: translateX(0);
}.dl-educational-yield li:nth-child(even) {
    transform: translateX(0);
}.dl-educational-yield li:nth-child(odd):hover {
    transform: translateX(5px);
}.dl-educational-yield li:nth-child(even):hover {
    transform: translateX(5px);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05) rotate(-10deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
}

@media (min-width: 768px) {.dl-educational-yield {
    padding: 9rem 0;
}.dl-educational-yield h5 {
    margin-bottom: 4rem;
    font-size: calc(19px + 0.2rem);
}.dl-educational-yield .iP-skill-growth {
    flex-direction: row;
    gap: 0;
    border-radius: 100px;
    align-items: stretch;
}.dl-educational-yield .iP-skill-growth > div:first-child {
    height: auto;
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.dl-educational-yield .pn-text-pill-wrap {
    align-items: center;
    flex: 1;
    display: flex;
    padding: 3rem;
}.dl-educational-yield .pn-text-pill-wrap::before {
    height: auto;
    background: linear-gradient(to bottom, 
            rgba(rgba(0, 0, 0, 0.5), 0.05), 
            rgba(rgb(217,177,189,0.5), 0.2), 
            rgba(rgba(0, 0, 0, 0.5), 0.05));
    right: auto;
    top: 3rem;
    bottom: 3rem;
    left: 0;
    width: 1px;
}.dl-educational-yield ul {
    grid-template-columns: repeat(2, 1fr);
}.dl-educational-yield li p {
    font-size: 13px;
}
}

@media (min-width: 992px) {.dl-educational-yield .iP-skill-growth > div:first-child {
    flex: 0 0 40%;
}.dl-educational-yield ul {
    grid-template-columns: repeat(3, 1fr);
}.dl-educational-yield li:nth-child(3n+1) {
    transform: translateY(-5px);
}.dl-educational-yield li:nth-child(3n+2) {
    transform: translateY(0);
}.dl-educational-yield li:nth-child(3n+3) {
    transform: translateY(5px);
}.dl-educational-yield li:nth-child(3n+1):hover {
    transform: translateY(-5px) translateX(5px);
}.dl-educational-yield li:nth-child(3n+2):hover {
    transform: translateY(0) translateX(5px);
}.dl-educational-yield li:nth-child(3n+3):hover {
    transform: translateY(5px) translateX(5px);
}
}

@media (max-width: 767px) {.dl-educational-yield {
    padding: 5rem 0;
}.dl-educational-yield h5 {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
    font-size: calc(19px - 0.1rem);
}.dl-educational-yield .iP-skill-growth > div:first-child {
    height: 200px;
}.dl-educational-yield .pn-text-pill-wrap {
    padding: 1.5rem;
}.dl-educational-yield li {
    padding-left: 2.5rem;
}.dl-educational-yield li p svg {
    left: -2.5rem;
    width: 20px;
    height: 20px;
}}.RK-potential-enrollees {
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    padding: 90px 0;
}.RK-potential-enrollees::before {
    opacity: 0.03;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,177,189,0.5) 0,
        rgb(217,177,189,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
}.RK-potential-enrollees .iP-skill-growth {
    position: relative;
    z-index: 10;
    padding: 0 30px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}.RK-potential-enrollees h3 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    padding: 0 30px;
    font-size: 33px;
}.RK-potential-enrollees h3::before,
.RK-potential-enrollees h3::after {
    transform: translateY(-50%);
    height: 15px;
    position: absolute;
    top: 50%;
    content: '';
    background-color: rgb(217,177,189,0.5);
    width: 15px;
    border-radius: 50%;
}.RK-potential-enrollees h3::before {
    left: 0;
}.RK-potential-enrollees h3::after {
    right: 0;
}.RK-potential-enrollees ul {
    list-style: none;
    justify-content: center;
    padding: 0;
    display: flex;
    margin: 0;
    gap: 25px;
    flex-wrap: wrap;
}.RK-potential-enrollees ul li {
    gap: 20px;
    min-width: 280px;
    transition: all 0.4s ease;
    align-items: center;
    border-radius: 23px;
    z-index: 1;
    display: flex;
    background-color: #ffffff;
    width: calc(33.333% - 17px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: left;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 35px 25px;
}.RK-potential-enrollees ul li::before {
    width: 100%;
    border-radius: 23px;
    height: 100%;
    z-index: -1;
    transition: opacity 0.4s ease;
    top: 0;
    position: absolute;
    content: '';
    opacity: 0;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(242,211,221) 100%);
    left: 0;
}.RK-potential-enrollees ul li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-7px) scale(1.03);
}.RK-potential-enrollees ul li:hover::before {
    opacity: 1;
}.RK-potential-enrollees ul li svg {
    position: relative;
    width: 45px;
    flex-shrink: 0;
    transition: all 0.4s ease;
    height: 45px;
}.RK-potential-enrollees ul li:hover svg {
    transform: scale(1.1);
}.RK-potential-enrollees ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(217,177,189);
}.RK-potential-enrollees ul li:hover svg path {
    fill: rgb(190,143,167);
}.RK-potential-enrollees ul li::after {
    background-color: rgb(217,177,189,0.5);
    border-radius: 50%;
    width: 10px;
    position: absolute;
    opacity: 0.5;
    content: '';
    bottom: 15px;
    transition: all 0.4s ease;
    right: 15px;
    height: 10px;
}.RK-potential-enrollees ul li:hover::after {
    background-color: rgb(190,143,167,0.5);
    transform: scale(1.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.RK-potential-enrollees ul li {
    animation: slideUp 0.5s ease forwards;
    opacity: 0;
}.RK-potential-enrollees ul li:nth-child(1) {
    animation-delay: 0.1s;
}.RK-potential-enrollees ul li:nth-child(2) {
    animation-delay: 0.2s;
}.RK-potential-enrollees ul li:nth-child(3) {
    animation-delay: 0.3s;
}.RK-potential-enrollees ul li:nth-child(4) {
    animation-delay: 0.4s;
}.RK-potential-enrollees ul li:nth-child(5) {
    animation-delay: 0.5s;
}.RK-potential-enrollees ul li:nth-child(6) {
    animation-delay: 0.6s;
}.RK-potential-enrollees ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(217,177,189,0.5), 0.1);
}.RK-potential-enrollees ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(190,143,167,0.5), 0.1);
}

@media (max-width: 992px) {.RK-potential-enrollees {
    padding: 70px 0;
}.RK-potential-enrollees h3 {
    margin-bottom: 40px;
}.RK-potential-enrollees ul li {
    padding: 30px 20px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.RK-potential-enrollees ul {
    gap: 20px;
}.RK-potential-enrollees ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.RK-potential-enrollees {
    padding: 50px 0;
}.RK-potential-enrollees h3 {
    font-size: calc(33px * 0.85);
    padding: 0 20px;
    margin-bottom: 30px;
}.RK-potential-enrollees h3::before,
    .RK-potential-enrollees h3::after {
    width: 10px;
    height: 10px;
}.RK-potential-enrollees ul li {
    padding: 20px 15px;
    gap: 15px;
}.RK-potential-enrollees ul li svg {
    width: 35px;
    height: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.RK-potential-enrollees ul li {
    animation: none;
    opacity: 1;
}.RK-potential-enrollees ul li:hover {
    transform: none;
}.RK-potential-enrollees ul li:hover svg {
    transform: none;
}}.Ez-instructor-history {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(242,211,221) 0%, rgb(190,143,167,0.5) 100%);
    position: relative;
    padding: 6rem 2rem 4rem;
}.Ez-instructor-history::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(217,177,189,0.5) 0px,
        rgb(217,177,189,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    opacity: 0.2;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
}.Ez-instructor-history::after {
    top: 0;
    opacity: 0.1;
    content: "";
    z-index: 1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    background: #ffffff;
}.Ez-instructor-history .La-feedback-zone {
    z-index: 2;
    flex-direction: column;
    position: relative;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
}.Ez-instructor-history .zT-img-card-item {
    transition: all 0.5s ease;
    margin-bottom: -50px;
    width: 200px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: relative;
    border-radius: 0;
    height: 250px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}.Ez-instructor-history .zT-img-card-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}.Ez-instructor-history .Ph-career-milestones {
    width: 100%;
    flex-direction: column;
    padding: 70px 30px 30px;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    background: #ffffff;
    perspective: 1000px;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    align-items: center;
}.Ez-instructor-history .Ph-career-milestones::before {
    z-index: -1;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(217,177,189);
    top: 0;
    transform: translateZ(-20px);
}.Ez-instructor-history .name {
    color: rgb(217,177,189);
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 31px;
}.Ez-instructor-history .name::after {
    left: 50%;
    width: 50px;
    bottom: -10px;
    background: rgb(190,143,167);
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
}.Ez-instructor-history .Ph-career-milestones > div:nth-child(2) {
    color: rgb(190,143,167);
    margin: 20px 0;
    text-align: center;
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}.Ez-instructor-history .GW-job-container {
    border-top: 1px solid rgb(242,211,221);
    color: #000000;
    font-style: italic;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    padding-top: 30px;
    text-align: center;
}.Ez-instructor-history .GW-job-container::before,
.Ez-instructor-history .GW-job-container::after {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(190,143,167,0.5);
}.Ez-instructor-history .GW-job-container::before {
    transform: translateX(-20px);
    left: 50%;
    top: -15px;
}.Ez-instructor-history .GW-job-container::after {
    top: -15px;
    left: 50%;
    transform: translateX(-10px);
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.Ez-instructor-history .Ph-career-milestones:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.Ez-instructor-history {
    padding: 4rem 1rem 3rem;
}.Ez-instructor-history .zT-img-card-item {
    margin-bottom: -40px;
    height: 180px;
    width: 150px;
}.Ez-instructor-history .Ph-career-milestones {
    padding: 60px 20px 20px;
}}.Uk-contact-form-box {
    padding: 100px 0;
    position: relative;
}.Uk-contact-form-box::before {
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(217,177,189,0.5) 0%, rgb(190,143,167,0.5) 100%);
    width: 100%;
    top: 0;
    content: '';
}.Uk-contact-form-box .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.Uk-contact-form-box .qJ-inquiry-query {
    grid-gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.Uk-contact-form-box .qo-connect-map {
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    background: #ffffff;
    display: grid;
}.Uk-contact-form-box .qo-connect-map h3 {
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    grid-column: 1 / -1;
    position: relative;
    margin-bottom: 30px;
}.Uk-contact-form-box .qo-connect-map h3::after {
    width: 80px;
    height: 4px;
    background: rgb(217,177,189);
    position: absolute;
    content: '';
    left: 50%;
    bottom: -15px;
    border-radius: 2px;
    transform: translateX(-50%);
}.Uk-contact-form-box .qo-connect-map div {
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    background: rgb(242,211,221);
    text-align: center;
    align-items: center;
    padding: 30px 20px;
    transition: all 0.3s ease;
}.Uk-contact-form-box .qo-connect-map div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.Uk-contact-form-box .qo-connect-map svg {
    width: 40px;
    margin-bottom: 15px;
    height: 40px;
}.Uk-contact-form-box .qo-connect-map svg path {
    fill: rgb(217,177,189);
}.Uk-contact-form-box .qo-connect-map span {
    color: #000000;
    font-size: 14px;
}.Uk-contact-form-box .qo-connect-map a {
    font-weight: 600;
    color: rgb(217,177,189);
    text-decoration: none;
    transition: color 0.3s ease;
}.Uk-contact-form-box .qo-connect-map a:hover {
    color: rgb(190,143,167);
}.Uk-contact-form-box .pq-feedback-map {
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 40px;
}.Uk-contact-form-box form h3 {
    text-align: center;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 40px;
}.Uk-contact-form-box form h3::after {
    width: 80px;
    content: '';
    border-radius: 2px;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    background: rgb(217,177,189);
    height: 4px;
    left: 50%;
}.Uk-contact-form-box form {
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.Uk-contact-form-box form h3 {
    grid-column: 1 / -1;
}.Uk-contact-form-box form input[type="text"],
.Uk-contact-form-box form input[type="email"] {
    padding: 15px 20px;
    width: 100%;
    color: #000000;
    background: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.Uk-contact-form-box form input[type="text"]:focus,
.Uk-contact-form-box form input[type="email"]:focus {
    border-color: rgb(217,177,189);
    box-shadow: 0 0 0 3px rgb(217,177,189,0.5);
    outline: none;
}.Uk-contact-form-box form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.Uk-contact-form-box .fE-support-inquiry {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
    grid-column: 1 / -1;
}.Uk-contact-form-box .fE-support-inquiry input[type="checkbox"] {
    flex-shrink: 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    width: 22px;
    appearance: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 22px;
}.Uk-contact-form-box .fE-support-inquiry input[type="checkbox"]:checked {
    background-color: rgb(217,177,189);
    border-color: rgb(217,177,189);
}.Uk-contact-form-box .fE-support-inquiry input[type="checkbox"]:checked::before {
    position: absolute;
    border: solid #ffffff;
    top: 4px;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 7px;
    height: 10px;
}.Uk-contact-form-box .fE-support-inquiry label {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.Uk-contact-form-box .fE-support-inquiry a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(217,177,189);
    transition: color 0.3s ease;
}.Uk-contact-form-box .fE-support-inquiry a:hover {
    color: rgb(190,143,167);
}.Uk-contact-form-box .Sk-connect-query {
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    border: none;
    font-size: 16px;
    grid-column: 1 / -1;
    padding: 18px 20px;
    cursor: pointer;
    border-radius: 10px;
    background: rgb(217,177,189);
    overflow: hidden;
}.Uk-contact-form-box .Sk-connect-query:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(190,143,167);
}

@media (max-width: 992px) {.Uk-contact-form-box {
    padding: 80px 0;
}.Uk-contact-form-box .qo-connect-map {
    padding: 35px;
}.Uk-contact-form-box .pq-feedback-map {
    padding: 35px;
}
}

@media (max-width: 768px) {.Uk-contact-form-box {
    padding: 60px 0;
}.Uk-contact-form-box .qo-connect-map {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
}.Uk-contact-form-box .pq-feedback-map {
    padding: 30px;
}.Uk-contact-form-box form {
    grid-gap: 20px;
    grid-template-columns: 1fr;
}.Uk-contact-form-box .qo-connect-map h3,
    .Uk-contact-form-box form h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.85);
}
}

@media (max-width: 576px) {.Uk-contact-form-box {
    padding: 50px 0;
}.Uk-contact-form-box .qo-connect-map {
    padding: 25px;
    grid-template-columns: 1fr;
}.Uk-contact-form-box .pq-feedback-map {
    padding: 25px;
}.Uk-contact-form-box .qo-connect-map h3,
    .Uk-contact-form-box form h3 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.Uk-contact-form-box .qo-connect-map div {
    padding: 25px 15px;
}}header {
    width: 100%;
    z-index: 100;
    background: rgb(242,211,221);
    position: relative;
    padding: 0;
}header::before {
    top: 0;
    background: linear-gradient(135deg, 
        rgb(217,177,189,0.5) 0%, 
        transparent 60%, 
        rgb(190,143,167,0.5) 100%);
    content: '';
    opacity: 0.6;
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
    position: absolute;
}header .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
    z-index: 1;
    position: relative;
    margin: 0;
}header .Ld-top-master {
    display: flex;
    flex-wrap: wrap;
    padding: 0.8rem 3%;
    align-items: center;
    justify-content: space-between;
}header .Dq-top-class {
    display: flex;
    position: relative;
    text-decoration: none;
    align-items: center;
    padding: 0.6rem;
    margin-right: 1rem;
}header .Dq-top-class::after {
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(217,177,189), rgb(190,143,167));
    transform: scaleX(0.7);
    content: '';
    width: 100%;
}header .Dq-top-class:hover::after {
    transform: scaleX(1);
}header .Dq-top-class svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}header .Dq-top-class:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .Jl-site-prime {
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    gap: 0.4rem;
    padding: 0.5rem;
    border-radius: 10px;
}header .Vi-top-header {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    text-decoration: none;
    padding: 0.4rem 0.7rem;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 10px;
    z-index: 1;
}header .Vi-top-header::after {
    bottom: 0;
    transform-origin: left;
    width: 100%;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(217,177,189), rgb(190,143,167));
    height: 2px;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    content: '';
}header .Vi-top-header:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(217,177,189);
}header .Vi-top-header:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .Ld-top-master {
    padding: 0.7rem 2.5%;
}header .Dq-top-class svg {
    width: 130px;
}header .Jl-site-prime {
    gap: 0.35rem;
    padding: 0.4rem;
}header .Vi-top-header {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .Ld-top-master {
    justify-content: center;
    padding: 0.7rem 2%;
}header .Dq-top-class {
    margin: 0 0 0.6rem 0;
}header .Dq-top-class svg {
    width: 120px;
}header .Jl-site-prime {
    justify-content: center;
    width: 100%;
}header .Vi-top-header {
    font-size: calc(15px - 2px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header .Ld-top-master {
    padding: 0.6rem 1.5%;
}header .Dq-top-class svg {
    width: 110px;
}header .Jl-site-prime {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .Jl-site-prime::-webkit-scrollbar {
    height: 2px;
}header .Jl-site-prime::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,177,189);
}header .Vi-top-header {
    flex-shrink: 0;
    white-space: nowrap;
}}.SY-landing-page {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(242,211,221) 0%, #ffffff 100%);
    min-height: 100vh;
    justify-content: center;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}.SY-landing-page::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,177,189,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(190,143,167,0.5) 0%, transparent 30%);
    content: "";
    height: 100%;
    opacity: 0.15;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
}.SY-landing-page::after {
    top: -50%;
    background: linear-gradient(45deg, transparent 65%, rgba(255,255,255,0.05) 70%, transparent 75%);
    position: absolute;
    content: "";
    left: -50%;
    height: 200%;
    animation: lightSweep 8s linear infinite;
    z-index: 2;
    width: 200%;
}.SY-landing-page h1 {
    z-index: 10;
    font-weight: 700;
    font-size: calc(24px * 1.2);
    text-align: center;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    letter-spacing: 0.05em;
    position: relative;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    color: rgb(217,177,189);
    opacity: 0;
}.SY-landing-page .iP-skill-growth {
    gap: 2rem;
    z-index: 5;
    margin-top: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.SY-landing-page .pn-text-pill-wrap {
    border-radius: 26px;
    padding: 2.5rem;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    transform: translateY(30px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 5px 5px 15px rgba(255, 255, 255, 0.8),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
}.SY-landing-page ol {
    list-style: none;
    margin: 0;
    padding: 0;
}.SY-landing-page li {
    margin-bottom: 2rem;
}.SY-landing-page .rd-page-intro {
    gap: 1.5rem;
    align-items: center;
    flex-direction: column;
    display: flex;
}.SY-landing-page svg {
    width: 120px;
    opacity: 0;
    height: 120px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    animation: zoomIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    transform: scale(0.8);
}.SY-landing-page svg path {
    transition: fill 0.3s ease;
}.SY-landing-page svg:hover path {
    filter: drop-shadow(0 0 5px rgb(217,177,189,0.5));
    fill: rgb(217,177,189);
}.SY-landing-page svg text {
    animation: textGlow 2s ease-in-out infinite alternate;
}.SY-landing-page .rd-page-intro p {
    margin: 0;
    color: #000000;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    font-size: 14px;
    opacity: 0;
    max-width: 600px;
    line-height: 1.6;
    transform: translateY(15px);
    text-align: center;
}.SY-landing-page .Sk-connect-query {
    font-weight: 600;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.1),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 0 0 0 rgba(255, 255, 255, 0.2);
    text-decoration: none;
    z-index: 10;
    background: linear-gradient(135deg, rgb(217,177,189) 0%, rgb(190,143,167) 100%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #ffffff;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    border-radius: 10px;
    font-size: 16px;
    padding: 1rem 2rem;
    display: inline-block;
    transform: scale(0.95) translateY(10px);
    overflow: hidden;
    position: relative;
}.SY-landing-page .Sk-connect-query::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    transition: all 0.6s ease;
    left: -100%;
}.SY-landing-page .Sk-connect-query:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.15),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 0 0 0 rgba(255, 255, 255, 0.2);
}.SY-landing-page .Sk-connect-query:hover::before {
    left: 100%;
}.SY-landing-page .Sk-connect-query:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 
        3px 3px 10px rgba(0, 0, 0, 0.1),
        -3px -3px 10px rgba(255, 255, 255, 0.8),
        inset 3px 3px 10px rgba(0, 0, 0, 0.05),
        inset -3px -3px 10px rgba(255, 255, 255, 0.5);
}.SY-landing-page .zT-img-card-item {
    border-radius: 26px;
    overflow: hidden;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    height: 300px;
    opacity: 0;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    transform: translateY(30px) scale(0.95);
}.SY-landing-page .zT-img-card-item::before {
    top: 0;
    position: absolute;
    opacity: 0.4;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(217,177,189,0.5) 0%, 
        transparent 50%, 
        rgb(190,143,167,0.5) 100%
    );
}.SY-landing-page .zT-img-card-item:hover::before {
    opacity: 0.2;
}

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

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lightSweep {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textGlow {
    0% {
        filter: drop-shadow(0px 0px 2px rgba(94,170,168, 0.3));
    }
    100% {
        filter: drop-shadow(0px 0px 8px rgba(94,170,168, 0.7));
    }
}

@media (min-width: 768px) {.SY-landing-page {
    padding: 8rem 4rem;
}.SY-landing-page h1 {
    font-size: calc(37px * 0.9);
    margin-left: 2rem;
    text-align: left;
}.SY-landing-page .iP-skill-growth {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.SY-landing-page .pn-text-pill-wrap {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.SY-landing-page .zT-img-card-item {
    height: 450px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.SY-landing-page .rd-page-intro {
    align-items: flex-start;
}.SY-landing-page .rd-page-intro p {
    text-align: left;
}.SY-landing-page svg {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 1200px) {.SY-landing-page {
    padding: 0 6rem;
}.SY-landing-page h1 {
    margin-left: 4rem;
}.SY-landing-page .iP-skill-growth {
    gap: 6rem;
}.SY-landing-page .pn-text-pill-wrap {
    padding: 4rem;
    transform: perspective(1000px) rotateY(-5deg);
}.SY-landing-page .zT-img-card-item {
    opacity: 0;
    transform: perspective(1000px) rotateY(5deg) translateY(30px) scale(0.95);
    height: 550px;
    animation: fadeInPhoto 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.SY-landing-page svg {
    height: 180px;
    width: 180px;
}@keyframes fadeInPhoto {
        from {
            opacity: 0;
            transform: perspective(1000px) rotateY(5deg) translateY(30px) scale(0.95);
        }
        to {
            opacity: 1;
            transform: perspective(1000px) rotateY(5deg) translateY(0) scale(1);
        }
    }
}.ru-cost-plan {
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
    position: relative;
}.ru-cost-plan::before {
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    position: absolute;
    width: 100%;
}.ru-cost-plan .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.ru-cost-plan .iS-study-cost {
    position: relative;
}.ru-cost-plan h2 {
    font-size: calc(30px * 1.2);
    position: relative;
    animation: fadeInUp 0.8s forwards 0.3s;
    transform: translateY(10px);
    margin-bottom: 20px;
    opacity: 0;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}.ru-cost-plan .CF-training-fees {
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(12px * 1.1);
    margin: 0 auto 40px;
    animation: fadeInUp 0.8s forwards 0.5s;
    opacity: 0;
    text-align: center;
    transform: translateY(10px);
    line-height: 1.6;
    max-width: 700px;
}.ru-cost-plan .nB-price-sheet {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
}.ru-cost-plan .nB-price-sheet li {
    animation: fadeInUp 0.8s forwards;
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    opacity: 0;
    transform: translateY(20px);
    height: 100%;
}.ru-cost-plan .nB-price-sheet li:nth-child(1) {
    --i: 1;
}.ru-cost-plan .nB-price-sheet li:nth-child(2) {
    --i: 2;
}.ru-cost-plan .nB-price-sheet li:nth-child(3) {
    --i: 3;
}.ru-cost-plan .nB-price-sheet li:nth-child(4) {
    --i: 4;
}.ru-cost-plan .mJ-study-packages {
    text-decoration: none;
    display: block;
    height: 100%;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.ru-cost-plan .mJ-study-packages:hover {
    transform: translateY(-10px);
}.ru-cost-plan .QI-pricing-options {
    position: relative;
    height: 100%;
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    border-radius: 3px;
    border-left: 3px solid rgb(217,177,189);
    transition: all 0.4s ease;
}.ru-cost-plan .mJ-study-packages:hover .QI-pricing-options {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}.ru-cost-plan .QI-pricing-options::before {
    background: linear-gradient(to right, 
        rgb(217,177,189), 
        rgb(190,143,167));
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    top: 0;
}.ru-cost-plan .mJ-study-packages:hover .QI-pricing-options::before {
    transform: scaleX(1);
}.ru-cost-plan .WX-price-tiers {
    display: flex;
    flex-direction: column;
    height: 100%;
}.ru-cost-plan .WX-price-tiers h4 {
    color: #ffffff;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: calc(18px * 1.1);
}.ru-cost-plan .WX-price-tiers h4::after {
    background: rgb(217,177,189);
    height: 3px;
    transition: width 0.4s ease;
    width: 40px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
}.ru-cost-plan .mJ-study-packages:hover .WX-price-tiers h4::after {
    width: 60px;
}.ru-cost-plan .WX-price-tiers p {
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    font-size: 12px;
    margin: 0 0 25px;
    line-height: 1.6;
}.ru-cost-plan .MF-learning-fees {
    position: relative;
    display: block;
    font-weight: 700;
    padding-top: 15px;
    color: rgb(190,143,167);
    transition: color 0.3s ease;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
    font-size: calc(18px * 1.2);
}.ru-cost-plan .mJ-study-packages:hover .MF-learning-fees {
    color: rgb(217,177,189);
}

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

@media (max-width: 991px) {.ru-cost-plan {
    padding: 80px 0;
}.ru-cost-plan h2 {
    font-size: 30px;
}.ru-cost-plan .CF-training-fees {
    margin-bottom: 30px;
    font-size: 12px;
}.ru-cost-plan .nB-price-sheet {
    gap: 20px;
}.ru-cost-plan .QI-pricing-options {
    padding: 25px;
}
}

@media (max-width: 767px) {.ru-cost-plan {
    padding: 60px 0;
}.ru-cost-plan .nB-price-sheet {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.ru-cost-plan .WX-price-tiers h4 {
    font-size: 18px;
}.ru-cost-plan .MF-learning-fees {
    font-size: 18px;
}
}

@media (max-width: 480px) {.ru-cost-plan {
    padding: 50px 0;
}.ru-cost-plan h2 {
    font-size: calc(30px * 0.9);
}.ru-cost-plan .CF-training-fees {
    font-size: calc(12px * 0.9);
}.ru-cost-plan .QI-pricing-options {
    padding: 20px;
}
}