* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.wrapping-container-Df {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.chrome-ext-Yc {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 5px;
    width: 0.5em;
}::-webkit-scrollbar-track {
    background: linear-gradient(157deg, #ffffff 45%, rgb(255, 255, 255, 0.5) 81%, rgb(173,152,168) 28%, rgb(173,152,168,0.5) 24%, rgb(208,191,203) 98%, rgb(208,191,203,0.5) 100%, rgb(233,225,231) 42%);
}::-webkit-scrollbar-thumb {
    transition: box-shadow 1.2s ease-in;
    background: rgb(208,191,203);
    box-shadow: -5px 3px 14px 4px rgba(0, 0, 0, 0.5);
    border-radius: 18.9vw;
}::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    box-shadow: -5px 2px 9px 6px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 3px -4px 12px 4px rgba(0, 0, 0, 0.7);
}* {
    scrollbar-color: rgb(233,225,231) #ffffff;
    scrollbar-width: none;
}a {
    color: inherit;
    text-decoration: none;
}.top-mainwrap-G8 {
    flex: 1 0 auto;
}.container {
    width: 1257px;
    margin: auto;
    max-width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stay-connected-ig {
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgb(208,191,203,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    border-radius: 10px;
}.stay-connected-ig::before {
    width: 60%;
    transform: rotate(-15deg);
    content: "";
    right: -10%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    z-index: 1;
    height: 120%;
    top: -10%;
    background: linear-gradient(45deg, rgb(173,152,168,0.5) 0%, rgb(173,152,168) 100%);
    position: absolute;
}.stay-connected-ig .container {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    position: relative;
    display: grid;
    z-index: 2;
}.stay-connected-ig .expert-team-Wk {
    transform: perspective(1000px) rotateX(5deg);
    padding: 2rem;
}.stay-connected-ig p {
    font-weight: 700;
    animation: slideIn 0.7s forwards 0.3s;
    opacity: 0;
    color: #000000;
    transform: translateX(-20px);
    margin-bottom: 1.5rem;
    font-size: 20px;
    padding-left: 3rem;
    position: relative;
    font-family: Arial, sans-serif;
}.stay-connected-ig p::before {
    width: 2rem;
    animation: growLine 0.8s forwards 0.6s;
    position: absolute;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    background: rgb(208,191,203);
    top: 50%;
    transform-origin: left;
    content: "";
}.stay-connected-ig .input_holder {
    display: flex;
    gap: 1rem;
    opacity: 0;
    flex-direction: column;
    position: relative;
    transform: translateX(30px);
    animation: slideIn 0.7s forwards 0.5s;
}.stay-connected-ig .join-us-Rn {
    padding: 1rem 1.5rem;
    transform: translateY(0);
    font-size: 18px;
    width: 100%;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}.stay-connected-ig .join-us-Rn:focus {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    outline: none;
}.stay-connected-ig .sub-updates-U5 {
    overflow: hidden;
    cursor: pointer;
    border: none;
    font-size: 19px;
    background: linear-gradient(135deg, rgb(208,191,203) 0%, rgb(173,152,168) 100%);
    align-self: flex-start;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 1rem 2rem;
}.stay-connected-ig .sub-updates-U5::before {
    transition: all 0.6s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    content: "";
    left: -100%;
    position: absolute;
}.stay-connected-ig .sub-updates-U5:hover {
    box-shadow: 0 10px 25px rgb(208,191,203,0.5);
    transform: translateY(-5px) scale(1.02);
}.stay-connected-ig .sub-updates-U5:hover::before {
    left: 100%;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@media screen and (min-width: 768px) {.stay-connected-ig {
    padding: 5rem 3rem;
}.stay-connected-ig .container {
    align-items: center;
    grid-template-columns: 1.2fr 1fr;
}.stay-connected-ig p {
    margin-bottom: 0;
    font-size: 30px;
    padding-left: 5rem;
}.stay-connected-ig p::before {
    width: 4rem;
}.stay-connected-ig .input_holder {
    align-items: stretch;
    flex-direction: row;
}.stay-connected-ig .join-us-Rn {
    border-radius: 10px 0 0 10px;
    flex: 1;
}.stay-connected-ig .sub-updates-U5 {
    align-self: stretch;
    border-radius: 0 10px 10px 0;
}}.contact-panel-JG {
    overflow: hidden;
    background: rgb(233,225,231);
    padding: 70px 0;
    position: relative;
}.contact-panel-JG::before {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    top: 0;
    height: 100%;
}.contact-panel-JG .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.contact-panel-JG h2 {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    color: rgb(173,152,168);
}.contact-panel-JG h2::after {
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 60px;
    left: 50%;
    background: rgb(208,191,203);
    bottom: -15px;
    height: 3px;
}.contact-panel-JG .feedback-feedback-9e {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    gap: 0;
    display: grid;
    border-radius: 11px;
    grid-template-columns: 1fr 1fr;
}.contact-panel-JG .capture-2S {
    border-top-right-radius: 11px;
    transition: transform 0.6s ease;
    grid-row: 1;
    border-bottom-right-radius: 11px;
    grid-column: 2;
    min-height: 500px;
    height: 100%;
}.contact-panel-JG .query-inquiry-FD {
    background: #ffffff;
    grid-column: 1;
    grid-row: 1;
    padding: 50px 40px;
}.contact-panel-JG #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contact-panel-JG h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(208,191,203);
    font-size: 18px;
}.contact-panel-JG input[type="text"] {
    font-size: 14px;
    border: 1px solid rgb(233,225,231);
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    padding: 15px 20px;
    color: #000000;
}.contact-panel-JG input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(208,191,203);
}.contact-panel-JG input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact-panel-JG .request-form-0s {
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
    display: flex;
}.contact-panel-JG .request-form-0s input[type="checkbox"] {
    margin-top: 2px;
    width: 24px;
    border: 2px solid rgb(233,225,231);
    flex-shrink: 0;
    appearance: none;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    height: 24px;
}.contact-panel-JG .request-form-0s input[type="checkbox"]:checked {
    border-color: rgb(208,191,203);
    background: rgb(208,191,203);
}.contact-panel-JG .request-form-0s input[type="checkbox"]:checked::after {
    top: 50%;
    position: absolute;
    content: "✓";
    color: #ffffff;
    transform: translate(-50%, -50%);
    font-size: 16px;
    left: 50%;
}.contact-panel-JG .request-form-0s label {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.contact-panel-JG .request-form-0s a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(208,191,203);
}.contact-panel-JG .request-form-0s a:hover {
    color: rgb(173,152,168);
}.contact-panel-JG .help-request-Ug {
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    align-self: flex-start;
    margin-top: 10px;
    background: rgb(208,191,203);
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 600;
}.contact-panel-JG .help-request-Ug::before {
    position: absolute;
    width: 100%;
    left: -100%;
    transition: all 0.6s ease;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}.contact-panel-JG .help-request-Ug:hover {
    background: rgb(173,152,168);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact-panel-JG .help-request-Ug:hover::before {
    left: 100%;
}.contact-panel-JG svg {
    height: 22px;
    fill: rgb(208,191,203);
    margin-right: 10px;
    vertical-align: middle;
    width: 22px;
}.contact-panel-JG svg path {
    fill: rgb(208,191,203);
}

@media (max-width: 992px) {.contact-panel-JG .feedback-feedback-9e {
    grid-template-columns: 1fr;
}.contact-panel-JG .capture-2S {
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    border-radius: 0;
    min-height: 300px;
    grid-column: 1;
    grid-row: 1;
}.contact-panel-JG .query-inquiry-FD {
    grid-column: 1;
    grid-row: 2;
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact-panel-JG {
    padding: 50px 0;
}.contact-panel-JG h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 4px);
}.contact-panel-JG .query-inquiry-FD {
    padding: 30px 25px;
}.contact-panel-JG .capture-2S {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-panel-JG {
    padding: 40px 0;
}.contact-panel-JG .container {
    padding: 0 15px;
}.contact-panel-JG h2::after {
    width: 40px;
}.contact-panel-JG .query-inquiry-FD {
    padding: 25px 20px;
}.contact-panel-JG #contact {
    gap: 20px;
}.contact-panel-JG .help-request-Ug {
    padding: 14px 20px;
    width: 100%;
}.contact-panel-JG .capture-2S {
    min-height: 200px;
}}.training-specialist-5T {
    background-color: rgb(233,225,231);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.training-specialist-5T::before {
    z-index: 0;
    filter: blur(50px);
    right: -10%;
    top: -10%;
    width: 45%;
    transform: rotate(-15deg);
    position: absolute;
    height: 70%;
    background: linear-gradient(135deg, rgb(208,191,203,0.5), rgb(173,152,168,0.5));
    content: "";
}.training-specialist-5T::after {
    transform: rotate(15deg);
    height: 60%;
    content: "";
    bottom: -10%;
    background: linear-gradient(225deg, rgb(173,152,168,0.5), rgb(208,191,203,0.5));
    left: -10%;
    z-index: 0;
    filter: blur(40px);
    position: absolute;
    width: 50%;
}.training-specialist-5T .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
}.training-specialist-5T .feedback-stories-R8 {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    display: grid;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    border-left: 4px solid rgb(208,191,203);
    grid-template-columns: 1fr;
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(1) {
    position: relative;
    transform: translateY(-1rem);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.training-specialist-5T .feedback-stories-R8 .capture-2S {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    height: 300px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
}.training-specialist-5T .feedback-stories-R8 .capture-2S:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
    transform: translateY(-10px);
}.training-specialist-5T .feedback-stories-R8 .capture-2S::after {
    background: linear-gradient(to top, rgb(208,191,203,0.5) 0%, transparent 50%);
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(2) {
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    border-left: 2px solid rgb(173,152,168);
    transform: translateY(1rem);
    opacity: 0;
    align-self: flex-start;
}.training-specialist-5T .feedback-stories-R8 .name {
    position: relative;
    color: rgb(208,191,203);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: calc(21px * 1.2);
}.training-specialist-5T .feedback-stories-R8 .name::after {
    left: 0;
    content: "";
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
    width: 0;
    bottom: -5px;
    background-color: rgb(173,152,168);
}.training-specialist-5T .feedback-stories-R8 .name:hover::after {
    width: 100%;
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(2) > div {
    margin-top: 0.5rem;
    font-style: italic;
    color: rgb(173,152,168);
    padding-left: 0.5rem;
    font-size: calc(15px * 0.95);
    font-weight: 600;
    position: relative;
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(2) > div::before {
    position: absolute;
    opacity: 0.7;
    content: "★";
    left: -10px;
    color: rgb(208,191,203);
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(3) {
    opacity: 0;
    position: relative;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    transform: translateY(1rem);
}.training-specialist-5T .feedback-stories-R8 .work-tasks-C1 {
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
}.training-specialist-5T .feedback-stories-R8 .work-tasks-C1::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: -20px;
    color: rgb(208,191,203,0.5);
    font-size: 6rem;
    left: -20px;
    font-family: Georgia, serif;
}.training-specialist-5T .feedback-stories-R8 .work-tasks-C1::after {
    color: rgb(208,191,203,0.5);
    font-family: Georgia, serif;
    bottom: -60px;
    right: -20px;
    font-size: 6rem;
    z-index: -1;
    position: absolute;
    content: "";
}

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

@media (min-width: 768px) {.training-specialist-5T .feedback-stories-R8 {
    grid-template-columns: 300px 1fr;
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    align-self: flex-end;
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.training-specialist-5T .feedback-stories-R8 .capture-2S {
    min-height: 400px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    height: 100%;
}.training-specialist-5T .feedback-stories-R8 .capture-2S:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.training-specialist-5T .feedback-stories-R8 .name {
    font-size: calc(21px * 1.5);
}.training-specialist-5T .feedback-stories-R8 .work-tasks-C1 {
    padding: 2rem;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1024px) {.training-specialist-5T {
    padding: 8rem 0;
}.training-specialist-5T .feedback-stories-R8 {
    padding: 4rem;
    margin: 0 2rem;
    gap: 3rem 4rem;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    grid-template-columns: 400px 1fr;
}.training-specialist-5T .feedback-stories-R8:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.training-specialist-5T .feedback-stories-R8 .capture-2S {
    min-height: 500px;
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(2) {
    padding-left: 1.5rem;
}.training-specialist-5T .feedback-stories-R8 .name {
    margin-bottom: 1rem;
    font-size: calc(21px * 1.7);
}.training-specialist-5T .feedback-stories-R8 > div:nth-child(2) > div {
    font-size: calc(15px * 1.1);
}.training-specialist-5T .feedback-stories-R8 .work-tasks-C1 {
    padding: 2.5rem;
    line-height: 1.9;
    font-size: calc(15px * 1.1);
}}.data-analysis-9n {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
}.data-analysis-9n::before {
    height: 70%;
    left: -10%;
    width: 35%;
    opacity: 0.07;
    top: -15%;
    position: absolute;
    content: "";
    background: linear-gradient(165deg, rgb(208,191,203,0.5) 0%, transparent 70%);
    transform: rotate(-15deg) skewX(15deg);
    z-index: 1;
}.data-analysis-9n::after {
    z-index: 1;
    position: absolute;
    content: "";
    transform: rotate(10deg);
    bottom: -5%;
    opacity: 0.08;
    width: 30%;
    right: -5%;
    height: 60%;
    background: linear-gradient(195deg, rgb(173,152,168,0.5) 0%, transparent 85%);
}.data-analysis-9n .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 20px;
    position: relative;
}.data-analysis-9n h4 {
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    font-weight: 600;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    color: rgb(208,191,203);
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-top: 3rem;
    opacity: 0;
}.data-analysis-9n ul {
    margin: 0;
    gap: 20px;
    flex-wrap: wrap;
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
}.data-analysis-9n .statistics-highlights-FS {
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    flex: 0 0 calc(25% - 20px);
    position: relative;
    opacity: 0;
    animation-delay: calc(0.1s * var(--order));
    transform: translateY(20px);
    padding: 1.75rem 1rem;
}.data-analysis-9n .statistics-highlights-FS:nth-child(1) {
    --order: 1;
}.data-analysis-9n .statistics-highlights-FS:nth-child(2) {
    --order: 2;
}.data-analysis-9n .statistics-highlights-FS:nth-child(3) {
    --order: 3;
}.data-analysis-9n .statistics-highlights-FS:nth-child(4) {
    --order: 4;
}.data-analysis-9n .statistics-highlights-FS:nth-child(5) {
    --order: 5;
}.data-analysis-9n .statistics-highlights-FS:nth-child(6) {
    --order: 6;
}.data-analysis-9n .statistics-highlights-FS:nth-child(7) {
    --order: 7;
}.data-analysis-9n .statistics-highlights-FS div {
    box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    padding: 1.75rem;
    display: flex;
    min-height: 160px;
    position: relative;
}.data-analysis-9n .statistics-highlights-FS div::before {
    top: 0;
    left: 0;
    height: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(208,191,203), rgb(173,152,168));
    content: "";
}.data-analysis-9n .statistics-highlights-FS:hover div::before {
    height: 100%;
}.data-analysis-9n .statistics-highlights-FS div::after {
    background: linear-gradient(to right, transparent, rgb(173,152,168,0.5));
    right: 0;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40%;
    transform-origin: right;
    position: absolute;
    bottom: 0;
    content: "";
}.data-analysis-9n .statistics-highlights-FS:hover div::after {
    transform: scaleX(1);
}.data-analysis-9n .statistics-highlights-FS p {
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    margin: 0 0 0.5rem;
    color: transparent;
    -webkit-background-clip: text;
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,168));
    color: rgb(208,191,203);
    font-size: calc(32px * 1.2);
    font-weight: 700;
    background-clip: text;
}.data-analysis-9n .statistics-highlights-FS:hover p {
    transform: translateY(-5px);
}.data-analysis-9n .statistics-highlights-FS span {
    color: #000000;
    transition: all 0.3s ease;
    max-width: 90%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
}.data-analysis-9n .statistics-highlights-FS:hover span {
    color: #000000;
}

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

@media screen and (max-width: 1200px) {.data-analysis-9n .statistics-highlights-FS {
    flex: 0 0 calc(33.333% - 20px);
}
}

@media screen and (max-width: 992px) {.data-analysis-9n {
    padding: 5rem 0;
}.data-analysis-9n .statistics-highlights-FS {
    flex: 0 0 calc(50% - 20px);
}.data-analysis-9n .statistics-highlights-FS div {
    padding: 1.5rem;
    min-height: 150px;
}.data-analysis-9n .statistics-highlights-FS p {
    font-size: calc(32px * 1.1);
}
}

@media screen and (max-width: 768px) {.data-analysis-9n {
    padding: 4rem 0;
}.data-analysis-9n::before,
    .data-analysis-9n::after {
    width: 50%;
}.data-analysis-9n .statistics-highlights-FS {
    flex: 0 0 calc(50% - 15px);
}.data-analysis-9n .statistics-highlights-FS div {
    min-height: 140px;
    padding: 1.25rem;
}.data-analysis-9n h4 {
    margin-top: 2.5rem;
}
}

@media screen and (max-width: 576px) {.data-analysis-9n {
    padding: 3.5rem 0;
}.data-analysis-9n .statistics-highlights-FS {
    margin-bottom: 5px;
    flex: 0 0 100%;
}.data-analysis-9n .statistics-highlights-FS div {
    padding: 1.5rem 1rem;
    min-height: auto;
}.data-analysis-9n .statistics-highlights-FS p {
    font-size: 32px;
}.data-analysis-9n h4 {
    font-size: calc(20px * 0.9);
    margin-top: 2rem;
}}footer {
    width: 100%;
    position: relative;
}.chrome-ext-Yc {
    position: relative;
    background-color: rgb(233,225,231);
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
}.chrome-ext-Yc::before {
    height: 120px;
    width: 100%;
    content: "";
    background: 
        linear-gradient(135deg, rgb(233,225,231) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(233,225,231) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(233,225,231) 25%, transparent 25%),
        linear-gradient(45deg, rgb(233,225,231) 25%, transparent 25%);
    background-color: rgb(208,191,203,0.5);
    left: 0;
    top: 0;
    background-size: 100px 100px;
    position: absolute;
}footer .volunteer-pV {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}footer .instant-contact-Hq {
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    background-color: #ffffff;
    padding: 25px;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    transform: translateY(-30px);
    display: flex;
    border-radius: 12px;
}footer .info_item {
    position: relative;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    margin: 10px;
    background-color: rgb(233,225,231);
    padding: 10px 15px;
    border-radius: 10px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(-5px);
}footer .info_item::before {
    border-radius: 3px 0 0 3px;
    width: 3px;
    opacity: 0;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(208,191,203);
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
    fill: rgb(208,191,203);
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(208,191,203);
}footer .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    background-color: #ffffff;
    position: absolute;
    content: "";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    height: calc(100% + 80px);
    width: 100%;
    top: -40px;
    left: 0;
    z-index: -1;
    border-radius: 12px;
}footer .head-nav-np {
    position: relative;
    padding: 0 30px;
}footer .head-nav-np::after {
    height: 1px;
    position: absolute;
    left: 30px;
    background: linear-gradient(90deg, rgb(208,191,203), transparent);
    right: 30px;
    content: "";
    bottom: -15px;
}footer .head-nav-np svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}footer .eco-foot-Um {
    max-width: 330px;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}footer .head-prime-cd {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: -10px;
    z-index: 1;
    border-radius: 12px;
    margin-left: 20px;
    padding: 30px;
    position: relative;
    margin-right: 20px;
    background-color: rgb(233,225,231);
}footer .head-prime-cd h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    display: inline-block;
}footer .head-prime-cd h5::after {
    position: absolute;
    background-color: rgb(208,191,203);
    left: 0;
    width: 50px;
    content: "";
    height: 2px;
    bottom: -7px;
}footer .top-skill-2b {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    gap: 10px;
}footer .top-skill-2b a {
    font-size: 16px;
    text-decoration: none;
    padding: 8px 0;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    color: #000000;
}footer .top-skill-2b a::after {
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    transition: width 0.3s ease;
    background-color: rgb(208,191,203);
    position: absolute;
    content: "";
}footer .top-skill-2b a:hover {
    transform: translateX(5px);
    color: rgb(208,191,203);
}footer .top-skill-2b a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    margin-top: -10px;
    z-index: 0;
    padding: 30px;
    background-color: rgb(208,191,203);
    margin-right: 40px;
    margin-left: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    color: #ffffff;
}footer .subscribe_holder::before {
    top: -15px;
    height: 30px;
    transform: rotate(45deg);
    width: 30px;
    right: 30px;
    content: "";
    background-color: rgb(208,191,203);
    position: absolute;
    z-index: -1;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    padding: 14px 16px;
    font-size: 16px;
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .sub-updates-U5 {
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    background-color: #000000;
    cursor: pointer;
    border-radius: 10px;
}footer .sub-updates-U5:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(173,152,168);
}footer .challenge-cta-Hi {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .access-cta-9W {
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    padding: 8px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .top-skill-2b {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-updates-U5 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .head-prime-cd {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .chrome-ext-Yc {
    padding: 80px 0 30px;
}footer .instant-contact-Hq {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .head-prime-cd, footer .subscribe_holder {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
}footer .challenge-cta-Hi {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .chrome-ext-Yc {
    padding: 60px 0 20px;
}footer .instant-contact-Hq {
    transform: translateY(-20px);
    margin-bottom: 40px;
    padding: 15px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .head-nav-np {
    padding: 0 20px;
}footer .head-nav-np::after {
    right: 20px;
    left: 20px;
}footer .head-prime-cd h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .top-skill-2b a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .sub-updates-U5 {
    padding: 12px 15px;
}}header {
    width: 100%;
    overflow: visible;
    background: rgb(233,225,231);
    position: relative;
    z-index: 99;
}header::before {
    top: 0;
    opacity: 0.15;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(208,191,203,0.5) 0%, transparent 50%, rgb(208,191,203,0.5) 100%);
}header .top-pagebar-Pc {
    padding: 20px;
    gap: 15px;
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    display: grid;
}header .top-pagebar-Pc::after {
    background: linear-gradient(90deg, transparent, rgb(208,191,203,0.5), transparent);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
}header .top-pagebar-Pc .head-nav-np {
    position: relative;
    padding: 5px 20px 15px;
    justify-self: center;
    z-index: 10;
}header .top-pagebar-Pc .head-nav-np::before,
header .top-pagebar-Pc .head-nav-np::after {
    height: 90%;
    border-radius: 10px;
    position: absolute;
    width: 90%;
    content: "";
}header .top-pagebar-Pc .head-nav-np::before {
    transition: transform 0.3s ease;
    border-left: 2px solid rgb(208,191,203);
    top: -5px;
    transform-origin: top left;
    border-top: 2px solid rgb(208,191,203);
    left: -5px;
    transform: scale(0);
}header .top-pagebar-Pc .head-nav-np::after {
    border-right: 2px solid rgb(173,152,168);
    right: -5px;
    transition: transform 0.3s ease;
    transform: scale(0);
    transform-origin: bottom right;
    border-bottom: 2px solid rgb(173,152,168);
    bottom: -5px;
}header .top-pagebar-Pc .head-nav-np:hover::before,
header .top-pagebar-Pc .head-nav-np:hover::after {
    transform: scale(1);
}header .top-pagebar-Pc .head-nav-np .head-skill-hb {
    transition: transform 0.3s ease;
    display: block;
}header .top-pagebar-Pc .head-nav-np .head-skill-hb svg {
    height: 60px;
    width: auto;
}header .top-pagebar-Pc .head-prime-cd {
    background: linear-gradient(180deg, transparent, rgb(173,152,168) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    list-style: none;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 20px 0 10px;
    justify-content: center;
    display: flex;
}header .top-pagebar-Pc .head-prime-cd::before,
header .top-pagebar-Pc .head-prime-cd::after {
    width: 2px;
    height: 70%;
    position: absolute;
    content: "";
    background: rgb(208,191,203,0.5);
    top: 15%;
}header .top-pagebar-Pc .head-prime-cd::before {
    left: 0;
}header .top-pagebar-Pc .head-prime-cd::after {
    right: 0;
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu {
    position: relative;
    transition: transform 0.3s ease;
    margin: 0;
    padding: 0 15px;
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu:not(:last-child)::after {
    top: 20%;
    position: absolute;
    right: 0;
    height: 60%;
    content: "";
    width: 1px;
    background: rgb(173,152,168,0.5);
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu:hover {
    transform: translateY(-3px);
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu a {
    padding: 10px 5px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    display: block;
    transition: color 0.3s ease;
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu a:hover {
    color: rgb(208,191,203);
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu a::before {
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(173,152,168);
    transform: scaleX(0);
    bottom: 5px;
    content: "";
    height: 2px;
    left: 0;
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .top-pagebar-Pc {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .top-pagebar-Pc .head-prime-cd {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .top-pagebar-Pc {
    gap: 10px;
    padding: 15px;
    grid-template-rows: auto auto;
}header .top-pagebar-Pc .head-nav-np {
    padding: 5px 10px;
}header .top-pagebar-Pc .head-nav-np .head-skill-hb svg {
    height: 45px;
}header .top-pagebar-Pc .head-prime-cd {
    padding: 15px 0 10px;
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu {
    padding: 0 10px;
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu a {
    font-size: calc(13px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .top-pagebar-Pc .head-prime-cd {
    justify-content: center;
    flex-wrap: wrap;
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu {
    margin: 3px 0;
}header .top-pagebar-Pc .head-prime-cd .head-learn-bu:not(:last-child)::after {
    display: none;
}}.opening-board-eb {
    position: relative;
    box-shadow: 
    12px 12px 24px rgba(0, 0, 0, 0.08),
    -12px -12px 24px #ffffff;
    padding: 120px 40px;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(233,225,231), #f0f4f8);
}.opening-board-eb::before {
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgb(173,152,168,0.5) 0%, transparent 35%),
    radial-gradient(circle at 90% 80%, rgb(208,191,203,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    opacity: 0.15;
    width: 100%;
}.opening-board-eb > div {
    grid-template-columns: 1fr;
    z-index: 1;
    display: grid;
    position: relative;
    gap: 50px;
    margin: 0 auto;
    max-width: 1200px;
}.opening-board-eb h1.course-intro-Rs {
    margin-bottom: 1.5rem;
    transition: transform 0.5s ease;
    color: #000000;
    font-size: 47px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}.opening-board-eb h1.course-intro-Rs::after {
    bottom: -15px;
    position: absolute;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,168));
    border-radius: 10px;
    content: "";
    transition: width 0.3s ease;
    width: 80px;
}.opening-board-eb h1.course-intro-Rs:hover::after {
    width: 120px;
}.opening-board-eb p {
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 600px;
    font-size: calc(13px + 2px);
    transition: transform 0.4s ease;
    transform: translateY(0);
    color: #000000;
}.fast-edu-fC {
    transition: transform 0.5s ease;
    position: relative;
    width: 100%;
    transform: translateY(0);
}.fast-edu-fC:hover {
    transform: translateY(-8px);
}.opening-board-eb .fast-classes-5g {
    width: 100%;
    border-radius: 30px;
    transition: all 0.4s ease;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.1),
    -10px -10px 20px rgb(255, 255, 255, 0.5);
    height: 400px;
    position: relative;
    overflow: hidden;
}.opening-board-eb .fast-classes-5g::before {
    inset: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7));
    position: absolute;
}.opening-board-eb .fast-classes-5g span {
    padding: 30px;
    bottom: 0;
    transform: translateY(0);
    transition: transform 0.3s ease;
    left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
}.opening-board-eb .fast-classes-5g:hover span {
    transform: translateY(-8px);
}.opening-board-eb .fast-classes-5g h3 {
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    font-size: calc(22px - 1px);
    color: #ffffff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {.opening-board-eb > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.opening-board-eb > div > div:first-child {
    padding-right: 30px;
}.opening-board-eb .fast-classes-5g {
    height: 450px;
}
}

@media (min-width: 992px) {.opening-board-eb {
    padding: 150px 60px;
}.opening-board-eb h1.course-intro-Rs {
    font-size: calc(47px + 4px);
}.opening-board-eb p {
    font-size: calc(13px + 4px);
}.opening-board-eb .fast-classes-5g {
    height: 480px;
}.opening-board-eb .fast-classes-5g h3 {
    font-size: 22px;
}
}

@media (max-width: 767px) {.opening-board-eb {
    padding: 80px 20px;
}.opening-board-eb h1.course-intro-Rs {
    font-size: calc(47px - 4px);
}.opening-board-eb p {
    font-size: 13px;
}.opening-board-eb .fast-classes-5g {
    height: 350px;
}.opening-board-eb .fast-classes-5g h3 {
    font-size: calc(22px - 2px);
}
}

@media (max-width: 480px) {.opening-board-eb {
    padding: 60px 15px;
}.opening-board-eb h1.course-intro-Rs {
    font-size: calc(47px - 8px);
}.opening-board-eb .fast-classes-5g {
    height: 300px;
}.opening-board-eb .fast-classes-5g span {
    padding: 20px;
}.opening-board-eb .fast-classes-5g h3 {
    font-size: calc(22px - 3px);
}}.cookie-popup-disclosure-xP {
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(208,191,203);
    z-index: 90;
    width: 100%;
    padding: 15px 20px;
    bottom: 0;
    background: rgb(173,152,168);
}.edu-approve-Fs {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.consent-box-Uh {
    flex-shrink: 0;
    margin-right: 20px;
}.consent-box-Uh svg {
    height: 50px;
    width: 50px;
    fill: rgb(208,191,203);
}.track-manage-Y2 {
    display: flex;
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
}.cookie-popup-disclosure-xP h5 {
    font-weight: 700;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 10px;
}.cookie-popup-disclosure-xP p {
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}.cookie-lock-ju {
    text-align: center;
    transition: none;
    flex-shrink: 0;
    font-size: 18px;
    background: rgb(208,191,203);
    border-radius: 10px;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    min-width: 150px;
    border: 2px solid rgb(208,191,203);
    padding: 10px 20px;
}.cookie-lock-ju:hover {
    background: rgb(208,191,203,0.5);
    border-color: rgb(208,191,203,0.5);
}.cookie-popup-disclosure-xP p a {
    color: rgb(208,191,203);
    text-decoration: none;
    border-bottom: 2px solid rgb(208,191,203);
}.cookie-popup-disclosure-xP p a:hover {
    border-bottom-color: rgb(173,152,168);
    color: rgb(173,152,168);
}
@media only screen and (max-width: 1200px) {.cookie-popup-disclosure-xP {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.consent-box-Uh {
    display: none;
}.edu-approve-Fs {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-popup-disclosure-xP h5, .cookie-popup-disclosure-xP p {
    text-align: center;
}.track-manage-Y2 {
    margin-bottom: 15px;
}.cookie-lock-ju {
    margin-top: 10px;
    margin-left: 0;
}}
#popupPrivacyNotice-yR {
    display: none;
}#popupPrivacyNotice-yR:checked ~ .cookie-popup-disclosure-xP {
    opacity: 0;
    visibility: hidden;
}.aspiring-learners-uk {
    position: relative;
    background: rgb(233,225,231);
    padding: 120px 0 100px;
    perspective: 1000px;
    overflow: hidden;
}.aspiring-learners-uk::before {
    width: 600px;
    content: '';
    opacity: 0.6;
    background: linear-gradient(45deg, rgb(208,191,203,0.5), rgb(173,152,168,0.5));
    filter: blur(60px);
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    animation: rotateBlob 20s infinite linear;
    top: -10%;
    position: absolute;
    right: -5%;
    height: 600px;
    transform: rotate(-15deg);
}@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

.aspiring-learners-uk .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.aspiring-learners-uk .expert-team-Wk {
    position: relative;
    z-index: 2;
    padding: 0;
    display: flex;
    flex-direction: column;
}.aspiring-learners-uk h4 {
    transform: translateZ(40px);
    color: #000000;
    padding-left: 35px;
    max-width: 700px;
    margin-bottom: 70px;
    font-size: 46px;
    font-weight: 700;
    position: relative;
}.aspiring-learners-uk h4::before {
    content: '';
    position: absolute;
    height: calc(100% - 20px);
    width: 8px;
    top: 15px;
    background: rgb(208,191,203);
    border-radius: 10px;
    left: 0;
}.aspiring-learners-uk h4::after {
    background: rgb(173,152,168);
    position: absolute;
    left: 30px;
    height: 3px;
    content: '';
    border-radius: 10px;
    bottom: -15px;
    width: 120px;
}.aspiring-learners-uk div > div {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    display: grid;
    gap: 25px;
    transform-style: preserve-3d;
}.aspiring-learners-uk p {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 30px;
    font-size: 16px;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin: 0;
    transform: translateZ(0);
    border-radius: 21px;
    align-items: flex-start;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    display: flex;
}.aspiring-learners-uk p:hover {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.aspiring-learners-uk p svg {
    height: 30px;
    margin-top: 3px;
    width: 30px;
    margin-right: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}.aspiring-learners-uk p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.aspiring-learners-uk p svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,203);
}.aspiring-learners-uk p:hover svg path {
    fill: rgb(173,152,168);
}.aspiring-learners-uk p::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,168));
    height: 4px;
    bottom: 0;
    transform-origin: left;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    transition: transform 0.4s ease;
}.aspiring-learners-uk p:hover::after {
    transform: scaleX(1);
}.aspiring-learners-uk p:nth-child(1) {
    grid-row: 1;
    z-index: 5;
    grid-column: 1 / span 6;
}.aspiring-learners-uk p:nth-child(2) {
    grid-row: 1;
    grid-column: 8 / span 5;
    z-index: 4;
}.aspiring-learners-uk p:nth-child(3) {
    grid-column: 3 / span 6;
    grid-row: 2;
    z-index: 6;
}.aspiring-learners-uk p:nth-child(4) {
    grid-column: 1 / span 4;
    z-index: 3;
    grid-row: 3;
}.aspiring-learners-uk p:nth-child(5) {
    z-index: 2;
    grid-column: 6 / span 7;
    grid-row: 3;
}.aspiring-learners-uk p:nth-child(6) {
    z-index: 1;
    grid-row: 4;
    grid-column: 2 / span 5;
}.aspiring-learners-uk p:nth-child(7) {
    grid-column: 8 / span 5;
    z-index: 1;
    grid-row: 4;
}.aspiring-learners-uk p:nth-child(8) {
    grid-column: 4 / span 6;
    grid-row: 5;
    z-index: 1;
}@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.aspiring-learners-uk p {
    opacity: 0;
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.aspiring-learners-uk p:nth-child(1) {
    animation-delay: 0.1s;
}.aspiring-learners-uk p:nth-child(2) {
    animation-delay: 0.3s;
}.aspiring-learners-uk p:nth-child(3) {
    animation-delay: 0.5s;
}.aspiring-learners-uk p:nth-child(4) {
    animation-delay: 0.7s;
}.aspiring-learners-uk p:nth-child(5) {
    animation-delay: 0.9s;
}.aspiring-learners-uk p:nth-child(6) {
    animation-delay: 1.1s;
}.aspiring-learners-uk p:nth-child(7) {
    animation-delay: 1.3s;
}.aspiring-learners-uk p:nth-child(8) {
    animation-delay: 1.5s;
}

@media screen and (max-width: 1200px) {.aspiring-learners-uk p:nth-child(1) {
    grid-column: 1 / span 7;
}.aspiring-learners-uk p:nth-child(2) {
    grid-column: 8 / span 5;
}.aspiring-learners-uk p:nth-child(3) {
    grid-column: 2 / span 7;
}.aspiring-learners-uk p:nth-child(4) {
    grid-column: 1 / span 5;
}.aspiring-learners-uk p:nth-child(5) {
    grid-column: 6 / span 7;
}
}

@media screen and (max-width: 992px) {.aspiring-learners-uk {
    padding: 90px 0 80px;
}.aspiring-learners-uk h4 {
    font-size: calc(46px * 0.85);
    margin-bottom: 60px;
}.aspiring-learners-uk div > div {
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}.aspiring-learners-uk p {
    padding: 25px;
}.aspiring-learners-uk p:nth-child(1) {
    grid-column: 1 / span 4;
}.aspiring-learners-uk p:nth-child(2) {
    grid-column: 5 / span 4;
}.aspiring-learners-uk p:nth-child(3) {
    grid-column: 2 / span 6;
}.aspiring-learners-uk p:nth-child(4) {
    grid-column: 1 / span 3;
}.aspiring-learners-uk p:nth-child(5) {
    grid-column: 4 / span 5;
}.aspiring-learners-uk p:nth-child(6) {
    grid-column: 2 / span 6;
}.aspiring-learners-uk p:nth-child(7) {
    grid-column: 1 / span 4;
}.aspiring-learners-uk p:nth-child(8) {
    grid-column: 5 / span 4;
}
}

@media screen and (max-width: 768px) {.aspiring-learners-uk {
    padding: 80px 0 70px;
}.aspiring-learners-uk h4 {
    margin-bottom: 50px;
    padding-left: 25px;
    font-size: calc(46px * 0.7);
}.aspiring-learners-uk h4::before {
    width: 6px;
}.aspiring-learners-uk div > div {
    gap: 15px;
    grid-template-columns: 1fr;
}.aspiring-learners-uk p {
    grid-row: auto !important;
    grid-column: 1 !important;
    padding: 20px;
}.aspiring-learners-uk p svg {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}}.who-we-are-9A {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(208,191,203) 0%, #000000 100%);
}.who-we-are-9A::before {
    position: absolute;
    content: "";
    width: 200%;
    z-index: 1;
    opacity: 0.1;
    animation: rotate-slow 120s linear infinite;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    left: -50%;
    height: 200%;
    top: -50%;
}.who-we-are-9A::after {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.who-we-are-9A .container {
    z-index: 5;
    position: relative;
}.who-we-are-9A h2 {
    text-transform: uppercase;
    color: rgb(208,191,203);
    text-align: center;
    font-size: 48px;
    margin-bottom: 80px;
    font-weight: 700;
    position: relative;
    letter-spacing: 5px;
}.who-we-are-9A h2::before {
    bottom: -20px;
    content: "";
    width: 100px;
    transform: translateX(-50%);
    height: 1px;
    position: absolute;
    background-color: rgb(208,191,203);
    left: 50%;
}.who-we-are-9A .success-story-UN {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}.who-we-are-9A .knowledge-learn-be {
    overflow: hidden;
    perspective: 1000px;
    flex: 0 0 50%;
    position: relative;
    padding: 20px;
}.who-we-are-9A .knowledge-learn-be:first-child {
    animation: card-in-left 1s ease-out forwards;
    transform-origin: right center;
}.who-we-are-9A .knowledge-learn-be:last-child {
    animation: card-in-right 1s ease-out forwards;
    transform-origin: left center;
}@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes card-in-right {
    0% {
        transform: translateX(100%) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

.who-we-are-9A .knowledge-learn-be h3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    text-align: center;
    font-size: 22px;
    position: relative;
    margin: 0 0 20px 0;
}.who-we-are-9A .knowledge-learn-be p {
    font-size: 12px;
    color: #ffffff;
    padding: 0 40px;
    position: relative;
    opacity: 1;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
    line-height: 1.8;
}.who-we-are-9A .knowledge-learn-be::before {
    content: "";
    transform: skewY(0deg);
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: transform 0.5s ease;
    top: 0;
}.who-we-are-9A .knowledge-learn-be:hover::before {
    transform: skewY(-2deg);
}.who-we-are-9A .knowledge-learn-be::after {
    content: "";
    left: 0;
    transition: opacity 0.5s ease;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(208,191,203,0.5) 0%, transparent 100%);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}.who-we-are-9A .knowledge-learn-be:hover::after {
    opacity: 0.2;
}.who-we-are-9A .knowledge-learn-be h3::before {
    height: 1px;
    width: 30px;
    left: 50%;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background-color: rgb(173,152,168);
    bottom: -10px;
}.who-we-are-9A .knowledge-learn-be:first-child::before {
    border-right: 1px solid rgb(208,191,203,0.5);
}.who-we-are-9A .knowledge-learn-be:last-child::before {
    border-left: 1px solid rgb(173,152,168,0.5);
}.who-we-are-9A .success-story-UN::before {
    top: 50%;
    border-radius: 50%;
    width: 40px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgb(208,191,203,0.5);
    background-color: rgb(208,191,203);
    position: absolute;
    z-index: 10;
    animation: pulse-circle 2s infinite;
    left: 50%;
    content: "";
    height: 40px;
}.who-we-are-9A .success-story-UN::after {
    top: 50%;
    z-index: 11;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 20px;
    position: absolute;
    background-color: rgb(173,152,168);
    width: 20px;
    content: "";
    left: 50%;
}@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.who-we-are-9A .container::before {
    width: 200px;
    position: absolute;
    opacity: 0.2;
    animation: float-element 10s ease-in-out infinite;
    height: 200px;
    top: -100px;
    content: "";
    border-radius: 20px;
    left: -100px;
    border: 1px solid rgb(208,191,203,0.5);
    transform: rotate(45deg);
}.who-we-are-9A .container::after {
    transform: rotate(45deg);
    width: 200px;
    opacity: 0.2;
    content: "";
    bottom: -100px;
    right: -100px;
    border-radius: 20px;
    animation: float-element 10s ease-in-out infinite reverse;
    border: 1px solid rgb(173,152,168,0.5);
    height: 200px;
    position: absolute;
}

@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}

@media screen and (max-width: 992px) {.who-we-are-9A {
    padding: 100px 0;
}.who-we-are-9A .knowledge-learn-be {
    padding: 40px 0;
    flex: 0 0 100%;
}.who-we-are-9A .knowledge-learn-be:first-child {
    animation: card-in-top 1s ease-out forwards;
}.who-we-are-9A .knowledge-learn-be:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}@keyframes card-in-top {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .who-we-are-9A .success-story-UN::before,
    .who-we-are-9A .success-story-UN::after {
    display: none;
}.who-we-are-9A .knowledge-learn-be:first-child::before {
    border-bottom: 1px solid rgb(208,191,203,0.5);
    border-right: none;
}.who-we-are-9A .knowledge-learn-be:last-child::before {
    border-top: 1px solid rgb(173,152,168,0.5);
    border-left: none;
}
}

@media screen and (max-width: 768px) {.who-we-are-9A {
    padding: 80px 0;
}.who-we-are-9A h2 {
    letter-spacing: 3px;
    margin-bottom: 60px;
    font-size: calc(48px * 0.8);
}.who-we-are-9A .knowledge-learn-be h3 {
    letter-spacing: 1px;
    font-size: calc(22px * 0.9);
}.who-we-are-9A .knowledge-learn-be p {
    padding: 0 30px;
}.who-we-are-9A .container::before,
    .who-we-are-9A .container::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 576px) {.who-we-are-9A {
    padding: 60px 0;
}.who-we-are-9A h2 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(48px * 0.7);
}.who-we-are-9A h2::before {
    bottom: -15px;
    width: 80px;
}.who-we-are-9A .knowledge-learn-be {
    padding: 30px 0;
}.who-we-are-9A .knowledge-learn-be h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.85);
}.who-we-are-9A .knowledge-learn-be h3::before {
    bottom: -8px;
    width: 25px;
}.who-we-are-9A .knowledge-learn-be p {
    padding: 0 20px;
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.who-we-are-9A .container::before,
    .who-we-are-9A .container::after {
    height: 100px;
    width: 100px;
}}.learning-profits-TF {
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgb(208,191,203,0.5) 100%);
    position: relative;
}.learning-profits-TF::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(173,152,168,0.5) 0%, transparent 50%);
    opacity: 0.4;
}.learning-profits-TF .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.learning-profits-TF .expert-team-Wk {
    gap: 50px;
    display: flex;
    align-items: center;
}.learning-profits-TF .capture-2S {
    transform: translateY(-10px);
    max-width: 38%;
    border-radius: 16px;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease;
    flex: 0 0 38%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.learning-profits-TF .capture-2S::after {
    right: -15px;
    border: 2px solid rgb(208,191,203,0.5);
    border-radius: 16px;
    transition: all 0.5s ease;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: -15px;
    opacity: 0.5;
    content: "";
    z-index: -1;
}.learning-profits-TF .capture-2S:hover {
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.learning-profits-TF .capture-2S:hover::after {
    opacity: 0.7;
    top: 10px;
    left: 10px;
    bottom: -10px;
    right: -10px;
}.learning-profits-TF .description-card-LP {
    background: #ffffff;
    flex: 0 0 55%;
    position: relative;
    padding: 40px 35px;
    border-radius: 16px;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.learning-profits-TF .description-card-LP::before {
    border-radius: 10px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(208,191,203), rgb(173,152,168));
    content: "";
    height: 100%;
    width: 6px;
    left: 0;
}.learning-profits-TF h3 {
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.learning-profits-TF h3::after {
    bottom: -12px;
    content: "";
    background: rgb(208,191,203);
    border-radius: 10px;
    left: 15px;
    height: 3px;
    width: 80px;
    position: absolute;
}.learning-profits-TF ul {
    flex-direction: column;
    gap: 15px;
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0 0 0 15px;
}.learning-profits-TF li {
    border-radius: 8px;
    background: linear-gradient(90deg, #ffffff, rgb(233,225,231) 180%);
    padding: 15px;
    position: relative;
    transition: all 0.3s ease;
}.learning-profits-TF li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, #ffffff, rgb(173,152,168,0.5) 180%);
    transform: translateX(10px);
}.learning-profits-TF li p {
    align-items: center;
    color: #000000;
    font-size: 13px;
    display: flex;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    gap: 16px;
}.learning-profits-TF svg {
    background: #ffffff;
    align-items: center;
    transition: all 0.3s ease;
    width: 24px;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 24px;
    padding: 5px;
}.learning-profits-TF svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,203);
}.learning-profits-TF li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.learning-profits-TF li:hover svg path {
    fill: rgb(173,152,168);
}

@media (max-width: 992px) {.learning-profits-TF {
    padding: 70px 0;
}.learning-profits-TF .expert-team-Wk {
    gap: 40px;
    flex-direction: column;
}.learning-profits-TF .capture-2S {
    flex: none;
    max-width: 60%;
    margin: 0 auto;
}.learning-profits-TF .description-card-LP {
    width: 90%;
    margin: 0 auto;
    flex: none;
}.learning-profits-TF .description-card-LP::before {
    height: 6px;
    left: 0;
    width: 100%;
    top: 0;
}
}

@media (max-width: 576px) {.learning-profits-TF {
    padding: 50px 0;
}.learning-profits-TF .capture-2S {
    max-width: 80%;
}.learning-profits-TF .capture-2S::after {
    display: none;
}.learning-profits-TF .description-card-LP {
    padding: 30px 20px;
    width: 100%;
}.learning-profits-TF h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.learning-profits-TF ul {
    gap: 12px;
}.learning-profits-TF li {
    padding: 12px;
}.learning-profits-TF svg {
    width: 22px;
    height: 22px;
}}.program-overview-8G {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(233,225,231);
}.program-overview-8G::before {
    width: 100%;
    content: "";
    background-size: 20px 20px;
    opacity: 0.15;
    left: 0;
    z-index: 1;
    animation: gridMove 40s linear infinite;
    height: 100%;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(208,191,203,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(208,191,203,0.5) 100%);
}.program-overview-8G::after {
    opacity: 0.2;
    background: 
        radial-gradient(circle at 20% 20%, rgb(208,191,203,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(173,152,168,0.5) 0%, transparent 40%);
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.program-overview-8G .container {
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    z-index: 2;
    max-width: 1200px;
    align-items: center;
    position: relative;
}.program-overview-8G .education-guide-gR {
    gap: 60px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    max-width: 900px;
    justify-content: center;
}.program-overview-8G .description-card-LP {
    text-align: center;
    position: relative;
    width: 100%;
    border-radius: 25px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
}.program-overview-8G .description-card-LP::before {
    pointer-events: none;
    left: 0;
    content: "";
    width: 100%;
    border-radius: 25px;
    border: 1px solid rgb(208,191,203,0.5);
    opacity: 0.3;
    position: absolute;
    height: 100%;
    top: 0;
}.program-overview-8G .description-card-LP::after {
    height: 3px;
    top: -15px;
    width: 60px;
    background: linear-gradient(to right, rgb(208,191,203), rgb(173,152,168));
    position: absolute;
    content: "";
    left: calc(50% - 30px);
}.program-overview-8G .description-card-LP h2 {
    display: inline-block;
    color: #000000;
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 700;
    position: relative;
}.program-overview-8G .description-card-LP h2::after {
    left: calc(50% - 40px);
    position: absolute;
    height: 2px;
    bottom: -10px;
    background: rgb(208,191,203,0.5);
    content: "";
    width: 80px;
}.program-overview-8G .description-card-LP .description {
    max-width: 800px;
    color: #000000;
    margin-bottom: 20px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}.program-overview-8G .description-card-LP .description:last-child {
    margin-bottom: 0;
}.program-overview-8G .capture-2S {
    z-index: 2;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    height: 450px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    width: 100%;
}.program-overview-8G .container::before {
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    animation: circuitPulse 8s infinite alternate;
    left: 0;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(to right, rgb(208,191,203,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(208,191,203,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(208,191,203,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(173,152,168,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(208,191,203,0.5) 2px, transparent 2px);
    opacity: 0.05;
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.program-overview-8G .education-guide-gR::before {
    animation: floatParticles 40s linear infinite;
    position: absolute;
    z-index: 0;
    background-size: 600px 600px;
    content: "";
    left: -100px;
    top: -100px;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(208,191,203,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(173,152,168,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(208,191,203,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(173,152,168,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(208,191,203,0.5) 1px, transparent 1px);
    height: calc(100% + 200px);
    width: calc(100% + 200px);
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.program-overview-8G .education-guide-gR::after {
    background: linear-gradient(to right, transparent, rgb(173,152,168,0.5), transparent);
    bottom: -30px;
    content: "";
    width: 100px;
    position: absolute;
    left: calc(50% - 50px);
    height: 2px;
}.program-overview-8G .container::after {
    background-image: 
        repeating-linear-gradient(60deg, rgb(208,191,203,0.5) 0, rgb(208,191,203,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(208,191,203,0.5) 0, rgb(208,191,203,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(208,191,203,0.5) 0, rgb(208,191,203,0.5) 1px, transparent 1px, transparent 30px);
    content: "";
    height: 100%;
    animation: hexMove 60s linear infinite;
    top: 0;
    background-size: 50px 86.6px;
    z-index: 0;
    width: 100%;
    opacity: 0.03;
    position: absolute;
    left: 0;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.program-overview-8G .capture-2S::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.program-overview-8G .description-card-LP h2 {
    animation: reveal 0.8s forwards;
}.program-overview-8G .description-card-LP .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.program-overview-8G .description-card-LP .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.program-overview-8G .education-guide-gR {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    grid-template-rows: auto auto;
}.program-overview-8G .description-card-LP {
    margin-top: -80px;
    grid-row: 2;
    z-index: 4;
}.program-overview-8G .capture-2S {
    height: 500px;
    grid-row: 1;
}
}

@media (max-width: 991px) {.program-overview-8G {
    padding: 80px 0;
}.program-overview-8G .education-guide-gR {
    gap: 40px;
}.program-overview-8G .description-card-LP {
    padding: 30px;
}.program-overview-8G .capture-2S {
    height: 400px;
}
}

@media (max-width: 768px) {.program-overview-8G {
    padding: 60px 0;
}.program-overview-8G .description-card-LP {
    padding: 25px;
}.program-overview-8G .capture-2S {
    height: 350px;
}.program-overview-8G .description-card-LP h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.program-overview-8G {
    padding: 50px 0;
}.program-overview-8G .description-card-LP {
    padding: 20px;
}.program-overview-8G .capture-2S {
    height: 300px;
}.program-overview-8G .description-card-LP h2 {
    font-size: calc(34px * 0.8);
}.program-overview-8G .description-card-LP .description {
    font-size: calc(15px * 0.95);
}
}

@media (min-width: 992px) {.program-overview-8G .description-card-LP:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.program-overview-8G .description-card-LP:hover::before {
    opacity: 0.5;
    transition: all 0.3s ease;
    border-color: rgb(208,191,203);
}.program-overview-8G .capture-2S:hover::after {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(208,191,203);
}header .top_plank .top-divider-xm div svg, header .top_plank .top-divider-xm div svg path {
    fill: #ffffff;
}header .top_plank .top-divider-xm div span {
    color: #ffffff;
}header .top_plank .top-divider-xm {
    font-size: 14px;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 10px 0;
    align-items: center;
    flex-wrap: wrap;
    line-height: 21px;
    display: flex;
}header .top_plank .top-divider-xm div {
    align-items: center;
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .top-divider-xm div img, header .top_plank .top-divider-xm div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.thanksBox-5h {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgb(173,152,168,0.5) 100%);
}.thanksBox-5h::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.06;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(173,152,168,0.5) 0px,
            rgb(173,152,168,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    position: absolute;
    top: 0;
    width: 100%;
}.thanksBox-5h::after {
    transform: rotate(15deg);
    content: "";
    opacity: 0.2;
    animation: float 18s infinite ease-in-out;
    top: -50px;
    position: absolute;
    border: 2px solid rgb(208,191,203,0.5);
    height: 200px;
    right: -50px;
    width: 200px;
}.thanksBox-5h .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.thanksBox-5h .expert-team-Wk {
    transform: perspective(1000px) rotateY(-2deg);
    flex-direction: column;
    background: #ffffff;
    padding: 60px 50px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(208,191,203);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
}.thanksBox-5h .expert-team-Wk:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thanksBox-5h .expert-team-Wk::before {
    right: 20px;
    content: "";
    opacity: 0.2;
    pointer-events: none;
    position: absolute;
    transform: scale(0.98);
    bottom: 20px;
    left: 20px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    top: 20px;
    border: 1px solid rgb(173,152,168,0.5);
}.thanksBox-5h .expert-team-Wk:hover::before {
    transform: scale(1);
    opacity: 0.3;
}.thanksBox-5h .expert-team-Wk > div:first-child {
    position: relative;
    margin-bottom: 30px;
}.thanksBox-5h .expert-team-Wk > div:first-child::after {
    background: rgb(208,191,203);
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
    width: 80px;
    bottom: -15px;
    transform-origin: left center;
    transform: scaleX(0.7);
}.thanksBox-5h .expert-team-Wk:hover > div:first-child::after {
    transform: scaleX(1);
}.thanksBox-5h h5 {
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}.thanksBox-5h h5::before {
    color: rgb(208,191,203,0.5);
    left: -30px;
    top: -20px;
    opacity: 0.3;
    position: absolute;
    font-size: calc(20px * 2.5);
    content: "";
}.thanksBox-5h p {
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}.thanksBox-5h a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}.thanksBox-5h a::after {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 1px;
    transform-origin: right center;
    width: 100%;
    bottom: 0;
    position: absolute;
    transform: scaleX(0);
    background-color: rgb(208,191,203);
    content: "";
}.thanksBox-5h a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}.thanksBox-5h a:hover p {
    color: rgb(208,191,203);
}

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

@media (min-width: 992px) {.thanksBox-5h .expert-team-Wk {
    padding: 80px 70px;
}.thanksBox-5h h5 {
    font-size: calc(20px * 1.1);
}.thanksBox-5h p {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 991px) {.thanksBox-5h {
    padding: 90px 0 70px;
}.thanksBox-5h .expert-team-Wk {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thanksBox-5h {
    padding: 70px 0 50px;
}.thanksBox-5h .expert-team-Wk {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.thanksBox-5h h5 {
    font-size: calc(20px * 0.95);
}.thanksBox-5h p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.thanksBox-5h {
    padding: 60px 0 40px;
}.thanksBox-5h .expert-team-Wk {
    padding: 30px 25px;
    border-left: 4px solid rgb(208,191,203);
}.thanksBox-5h .expert-team-Wk > div:first-child {
    margin-bottom: 25px;
}.thanksBox-5h h5 {
    font-size: calc(20px * 0.9);
}.thanksBox-5h h5::before {
    font-size: calc(20px * 2);
    left: -20px;
}.thanksBox-5h .expert-team-Wk > div:first-child::after {
    height: 2px;
    width: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.thanksBox-5h .expert-team-Wk,
    .thanksBox-5h .expert-team-Wk::before,
    .thanksBox-5h .expert-team-Wk > div:first-child::after,
    .thanksBox-5h a::after {
    transition: none;
}.thanksBox-5h::after {
    animation: none;
}}.sign-up-now-g5 {
    background: linear-gradient(45deg, #000000 0%, rgb(233,225,231) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.sign-up-now-g5::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    content: '';
    height: 100%;
    opacity: 0.07;
    background-image: 
        linear-gradient(rgb(208,191,203,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(208,191,203,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
}.sign-up-now-g5 .expert-team-Wk {
    padding: 70px 50px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 10;
    text-align: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}.sign-up-now-g5 .expert-team-Wk::before,
.sign-up-now-g5 .expert-team-Wk::after {
    height: 300px;
    width: 300px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    content: '';
    opacity: 0.5;
}.sign-up-now-g5 .expert-team-Wk::before {
    background: rgb(208,191,203);
    left: -100px;
    animation: float-blob1 15s ease-in-out infinite alternate;
    top: -100px;
}.sign-up-now-g5 .expert-team-Wk::after {
    background: rgb(173,152,168);
    bottom: -100px;
    right: -100px;
    animation: float-blob2 20s ease-in-out infinite alternate;
}.sign-up-now-g5 .container p {
    margin-bottom: 50px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 5;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 0.5px;
}.sign-up-now-g5 .container p::first-letter {
    color: rgb(208,191,203);
    font-size: 130%;
}.sign-up-now-g5 .help-request-Ug {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    z-index: 5;
    padding: 16px 42px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 14px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    font-weight: 600;
    -webkit-backdrop-filter: blur(5px);
    font-size: 18px;
}.sign-up-now-g5 .help-request-Ug::before {
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(45deg, rgb(208,191,203), rgb(173,152,168));
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
    opacity: 0;
    z-index: -1;
    top: 0;
}.sign-up-now-g5 .help-request-Ug:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) scale(1.05);
}.sign-up-now-g5 .help-request-Ug:hover::before {
    opacity: 0.8;
}.sign-up-now-g5::after {
    animation: twinkle 10s linear infinite;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 50px 50px;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float-blob1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.2);
    }
    100% {
        transform: translate(10px, 40px) scale(0.8);
    }
}

@keyframes float-blob2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, -20px) scale(1.2);
    }
    100% {
        transform: translate(-10px, -40px) scale(0.9);
    }
}

@media (max-width: 991px) {.sign-up-now-g5 {
    padding: 90px 0;
}.sign-up-now-g5 .expert-team-Wk {
    padding: 50px 30px;
}.sign-up-now-g5 .container p {
    font-size: calc(23px * 1.3);
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.sign-up-now-g5 {
    padding: 70px 0;
}.sign-up-now-g5 .expert-team-Wk {
    padding: 40px 25px;
}.sign-up-now-g5 .container p {
    margin-bottom: 30px;
    font-size: 23px;
}.sign-up-now-g5 .help-request-Ug {
    padding: 14px 34px;
}
}

@media (max-width: 480px) {.sign-up-now-g5 {
    padding: 50px 0;
}.sign-up-now-g5 .expert-team-Wk {
    padding: 30px 20px;
}.sign-up-now-g5 .container p {
    font-size: calc(18px * 1.2);
    margin-bottom: 25px;
}.sign-up-now-g5 .help-request-Ug {
    font-size: calc(18px * 0.9);
    padding: 12px 28px;
}.sign-up-now-g5 .expert-team-Wk::before,
    .sign-up-now-g5 .expert-team-Wk::after {
    height: 200px;
    width: 200px;
}}.privacy-lair-ns {
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    color: #ffffff;
    background-color: rgb(208,191,203);
    border: 1px solid rgb(173,152,168);
}.privacy-lair-ns h1, .privacy-lair-ns h2, .privacy-lair-ns h3, .privacy-lair-ns h4, .privacy-lair-ns h5, .privacy-lair-ns h6 {
    color: rgb(173,152,168);
    text-shadow: 0 0 5px rgb(208,191,203);
    margin-bottom: 20px;
}.privacy-lair-ns h1 {
    border-bottom: 1px solid rgb(173,152,168);
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 38px;
}.privacy-lair-ns h2 {
    padding-bottom: 8px;
    border-bottom: 1px dashed rgb(173,152,168);
    font-size: 37px;
    font-weight: 600;
}.privacy-lair-ns h3 {
    font-size: 1.5em;
    font-weight: 600;
}.privacy-lair-ns h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy-lair-ns h5 {
    font-weight: 400;
    font-size: 24px;
}.privacy-lair-ns h6 {
    font-size: 17px;
    font-weight: 300;
}.privacy-lair-ns ul, .privacy-lair-ns ol {
    padding-left: 20px;
    margin-left: 20px;
}.privacy-lair-ns ul li, .privacy-lair-ns ol li {
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
    position: relative;
    color: rgb(173,152,168);
}.privacy-lair-ns ul li:before {
    content: '➤';
    color: rgb(208,191,203);
    left: 0;
    position: absolute;
    font-size: 1.2em;
}.privacy-lair-ns p, .privacy-lair-ns span, .privacy-lair-ns div {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 13px;
}
@media only screen and (max-width: 800px) {.privacy-lair-ns {
    padding: 20px 10px;
}.privacy-lair-ns h1 {
    font-size: calc(24px - 10%);
}.privacy-lair-ns h2 {
    font-size: calc(24px - 10%);
}.privacy-lair-ns p, .privacy-lair-ns span, .privacy-lair-ns div {
    font-size: calc(13px - 10%);
}}
.privacy-lair-ns a {
    border-bottom: 1px solid rgb(208,191,203);
    color: rgb(208,191,203);
    text-decoration: none;
}.privacy-lair-ns a:hover {
    color: rgb(173,152,168);
    border-bottom: 1px solid rgb(173,152,168);
}.privacy-lair-ns blockquote {
    color: rgb(173,152,168);
    margin: 20px 0;
    border-left: 5px solid rgb(173,152,168);
    font-style: italic;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}.privacy-lair-ns code {
    border-radius: 10px;
    padding: 2px 6px;
    color: #000000;
    background-color: rgb(208,191,203,0.5);
    font-family: monospace;
}.privacy-lair-ns hr {
    background: rgb(208,191,203,0.5);
    height: 1px;
    border: 0;
    margin: 30px 0;
}.training-method-JF {
    background: linear-gradient(145deg, rgb(233,225,231) 40%, rgb(173,152,168,0.5) 100%);
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 120px 0 80px;
    overflow: hidden;
}.training-method-JF::before {
    top: 0;
    content: "";
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,191,203,0.5) 0px,
        transparent 2px,
        transparent 8px,
        rgb(208,191,203,0.5) 10px
    );
    left: 0;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    height: 100%;
}.training-method-JF::after {
    height: 200%;
    width: 70%;
    opacity: 0.1;
    right: -20%;
    content: "";
    background: linear-gradient(
        135deg,
        rgb(208,191,203,0.5) 10%,
        rgb(173,152,168,0.5) 50%,
        transparent 90%
    );
    transform: rotate(15deg) translateZ(-10px);
    top: -50%;
    pointer-events: none;
    position: absolute;
}.training-method-JF .container.expert-team-Wk {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}.training-method-JF .container.expert-team-Wk > div {
    transform: translateZ(20px) rotateX(2deg);
    border-left: 5px solid rgb(208,191,203);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 3.5rem 3rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px -12px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    max-width: 92%;
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
}.training-method-JF .container.expert-team-Wk > div:hover {
    transform: translateZ(30px) rotateX(0deg);
}.training-method-JF h3 {
    margin-bottom: 2rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: translateZ(5px);
    font-size: calc(32px * 0.85);
}.training-method-JF h3::before {
    height: 3px;
    transition: transform 0.4s ease-out;
    position: absolute;
    width: 80px;
    background: linear-gradient(
        to right,
        rgb(208,191,203) 0%,
        rgb(173,152,168) 100%
    );
    bottom: -10px;
    transform-origin: left center;
    transform: scaleX(1);
    left: 0;
    content: "";
}.training-method-JF .container.expert-team-Wk > div:hover h3::before {
    transform: scaleX(1.3);
}.training-method-JF p {
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0;
    transform: translateZ(5px);
    position: relative;
}.training-method-JF p span {
    padding-left: 10px;
    position: relative;
    display: block;
}.training-method-JF p span::before {
    opacity: 0;
    height: 2px;
    width: 15px;
    transform: translateX(-10px);
    content: "";
    left: -15px;
    position: absolute;
    top: 0.8em;
    background-color: rgb(208,191,203);
    transition: all 0.3s ease;
}.training-method-JF .container.expert-team-Wk > div:hover p span::before {
    transform: translateX(0);
    opacity: 1;
}

@media (min-width: 992px) {.training-method-JF {
    padding: 150px 0 100px;
}.training-method-JF .container.expert-team-Wk > div {
    padding: 4rem 4.5rem;
    margin-left: auto;
    transform: translateZ(30px) rotateX(2deg) rotateY(-1deg);
    max-width: 85%;
}.training-method-JF .container.expert-team-Wk > div:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.training-method-JF h3 {
    font-size: 32px;
    margin-bottom: 2.5rem;
}.training-method-JF p {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 991px) {.training-method-JF {
    padding: 90px 0 60px;
}.training-method-JF .container.expert-team-Wk > div {
    max-width: 95%;
    transform: translateZ(10px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.training-method-JF h3 {
    font-size: calc(32px * 0.8);
}
}

@media (max-width: 767px) {.training-method-JF {
    padding: 70px 0 50px;
}.training-method-JF .container.expert-team-Wk > div {
    padding: 2rem 1.5rem;
    max-width: 100%;
    transform: translateZ(5px) rotateX(0deg);
}.training-method-JF h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.training-method-JF h3::before {
    width: 60px;
}.training-method-JF p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.training-method-JF {
    padding: 60px 0 40px;
}.training-method-JF .container.expert-team-Wk > div {
    border-left-width: 3px;
    padding: 1.8rem 1.2rem;
}.training-method-JF h3 {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.6);
}.training-method-JF h3::before {
    height: 2px;
    width: 50px;
}.training-method-JF p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.training-method-JF .container.expert-team-Wk > div,
    .training-method-JF .container.expert-team-Wk > div:hover,
    .training-method-JF h3::before,
    .training-method-JF p span::before {
    transform: none;
    transition: none;
}}.plan-chooser-Zy {
    background-color: rgb(233,225,231);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.plan-chooser-Zy::before {
    height: 120%;
    z-index: 0;
    left: -5%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    position: absolute;
    top: -10%;
    content: "";
    width: 110%;
    transform: rotate(-3deg);
}.plan-chooser-Zy .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.plan-chooser-Zy .discount-plan-2A {
    display: flex;
    flex-direction: column;
}.plan-chooser-Zy .cert-plans-tI {
    order: 1;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}.plan-chooser-Zy .cert-plans-tI h2 {
    margin-bottom: 15px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-size: 37px;
    background: linear-gradient(120deg, rgb(173,152,168), rgb(208,191,203));
    transform: translateY(0);
    -webkit-background-clip: text !important;
    color: #000000;
    -webkit-text-fill-color: transparent;
}.plan-chooser-Zy .cert-plans-tI:hover h2 {
    transform: translateY(-5px);
}.plan-chooser-Zy .plan-table-Sw {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}.plan-chooser-Zy .plan-table-Sw::after {
    transform: translateX(-50%) scaleX(0.7);
    width: 100px;
    left: 50%;
    height: 3px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(173,152,168), rgb(208,191,203));
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
}.plan-chooser-Zy .cert-plans-tI:hover .plan-table-Sw::after {
    transform: translateX(-50%) scaleX(1);
}.plan-chooser-Zy .learning-fees-ZB {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    display: grid;
    order: 2;
}.plan-chooser-Zy .lesson-plans-Of {
    display: block;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    z-index: 1;
    border-radius: 26px;
    background-color: #ffffff;
    transform-style: preserve-3d;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.plan-chooser-Zy .lesson-plans-Of::before {
    background: linear-gradient(90deg, rgb(173,152,168), rgb(208,191,203));
    transform-origin: left;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    transform: scaleX(0.85);
    left: 0;
    z-index: 2;
    height: 5px;
    width: 100%;
}.plan-chooser-Zy .lesson-plans-Of:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.plan-chooser-Zy .lesson-plans-Of:hover::before {
    transform: scaleX(1);
}.plan-chooser-Zy .price-panel-cD {
    height: 100%;
    display: flex;
    flex-direction: column;
}.plan-chooser-Zy .group-rates-Qj {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 30px;
    z-index: 1;
    overflow: hidden;
}.plan-chooser-Zy .group-rates-Qj::before {
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
}.plan-chooser-Zy .group-rates-Qj h3 {
    position: relative;
    transition: transform 0.4s ease;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: calc(18px + 2px);
}.plan-chooser-Zy .lesson-plans-Of:hover .group-rates-Qj h3 {
    transform: translateX(5px);
}.plan-chooser-Zy .promo-plans-6w {
    position: relative;
    font-weight: 700;
    display: inline-block;
    padding: 5px 10px;
    font-size: calc(18px + 8px);
    color: rgb(208,191,203);
    transition: transform 0.4s ease, color 0.4s ease;
    margin-bottom: 20px;
}.plan-chooser-Zy .promo-plans-6w::before {
    transform: scaleX(0.3);
    height: 2px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(173,152,168), rgb(208,191,203));
    left: 0;
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
}.plan-chooser-Zy .lesson-plans-Of:hover .promo-plans-6w {
    transform: translateY(-5px);
    color: rgb(173,152,168);
}.plan-chooser-Zy .lesson-plans-Of:hover .promo-plans-6w::before {
    transform: scaleX(1);
}.plan-chooser-Zy .group-rates-Qj p {
    flex-grow: 1;
    color: #000000;
    hyphens: auto;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 16px;
    overflow-wrap: break-word;
    max-width: 100%;
    word-wrap: break-word;
}.plan-chooser-Zy .capture-2S {
    overflow: hidden;
    height: 200px;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    position: relative;
}.plan-chooser-Zy .capture-2S::after {
    left: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
}.plan-chooser-Zy .lesson-plans-Of:hover .capture-2S {
    transform: scale(1.05);
}

@media (min-width: 768px) {.plan-chooser-Zy .learning-fees-ZB {
    grid-template-columns: repeat(2, 1fr);
}.plan-chooser-Zy .group-rates-Qj {
    padding: 35px;
}.plan-chooser-Zy .capture-2S {
    height: 220px;
}
}

@media (min-width: 992px) {.plan-chooser-Zy .discount-plan-2A {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.plan-chooser-Zy .cert-plans-tI {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
    order: 2;
}.plan-chooser-Zy .learning-fees-ZB {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}.plan-chooser-Zy .plan-table-Sw::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.plan-chooser-Zy .cert-plans-tI:hover .plan-table-Sw::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.plan-chooser-Zy {
    padding: 150px 0;
}.plan-chooser-Zy .learning-fees-ZB {
    gap: 40px;
}.plan-chooser-Zy .lesson-plans-Of {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.plan-chooser-Zy .lesson-plans-Of:hover {
    transform: translateY(-15px) scale(1.02);
}.plan-chooser-Zy .lesson-plans-Of:nth-child(even) {
    transform: translateY(15px);
}.plan-chooser-Zy .lesson-plans-Of:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.plan-chooser-Zy .capture-2S {
    height: 250px;
}
}