* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    auto
contain
touch-action: none;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.top-expert-Qnhc {
    flex: 1 0 auto;
}.container {
    width: 1242px;
    max-width: 100%;
    margin: auto;
}.affiliate-cta-yBuc {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.inner-container-iuWQ {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructor-history-zCkL {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(238,234,239) 0%, rgb(176,161,179,0.5) 100%);
}.instructor-history-zCkL::before {
    background-size: 40px 40px;
    position: absolute;
    left: 0;
    opacity: 0.07;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(210,198,212,0.5) 49.5%, rgb(210,198,212,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(210,198,212,0.5) 49.5%, rgb(210,198,212,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}.instructor-history-zCkL::after {
    height: 100%;
    top: 0;
    content: "";
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(210,198,212,0.5) 40px,
            rgb(210,198,212,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(210,198,212,0.5) 60px,
            rgb(210,198,212,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(210,198,212,0.5) 80px,
            rgb(210,198,212,0.5) 81px
        );
    opacity: 0.04;
    width: 100%;
    left: 0;
    position: absolute;
}.instructor-history-zCkL .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.instructor-history-zCkL .user-voices-dFVh {
    grid-template-columns: 1fr 1fr;
    padding: 50px;
    background: #ffffff;
    display: grid;
    border-radius: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    overflow: hidden;
}.instructor-history-zCkL .user-voices-dFVh::before {
    top: 0;
    height: 6px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(210,198,212) 0%,
        rgb(176,161,179) 100%
    );
}.instructor-history-zCkL .user-voices-dFVh::after {
    background: linear-gradient(
        90deg,
        rgb(210,198,212,0.5) 0%,
        transparent 20%,
        rgb(210,198,212,0.5) 40%,
        transparent 60%,
        rgb(176,161,179,0.5) 80%,
        transparent 100%
    );
    width: 100%;
    top: 6px;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    animation: scanner 4s linear infinite;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.instructor-history-zCkL .pic-thumbnail-VMjO {
    width: 100%;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    min-height: 360px;
    position: relative;
    border-radius: 0;
    transition: all 0.5s ease;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    overflow: hidden;
    height: 100%;
}.instructor-history-zCkL .pic-thumbnail-VMjO::before {
    content: "";
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
    position: absolute;
    inset: 0;
}.instructor-history-zCkL .pic-thumbnail-VMjO::after {
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    height: 100%;
    width: 100%;
    content: "";
    z-index: 2;
    position: absolute;
}.instructor-history-zCkL .name {
    line-height: 1.2;
    position: relative;
    font-size: 37px;
    padding-left: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    border-left: 4px solid rgb(210,198,212);
}.instructor-history-zCkL .name::before {
    height: 0;
    width: 4px;
    top: 0;
    position: absolute;
    background: rgb(176,161,179);
    transition: height 0.5s ease;
    content: "";
    left: -4px;
}.instructor-history-zCkL .user-voices-dFVh:hover .name::before {
    height: 100%;
}.instructor-history-zCkL .user-voices-dFVh span:not(.name) {
    display: inline-block;
    background: rgb(238,234,239);
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 3px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
}.instructor-history-zCkL .user-voices-dFVh span:not(.name)::after {
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    content: "";
    position: absolute;
    background: rgb(210,198,212);
    height: 2px;
    bottom: 0;
}.instructor-history-zCkL .user-voices-dFVh:hover span:not(.name)::after {
    width: 100%;
}.instructor-history-zCkL .work-table-pJBH {
    font-size: 17px;
    color: #000000;
    position: relative;
    margin: 0;
    padding: 25px 30px;
    border-left: 1px solid rgb(210,198,212);
    background: linear-gradient(
        to right,
        rgb(238,234,239) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    border-radius: 10px;
    line-height: 1.8;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
}.instructor-history-zCkL .work-table-pJBH::before {
    top: 15px;
    position: absolute;
    height: 12px;
    border-top: 2px solid rgb(210,198,212);
    opacity: 0.6;
    border-left: 2px solid rgb(210,198,212);
    left: 12px;
    content: "";
    width: 12px;
}.instructor-history-zCkL .work-table-pJBH::after {
    width: 12px;
    bottom: 15px;
    height: 12px;
    border-right: 2px solid rgb(176,161,179);
    border-bottom: 2px solid rgb(176,161,179);
    position: absolute;
    content: "";
    right: 12px;
    opacity: 0.6;
}.instructor-history-zCkL .user-voices-dFVh:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.instructor-history-zCkL .user-voices-dFVh:hover .pic-thumbnail-VMjO {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.instructor-history-zCkL {
    padding: 90px 0;
}.instructor-history-zCkL .user-voices-dFVh {
    padding: 40px 30px;
    gap: 30px;
}.instructor-history-zCkL .pic-thumbnail-VMjO {
    min-height: 320px;
}.instructor-history-zCkL .work-table-pJBH {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.instructor-history-zCkL {
    padding: 70px 0;
}.instructor-history-zCkL .user-voices-dFVh {
    grid-template-rows: auto auto;
    gap: 25px;
    grid-template-columns: 1fr;
    padding: 35px 25px;
}.instructor-history-zCkL .pic-thumbnail-VMjO {
    min-height: 280px;
}.instructor-history-zCkL .name {
    font-size: calc(37px * 0.9);
}.instructor-history-zCkL .user-voices-dFVh span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.instructor-history-zCkL .work-table-pJBH {
    padding: 18px 22px;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 575px) {.instructor-history-zCkL {
    padding: 50px 0;
}.instructor-history-zCkL .user-voices-dFVh {
    padding: 30px 20px;
    gap: 20px;
}.instructor-history-zCkL .pic-thumbnail-VMjO {
    min-height: 220px;
}.instructor-history-zCkL .name {
    font-size: calc(37px * 0.8);
    padding-left: 12px;
}.instructor-history-zCkL .user-voices-dFVh span:not(.name) {
    padding: 4px 10px;
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.instructor-history-zCkL .work-table-pJBH {
    padding: 15px 18px;
    font-size: calc(17px * 0.9);
}}.gratCard-posT {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(210,198,212,0.5) 100%);
    padding: 6rem 0;
}.gratCard-posT::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
    z-index: 1;
    bottom: 0;
    right: 0;
}.gratCard-posT::after {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(210,198,212,0.5) 0%, transparent 50%);
    z-index: 2;
    left: 0;
    content: "";
    pointer-events: none;
}.gratCard-posT .container {
    position: relative;
    padding: 0 2rem;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(1deg);
}.gratCard-posT h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.3;
    animation: slideInTitle 0.8s ease-out forwards;
    font-family: Arial, sans-serif;
    font-size: 29px;
    max-width: 90%;
    color: rgb(210,198,212);
    transform-origin: left center;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
}.gratCard-posT h2::after {
    height: 4px;
    width: 100px;
    position: absolute;
    content: "";
    transform: scaleX(0);
    left: 0;
    animation: expandLine 0.5s 0.8s forwards ease-out;
    transform-origin: left;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
}.gratCard-posT .learn-expert-qnaP {
    transform: translateY(0);
    padding: 2.5rem;
    border-radius: 10px;
    overflow: hidden;
    animation: fadeInUp 0.6s 0.4s both;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(176,161,179);
    position: relative;
    transition: transform 0.4s ease-out;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}.gratCard-posT .learn-expert-qnaP::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(176,161,179) 0%, rgb(210,198,212) 100%);
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}.gratCard-posT .learn-expert-qnaP:hover {
    transform: translateY(-5px);
}.gratCard-posT ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratCard-posT li {
    padding-left: 1.5rem;
    position: relative;
}.gratCard-posT li::before {
    left: 0;
    transform: scale(0);
    top: 0.7rem;
    content: "";
    position: absolute;
    height: 8px;
    background: rgb(176,161,179);
    border-radius: 50%;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 8px;
}.gratCard-posT span {
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
    animation: fadeText 0.8s 0.6s both;
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
}

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

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

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

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

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

@media (max-width: 991px) {.gratCard-posT {
    padding: 5rem 0;
}.gratCard-posT h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.gratCard-posT .learn-expert-qnaP {
    padding: 2rem;
}
}

@media (max-width: 767px) {.gratCard-posT {
    padding: 4rem 0;
}.gratCard-posT h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.gratCard-posT h2::after {
    height: 3px;
    width: 80px;
}.gratCard-posT .learn-expert-qnaP {
    padding: 1.75rem;
}.gratCard-posT span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.gratCard-posT {
    padding: 3rem 0;
}.gratCard-posT .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.gratCard-posT h2 {
    margin-bottom: 1.75rem;
    font-size: calc(29px * 0.7);
}.gratCard-posT .learn-expert-qnaP {
    padding: 1.5rem;
}.gratCard-posT li {
    padding-left: 1.25rem;
}.gratCard-posT li::before {
    top: 0.65rem;
    height: 6px;
    width: 6px;
}.gratCard-posT span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.future-attendees-Ssmy {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.future-attendees-Ssmy::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(210,198,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(176,161,179,0.5) 0%, transparent 40%);
    opacity: 0.6;
    z-index: 0;
    height: 100%;
}.future-attendees-Ssmy::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    top: 0;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    opacity: 0.03;
    background-size: 120px 120px;
}.future-attendees-Ssmy .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.future-attendees-Ssmy .learn-expert-qnaP {
    backdrop-filter: blur(12px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 50px;
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.future-attendees-Ssmy .learn-expert-qnaP:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.future-attendees-Ssmy .learn-expert-qnaP::before {
    border-radius: 50%;
    position: absolute;
    top: -100px;
    right: -100px;
    height: 200px;
    content: "";
    opacity: 0.1;
    filter: blur(30px);
    background: linear-gradient(45deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    width: 200px;
    animation: pulse-effect 8s infinite alternate ease-in-out;
}.future-attendees-Ssmy .learn-expert-qnaP::after {
    opacity: 0.1;
    bottom: -75px;
    background: linear-gradient(225deg, rgb(176,161,179) 0%, rgb(210,198,212) 100%);
    width: 150px;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    left: -75px;
    height: 150px;
    position: absolute;
    content: "";
    border-radius: 50%;
    filter: blur(25px);
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.future-attendees-Ssmy h4 {
    padding-bottom: 15px;
    font-size: 32px;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    position: relative;
}.future-attendees-Ssmy h4::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    position: absolute;
    width: 80px;
    height: 4px;
    content: "";
}.future-attendees-Ssmy div p {
    transition: all 0.3s ease;
    padding: 15px 20px;
    border-left: 3px solid rgb(210,198,212);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-bottom: 25px;
    color: #ffffff;
    align-items: center;
    backdrop-filter: blur(5px);
    font-size: calc(17px + 2px);
    position: relative;
    display: flex;
}.future-attendees-Ssmy div p:last-child {
    margin-bottom: 0;
}.future-attendees-Ssmy div p:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.future-attendees-Ssmy div p svg {
    margin-right: 15px;
    width: 24px;
    min-width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    height: 24px;
    transition: transform 0.3s ease;
}.future-attendees-Ssmy div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.future-attendees-Ssmy div p svg path {
    fill: rgb(210,198,212);
}.future-attendees-Ssmy div p::after {
    position: absolute;
    transition: width 0.5s ease;
    content: "";
    width: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(210,198,212) 0%, transparent 100%);
    height: 1px;
    bottom: 0;
}.future-attendees-Ssmy div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.future-attendees-Ssmy {
    padding: 80px 0;
}.future-attendees-Ssmy .learn-expert-qnaP {
    padding: 40px 30px;
}.future-attendees-Ssmy h4 {
    font-size: calc(32px - 2px);
    margin-bottom: 30px;
}.future-attendees-Ssmy div p {
    margin-bottom: 20px;
    font-size: 17px;
    padding: 12px 15px;
}
}

@media (max-width: 767px) {.future-attendees-Ssmy {
    padding: 60px 0;
}.future-attendees-Ssmy .learn-expert-qnaP {
    padding: 30px 20px;
}.future-attendees-Ssmy h4 {
    padding-bottom: 12px;
    font-size: calc(32px - 4px);
    margin-bottom: 25px;
}.future-attendees-Ssmy h4::after {
    height: 3px;
    width: 60px;
}.future-attendees-Ssmy div p {
    padding: 10px 12px;
    font-size: calc(17px - 1px);
    margin-bottom: 15px;
}.future-attendees-Ssmy div p svg {
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
    height: 20px;
}.future-attendees-Ssmy::before,
    .future-attendees-Ssmy::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.future-attendees-Ssmy {
    padding: 40px 0;
}.future-attendees-Ssmy .learn-expert-qnaP {
    padding: 25px 15px;
}.future-attendees-Ssmy h4 {
    font-size: calc(32px - 6px);
}.future-attendees-Ssmy div p {
    padding: 8px 10px;
    font-size: calc(17px - 2px);
}.future-attendees-Ssmy div p svg {
    margin-right: 8px;
    min-width: 18px;
    height: 18px;
    width: 18px;
}}.contact-form-box-MjGL {
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(238,234,239) 0%, rgb(210,198,212,0.5) 100%);
    overflow: hidden;
    position: relative;
}.contact-form-box-MjGL::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(210,198,212,0.5),
        rgb(210,198,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.03;
}.contact-form-box-MjGL .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.contact-form-box-MjGL h2 {
    color: #000000;
    position: relative;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
}.contact-form-box-MjGL .query-card-eLJH {
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    flex-direction: column;
    border-radius: 17px;
    max-width: 800px;
}.contact-form-box-MjGL .pic-thumbnail-VMjO {
    position: relative;
    width: 100%;
    height: 200px;
}.contact-form-box-MjGL .query-query-XfDY {
    width: 100%;
    position: relative;
    padding: 50px;
}.contact-form-box-MjGL form {
    width: 100%;
}.contact-form-box-MjGL form h3 {
    position: relative;
    color: #000000;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-weight: 700;
}.contact-form-box-MjGL form h3::after {
    background: rgb(210,198,212);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    border-radius: 1.5px;
}.contact-form-box-MjGL form input[type="text"] {
    font-family: Arial, sans-serif;
    background: rgb(238,234,239);
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    font-size: 12px;
    width: 100%;
    color: #000000;
    padding: 15px 20px;
}.contact-form-box-MjGL form input[type="text"]:focus {
    outline: none;
    border-color: rgb(210,198,212);
}.contact-form-box-MjGL form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact-form-box-MjGL .connect-support-Jcwa {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact-form-box-MjGL .connect-support-Jcwa input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-form-box-MjGL .connect-support-Jcwa label {
    color: #000000;
    line-height: 1.6;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
}.contact-form-box-MjGL .connect-support-Jcwa label::before {
    border-radius: 10px;
    transition: all 0.3s ease;
    top: 2px;
    width: 22px;
    left: 0;
    position: absolute;
    height: 22px;
    background: rgb(238,234,239);
    content: "";
}.contact-form-box-MjGL .connect-support-Jcwa input[type="checkbox"]:checked + label::before {
    background: rgb(210,198,212);
}.contact-form-box-MjGL .connect-support-Jcwa input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    content: "";
    position: absolute;
    top: 5px;
    border-right: 2px solid #ffffff;
    height: 12px;
}.contact-form-box-MjGL .connect-support-Jcwa label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(210,198,212);
}.contact-form-box-MjGL .connect-support-Jcwa label a:hover {
    text-decoration: underline;
}.contact-form-box-MjGL form .inquiry-inquiry-eHSF {
    border: none;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    font-size: 19px;
    cursor: pointer;
    padding: 16px 20px;
    color: #ffffff;
    position: relative;
    background: rgb(210,198,212);
    transition: all 0.3s ease;
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
}.contact-form-box-MjGL form .inquiry-inquiry-eHSF:hover {
    background: rgb(176,161,179);
}.contact-form-box-MjGL svg {
    fill: rgb(210,198,212);
    height: 20px;
    width: 20px;
}.contact-form-box-MjGL svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,198,212);
}

@media screen and (min-width: 768px) {.contact-form-box-MjGL .query-card-eLJH {
    max-width: 1000px;
    flex-direction: row;
}.contact-form-box-MjGL .pic-thumbnail-VMjO {
    width: 40%;
    height: auto;
    min-height: 400px;
}.contact-form-box-MjGL .query-query-XfDY {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact-form-box-MjGL .pic-thumbnail-VMjO {
    width: 50%;
}.contact-form-box-MjGL .query-query-XfDY {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.contact-form-box-MjGL .query-card-eLJH {
    max-width: 1100px;
}.contact-form-box-MjGL .pic-thumbnail-VMjO {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact-form-box-MjGL {
    padding: 60px 0;
}.contact-form-box-MjGL h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 30px;
}.contact-form-box-MjGL .query-query-XfDY {
    padding: 30px 20px;
}.contact-form-box-MjGL form h3 {
    font-size: calc(24px * 0.9);
}}footer {
    position: relative;
}footer::before {
    right: 0;
    left: 0;
    content: '';
    z-index: 1;
    bottom: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(210,198,212) 150%);
    top: 0;
    position: absolute;
    opacity: 0.92;
}.affiliate-cta-yBuc {
    position: relative;
    color: #ffffff;
    padding: 70px 0;
    font-family: Arial, sans-serif;
    z-index: 2;
}.affiliate-cta-yBuc .container {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
}.affiliate-cta-yBuc .company_holder {
    position: relative;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
    overflow: hidden;
    transition: all 0.3s ease;
}.affiliate-cta-yBuc .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.affiliate-cta-yBuc .company_holder::before {
    height: 5px;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: rgb(210,198,212);
}.affiliate-cta-yBuc .company_holder h3 {
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.affiliate-cta-yBuc .company_holder h3::after {
    background: rgb(176,161,179);
    height: 3px;
    bottom: -8px;
    left: 0;
    width: 60px;
    position: absolute;
    content: '';
}.affiliate-cta-yBuc .res-connect-tUsH {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    line-height: 1.6;
    font-size: 15px;
}.affiliate-cta-yBuc .footer-subscribe-TbIh {
    position: relative;
}.affiliate-cta-yBuc .header-navbar-YCbn {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}.affiliate-cta-yBuc .head-mainbar-ipNh {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.affiliate-cta-yBuc .head-mainbar-ipNh h5 {
    padding-left: 15px;
    font-size: 22px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border-left: 3px solid rgb(210,198,212);
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}.affiliate-cta-yBuc .head-mainbar-ipNh .header-navbar-YCbn {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.affiliate-cta-yBuc .head-mainbar-ipNh .header-navbar-YCbn a {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    padding: 8px 15px;
    z-index: 1;
    transition: all 0.3s ease;
}.affiliate-cta-yBuc .head-mainbar-ipNh .header-navbar-YCbn a::before {
    content: '';
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
    background: rgb(210,198,212,0.5);
    width: 0;
    top: 0;
    transition: width 0.3s ease;
}.affiliate-cta-yBuc .head-mainbar-ipNh .header-navbar-YCbn a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
    color: #ffffff;
}.affiliate-cta-yBuc .head-mainbar-ipNh .header-navbar-YCbn a:hover::before {
    width: 100%;
}.volunteer-jEMy {
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    margin-top: 50px;
    padding: 20px 0;
    position: relative;
}.volunteer-jEMy .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.volunteer-jEMy .goal-footer-uojb {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    z-index: 1;
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    position: absolute;
    content: '';
    top: 0;
    background-size: 40px 40px;
    bottom: 0;
    left: 0;
}

@media (max-width: 992px) {.affiliate-cta-yBuc .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.affiliate-cta-yBuc {
    padding: 50px 0;
}.affiliate-cta-yBuc .head-mainbar-ipNh {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.affiliate-cta-yBuc {
    padding: 40px 0;
}.affiliate-cta-yBuc .company_holder h3 {
    font-size: calc(38px * 0.8);
}.affiliate-cta-yBuc .head-mainbar-ipNh h5 {
    font-size: calc(22px * 0.9);
}.affiliate-cta-yBuc .head-mainbar-ipNh .header-navbar-YCbn a,
    .affiliate-cta-yBuc .footer_agreement {
    font-size: calc(15px * 0.95);
}}

.volunteer-jEMy::before {
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    opacity: 0.2;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
}.program-information-JkGi {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(255,255,255,0.92) 100%);
    position: relative;
    padding: 5rem 0;
}.program-information-JkGi::before {
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
    content: "";
    position: absolute;
}.program-information-JkGi::after {
    width: 40%;
    opacity: 0.05;
    background: linear-gradient(120deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    right: -5%;
    content: "";
    z-index: 0;
    position: absolute;
    filter: blur(50px);
    top: -5%;
    transform: rotate(-15deg);
    height: 40%;
}.program-information-JkGi .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.program-information-JkGi h2 {
    position: relative;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    color: #000000;
    margin-bottom: 3rem;
    line-height: 1.3;
    font-size: 28px;
    font-weight: 700;
    opacity: 0;
    max-width: 90%;
}.program-information-JkGi h2::after {
    height: 4px;
    transform: scaleX(0);
    bottom: -1rem;
    content: "";
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 80px;
    animation: scaleIn 1s 0.3s ease-out forwards;
}.program-information-JkGi .skill-plan-Nflv {
    gap: 2rem;
    opacity: 0;
    display: flex;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    flex-direction: column;
    transform: translateY(0);
}.program-information-JkGi .pic-thumbnail-VMjO {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    width: 100%;
    transform: translateY(20px);
    height: 350px;
    overflow: hidden;
}.program-information-JkGi .pic-thumbnail-VMjO::before {
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    content: "";
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 1;
}.program-information-JkGi .pic-thumbnail-VMjO:hover {
    transform: translateY(0);
}.program-information-JkGi .pic-thumbnail-VMjO:hover::before {
    opacity: 1;
}.program-information-JkGi .content-box-iuBd {
    transform: translateX(0);
    background: rgba(255,255,255,0.7);
    position: relative;
    padding: 2rem;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease;
}.program-information-JkGi .content-box-iuBd::before {
    content: "";
    height: 0;
    width: 5px;
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    top: 0;
    background: rgb(210,198,212);
    left: 0;
}.program-information-JkGi .content-box-iuBd:hover::before {
    height: 100%;
}.program-information-JkGi .description {
    line-height: 1.7;
    font-size: 12px;
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    transition: color 0.3s ease;
    padding-right: 10px;
    position: relative;
    color: #000000;
}.program-information-JkGi .description:first-of-type {
    font-weight: 600;
}.program-information-JkGi .description::-webkit-scrollbar {
    width: 4px;
}.program-information-JkGi .description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-opacity), 0.05);
    border-radius: 10px;
}.program-information-JkGi .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(176,161,179));
}

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

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}


@media (min-width: 768px) {.program-information-JkGi {
    padding: 6rem 0;
}.program-information-JkGi h2 {
    font-size: calc(28px * 1.1);
    max-width: 80%;
}.program-information-JkGi .skill-plan-Nflv {
    align-items: flex-start;
    flex-direction: row;
}.program-information-JkGi .pic-thumbnail-VMjO {
    width: 45%;
    height: 450px;
    flex-shrink: 0;
}.program-information-JkGi .content-box-iuBd {
    padding: 2.5rem;
    margin-top: 3rem;
    z-index: 2;
    width: 55%;
    margin-left: -3rem;
}.program-information-JkGi .content-box-iuBd:hover {
    transform: translateX(10px);
}.program-information-JkGi .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program-information-JkGi {
    padding: 8rem 0;
}.program-information-JkGi h2 {
    max-width: 70%;
    font-size: calc(28px * 1.2);
}.program-information-JkGi .pic-thumbnail-VMjO {
    height: 500px;
    width: 50%;
}.program-information-JkGi .content-box-iuBd {
    width: 60%;
    margin-left: -5rem;
    padding: 3rem;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
}.program-information-JkGi .description {
    line-height: 1.8;
    max-height: 400px;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.program-information-JkGi .container {
    padding: 0 2rem;
}.program-information-JkGi h2 {
    font-size: calc(28px * 1.3);
    margin-bottom: 4rem;
}.program-information-JkGi .skill-plan-Nflv {
    gap: 3rem;
}.program-information-JkGi .pic-thumbnail-VMjO {
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
    height: 550px;
}.program-information-JkGi .pic-thumbnail-VMjO:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.program-information-JkGi .content-box-iuBd {
    padding: 3.5rem;
    margin-left: -8rem;
}
}

@media (max-width: 767px) {.program-information-JkGi {
    padding: 4rem 0;
}.program-information-JkGi h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.program-information-JkGi h2::after {
    width: 60px;
    height: 3px;
}.program-information-JkGi .skill-plan-Nflv {
    gap: 1.5rem;
}.program-information-JkGi .pic-thumbnail-VMjO {
    height: 250px;
}.program-information-JkGi .content-box-iuBd {
    padding: 1.5rem;
}.program-information-JkGi .description {
    line-height: 1.6;
    max-height: 150px;
    font-size: calc(12px * 0.95);
}}.learning-impact-uVot {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 100px 20px;
}.learning-impact-uVot::before {
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 1;
    filter: blur(40px);
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(176,161,179,0.5) 0%, transparent 70%);
    content: "";
    height: 300px;
    transform: rotate(-15deg);
    right: -50px;
    top: -50px;
    width: 300px;
}.learning-impact-uVot::after {
    height: 400px;
    bottom: -100px;
    width: 400px;
    animation: float 12s infinite alternate ease-in-out;
    position: absolute;
    left: -100px;
    z-index: 1;
    opacity: 0.4;
    content: "";
    filter: blur(50px);
    transform: rotate(22deg);
    background: linear-gradient(45deg, rgb(210,198,212,0.5) 0%, transparent 70%);
}.learning-impact-uVot h5 {
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeSlideUp 1s ease-out;
    transform: translateY(0);
    z-index: 2;
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
    opacity: 1;
    color: #000000;
    font-weight: 700;
}.learning-impact-uVot h5::after {
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    bottom: -12px;
    height: 3px;
}.learning-impact-uVot .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.learning-impact-uVot .learn-expert-qnaP {
    animation: fadeSlideUp 1.2s ease-out 0.2s both;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    opacity: 1;
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    flex-direction: column;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    gap: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding: 40px;
    overflow: hidden;
}.learning-impact-uVot .learn-expert-qnaP::before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    left: 0;
}.learning-impact-uVot .pic-thumbnail-VMjO {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(1);
    width: 100%;
}.learning-impact-uVot .learn-expert-qnaP:hover .pic-thumbnail-VMjO {
    transform: scale(1.03);
}.learning-impact-uVot .content-box-iuBd {
    position: relative;
}.learning-impact-uVot ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 20px;
}.learning-impact-uVot li {
    padding-left: 40px;
    animation: fadeSlideRight 0.5s ease-out both;
    position: relative;
    transition: transform 0.3s ease;
}.learning-impact-uVot li:nth-child(1) {
    animation-delay: 0.3s;
}.learning-impact-uVot li:nth-child(2) {
    animation-delay: 0.4s;
}.learning-impact-uVot li:nth-child(3) {
    animation-delay: 0.5s;
}.learning-impact-uVot li:nth-child(4) {
    animation-delay: 0.6s;
}.learning-impact-uVot li:nth-child(5) {
    animation-delay: 0.7s;
}.learning-impact-uVot li:hover {
    transform: translateX(5px);
}.learning-impact-uVot li p {
    font-size: 17px;
    position: relative;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}.learning-impact-uVot svg {
    width: 28px;
    transition: transform 0.3s ease;
    left: -40px;
    height: 28px;
    transform: translateY(0) scale(1);
    position: absolute;
    top: 0;
}.learning-impact-uVot li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.learning-impact-uVot svg path {
    fill: rgb(210,198,212);
    transition: fill 0.3s ease;
}.learning-impact-uVot li:hover svg path {
    fill: rgb(176,161,179);
}

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

@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.6;
        transform: rotate(-12deg) scale(1.1);
    }
}

@keyframes float {
    0% {
        transform: rotate(22deg) translate(0, 0);
    }
    100% {
        transform: rotate(18deg) translate(30px, -20px);
    }
}

@media (min-width: 768px) {.learning-impact-uVot {
    padding: 120px 40px;
}.learning-impact-uVot .learn-expert-qnaP {
    padding: 60px;
    align-items: center;
    flex-direction: row;
}.learning-impact-uVot .learn-expert-qnaP > div:first-child {
    flex: 0 0 40%;
}.learning-impact-uVot .content-box-iuBd {
    flex: 0 0 60%;
    padding-left: 40px;
}.learning-impact-uVot ul {
    grid-template-columns: repeat(2, 1fr);
}.learning-impact-uVot h5 {
    font-size: calc(24px * 1.1);
    margin-bottom: 60px;
}.learning-impact-uVot h5::after {
    width: 100px;
}
}

@media (min-width: 992px) {.learning-impact-uVot {
    padding: 140px 60px;
}.learning-impact-uVot .learn-expert-qnaP {
    gap: 60px;
}.learning-impact-uVot h5 {
    font-size: calc(24px * 1.2);
}.learning-impact-uVot h5::after {
    width: 120px;
}.learning-impact-uVot p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.learning-impact-uVot {
    padding: 80px 20px;
}.learning-impact-uVot h5 {
    font-size: calc(24px * 0.9);
}.learning-impact-uVot .learn-expert-qnaP {
    padding: 30px;
}.learning-impact-uVot .pic-thumbnail-VMjO {
    object-position: center;
    max-height: 250px;
}.learning-impact-uVot li {
    padding-left: 35px;
}.learning-impact-uVot svg {
    left: -35px;
    height: 24px;
    width: 24px;
}}.our-mission-pPQL {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our-mission-pPQL::before {
    left: 0;
    content: "";
    right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 50, 80, 0.85), rgba(15, 25, 40, 0.95));
}.our-mission-pPQL::after {
    top: -50%;
    content: "";
    height: 200%;
    z-index: 2;
    right: -30%;
    background: linear-gradient(145deg, rgb(210,198,212,0.5), transparent);
    transform: rotate(30deg);
    position: absolute;
    pointer-events: none;
    width: 80%;
}.our-mission-pPQL .container {
    z-index: 5;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1200px;
}.our-mission-pPQL h2 {
    font-size: calc(29px * 1.2);
    transform: translateZ(40px);
    margin-bottom: 50px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
}.our-mission-pPQL h2::after {
    transform: skewX(-20deg);
    width: 80px;
    height: 4px;
    box-shadow: 5px 5px 15px rgba(rgb(210,198,212,0.5), 0.3);
    content: "";
    left: 0;
    background: rgb(210,198,212);
    position: absolute;
    bottom: -15px;
}.our-mission-pPQL .content-box-iuBd {
    position: relative;
    transform: translateZ(20px) perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.our-mission-pPQL .content-box-iuBd::before {
    left: 0;
    background: linear-gradient(135deg, rgb(176,161,179,0.5), transparent);
    transform: translateZ(-10px);
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
}.our-mission-pPQL .content-box-iuBd > div {
    position: relative;
    z-index: 2;
}.our-mission-pPQL .content-box-iuBd > div::before {
    background: rgb(176,161,179);
    position: absolute;
    content: "";
    transform: skewY(-45deg) translateZ(-5px);
    width: 5px;
    left: -60px;
    top: 0;
    height: 100%;
}.our-mission-pPQL .content-box-iuBd p {
    transform: translateZ(10px);
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: calc(16px * 1.5);
    color: rgb(210,198,212);
}.our-mission-pPQL .content-box-iuBd p::after {
    width: 40px;
    bottom: -8px;
    height: 2px;
    content: "";
    background: rgb(176,161,179);
    left: 0;
    position: absolute;
}.our-mission-pPQL .content-box-iuBd div div {
    color: #000000;
    position: relative;
    font-size: 16px;
    column-gap: 40px;
    text-align: justify;
    column-count: 2;
    line-height: 1.8;
    transform: translateZ(5px);
}

@media (hover: hover) {.our-mission-pPQL .content-box-iuBd:hover {
    transform: translateZ(30px) perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 1200px) {.our-mission-pPQL {
    padding: 100px 0;
}.our-mission-pPQL .content-box-iuBd {
    padding: 35px;
}
}

@media (max-width: 992px) {.our-mission-pPQL h2 {
    font-size: 29px;
    margin-bottom: 40px;
}.our-mission-pPQL .content-box-iuBd div div {
    column-count: 2;
}.our-mission-pPQL::after {
    width: 100%;
    top: -30%;
    right: -40%;
}
}

@media (max-width: 768px) {.our-mission-pPQL {
    padding: 80px 0;
}.our-mission-pPQL .content-box-iuBd {
    transform: translateZ(10px) perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.our-mission-pPQL .content-box-iuBd div div {
    column-count: 1;
}.our-mission-pPQL .content-box-iuBd > div::before {
    left: -30px;
}
}

@media (max-width: 576px) {.our-mission-pPQL {
    padding: 60px 0;
}.our-mission-pPQL h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.our-mission-pPQL h2::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}.our-mission-pPQL .content-box-iuBd {
    padding: 25px 20px;
    transform: none;
}.our-mission-pPQL .content-box-iuBd p {
    font-size: calc(16px * 1.2);
}.our-mission-pPQL .content-box-iuBd > div::before {
    display: none;
}.our-mission-pPQL::after {
    display: none;
}}.cookie-message-window-MHJr {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(210,198,212);
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
    background: rgb(176,161,179);
    bottom: 0;
}.cookie-overview-BzQt {
    padding: 20px 30px;
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
}.cookie-message-window-MHJr h5 {
    transition: color 0.3s ease-in-out;
    font-size: 23px;
    margin-bottom: 6px;
    color: #ffffff;
    font-weight: 700;
}.cookie-message-window-MHJr p {
    color: #ffffff;
    max-width: 500px;
    font-size: 18px;
}.cookies-tech-wIus {
    flex-shrink: 0;
    margin-right: 20px;
}.cookies-tech-wIus svg, .cookies-tech-wIus svg path {
    height: 80px;
    fill: rgb(210,198,212);
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.cookies-tech-wIus:hover svg {
    transform: rotate(10deg);
}.gdpr-banner-DJsa {
    padding: 10px 20px;
    background: rgb(210,198,212);
    text-decoration: none;
    font-size: 20px;
    line-height: 35px;
    border-radius: 29px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 20px;
    box-shadow: rgb(210,198,212,0.5) 0px 4px 10px 0px;
    cursor: pointer;
    color: #ffffff;
}.cookie_button.user-dialog-fNiz {
    background: rgb(210,198,212);
}.cookie_button.visitor-settings-bmJy {
    background: rgb(176,161,179);
}.gdpr-banner-DJsa:hover {
    box-shadow: rgb(210,198,212,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookie-message-window-MHJr p a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: rgb(210,198,212);
    text-decoration: none;
}.cookie-message-window-MHJr p a:hover {
    color: rgb(176,161,179);
}.inner-container-iuWQ .cookie-message-window-MHJr {
    border: none;
    background: rgb(176,161,179);
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.inner-container-iuWQ .gdpr-banner-DJsa {
    background: rgb(210,198,212);
    color: #ffffff;
    font-size: 20px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 30px;
    border: none;
    padding: 10px;
    font-weight: 400;
}.inner-container-iuWQ .cookie-ack-qtTs h5, .inner-container-iuWQ .cookie-ack-qtTs p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie-message-window-MHJr {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies-tech-wIus {
    display: none;
}.cookie-overview-BzQt {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-message-window-MHJr h5 {
    text-align: center;
}.cookie-message-window-MHJr p {
    text-align: center;
}.cookie-ack-qtTs {
    margin-bottom: 20px;
    text-align: center;
}.gdpr-banner-DJsa {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 300px;
}}
#dialogPolicyNotice-SfTs {
    display: none;
}#dialogPolicyNotice-SfTs:checked ~ .cookie-message-window-MHJr {
    opacity: 0;
    visibility: hidden;
}.secure-archive-BFPA {
    font-family: Arial, sans-serif;
    border: 1px solid #000000;
    background-color: rgb(238,234,239);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}.secure-archive-BFPA h1 {
    font-size: 38px;
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}.secure-archive-BFPA h2 {
    color: #000000;
    font-weight: 600;
    font-size: 21px;
    margin: 15px 0;
}.secure-archive-BFPA h3, .secure-archive-BFPA h4, .secure-archive-BFPA h5, .secure-archive-BFPA h6 {
    color: #000000;
    margin: 10px 0;
    font-size: 21px;
}.secure-archive-BFPA ul {
    padding-left: 20px;
    margin: 15px 0;
    color: #000000;
    list-style-type: square;
}.secure-archive-BFPA li {
    font-size: 15px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.secure-archive-BFPA {
    padding: 20px;
}.secure-archive-BFPA h1 {
    font-size: 21px;
}.secure-archive-BFPA h2 {
    font-size: 18px;
}.secure-archive-BFPA ul {
    font-size: 15px;
}}
.service-package-ZxRN {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(210,198,212,0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.service-package-ZxRN::before {
    left: 0;
    z-index: 0;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(176,161,179,0.5) 0%, transparent 60%);
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}.service-package-ZxRN .container {
    max-width: 1320px;
    z-index: 1;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.service-package-ZxRN .pricing-levels-UpKd {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
    position: relative;
}.service-package-ZxRN .training-sub-lvyG {
    padding: 30px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(210,198,212);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.service-package-ZxRN .training-sub-lvyG:hover {
    transform: perspective(1000px) rotateX(2deg);
}.service-package-ZxRN .training-sub-lvyG h2 {
    font-weight: 700;
    color: transparent;
    margin-bottom: 20px;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
    letter-spacing: -0.02em;
    -webkit-background-clip: text !important;
    line-height: 1.3;
    transform: translateZ(0);
    font-size: 28px;
}.service-package-ZxRN .training-sub-lvyG .access-plans-fCJX {
    margin-bottom: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 700px;
}.service-package-ZxRN .price-schemes-UkpT {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.service-package-ZxRN .package-deals-NPXn {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
    text-decoration: none;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}.service-package-ZxRN .package-deals-NPXn:hover {
    z-index: 5;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.service-package-ZxRN .fee-schemes-Kjct {
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    position: relative;
    height: 100%;
    flex-direction: column;
}.service-package-ZxRN .fee-schemes-Kjct::before {
    top: 0;
    transform: scaleX(0.8);
    height: 5px;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
    transition: transform 0.4s ease-out;
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    width: 100%;
}.service-package-ZxRN .package-deals-NPXn:hover .fee-schemes-Kjct::before {
    transform: scaleX(1);
}.service-package-ZxRN .tuition-grid-amGz {
    z-index: 1;
    flex: 1;
    display: flex;
    padding: 30px;
    flex-direction: column;
    position: relative;
}.service-package-ZxRN .tuition-grid-amGz h3 {
    transition: transform 0.3s ease;
    position: relative;
    white-space: nowrap;
    color: #000000;
    text-overflow: ellipsis;
    transform-origin: left;
    margin-bottom: 15px;
    font-size: calc(23px + 2px);
    font-weight: 700;
    overflow: hidden;
}.service-package-ZxRN .package-deals-NPXn:hover .tuition-grid-amGz h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(210,198,212);
}.service-package-ZxRN .fee-board-MXwU {
    color: rgb(176,161,179);
    font-size: calc(23px + 4px);
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}.service-package-ZxRN .fee-board-MXwU::after {
    transform-origin: left;
    bottom: -5px;
    background: rgb(210,198,212);
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    transform: scaleX(0.5);
    width: 50px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.service-package-ZxRN .package-deals-NPXn:hover .fee-board-MXwU::after {
    transform: scaleX(1);
}.service-package-ZxRN .tuition-grid-amGz p {
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-box-orient: vertical;
    flex: 1;
    overflow: hidden;
    color: #000000;
    -webkit-line-clamp: 5;
}.service-package-ZxRN .pic-thumbnail-VMjO {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    overflow: hidden;
}.service-package-ZxRN .pic-thumbnail-VMjO::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
}.service-package-ZxRN .package-deals-NPXn:hover .pic-thumbnail-VMjO {
    transform: scale(1.05);
}

@media (min-width: 768px) {.service-package-ZxRN .price-schemes-UkpT {
    grid-template-columns: repeat(2, 1fr);
}.service-package-ZxRN .training-sub-lvyG {
    padding: 40px;
}.service-package-ZxRN .tuition-grid-amGz {
    padding: 30px 35px;
}.service-package-ZxRN .pic-thumbnail-VMjO {
    height: 240px;
}
}

@media (min-width: 992px) {.service-package-ZxRN .pricing-levels-UpKd {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.service-package-ZxRN .training-sub-lvyG {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 50px 40px;
    justify-content: center;
}.service-package-ZxRN .price-schemes-UkpT {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.service-package-ZxRN .tuition-grid-amGz {
    padding: 30px;
}.service-package-ZxRN .tuition-grid-amGz p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.service-package-ZxRN {
    padding: 120px 0;
}.service-package-ZxRN .price-schemes-UkpT {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.service-package-ZxRN .training-sub-lvyG h2 {
    font-size: calc(28px + 4px);
}.service-package-ZxRN .tuition-grid-amGz h3 {
    font-size: calc(23px + 4px);
}.service-package-ZxRN .fee-board-MXwU {
    font-size: calc(23px + 8px);
}.service-package-ZxRN .pic-thumbnail-VMjO {
    height: 280px;
}
}

@media (min-width: 1400px) {.service-package-ZxRN .price-schemes-UkpT {
    grid-template-columns: repeat(2, 1fr);
}.service-package-ZxRN .tuition-grid-amGz p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.service-package-ZxRN .package-deals-NPXn {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.service-package-ZxRN .package-deals-NPXn:hover {
    transform: translateY(-10px) scale(1.02);
}}header {
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgb(176,161,179) 0%, rgb(210,198,212) 100%);
    padding: 0;
    margin-top: 0;
    position: relative;
    overflow: visible;
}header::before {
    height: 100%;
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}header .nav-mainwrap-LZvm {
    display: flex;
    padding: 1.2rem 2.5rem;
    align-items: center;
    position: relative;
    z-index: 5;
    justify-content: space-between;
}header .nav-primary-Cujw {
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
    overflow: visible;
    padding: 0.5rem;
}header .nav-primary-Cujw::before {
    opacity: 0.1;
    transition: all 0.3s ease;
    transform: skew(-5deg);
    content: '';
    top: -5px;
    position: absolute;
    border: 2px solid #ffffff;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    right: -5px;
}header .nav-primary-Cujw::after {
    transform: skew(-5deg);
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    bottom: -5px;
    left: -5px;
    top: -5px;
    right: -5px;
    opacity: 0;
    border: 2px solid #ffffff;
    position: absolute;
    z-index: -1;
    content: '';
    transition: all 0.3s ease;
}header .nav-primary-Cujw:hover::before {
    opacity: 0;
}header .nav-primary-Cujw:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .main-train-HblA {
    transition: all 0.3s ease;
    position: relative;
    display: block;
}header .main-train-HblA:hover {
    transform: scale(1.05);
}header .main-train-HblA img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .head-mainbar-ipNh {
    display: flex;
    list-style: none;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
}header .top-core-HNzI {
    position: relative;
    margin: 0 0.4rem;
}header .top-core-HNzI a {
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 1.2rem;
    height: 40px;
    display: flex;
    align-items: center;
    text-shadow: 0 0 5px #ffffff;
    overflow: hidden;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    position: relative;
    z-index: 1;
}header .top-core-HNzI a::before {
    transition: opacity 0.3s ease;
    content: '';
    bottom: -2px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: -2px;
    transform: scale(0.9);
    top: -2px;
    right: -2px;
    background: #ffffff;
}header .top-core-HNzI a:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
    transform: translateY(-3px);
    color: rgb(210,198,212);
    text-shadow: none;
}header .top-core-HNzI a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .top-core-HNzI::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    filter: blur(3px);
    left: 10%;
    bottom: -10px;
    width: 80%;
    height: 5px;
    transition: all 0.3s ease;
    content: '';
    opacity: 0;
}header .top-core-HNzI:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .nav-mainwrap-LZvm::before {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
}header .nav-mainwrap-LZvm::after {
    width: 100%;
    height: 1px;
    content: '';
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    left: 0;
}header .top-expert-Qnhc {
    padding-top: 2rem;
    background: rgb(238,234,239);
    position: relative;
    z-index: 1;
}

@media (min-width: 1400px) {header .nav-mainwrap-LZvm {
    margin: 0 auto;
    max-width: 1320px;
}header .top-core-HNzI {
    margin: 0 0.6rem;
}header .top-core-HNzI a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .nav-mainwrap-LZvm {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-primary-Cujw {
    margin-right: 0;
    margin-bottom: 0;
}header .head-mainbar-ipNh {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .top-core-HNzI a {
    padding: 0 1rem;
    height: 36px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav-mainwrap-LZvm {
    padding: 0.8rem 1.5rem;
}header .nav-primary-Cujw {
    max-width: 140px;
}header .nav-primary-Cujw::before, 
    header .nav-primary-Cujw::after {
    right: -3px;
    left: -3px;
    top: -3px;
    bottom: -3px;
}header .main-train-HblA img {
    max-height: 35px;
}header .head-mainbar-ipNh {
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .head-mainbar-ipNh::-webkit-scrollbar {
    height: 3px;
}header .head-mainbar-ipNh::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .top-core-HNzI {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .top-core-HNzI a {
    height: 32px;
    padding: 0 0.8rem;
    font-size: calc(15px - 2px);
    white-space: nowrap;
}header .top-core-HNzI::after {
    display: none;
}
}

@media (max-width: 479px) {header .nav-mainwrap-LZvm {
    padding: 0.7rem 1.2rem;
}header .nav-primary-Cujw {
    max-width: 120px;
}header .top-core-HNzI a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(15px - 3px);
}}.primary-page-MGUY {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #000000;
    min-height: 600px;
    height: 100vh;
}.primary-page-MGUY .learn-expert-qnaP {
    position: relative;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    width: 100%;
    display: flex;
}.primary-page-MGUY .study-master-ayml {
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    left: 0;
    position: absolute;
}.primary-page-MGUY .study-master-ayml::before {
    z-index: 2;
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, #000000 0%, #000000 35%, transparent 65%);
    content: '';
}.primary-page-MGUY .page-title-RbDf {
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    animation: slide-transition 35s infinite;
    position: relative;
    display: flex;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
}.primary-page-MGUY .edu-open-xkaj {
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
    overflow: hidden;
}.primary-page-MGUY .edu-open-xkaj img {
    animation: slide-zoom 16s infinite alternate;
    position: absolute;
    will-change: transform;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    transition: transform 8s ease;
    object-fit: cover;
    filter: contrast(1.1) brightness(0.9);
}.primary-page-MGUY .edu-open-xkaj:nth-child(2n) img {
    animation-delay: -3s;
}.primary-page-MGUY .edu-open-xkaj:nth-child(3n) img {
    animation-delay: -6s;
}.primary-page-MGUY .edu-open-xkaj:nth-child(4n) img {
    animation-delay: -9s;
}.primary-page-MGUY .content-box-iuBd {
    position: relative;
    border-radius: 0 28px 28px 0;
    max-width: 600px;
    width: 45%;
    animation: slide-in 1s forwards 0.5s;
    z-index: 5;
    border-left: 4px solid rgb(210,198,212);
    backdrop-filter: blur(10px);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateX(50px);
    padding: 3.5rem;
    margin-right: 8%;
}.primary-page-MGUY .content-box-iuBd::before {
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(176,161,179));
    content: '';
    top: 0;
    position: absolute;
    left: -4px;
    height: 0;
    animation: border-reveal 1.5s forwards 1s;
    width: 4px;
}.primary-page-MGUY .content-box-iuBd::after {
    opacity: 0;
    background-color: rgb(210,198,212);
    width: 20px;
    border-radius: 50%;
    content: '';
    animation: dot-appear 0.5s forwards 2s;
    position: absolute;
    box-shadow: 0 0 15px rgb(210,198,212);
    left: -12px;
    height: 20px;
    top: 30px;
}.primary-page-MGUY .content-box-iuBd h1 {
    font-size: 48px;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    padding-bottom: 1rem;
    font-weight: 700;
    color: #ffffff;
}.primary-page-MGUY .content-box-iuBd h1::after {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    animation: line-expand 1.2s forwards 1.5s;
    background: linear-gradient(90deg, rgb(210,198,212), transparent);
    content: '';
    left: 0;
}.primary-page-MGUY .content-box-iuBd p {
    font-size: 16px;
    opacity: 0;
    margin-bottom: 2rem;
    opacity: 0.9;
    transform: translateY(20px);
    line-height: 1.7;
    color: #ffffff;
    animation: fade-up 1s forwards 1.7s;
}.primary-page-MGUY .content-box-iuBd .inquiry-inquiry-eHSF {
    opacity: 0;
    animation: fade-up 1s forwards 1.9s;
    border-radius: 10px;
    padding: 0.9rem 2.5rem;
    background-color: rgb(210,198,212);
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    transform: translateY(20px);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}.primary-page-MGUY .content-box-iuBd .inquiry-inquiry-eHSF::before {
    top: 0;
    transition: left 0.7s ease;
    width: 100%;
    content: '';
    height: 100%;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
}.primary-page-MGUY .content-box-iuBd .inquiry-inquiry-eHSF:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
    background-color: rgb(176,161,179);
}.primary-page-MGUY .content-box-iuBd .inquiry-inquiry-eHSF:hover::before {
    left: 100%;
}

@keyframes slide-transition {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes border-reveal {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes dot-appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes line-expand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.primary-page-MGUY .content-box-iuBd {
    padding: 3rem;
    margin-right: 5%;
    width: 50%;
}
}

@media (max-width: 992px) {.primary-page-MGUY .study-master-ayml::before {
    background: linear-gradient(110deg, #000000 0%, #000000 30%, transparent 60%);
}.primary-page-MGUY .content-box-iuBd {
    width: 60%;
    padding: 2.5rem;
}.primary-page-MGUY .content-box-iuBd h1 {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 768px) {.primary-page-MGUY .learn-expert-qnaP {
    justify-content: center;
}.primary-page-MGUY .study-master-ayml {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.primary-page-MGUY .study-master-ayml::before {
    background: linear-gradient(to right, 
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 100%);
}.primary-page-MGUY .content-box-iuBd {
    border-radius: 28px;
    backdrop-filter: blur(5px);
    width: 85%;
    max-width: 500px;
    border-top: 4px solid rgb(210,198,212);
    margin: 0;
    border-left: none;
}.primary-page-MGUY .content-box-iuBd::before {
    width: 0;
    left: 0;
    animation: width-reveal 1.5s forwards 1s;
    background: linear-gradient(to right, rgb(210,198,212), rgb(176,161,179));
    height: 4px;
    top: -4px;
}.primary-page-MGUY .content-box-iuBd::after {
    top: -12px;
    left: 30px;
}.primary-page-MGUY .content-box-iuBd h1 {
    font-size: 48px;
    text-align: center;
    width: 100%;
}.primary-page-MGUY .content-box-iuBd p {
    text-align: center;
}.primary-page-MGUY .content-box-iuBd .inquiry-inquiry-eHSF {
    margin: 0 auto;
    text-align: center;
    display: block;
}
}

@keyframes width-reveal {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 576px) {.primary-page-MGUY {
    height: 80vh;
}.primary-page-MGUY .content-box-iuBd {
    padding: 2rem;
    width: 90%;
}.primary-page-MGUY .content-box-iuBd h1 {
    padding-bottom: 0.8rem;
    font-size: calc(48px * 0.9);
    margin-bottom: 1.2rem;
}.primary-page-MGUY .content-box-iuBd p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.primary-page-MGUY .content-box-iuBd .inquiry-inquiry-eHSF {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 420px) {.primary-page-MGUY {
    height: 70vh;
}.primary-page-MGUY .content-box-iuBd {
    padding: 1.5rem;
}.primary-page-MGUY .content-box-iuBd h1 {
    margin-bottom: 1rem;
    font-size: calc(48px * 0.8);
}.primary-page-MGUY .content-box-iuBd p {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    font-size: calc(16px * 0.85);
}.primary-page-MGUY .content-box-iuBd .inquiry-inquiry-eHSF {
    font-size: calc(16px * 0.9);
    padding: 0.7rem 1.8rem;
}
}

@media (max-height: 600px) {.primary-page-MGUY {
    min-height: 450px;
    height: auto;
}
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {.primary-page-MGUY .content-box-iuBd {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
    
    @media (max-width: 768px) {.primary-page-MGUY .content-box-iuBd {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}}
}

.primary-page-MGUY .page-title-RbDf {
    --slide-count: 2;
}.primary-page-MGUY:has(.edu-open-xkaj:nth-child(3)) .page-title-RbDf {
    --slide-count: 3;
}.primary-page-MGUY:has(.edu-open-xkaj:nth-child(4)) .page-title-RbDf {
    --slide-count: 4;
}.primary-page-MGUY:has(.edu-open-xkaj:nth-child(5)) .page-title-RbDf {
    --slide-count: 5;
}.primary-page-MGUY:has(.edu-open-xkaj:nth-child(n+6)) .page-title-RbDf {
    --slide-count: 5;
}.locate-jpFo {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: rgb(176,161,179,0.5);
}.locate-jpFo::before {
    transform: rotate(-15deg);
    top: -15%;
    right: -10%;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, transparent 70%);
    z-index: 1;
    width: 40%;
    height: 70%;
    opacity: 0.7;
    position: absolute;
    content: "";
}.locate-jpFo::after {
    left: -5%;
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(210,198,212,0.5) 0%, transparent 80%);
    content: "";
    bottom: -10%;
    transform: rotate(20deg);
    z-index: 1;
    position: absolute;
    width: 30%;
    height: 60%;
}.locate-jpFo .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
}.locate-jpFo .request-feedback-ZebD {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.locate-jpFo .request-feedback-ZebD:hover {
    transform: perspective(1000px) rotateY(0deg);
}.locate-jpFo .request-feedback-ZebD::before {
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(176,161,179));
    content: "";
    width: 5px;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}.locate-jpFo h3 {
    position: relative;
    transform: translateX(0.5rem);
    color: #000000;
    font-size: calc(38px * 1.1);
    font-weight: 700;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
}.locate-jpFo h3::after {
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 80px;
    transition: transform 0.3s ease;
    content: "";
    height: 3px;
    background: rgb(210,198,212);
    bottom: 0;
}.locate-jpFo .request-feedback-ZebD:hover h3::after {
    transform: scaleX(1.5);
}.locate-jpFo p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.locate-jpFo h5 {
    align-items: center;
    color: #000000;
    text-transform: capitalize;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}.locate-jpFo h5 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    transform: translateY(2px);
}.locate-jpFo h5:hover svg {
    transform: translateY(0) scale(1.1);
}.locate-jpFo svg {
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
}.locate-jpFo svg path {
    fill: rgb(210,198,212);
    transition: fill 0.3s ease;
}.locate-jpFo .connect-block-OuNT {
    padding: 0;
    flex-direction: column;
    margin: 2rem 0 0;
    display: flex;
    list-style: none;
    gap: 1rem;
}.locate-jpFo .contact-help-rslH {
    display: flex;
    border-left: 3px solid transparent;
    text-decoration: none;
    position: relative;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(210,198,212,0.5), 0.05), transparent);
    align-items: center;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-size: 18px;
    overflow: hidden;
}.locate-jpFo .contact-help-rslH::before {
    height: 2px;
    bottom: 0;
    width: 0;
    background: rgb(210,198,212);
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    content: "";
}.locate-jpFo .contact-help-rslH:hover {
    border-left-color: rgb(210,198,212);
    transform: translateX(5px);
}.locate-jpFo .contact-help-rslH:hover::before {
    width: 100%;
}.locate-jpFo .contact-help-rslH:hover svg {
    transform: scale(1.1) rotate(5deg);
}.locate-jpFo .contact-help-rslH:hover svg path {
    fill: rgb(176,161,179);
}.locate-jpFo .contact-help-rslH svg {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {.locate-jpFo .request-feedback-ZebD {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.locate-jpFo h3 {
    grid-column: 1 / -1;
    font-size: calc(38px * 1.2);
}.locate-jpFo .connect-block-OuNT {
    grid-template-columns: repeat(3, 1fr);
    grid-column: 1 / -1;
    display: grid;
    gap: 1.5rem;
}.locate-jpFo::before {
    height: 80%;
    width: 30%;
}.locate-jpFo::after {
    width: 25%;
    height: 70%;
}.locate-jpFo .request-feedback-ZebD {
    padding: 4rem;
}
}

@media (min-width: 992px) {.locate-jpFo .request-feedback-ZebD {
    grid-template-columns: 1.5fr 1fr;
}.locate-jpFo .connect-block-OuNT {
    margin-top: 3rem;
}.locate-jpFo h3 {
    font-size: calc(38px * 1.3);
}.locate-jpFo .request-feedback-ZebD {
    transform: perspective(1500px) rotateY(-3deg);
}
}

@media (max-width: 767px) {.locate-jpFo {
    padding: 3rem 0;
}.locate-jpFo .request-feedback-ZebD {
    padding: 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.locate-jpFo h3 {
    font-size: calc(38px * 1);
}.locate-jpFo .contact-help-rslH {
    padding: 0.5rem 0.75rem;
}.locate-jpFo::before,
    .locate-jpFo::after {
    opacity: 0.4;
}
}

@media (max-width: 480px) {.locate-jpFo .request-feedback-ZebD {
    padding: 1.5rem;
}.locate-jpFo h3 {
    font-size: 38px;
}.locate-jpFo .contact-help-rslH svg {
    height: 20px;
    width: 20px;
}.locate-jpFo h5 svg {
    width: 20px;
    height: 20px;
}
}