* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.head-sitewrap-xHGm {
    flex: 1 0 auto;
}.viewport-container-GJpo {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}::-webkit-scrollbar {
    padding: 1px;
    width: 4px;
}::-webkit-scrollbar-button {
    background: rgb(178,158,202,0.5);
    width: 12px;
    border-radius: 6px;
    height: 0px;
}::-webkit-scrollbar-track {
    background: rgb(211,195,225,0.5);
    border-radius: 0%;
    box-shadow: inset 3px -2px 15px -1px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb {
    box-shadow: 2px -2px 8px 0px rgba(0, 0, 0, 0.6);
    background: #ffffff;
    border-radius: 19.8vw;
    transition: box-shadow, border-radius, transform 2.9s ease-in;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(236,228,242);
    box-shadow: 4px -4px 10px 5px rgba(0, 0, 0, 0.2);
    transform: translateX(-2px);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.9);
    background: rgb(211,195,225);
    box-shadow: inset -1px -3px 9px 0px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-corner {
    background: rgb(178,158,202);
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1121px;
    margin: auto;
    max-width: 100%;
}.comm-guide-YxNG {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.teacher-profile-XBzW {
    padding: 5rem 2rem;
    background: rgb(236,228,242);
    position: relative;
    overflow: hidden;
}.teacher-profile-XBzW::before {
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(120deg, transparent 30%, rgb(211,195,225,0.5) 100%);
    top: 0;
    width: 100%;
    z-index: 1;
}.teacher-profile-XBzW::after {
    height: 70%;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    width: 40%;
    background: rgb(178,158,202,0.5);
    bottom: 0;
    right: 0;
    opacity: 0.5;
    z-index: 1;
}.teacher-profile-XBzW .review-voices-zUNQ {
    z-index: 2;
    position: relative;
    display: grid;
    gap: 3rem;
    margin: 0 auto;
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
}.teacher-profile-XBzW .image-link-mytc {
    position: relative;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    aspect-ratio: 3/4;
    width: 100%;
    filter: grayscale(100%);
    border-radius: 0;
}.teacher-profile-XBzW .image-link-mytc::before {
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(211,195,225,0.5) 100%);
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
}.teacher-profile-XBzW .image-link-mytc:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}.teacher-profile-XBzW .work-skills-CIkB {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    padding: 2rem;
}.teacher-profile-XBzW .work-skills-CIkB::before {
    height: 0;
    background: rgb(211,195,225);
    transition: height 0.8s ease-out;
    left: 0;
    width: 2px;
    top: 0;
    content: "";
    position: absolute;
}.teacher-profile-XBzW .review-voices-zUNQ:hover .work-skills-CIkB::before {
    height: 100%;
}.teacher-profile-XBzW .name {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 48px;
    color: #000000;
}.teacher-profile-XBzW .name::after {
    height: 1px;
    content: "";
    width: 100%;
    transform: translateX(-101%);
    left: 0;
    bottom: 0;
    position: absolute;
    transition: transform 0.6s ease-out 0.2s;
    background: rgb(178,158,202);
}.teacher-profile-XBzW .review-voices-zUNQ:hover .name::after {
    transform: translateX(0);
}.teacher-profile-XBzW .work-skills-CIkB > div:nth-child(2) {
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 2.5rem;
    transition: all 0.5s ease-out 0.4s;
    color: rgb(178,158,202);
    font-size: 19px;
    opacity: 0;
    transform: translateY(20px);
    text-transform: uppercase;
}.teacher-profile-XBzW .review-voices-zUNQ:hover .work-skills-CIkB > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.teacher-profile-XBzW .employee-section-PgjL {
    font-weight: 300;
    color: #000000;
    transform: translateY(20px);
    opacity: 0;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    transition: all 0.5s ease-out 0.6s;
}.teacher-profile-XBzW .review-voices-zUNQ:hover .employee-section-PgjL {
    transform: translateY(0);
    opacity: 1;
}.teacher-profile-XBzW .employee-section-PgjL::first-letter {
    font-size: 1.5em;
    color: rgb(211,195,225);
    font-weight: 700;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.teacher-profile-XBzW:hover .name {
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 992px) {.teacher-profile-XBzW .review-voices-zUNQ {
    grid-template-columns: 1fr;
    gap: 2rem;
}.teacher-profile-XBzW .image-link-mytc {
    aspect-ratio: 16/9;
    max-height: 300px;
}.teacher-profile-XBzW .work-skills-CIkB {
    padding: 1rem 0;
}.teacher-profile-XBzW .work-skills-CIkB::before {
    transition: width 0.8s ease-out;
    height: 2px;
    width: 0;
}.teacher-profile-XBzW .review-voices-zUNQ:hover .work-skills-CIkB::before {
    height: 2px;
    width: 100%;
}}.program-information-TrvI {
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(178,158,202);
    position: relative;
}.program-information-TrvI::before {
    background: 
        radial-gradient(ellipse at bottom right, rgb(211,195,225,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(178,158,202,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.program-information-TrvI::after {
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    background-size: 50px 50px;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
}.program-information-TrvI .container {
    position: relative;
    z-index: 2;
}.program-information-TrvI .education-plan-PkjG {
    position: relative;
    flex-direction: column;
    gap: 60px;
    display: flex;
}.program-information-TrvI .message-wrap-QIkX {
    order: 2;
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.program-information-TrvI .message-wrap-QIkX h2 {
    text-align: center;
    padding-bottom: 20px;
    color: #ffffff;
    position: relative;
    grid-column: 1 / -1;
    font-size: 43px;
    margin-bottom: 0;
    font-weight: 700;
}.program-information-TrvI .message-wrap-QIkX h2::after {
    content: "";
    width: 100px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(211,195,225), rgb(178,158,202));
    bottom: 0;
    border-radius: 10px;
    position: absolute;
}.program-information-TrvI .message-wrap-QIkX .description {
    border-radius: 28px;
    font-size: 18px;
    line-height: 1.8;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin: 0;
    backdrop-filter: blur(10px);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
}.program-information-TrvI .message-wrap-QIkX .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.program-information-TrvI .message-wrap-QIkX .description::before {
    position: absolute;
    content: "";
    top: 0;
    height: 4px;
    width: 100%;
    left: 0;
    background: rgb(211,195,225);
}.program-information-TrvI .message-wrap-QIkX .description:last-of-type::before {
    background: rgb(178,158,202);
}.program-information-TrvI .message-wrap-QIkX .description::after {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    height: 100%;
    content: "";
    pointer-events: none;
    top: 0;
}.program-information-TrvI .image-link-mytc {
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    order: 1;
    overflow: hidden;
    height: 400px;
    position: relative;
}.program-information-TrvI .image-link-mytc::before {
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    position: absolute;
    inset: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.program-information-TrvI .education-plan-PkjG {
    gap: 80px;
}.program-information-TrvI .image-link-mytc {
    height: 500px;
}
}

@media (max-width: 991px) {.program-information-TrvI {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.program-information-TrvI {
    padding: 60px 0;
}.program-information-TrvI .message-wrap-QIkX {
    grid-template-columns: 1fr;
}.program-information-TrvI .message-wrap-QIkX h2 {
    font-size: calc(43px * 0.9);
}.program-information-TrvI .image-link-mytc {
    height: 350px;
}
}

@media (max-width: 480px) {.program-information-TrvI {
    padding: 40px 0;
}.program-information-TrvI .education-plan-PkjG {
    gap: 40px;
}.program-information-TrvI .message-wrap-QIkX h2 {
    font-size: calc(43px * 0.8);
    padding-bottom: 15px;
}.program-information-TrvI .message-wrap-QIkX h2::after {
    width: 80px;
}.program-information-TrvI .message-wrap-QIkX .description {
    padding: 20px;
}.program-information-TrvI .image-link-mytc {
    height: 250px;
}}.pricing-tray-tsND {
    background: rgb(236,228,242);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.pricing-tray-tsND::before {
    background: linear-gradient(135deg, rgb(178,158,202,0.5), rgb(211,195,225,0.5));
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    height: 300px;
    filter: blur(60px);
    width: 300px;
    content: "";
    right: -50px;
    top: -50px;
}.pricing-tray-tsND::after {
    bottom: -50px;
    filter: blur(50px);
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(211,195,225,0.5), rgb(178,158,202,0.5));
    left: -50px;
    height: 250px;
    content: "";
    width: 250px;
}.pricing-tray-tsND .container {
    z-index: 1;
    position: relative;
}.pricing-tray-tsND .sub-options-hWpo {
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
}.pricing-tray-tsND .learning-pricing-AMxT {
    padding: 0 1rem;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}.pricing-tray-tsND .learning-pricing-AMxT h2 {
    display: inline-block;
    font-size: calc(38px * 1.1);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
}.pricing-tray-tsND .learning-pricing-AMxT h2::after {
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(211,195,225), rgb(178,158,202));
    bottom: -10px;
    content: "";
    width: 80px;
    left: 50%;
}.pricing-tray-tsND .price-sheet-Qqvk {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    margin-bottom: 1rem;
}.pricing-tray-tsND .fee-offers-fjVp {
    gap: 2rem;
    grid-template-columns: 1fr;
    perspective: 1000px;
    display: grid;
}.pricing-tray-tsND .learning-cost-RtIQ {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    display: block;
    position: relative;
    text-decoration: none;
}.pricing-tray-tsND .learning-cost-RtIQ:hover {
    transform: translateY(-10px);
}.pricing-tray-tsND .pricing-offers-XEgy {
    transition: all 0.4s ease;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    min-height: 430px;
}.pricing-tray-tsND .learning-cost-RtIQ:hover .pricing-offers-XEgy {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing-tray-tsND .price-choices-jxeg {
    flex: 1;
    padding: 2rem;
    z-index: 2;
    position: relative;
}.pricing-tray-tsND .learning-cost-RtIQ h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(24px * 1.1);
    display: inline-block;
}.pricing-tray-tsND .learning-cost-RtIQ h3::before {
    background: rgb(211,195,225);
    transition: width 0.3s ease;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
}.pricing-tray-tsND .learning-cost-RtIQ:hover h3::before {
    width: 100%;
}.pricing-tray-tsND .payment-option-zTrS {
    font-weight: 700;
    display: block;
    font-size: calc(24px * 1.4);
    color: rgb(178,158,202);
    position: relative;
    margin: 1.5rem 0;
}.pricing-tray-tsND .payment-option-zTrS::after {
    position: absolute;
    left: -10px;
    background: rgb(211,195,225);
    height: 20px;
    content: "";
    top: 50%;
    border-radius: 3px;
    width: 3px;
    transform: translateY(-50%);
}.pricing-tray-tsND .learning-cost-RtIQ p {
    overflow-wrap: break-word;
    hyphens: auto;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 1.6;
}.pricing-tray-tsND .image-link-mytc {
    position: relative;
    height: 180px;
}.pricing-tray-tsND .image-link-mytc::before {
    z-index: 1;
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.pricing-tray-tsND .learning-cost-RtIQ:nth-child(1) .pricing-offers-XEgy {
    border-top: 4px solid rgb(211,195,225);
}.pricing-tray-tsND .learning-cost-RtIQ:nth-child(2) .pricing-offers-XEgy {
    border-top: 4px solid rgb(178,158,202);
}.pricing-tray-tsND .learning-cost-RtIQ:nth-child(3) .pricing-offers-XEgy {
    border-top: 4px solid #6c5ce7;
}.pricing-tray-tsND .learning-cost-RtIQ:nth-child(4) .pricing-offers-XEgy {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing-tray-tsND .fee-offers-fjVp {
    grid-template-columns: repeat(2, 1fr);
}.pricing-tray-tsND .pricing-offers-XEgy {
    min-height: 480px;
}.pricing-tray-tsND .learning-pricing-AMxT {
    padding: 0 2rem;
}.pricing-tray-tsND .learning-pricing-AMxT h2 {
    font-size: calc(38px * 1.2);
}
}

@media (min-width: 992px) {.pricing-tray-tsND .sub-options-hWpo {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.pricing-tray-tsND .fee-offers-fjVp {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing-tray-tsND .learning-pricing-AMxT {
    text-align: left;
    flex: 1;
    padding-right: 3rem;
}.pricing-tray-tsND .learning-pricing-AMxT h2::after {
    left: 0;
    transform: none;
}.pricing-tray-tsND .pricing-offers-XEgy {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing-tray-tsND .fee-offers-fjVp {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing-tray-tsND .learning-cost-RtIQ {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-tray-tsND .learning-cost-RtIQ:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing-tray-tsND .pricing-offers-XEgy {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    min-height: 520px;
}.pricing-tray-tsND .image-link-mytc {
    height: 200px;
}.pricing-tray-tsND .payment-option-zTrS {
    font-size: calc(24px * 1.6);
}.pricing-tray-tsND .learning-pricing-AMxT h2 {
    font-size: calc(38px * 1.3);
}}.primary-page-GwNP {
    display: flex;
    background: linear-gradient(135deg, rgb(236,228,242) 0%, rgb(178,158,202,0.5) 85%, rgb(211,195,225,0.5) 100%);
    padding: 2rem;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
}.primary-page-GwNP::before {
    width: 100%;
    content: "";
    animation: pulseBackground 15s ease-in-out infinite alternate;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(178,158,202,0.5) 0%,
    transparent 5%,
    transparent 10%
  );
    height: 100%;
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    top: 0;
}.primary-page-GwNP::after {
    position: absolute;
    height: 40%;
    background: radial-gradient(circle, rgb(211,195,225,0.5) 0%, transparent 70%);
    animation: floatGradient 20s ease-in-out infinite;
    width: 40%;
    z-index: 1;
    top: -10%;
    opacity: 0.6;
    right: -10%;
    filter: blur(50px);
    content: "";
}.primary-page-GwNP .start-entry-aqYX {
    width: 100%;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    z-index: 2;
    gap: 2rem;
    max-width: 1200px;
    display: grid;
}

@media (min-width: 768px) {.primary-page-GwNP .start-entry-aqYX {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}}

.primary-page-GwNP .start-entry-aqYX > div:first-child {
    backdrop-filter: blur(8px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    box-shadow: 
    -5px -5px 30px rgba(255, 255, 255, 0.1),
    10px 10px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
    padding: 2rem;
}.primary-page-GwNP .start-entry-aqYX > div:first-child:hover {
    transform: translateY(-10px);
}.primary-page-GwNP .start-entry-aqYX > div:first-child::before {
    left: 0;
    z-index: -1;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    top: 0;
    transition: opacity 0.8s ease;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgb(211,195,225,0.5) 50%,
    transparent 100%
  );
    width: 100%;
    content: "";
    opacity: 0;
    height: 100%;
}.primary-page-GwNP .start-entry-aqYX > div:first-child:hover::before {
    opacity: 0.1;
}.primary-page-GwNP h3 {
    line-height: 1.5;
    color: #000000;
    position: relative;
    transform: translateZ(10px);
    border-left: 3px solid rgb(211,195,225);
    padding-left: 1rem;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    margin: 0;
    font-size: calc(20px * 0.95);
}.primary-page-GwNP .edu-leadership-Wldc {
    transition: transform 0.5s ease-out;
    transform-origin: center bottom;
    overflow: hidden;
    position: relative;
}.primary-page-GwNP .edu-leadership-Wldc:hover {
    transform: scale(1.02);
}.primary-page-GwNP h1 {
    font-weight: 700;
    transform: translateZ(20px);
    font-size: 43px;
    background: linear-gradient(
    135deg,
    rgb(211,195,225) 20%,
    rgb(178,158,202) 80%
  );
    padding: 1rem 0;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text !important;
    color: transparent;
    position: relative;
    background-clip: text !important;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem 0;
    animation: textFloat 3s ease-in-out infinite alternate;
}.primary-page-GwNP h1::after {
    bottom: 0;
    height: 3px;
    content: "";
    background: linear-gradient(
    90deg,
    rgb(211,195,225) 0%,
    rgb(178,158,202) 100%
  );
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    position: absolute;
    width: 50%;
}.primary-page-GwNP .edu-leadership-Wldc > div {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.3),
    0 1px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0px);
    justify-content: center;
    display: flex;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    min-height: 280px;
    align-items: center;
}.primary-page-GwNP .edu-leadership-Wldc > div:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 35px -10px rgba(0, 0, 0, 0.4),
    0 1px 5px rgba(0, 0, 0, 0.15);
}.primary-page-GwNP .edu-leadership-Wldc > div::before {
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
}.primary-page-GwNP .edu-leadership-Wldc > div::after {
    transform: skewX(-25deg);
    animation: lightSweep 10s ease-in-out infinite;
    width: 50%;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
    position: absolute;
    z-index: 2;
    left: -100%;
    height: 100%;
    content: "";
    top: 0;
}.primary-page-GwNP p {
    position: relative;
    max-width: 80%;
    padding: 1.5rem;
    backdrop-filter: blur(3px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    text-align: center;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}

@media (max-width: 767px) {.primary-page-GwNP {
    padding: 3rem 1rem;
}.primary-page-GwNP h1 {
    font-size: calc(43px * 0.7);
    text-align: center;
}.primary-page-GwNP h3 {
    padding-left: 0;
    padding-bottom: 1rem;
    border-bottom: 3px solid rgb(211,195,225);
    text-align: center;
    font-size: calc(20px * 0.85);
    border-left: none;
}.primary-page-GwNP p {
    font-size: calc(18px * 0.9);
    max-width: 95%;
}.primary-page-GwNP .edu-leadership-Wldc > div {
    min-height: 220px;
}
}

@keyframes expandLine {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes textFloat {
  0%, 100% {
    transform: translateY(0) translateZ(20px);
  }
  50% {
    transform: translateY(-5px) translateZ(20px);
  }
}

@keyframes lightSweep {
  0%, 100% {
    left: -100%;
  }
  50% {
    left: 150%;
  }
}

@keyframes pulseBackground {
  0%, 100% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.07;
  }
}

@keyframes floatGradient {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5%, 5%);
  }
  50% {
    transform: translate(5%, 10%);
  }
  75% {
    transform: translate(10%, -5%);
  }
}

@media (min-width: 992px) {.primary-page-GwNP .start-entry-aqYX {
    transform: perspective(1500px) rotateX(3deg);
}.primary-page-GwNP .start-entry-aqYX > div:first-child {
    transform: translateX(-20px) translateY(0);
}.primary-page-GwNP .start-entry-aqYX > div:first-child:hover {
    transform: translateX(-20px) translateY(-10px);
}.primary-page-GwNP .edu-leadership-Wldc > div {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
    min-height: 320px;
}
}

@media (min-width: 1200px) {.primary-page-GwNP {
    padding: 0;
}.primary-page-GwNP .start-entry-aqYX {
    gap: 4rem;
}.primary-page-GwNP h1 {
    font-size: calc(43px * 1.1);
}.primary-page-GwNP h3 {
    font-size: 20px;
}.primary-page-GwNP .edu-leadership-Wldc > div {
    min-height: 360px;
}}.training-structure-wFga {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(236,228,242), #ffffff);
    overflow: hidden;
    position: relative;
}.training-structure-wFga::before {
    pointer-events: none;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(211,195,225,0.5),
        transparent 10px,
        transparent 60px,
        rgb(211,195,225,0.5) 70px
    );
    opacity: 0.07;
    z-index: 1;
    top: 0;
}.training-structure-wFga::after {
    animation: float 15s ease-in-out infinite;
    top: -10%;
    transform: translate(0, 0);
    width: 300px;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.05;
    height: 300px;
    background: rgb(178,158,202);
    position: absolute;
    right: -5%;
    z-index: 0;
    content: "";
}.training-structure-wFga .why-choose-SsWF {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    max-width: 1200px;
}.training-structure-wFga h2 {
    font-weight: 700;
    transform: translateX(-5px);
    position: relative;
    color: #000000;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    font-size: 35px;
}.training-structure-wFga h2::before {
    width: 80px;
    transform-origin: left center;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(211,195,225), rgb(178,158,202));
    transform: scaleX(1);
}.training-structure-wFga:hover h2::before {
    transform: scaleX(1.5);
}.training-structure-wFga .message-wrap-QIkX {
    border-left: 4px solid rgb(211,195,225);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    backdrop-filter: blur(5px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.training-structure-wFga .message-wrap-QIkX::before {
    opacity: 0.1;
    position: absolute;
    height: calc(100% - 40px);
    left: -2px;
    width: 0;
    top: 20px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    background: rgb(178,158,202);
    content: "";
}.training-structure-wFga:hover .message-wrap-QIkX::before {
    width: 100%;
}.training-structure-wFga .message-wrap-QIkX p {
    color: #000000;
    font-size: calc(13px + 0.05rem);
    letter-spacing: 0.01em;
    position: relative;
    line-height: 1.7;
    margin: 0;
    z-index: 2;
    font-weight: 400;
}.training-structure-wFga:hover .message-wrap-QIkX {
    transform: translateY(-5px);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, -15px);
    }
    75% {
        transform: translate(-15px, -10px);
    }
}

@media (max-width: 992px) {.training-structure-wFga {
    padding: 90px 0;
}.training-structure-wFga h2 {
    font-size: calc(35px - 0.2rem);
}.training-structure-wFga .message-wrap-QIkX {
    padding: 35px;
}
}

@media (max-width: 768px) {.training-structure-wFga {
    padding: 70px 0;
}.training-structure-wFga h2 {
    font-size: calc(35px - 0.4rem);
    margin-bottom: 30px;
}.training-structure-wFga h2::before {
    width: 60px;
}.training-structure-wFga .message-wrap-QIkX {
    padding: 30px 25px;
}.training-structure-wFga .message-wrap-QIkX p {
    font-size: 13px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.training-structure-wFga {
    padding: 50px 0;
}.training-structure-wFga .why-choose-SsWF {
    padding: 0 20px;
}.training-structure-wFga h2 {
    font-size: calc(35px - 0.6rem);
    margin-bottom: 25px;
}.training-structure-wFga h2::before {
    height: 2px;
    width: 50px;
    bottom: -8px;
}.training-structure-wFga .message-wrap-QIkX {
    border-left-width: 3px;
    padding: 25px 20px;
}.training-structure-wFga .message-wrap-QIkX p {
    line-height: 1.5;
    font-size: calc(13px - 0.05rem);
}}.secure-lodge-OXNa {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,228,242) 0%, rgba(255,255,255,0.95) 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 5rem 2rem;
    position: relative;
}.secure-lodge-OXNa::before {
    transform: rotate(-15deg);
    width: 40%;
    content: "";
    top: -5%;
    right: -5%;
    position: absolute;
    z-index: 0;
    height: 40%;
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(225deg, rgb(211,195,225,0.5) 0%, transparent 70%);
    filter: blur(40px);
    opacity: 0.15;
}.secure-lodge-OXNa::after {
    bottom: -5%;
    left: -5%;
    filter: blur(30px);
    position: absolute;
    opacity: 0.15;
    width: 35%;
    background: linear-gradient(45deg, rgb(178,158,202,0.5) 0%, transparent 80%);
    content: "";
    z-index: 0;
    transform: rotate(10deg);
    height: 35%;
    animation: float 18s ease-in-out infinite reverse;
}@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(-15deg); }
    50% { transform: translate(10px, 15px) rotate(-5deg); }
}

.secure-lodge-OXNa .container {
    margin: 0 auto;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
    max-width: 1140px;
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(0.5deg);
    z-index: 2;
}.secure-lodge-OXNa .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.secure-lodge-OXNa h1 {
    margin-bottom: 2rem;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    font-size: 42px;
    letter-spacing: -0.01em;
}.secure-lodge-OXNa h1::after {
    bottom: -0.5rem;
    content: "";
    transition: width 0.3s ease;
    width: 40%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(211,195,225) 0%, rgb(178,158,202) 100%);
    height: 4px;
    transform-origin: left;
}.secure-lodge-OXNa h2 {
    font-size: 29px;
    font-weight: 600;
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    transition: all 0.3s ease;
    padding-left: 1rem;
    border-left: 3px solid rgb(211,195,225);
}.secure-lodge-OXNa h2:hover {
    border-left-width: 5px;
    transform: translateX(5px);
}.secure-lodge-OXNa h3 {
    color: #000000;
    margin: 2rem 0 1.2rem;
    font-weight: 600;
    position: relative;
    padding-left: 0.8rem;
    font-size: calc(29px * 0.8);
    border-left: 2px solid rgb(178,158,202);
}.secure-lodge-OXNa h4 {
    position: relative;
    padding-left: 0.6rem;
    border-left: 1px solid rgb(178,158,202);
    color: #000000;
    font-size: calc(29px * 0.7);
    font-weight: 600;
    margin: 1.8rem 0 1rem;
}.secure-lodge-OXNa p {
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.3s ease;
    z-index: 1;
}.secure-lodge-OXNa p:hover {
    transform: translateX(3px);
}.secure-lodge-OXNa p strong {
    color: rgb(211,195,225);
    font-weight: 600;
    position: relative;
    display: inline-block;
}.secure-lodge-OXNa p strong::after {
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -2px;
    transition: transform 0.3s ease;
    position: absolute;
    height: 1px;
    background: rgb(211,195,225,0.5);
    content: "";
    left: 0;
}.secure-lodge-OXNa p:hover strong::after {
    transform: scaleX(1);
}.secure-lodge-OXNa span {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 18px;
    color: #000000;
    position: relative;
    display: block;
    border-left: 1px dashed rgb(178,158,202,0.5);
    padding-left: 1rem;
}.secure-lodge-OXNa ul {
    list-style-type: none;
    position: relative;
    margin: 1.5rem 0 2rem;
    padding-left: 0;
}.secure-lodge-OXNa ul::before {
    top: 0;
    bottom: 0;
    transform-origin: top;
    position: absolute;
    width: 1px;
    left: 0.8rem;
    content: "";
    transform: scaleY(0.95);
    background: linear-gradient(to bottom, rgb(211,195,225,0.5), transparent);
}.secure-lodge-OXNa li {
    line-height: 1.6;
    transition: transform 0.2s ease;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 2.5rem;
    font-size: 18px;
}.secure-lodge-OXNa li:hover {
    transform: translateX(5px);
}.secure-lodge-OXNa li::before {
    left: 0.5rem;
    border-radius: 50%;
    top: 0.6rem;
    width: 8px;
    box-shadow: 0 0 0 2px rgb(211,195,225,0.5);
    position: absolute;
    height: 8px;
    transition: all 0.2s ease;
    content: "";
    background: rgb(211,195,225);
}.secure-lodge-OXNa li:hover::before {
    transform: scale(1.2);
    background: rgb(178,158,202);
}

@media (max-width: 992px) {.secure-lodge-OXNa {
    padding: 4rem 1.5rem;
}.secure-lodge-OXNa .container {
    transform: perspective(800px) rotateX(0.3deg);
    padding: 2.5rem;
}.secure-lodge-OXNa h1 {
    font-size: calc(42px * 0.9);
}.secure-lodge-OXNa h2 {
    padding-left: 0.8rem;
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.secure-lodge-OXNa {
    padding: 3rem 1rem;
}.secure-lodge-OXNa .container {
    padding: 2rem;
    transform: none;
}.secure-lodge-OXNa h1 {
    font-size: calc(42px * 0.8);
}.secure-lodge-OXNa h2 {
    font-size: calc(29px * 0.8);
    margin: 2rem 0 1rem;
}.secure-lodge-OXNa h3 {
    font-size: calc(29px * 0.7);
}.secure-lodge-OXNa h4 {
    font-size: calc(29px * 0.6);
}.secure-lodge-OXNa p, 
    .secure-lodge-OXNa span, 
    .secure-lodge-OXNa li {
    font-size: calc(18px * 0.95);
}.secure-lodge-OXNa ul {
    margin: 1.2rem 0 1.5rem;
}.secure-lodge-OXNa li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.secure-lodge-OXNa {
    padding: 2rem 0.8rem;
}.secure-lodge-OXNa .container {
    padding: 1.5rem;
}.secure-lodge-OXNa h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 1.5rem;
}.secure-lodge-OXNa h1::after {
    height: 3px;
}.secure-lodge-OXNa h2 {
    padding-left: 0.6rem;
    font-size: calc(29px * 0.7);
    border-left-width: 2px;
}.secure-lodge-OXNa p, 
    .secure-lodge-OXNa span, 
    .secure-lodge-OXNa li {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.secure-lodge-OXNa li {
    padding-left: 1.8rem;
}.secure-lodge-OXNa li::before {
    width: 6px;
    height: 6px;
}}.contact-box-qMZo {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.contact-box-qMZo::before {
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
}.contact-box-qMZo::after {
    animation: shine 8s linear infinite;
    content: "";
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
    z-index: 2;
    position: absolute;
}.contact-box-qMZo .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.contact-box-qMZo .contact-request-EiSk {
    display: flex;
    gap: 2rem;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    border-radius: 10px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}.contact-box-qMZo .contact-request-EiSk::before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(211,195,225), 
        transparent);
    width: 200%;
}.contact-box-qMZo .contact-request-EiSk::after {
    right: -50%;
    position: absolute;
    width: 200%;
    content: "";
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(178,158,202), 
        transparent);
}.contact-box-qMZo .reach-card-VNCc {
    backdrop-filter: blur(5px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    flex: 1 1 300px;
    transform: translateZ(0);
    background: linear-gradient(135deg, 
        rgb(211,195,225,0.5), 
        rgba(0, 0, 0, 0.2));
    padding: 2rem;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}.contact-box-qMZo .reach-card-VNCc::before {
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    animation: pulse 15s infinite linear;
    content: "";
    z-index: -1;
    height: 200%;
    width: 200%;
    top: -50%;
    left: -50%;
}.contact-box-qMZo .reach-card-VNCc h3 {
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    position: relative;
    font-weight: 600;
    padding-bottom: 1rem;
}.contact-box-qMZo .reach-card-VNCc h3::after {
    position: absolute;
    box-shadow: 0 0 8px rgb(178,158,202);
    left: 0;
    height: 2px;
    background: rgb(178,158,202);
    bottom: 0;
    content: "";
    width: 50px;
}.contact-box-qMZo .reach-card-VNCc div {
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    margin-bottom: 1.5rem;
    padding-left: 10px;
    align-items: center;
}.contact-box-qMZo .reach-card-VNCc div:hover {
    transform: translateX(5px);
}.contact-box-qMZo .reach-card-VNCc div::before {
    height: 0;
    top: 50%;
    position: absolute;
    background: rgb(178,158,202);
    transition: height 0.3s ease;
    left: 0;
    content: "";
    width: 3px;
}.contact-box-qMZo .reach-card-VNCc div:hover::before {
    top: 10%;
    height: 80%;
}.contact-box-qMZo .reach-card-VNCc div svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}.contact-box-qMZo .reach-card-VNCc div svg path {
    transition: all 0.3s ease;
    fill: rgb(178,158,202);
}.contact-box-qMZo .reach-card-VNCc div:hover svg path {
    fill: rgb(211,195,225);
    filter: drop-shadow(0 0 2px rgb(211,195,225));
}.contact-box-qMZo .reach-card-VNCc div span {
    color: #ffffff;
    font-size: calc(17px - 2px);
    letter-spacing: 0.5px;
}.contact-box-qMZo .reach-card-VNCc div span a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact-box-qMZo .reach-card-VNCc div span a:hover {
    color: rgb(178,158,202);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}.contact-box-qMZo .contact-message-smWu {
    backdrop-filter: blur(8px);
    border-radius: 10px;
    flex: 1 1 400px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
    position: relative;
    padding: 2rem;
}.contact-box-qMZo .contact-message-smWu::before {
    background: radial-gradient(
        circle, 
        rgb(211,195,225,0.5) 0%, 
        transparent 70%);
    right: -100px;
    content: "";
    position: absolute;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    top: -100px;
    opacity: 0.3;
}.contact-box-qMZo .contact-message-smWu form {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}.contact-box-qMZo .contact-message-smWu h3 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    position: relative;
    font-size: 16px;
    margin-bottom: 1.5rem;
}.contact-box-qMZo .contact-message-smWu h3::after {
    background: rgb(178,158,202);
    position: absolute;
    width: 50px;
    box-shadow: 0 0 8px rgb(178,158,202);
    transform: translateX(-50%);
    bottom: -10px;
    height: 2px;
    content: "";
    left: 50%;
}.contact-box-qMZo .contact-message-smWu input[type="text"],
.contact-box-qMZo .contact-message-smWu input[type="email"] {
    width: 100%;
    color: #ffffff;
    padding: 12px 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.2);
}.contact-box-qMZo .contact-message-smWu input[type="text"]:focus,
.contact-box-qMZo .contact-message-smWu input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(211,195,225,0.5);
    border-color: rgb(211,195,225);
    background: rgba(0, 0, 0, 0.3);
}.contact-box-qMZo .contact-message-smWu input[type="text"]::placeholder,
.contact-box-qMZo .contact-message-smWu input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-box-qMZo .contact-message-smWu .help-request-DeJo {
    display: flex;
    gap: 10px;
    margin: 0.5rem 0;
    align-items: flex-start;
}.contact-box-qMZo .contact-message-smWu .help-request-DeJo input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    appearance: none;
    height: 18px;
    border-radius: 3px;
    margin-top: 3px;
    position: relative;
    transition: all 0.3s ease;
    width: 18px;
    background: rgba(0, 0, 0, 0.2);
}.contact-box-qMZo .contact-message-smWu .help-request-DeJo input[type="checkbox"]:checked {
    border-color: rgb(178,158,202);
    background: rgb(178,158,202);
}.contact-box-qMZo .contact-message-smWu .help-request-DeJo input[type="checkbox"]:checked::before {
    top: 50%;
    content: "✓";
    font-size: 12px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    color: #ffffff;
}.contact-box-qMZo .contact-message-smWu .help-request-DeJo label {
    color: rgba(255, 255, 255, 0.8);
    font-size: calc(17px - 2px);
    line-height: 1.5;
}.contact-box-qMZo .contact-message-smWu .help-request-DeJo label a {
    color: rgb(178,158,202);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-box-qMZo .contact-message-smWu .help-request-DeJo label a::after {
    background: rgb(178,158,202);
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
    content: "";
    bottom: -2px;
    left: 0;
}.contact-box-qMZo .contact-message-smWu .help-request-DeJo label a:hover::after {
    width: 100%;
}.contact-box-qMZo .contact-message-smWu .support-map-uUYK {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-top: 1rem;
    transition: all 0.3s ease;
    color: #ffffff;
    background: linear-gradient(135deg, 
        rgb(211,195,225), 
        rgb(178,158,202));
    font-size: 18px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 20px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
}.contact-box-qMZo .contact-message-smWu .support-map-uUYK::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    content: "";
    position: absolute;
    top: 0;
    transition: all 0.6s ease;
    left: -100%;
}.contact-box-qMZo .contact-message-smWu .support-map-uUYK:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}.contact-box-qMZo .contact-message-smWu .support-map-uUYK:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media screen and (max-width: 992px) {.contact-box-qMZo {
    padding: 5rem 0;
}.contact-box-qMZo .contact-request-EiSk {
    gap: 2rem;
    flex-direction: column;
}.contact-box-qMZo .reach-card-VNCc,
    .contact-box-qMZo .contact-message-smWu {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 768px) {.contact-box-qMZo {
    padding: 4rem 0;
}.contact-box-qMZo .contact-request-EiSk {
    padding: 1.5rem;
}.contact-box-qMZo .reach-card-VNCc,
    .contact-box-qMZo .contact-message-smWu {
    padding: 1.5rem;
}.contact-box-qMZo .reach-card-VNCc div svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}.contact-box-qMZo .reach-card-VNCc h3,
    .contact-box-qMZo .contact-message-smWu h3 {
    font-size: calc(16px - 2px);
}
}

@media screen and (max-width: 576px) {.contact-box-qMZo {
    padding: 3rem 0;
}.contact-box-qMZo .contact-request-EiSk {
    gap: 1.5rem;
    padding: 1rem;
}.contact-box-qMZo .reach-card-VNCc,
    .contact-box-qMZo .contact-message-smWu {
    padding: 1rem;
}.contact-box-qMZo .reach-card-VNCc div {
    margin-bottom: 1rem;
}.contact-box-qMZo .contact-message-smWu form {
    gap: 1rem;
}.contact-box-qMZo .contact-message-smWu input[type="text"],
    .contact-box-qMZo .contact-message-smWu input[type="email"] {
    padding: 10px 12px;
}.contact-box-qMZo .contact-message-smWu .support-map-uUYK {
    padding: 10px 16px;
}}.thanksFrame-TfVD {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(236,228,242) 0%, #ffffff 100%);
}.thanksFrame-TfVD::before {
    z-index: 1;
    top: -10%;
    content: "";
    position: absolute;
    left: -10%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    background: rgb(211,195,225,0.5);
    opacity: 0.1;
    height: 120%;
    width: 60%;
    transform: rotate(-5deg);
}.thanksFrame-TfVD::after {
    position: absolute;
    opacity: 0.1;
    width: 40%;
    right: -5%;
    bottom: -5%;
    height: 80%;
    z-index: 1;
    transform: rotate(3deg);
    background: rgb(178,158,202,0.5);
    content: "";
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
}.thanksFrame-TfVD .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.thanksFrame-TfVD .why-choose-SsWF {
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 60px 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: #ffffff;
    display: grid;
}.thanksFrame-TfVD .why-choose-SsWF:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.thanksFrame-TfVD .why-choose-SsWF::before {
    content: "";
    background: linear-gradient(90deg, rgb(211,195,225) 0%, rgb(178,158,202) 100%);
    width: 100%;
    height: 6px;
    left: 0;
    top: 0;
    position: absolute;
}.thanksFrame-TfVD .why-choose-SsWF::after {
    border: 2px solid rgb(211,195,225,0.5);
    right: 20px;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    height: 60px;
    top: 20px;
    width: 60px;
    content: "";
    animation: rotate 15s infinite linear;
}.thanksFrame-TfVD h5 {
    margin: 0 0 10px;
    line-height: 1.4;
    position: relative;
    color: rgb(211,195,225);
    font-size: 22px;
    padding-left: 20px;
    font-weight: 700;
    transform: translateZ(0);
}.thanksFrame-TfVD h5::before {
    transform: rotate(45deg);
    left: 0;
    background: rgb(211,195,225);
    height: 8px;
    position: absolute;
    top: 0.4em;
    content: "";
    width: 8px;
}.thanksFrame-TfVD p {
    line-height: 1.8;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 18px;
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid rgb(211,195,225,0.5);
    position: relative;
}.thanksFrame-TfVD a {
    position: relative;
    padding: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgba(rgb(236,228,242), 0.3);
    text-decoration: none;
    display: block;
}.thanksFrame-TfVD a::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(211,195,225,0.5), transparent);
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    transform-origin: left;
    transform: scaleX(0.7);
    transition: transform 0.5s ease;
    height: 2px;
}.thanksFrame-TfVD a:hover::before {
    transform: scaleX(1);
}.thanksFrame-TfVD a:hover {
    transform: translateY(-2px);
    background-color: rgba(rgb(236,228,242), 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.thanksFrame-TfVD a:hover p {
    padding-left: 25px;
    border-left-color: rgb(211,195,225);
}

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

@media screen and (min-width: 768px) {.thanksFrame-TfVD {
    padding: 150px 0;
}.thanksFrame-TfVD .why-choose-SsWF {
    gap: 40px;
    padding: 80px 60px;
    grid-template-columns: 1fr 1fr;
}.thanksFrame-TfVD h5 {
    font-size: calc(22px * 1.1);
    max-width: 90%;
}.thanksFrame-TfVD p {
    font-size: calc(18px * 1.05);
}.thanksFrame-TfVD a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.thanksFrame-TfVD {
    padding: 180px 0;
}.thanksFrame-TfVD .why-choose-SsWF {
    grid-template-columns: 0.8fr 1.2fr;
    padding: 100px 80px;
    gap: 60px;
}.thanksFrame-TfVD h5 {
    font-size: calc(22px * 1.2);
    padding-left: 30px;
}.thanksFrame-TfVD h5::before {
    height: 10px;
    width: 10px;
}.thanksFrame-TfVD p {
    font-size: calc(18px * 1.1);
    padding-left: 30px;
}.thanksFrame-TfVD a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.thanksFrame-TfVD {
    padding: 80px 0;
}.thanksFrame-TfVD .why-choose-SsWF {
    padding: 40px 25px;
}.thanksFrame-TfVD h5 {
    font-size: calc(22px * 0.95);
}.thanksFrame-TfVD p {
    font-size: calc(18px * 0.95);
}.thanksFrame-TfVD a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.thanksFrame-TfVD .why-choose-SsWF,
    .thanksFrame-TfVD .why-choose-SsWF:hover,
    .thanksFrame-TfVD a,
    .thanksFrame-TfVD a:hover,
    .thanksFrame-TfVD p,
    .thanksFrame-TfVD a:hover p,
    .thanksFrame-TfVD a::before,
    .thanksFrame-TfVD a:hover::before {
    transition: none;
    animation: none;
    transform: none;
}}.our-story-oTiG {
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our-story-oTiG::before {
    background: linear-gradient(145deg, rgba(0,0,0,0.9), rgba(0,0,0,0.5), rgba(0,0,0,0.85));
    right: 0;
    content: "";
    backdrop-filter: blur(2px);
    bottom: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
}.our-story-oTiG::after {
    opacity: 0.15;
    position: absolute;
    height: 200%;
    right: -20%;
    top: -50%;
    transform: rotate(-15deg);
    background: rgb(211,195,225,0.5);
    animation: shine 15s infinite alternate ease-in-out;
    width: 80%;
    z-index: 0;
    content: "";
}.our-story-oTiG .container {
    gap: 2rem;
    display: grid;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    z-index: 2;
    padding: 0 20px;
}.our-story-oTiG h2 {
    font-size: calc(30px * 1.2);
    transform: translateX(-10px);
    display: inline-block;
    position: relative;
    color: #ffffff;
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 2rem;
    font-weight: 700;
}.our-story-oTiG h2::after {
    left: 0;
    position: absolute;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(211,195,225), rgb(178,158,202));
    transform: scaleX(0);
    bottom: -10px;
    width: 60px;
    transform-origin: left;
}.our-story-oTiG .message-wrap-QIkX {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 40px;
    opacity: 0;
    border-left: 1px solid rgba(255,255,255,0.1);
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border-radius: 2px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(5px);
    transform: translateY(20px);
    animation: fadeSlideUp 1s 0.3s forwards cubic-bezier(0.16, 1, 0.3, 1);
}.our-story-oTiG .message-wrap-QIkX::before {
    top: 20px;
    opacity: 0.6;
    z-index: -1;
    width: 20px;
    background: rgb(211,195,225);
    position: absolute;
    height: 80px;
    left: -10px;
    content: "";
}.our-story-oTiG .message-wrap-QIkX > div {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    display: grid;
}.our-story-oTiG .message-wrap-QIkX p {
    opacity: 0;
    letter-spacing: 0.5px;
    transform: translateX(-10px);
    line-height: 1.2;
    animation: fadeIn 0.5s 0.8s forwards;
    margin: 0 0 10px;
    font-size: calc(17px * 1.5);
    position: relative;
    color: #ffffff;
    font-weight: 600;
}.our-story-oTiG .message-wrap-QIkX p::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    content: "";
    background: rgb(178,158,202);
    animation: lineGrow 0.6s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 40px;
    transform: scaleX(0);
    transform-origin: left;
}.our-story-oTiG .message-wrap-QIkX div div {
    line-height: 1.8;
    animation: fadeSlideUp 0.8s 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    color: #ffffff;
    font-size: 17px;
    column-count: 1;
    column-gap: 40px;
    opacity: 0.9;
}.our-story-oTiG .message-wrap-QIkX div div::first-letter {
    padding-right: 8px;
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(211,195,225);
    line-height: 1;
    float: left;
}

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

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

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

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) translateX(5%);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.15;
        transform: rotate(-15deg) translateX(-5%);
    }
}


@media (min-width: 768px) {.our-story-oTiG {
    padding: 150px 0;
}.our-story-oTiG .container {
    grid-template-columns: 1fr;
}.our-story-oTiG h2 {
    font-size: calc(30px * 1.4);
    margin-bottom: 3rem;
}.our-story-oTiG .message-wrap-QIkX {
    padding: 50px;
}.our-story-oTiG .message-wrap-QIkX::before {
    height: 120px;
}.our-story-oTiG .message-wrap-QIkX div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-story-oTiG {
    padding: 180px 0;
}.our-story-oTiG::after {
    width: 60%;
}.our-story-oTiG .container {
    padding: 0 40px;
}.our-story-oTiG h2 {
    font-size: calc(30px * 1.6);
}.our-story-oTiG h2::after {
    width: 80px;
}.our-story-oTiG .message-wrap-QIkX {
    padding: 60px 70px;
}.our-story-oTiG .message-wrap-QIkX::before {
    width: 25px;
    height: 150px;
}.our-story-oTiG .message-wrap-QIkX div div {
    column-count: 2;
    column-gap: 60px;
}
}

@media (min-width: 1200px) {.our-story-oTiG .container {
    padding: 0 60px;
}.our-story-oTiG h2 {
    margin-left: 30px;
}.our-story-oTiG .message-wrap-QIkX {
    margin-left: 30px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.our-story-oTiG .message-wrap-QIkX:hover {
    box-shadow: 0 15px 45px rgba(0,0,0,0.3);
    transform: translateY(-5px);
}
}

@media (max-width: 767px) {.our-story-oTiG {
    padding: 80px 0;
}.our-story-oTiG::after {
    opacity: 0.1;
}.our-story-oTiG h2 {
    font-size: calc(30px * 1.1);
    margin-bottom: 1.5rem;
}.our-story-oTiG h2::after {
    height: 2px;
    width: 50px;
}.our-story-oTiG .message-wrap-QIkX {
    padding: 30px 25px;
}.our-story-oTiG .message-wrap-QIkX::before {
    width: 10px;
    height: 60px;
}.our-story-oTiG .message-wrap-QIkX p {
    font-size: calc(17px * 1.2);
}.our-story-oTiG .message-wrap-QIkX div div {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}header {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    padding: 0;
    position: relative;
    z-index: 100;
    background: linear-gradient(135deg, rgb(211,195,225,0.5) 0%, rgb(236,228,242) 100%);
    overflow: visible;
    margin-top: 0;
}header::before {
    width: 100%;
    position: absolute;
    opacity: 0.4;
    z-index: 0;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    top: 0;
    content: '';
}header::after {
    position: absolute;
    content: '';
    height: 10px;
    opacity: 0.6;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(211,195,225,0.5), 
        transparent
    );
    bottom: 0;
}header .first-teach-OnaQ {
    z-index: 5;
    padding: 1.3rem 3rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .header-train-LDIT {
    transition: all 0.6s ease;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    margin-right: 2rem;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    padding: 1rem;
}header .header-train-LDIT:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .head-pagewrap-urFk {
    transition: all 0.4s ease;
    display: block;
    position: relative;
}header .head-pagewrap-urFk img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .header-main-jZNX {
    z-index: 2;
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;
    list-style: none;
}header .header-main-jZNX::before {
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    top: -5%;
    height: 110%;
    transition: all 0.6s ease;
    content: '';
    position: absolute;
    width: 110%;
    left: -5%;
    background: linear-gradient(135deg, rgb(211,195,225,0.5) 0%, transparent 100%);
    z-index: -1;
    opacity: 0.1;
}header .header-main-jZNX:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .site-top-WjxZ {
    position: relative;
    margin: 0 0.5rem;
}header .site-top-WjxZ a {
    transition: all 0.4s ease;
    font-weight: 600;
    align-items: center;
    font-size: 12px;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    position: relative;
    z-index: 1;
    padding: 0.8rem 1.3rem;
    justify-content: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
    overflow: hidden;
    display: flex;
}header .site-top-WjxZ a::before {
    border-radius: inherit;
    transform: scale(1.1);
    z-index: -1;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(211,195,225,0.5) 0%, rgb(178,158,202,0.5) 100%);
}header .site-top-WjxZ a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) scale(1.05);
    color: #ffffff;
}header .site-top-WjxZ a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .site-top-WjxZ::after {
    width: 6px;
    content: '';
    left: 50%;
    transform: translateX(-50%) scale(0);
    bottom: -8px;
    position: absolute;
    border-radius: 50%;
    height: 6px;
    transition: transform 0.4s ease;
    background: rgb(211,195,225);
    opacity: 0.7;
}header .site-top-WjxZ:hover::after {
    transform: translateX(-50%) scale(1);
}header .first-teach-OnaQ::before {
    filter: blur(30px);
    width: 200px;
    height: 200px;
    content: '';
    position: absolute;
    right: -100px;
    background: radial-gradient(circle, rgb(211,195,225,0.5) 0%, transparent 70%);
    top: -100px;
    border-radius: 50%;
    opacity: 0.1;
}header .first-teach-OnaQ::after {
    opacity: 0.1;
    filter: blur(30px);
    left: -75px;
    border-radius: 50%;
    width: 150px;
    position: absolute;
    background: radial-gradient(circle, rgb(178,158,202,0.5) 0%, transparent 70%);
    bottom: -75px;
    height: 150px;
    content: '';
}.head-sitewrap-xHGm {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: rgb(236,228,242);
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .first-teach-OnaQ {
    max-width: 1320px;
    margin: 0 auto;
}header .site-top-WjxZ {
    margin: 0 0.7rem;
}header .site-top-WjxZ a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .first-teach-OnaQ {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .header-train-LDIT {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0.7rem;
}header .header-main-jZNX {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .site-top-WjxZ a {
    padding: 0.6rem 1rem;
    font-size: calc(12px - 1px);
}header .header-main-jZNX::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first-teach-OnaQ {
    padding: 0.8rem 1.5rem;
}header .header-train-LDIT {
    max-width: 140px;
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .head-pagewrap-urFk img {
    max-height: 35px;
}header .header-main-jZNX {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
}header .header-main-jZNX::-webkit-scrollbar {
    height: 3px;
}header .header-main-jZNX::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(211,195,225,0.5);
}header .site-top-WjxZ {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .site-top-WjxZ a {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    white-space: nowrap;
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.8rem;
}header .site-top-WjxZ::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .first-teach-OnaQ {
    padding: 0.7rem 1.2rem;
}header .header-train-LDIT {
    padding: 0.5rem;
    max-width: 120px;
}header .site-top-WjxZ a {
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.6rem;
}}.newsletter-signup-jWJV {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(236,228,242) 0%, rgb(178,158,202,0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
}.newsletter-signup-jWJV::before {
    filter: blur(20px);
    animation: float 12s ease-in-out infinite;
    top: -10%;
    z-index: -1;
    content: '';
    height: 60%;
    width: 30%;
    right: -5%;
    background: linear-gradient(225deg, rgb(211,195,225) 0%, rgb(211,195,225,0.5) 90%);
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    opacity: 0.2;
}.newsletter-signup-jWJV::after {
    content: '';
    height: 50%;
    bottom: -10%;
    transform: rotate(15deg) skewX(-10deg);
    filter: blur(15px);
    animation: float 15s ease-in-out infinite reverse;
    opacity: 0.15;
    z-index: -1;
    left: -5%;
    position: absolute;
    background: linear-gradient(45deg, rgb(178,158,202) 0%, rgb(178,158,202,0.5) 90%);
    width: 25%;
}.newsletter-signup-jWJV .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.newsletter-signup-jWJV .why-choose-SsWF {
    gap: 2rem;
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    display: grid;
    padding: 3rem 2.5rem;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    border-left: 4px solid rgb(211,195,225);
    background: #ffffff;
    grid-template-columns: 1fr;
}.newsletter-signup-jWJV .why-choose-SsWF:hover {
    transform: perspective(1000px) rotateY(0deg);
}.newsletter-signup-jWJV h3 {
    font-size: clamp(1.5rem, 3vw, 19px);
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0 0 1rem;
    padding-left: 1.25rem;
    transform: translateZ(0);
    letter-spacing: -0.01em;
    line-height: 1.4;
}.newsletter-signup-jWJV h3::before {
    bottom: 0.5rem;
    position: absolute;
    width: 4px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: '';
    transform: scaleY(0.7);
    top: 0.5rem;
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(211,195,225), rgb(178,158,202));
    border-radius: 2px;
    left: 0;
}.newsletter-signup-jWJV .why-choose-SsWF:hover h3::before {
    transform: scaleY(1);
    opacity: 1;
}.newsletter-signup-jWJV .input_holder {
    margin-top: 1rem;
    gap: 1rem;
    display: flex;
    position: relative;
    flex-direction: column;
}.newsletter-signup-jWJV .input_holder div {
    position: relative;
    flex: 1;
}.newsletter-signup-jWJV .sub-settings-XEwz {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 0.875rem 1.25rem;
    border: 2px solid rgba(0, 0, 0, 0.08);
    color: #000000;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 17px;
}.newsletter-signup-jWJV .sub-settings-XEwz:focus {
    outline: none;
    transform: translateY(-2px);
    border-color: rgb(211,195,225,0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}.newsletter-signup-jWJV .sub-settings-XEwz::placeholder {
    color: rgba(0, 0, 0, 0.35);
    transition: color 0.3s ease;
}.newsletter-signup-jWJV .sub-settings-XEwz:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}.newsletter-signup-jWJV .subscribe-access-IEfZ {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(211,195,225) 0%, rgb(178,158,202) 100%);
    font-family: Arial, sans-serif;
    border: none;
    padding: 0.875rem 1.75rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    color: #ffffff;
}.newsletter-signup-jWJV .subscribe-access-IEfZ:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(rgb(211,195,225,0.5), 0.3);
}.newsletter-signup-jWJV .subscribe-access-IEfZ:active {
    box-shadow: 0 3px 8px rgba(rgb(211,195,225,0.5), 0.2);
    transform: translateY(0);
}.newsletter-signup-jWJV .subscribe-access-IEfZ::before {
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    left: 0;
    content: '';
    position: absolute;
}.newsletter-signup-jWJV .subscribe-access-IEfZ:hover::before {
    transform: translateX(100%);
}

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

@media (min-width: 768px) {.newsletter-signup-jWJV {
    padding: 5rem 2rem;
}.newsletter-signup-jWJV .why-choose-SsWF {
    align-items: center;
    grid-template-columns: 1.5fr 1fr;
    padding: 3.5rem;
    gap: 3rem;
}.newsletter-signup-jWJV h3 {
    padding-left: 1.5rem;
    margin: 0;
}.newsletter-signup-jWJV .input_holder {
    margin-top: 0;
    flex-direction: row;
}.newsletter-signup-jWJV .sub-settings-XEwz {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}.newsletter-signup-jWJV .subscribe-access-IEfZ {
    border-top-left-radius: 0;
    align-self: stretch;
    border-bottom-left-radius: 0;
}
}

@media (min-width: 992px) {.newsletter-signup-jWJV {
    padding: 6rem 2rem;
}.newsletter-signup-jWJV .why-choose-SsWF {
    grid-template-columns: 1.8fr 1fr;
    padding: 4rem;
}.newsletter-signup-jWJV h3 {
    font-size: 19px;
}.newsletter-signup-jWJV .sub-settings-XEwz {
    padding: 1rem 1.5rem;
}.newsletter-signup-jWJV .subscribe-access-IEfZ {
    padding: 1rem 2rem;
}
}

@media (max-width: 767px) {.newsletter-signup-jWJV .why-choose-SsWF {
    border-left: none;
    border-top: 4px solid rgb(211,195,225);
    transform: none;
}.newsletter-signup-jWJV h3 {
    padding-top: 1.25rem;
    padding-left: 0;
}.newsletter-signup-jWJV h3::before {
    transform: scaleX(0.7);
    bottom: auto;
    top: 0;
    height: 4px;
    width: 40px;
    left: 0;
}.newsletter-signup-jWJV .why-choose-SsWF:hover h3::before {
    transform: scaleX(1);
}}footer {
    position: relative;
    width: 100%;
}footer .comm-guide-YxNG {
    color: #ffffff;
    position: relative;
    background-color: #2c3e50;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
}footer .comm-guide-YxNG::before {
    background-size: 60px 60px;
    content: "";
    height: 100%;
    opacity: 0.1;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}footer .enroll-info-HfsV {
    position: relative;
    z-index: 1;
}footer .contact-section-anxG {
    display: grid;
    gap: 15px;
    margin: -70px auto 60px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .info_item {
    height: 100px;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    left: 0;
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    top: 25%;
    position: absolute;
    background-color: rgb(211,195,225);
    height: 50%;
    width: 6px;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    height: 22px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    fill: rgb(211,195,225);
    margin-right: 15px;
    width: 22px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 14px;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
}footer .info_item a:hover {
    color: rgb(211,195,225);
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}footer .header-train-LDIT, footer .subscribe_holder {
    transition: all 0.3s ease;
    border-radius: 12px;
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .header-train-LDIT:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .header-main-jZNX {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}footer .header-train-LDIT svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}footer .project-ref-WUei {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .header-main-jZNX h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    grid-column: 1 / -1;
    padding-bottom: 10px;
    font-weight: 600;
}footer .header-main-jZNX h5::after {
    width: 50px;
    left: 0;
    height: 2px;
    position: absolute;
    background-color: rgb(211,195,225);
    content: "";
    bottom: 0;
}footer .first-class-nPxk {
    transition: all 0.3s ease;
    border-radius: 12px;
    height: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .first-class-nPxk:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .first-class-nPxk a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    padding: 8px 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    display: block;
    transition: all 0.3s ease;
}footer .first-class-nPxk a:last-child {
    border-bottom: none;
}footer .first-class-nPxk a::before {
    content: "→";
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    right: 0;
    position: absolute;
}footer .first-class-nPxk a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .first-class-nPxk a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    font-size: 19px;
}footer .subscribe_holder h5::after {
    width: 50px;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: rgb(211,195,225);
}footer .subscribe_holder p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(211,195,225);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .subscribe-access-IEfZ {
    background-color: rgb(211,195,225);
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    padding: 15px;
    border-radius: 10px;
}footer .subscribe-access-IEfZ:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(178,158,202);
    transform: translateY(-3px);
}footer .skill-test-QVYm {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .fund-cta-arwc {
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe-access-IEfZ {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .header-main-jZNX {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .comm-guide-YxNG {
    padding: 70px 0 30px;
}footer .contact-section-anxG {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .header-train-LDIT, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header-main-jZNX h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .skill-test-QVYm {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .comm-guide-YxNG {
    padding: 50px 0 20px;
}footer .first-class-nPxk {
    padding: 15px;
}footer .header-main-jZNX h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .input_holder input[type="email"],
    footer .subscribe-access-IEfZ {
    padding: 12px;
}}.access-now-qlcy {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(236,228,242) 0%, rgb(211,195,225,0.5) 100%);
    position: relative;
}.access-now-qlcy::before {
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    content: '';
    left: 0;
    z-index: 1;
    transform: skewY(-5deg);
    height: 100%;
    width: 100%;
    top: 0;
}.access-now-qlcy::after {
    width: 100%;
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgb(211,195,225,0.5) 0%, transparent 100%);
    opacity: 0.2;
    height: 40%;
    content: '';
}.access-now-qlcy .why-choose-SsWF {
    z-index: 10;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    background: #ffffff;
    border-radius: 28px;
    align-items: center;
    overflow: hidden;
}.access-now-qlcy .container p {
    position: relative;
    padding: 60px;
    margin: 0;
    flex: 1;
    font-weight: 700;
    z-index: 5;
    line-height: 1.4;
    color: #000000;
    font-size: 32px;
}.access-now-qlcy .support-map-uUYK {
    flex: 0 0 300px;
    letter-spacing: 1px;
    height: 100%;
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(211,195,225) 0%, rgb(178,158,202) 100%);
    z-index: 5;
    text-decoration: none;
    transition: all 0.4s ease;
    align-items: center;
    text-transform: uppercase;
    padding: 50px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: center;
}.access-now-qlcy .container p::after {
    bottom: 40px;
    left: 60px;
    border-radius: 10px;
    width: 60px;
    background: linear-gradient(to right, rgb(211,195,225), rgb(178,158,202));
    position: absolute;
    content: '';
    height: 4px;
}.access-now-qlcy .support-map-uUYK::before {
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(178,158,202) 0%, rgb(211,195,225) 100%);
    position: absolute;
    transition: opacity 0.4s ease;
}.access-now-qlcy .support-map-uUYK:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.access-now-qlcy .support-map-uUYK:hover::before {
    opacity: 1;
}.access-now-qlcy .why-choose-SsWF::before {
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(211,195,225), rgb(178,158,202));
    position: absolute;
    content: '';
    z-index: 2;
    height: 6px;
    left: 0;
}.access-now-qlcy .why-choose-SsWF::after {
    width: 100%;
    content: '';
    z-index: 1;
    left: 0;
    opacity: 0.05;
    background: 
        radial-gradient(circle at 10% 90%, rgb(211,195,225,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(178,158,202,0.5) 0%, transparent 30%);
    height: 100%;
    position: absolute;
    bottom: 0;
}

@media (max-width: 991px) {.access-now-qlcy {
    padding: 90px 0;
}.access-now-qlcy .container p {
    font-size: calc(18px * 1.2);
    padding: 40px;
}.access-now-qlcy .support-map-uUYK {
    padding: 40px 20px;
    flex: 0 0 200px;
}.access-now-qlcy .container p::after {
    left: 40px;
    bottom: 30px;
    width: 50px;
}
}

@media (max-width: 767px) {.access-now-qlcy {
    padding: 70px 0;
}.access-now-qlcy .why-choose-SsWF {
    flex-direction: column;
}.access-now-qlcy .container p {
    padding: 30px;
    font-size: 18px;
    text-align: center;
}.access-now-qlcy .support-map-uUYK {
    flex: none;
    padding: 20px;
    width: 100%;
}.access-now-qlcy .container p::after {
    bottom: 15px;
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 480px) {.access-now-qlcy {
    padding: 50px 0;
}.access-now-qlcy .container p {
    font-size: calc(17px * 1.2);
    padding: 25px 20px;
}.access-now-qlcy .support-map-uUYK {
    padding: 15px;
    font-size: calc(14px * 0.9);
}
}