﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1224px;
    margin: auto;
}html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.wrapper-padding-xw1LKh {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.nav-master-XOFmv6 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 19px;
}::-webkit-scrollbar-track {
    border-radius: 10.5vw;
    background: rgb(168,107,158,0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    border: 1px dotted rgb(196,171,193,0.5);
    transition: border-radius, transform 2.3s ease-out;
    border-radius: 2px;
    animation: glow_scrollbar 4.3s linear infinite;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px -5px 7px 5px rgba(0, 0, 0, 0.2);
    transform: translateX(2px);
    background: rgb(168,107,158,0.5);
}::-webkit-scrollbar-corner {
    border-radius: 6px;
    background: rgb(168,107,158,0.5);
}html {
    scrollbar-width: auto;
    scrollbar-color: #ffffff #ffffff;
}.workshop-cta-BnUfWE {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.explore-now-MFZmiS {
    padding: 130px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(155deg, rgb(196,171,193,0.5) 50%, rgb(227,221,227) 50%);
}.explore-now-MFZmiS::before {
    content: '';
    height: 100%;
    position: absolute;
    background-size: 30px 30px;
    left: 0;
    width: 100%;
    opacity: 0.04;
    top: 0;
    background-position: 0 0;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    z-index: 1;
}.explore-now-MFZmiS .learn-pro-oHhkBZ {
    z-index: 10;
    padding: 0 20px;
    position: relative;
    align-items: flex-start;
    gap: 50px;
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
}.explore-now-MFZmiS .container p {
    border-radius: 20px 20px 20px 0;
    position: relative;
    margin: 0;
    background: #ffffff;
    z-index: 5;
    line-height: 1.4;
    padding: 30px;
    color: #000000;
    flex: 1;
    font-size: 37px;
    font-weight: 700;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
}.explore-now-MFZmiS .request-card-PX5A7D {
    transition: all 0.4s ease;
    font-size: 15px;
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    padding: 20px;
    color: #ffffff;
    transform: translateY(30px);
    border-radius: 20px 20px 0 20px;
    display: flex;
    background: rgb(196,171,193);
    font-weight: 600;
    align-items: center;
    text-align: center;
    text-decoration: none;
    height: 220px;
    justify-content: center;
    z-index: 5;
    flex: 0 0 220px;
}.explore-now-MFZmiS .request-card-PX5A7D::before {
    position: absolute;
    border-radius: 20px 20px 0 20px;
    height: 100%;
    transition: opacity 0.4s ease;
    top: 0;
    opacity: 0;
    content: '';
    left: 0;
    width: 100%;
    background: rgb(168,107,158);
    z-index: -1;
}.explore-now-MFZmiS .request-card-PX5A7D:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
    transform: translateY(15px);
}.explore-now-MFZmiS .request-card-PX5A7D:hover::before {
    opacity: 1;
}.explore-now-MFZmiS .container p::after {
    position: absolute;
    left: -10px;
    width: 40px;
    bottom: -10px;
    content: '';
    height: 40px;
    background: rgb(196,171,193);
    border-radius: 10px;
    z-index: -1;
}.explore-now-MFZmiS::after {
    top: -100px;
    right: -100px;
    content: '';
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    border: 30px solid rgba(255, 255, 255, 0.1);
    width: 200px;
    height: 200px;
}.explore-now-MFZmiS .learn-pro-oHhkBZ::after {
    content: '';
    bottom: -75px;
    height: 150px;
    border-radius: 50%;
    border: 20px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    left: -75px;
    z-index: 1;
    width: 150px;
}

@media (max-width: 991px) {.explore-now-MFZmiS {
    padding: 110px 0;
}.explore-now-MFZmiS .learn-pro-oHhkBZ {
    gap: 40px;
}.explore-now-MFZmiS .container p {
    padding: 25px;
    font-size: calc(18px * 1.2);
}.explore-now-MFZmiS .request-card-PX5A7D {
    height: 180px;
    flex: 0 0 180px;
}.explore-now-MFZmiS .container p::after {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 767px) {.explore-now-MFZmiS {
    background: linear-gradient(175deg, rgb(196,171,193,0.5) 60%, rgb(227,221,227) 60%);
    padding: 90px 0;
}.explore-now-MFZmiS .learn-pro-oHhkBZ {
    gap: 60px;
    flex-direction: column;
}.explore-now-MFZmiS .container p {
    font-size: 18px;
    width: 100%;
}.explore-now-MFZmiS .request-card-PX5A7D {
    margin-right: 20px;
    width: 160px;
    height: 160px;
    align-self: flex-end;
}
}

@media (max-width: 480px) {.explore-now-MFZmiS {
    padding: 70px 0;
}.explore-now-MFZmiS .container p {
    border-radius: 15px 15px 15px 0;
    padding: 20px;
    font-size: calc(14px * 1.2);
}.explore-now-MFZmiS .request-card-PX5A7D {
    font-size: calc(15px * 0.9);
    height: 140px;
    width: 140px;
    border-radius: 15px 15px 0 15px;
}.explore-now-MFZmiS .container p::after {
    border-radius: 8px;
    width: 25px;
    height: 25px;
}}.join-our-mailing-list-hrJsqS {
    overflow: hidden;
    padding: 4rem 0;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05), 0 -5px 20px rgba(255,255,255,0.05);
    background: linear-gradient(135deg, rgb(168,107,158,0.5), rgb(196,171,193,0.5));
    position: relative;
}.join-our-mailing-list-hrJsqS::before {
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    right: -100px;
    background: radial-gradient(circle, rgb(168,107,158,0.5) 0%, transparent 70%);
    width: 300px;
    top: -100px;
    content: "";
    height: 300px;
    border-radius: 50%;
    opacity: 0.4;
}.join-our-mailing-list-hrJsqS::after {
    height: 200px;
    animation: pulse 10s infinite alternate-reverse ease-in-out;
    border-radius: 50%;
    opacity: 0.3;
    width: 200px;
    content: "";
    background: radial-gradient(circle, rgb(196,171,193,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: -50px;
    left: -50px;
}.join-our-mailing-list-hrJsqS .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.join-our-mailing-list-hrJsqS .learn-pro-oHhkBZ {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.7),
        inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    border-radius: 8px;
}.join-our-mailing-list-hrJsqS .learn-pro-oHhkBZ:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.7),
        inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.join-our-mailing-list-hrJsqS h4 {
    line-height: 1.4;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    font-size: 21px;
    transform: translateY(0);
    text-align: center;
    transition: transform 0.5s ease;
    font-weight: 600;
    position: relative;
}.join-our-mailing-list-hrJsqS .learn-pro-oHhkBZ:hover h4 {
    transform: translateY(-5px);
}.join-our-mailing-list-hrJsqS h4::after {
    width: 80px;
    height: 3px;
    position: absolute;
    transition: width 0.5s ease;
    left: 50%;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
    border-radius: 2px;
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
}.join-our-mailing-list-hrJsqS .learn-pro-oHhkBZ:hover h4::after {
    width: 120px;
}.join-our-mailing-list-hrJsqS .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
    margin-top: 2rem;
}.join-our-mailing-list-hrJsqS .input_holder span {
    display: block;
    position: relative;
}.join-our-mailing-list-hrJsqS input[type="email"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    outline: none;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #000000;
}.join-our-mailing-list-hrJsqS input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 
        0 0 0 3px rgb(168,107,158,0.5),
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    border-color: rgb(168,107,158);
}.join-our-mailing-list-hrJsqS input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.join-our-mailing-list-hrJsqS input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join-our-mailing-list-hrJsqS .news-alert-1Tjnvl {
    border: none;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(196,171,193), rgb(168,107,158));
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    width: 100%;
    color: #ffffff;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.5),
        inset 1px 1px 0px rgba(255, 255, 255, 0.2);
    padding: 1rem 1.5rem;
    letter-spacing: 1px;
    border-radius: 10px;
}.join-our-mailing-list-hrJsqS .news-alert-1Tjnvl:hover {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 0px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}.join-our-mailing-list-hrJsqS .news-alert-1Tjnvl:active {
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.5),
        inset 1px 1px 3px rgba(0, 0, 0, 0.1),
        inset -1px -1px 3px rgba(255, 255, 255, 0.2);
    transform: translateY(0);
}.join-our-mailing-list-hrJsqS .news-alert-1Tjnvl::before {
    content: "";
    position: absolute;
    transition: left 0.8s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
}.join-our-mailing-list-hrJsqS .news-alert-1Tjnvl:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (min-width: 768px) {.join-our-mailing-list-hrJsqS .learn-pro-oHhkBZ {
    padding: 3.5rem 4rem;
}.join-our-mailing-list-hrJsqS .input_holder {
    align-items: center;
    flex-direction: row;
}.join-our-mailing-list-hrJsqS input[type="email"] {
    border-radius: 10px 0 0 10px;
}.join-our-mailing-list-hrJsqS .input_holder span:first-child {
    flex: 2;
}.join-our-mailing-list-hrJsqS .input_holder span:last-child {
    flex: 1;
}.join-our-mailing-list-hrJsqS .news-alert-1Tjnvl {
    height: 100%;
    border-radius: 0 10px 10px 0;
}.join-our-mailing-list-hrJsqS h4 {
    font-size: calc(21px * 1.1);
}
}

@media (min-width: 992px) {.join-our-mailing-list-hrJsqS {
    padding: 5rem 0;
}.join-our-mailing-list-hrJsqS .learn-pro-oHhkBZ {
    display: flex;
    align-items: center;
    padding: 4rem 5rem;
    gap: 3rem;
    justify-content: space-between;
}.join-our-mailing-list-hrJsqS .learn-pro-oHhkBZ > div {
    flex: 1;
}.join-our-mailing-list-hrJsqS .input_holder {
    flex: 1;
    margin-top: 0;
}.join-our-mailing-list-hrJsqS h4 {
    text-align: left;
    font-size: calc(21px * 1.2);
    margin-bottom: 0;
}.join-our-mailing-list-hrJsqS h4::after {
    left: 0;
    transform: none;
}
}

@media (max-width: 767px) {.join-our-mailing-list-hrJsqS {
    padding: 3rem 0;
}.join-our-mailing-list-hrJsqS .learn-pro-oHhkBZ {
    padding: 2rem;
}.join-our-mailing-list-hrJsqS h4 {
    font-size: calc(21px * 0.9);
}.join-our-mailing-list-hrJsqS input[type="email"],
    .join-our-mailing-list-hrJsqS .news-alert-1Tjnvl {
    padding: 0.85rem 1.25rem;
}}.privacy-fortress-P7izVA {
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgba(255,255,255,0.96) 100%);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.privacy-fortress-P7izVA::before {
    height: 100%;
    z-index: 0;
    opacity: 0.15;
    top: 0;
    background: 
        radial-gradient(circle at 100% 0%, rgb(196,171,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(168,107,158,0.5) 0%, transparent 50%);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}.privacy-fortress-P7izVA .container {
    padding: 3rem;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    z-index: 1;
    max-width: 1140px;
    position: relative;
    border-left: 4px solid rgb(196,171,193);
    transform: translateZ(0);
}.privacy-fortress-P7izVA h1 {
    margin-bottom: 2rem;
    font-size: 43px;
    font-weight: 700;
    transform: translateX(0);
    transition: transform 0.5s ease-out;
    position: relative;
    color: #000000;
    padding-bottom: 1rem;
}.privacy-fortress-P7izVA h1::after {
    transition: width 0.5s ease-out;
    position: absolute;
    height: 3px;
    bottom: 0;
    background: linear-gradient(to right, rgb(196,171,193), rgb(168,107,158));
    content: "";
    left: 0;
    width: 80px;
}.privacy-fortress-P7izVA h1:hover {
    transform: translateX(5px);
}.privacy-fortress-P7izVA h1:hover::after {
    width: 120px;
}.privacy-fortress-P7izVA h2 {
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    border-left: 3px solid rgb(168,107,158);
    font-size: 28px;
    padding-left: 1rem;
}.privacy-fortress-P7izVA h3 {
    color: #000000;
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    font-size: calc(28px * 0.8);
    border-left: 2px solid rgb(168,107,158,0.5);
    font-weight: 600;
    position: relative;
}.privacy-fortress-P7izVA h4 {
    color: #000000;
    font-weight: 600;
    padding-left: 0.75rem;
    border-left: 1px solid rgb(168,107,158,0.5);
    margin: 1.5rem 0 1rem;
    font-size: calc(28px * 0.7);
    position: relative;
}.privacy-fortress-P7izVA p {
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-right: 1rem;
    transition: transform 0.4s ease;
    position: relative;
    margin-bottom: 1.5rem;
}.privacy-fortress-P7izVA p:hover {
    transform: translateX(5px);
}.privacy-fortress-P7izVA strong {
    position: relative;
    font-weight: 700;
    color: rgb(196,171,193);
}.privacy-fortress-P7izVA strong::after {
    left: 0;
    content: "";
    width: 0;
    position: absolute;
    bottom: -2px;
    background: rgb(196,171,193);
    height: 1px;
    transition: width 0.3s ease;
}.privacy-fortress-P7izVA p:hover strong::after {
    width: 100%;
}.privacy-fortress-P7izVA ul {
    padding-left: 0;
    margin: 1.5rem 0 2rem 1rem;
}.privacy-fortress-P7izVA li {
    list-style-type: none;
    color: #000000;
    font-size: 12px;
    margin-bottom: 1rem;
    line-height: 1.6;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    position: relative;
}.privacy-fortress-P7izVA li::before {
    content: "";
    background: linear-gradient(135deg, rgb(196,171,193), rgb(168,107,158));
    width: 8px;
    position: absolute;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    top: 0.6rem;
    left: 0;
    height: 8px;
}.privacy-fortress-P7izVA li:hover {
    transform: translateX(8px);
}.privacy-fortress-P7izVA li:hover::before {
    transform: rotate(225deg);
}.privacy-fortress-P7izVA span {
    font-family: Arial, sans-serif;
    display: block;
    background: linear-gradient(to right, rgba(rgb(227,221,227), 0.3), transparent);
    transform: perspective(1000px) rotateX(0);
    font-size: calc(12px * 0.95);
    margin-bottom: 1.5rem;
    padding: 0.75rem 1rem;
    transition: transform 0.3s ease-out, background 0.3s ease;
    line-height: 1.7;
    border-left: 2px solid rgb(168,107,158,0.5);
    color: #000000;
}.privacy-fortress-P7izVA span:hover {
    transform: perspective(1000px) rotateX(1deg);
    background: linear-gradient(to right, rgba(rgb(227,221,227), 0.5), transparent);
}

@media (max-width: 991px) {.privacy-fortress-P7izVA {
    padding: 4rem 1.5rem;
}.privacy-fortress-P7izVA .container {
    padding: 2.5rem 2rem;
}.privacy-fortress-P7izVA h1 {
    font-size: calc(43px * 0.9);
}.privacy-fortress-P7izVA h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.privacy-fortress-P7izVA {
    padding: 3rem 1rem;
}.privacy-fortress-P7izVA .container {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.privacy-fortress-P7izVA h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.5rem;
}.privacy-fortress-P7izVA h2 {
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.8);
}.privacy-fortress-P7izVA h3 {
    font-size: calc(28px * 0.7);
}.privacy-fortress-P7izVA h4 {
    font-size: calc(28px * 0.6);
}.privacy-fortress-P7izVA ul {
    margin-left: 0.5rem;
}.privacy-fortress-P7izVA li {
    padding-left: 1.25rem;
}.privacy-fortress-P7izVA p, .privacy-fortress-P7izVA span, .privacy-fortress-P7izVA li {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.privacy-fortress-P7izVA {
    padding: 2rem 0.75rem;
}.privacy-fortress-P7izVA .container {
    padding: 1.5rem 1rem;
}.privacy-fortress-P7izVA h1 {
    font-size: calc(43px * 0.7);
}.privacy-fortress-P7izVA h2 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.7);
}.privacy-fortress-P7izVA h3, .privacy-fortress-P7izVA h4 {
    padding-left: 0.5rem;
}.privacy-fortress-P7izVA p, .privacy-fortress-P7izVA span, .privacy-fortress-P7izVA li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.privacy-fortress-P7izVA li {
    padding-left: 1rem;
}.privacy-fortress-P7izVA li::before {
    width: 6px;
    height: 6px;
}}.cookie-dialog-banner-gMEONv {
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(196,171,193);
    display: flex;
    bottom: 0;
    width: 100%;
    position: fixed;
    justify-content: center;
    background: rgb(227,221,227);
    padding: 20px 0;
}.cookie-hide-VK5CH8 {
    margin: auto;
    justify-content: space-between;
    border: 2px solid rgb(196,171,193);
    border-radius: 24px;
    padding: 20px;
    max-width: 1200px;
    width: 90%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}.cookie-none-LnM8Q4 {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie-none-LnM8Q4 svg {
    height: 50px;
    fill: rgb(196,171,193);
    width: 50px;
}.consent-comply-buIHTZ {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.consent-comply-buIHTZ h5 {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(196,171,193);
}.consent-comply-buIHTZ p {
    line-height: 1.5;
    font-size: 12px;
    margin: 0;
    color: #ffffff;
}.consent-comply-buIHTZ p a {
    text-decoration: underline;
    color: rgb(196,171,193);
}.cookie-compl-Nc93XC {
    min-width: 120px;
    text-align: center;
    border: none;
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 10px;
    background: rgb(196,171,193);
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    color: #ffffff;
}.cookie_button.data-comply-4jTyZE {
    margin-right: 10px;
}#cookieWarningPopup-LhW30k {
    display: none;
}#cookieWarningPopup-LhW30k:checked ~ .cookie-dialog-banner-gMEONv {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie-hide-VK5CH8 {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie-none-LnM8Q4 {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie-compl-Nc93XC {
    max-width: 250px;
    margin: 10px 0;
    width: 100%;
}}
.course-highlights-LFH1hU {
    overflow: hidden;
    min-height: 600px;
    position: relative;
    max-height: 900px;
    height: 100vh;
    background-color: #ffffff;
}.course-highlights-LFH1hU::before {
    width: 70%;
    pointer-events: none;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
}.course-highlights-LFH1hU .career-progress-J2G5XK {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}.course-highlights-LFH1hU .online-class-yMtZdU {
    position: absolute;
    animation: carousel-slide 30s infinite linear;
    display: flex;
    height: 100%;
    top: 0;
    width: 500%;
    left: 0;
}.course-highlights-LFH1hU .career-progress-J2G5XK:hover .online-class-yMtZdU {
    animation-play-state: paused;
}.course-highlights-LFH1hU .education-guide-WdaOyq {
    width: 20%;
    height: 100%;
    overflow: hidden;
}.course-highlights-LFH1hU .education-guide-WdaOyq img {
    width: 100%;
    object-fit: cover;
    transform: scale(1.1);
    filter: brightness(1.05) contrast(1.1);
    transition: transform 1s ease;
    height: 100%;
}.course-highlights-LFH1hU .education-guide-WdaOyq:hover img {
    transform: scale(1.2);
}.course-highlights-LFH1hU .container {
    width: 65%;
    z-index: 2;
    position: relative;
    height: 100%;
    padding-left: 0;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}.course-highlights-LFH1hU .learn-pro-oHhkBZ {
    max-width: 750px;
    width: 100%;
    padding-left: 3%;
}.course-highlights-LFH1hU .learn-professional-pN1LWo {
    position: relative;
    background-color: #ffffff;
    border-top: 4px solid rgb(196,171,193);
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3rem;
}.course-highlights-LFH1hU .learn-professional-pN1LWo h3 {
    margin-bottom: 1.5rem;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}.course-highlights-LFH1hU .learn-professional-pN1LWo p {
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #000000;
    font-size: 18px;
}.course-highlights-LFH1hU .learn-professional-pN1LWo .request-card-PX5A7D {
    background: linear-gradient(to right, rgb(196,171,193), rgb(168,107,158));
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    z-index: 1;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    border-radius: 10px;
}.course-highlights-LFH1hU .learn-professional-pN1LWo .request-card-PX5A7D::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(168,107,158), rgb(196,171,193));
}.course-highlights-LFH1hU .learn-professional-pN1LWo .request-card-PX5A7D:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course-highlights-LFH1hU .learn-professional-pN1LWo .request-card-PX5A7D:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {.course-highlights-LFH1hU .container {
    width: 70%;
}.course-highlights-LFH1hU::before {
    width: 75%;
}
}

@media screen and (max-width: 992px) {.course-highlights-LFH1hU {
    max-height: none;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
}.course-highlights-LFH1hU::before {
    background: linear-gradient(180deg, rgb(227,221,227) 0%, transparent 50%);
}.course-highlights-LFH1hU .career-progress-J2G5XK {
    position: relative;
    height: 400px;
    order: 2;
    width: 100%;
}.course-highlights-LFH1hU .container {
    width: 100%;
    padding: 4rem 2rem;
    order: 1;
}.course-highlights-LFH1hU .learn-pro-oHhkBZ {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 768px) {.course-highlights-LFH1hU .career-progress-J2G5XK {
    height: 350px;
}.course-highlights-LFH1hU .container {
    padding: 3rem 1.5rem;
}.course-highlights-LFH1hU .learn-professional-pN1LWo {
    padding: 2rem;
}.course-highlights-LFH1hU .learn-professional-pN1LWo h3 {
    font-size: calc(28px * 0.9);
}
}

@media screen and (max-width: 576px) {.course-highlights-LFH1hU .career-progress-J2G5XK {
    height: 250px;
}.course-highlights-LFH1hU .container {
    padding: 2.5rem 1rem;
}.course-highlights-LFH1hU .learn-professional-pN1LWo {
    padding: 1.5rem;
}.course-highlights-LFH1hU .learn-professional-pN1LWo h3 {
    font-size: calc(28px * 0.8);
}.course-highlights-LFH1hU .learn-professional-pN1LWo p {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
}.course-highlights-LFH1hU .learn-professional-pN1LWo .request-card-PX5A7D {
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
}}header {
    position: relative;
    z-index: 100;
    overflow: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 0;
    background: rgb(227,221,227);
}header::before {
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(196,171,193), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(196,171,193), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(196,171,193), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(196,171,193), 0.03) 25%) 0 0 / 20px 20px;
}header::after {
    transition: transform 0.5s ease;
    content: '';
    position: absolute;
    background: linear-gradient(to right, 
        rgb(196,171,193), 
        rgb(168,107,158), 
        rgb(196,171,193)
    );
    transform-origin: center;
    bottom: 0;
    left: 0;
    transform: scaleX(0.7);
    height: 5px;
    width: 100%;
}header:hover::after {
    transform: scaleX(1);
}header .main-navbar-7hj2co {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
    padding: 1.3rem 2.5rem;
    z-index: 5;
}header .head-info-TVabUZ {
    margin-right: 2rem;
    perspective: 800px;
    position: relative;
    flex: 0 0 auto;
}header .head-lead-WOGVxB {
    position: relative;
    transform-style: preserve-3d;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .head-lead-WOGVxB:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .head-lead-WOGVxB::before {
    background: rgb(196,171,193);
    top: 0;
    left: 0;
    content: '';
    opacity: 0.1;
    position: absolute;
    filter: blur(10px);
    width: 100%;
    height: 100%;
    transform: translateZ(-10px);
}header .head-lead-WOGVxB img {
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}header .nav-class-CTfR01 {
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}header .nav-class-CTfR01::before {
    transform: rotateX(90deg);
    height: 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    transform-origin: top;
}header .site-core-s6RabU {
    transform-style: preserve-3d;
    margin: 0 0.3rem;
    position: relative;
}header .site-core-s6RabU a {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    color: #000000;
    padding: 0.7rem 1.2rem;
    transition: all 0.4s ease;
    transform: translateZ(0);
    background: #ffffff;
    position: relative;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    font-size: 15px;
    justify-content: center;
}header .site-core-s6RabU a::before {
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    transform: translateZ(-5px);
    opacity: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgb(196,171,193,0.5) 0%, 
        rgb(168,107,158,0.5) 100%
    );
    position: absolute;
    content: '';
    height: 100%;
}header .site-core-s6RabU a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateZ(15px);
}header .site-core-s6RabU a:hover::before {
    opacity: 1;
}header .site-core-s6RabU a::after {
    transition: all 0.4s ease;
    bottom: -5px;
    content: '';
    transform: translateZ(-10px);
    height: 5px;
    right: 5px;
    position: absolute;
    left: 5px;
    opacity: 0;
    background: rgb(196,171,193);
}header .site-core-s6RabU a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .main-navbar-7hj2co::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(196,171,193), 
        transparent
    );
    top: 0;
    content: '';
    height: 1px;
    position: absolute;
    width: 30%;
    left: 35%;
}.nav-master-XOFmv6 {
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
    position: relative;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .main-navbar-7hj2co {
    max-width: 1320px;
    margin: 0 auto;
}header .site-core-s6RabU {
    margin: 0 0.5rem;
}header .site-core-s6RabU a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .main-navbar-7hj2co {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head-info-TVabUZ {
    margin-bottom: 0;
    margin-right: 0;
}header .nav-class-CTfR01 {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .site-core-s6RabU a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main-navbar-7hj2co {
    padding: 0.8rem 1.5rem;
}header .head-info-TVabUZ {
    max-width: 140px;
}header .head-lead-WOGVxB img {
    max-height: 35px;
}header .nav-class-CTfR01 {
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}header .nav-class-CTfR01::-webkit-scrollbar {
    height: 3px;
}header .nav-class-CTfR01::-webkit-scrollbar-thumb {
    background: rgb(196,171,193,0.5);
    border-radius: 10px;
}header .site-core-s6RabU {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .site-core-s6RabU a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 479px) {header .main-navbar-7hj2co {
    padding: 0.7rem 1.2rem;
}header .head-info-TVabUZ {
    max-width: 120px;
}header .site-core-s6RabU a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .head-lead-WOGVxB:hover {
    transform: translateY(-3px);
}header .site-core-s6RabU a:hover {
    transform: translateY(-3px);
}}.our-info-BiqX6o {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(196,171,193,0.5) 0%, rgb(227,221,227) 100%);
    padding: 100px 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    backdrop-filter: blur(10px);
}.our-info-BiqX6o::before {
    top: 0;
    bottom: 0;
    opacity: 0.2;
    right: 0;
    position: absolute;
    content: '';
    left: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(168,107,158,0.5) 95%) 0 0 / 20px 100%,
        linear-gradient(180deg, transparent 95%, rgb(196,171,193,0.5) 95%) 0 0 / 100% 20px;
    animation: gridMove 25s linear infinite;
}.our-info-BiqX6o::after {
    animation: pulseEffect 10s ease-in-out infinite;
    opacity: 0.03;
    left: -50%;
    content: '';
    top: -50%;
    right: -50%;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(168,107,158) 0%, transparent 50%);
    position: absolute;
    bottom: -50%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}
@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.03;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.05;
    }
}
.our-info-BiqX6o .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.our-info-BiqX6o .help-desk-PdrZEC {
    padding: 50px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 5px 15px rgba(0, 0, 0, 0.05) inset;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}.our-info-BiqX6o .help-desk-PdrZEC::before {
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158), rgb(196,171,193));
    position: absolute;
    background-size: 200% 100%;
    height: 3px;
    width: 100%;
    animation: gradientFlow 3s linear infinite;
    left: 0;
    top: 0;
    content: '';
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.our-info-BiqX6o .help-desk-PdrZEC::after {
    height: 150px;
    background: rgb(196,171,193,0.5);
    z-index: -1;
    right: -75px;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    opacity: 0.2;
    content: '';
    top: -75px;
}.our-info-BiqX6o h3 {
    position: relative;
    color: rgb(196,171,193);
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 34px;
    margin-bottom: 30px;
}.our-info-BiqX6o h3::after {
    background: rgb(196,171,193);
    width: 50px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    box-shadow: 0 0 8px rgb(196,171,193);
    content: '';
    bottom: 0;
    height: 2px;
}.our-info-BiqX6o .help-desk-PdrZEC:hover h3::after {
    width: 100px;
}.our-info-BiqX6o .edu-help-0cVpNf {
    font-size: calc(14px + 0.05rem);
    padding: 15px;
    position: relative;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 400;
    border-left: 3px solid rgb(168,107,158);
    border-radius: 10px;
    background: rgb(227,221,227);
}.our-info-BiqX6o .ask-question-5ljuMF {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 25px;
}.our-info-BiqX6o .ask-question-5ljuMF::before {
    box-shadow: 0 0 5px rgb(196,171,193);
    width: 30%;
    background: rgb(196,171,193);
    position: absolute;
    height: 1px;
    top: -20px;
    left: 0;
    content: '';
}.our-info-BiqX6o .ask-question-5ljuMF::after {
    background: linear-gradient(to right, rgb(196,171,193), transparent);
    position: absolute;
    right: 0;
    content: '';
    width: 60%;
    top: -20px;
    height: 1px;
}.our-info-BiqX6o .ask-question-5ljuMF span {
    position: relative;
    flex-direction: column;
    z-index: 1;
    border-radius: 10px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}.our-info-BiqX6o .ask-question-5ljuMF span::before {
    left: -100%;
    z-index: -1;
    transform: translateX(0) translateY(0) rotate(45deg);
    height: 300%;
    position: absolute;
    top: -100%;
    width: 300%;
    transition: transform 0.6s ease;
    content: '';
    background: linear-gradient(135deg, rgb(227,221,227) 0%, #ffffff 100%);
}.our-info-BiqX6o .ask-question-5ljuMF span:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 0 4px rgb(196,171,193,0.5);
    transform: translateY(-5px);
}.our-info-BiqX6o .ask-question-5ljuMF span p {
    line-height: 1.5;
    color: #000000;
    display: flex;
    margin: 0 0 5px 0;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}.our-info-BiqX6o .ask-question-5ljuMF span svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(196,171,193);
    margin-right: 10px;
}.our-info-BiqX6o .ask-question-5ljuMF span:hover svg {
    transform: scale(1.2);
    fill: rgb(168,107,158);
}.our-info-BiqX6o .ask-question-5ljuMF span svg path {
    transition: all 0.3s ease;
    stroke-linejoin: round;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-width: 0.5;
}.our-info-BiqX6o .ask-question-5ljuMF span:hover svg path {
    stroke-width: 1;
    stroke: rgb(196,171,193);
}.our-info-BiqX6o .ask-question-5ljuMF span span {
    box-shadow: none;
    display: inline-block;
    padding: 0;
    background: transparent;
    margin: 5px 0 0 0;
    font-weight: 400;
    color: #000000;
}.our-info-BiqX6o .ask-question-5ljuMF span span::before {
    display: none;
}.our-info-BiqX6o .ask-question-5ljuMF span span a {
    color: rgb(196,171,193);
    display: flex;
    align-items: center;
    padding: 2px 5px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
}.our-info-BiqX6o .ask-question-5ljuMF span span a svg {
    width: 16px;
    height: 16px;
    opacity: 0.8;
    margin-right: 5px;
}.our-info-BiqX6o .ask-question-5ljuMF span span a::before {
    transform-origin: right;
    content: '';
    left: 0;
    background: rgb(196,171,193);
    height: 1px;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: 0;
    width: 100%;
}.our-info-BiqX6o .get-contactpanel-oxehLq {
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    grid-column: 1 / -1;
    padding: 30px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}.our-info-BiqX6o .get-contactpanel-oxehLq::before {
    top: 0;
    background: 
        linear-gradient(45deg, transparent 98%, rgb(196,171,193,0.5) 98%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 98%, rgb(168,107,158,0.5) 98%) 0 0 / 20px 20px;
    left: 0;
    content: '';
    height: 100%;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}.our-info-BiqX6o .get-contactpanel-oxehLq h4 {
    margin-bottom: 20px;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
    display: flex;
    color: rgb(196,171,193);
    letter-spacing: 0.5px;
}.our-info-BiqX6o .get-contactpanel-oxehLq h4::before {
    border-radius: 10px;
    height: 100%;
    background: rgb(196,171,193);
    width: 4px;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
}.our-info-BiqX6o .get-contactpanel-oxehLq h4 svg {
    width: 22px;
    margin-right: 10px;
    fill: rgb(196,171,193);
    height: 22px;
}.our-info-BiqX6o .get-contactpanel-oxehLq h4 svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
}.our-info-BiqX6o .get-contactpanel-oxehLq span {
    align-items: center;
    display: flex;
    background: rgb(227,221,227);
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 12px 15px;
    color: #000000;
    position: relative;
    z-index: 1;
    font-size: 14px;
    margin-bottom: 8px;
}.our-info-BiqX6o .get-contactpanel-oxehLq span svg {
    margin-right: 8px;
    height: 16px;
    transition: all 0.3s ease;
    fill: rgb(168,107,158);
    width: 16px;
}.our-info-BiqX6o .get-contactpanel-oxehLq span svg path {
    stroke: #ffffff;
    stroke-width: 0.3;
}
@media (max-width: 991px) {.our-info-BiqX6o {
    padding: 70px 0;
}.our-info-BiqX6o .help-desk-PdrZEC {
    padding: 40px;
}.our-info-BiqX6o h3 {
    font-size: calc(34px - 0.2rem);
}.our-info-BiqX6o .ask-question-5ljuMF {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.our-info-BiqX6o .get-contactpanel-oxehLq {
    padding: 25px;
}.our-info-BiqX6o .ask-question-5ljuMF span svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}
}
@media (max-width: 767px) {.our-info-BiqX6o {
    padding: 50px 0;
}.our-info-BiqX6o .help-desk-PdrZEC {
    padding: 30px;
}.our-info-BiqX6o h3 {
    font-size: calc(34px - 0.3rem);
}.our-info-BiqX6o .edu-help-0cVpNf {
    padding: 12px;
    margin-bottom: 30px;
}.our-info-BiqX6o .ask-question-5ljuMF {
    grid-template-columns: 1fr;
    gap: 15px;
}.our-info-BiqX6o .ask-question-5ljuMF span {
    padding: 15px;
}.our-info-BiqX6o .get-contactpanel-oxehLq span {
    padding: 10px 12px;
}.our-info-BiqX6o .ask-question-5ljuMF span svg {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}
}
@media (max-width: 480px) {.our-info-BiqX6o {
    padding: 40px 0;
    border-radius: 10px;
}.our-info-BiqX6o .container {
    padding: 0 15px;
}.our-info-BiqX6o .help-desk-PdrZEC {
    padding: 25px 20px;
}.our-info-BiqX6o h3 {
    font-size: calc(34px - 0.4rem);
    margin-bottom: 20px;
}.our-info-BiqX6o .edu-help-0cVpNf {
    padding: 10px;
    margin-bottom: 25px;
    font-size: 14px;
}.our-info-BiqX6o .ask-question-5ljuMF span {
    padding: 12px;
}.our-info-BiqX6o .get-contactpanel-oxehLq {
    margin-top: 15px;
    padding: 20px 15px;
}.our-info-BiqX6o .get-contactpanel-oxehLq h4 {
    margin-bottom: 15px;
}.our-info-BiqX6o .get-contactpanel-oxehLq span {
    padding: 8px 10px;
    margin-bottom: 6px;
}.our-info-BiqX6o .ask-question-5ljuMF span svg {
    height: 14px;
    width: 14px;
    margin-right: 5px;
}.our-info-BiqX6o .get-contactpanel-oxehLq h4 svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}.our-info-BiqX6o .get-contactpanel-oxehLq span svg {
    height: 14px;
    margin-right: 6px;
    width: 14px;
}}.our-story-3MEJdD {
    padding: 80px 0;
    background: rgb(227,221,227);
    overflow: hidden;
    position: relative;
}.our-story-3MEJdD::before {
    top: -50px;
    width: 300px;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(15px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    opacity: 0.3;
    right: -50px;
    position: absolute;
    content: "";
    z-index: 0;
    background: linear-gradient(135deg, rgb(196,171,193,0.5), rgb(168,107,158,0.5));
    height: 300px;
}.our-story-3MEJdD::after {
    left: -50px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.2;
    z-index: 0;
    content: "";
    bottom: -100px;
    position: absolute;
    filter: blur(20px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    background: linear-gradient(225deg, rgb(168,107,158,0.5), rgb(196,171,193,0.5));
    width: 250px;
    height: 250px;
}.our-story-3MEJdD .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.our-story-3MEJdD h1 {
    color: #000000;
    font-size: 40px;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    text-align: left;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
}.our-story-3MEJdD h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
    left: 0;
    bottom: -10px;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 80px;
    position: absolute;
    height: 4px;
}.our-story-3MEJdD h1:hover::after {
    width: 120px;
}.our-story-3MEJdD .teach-method-OZsM5i {
    position: relative;
}.our-story-3MEJdD .teach-method-OZsM5i ul {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding: 0;
    gap: 30px;
    display: grid;
    margin: 0;
}.our-story-3MEJdD .proof-stats-SCmYcE {
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    padding: 30px;
    box-shadow: 9px 9px 16px rgba(0,0,0,0.05), 
                -9px -9px 16px rgba(255,255,255,0.8), 
                inset 3px 3px 7px rgba(0,0,0,0.05),
                inset -3px -3px 7px rgba(255,255,255,0.7);
    border-radius: 2px;
}.our-story-3MEJdD .proof-stats-SCmYcE:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 12px 12px 20px rgba(0,0,0,0.07), 
                -12px -12px 20px rgba(255,255,255,0.9), 
                inset 2px 2px 5px rgba(0,0,0,0.03),
                inset -2px -2px 5px rgba(255,255,255,0.5);
}.our-story-3MEJdD .proof-stats-SCmYcE::before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(196,171,193), rgb(168,107,158));
    width: 5px;
    content: "";
    height: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.our-story-3MEJdD .proof-stats-SCmYcE:hover::before {
    height: 100%;
}.our-story-3MEJdD .proof-stats-SCmYcE h4 {
    padding-left: 10px;
    transition: transform 0.3s ease, color 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: #000000;
    margin-top: 0;
    position: relative;
}.our-story-3MEJdD .proof-stats-SCmYcE:hover h4 {
    color: rgb(196,171,193);
    transform: translateX(5px);
}.our-story-3MEJdD .proof-stats-SCmYcE div {
    line-height: 1.7;
    max-height: 250px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-right: 10px;
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
    overflow-y: auto;
    padding-left: 10px;
}.our-story-3MEJdD .proof-stats-SCmYcE div::-webkit-scrollbar {
    width: 5px;
}.our-story-3MEJdD .proof-stats-SCmYcE div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 1px;
}.our-story-3MEJdD .proof-stats-SCmYcE div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(196,171,193,0.5), rgb(168,107,158,0.5));
    border-radius: 1px;
}.our-story-3MEJdD .proof-stats-SCmYcE:hover div {
    color: #000000;
}

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

@media (max-width: 992px) {.our-story-3MEJdD {
    padding: 60px 0;
}.our-story-3MEJdD h1 {
    text-align: center;
}.our-story-3MEJdD h1::after {
    left: 50%;
    transform: translateX(-50%);
}.our-story-3MEJdD .teach-method-OZsM5i ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.our-story-3MEJdD {
    padding: 40px 0;
}.our-story-3MEJdD .proof-stats-SCmYcE {
    padding: 25px 20px;
}.our-story-3MEJdD .proof-stats-SCmYcE div {
    max-height: 200px;
}
}

@media (max-width: 480px) {.our-story-3MEJdD h1 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.85);
}.our-story-3MEJdD .proof-stats-SCmYcE {
    padding: 20px 15px;
}.our-story-3MEJdD .proof-stats-SCmYcE h4 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.our-story-3MEJdD .proof-stats-SCmYcE div {
    font-size: calc(13px * 0.95);
    max-height: 180px;
}}.contact-panel-SkEoxq {
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(227,221,227);
    position: relative;
}.contact-panel-SkEoxq::before {
    width: 100%;
    background: linear-gradient(120deg, rgb(196,171,193,0.5) 0%, transparent 75%);
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.15;
    left: 0;
    top: 0;
}.contact-panel-SkEoxq::after {
    background: linear-gradient(240deg, rgb(168,107,158,0.5) 0%, transparent 70%);
    width: 70%;
    content: "";
    right: 0;
    bottom: 0;
    opacity: 0.1;
    height: 70%;
    position: absolute;
}.contact-panel-SkEoxq .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 1;
}.contact-panel-SkEoxq h2 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}.contact-panel-SkEoxq .reach-panel-WydmRe {
    border-radius: 23px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-top: 50px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.contact-panel-SkEoxq .pic-holder-zNncUo {
    position: relative;
    overflow: hidden;
    flex: 0 0 40%;
    min-height: 500px;
}.contact-panel-SkEoxq .pic-holder-zNncUo::after {
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
}.contact-panel-SkEoxq .support-form-WK35gy {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}.contact-panel-SkEoxq .support-form-WK35gy::before {
    content: "";
    border-radius: 2.5px;
    left: 0;
    height: calc(100% - 80px);
    background: linear-gradient(to bottom, rgb(196,171,193), rgb(168,107,158));
    position: absolute;
    width: 5px;
    top: 40px;
}.contact-panel-SkEoxq form {
    width: 100%;
    padding-left: 25px;
}.contact-panel-SkEoxq form h3 {
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
}.contact-panel-SkEoxq form input[type="text"] {
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 18px;
    padding: 18px 25px;
    margin-bottom: 20px;
    background: rgb(227,221,227);
    border: none;
}.contact-panel-SkEoxq form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(196,171,193,0.5);
    background: rgba(rgb(196,171,193), 0.05);
}.contact-panel-SkEoxq form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact-panel-SkEoxq .support-section-aPuz24 {
    margin: 10px 0 30px;
    align-items: flex-start;
    display: flex;
}.contact-panel-SkEoxq .support-section-aPuz24 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-panel-SkEoxq .support-section-aPuz24 label {
    position: relative;
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    font-size: 13px;
}.contact-panel-SkEoxq .support-section-aPuz24 label::before {
    left: 0;
    border: 2px solid rgb(196,171,193,0.5);
    transition: all 0.2s ease;
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 22px;
    top: 2px;
    height: 22px;
}.contact-panel-SkEoxq .support-section-aPuz24 input[type="checkbox"]:checked + label::before {
    background-color: rgb(196,171,193);
    border-color: rgb(196,171,193);
}.contact-panel-SkEoxq .support-section-aPuz24 input[type="checkbox"]:checked + label::after {
    content: "";
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    height: 11px;
    width: 6px;
    top: 9px;
    left: 8px;
}.contact-panel-SkEoxq .support-section-aPuz24 label a {
    color: rgb(196,171,193);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-panel-SkEoxq .support-section-aPuz24 label a:hover {
    color: rgb(168,107,158);
    text-decoration: underline;
}.contact-panel-SkEoxq form .request-card-PX5A7D {
    font-weight: 600;
    background: linear-gradient(45deg, rgb(196,171,193), rgb(168,107,158));
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 15px 35px;
    border: none;
    color: #ffffff;
    position: relative;
    font-size: 18px;
}.contact-panel-SkEoxq form .request-card-PX5A7D::before {
    left: -10%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 120%;
    transform: rotate(45deg) translateX(-200%);
    width: 120%;
    top: -10%;
    position: absolute;
    transition: all 0.4s ease;
}.contact-panel-SkEoxq form .request-card-PX5A7D:hover {
    box-shadow: 0 8px 15px rgba(rgb(196,171,193), 0.3);
    transform: translateY(-2px);
}.contact-panel-SkEoxq form .request-card-PX5A7D:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact-panel-SkEoxq svg {
    fill: rgb(196,171,193);
    height: 22px;
    width: 22px;
}.contact-panel-SkEoxq svg path {
    fill: rgb(196,171,193);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact-panel-SkEoxq .support-form-WK35gy {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact-panel-SkEoxq .pic-holder-zNncUo {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-panel-SkEoxq .support-form-WK35gy {
    flex: 0 0 100%;
}.contact-panel-SkEoxq .support-form-WK35gy::before {
    top: 0;
    width: calc(100% - 80px);
    height: 5px;
    left: 40px;
    background: linear-gradient(to right, rgb(196,171,193), rgb(168,107,158));
}.contact-panel-SkEoxq form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.contact-panel-SkEoxq {
    padding: 70px 0;
}.contact-panel-SkEoxq .pic-holder-zNncUo {
    min-height: 250px;
}.contact-panel-SkEoxq .support-form-WK35gy {
    padding: 40px 30px;
}.contact-panel-SkEoxq .support-form-WK35gy::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.contact-panel-SkEoxq {
    padding: 50px 0;
}.contact-panel-SkEoxq h2 {
    font-size: calc(37px * 0.8);
}.contact-panel-SkEoxq .pic-holder-zNncUo {
    min-height: 200px;
}.contact-panel-SkEoxq .support-form-WK35gy {
    padding: 30px 20px;
}.contact-panel-SkEoxq .support-form-WK35gy::before {
    width: calc(100% - 40px);
    left: 20px;
}.contact-panel-SkEoxq form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.contact-panel-SkEoxq form input[type="text"] {
    padding: 15px 20px;
}.contact-panel-SkEoxq form .request-card-PX5A7D {
    width: 100%;
    text-align: center;
}}footer {
    width: 100%;
    position: relative;
}footer .workshop-cta-BnUfWE {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: #2c3e50;
    padding: 100px 0 30px;
}footer .workshop-cta-BnUfWE::before {
    position: absolute;
    height: 100%;
    opacity: 0.1;
    background-size: 60px 60px;
    width: 100%;
    content: "";
    top: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    left: 0;
}footer .partner-logo-8GhxBr {
    z-index: 1;
    position: relative;
}footer .reach-help-DgiXHP {
    display: grid;
    margin: -70px auto 60px;
    gap: 15px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .info_item {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 0 20px;
    display: flex;
    height: 100px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    left: 0;
    top: 25%;
    width: 6px;
    background-color: rgb(196,171,193);
    position: absolute;
    transition: height 0.3s ease, top 0.3s ease;
    content: "";
    height: 50%;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    position: relative;
    z-index: 1;
    height: 22px;
    margin-right: 15px;
    width: 22px;
    fill: rgb(196,171,193);
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    color: #2c3e50;
    font-size: 12px;
}footer .info_item a:hover {
    color: rgb(196,171,193);
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}footer .head-info-TVabUZ, footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 29px;
    position: relative;
}footer .head-info-TVabUZ:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .nav-class-CTfR01 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 20px;
}footer .head-info-TVabUZ svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .law-res-NXQC5j {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.6;
}footer .nav-class-CTfR01 h5 {
    grid-column: 1 / -1;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
}footer .nav-class-CTfR01 h5::after {
    position: absolute;
    left: 0;
    background-color: rgb(196,171,193);
    height: 2px;
    content: "";
    bottom: 0;
    width: 50px;
}footer .top-info-zUvNZf {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 29px;
    height: 100%;
    transition: all 0.3s ease;
}footer .top-info-zUvNZf:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .top-info-zUvNZf a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease;
}footer .top-info-zUvNZf a:last-child {
    border-bottom: none;
}footer .top-info-zUvNZf a::before {
    content: "→";
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    right: 0;
    transform: translateX(-10px);
}footer .top-info-zUvNZf a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .top-info-zUvNZf a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    background-color: rgb(196,171,193);
    position: absolute;
    width: 50px;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
}footer .subscribe_holder p {
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(196,171,193);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .news-alert-1Tjnvl {
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 15px;
    background-color: rgb(196,171,193);
    font-weight: 600;
    border-radius: 10px;
    border: none;
    font-size: 15px;
}footer .news-alert-1Tjnvl:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(168,107,158);
}footer .data-viz-MYOSCP {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .tutor-match-NStj29 {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .news-alert-1Tjnvl {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .nav-class-CTfR01 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .workshop-cta-BnUfWE {
    padding: 70px 0 30px;
}footer .reach-help-DgiXHP {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .head-info-TVabUZ, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav-class-CTfR01 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .data-viz-MYOSCP {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .workshop-cta-BnUfWE {
    padding: 50px 0 20px;
}footer .top-info-zUvNZf {
    padding: 15px;
}footer .nav-class-CTfR01 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .input_holder input[type="email"],
    footer .news-alert-1Tjnvl {
    padding: 12px;
}}.teacher-profile-aZkgJP {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(227,221,227) 0%, rgb(168,107,158,0.5) 100%);
    padding: 120px 0;
}.teacher-profile-aZkgJP::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(196,171,193,0.5) 49.5%, rgb(196,171,193,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(196,171,193,0.5) 49.5%, rgb(196,171,193,0.5) 50.5%, transparent 50.5%);
    top: 0;
    opacity: 0.07;
    background-size: 40px 40px;
    content: "";
}.teacher-profile-aZkgJP::after {
    position: absolute;
    left: 0;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(196,171,193,0.5) 40px,
            rgb(196,171,193,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(196,171,193,0.5) 60px,
            rgb(196,171,193,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(196,171,193,0.5) 80px,
            rgb(196,171,193,0.5) 81px
        );
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.04;
    width: 100%;
}.teacher-profile-aZkgJP .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    background: #ffffff;
    padding: 50px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    gap: 40px;
    display: grid;
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk::before {
    height: 6px;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(196,171,193) 0%,
        rgb(168,107,158) 100%
    );
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk::after {
    height: 1px;
    top: 6px;
    content: "";
    animation: scanner 4s linear infinite;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(196,171,193,0.5) 0%,
        transparent 20%,
        rgb(196,171,193,0.5) 40%,
        transparent 60%,
        rgb(168,107,158,0.5) 80%,
        transparent 100%
    );
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.teacher-profile-aZkgJP .pic-holder-zNncUo {
    border-radius: 0;
    height: 100%;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    position: relative;
    min-height: 360px;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}.teacher-profile-aZkgJP .pic-holder-zNncUo::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}.teacher-profile-aZkgJP .pic-holder-zNncUo::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    height: 100%;
    width: 100%;
    z-index: 2;
}.teacher-profile-aZkgJP .name {
    margin-bottom: 12px;
    color: #000000;
    position: relative;
    padding-left: 16px;
    border-left: 4px solid rgb(196,171,193);
    line-height: 1.2;
    font-size: 30px;
    font-weight: 700;
}.teacher-profile-aZkgJP .name::before {
    position: absolute;
    background: rgb(168,107,158);
    transition: height 0.5s ease;
    left: -4px;
    width: 4px;
    content: "";
    height: 0;
    top: 0;
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk:hover .name::before {
    height: 100%;
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk span:not(.name) {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    padding: 6px 12px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 3px;
    margin-bottom: 25px;
    background: rgb(227,221,227);
    display: inline-block;
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk span:not(.name)::after {
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    background: rgb(196,171,193);
    bottom: 0;
    height: 2px;
    position: absolute;
    content: "";
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk:hover span:not(.name)::after {
    width: 100%;
}.teacher-profile-aZkgJP .emp-progress-LA8aWQ {
    border-left: 1px solid rgb(196,171,193);
    margin: 0;
    border-radius: 10px;
    line-height: 1.8;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    background: linear-gradient(
        to right,
        rgb(227,221,227) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    position: relative;
    font-size: 17px;
    color: #000000;
}.teacher-profile-aZkgJP .emp-progress-LA8aWQ::before {
    content: "";
    opacity: 0.6;
    border-left: 2px solid rgb(196,171,193);
    top: 15px;
    position: absolute;
    height: 12px;
    left: 12px;
    width: 12px;
    border-top: 2px solid rgb(196,171,193);
}.teacher-profile-aZkgJP .emp-progress-LA8aWQ::after {
    bottom: 15px;
    border-bottom: 2px solid rgb(168,107,158);
    opacity: 0.6;
    width: 12px;
    border-right: 2px solid rgb(168,107,158);
    position: absolute;
    height: 12px;
    right: 12px;
    content: "";
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk:hover .pic-holder-zNncUo {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.teacher-profile-aZkgJP {
    padding: 90px 0;
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk {
    gap: 30px;
    padding: 40px 30px;
}.teacher-profile-aZkgJP .pic-holder-zNncUo {
    min-height: 320px;
}.teacher-profile-aZkgJP .emp-progress-LA8aWQ {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.teacher-profile-aZkgJP {
    padding: 70px 0;
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 35px 25px;
    gap: 25px;
}.teacher-profile-aZkgJP .pic-holder-zNncUo {
    min-height: 280px;
}.teacher-profile-aZkgJP .name {
    font-size: calc(30px * 0.9);
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(21px * 0.95);
}.teacher-profile-aZkgJP .emp-progress-LA8aWQ {
    padding: 18px 22px;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 575px) {.teacher-profile-aZkgJP {
    padding: 50px 0;
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk {
    gap: 20px;
    padding: 30px 20px;
}.teacher-profile-aZkgJP .pic-holder-zNncUo {
    min-height: 220px;
}.teacher-profile-aZkgJP .name {
    padding-left: 12px;
    font-size: calc(30px * 0.8);
}.teacher-profile-aZkgJP .edu-testimonials-6StHFk span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
    padding: 4px 10px;
}.teacher-profile-aZkgJP .emp-progress-LA8aWQ {
    font-size: calc(17px * 0.9);
    padding: 15px 18px;
}}.price-table-DjAZ7b {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
}.price-table-DjAZ7b::before {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
    height: 100%;
    content: "";
    position: absolute;
}.price-table-DjAZ7b .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.price-deals-F3iBWU {
    position: relative;
}.price-table-DjAZ7b h2 {
    background-clip: text !important;
    font-size: 38px;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(168,107,158) 0%, rgb(196,171,193) 100%);
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    transform: translateX(-50%);
    color: transparent;
    left: 50%;
    display: inline-block;
    -webkit-background-clip: text !important;
}.price-table-DjAZ7b h2::after {
    left: 50%;
    height: 3px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,107,158), rgb(196,171,193));
}.price-table-DjAZ7b .cert-fees-3bixGe {
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: calc(13px + 2px);
    color: #ffffff;
    text-align: center;
    opacity: 0.9;
}.price-table-DjAZ7b .skill-pricing-69PSmN {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    display: grid;
    perspective: 1000px;
}.price-table-DjAZ7b .skill-pricing-69PSmN li {
    transition: transform 0.3s ease-out;
    transform-style: preserve-3d;
}.price-table-DjAZ7b .skill-pricing-69PSmN li:hover {
    transform: translateY(-10px) scale(1.02);
}.price-table-DjAZ7b .basic-cost-MtYS3n {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    display: block;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price-table-DjAZ7b .basic-cost-MtYS3n::before {
    opacity: 0;
    content: "";
    background: linear-gradient(135deg, rgb(168,107,158,0.5), rgb(196,171,193,0.5));
    z-index: -1;
    top: 0;
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.price-table-DjAZ7b .basic-cost-MtYS3n:hover::before {
    opacity: 0.15;
}.price-table-DjAZ7b .basic-cost-MtYS3n::after {
    left: -50%;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: scale(0.5);
    height: 200%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 200%;
    pointer-events: none;
    position: absolute;
    top: -50%;
    opacity: 0;
}.price-table-DjAZ7b .basic-cost-MtYS3n:hover::after {
    opacity: 1;
    transform: scale(1);
}.price-table-DjAZ7b .rate-card-Inf28k {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    min-height: 500px;
}.price-table-DjAZ7b .learn-price-CenIHw {
    position: relative;
    z-index: 2;
}.price-table-DjAZ7b .learn-price-CenIHw h4 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    transform-origin: left center;
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(23px + 2px);
}.price-table-DjAZ7b .basic-cost-MtYS3n:hover .learn-price-CenIHw h4 {
    color: rgb(168,107,158);
    transform: translateX(5px);
}.price-table-DjAZ7b .learn-price-CenIHw h4::after {
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    width: 0;
    bottom: -8px;
    background: rgb(168,107,158);
    left: 0;
    content: "";
}.price-table-DjAZ7b .basic-cost-MtYS3n:hover .learn-price-CenIHw h4::after {
    width: 50px;
}.price-table-DjAZ7b .learn-price-CenIHw p {
    line-height: 1.7;
    word-wrap: break-word;
    scrollbar-color: rgb(168,107,158) rgba(255, 255, 255, 0.1);
    overflow: auto;
    overflow-wrap: break-word;
    scrollbar-width: thin;
    max-height: 250px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    hyphens: auto;
    margin-bottom: 25px;
}.price-table-DjAZ7b .learn-price-CenIHw p::-webkit-scrollbar {
    width: 4px;
}.price-table-DjAZ7b .learn-price-CenIHw p::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}.price-table-DjAZ7b .learn-price-CenIHw p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(168,107,158);
}.price-table-DjAZ7b .plan-deals-z4pLmU {
    margin-top: 15px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    -webkit-background-clip: text !important;
    transition: transform 0.3s ease;
    color: #ffffff;
    color: transparent;
    background: linear-gradient(135deg, rgb(168,107,158) 0%, rgb(196,171,193) 100%);
    background-clip: text !important;
    font-size: calc(23px + 6px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}.price-table-DjAZ7b .basic-cost-MtYS3n:hover .plan-deals-z4pLmU {
    transform: scale(1.05);
}.price-table-DjAZ7b .plan-deals-z4pLmU::before {
    background: linear-gradient(90deg, rgb(168,107,158), transparent);
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
}

@media (max-width: 1200px) {.price-table-DjAZ7b {
    padding: 100px 0;
}.price-table-DjAZ7b .skill-pricing-69PSmN {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.price-table-DjAZ7b .rate-card-Inf28k {
    padding: 30px 25px;
    min-height: 450px;
}.price-table-DjAZ7b .plan-deals-z4pLmU {
    font-size: calc(23px + 4px);
}
}

@media (max-width: 991px) {.price-table-DjAZ7b {
    padding: 80px 0;
}.price-table-DjAZ7b h2 {
    font-size: calc(38px - 4px);
}.price-table-DjAZ7b .cert-fees-3bixGe {
    font-size: 13px;
    margin-bottom: 40px;
}.price-table-DjAZ7b .skill-pricing-69PSmN {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
}

@media (max-width: 767px) {.price-table-DjAZ7b {
    padding: 60px 0;
}.price-table-DjAZ7b h2 {
    font-size: calc(38px - 6px);
}.price-table-DjAZ7b .skill-pricing-69PSmN {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price-table-DjAZ7b .rate-card-Inf28k {
    min-height: auto;
    padding: 25px 20px;
}.price-table-DjAZ7b .learn-price-CenIHw p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.price-table-DjAZ7b {
    padding: 50px 0;
}.price-table-DjAZ7b h2 {
    font-size: calc(38px - 8px);
}.price-table-DjAZ7b .cert-fees-3bixGe {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.price-table-DjAZ7b .learn-price-CenIHw h4 {
    font-size: 23px;
}.price-table-DjAZ7b .learn-price-CenIHw p {
    font-size: calc(13px - 1px);
}.price-table-DjAZ7b .plan-deals-z4pLmU {
    font-size: calc(23px + 2px);
}}.program-assets-oxO6QA {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgb(196,171,193,0.5) 100%);
    overflow: hidden;
}.program-assets-oxO6QA::before {
    position: absolute;
    z-index: 1;
    transform: rotate(-10deg);
    background: rgb(168,107,158,0.5);
    height: 70%;
    content: "";
    width: 120%;
    left: -5%;
    top: -10%;
}.program-assets-oxO6QA .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.program-assets-oxO6QA .learn-pro-oHhkBZ {
    display: flex;
    flex-direction: row-reverse;
    transition: transform 0.5s ease;
    justify-content: space-between;
    transform: perspective(1000px) rotateY(-5deg);
    align-items: center;
}.program-assets-oxO6QA .learn-pro-oHhkBZ:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program-assets-oxO6QA .pic-holder-zNncUo {
    box-shadow: 20px 20px 0 rgb(168,107,158,0.5), -20px -20px 0 rgb(196,171,193,0.5);
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    transform: rotate(-3deg);
    border-radius: 27px;
    width: 45%;
    transition: all 0.5s ease;
}.program-assets-oxO6QA .pic-holder-zNncUo:hover {
    box-shadow: 15px 15px 0 rgb(168,107,158), -15px -15px 0 rgb(196,171,193);
    transform: rotate(0deg) scale(1.02);
}.program-assets-oxO6QA .content-frame-0bOVDC {
    padding: 30px;
    border-radius: 27px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    width: 50%;
    transform: translateX(-30px) rotate(2deg);
    background: linear-gradient(45deg, #ffffff 0%, rgb(227,221,227) 100%);
    transition: all 0.4s ease;
}.program-assets-oxO6QA .content-frame-0bOVDC:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    transform: translateX(-20px) rotate(0deg);
}.program-assets-oxO6QA h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    font-size: 38px;
}.program-assets-oxO6QA h3::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 80px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
    height: 4px;
}.program-assets-oxO6QA ul {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
}.program-assets-oxO6QA li {
    transform-origin: left;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(to right, #ffffff 0%, rgb(227,221,227) 100%);
    padding: 10px 15px;
}.program-assets-oxO6QA li:nth-child(odd) {
    transform: translateX(-10px);
}.program-assets-oxO6QA li:nth-child(even) {
    transform: translateX(10px);
}.program-assets-oxO6QA li:hover {
    background: linear-gradient(to right, #ffffff 0%, rgb(196,171,193,0.5) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateX(0) scale(1.02);
}.program-assets-oxO6QA li p {
    font-size: 14px;
    align-items: center;
    color: #000000;
    transition: color 0.3s ease;
    margin: 0;
    font-weight: 400;
    display: flex;
}.program-assets-oxO6QA li:hover p {
    color: #000000;
}.program-assets-oxO6QA svg {
    transition: transform 0.3s ease;
    width: 24px;
    fill: rgb(196,171,193);
    margin-right: 10px;
    height: 24px;
}.program-assets-oxO6QA li:hover svg {
    fill: rgb(168,107,158);
    transform: scale(1.2) rotate(10deg);
}

@media (max-width: 991px) {.program-assets-oxO6QA {
    padding: 60px 0;
}.program-assets-oxO6QA .learn-pro-oHhkBZ {
    transform: perspective(1000px) rotateY(0deg);
    flex-direction: column;
}.program-assets-oxO6QA .pic-holder-zNncUo {
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    margin-bottom: 30px;
    width: 80%;
}.program-assets-oxO6QA .content-frame-0bOVDC {
    transform: translateX(0) rotate(0deg);
    width: 90%;
}.program-assets-oxO6QA li:nth-child(odd),
    .program-assets-oxO6QA li:nth-child(even) {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.program-assets-oxO6QA {
    padding: 40px 0;
}.program-assets-oxO6QA::before {
    height: 50%;
}.program-assets-oxO6QA .pic-holder-zNncUo {
    box-shadow: 10px 10px 0 rgb(168,107,158,0.5), -10px -10px 0 rgb(196,171,193,0.5);
    width: 100%;
}.program-assets-oxO6QA .content-frame-0bOVDC {
    padding: 20px;
    width: 100%;
}.program-assets-oxO6QA h3 {
    margin-bottom: 20px;
    font-size: calc(38px - 0.2rem);
}.program-assets-oxO6QA ul {
    gap: 15px;
}}.gratWrapper-o5cOea {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.gratWrapper-o5cOea::before {
    left: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(196,171,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(168,107,158,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    opacity: 0.1;
    animation: ambientGlow 15s infinite alternate ease-in-out;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 0;
}.gratWrapper-o5cOea::after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(196,171,193), rgb(168,107,158), transparent);
    left: 0;
    height: 3px;
    bottom: 0;
}.gratWrapper-o5cOea .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.gratWrapper-o5cOea h2 {
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    opacity: 0;
    text-align: center;
    font-size: 35px;
    transform: translateY(20px);
}.gratWrapper-o5cOea h2::after {
    left: 50%;
    content: "";
    position: absolute;
    bottom: -15px;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
}.gratWrapper-o5cOea .learn-pro-oHhkBZ {
    background: #ffffff;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(30px);
    overflow: hidden;
    padding: 40px;
    opacity: 0;
    border-radius: 20px;
    position: relative;
}.gratWrapper-o5cOea .learn-pro-oHhkBZ::before {
    background: linear-gradient(to bottom, rgb(196,171,193), rgb(168,107,158));
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 5px;
}.gratWrapper-o5cOea .learn-pro-oHhkBZ::after {
    height: 100%;
    top: 0;
    pointer-events: none;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    content: "";
    width: 40%;
    position: absolute;
}.gratWrapper-o5cOea .learn-pro-oHhkBZ:hover {
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
    transform: translateY(27px);
}.gratWrapper-o5cOea ul {
    list-style: none;
    z-index: 2;
    padding: 0;
    position: relative;
    margin: 0;
}.gratWrapper-o5cOea li {
    position: relative;
    padding-left: 25px;
}.gratWrapper-o5cOea li::before {
    left: 0;
    position: absolute;
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    width: 8px;
    height: 8px;
    transform: scale(0);
    border-radius: 50%;
    background: rgb(196,171,193);
    top: 10px;
    content: "";
}.gratWrapper-o5cOea span {
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    position: relative;
    line-height: 1.8;
    display: block;
    font-size: 16px;
    transform: translateX(20px);
    opacity: 0;
    color: #000000;
    font-family: Arial, sans-serif;
}.gratWrapper-o5cOea span::after {
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(196,171,193,0.5), transparent);
    bottom: -15px;
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    left: 0;
    content: "";
    position: absolute;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

@media (max-width: 991px) {.gratWrapper-o5cOea {
    padding: 90px 0;
}.gratWrapper-o5cOea h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 35px;
}.gratWrapper-o5cOea .learn-pro-oHhkBZ {
    padding: 35px;
}.gratWrapper-o5cOea .learn-pro-oHhkBZ::after {
    width: 30%;
}
}

@media (max-width: 767px) {.gratWrapper-o5cOea {
    padding: 70px 0;
}.gratWrapper-o5cOea h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.gratWrapper-o5cOea h2::after {
    bottom: -12px;
    width: 60px;
}.gratWrapper-o5cOea .learn-pro-oHhkBZ {
    padding: 30px 25px;
}.gratWrapper-o5cOea .learn-pro-oHhkBZ::after {
    display: none;
}.gratWrapper-o5cOea span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.gratWrapper-o5cOea {
    padding: 50px 0;
}.gratWrapper-o5cOea h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 25px;
}.gratWrapper-o5cOea .learn-pro-oHhkBZ {
    border-radius: 10px;
    padding: 25px 20px;
}.gratWrapper-o5cOea li {
    padding-left: 20px;
}.gratWrapper-o5cOea li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.gratWrapper-o5cOea span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.title-greeting-e5Anzi {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgba(245, 247, 252, 0.95) 100%);
}.title-greeting-e5Anzi::before {
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgba(94, 170, 168, 0.05) 0%, transparent 40%);
    left: 0;
}.title-greeting-e5Anzi h1 {
    opacity: 1;
    position: relative;
    letter-spacing: 0.05em;
    z-index: 2;
    font-size: calc(18px * 1.2);
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s ease;
    transform: translateY(0);
    font-weight: 600;
    color: rgb(168,107,158);
    margin-bottom: 2rem;
}.title-greeting-e5Anzi:hover h1 {
    transform: translateY(-5px);
}.title-greeting-e5Anzi .learn-pro-oHhkBZ {
    position: relative;
    flex-direction: column-reverse;
    gap: 3rem;
    z-index: 2;
    display: flex;
}.title-greeting-e5Anzi .content-frame-0bOVDC {
    transform: perspective(1000px) rotateY(0deg);
    flex: 1;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 3;
}.title-greeting-e5Anzi .content-frame-0bOVDC ol {
    list-style: none;
    flex-direction: column;
    perspective: 1000px;
    display: flex;
    margin: 0;
    gap: 2.5rem;
    padding: 0;
}.title-greeting-e5Anzi .content-frame-0bOVDC li {
    transition: transform 0.5s ease;
    transform: translateZ(0);
    perspective: 1000px;
    transform-style: preserve-3d;
}.title-greeting-e5Anzi .content-frame-0bOVDC li:hover {
    transform: translateZ(15px);
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl {
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    padding: 1rem;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    box-shadow: 0 15px 35px -10px rgba(94, 170, 168, 0.15);
    transform: translateZ(-10px);
    border-radius: 2px;
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(20px);
    width: 100px;
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
    height: 100px;
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl:hover svg {
    transform: translateZ(30px) scale(1.05);
}.title-greeting-e5Anzi svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,107,158);
}.title-greeting-e5Anzi svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl p {
    color: #000000;
    max-width: 95%;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    transform: translateZ(10px);
    transition: transform 0.4s ease;
}.title-greeting-e5Anzi .request-card-PX5A7D {
    font-size: 16px;
    background: linear-gradient(135deg, rgb(168,107,158) 0%, rgba(94, 170, 168, 0.85) 100%);
    isolation: isolate;
    position: relative;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
    padding: 1rem 2rem;
    display: inline-block;
    box-shadow: 0 8px 20px -6px rgba(94, 170, 168, 0.4);
    transform: translateZ(5px);
    font-weight: 600;
}.title-greeting-e5Anzi .request-card-PX5A7D::before {
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}.title-greeting-e5Anzi .request-card-PX5A7D:hover {
    transform: translateZ(15px) translateY(-2px);
    box-shadow: 0 12px 25px -5px rgba(94, 170, 168, 0.5);
}.title-greeting-e5Anzi .request-card-PX5A7D:hover::before {
    left: 100%;
}.title-greeting-e5Anzi .pic-holder-zNncUo {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.3);
    z-index: 2;
    transform-style: preserve-3d;
    width: 100%;
    border-radius: 4px;
    height: 300px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(0) rotateY(0);
    position: relative;
}.title-greeting-e5Anzi .pic-holder-zNncUo::before {
    transition: opacity 0.5s ease;
    background: linear-gradient(to bottom, 
        rgba(94, 170, 168, 0.2) 0%, 
        transparent 40%, 
        transparent 60%,
        rgba(94, 170, 168, 0.3) 100%);
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
    opacity: 0.7;
}.title-greeting-e5Anzi .pic-holder-zNncUo:hover {
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.title-greeting-e5Anzi .pic-holder-zNncUo:hover::before {
    opacity: 0.5;
}

@media (min-width: 768px) {.title-greeting-e5Anzi h1 {
    margin-bottom: 3rem;
    font-size: calc(36px * 0.7);
}.title-greeting-e5Anzi .learn-pro-oHhkBZ {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.title-greeting-e5Anzi .content-frame-0bOVDC {
    flex: 1;
}.title-greeting-e5Anzi .pic-holder-zNncUo {
    flex: 1;
    height: 400px;
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl {
    padding: 1.5rem;
    align-items: flex-start;
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl p {
    text-align: left;
}
}

@media (min-width: 992px) {.title-greeting-e5Anzi {
    padding: 150px 0 100px;
}.title-greeting-e5Anzi h1 {
    font-size: calc(36px * 0.8);
}.title-greeting-e5Anzi .learn-pro-oHhkBZ {
    gap: 6rem;
}.title-greeting-e5Anzi .pic-holder-zNncUo {
    height: 500px;
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl svg {
    width: 120px;
    height: 120px;
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl p {
    font-size: calc(14px * 1.1);
    max-width: 90%;
}.title-greeting-e5Anzi .request-card-PX5A7D {
    padding: 1.2rem 2.4rem;
}
}

@media (min-width: 1200px) {.title-greeting-e5Anzi .learn-pro-oHhkBZ {
    gap: 8rem;
}.title-greeting-e5Anzi .pic-holder-zNncUo {
    height: 550px;
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl p {
    max-width: 85%;
    font-size: calc(14px * 1.2);
}
}

@media (hover: hover) {.title-greeting-e5Anzi .learn-pro-oHhkBZ {
    will-change: transform;
}.title-greeting-e5Anzi .fast-knowledge-PJu4Fl p {
    will-change: transform;
}.title-greeting-e5Anzi .pic-holder-zNncUo {
    will-change: transform;
}
}

@media (prefers-reduced-motion: reduce) {.title-greeting-e5Anzi *,
    .title-greeting-e5Anzi *::before,
    .title-greeting-e5Anzi *::after {
    scroll-behavior: auto !important;
    animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
}
}