* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.wrap-structure-RC {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.workshop-cta-hY {
    flex: 0 0 auto;
}.top-base-4L {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1132px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.analysis-summary-bn {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    overflow: hidden;
    background: rgb(222,213,239);
}.analysis-summary-bn::before {
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(187,178,204,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(187,178,204,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(187,178,204,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(187,178,204,0.5) 75%);
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    opacity: 0.05;
}.analysis-summary-bn .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.analysis-summary-bn .knowledge-boosters-yj {
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 19px;
    position: relative;
    margin-bottom: 50px;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    z-index: 2;
    overflow: hidden;
}.analysis-summary-bn .knowledge-boosters-yj::before {
    width: 5px;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(187,178,204), rgb(150,140,166));
    left: 0;
    top: 0;
}.analysis-summary-bn .study-elevation-9y {
    padding-left: 20px;
    font-size: 37px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}.analysis-summary-bn .fast-statistics-8z {
    padding-left: 20px;
    font-size: 13px;
    margin: 0;
    line-height: 1.7;
    color: #000000;
}.analysis-summary-bn .extra-statistics-2f {
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 20px;
}.analysis-summary-bn .statistics-points-D1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.analysis-summary-bn .statistics-points-D1:nth-child(odd) {
    border-top: 3px solid rgb(187,178,204);
}.analysis-summary-bn .statistics-points-D1:nth-child(even) {
    border-top: 3px solid rgb(150,140,166);
}.analysis-summary-bn .statistics-points-D1:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.analysis-summary-bn .statistics-points-D1 h4 {
    transition: all 0.3s ease;
    color: rgb(187,178,204);
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 15px;
}.analysis-summary-bn .statistics-points-D1:nth-child(even) h4 {
    color: rgb(150,140,166);
}.analysis-summary-bn .statistics-points-D1 span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
    color: #000000;
    transition: all 0.3s ease;
}.analysis-summary-bn .statistics-points-D1::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgb(187,178,204,0.5) 0%, transparent 100%);
    height: 0;
    left: 0;
    transition: all 0.4s ease;
    content: "";
    z-index: -1;
    bottom: 0;
}.analysis-summary-bn .statistics-points-D1:nth-child(even)::after {
    background: linear-gradient(to top, rgb(150,140,166,0.5) 0%, transparent 100%);
}.analysis-summary-bn .statistics-points-D1:hover::after {
    height: 100%;
}.analysis-summary-bn svg {
    height: 40px;
    transition: all 0.3s ease;
    fill: rgb(187,178,204);
    width: 40px;
    margin-bottom: 15px;
}.analysis-summary-bn .statistics-points-D1:nth-child(even) svg {
    fill: rgb(150,140,166);
}.analysis-summary-bn svg path {
    fill: rgb(187,178,204);
    transition: all 0.3s ease;
}.analysis-summary-bn .statistics-points-D1:nth-child(even) svg path {
    fill: rgb(150,140,166);
}.analysis-summary-bn .statistics-points-D1:hover svg {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.analysis-summary-bn .extra-statistics-2f {
    grid-template-columns: repeat(3, 1fr);
}.analysis-summary-bn .statistics-points-D1 {
    padding: 25px 20px;
}.analysis-summary-bn .statistics-points-D1 h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 992px) {.analysis-summary-bn .knowledge-boosters-yj {
    padding: 30px;
}.analysis-summary-bn .extra-statistics-2f {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
}

@media (max-width: 768px) {.analysis-summary-bn {
    padding: 60px 0;
}.analysis-summary-bn .knowledge-boosters-yj {
    padding: 25px;
    margin-bottom: 30px;
}.analysis-summary-bn .study-elevation-9y {
    margin-bottom: 15px;
    font-size: calc(37px * 0.85);
}.analysis-summary-bn .fast-statistics-8z {
    font-size: calc(13px * 0.95);
}.analysis-summary-bn .statistics-points-D1 h4 {
    margin-bottom: 10px;
    font-size: 2rem;
}.analysis-summary-bn svg {
    height: 35px;
    width: 35px;
    margin-bottom: 10px;
}
}

@media (max-width: 576px) {.analysis-summary-bn {
    padding: 50px 0;
}.analysis-summary-bn .extra-statistics-2f {
    gap: 15px;
    grid-template-columns: 1fr;
}.analysis-summary-bn .statistics-points-D1 {
    padding: 20px 15px;
}.analysis-summary-bn .statistics-points-D1 h4 {
    font-size: 1.8rem;
}.analysis-summary-bn .statistics-points-D1 span {
    font-size: calc(13px * 0.85);
}.analysis-summary-bn .study-elevation-9y {
    font-size: calc(37px * 0.7);
}}.mentorship-profile-Fp {
    overflow: hidden;
    position: relative;
    background-color: rgb(222,213,239);
    padding: 6rem 2rem;
}.mentorship-profile-Fp::before {
    content: "";
    z-index: 1;
    top: 0;
    width: 40%;
    position: absolute;
    height: 100%;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(187,178,204,0.5));
}.mentorship-profile-Fp .client-sentiments-Np {
    display: flex;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    border-radius: 0;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
}.mentorship-profile-Fp .pic-border-W5 {
    transition: all 0.5s ease;
    height: 480px;
    width: 45%;
    position: relative;
    border-radius: 0;
    box-shadow: 15px 15px 0 rgb(187,178,204,0.5);
    transform: rotate(-2deg);
}.mentorship-profile-Fp .work-tasks-S0 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 55%;
    justify-content: center;
    padding: 3rem 0 3rem 4rem;
}.mentorship-profile-Fp .work-tasks-S0::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(150,140,166,0.5), transparent);
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    left: 2.5rem;
}.mentorship-profile-Fp .name {
    line-height: 1.1;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(39px * 1.2);
    font-weight: 700;
    color: #000000;
}.mentorship-profile-Fp .work-tasks-S0 > div:nth-child(2) {
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    padding: 0.5rem 1.5rem;
    font-size: 19px;
    background-color: rgb(150,140,166);
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    transform: translateX(-10px);
    font-weight: 600;
}.mentorship-profile-Fp .work-items-CI {
    max-width: 90%;
    color: #000000;
    padding-left: 0;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
}.mentorship-profile-Fp .work-items-CI::before {
    content: "";
    left: 0;
    width: 60px;
    height: 3px;
    position: absolute;
    background-color: rgb(187,178,204);
    top: -1.5rem;
}.mentorship-profile-Fp .client-sentiments-Np:hover .pic-border-W5 {
    box-shadow: 10px 10px 0 rgb(150,140,166);
    transform: rotate(0deg);
}

@media (max-width: 992px) {.mentorship-profile-Fp::before {
    height: 40%;
    width: 100%;
    top: 0;
    background: linear-gradient(180deg, rgb(187,178,204,0.5), transparent);
    right: 0;
}.mentorship-profile-Fp .client-sentiments-Np {
    flex-direction: column;
    max-width: 90%;
    align-items: center;
}.mentorship-profile-Fp .pic-border-W5 {
    height: 400px;
    width: 90%;
}.mentorship-profile-Fp .work-tasks-S0 {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.mentorship-profile-Fp .work-tasks-S0::before {
    display: none;
}.mentorship-profile-Fp .work-items-CI {
    max-width: 100%;
}
}

@media (max-width: 576px) {.mentorship-profile-Fp {
    padding: 4rem 1rem;
}.mentorship-profile-Fp .pic-border-W5 {
    height: 320px;
}.mentorship-profile-Fp .name {
    font-size: 29px;
}.mentorship-profile-Fp .work-tasks-S0 > div:nth-child(2) {
    font-size: 15px;
}.mentorship-profile-Fp .work-items-CI {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.privacy-section-BR {
    border: 2px solid rgb(187,178,204);
    align-items: center;
    color: #ffffff;
    overflow: hidden;
    flex-direction: column;
    font-family: Arial, sans-serif;
    display: flex;
    width: 100%;
    padding: 60px;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}.privacy-section-BR h1 {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 48px;
    color: rgb(187,178,204);
    border-bottom: 3px solid rgb(187,178,204);
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}.privacy-section-BR h2 {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: rgb(150,140,166);
    margin-top: 40px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    border-bottom: 2px solid rgb(150,140,166);
}.privacy-section-BR h3, .privacy-section-BR h4, .privacy-section-BR h5, .privacy-section-BR h6 {
    margin-bottom: 20px;
    font-weight: 600;
    width: 100%;
    margin-top: 30px;
    color: rgb(187,178,204);
    font-size: 18px;
    border-bottom: 1px solid rgb(187,178,204);
    padding-bottom: 5px;
    text-align: center;
}.privacy-section-BR li {
    border-left: 3px solid rgb(187,178,204);
    padding-left: 20px;
    color: #000000;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 400;
    position: relative;
}.privacy-section-BR section {
    box-shadow: 0 0 15px rgb(187,178,204,0.5);
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgb(187,178,204);
    text-align: center;
    width: 100%;
}.privacy-section-BR p, .privacy-section-BR span, .privacy-section-BR div {
    text-align: center;
    margin: 0 auto 15px auto;
    color: #000000;
    padding-bottom: 5px;
    font-weight: 300;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.privacy-section-BR {
    padding: 20px 10px;
}.privacy-section-BR h1 {
    width: 100%;
    font-size: calc(18px * 0.8);
}.privacy-section-BR h2 {
    width: 100%;
    font-size: calc(18px * 0.8);
}.privacy-section-BR h3, .privacy-section-BR h4, .privacy-section-BR h5, .privacy-section-BR h6 {
    width: 100%;
    font-size: calc(18px * 0.8);
}.privacy-section-BR p, .privacy-section-BR span, .privacy-section-BR div {
    width: 100%;
    font-size: calc(16px * 0.9);
}.privacy-section-BR ul, .privacy-section-BR ol {
    width: 100%;
}.privacy-section-BR section {
    width: 100%;
}}.title-opener-oz {
    height: 100vh;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    width: 100%;
}.title-opener-oz .start-home-PK {
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}.title-opener-oz .start-home-PK::before {
    content: "";
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 40%, 
        rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 2;
    top: 0;
}.title-opener-oz .start-home-PK::after {
    top: 0;
    mix-blend-mode: overlay;
    width: 100%;
    z-index: 3;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, 
        rgb(187,178,204,0.5) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(187,178,204,0.5) 100%);
}.title-opener-oz .training-track-Aq {
    grid-gap: 2rem;
    max-width: 1200px;
    transform: translateY(0);
    display: grid;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5rem;
    grid-template-columns: 1fr;
    align-content: center;
    z-index: 5;
    transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
}.title-opener-oz .training-track-Aq:hover {
    transform: translateY(-10px);
}.title-opener-oz .training-track-Aq > div {
    transform: translateX(-30px);
    animation: fadeSlideIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    opacity: 0;
}.title-opener-oz .training-track-Aq > div:nth-child(1) {
    animation-delay: 0.3s;
}.title-opener-oz .training-track-Aq > div:nth-child(2) {
    animation-delay: 0.6s;
}.title-opener-oz .training-track-Aq > div:nth-child(3) {
    animation-delay: 0.9s;
}.title-opener-oz .training-track-Aq > div::before {
    background: rgb(150,140,166);
    height: 0;
    animation-delay: inherit;
    left: -20px;
    animation: growLine 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    top: 50%;
    position: absolute;
    content: "";
    width: 4px;
    transform: translateY(-50%);
}.title-opener-oz .training-track-Aq p {
    backdrop-filter: blur(5px);
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    font-size: calc(16px * 1.2);
    text-transform: uppercase;
    background: rgba(rgb(150,140,166,0.5), 0.15);
    display: inline-block;
    padding: 0.5rem 1rem;
    border-left: 3px solid rgb(150,140,166);
}.title-opener-oz .title_style_header {
    color: transparent;
    background: linear-gradient(
        to right,
        #ffffff 30%,
        rgb(150,140,166) 100%
    );
    margin: 0;
    font-weight: 700;
    background-clip: text !important;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform-origin: left center;
    -webkit-background-clip: text !important;
    font-size: clamp(2.5rem, 5vw, 38px);
    line-height: 1.1;
}.title-opener-oz h3 {
    perspective: 1000px;
    margin: 0;
    position: relative;
    font-weight: 400;
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 0 10px 10px 0;
    font-size: calc(21px * 1.1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 700px;
    background: linear-gradient(135deg, 
        rgba(rgb(187,178,204,0.5), 0.2) 0%, 
        rgba(rgb(187,178,204,0.5), 0.05) 100%);
    transform-style: preserve-3d;
    border-left: 5px solid rgb(187,178,204);
    line-height: 1.5;
}.title-opener-oz h3::after {
    content: "";
    transform: translateZ(-10px);
    background: linear-gradient(to right, 
        transparent, 
        rgb(150,140,166), 
        transparent);
    right: 20px;
    width: 60%;
    position: absolute;
    bottom: -5px;
    height: 1px;
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes growLine {
    0% {
        height: 0;
    }
    100% {
        height: 70%;
    }
}

@media (max-width: 1200px) {.title-opener-oz .training-track-Aq {
    grid-gap: 1.5rem;
    padding: 4rem 3rem;
}.title-opener-oz .title_style_header {
    font-size: clamp(2rem, 4vw, 36px);
}.title-opener-oz h3 {
    padding: 1.2rem;
    font-size: 21px;
}
}

@media (max-width: 768px) {.title-opener-oz .training-track-Aq {
    grid-gap: 1.2rem;
    padding: 3rem 2rem;
}.title-opener-oz .training-track-Aq > div::before {
    left: -15px;
    width: 3px;
}.title-opener-oz .training-track-Aq p {
    padding: 0.4rem 0.8rem;
    font-size: 16px;
}.title-opener-oz h3 {
    padding: 1rem;
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 576px) {.title-opener-oz {
    height: auto;
    min-height: 100vh;
}.title-opener-oz .training-track-Aq {
    grid-gap: 1rem;
    padding: 2rem 1.5rem;
}.title-opener-oz .training-track-Aq > div::before {
    width: 2px;
    left: -12px;
}.title-opener-oz .title_style_header {
    font-size: clamp(1.8rem, 6vw, 2.2rem);
}.title-opener-oz h3 {
    padding: 0.8rem;
    font-size: 16px;
}.title-opener-oz h3::after {
    width: 40%;
}
}

@media (hover: hover) {.title-opener-oz .title_style_header {
    transition: transform 0.4s ease, text-shadow 0.4s ease;
}.title-opener-oz .training-track-Aq:hover .title_style_header {
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
}.title-opener-oz h3 {
    transition: transform 0.5s cubic-bezier(0.17, 0.84, 0.44, 1), box-shadow 0.5s ease;
}.title-opener-oz .training-track-Aq:hover h3 {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg) translateZ(10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
}}.contact-section-Kc {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    z-index: 1;
}.contact-section-Kc::before {
    height: 100%;
    position: absolute;
    background-color: rgb(187,178,204,0.5);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}.contact-section-Kc .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.contact-section-Kc .message-message-5P {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    border-radius: 22px;
}.contact-section-Kc .connect-list-SQ {
    border-radius: 22px 22px 0 0;
    z-index: 2;
    background-color: #ffffff;
    order: 1;
    width: 100%;
    padding: 50px 30px;
    position: relative;
}.contact-section-Kc .connect-list-SQ h3 {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}.contact-section-Kc .connect-list-SQ h3::after {
    background-color: rgb(150,140,166);
    position: absolute;
    height: 3px;
    bottom: -8px;
    left: 0;
    content: '';
    width: 50%;
}.contact-section-Kc .connect-list-SQ form {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}.contact-section-Kc .connect-list-SQ input[type="text"],
.contact-section-Kc .connect-list-SQ input[type="email"] {
    padding: 0 20px;
    height: 60px;
    font-size: 16px;
    background-color: rgb(222,213,239);
    border-radius: 10px;
    color: #000000;
    flex: 1 0 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}.contact-section-Kc .connect-list-SQ input[type="text"]:focus,
.contact-section-Kc .connect-list-SQ input[type="email"]:focus {
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(150,140,166,0.5);
    transform: translateY(-2px);
}.contact-section-Kc .connect-list-SQ input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-section-Kc .connect-list-SQ .query-help-wK {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    flex: 1 0 100%;
}.contact-section-Kc .connect-list-SQ .query-help-wK input[type="checkbox"] {
    width: 24px;
    cursor: pointer;
    flex-shrink: 0;
    appearance: none;
    margin-right: 10px;
    height: 24px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: background-color 0.3s ease;
    margin-top: 2px;
    border-radius: 10px;
    -webkit-appearance: none;
    background-color: rgb(222,213,239);
}.contact-section-Kc .connect-list-SQ .query-help-wK input[type="checkbox"]:checked {
    background-color: rgb(150,140,166);
}.contact-section-Kc .connect-list-SQ .query-help-wK input[type="checkbox"]:checked::before {
    transform: rotate(45deg);
    top: 6px;
    left: 9px;
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 10px;
    width: 6px;
    border: solid #ffffff;
    content: '';
}.contact-section-Kc .connect-list-SQ .query-help-wK label {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}.contact-section-Kc .connect-list-SQ .query-help-wK label a {
    color: rgb(187,178,204);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}.contact-section-Kc .connect-list-SQ .query-help-wK label a::after {
    bottom: -2px;
    transform-origin: right;
    height: 1px;
    position: absolute;
    transition: transform 0.3s ease;
    background-color: rgb(187,178,204);
    content: '';
    transform: scaleX(0);
    width: 100%;
    left: 0;
}.contact-section-Kc .connect-list-SQ .query-help-wK label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.contact-section-Kc .connect-list-SQ .inquiry-card-vx {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 10px rgb(150,140,166,0.5);
    margin-top: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    height: 60px;
    z-index: 1;
    flex: 1 0 100%;
    background-color: rgb(150,140,166);
    border: none;
    border-radius: 10px;
}.contact-section-Kc .connect-list-SQ .inquiry-card-vx::before {
    width: 100%;
    left: 0;
    transform-origin: right;
    transition: transform 0.5s ease;
    position: absolute;
    border-radius: 10px;
    transform: scaleX(0);
    background: rgb(187,178,204);
    z-index: -1;
    content: '';
    top: 0;
    height: 100%;
}.contact-section-Kc .connect-list-SQ .inquiry-card-vx:hover {
    box-shadow: 0 6px 15px rgb(187,178,204,0.5);
}.contact-section-Kc .connect-list-SQ .inquiry-card-vx:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-section-Kc .connect-card-uk {
    position: relative;
    align-items: center;
    display: flex;
    background-color: rgb(187,178,204);
    color: #ffffff;
    flex-direction: column;
    border-radius: 0 0 22px 22px;
    width: 100%;
    padding: 50px 30px;
    order: 2;
}.contact-section-Kc .connect-card-uk::before {
    background: rgb(187,178,204);
    height: 30px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    content: '';
    transform: translateY(-15px);
    top: 0;
    left: 0;
}.contact-section-Kc .connect-card-uk h3 {
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    position: relative;
    font-size: 29px;
}.contact-section-Kc .connect-card-uk h3::after {
    position: absolute;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    width: 60px;
    background-color: rgb(150,140,166);
    height: 3px;
    bottom: -15px;
}.contact-section-Kc .connect-card-uk div {
    align-items: center;
    display: flex;
    max-width: 400px;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    width: 100%;
}.contact-section-Kc .connect-card-uk div::before {
    height: 1px;
    bottom: -10px;
    content: '';
    opacity: 0.2;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    left: 0;
}.contact-section-Kc .connect-card-uk div:last-child::before {
    display: none;
}.contact-section-Kc .connect-card-uk div svg {
    height: 32px;
    border-radius: 50%;
    background-color: rgb(150,140,166);
    width: 32px;
    margin-right: 20px;
    padding: 6px;
    box-shadow: 0 4px 10px rgb(150,140,166,0.5);
}.contact-section-Kc .connect-card-uk div svg path {
    fill: #ffffff;
}.contact-section-Kc .connect-card-uk div span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}.contact-section-Kc .connect-card-uk div span a {
    color: #ffffff;
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact-section-Kc .connect-card-uk div span a::after {
    transition: transform 0.3s ease;
    bottom: -2px;
    content: '';
    width: 100%;
    left: 0;
    transform-origin: right;
    background-color: #ffffff;
    height: 1px;
    position: absolute;
    transform: scaleX(0);
}.contact-section-Kc .connect-card-uk div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (min-width: 992px) {.contact-section-Kc .message-message-5P {
    flex-direction: row;
    align-items: stretch;
}.contact-section-Kc .connect-list-SQ {
    border-radius: 22px 0 0 22px;
    padding: 60px;
    width: 60%;
    order: 1;
}.contact-section-Kc .connect-card-uk {
    order: 2;
    justify-content: center;
    border-radius: 0 22px 22px 0;
    width: 40%;
    padding: 60px 40px;
}.contact-section-Kc .connect-card-uk::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    transform: translateX(-15px);
    width: 30px;
    height: 100%;
    top: 0;
}.contact-section-Kc .connect-list-SQ input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact-section-Kc {
    padding: 80px 0;
}.contact-section-Kc .connect-card-uk div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact-section-Kc {
    padding: 60px 0;
}.contact-section-Kc .connect-list-SQ,
    .contact-section-Kc .connect-card-uk {
    padding: 40px 25px;
}.contact-section-Kc .connect-list-SQ h3,
    .contact-section-Kc .connect-card-uk h3 {
    font-size: calc(20px + 2px);
}.contact-section-Kc .connect-list-SQ input[type="text"],
    .contact-section-Kc .connect-list-SQ input[type="email"],
    .contact-section-Kc .connect-list-SQ .inquiry-card-vx {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact-section-Kc {
    padding: 40px 0;
}.contact-section-Kc .connect-list-SQ,
    .contact-section-Kc .connect-card-uk {
    padding: 30px 20px;
}.contact-section-Kc .connect-card-uk div svg {
    height: 28px;
    margin-right: 15px;
    width: 28px;
}}header {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgb(222,213,239);
}header:before {
    left: 0;
    content: '';
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(187,178,204) 0%, 
        rgb(150,140,166) 50%, 
        rgb(187,178,204) 100%
    );
    width: 100%;
    top: 0;
}header:after {
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(222,213,239) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(222,213,239) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(222,213,239) 25%, transparent 25%),
        linear-gradient(45deg, rgb(222,213,239) 25%, transparent 25%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    content: '';
}header .top-expert-mc {
    overflow: hidden;
    position: relative;
}header .top-expert-mc:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(187,178,204,0.5),
        transparent
    );
    left: 0;
    height: 1px;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 25px;
    position: relative;
}header .container:before {
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    content: '';
    left: 10px;
    opacity: 0.7;
    width: 8px;
    top: 50%;
    background: rgb(187,178,204);
}header .container:after {
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    top: 50%;
    width: 8px;
    right: 10px;
    background: rgb(150,140,166);
    content: '';
    opacity: 0.7;
    position: absolute;
}header .top-teach-Fr {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}header .top-teach-Fr:before {
    content: '';
    bottom: -10px;
    height: 1px;
    width: 100%;
    opacity: 0.2;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    position: absolute;
    left: 0;
}header .nav-top-yx {
    display: flex;
    gap: 30px;
    position: relative;
    align-items: center;
}header .nav-top-yx:before {
    width: 100%;
    bottom: -8px;
    background: rgb(187,178,204);
    height: 2px;
    position: absolute;
    transform-origin: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0.9);
    opacity: 0;
    left: 0;
    content: '';
}header .nav-top-yx:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .top-edu-Tl {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    padding: 8px 2px;
}header .top-edu-Tl:before {
    height: 2px;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    background: rgb(187,178,204);
    transform: translateX(-101%);
    bottom: 0;
}header .top-edu-Tl:after {
    background: rgb(187,178,204);
    left: 50%;
    height: 8px;
    content: '';
    transform: translate(-50%, -50%) rotate(45deg);
    top: 100%;
    position: absolute;
    width: 8px;
    transition: all 0.3s ease;
    opacity: 0;
}header .top-edu-Tl:hover {
    color: rgb(187,178,204);
}header .top-edu-Tl:hover:before {
    transform: translateX(0);
}header .top-edu-Tl:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .header-pagewrap-jE {
    padding: 5px 12px;
    text-decoration: none;
    align-items: center;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}header .header-pagewrap-jE:before {
    opacity: 0;
    background: linear-gradient(rgb(222,213,239), rgb(222,213,239)) padding-box,
                linear-gradient(135deg, rgb(187,178,204), rgb(150,140,166)) border-box;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid transparent;
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    border-radius: 10px;
    left: 0;
}header .header-pagewrap-jE:after {
    width: 10px;
    opacity: 0;
    transition: all 0.4s ease;
    left: -5px;
    content: '';
    background: linear-gradient(135deg, rgb(187,178,204), rgb(150,140,166));
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    top: -5px;
    height: 10px;
}header .header-pagewrap-jE:hover:before {
    opacity: 1;
}header .header-pagewrap-jE:hover:after {
    transform: scale(1);
    opacity: 1;
}header .header-pagewrap-jE svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
    width: auto;
}header .header-pagewrap-jE:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav-top-yx {
    gap: 20px;
}header .header-pagewrap-jE svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav-top-yx {
    height: 100vh;
    flex-direction: column;
    top: 0;
    padding: 75px 30px 30px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    position: fixed;
    max-width: 320px;
    right: -100%;
    gap: 5px;
    z-index: 1001;
    width: 80%;
    background: rgb(222,213,239);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}header .nav-top-yx:before {
    bottom: auto;
    top: 60px;
    height: 1px;
    left: 10%;
    width: 80%;
}header .menu.active {
    right: 0;
}header .top-edu-Tl {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
}header .top-edu-Tl:last-child {
    border-bottom: none;
}header .top-edu-Tl:after {
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}header .top-edu-Tl:hover:after {
    left: 5px;
    top: 50%;
    opacity: 1;
}header .header-pagewrap-jE {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .header-pagewrap-jE svg {
    height: 35px;
}}.learning-system-UJ {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(222,213,239) 0%, rgba(240, 245, 255, 1) 100%);
}.learning-system-UJ::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(187,178,204,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(150,140,166,0.5), 0.07) 0%, transparent 50%);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
}.learning-system-UJ::after {
    width: 300px;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(225deg, rgb(150,140,166) 0%, transparent 80%);
    content: "";
    position: absolute;
    opacity: 0.07;
    height: 300px;
    top: -5%;
    filter: blur(30px);
    right: -5%;
    transform: rotate(-15deg);
}.learning-system-UJ .container.who-weare-Yu {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
}.learning-system-UJ .container.who-weare-Yu > div {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3.5rem;
    transform: perspective(1000px) rotateY(1deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.learning-system-UJ .container.who-weare-Yu > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.learning-system-UJ .container.who-weare-Yu > div::before {
    background: linear-gradient(to bottom, rgb(187,178,204), rgb(150,140,166));
    transform-origin: top;
    top: 0;
    content: "";
    position: absolute;
    transform: scaleY(0);
    width: 5px;
    left: 0;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.learning-system-UJ .container.who-weare-Yu > div:hover::before {
    transform: scaleY(1);
}.learning-system-UJ h3 {
    transform: translateZ(0);
    color: #000000;
    font-size: calc(35px * 0.85);
    position: relative;
    margin-bottom: 1.8rem;
    font-weight: 700;
    padding-bottom: 1rem;
}.learning-system-UJ h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(187,178,204), rgb(150,140,166));
    width: 80px;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: width 0.4s ease-out;
    content: "";
}.learning-system-UJ .container.who-weare-Yu > div:hover h3::after {
    width: 120px;
}.learning-system-UJ p {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    transform: translateZ(0);
}.learning-system-UJ p span {
    opacity: 0;
    transform: translateY(10px);
    display: block;
    animation: fadeUp 0.8s forwards 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@media (max-width: 992px) {.learning-system-UJ {
    padding: 4rem 0;
}.learning-system-UJ .container.who-weare-Yu > div {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(0.5deg);
}.learning-system-UJ h3 {
    font-size: calc(35px * 0.75);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.learning-system-UJ {
    padding: 3.5rem 0;
}.learning-system-UJ .container.who-weare-Yu > div {
    transform: none;
    padding: 2rem;
}.learning-system-UJ .container.who-weare-Yu > div:hover {
    transform: translateY(-3px);
}.learning-system-UJ h3 {
    margin-bottom: 1.2rem;
    font-size: calc(35px * 0.7);
    padding-bottom: 0.8rem;
}.learning-system-UJ h3::after {
    height: 2px;
    width: 60px;
}.learning-system-UJ .container.who-weare-Yu > div:hover h3::after {
    width: 90px;
}.learning-system-UJ p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.learning-system-UJ {
    padding: 3rem 0;
}.learning-system-UJ .container.who-weare-Yu > div {
    padding: 1.5rem;
}.learning-system-UJ h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.65);
}.learning-system-UJ p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.cookie-message-alert-kM {
    bottom: 0;
    border-top: 2px solid rgb(187,178,204);
    z-index: 90;
    background: rgb(222,213,239);
    width: 100%;
    position: fixed;
}.cookie-user-nL {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.cookie-message-alert-kM h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#panelCookieWarning-8a {
    display: none;
}#panelCookieWarning-8a:checked ~ .cookie-message-alert-kM {
    opacity: 0;
    visibility: hidden;
}.cookie-message-alert-kM p {
    font-size: 18px;
}.cookie-ack-2z {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-ack-2z svg, .cookie-ack-2z svg path, .cookie-ack-2z img {
    height: 100px;
    fill: rgb(187,178,204);
    width: 100px;
}.track-edu-Cl {
    margin-left: 10px;
    text-decoration: none;
    min-width: 120px;
    flex-shrink: 0;
    cursor: pointer;
    line-height: 35px;
    font-size: 24px;
    border-bottom: 2px solid rgb(187,178,204);
    text-align: center;
    white-space: nowrap;
    color: rgb(187,178,204);
}.cookie-message-alert-kM p a {
    color: rgb(187,178,204);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-message-alert-kM {
    padding: 20px;
}}

.wrap-structure-RC .cookie-message-alert-kM {
    border: none;
    background: rgb(150,140,166);
    box-shadow: rgb(150,140,166,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
}.wrap-structure-RC .track-edu-Cl {
    background: rgb(187,178,204);
    margin-left: 30px;
    color: #ffffff;
    border: none;
    padding: 10px;
    font-weight: 400;
    font-size: 20px;
}.wrap-structure-RC .user-dialog-Fa h5, .wrap-structure-RC .user-dialog-Fa p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie-ack-2z {
    display: none;
}.cookie-user-nL {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie-message-alert-kM h5 {
    text-align: center;
}.cookie-message-alert-kM p {
    text-align: center;
}.user-dialog-Fa {
    margin-bottom: 20px;
}body .wrap-structure-RC .track-edu-Cl {
    margin-bottom: 10px;
    margin-left: 0;
}}.program-overview-RL {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,213,239) 0%, rgba(247, 247, 247, 0.9) 100%);
    padding: 120px 0;
    position: relative;
}.program-overview-RL::before {
    opacity: 0.1;
    border-radius: 50%;
    right: -150px;
    filter: blur(100px);
    background: linear-gradient(45deg, rgb(187,178,204,0.5) 0%, rgb(150,140,166,0.5) 100%);
    height: 400px;
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 0;
    top: -150px;
    content: "";
    width: 400px;
}.program-overview-RL::after {
    opacity: 0.08;
    left: -100px;
    content: "";
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    height: 300px;
    bottom: -100px;
    border-radius: 50%;
    width: 300px;
    position: absolute;
    background: linear-gradient(225deg, rgb(150,140,166,0.5) 0%, rgb(187,178,204,0.5) 100%);
    z-index: 0;
    filter: blur(80px);
}.program-overview-RL .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.program-overview-RL h2 {
    text-align: left;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    color: #000000;
    font-size: 29px;
    line-height: 1.3;
    position: relative;
    opacity: 0;
    transform: translateX(-10px);
    margin-bottom: 50px;
}.program-overview-RL h2::after {
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(187,178,204) 0%, rgb(150,140,166) 100%);
    height: 3px;
    left: 0;
    animation: expandWidth 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 80px;
    transform-origin: left;
    bottom: -15px;
}.program-overview-RL .class-path-PR {
    transform: translateY(20px);
    gap: 40px;
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s 0.4s forwards ease-out;
    display: grid;
    grid-template-columns: 1fr;
}.program-overview-RL .pic-border-W5 {
    height: 350px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-3deg);
}.program-overview-RL .pic-border-W5::after {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(
        to bottom right,
        rgba(rgb(187,178,204,0.5), 0.1),
        rgba(rgb(150,140,166,0.5), 0.05)
    );
}.program-overview-RL .pic-border-W5:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}.program-overview-RL .insight-box-PK {
    flex-direction: column;
    opacity: 0;
    transform: translateY(15px);
    gap: 25px;
    animation: fadeSlideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
}.program-overview-RL .description {
    transition: all 0.3s ease;
    color: #000000;
    border-left: 1px solid rgb(150,140,166,0.5);
    position: relative;
    line-height: 1.8;
    padding-left: 20px;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}.program-overview-RL .description:hover {
    border-left: 3px solid rgb(150,140,166);
    transform: translateX(3px);
}.program-overview-RL .description:first-of-type {
    position: relative;
}.program-overview-RL .description:first-of-type::before {
    background-color: rgb(150,140,166);
    opacity: 0;
    left: -5px;
    width: 10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    top: 0;
    transform: scale(0);
    content: "";
    border-radius: 50%;
    height: 10px;
    position: absolute;
}.program-overview-RL .description:first-of-type:hover::before {
    transform: scale(1);
    opacity: 1;
}.program-overview-RL .description:nth-of-type(2) {
    color: #000000;
    opacity: 0.85;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
    100% {
        transform: scale(0.95);
        opacity: 0.05;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

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

@media (min-width: 768px) {.program-overview-RL .class-path-PR {
    gap: 60px;
    grid-template-columns: 1fr 1.6fr;
    align-items: start;
}.program-overview-RL .pic-border-W5 {
    height: 450px;
}.program-overview-RL h2 {
    font-size: calc(29px * 1.1);
    max-width: 80%;
}.program-overview-RL h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.program-overview-RL {
    padding: 150px 0;
}.program-overview-RL .container {
    padding: 0 40px;
}.program-overview-RL .class-path-PR {
    gap: 80px;
}.program-overview-RL .pic-border-W5 {
    height: 550px;
}.program-overview-RL h2 {
    margin-bottom: 70px;
    font-size: calc(29px * 1.2);
}.program-overview-RL .description {
    padding-left: 30px;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1200px) {.program-overview-RL {
    padding: 180px 0;
}.program-overview-RL .container {
    padding: 0 60px;
}.program-overview-RL .class-path-PR {
    gap: 100px;
    grid-template-columns: 0.9fr 1.5fr;
}.program-overview-RL h2 {
    max-width: 70%;
}.program-overview-RL .description:first-of-type {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.program-overview-RL {
    padding: 80px 0;
}.program-overview-RL h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.program-overview-RL .pic-border-W5 {
    transform: perspective(800px) rotateY(-2deg);
    height: 250px;
}.program-overview-RL .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
    padding-left: 15px;
}.program-overview-RL .class-path-PR {
    gap: 30px;
}
}

@media (max-width: 480px) {.program-overview-RL {
    padding: 60px 0;
}.program-overview-RL h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.program-overview-RL .pic-border-W5 {
    height: 200px;
}.program-overview-RL .insight-box-PK {
    gap: 20px;
}.program-overview-RL .description {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    padding-left: 12px;
}}.deal-plan-Qb {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(222,213,239) 0%, rgb(150,140,166,0.5) 100%);
}.deal-plan-Qb::before {
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(187,178,204), 0.03) 40px, rgba(rgb(187,178,204), 0.03) 80px);
    height: 100%;
    pointer-events: none;
}.deal-plan-Qb .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1320px;
    position: relative;
}.deal-plan-Qb .learn-sub-kO {
    display: flex;
    gap: 2.5rem;
    flex-direction: column-reverse;
}.deal-plan-Qb .pay-options-Nw {
    margin: 0 auto;
    z-index: 3;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
    background: rgba(#ffffff, 0.9);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}.deal-plan-Qb .pay-options-Nw:hover {
    transform: translateY(-5px);
}.deal-plan-Qb .pay-options-Nw h2 {
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 28px;
}.deal-plan-Qb .pay-options-Nw h2::after {
    position: absolute;
    transform: scaleX(1);
    transition: transform 0.5s ease;
    transform-origin: left;
    background: rgb(187,178,204);
    height: 3px;
    width: 80px;
    left: 0;
    bottom: -10px;
    content: "";
}.deal-plan-Qb .pay-options-Nw:hover h2::after {
    transform: scaleX(1.5);
}.deal-plan-Qb .tuition-table-Kp {
    color: #000000;
    font-size: 17px;
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    max-width: 100%;
    margin-top: 1.5rem;
}.deal-plan-Qb .study-rates-sN {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.deal-plan-Qb .cost-plan-X3 {
    height: 100%;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    overflow: hidden;
    text-decoration: none;
}.deal-plan-Qb .cost-plan-X3:hover {
    transform: translateY(-8px);
}.deal-plan-Qb .fee-plans-nH {
    overflow: hidden;
    transition: box-shadow 0.4s ease;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}.deal-plan-Qb .cost-plan-X3:hover .fee-plans-nH {
    box-shadow: 0 15px 35px rgba(rgb(187,178,204,0.5), 0.15);
}.deal-plan-Qb .enroll-cost-d9 {
    min-height: 280px;
    flex-grow: 1;
    display: flex;
    padding: 2rem;
    flex-direction: column;
}.deal-plan-Qb .enroll-cost-d9 h3 {
    font-size: calc(18px + 0.1rem);
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}.deal-plan-Qb .rate-options-mr {
    color: rgb(187,178,204);
    margin: 0.5rem 0 1.25rem;
    display: block;
    font-size: calc(18px + 0.3rem);
    position: relative;
    font-weight: 700;
}.deal-plan-Qb .rate-options-mr::before {
    background: rgb(150,140,166);
    width: 40px;
    bottom: -10px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
}.deal-plan-Qb .enroll-cost-d9 p {
    margin-top: 1.5rem;
    font-size: 17px;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
    line-height: 1.6;
    flex-grow: 1;
}.deal-plan-Qb .pic-border-W5 {
    height: 220px;
    transition: transform 0.6s ease-out;
    position: relative;
    transform: scale(1);
    width: 100%;
}.deal-plan-Qb .pic-border-W5::after {
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}.deal-plan-Qb .cost-plan-X3:hover .pic-border-W5 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.deal-plan-Qb .study-rates-sN {
    grid-template-columns: repeat(2, 1fr);
}.deal-plan-Qb .pay-options-Nw {
    padding: 3rem;
}
}

@media (min-width: 992px) {.deal-plan-Qb .learn-sub-kO {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.deal-plan-Qb .pay-options-Nw {
    width: 35%;
    margin: 0;
}.deal-plan-Qb .study-rates-sN {
    width: 65%;
}
}

@media (min-width: 1200px) {.deal-plan-Qb .study-rates-sN {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.deal-plan-Qb .enroll-cost-d9 {
    padding: 2.5rem;
}.deal-plan-Qb .pay-options-Nw h2 {
    font-size: calc(28px + 0.2rem);
}.deal-plan-Qb .pic-border-W5 {
    height: 250px;
}
}

@media (max-width: 767px) {.deal-plan-Qb {
    padding: 4rem 0;
}.deal-plan-Qb .enroll-cost-d9 {
    min-height: 240px;
    padding: 1.5rem;
}.deal-plan-Qb .pic-border-W5 {
    height: 180px;
}.deal-plan-Qb .pay-options-Nw {
    padding: 1.5rem;
}.deal-plan-Qb .pay-options-Nw h2 {
    font-size: calc(28px - 0.2rem);
}.deal-plan-Qb .tuition-table-Kp {
    font-size: calc(17px - 0.1rem);
}}.id-thankdiv-Ha {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(222,213,239) 0%, rgb(187,178,204,0.5) 100%);
    overflow: hidden;
    position: relative;
}.id-thankdiv-Ha::before {
    z-index: 1;
    width: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(187,178,204,0.5) 0,
        rgb(187,178,204,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}.id-thankdiv-Ha::after {
    border-radius: 50%;
    right: -5%;
    top: -10%;
    background: rgb(150,140,166);
    width: 300px;
    position: absolute;
    height: 300px;
    z-index: 0;
    content: "";
    animation: pulse 10s infinite alternate ease-in-out;
    filter: blur(100px);
    opacity: 0.1;
}.id-thankdiv-Ha .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.id-thankdiv-Ha h2 {
    animation: slideInTitle 0.8s forwards ease-out;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-weight: 700;
    opacity: 0;
    line-height: 1.3;
    transform: translateX(-10px);
    font-size: 33px;
    position: relative;
    margin-bottom: 2.5rem;
    max-width: 90%;
    animation-delay: 0.3s;
    color: rgb(187,178,204);
}.id-thankdiv-Ha h2::after {
    height: 3px;
    background: rgb(150,140,166);
    animation-delay: 1s;
    position: absolute;
    transform: scaleX(0);
    content: "";
    width: 80px;
    left: 0;
    animation: expandLine 1s forwards ease-out;
    transform-origin: left;
    bottom: -15px;
}.id-thankdiv-Ha .who-weare-Yu {
    position: relative;
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    animation: fadeUpIn 1s forwards ease-out;
    transform: translateY(20px);
    opacity: 0;
    animation-delay: 0.5s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
}.id-thankdiv-Ha .who-weare-Yu::before {
    bottom: 20px;
    position: absolute;
    border: 1px solid rgb(187,178,204,0.5);
    top: 20px;
    right: 20px;
    opacity: 0.1;
    left: 20px;
    content: "";
    pointer-events: none;
}.id-thankdiv-Ha ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.id-thankdiv-Ha li {
    padding-left: 2rem;
    position: relative;
}.id-thankdiv-Ha li::before {
    transform: rotate(45deg);
    animation: fadeIn 0.5s forwards ease-out;
    top: 0.5rem;
    position: absolute;
    left: 0;
    height: 8px;
    opacity: 0;
    width: 8px;
    animation-delay: 1.2s;
    background: rgb(150,140,166);
    content: "";
}.id-thankdiv-Ha li span {
    position: relative;
    transform: translateY(10px);
    line-height: 1.7;
    animation-delay: 0.8s;
    font-family: Arial, sans-serif;
    font-size: calc(15px * 1.05);
    display: block;
    opacity: 0;
    animation: fadeUpIn 0.8s forwards ease-out;
    color: #000000;
    margin-bottom: 1rem;
}.id-thankdiv-Ha li span::after {
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.2;
    width: 100%;
    background: linear-gradient(90deg, rgb(187,178,204,0.5) 0%, transparent 100%);
    height: 1px;
    bottom: -15px;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

@media (max-width: 992px) {.id-thankdiv-Ha {
    padding: 3rem 0;
}.id-thankdiv-Ha h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
}.id-thankdiv-Ha .who-weare-Yu {
    padding: 2rem;
}
}

@media (max-width: 768px) {.id-thankdiv-Ha h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.id-thankdiv-Ha .who-weare-Yu {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.id-thankdiv-Ha li span {
    font-size: 15px;
}.id-thankdiv-Ha::after {
    height: 200px;
    right: -10%;
    width: 200px;
    top: -5%;
}
}

@media (max-width: 576px) {.id-thankdiv-Ha {
    padding: 2.5rem 0;
}.id-thankdiv-Ha .container {
    padding: 0 1.5rem;
}.id-thankdiv-Ha h2 {
    font-size: calc(33px * 0.7);
}.id-thankdiv-Ha h2::after {
    height: 2px;
    width: 60px;
}.id-thankdiv-Ha .who-weare-Yu {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.id-thankdiv-Ha li {
    padding-left: 1.5rem;
}.id-thankdiv-Ha li::before {
    width: 6px;
    height: 6px;
}.id-thankdiv-Ha li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.our-team-yN {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.our-team-yN::before {
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    background-color: rgba(21, 25, 40, 0.85);
    height: 100%;
    position: absolute;
}.our-team-yN::after {
    right: -25%;
    height: 200%;
    background: linear-gradient(135deg, rgb(187,178,204,0.5) 0%, transparent 65%);
    content: "";
    position: absolute;
    transform: rotate(15deg);
    width: 70%;
    z-index: 2;
    top: -50%;
}.our-team-yN .container {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 2rem;
}.our-team-yN .insight-box-PK {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    position: relative;
}.our-team-yN .insight-box-PK:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-team-yN h1 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform: translateX(-5px);
    font-size: 40px;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease;
}.our-team-yN h1::after {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 3px;
    bottom: -15px;
    transform-origin: left center;
    content: "";
    background: linear-gradient(to right, rgb(187,178,204), rgb(150,140,166));
    transform: scaleX(0.8);
    position: absolute;
    left: 0;
    width: 80px;
}.our-team-yN .insight-box-PK:hover h1 {
    transform: translateX(0);
}.our-team-yN .insight-box-PK:hover h1::after {
    transform: scaleX(1);
}.our-team-yN ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.our-team-yN li {
    margin-bottom: 1.5rem;
}.our-team-yN h4 {
    font-size: calc(23px * 1.1);
    padding-left: 2rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(150,140,166);
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
}.our-team-yN h4::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    position: absolute;
    background: rgb(187,178,204);
    transition: transform 0.3s ease;
    top: 50%;
    content: "";
}.our-team-yN li:hover h4::before {
    transform: translateY(-50%) rotate(225deg);
}.our-team-yN span {
    display: block;
    color: #ffffff;
    max-width: 90%;
    line-height: 1.8;
    transition: opacity 0.3s ease;
    text-align: justify;
    opacity: 0.9;
    font-size: 13px;
    position: relative;
    padding-left: 2rem;
    font-family: Arial, sans-serif;
    hyphens: auto;
}.our-team-yN span::first-letter {
    font-size: 200%;
    margin-right: 2px;
    color: rgb(187,178,204);
    font-weight: 700;
}.our-team-yN li:hover span {
    opacity: 1;
}.our-team-yN span::before {
    top: 0.7em;
    content: "";
    background: linear-gradient(to bottom, rgb(187,178,204,0.5), transparent);
    width: 1px;
    height: calc(100% - 1.4em);
    left: 0;
    position: absolute;
}

@media (min-width: 992px) {.our-team-yN {
    padding: 8rem 0;
}.our-team-yN .insight-box-PK {
    padding: 4rem;
    margin-left: 5%;
    width: 90%;
}.our-team-yN h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 3rem;
}.our-team-yN h1::after {
    height: 4px;
    width: 120px;
}.our-team-yN span {
    max-width: 85%;
    font-size: calc(13px * 1.05);
    line-height: 1.9;
    padding-left: 3rem;
}.our-team-yN h4 {
    padding-left: 3rem;
    font-size: calc(23px * 1.2);
}.our-team-yN h4::before {
    width: 15px;
    height: 15px;
}
}

@media (max-width: 991px) {.our-team-yN::after {
    width: 100%;
    right: -50%;
}.our-team-yN .insight-box-PK {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.our-team-yN {
    padding: 4rem 0;
}.our-team-yN .insight-box-PK {
    transform: none;
    padding: 2rem;
}.our-team-yN h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 0.9);
}.our-team-yN span {
    padding-left: 1.5rem;
    line-height: 1.7;
    max-width: 100%;
    font-size: calc(13px * 0.95);
}.our-team-yN h4 {
    padding-left: 1.5rem;
}.our-team-yN h1::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 576px) {.our-team-yN {
    padding: 3rem 0;
}.our-team-yN .container {
    padding: 0 1rem;
}.our-team-yN .insight-box-PK {
    padding: 1.5rem;
}.our-team-yN h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
}.our-team-yN span {
    padding-left: 1rem;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.our-team-yN h4 {
    padding-left: 1rem;
    font-size: calc(23px * 0.9);
}.our-team-yN h4::before {
    height: 8px;
    width: 8px;
}.our-team-yN h1::after {
    height: 2px;
    width: 50px;
}
}

@media (hover: none) {.our-team-yN .insight-box-PK {
    transform: none !important;
}.our-team-yN h1 {
    transform: none;
}.our-team-yN h1::after {
    transform: scaleX(1);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(187,178,204);
}header .top_plank .top-focus-hy div svg, header .top_plank .top-focus-hy div svg path {
    fill: #ffffff;
}header .top_plank .top-focus-hy div span {
    color: #ffffff;
}header .top_plank .top-focus-hy {
    width: 100%;
    align-items: center;
    padding: 15px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 21px;
    justify-content: flex-start;
}header .top_plank .top-focus-hy div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .top-focus-hy div img, header .top_plank .top-focus-hy div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}footer {
    width: 100%;
    position: relative;
}.workshop-cta-hY {
    padding: 70px 0 30px;
    color: #000000;
    position: relative;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}.workshop-cta-hY::before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(187,178,204), rgb(150,140,166));
    left: 0;
}footer .sustain-cta-uC {
    gap: 60px;
    display: grid;
}footer .edu-coach-qD {
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    margin-right: 10px;
    width: 18px;
    fill: rgb(187,178,204);
    position: relative;
    top: 3px;
    height: 18px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.3px;
}footer .info_item a:hover {
    color: rgb(187,178,204);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .main-info-nS {
    margin-bottom: 15px;
}footer .main-info-nS svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}footer .res-connect-Q5 {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    max-width: 350px;
}footer .nav-top-yx h5 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    position: relative;
}footer .nav-top-yx h5::after {
    background-color: rgb(187,178,204);
    height: 2px;
    left: 0;
    content: "";
    width: 30px;
    bottom: -8px;
    position: absolute;
}footer .head-section-kG {
    margin-bottom: 30px;
}footer .head-section-kG a {
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
    color: #000000;
}footer .head-section-kG a:hover {
    color: rgb(187,178,204);
    transform: translateX(5px);
}footer .subscribe_holder {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 14px 16px;
    transition: border-color 0.3s ease;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(187,178,204);
    outline: none;
}footer .sub-support-lL {
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    background-color: rgb(187,178,204);
    padding: 14px 20px;
    text-align: center;
    transition: background-color 0.3s ease;
}footer .sub-support-lL:hover {
    background-color: rgb(150,140,166);
}footer .online-tools-K1 {
    margin-top: 50px;
}footer .cheat-sheet-Tp {
    color: #000000;
    font-size: 13px;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-support-lL {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .workshop-cta-hY {
    padding: 50px 0 30px;
}footer .edu-coach-qD {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .online-tools-K1 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .workshop-cta-hY {
    padding: 40px 0 20px;
}footer .sustain-cta-uC {
    gap: 40px;
}footer .nav-top-yx h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.course-rewards-nL {
    overflow: hidden;
    position: relative;
    padding: 10rem 0;
    background: rgb(222,213,239);
}.course-rewards-nL::before {
    z-index: 1;
    opacity: 0.4;
    height: 100%;
    content: '';
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(187,178,204,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(150,140,166,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    position: absolute;
}.course-rewards-nL .who-weare-Yu {
    display: flex;
    z-index: 5;
    flex-direction: column;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}.course-rewards-nL h2 {
    width: 60%;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-left: 2rem;
    line-height: 1.2;
    font-size: calc(32px * 1.5);
    margin-bottom: 2.5rem;
}.course-rewards-nL h2::after {
    border-radius: 10px;
    content: '';
    position: absolute;
    height: 6px;
    background: rgb(187,178,204);
    left: 0;
    width: 120px;
    bottom: -15px;
}.course-rewards-nL .pic-border-W5 {
    width: 45%;
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
    right: 0;
    top: 10%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    height: 80%;
    border-radius: 12px 0 0 12px;
    z-index: 2;
    position: absolute;
}.course-rewards-nL .pic-border-W5::after {
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, rgb(187,178,204,0.5) 0%, transparent 100%);
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
}.course-rewards-nL .insight-box-PK {
    z-index: 3;
    width: 65%;
    position: relative;
    padding-left: 2rem;
}.course-rewards-nL .text_main_holder {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
}.course-rewards-nL .text_main_holder > div {
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 2rem 2.5rem;
    background: #ffffff;
    align-items: flex-start;
}.course-rewards-nL .text_main_holder > div::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(187,178,204) 0%, transparent 100%);
    z-index: 1;
    height: 100%;
    transition: width 0.4s ease;
    opacity: 0.1;
    border-radius: 12px;
    left: 0;
    content: '';
    width: 0;
}.course-rewards-nL .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.course-rewards-nL .text_main_holder > div:hover::before {
    width: 100%;
}.course-rewards-nL .text_main_holder svg {
    flex-shrink: 0;
    margin-right: 1.5rem;
    height: 3rem;
    width: 3rem;
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}.course-rewards-nL .text_main_holder > div:hover svg {
    transform: rotate(10deg) scale(1.1);
}.course-rewards-nL .text_main_holder svg path {
    fill: rgb(187,178,204);
    transition: fill 0.3s ease;
}.course-rewards-nL .text_main_holder > div:hover svg path {
    fill: rgb(150,140,166);
}.course-rewards-nL .text_main_holder p {
    margin: 0;
    font-size: 12px;
    z-index: 2;
    line-height: 1.6;
    position: relative;
    color: #000000;
}

@media (max-width: 1200px) {.course-rewards-nL h2 {
    font-size: calc(32px * 1.3);
    width: 70%;
}.course-rewards-nL .insight-box-PK {
    width: 70%;
}.course-rewards-nL .pic-border-W5 {
    width: 40%;
}
}

@media (max-width: 992px) {.course-rewards-nL {
    padding: 8rem 0;
}.course-rewards-nL h2 {
    font-size: calc(32px * 1.2);
    width: 80%;
}.course-rewards-nL .insight-box-PK {
    padding-right: 2rem;
    width: 80%;
    padding-left: 2rem;
}.course-rewards-nL .text_main_holder {
    gap: 2rem;
    grid-template-columns: 1fr;
}.course-rewards-nL .pic-border-W5 {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 768px) {.course-rewards-nL {
    padding: 7rem 0 20rem;
}.course-rewards-nL .who-weare-Yu {
    display: flex;
    flex-direction: column;
}.course-rewards-nL h2 {
    margin-left: 2rem;
    margin-right: 2rem;
    width: auto;
    font-size: 32px;
}.course-rewards-nL .insight-box-PK {
    padding: 0 2rem;
    width: auto;
}.course-rewards-nL .pic-border-W5 {
    right: auto;
    width: 90%;
    position: relative;
    border-radius: 12px;
    top: auto;
    clip-path: none;
    height: 300px;
    margin: 2rem auto 0;
}.course-rewards-nL .text_main_holder > div {
    padding: 1.8rem 2rem;
}
}

@media (max-width: 576px) {.course-rewards-nL {
    padding: 5rem 0 18rem;
}.course-rewards-nL h2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}.course-rewards-nL .insight-box-PK {
    padding: 0 1.5rem;
}.course-rewards-nL .text_main_holder > div {
    padding: 1.5rem;
}.course-rewards-nL .text_main_holder svg {
    margin-right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
}.course-rewards-nL .pic-border-W5 {
    height: 250px;
}
}