* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
}::-webkit-scrollbar {
    width: 4px;
}::-webkit-scrollbar-track {
    box-shadow: inset -4px -1px 4px 1px rgba(0, 0, 0, 0.8);
    background: rgb(162,157,193,0.5);
}::-webkit-scrollbar-thumb {
    min-height: 23px;
    background: rgb(195,189,217,0.5);
    border-radius: 14.4vw;
}::-webkit-scrollbar-thumb:active {
    background: rgb(162,157,193);
    box-shadow: inset 1px 3px 14px 0px rgba(0, 0, 0, 0.7);
}* {
    scrollbar-width: thin;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-holder_WarwTvj {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1228px;
}header,footer {
    width: 100%;
}.verify_cta_T9PrFKu {
    flex: 0 0 auto;
}.head_bar_K2VzXD8 {
    flex: 1 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;
}}
footer {
    width: 100%;
    position: relative;
}footer .verify_cta_T9PrFKu {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(195,189,217), rgb(162,157,193));
}footer .verify_cta_T9PrFKu::before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    content: "";
}footer .pitch_comp_BswIPE0 {
    position: relative;
    z-index: 1;
}footer .edu_chat_5TQ2hAj {
    margin-bottom: 60px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}footer .info_item {
    transition: all 0.4s ease;
    flex: 0 1 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: rgb(195,189,217,0.5);
    backdrop-filter: blur(5px);
    position: relative;
    padding: 20px;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    background-color: rgb(162,157,193,0.5);
    z-index: 2;
}footer .info_item svg {
    fill: #ffffff;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 17px;
    max-width: 80%;
    text-align: center;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}footer .main_learning_ZloGeBS, footer .main_skill_8PUbhcu, footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: rgb(195,189,217,0.5);
    align-items: center;
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    flex-direction: column;
    display: flex;
    border-radius: 21px;
    padding: 30px;
    flex: 1 1 300px;
    backdrop-filter: blur(5px);
    max-width: 400px;
}footer .main_learning_ZloGeBS:hover, footer .main_skill_8PUbhcu:hover, footer .subscribe_holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgb(162,157,193,0.5);
    transform: translateY(-10px);
}footer .main_learning_ZloGeBS::before, footer .main_skill_8PUbhcu::before, footer .subscribe_holder::before {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    opacity: 0.1;
    content: "";
    height: 150px;
}footer .main_learning_ZloGeBS::before {
    left: -50px;
    top: -50px;
    background-color: rgb(195,189,217);
}footer .main_skill_8PUbhcu::before {
    bottom: -50px;
    background-color: rgb(162,157,193);
    right: -50px;
}footer .subscribe_holder::before {
    left: -50px;
    background-color: rgb(195,189,217);
    bottom: -50px;
}footer .main_learning_ZloGeBS svg {
    margin-bottom: 20px;
    height: 50px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .terms_legal_SpZ518D {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 300px;
    font-size: 14px;
}footer .main_skill_8PUbhcu h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    position: relative;
}footer .main_skill_8PUbhcu h5::after, footer .subscribe_holder h5::after {
    background-color: #ffffff;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    width: 40px;
    content: "";
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease;
}footer .main_skill_8PUbhcu:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .top_mentor_wgXbrNi {
    display: flex;
    gap: 10px;
    max-width: 300px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}footer .top_mentor_wgXbrNi a {
    text-decoration: none;
    background-color: rgb(195,189,217,0.5);
    padding: 8px 15px;
    font-size: 17px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
}footer .top_mentor_wgXbrNi a:hover {
    background-color: rgb(162,157,193,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    max-width: 300px;
    line-height: 1.6;
}footer .input_holder {
    width: 100%;
    gap: 15px;
    max-width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 20px;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(195,189,217,0.5);
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_benefit_UvSC8ep {
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    font-size: 19px;
    background-color: rgb(195,189,217);
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px 20px;
}footer .sub_benefit_UvSC8ep:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(162,157,193);
    transform: translateY(-3px);
}footer .ar_tools_rc87ELm {
    text-align: center;
    margin-top: 60px;
    position: relative;
}footer .sustain_cta_dQnSk8y {
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    font-size: 14px;
    background-color: rgb(195,189,217,0.5);
    padding: 8px 20px;
    display: inline-block;
    border-radius: 10px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .verify_cta_T9PrFKu {
    padding: 60px 0 30px;
}footer .edu_chat_5TQ2hAj {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    padding: 15px;
    height: 100px;
    flex: 0 1 100px;
}footer .main_learning_ZloGeBS, footer .main_skill_8PUbhcu, footer .subscribe_holder {
    padding: 25px 20px;
}footer .ar_tools_rc87ELm {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .verify_cta_T9PrFKu {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(17px - 1px);
}footer .main_skill_8PUbhcu h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .top_mentor_wgXbrNi a {
    padding: 6px 12px;
    font-size: calc(17px - 1px);
}footer .input_holder input[type="email"],
    footer .sub_benefit_UvSC8ep {
    padding: 12px 15px;
}footer .sustain_cta_dQnSk8y {
    padding: 6px 15px;
}}.tariff_package_KneCt2l {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.tariff_package_KneCt2l::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    backdrop-filter: blur(4px);
    content: "";
}.tariff_package_KneCt2l .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1320px;
}.tariff_package_KneCt2l .learning_package_KF9zcYv {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}.tariff_package_KneCt2l h2 {
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-size: 33px;
    transform: translateY(20px);
    animation: fadeSlideUp 0.7s ease forwards;
}.tariff_package_KneCt2l .package_price_3dJbrLR {
    font-size: 14px;
    margin-bottom: 50px;
    color: #ffffff;
    opacity: 0;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    line-height: 1.6;
    transform: translateY(20px);
    text-align: center;
    max-width: 700px;
}.tariff_package_KneCt2l .program_rate_VvkGEqA {
    padding: 0;
    display: grid;
    list-style: none;
    gap: 30px;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}.tariff_package_KneCt2l .program_rate_VvkGEqA li {
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    transform: translateY(30px);
    opacity: 0;
    animation: fadeSlideUp 0.8s ease forwards;
}.tariff_package_KneCt2l .program_rate_VvkGEqA li:nth-child(1) {
    --li-index: 1;
}.tariff_package_KneCt2l .program_rate_VvkGEqA li:nth-child(2) {
    --li-index: 2;
}.tariff_package_KneCt2l .program_rate_VvkGEqA li:nth-child(3) {
    --li-index: 3;
}.tariff_package_KneCt2l .program_rate_VvkGEqA li:nth-child(4) {
    --li-index: 4;
}.tariff_package_KneCt2l .monthly_plan_zZjvHKf {
    backdrop-filter: blur(10px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    text-decoration: none;
    position: relative;
    height: 100%;
    overflow: hidden;
    display: block;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    border: 1px solid rgba(255,255,255,0.15);
}.tariff_package_KneCt2l .monthly_plan_zZjvHKf::before {
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 4px;
    transform-origin: left;
    content: "";
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(90deg, rgb(195,189,217), rgb(162,157,193));
}.tariff_package_KneCt2l .monthly_plan_zZjvHKf:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateY(-10px) scale(1.02);
}.tariff_package_KneCt2l .monthly_plan_zZjvHKf:hover::before {
    transform: scaleX(1);
}.tariff_package_KneCt2l .study_costs_NWoPXcR {
    padding: 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
}.tariff_package_KneCt2l .learning_fees_ivELzKG {
    display: flex;
    height: 100%;
    flex-direction: column;
}.tariff_package_KneCt2l .learning_fees_ivELzKG h4 {
    padding-bottom: 15px;
    position: relative;
    font-size: 23px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    color: #ffffff;
}.tariff_package_KneCt2l .learning_fees_ivELzKG h4::after {
    width: 40px;
    content: "";
    position: absolute;
    background: rgb(162,157,193);
    left: 0;
    bottom: 0;
    height: 2px;
}.tariff_package_KneCt2l .learning_fees_ivELzKG p {
    font-size: calc(14px - 2px);
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
}.tariff_package_KneCt2l .learning_cost_r6ZOKvu {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    align-self: flex-start;
    border-radius: 10px;
    padding: 10px 20px;
    color: #ffffff;
    margin-top: auto;
    font-size: calc(23px + 4px);
    background: linear-gradient(135deg, rgb(195,189,217,0.5), rgb(162,157,193,0.5));
    display: inline-block;
}.tariff_package_KneCt2l .monthly_plan_zZjvHKf:hover .learning_cost_r6ZOKvu {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

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

@media (max-width: 992px) {.tariff_package_KneCt2l {
    padding: 80px 0;
}.tariff_package_KneCt2l h2 {
    font-size: calc(33px - 4px);
}.tariff_package_KneCt2l .program_rate_VvkGEqA {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff_package_KneCt2l .study_costs_NWoPXcR {
    padding: 25px;
}.tariff_package_KneCt2l .learning_cost_r6ZOKvu {
    font-size: calc(23px + 2px);
}
}

@media (max-width: 768px) {.tariff_package_KneCt2l {
    padding: 60px 0;
}.tariff_package_KneCt2l h2 {
    margin-bottom: 15px;
    font-size: calc(33px - 6px);
}.tariff_package_KneCt2l .package_price_3dJbrLR {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.tariff_package_KneCt2l .program_rate_VvkGEqA {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.tariff_package_KneCt2l .learning_fees_ivELzKG p {
    font-size: calc(14px - 3px);
}
}

@media (max-width: 480px) {.tariff_package_KneCt2l {
    padding: 50px 0;
}.tariff_package_KneCt2l .study_costs_NWoPXcR {
    padding: 20px;
}.tariff_package_KneCt2l .learning_fees_ivELzKG h4 {
    font-size: calc(23px - 2px);
}.tariff_package_KneCt2l .learning_cost_r6ZOKvu {
    padding: 8px 15px;
    font-size: 23px;
}}.tyDiv_0napTUV {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(162,157,193,0.5), rgb(195,189,217,0.5));
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.tyDiv_0napTUV::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(162,157,193,0.5) 0px,
        rgb(162,157,193,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    pointer-events: none;
}.tyDiv_0napTUV::after {
    width: 80%;
    opacity: 0.4;
    content: "";
    transform: rotate(-15deg);
    top: -10%;
    z-index: 0;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(195,189,217,0.5) 0%,
        transparent 70%
    );
    right: -10%;
    height: 80%;
}.tyDiv_0napTUV .container {
    position: relative;
    transform: translateZ(0);
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.tyDiv_0napTUV h2 {
    color: #000000;
    position: relative;
    font-size: 28px;
    transform: translateZ(30px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 90%;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-weight: 700;
}.tyDiv_0napTUV h2::after {
    bottom: -1rem;
    width: 8rem;
    height: 0.3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(to right, rgb(195,189,217), rgb(162,157,193));
    transform-origin: left;
    content: "";
}.tyDiv_0napTUV .edu_heritage_GJp5jce {
    padding: 3rem;
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
    position: relative;
    border-left: 4px solid rgb(195,189,217);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    transform: translateZ(10px) rotateX(2deg);
}.tyDiv_0napTUV .edu_heritage_GJp5jce::before {
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    top: 1rem;
    border: 1px dashed rgb(162,157,193,0.5);
    content: "";
    pointer-events: none;
    z-index: 0;
    position: absolute;
    opacity: 0.5;
}.tyDiv_0napTUV .edu_heritage_GJp5jce:hover {
    transform: translateZ(20px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
}.tyDiv_0napTUV ul {
    z-index: 1;
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}.tyDiv_0napTUV li {
    transform: translateZ(5px);
    position: relative;
    margin-bottom: 1rem;
}.tyDiv_0napTUV li::before {
    left: -2rem;
    opacity: 0;
    border-radius: 0.2rem;
    height: 0.8rem;
    width: 0.8rem;
    top: 0.5rem;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: linear-gradient(135deg, rgb(195,189,217), rgb(162,157,193));
}.tyDiv_0napTUV li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}.tyDiv_0napTUV span {
    position: relative;
    transition: padding-left 0.3s ease;
    display: block;
    line-height: 1.8;
    font-size: 13px;
    padding-left: 0;
    color: #000000;
    font-family: Arial, sans-serif;
}.tyDiv_0napTUV span::after {
    content: "";
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(162,157,193,0.5), transparent);
    position: absolute;
    bottom: -0.8rem;
}.tyDiv_0napTUV li:hover span {
    padding-left: 0.5rem;
}.tyDiv_0napTUV li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.tyDiv_0napTUV {
    padding: 5rem 0;
}.tyDiv_0napTUV .edu_heritage_GJp5jce {
    padding: 2.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.tyDiv_0napTUV h2 {
    font-size: calc(28px * 0.9);
    transform: translateZ(20px);
    max-width: 100%;
}
}

@media (max-width: 767px) {.tyDiv_0napTUV {
    padding: 4rem 0;
}.tyDiv_0napTUV .container {
    padding: 0 1.5rem;
}.tyDiv_0napTUV .edu_heritage_GJp5jce {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.tyDiv_0napTUV h2 {
    transform: translateZ(10px);
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.tyDiv_0napTUV h2::after {
    width: 6rem;
    height: 0.25rem;
}.tyDiv_0napTUV span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 575px) {.tyDiv_0napTUV {
    padding: 3rem 0;
}.tyDiv_0napTUV .container {
    padding: 0 1rem;
}.tyDiv_0napTUV .edu_heritage_GJp5jce {
    padding: 1.5rem;
    border-left-width: 3px;
}.tyDiv_0napTUV h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.tyDiv_0napTUV h2::after {
    bottom: -0.7rem;
    height: 0.2rem;
    width: 5rem;
}.tyDiv_0napTUV span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.tyDiv_0napTUV li::before {
    height: 0.7rem;
    width: 0.7rem;
    left: -1.5rem;
}}.meet_us_Zj9k72B {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.meet_us_Zj9k72B::before {
    top: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    background-image: linear-gradient(135deg, 
    rgba(22, 28, 45, 0.85) 0%, 
    rgba(22, 28, 45, 0.7) 50%, 
    rgba(22, 28, 45, 0.6) 100%);
    z-index: 1;
}.meet_us_Zj9k72B::after {
    right: 0;
    left: 0;
    pointer-events: none;
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
    bottom: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
}.meet_us_Zj9k72B .container {
    z-index: 3;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.meet_us_Zj9k72B .summary_frame_7RCrf8Q {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateY(20px);
    padding: 40px;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    max-width: 900px;
    margin: 0 auto;
    animation: slide-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.meet_us_Zj9k72B .summary_frame_7RCrf8Q::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgb(195,189,217) 0%,
    rgb(162,157,193) 100%
  );
    width: 4px;
    content: "";
}.meet_us_Zj9k72B h1 {
    display: inline-block;
    font-size: 44px;
    animation: slide-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
    opacity: 0;
    font-weight: 700;
    position: relative;
    margin: 0 0 40px;
    color: #ffffff;
    transform: translateX(-20px);
}.meet_us_Zj9k72B h1::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    animation: line-grow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
    transform-origin: left;
    height: 3px;
    content: "";
    transform: scaleX(0);
    width: 70px;
    background: rgb(162,157,193);
}.meet_us_Zj9k72B ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.meet_us_Zj9k72B li {
    margin-bottom: 15px;
    animation: fade-in 0.7s ease-out 0.4s forwards;
    transform: translateY(20px);
    opacity: 0;
}.meet_us_Zj9k72B h4 {
    font-weight: 600;
    font-size: calc(23px + 2px);
    display: inline-block;
    position: relative;
    color: rgb(162,157,193);
    margin: 0 0 15px;
    padding-bottom: 10px;
}.meet_us_Zj9k72B h4::after {
    content: "";
    height: 2px;
    background-color: rgb(162,157,193,0.5);
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 0;
}.meet_us_Zj9k72B span {
    line-height: 1.8;
    font-size: calc(16px + 1px);
    column-count: 1;
    display: block;
    column-gap: 40px;
    opacity: 0.9;
    position: relative;
    text-align: justify;
    color: #ffffff;
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

@keyframes line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.meet_us_Zj9k72B {
    padding: 150px 0;
}.meet_us_Zj9k72B .summary_frame_7RCrf8Q {
    padding: 60px;
    transform: translateY(0);
}.meet_us_Zj9k72B h1 {
    font-size: calc(44px + 10px);
    margin-bottom: 50px;
}.meet_us_Zj9k72B span {
    column-count: 2;
    column-gap: 50px;
}.meet_us_Zj9k72B h4 {
    font-size: calc(23px + 4px);
}
}

@media (min-width: 992px) {.meet_us_Zj9k72B .summary_frame_7RCrf8Q {
    padding: 70px;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
}.meet_us_Zj9k72B .summary_frame_7RCrf8Q::before {
    width: 6px;
}.meet_us_Zj9k72B span {
    font-size: calc(16px + 2px);
}.meet_us_Zj9k72B h1::after {
    height: 4px;
    width: 90px;
}
}

@media (max-width: 767px) {.meet_us_Zj9k72B {
    padding: 80px 0;
}.meet_us_Zj9k72B .summary_frame_7RCrf8Q {
    padding: 30px 20px;
}.meet_us_Zj9k72B h1 {
    margin-bottom: 30px;
    font-size: calc(44px - 2px);
}.meet_us_Zj9k72B span {
    line-height: 1.6;
    font-size: 16px;
}.meet_us_Zj9k72B h4 {
    font-size: 23px;
    margin-bottom: 10px;
}
}

@media (max-width: 480px) {.meet_us_Zj9k72B {
    padding: 60px 0;
}.meet_us_Zj9k72B .summary_frame_7RCrf8Q {
    padding: 25px 15px;
}.meet_us_Zj9k72B h1 {
    font-size: calc(44px - 4px);
    margin-bottom: 25px;
}.meet_us_Zj9k72B h4::after {
    width: 30px;
}.meet_us_Zj9k72B span {
    font-size: calc(16px - 1px);
    line-height: 1.5;
}}.confidential_nest_j6otTGb {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,221,237) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
    color: #000000;
    padding: 5rem 0;
    font-family: Arial, sans-serif;
}.confidential_nest_j6otTGb::before {
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(195,189,217,0.5), 0.03),
        rgba(rgb(195,189,217,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
}.confidential_nest_j6otTGb::after {
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(rgb(195,189,217,0.5), 0.08));
    right: 0;
    height: 100%;
    top: 0;
    width: 15vw;
    position: absolute;
    content: '';
}.confidential_nest_j6otTGb .container {
    z-index: 2;
    backdrop-filter: blur(5px);
    max-width: 1140px;
    padding: 0 2rem;
    transform-origin: left center;
    position: relative;
    border-left: 4px solid rgb(195,189,217);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: perspective(1000px) rotateY(0.5deg);
    margin: 0 auto;
    background: rgba(#ffffff, 0.95);
}.confidential_nest_j6otTGb h1 {
    transform: translateX(-0.5rem);
    margin: 0 0 2rem;
    padding: 2rem 0 1rem;
    letter-spacing: -0.02em;
    font-weight: 700;
    line-height: 1.2;
    font-size: 38px;
    color: #000000;
    position: relative;
}.confidential_nest_j6otTGb h1::after {
    position: absolute;
    height: 3px;
    bottom: 0;
    animation: expandLine 0.8s ease-out forwards;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(195,189,217), transparent);
    left: 0;
    width: 6rem;
    content: '';
}.confidential_nest_j6otTGb h2 {
    margin: 2.5rem 0 1.5rem;
    line-height: 1.3;
    position: relative;
    font-size: 33px;
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
}.confidential_nest_j6otTGb h2::before {
    content: '';
    background: rgb(195,189,217);
    top: 0.25rem;
    bottom: 0.25rem;
    position: absolute;
    left: 0;
    width: 3px;
    border-radius: 1px;
}.confidential_nest_j6otTGb h3 {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.75rem;
    font-weight: 600;
    font-size: calc(33px * 0.85);
    color: #000000;
    margin: 2rem 0 1.25rem;
}.confidential_nest_j6otTGb h4 {
    color: #000000;
    display: inline-block;
    margin: 1.75rem 0 1rem;
    background: rgba(rgb(195,189,217,0.5), 0.08);
    border-radius: 2px;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    font-size: calc(33px * 0.7);
}.confidential_nest_j6otTGb p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 14px;
}.confidential_nest_j6otTGb p strong {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
}.confidential_nest_j6otTGb p strong::after {
    background: rgba(rgb(195,189,217,0.5), 0.3);
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    content: '';
    width: 100%;
}.confidential_nest_j6otTGb ul {
    margin: 1.5rem 0 2rem 0;
    padding-left: 1.25rem;
    list-style-type: none;
}.confidential_nest_j6otTGb li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    padding-left: 1.75rem;
}.confidential_nest_j6otTGb li::before {
    border: 2px solid rgb(195,189,217);
    left: 0;
    top: 0.5rem;
    position: absolute;
    height: 0.75rem;
    opacity: 0.8;
    transform: rotate(45deg);
    content: '';
    width: 0.75rem;
}.confidential_nest_j6otTGb span {
    font-size: calc(14px * 0.95);
    padding: 1.25rem;
    display: block;
    background: linear-gradient(to right, rgba(rgb(162,157,193,0.5), 0.05), transparent);
    border-left: 2px solid rgb(162,157,193);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 991px) {.confidential_nest_j6otTGb {
    padding: 4rem 0;
}.confidential_nest_j6otTGb .container {
    padding: 2rem;
    transform: perspective(800px) rotateY(0.3deg);
}.confidential_nest_j6otTGb h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.confidential_nest_j6otTGb h2 {
    margin: 2rem 0 1.25rem;
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 767px) {.confidential_nest_j6otTGb {
    padding: 3rem 0;
}.confidential_nest_j6otTGb::after {
    width: 10vw;
}.confidential_nest_j6otTGb .container {
    transform: none;
    padding: 1.5rem;
}.confidential_nest_j6otTGb h1 {
    transform: translateX(0);
    padding-top: 1rem;
    font-size: calc(38px * 0.8);
}.confidential_nest_j6otTGb h2 {
    padding-left: 0.75rem;
    font-size: calc(33px * 0.8);
}.confidential_nest_j6otTGb h3 {
    font-size: calc(33px * 0.7);
}.confidential_nest_j6otTGb h4 {
    font-size: calc(33px * 0.6);
}.confidential_nest_j6otTGb ul {
    padding-left: 0.5rem;
}.confidential_nest_j6otTGb li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.confidential_nest_j6otTGb span {
    padding: 1rem;
}
}

@media (max-width: 480px) {.confidential_nest_j6otTGb {
    padding: 2rem 0;
}.confidential_nest_j6otTGb .container {
    padding: 1.25rem;
    border-left-width: 3px;
}.confidential_nest_j6otTGb h1 {
    margin-bottom: 1.25rem;
    font-size: calc(38px * 0.7);
}.confidential_nest_j6otTGb h1::after {
    width: 4rem;
}.confidential_nest_j6otTGb p, .confidential_nest_j6otTGb span {
    font-size: calc(14px * 0.95);
}.confidential_nest_j6otTGb li {
    font-size: calc(14px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.cookie_panel_overlay_oVnYMAB {
    bottom: 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    animation: fadeInUp 0.5s ease-out;
    background-color: rgb(225,221,237);
    width: 100%;
    border-top: 1px solid rgb(195,189,217);
    padding: 20px 0;
    z-index: 1000;
}.cookie_panel_overlay_oVnYMAB .track_toggle_rHIjw4N {
    flex-shrink: 0;
    transform-origin: center;
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.cookie_panel_overlay_oVnYMAB .track_toggle_rHIjw4N svg {
    fill: rgb(195,189,217);
    width: 60px;
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_panel_overlay_oVnYMAB .consent_ack_Z1vcpti {
    flex-grow: 1;
}.cookie_panel_overlay_oVnYMAB .consent_ack_Z1vcpti h5 {
    color: rgb(195,189,217);
    margin-bottom: 6px;
    font-size: 18px;
}.cookie_panel_overlay_oVnYMAB .consent_ack_Z1vcpti p {
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
    color: #000000;
}.cookie_panel_overlay_oVnYMAB .manage_cookies_kjOY57N {
    color: #ffffff;
    margin-top: 20px;
    margin-right: 15px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: rgb(195,189,217);
    text-decoration: none;
    font-size: 15px;
}.cookie_panel_overlay_oVnYMAB .manage_cookies_kjOY57N:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.cookie_panel_overlay_oVnYMAB .manage_cookies_kjOY57N:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookie_panel_overlay_oVnYMAB .track_toggle_rHIjw4N {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_panel_overlay_oVnYMAB .manage_cookies_kjOY57N {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}
#panelPrivacyPolicy_IwWbvK0 {
    display: none;
}#panelPrivacyPolicy_IwWbvK0:checked ~ .cookie_panel_overlay_oVnYMAB {
    opacity: 0;
    visibility: hidden;
}.contact_form_box_7ciYpfB {
    overflow: hidden;
    background: rgb(225,221,237);
    padding: 100px 0;
    position: relative;
}.contact_form_box_7ciYpfB::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
}.contact_form_box_7ciYpfB .pic_list_wrap_BdsZiMc {
    left: 0;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 0;
    top: 0;
}.contact_form_box_7ciYpfB .pic_list_wrap_BdsZiMc::after {
    left: 0;
    content: '';
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(225,221,237) 100%);
    height: 100%;
    position: absolute;
    top: 0;
}.contact_form_box_7ciYpfB .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.contact_form_box_7ciYpfB h3 {
    margin-bottom: 70px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 46px;
    font-family: Arial, sans-serif;
    text-align: center;
}.contact_form_box_7ciYpfB .query_section_8FJwjGn {
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    position: relative;
}.contact_form_box_7ciYpfB .query_message_E8uDkvA {
    flex: 2;
    padding: 60px 50px;
    position: relative;
}.contact_form_box_7ciYpfB form h3 {
    text-align: left;
    text-shadow: none;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: none;
    color: #000000;
    letter-spacing: normal;
    font-weight: 700;
}.contact_form_box_7ciYpfB input[type="text"],
.contact_form_box_7ciYpfB textarea {
    margin-bottom: 30px;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 0;
    border-bottom: 2px solid rgb(162,157,193,0.5);
    border: none;
    padding: 15px 0;
}.contact_form_box_7ciYpfB input[type="text"]::placeholder,
.contact_form_box_7ciYpfB textarea::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_form_box_7ciYpfB input[type="text"]:focus,
.contact_form_box_7ciYpfB textarea:focus {
    outline: none;
    border-color: rgb(195,189,217);
}.contact_form_box_7ciYpfB textarea {
    resize: none;
    height: 120px;
}.contact_form_box_7ciYpfB .contact_request_XtKekhM {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_form_box_7ciYpfB .contact_request_XtKekhM input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_box_7ciYpfB .contact_request_XtKekhM label {
    line-height: 1.5;
    font-size: 12px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    color: #000000;
}.contact_form_box_7ciYpfB .contact_request_XtKekhM label::before {
    height: 22px;
    border: 2px solid rgb(162,157,193);
    top: 0;
    transition: all 0.3s ease;
    left: 0;
    content: '';
    position: absolute;
    width: 22px;
    background: #ffffff;
}.contact_form_box_7ciYpfB .contact_request_XtKekhM input[type="checkbox"]:checked + label::before {
    background: rgb(195,189,217);
    border-color: rgb(195,189,217);
}.contact_form_box_7ciYpfB .contact_request_XtKekhM input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 8px;
    border: solid #ffffff;
    width: 6px;
    top: 4px;
    height: 12px;
    content: '';
}.contact_form_box_7ciYpfB .contact_request_XtKekhM a {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(195,189,217);
}.contact_form_box_7ciYpfB .contact_request_XtKekhM a:hover {
    color: #000000;
}.contact_form_box_7ciYpfB .query_block_ivJEOlt {
    padding: 16px 40px;
    font-family: Arial, sans-serif;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    background: rgb(195,189,217);
    border: none;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}.contact_form_box_7ciYpfB .query_block_ivJEOlt:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    background: #000000;
}.contact_form_box_7ciYpfB .support_card_IgA4oFs {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: 60px 40px;
    background: #000000;
    flex: 1;
    color: #ffffff;
    position: relative;
}.contact_form_box_7ciYpfB .support_card_IgA4oFs::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    height: 100%;
    content: '';
}.contact_form_box_7ciYpfB .support_card_IgA4oFs h4 {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
}.contact_form_box_7ciYpfB .support_card_IgA4oFs h4::after {
    width: 50px;
    content: '';
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(195,189,217);
    bottom: -15px;
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT li:last-child {
    margin-bottom: 0;
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT li:hover {
    transform: translateX(5px);
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT svg {
    flex-shrink: 0;
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 20px;
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT svg path {
    fill: rgb(195,189,217);
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT li:hover svg {
    transform: scale(1.2);
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT a:hover {
    color: rgb(195,189,217);
}

@media (max-width: 992px) {.contact_form_box_7ciYpfB .pic_list_wrap_BdsZiMc {
    height: 30%;
}.contact_form_box_7ciYpfB h3 {
    margin-bottom: 50px;
}.contact_form_box_7ciYpfB .query_section_8FJwjGn {
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
}.contact_form_box_7ciYpfB .query_message_E8uDkvA,
    .contact_form_box_7ciYpfB .support_card_IgA4oFs {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_form_box_7ciYpfB {
    padding: 80px 0;
}.contact_form_box_7ciYpfB .pic_list_wrap_BdsZiMc {
    height: 25%;
}.contact_form_box_7ciYpfB h3 {
    margin-bottom: 40px;
    font-size: calc(46px * 0.8);
}.contact_form_box_7ciYpfB .query_message_E8uDkvA,
    .contact_form_box_7ciYpfB .support_card_IgA4oFs {
    padding: 30px;
}.contact_form_box_7ciYpfB form h3,
    .contact_form_box_7ciYpfB .support_card_IgA4oFs h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.contact_form_box_7ciYpfB .query_block_ivJEOlt {
    padding: 14px 30px;
}
}

@media (max-width: 576px) {.contact_form_box_7ciYpfB {
    padding: 60px 0;
}.contact_form_box_7ciYpfB .pic_list_wrap_BdsZiMc {
    height: 20%;
}.contact_form_box_7ciYpfB h3 {
    margin-bottom: 30px;
    font-size: calc(46px * 0.7);
}.contact_form_box_7ciYpfB .query_message_E8uDkvA,
    .contact_form_box_7ciYpfB .support_card_IgA4oFs {
    padding: 25px 20px;
}.contact_form_box_7ciYpfB input[type="text"],
    .contact_form_box_7ciYpfB textarea {
    padding: 12px 0;
    margin-bottom: 20px;
}.contact_form_box_7ciYpfB .query_block_ivJEOlt {
    padding: 14px 20px;
    width: 100%;
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT li {
    margin-bottom: 20px;
}.contact_form_box_7ciYpfB .reach_query_g8oh0AT svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
}}.training_structure_QJzPtAg {
    padding: 120px 0;
    box-shadow: 
        inset 15px 15px 30px rgba(255, 255, 255, 0.7),
        inset -15px -15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(145deg, rgb(225,221,237), #ffffff);
    overflow: hidden;
}.training_structure_QJzPtAg::before {
    opacity: 0.2;
    z-index: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(195,189,217,0.5), transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(162,157,193,0.5), transparent 40%);
    transform: translateZ(-10px);
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}.training_structure_QJzPtAg::after {
    transform: rotate(35deg);
    background: linear-gradient(
        to bottom right,
        transparent,
        rgb(195,189,217,0.5) 50%,
        transparent
    );
    z-index: 1;
    opacity: 0.1;
    width: 80%;
    right: -50%;
    position: absolute;
    animation: glow 8s infinite alternate ease-in-out;
    content: "";
    height: 80%;
    top: -50%;
    filter: blur(60px);
}.training_structure_QJzPtAg .edu_heritage_GJp5jce {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.training_structure_QJzPtAg h2 {
    transform: translateY(30px);
    position: relative;
    opacity: 0;
    color: #000000;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
}.training_structure_QJzPtAg h2::after {
    transform: scaleX(0);
    height: 4px;
    background: linear-gradient(90deg, rgb(195,189,217), rgb(162,157,193));
    left: 0;
    position: absolute;
    width: 80px;
    bottom: -12px;
    animation: expandLine 1.2s forwards 0.8s ease-in-out;
    transform-origin: left;
    content: "";
}.training_structure_QJzPtAg .summary_frame_7RCrf8Q {
    box-shadow: 
        10px 10px 30px rgba(0, 0, 0, 0.05),
        -10px -10px 30px rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    transform: translateY(30px) rotateX(5deg);
    animation: slideUpRotate 1s forwards 0.5s ease-out;
    position: relative;
    background: #ffffff;
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
}.training_structure_QJzPtAg .summary_frame_7RCrf8Q:hover {
    transform: translateY(0) rotateX(0);
    box-shadow: 
        15px 15px 40px rgba(0, 0, 0, 0.08),
        -15px -15px 40px rgba(255, 255, 255, 0.9);
}.training_structure_QJzPtAg .summary_frame_7RCrf8Q::before {
    bottom: -8px;
    right: -8px;
    transition: opacity 0.4s ease;
    content: "";
    border-radius: 8px;
    left: -8px;
    top: -8px;
    background: linear-gradient(135deg, rgb(195,189,217,0.5), rgb(162,157,193,0.5));
    filter: blur(12px);
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    transform: translateZ(-10px);
}.training_structure_QJzPtAg .summary_frame_7RCrf8Q:hover::before {
    opacity: 0.5;
}.training_structure_QJzPtAg p {
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
    position: relative;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

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

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes glow {
    0% {
        opacity: 0.1;
        filter: blur(60px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(60px);
    }
}

@media (max-width: 991px) {.training_structure_QJzPtAg {
    padding: 90px 0;
}.training_structure_QJzPtAg h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.training_structure_QJzPtAg .summary_frame_7RCrf8Q {
    padding: 30px;
}
}

@media (max-width: 767px) {.training_structure_QJzPtAg {
    padding: 70px 0;
}.training_structure_QJzPtAg h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
}.training_structure_QJzPtAg .summary_frame_7RCrf8Q {
    padding: 25px;
    transform: translateY(20px) rotateX(3deg);
}.training_structure_QJzPtAg h2::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 480px) {.training_structure_QJzPtAg {
    padding: 50px 0;
}.training_structure_QJzPtAg .edu_heritage_GJp5jce {
    padding: 0 20px;
}.training_structure_QJzPtAg h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.7);
}.training_structure_QJzPtAg .summary_frame_7RCrf8Q {
    padding: 20px;
}.training_structure_QJzPtAg p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.training_structure_QJzPtAg h2::after {
    bottom: -8px;
    width: 50px;
    height: 3px;
}
}

@media (hover: none) {.training_structure_QJzPtAg .summary_frame_7RCrf8Q:hover {
    transform: none;
    box-shadow: 
            10px 10px 30px rgba(0, 0, 0, 0.05),
            -10px -10px 30px rgba(255, 255, 255, 0.8);
}.training_structure_QJzPtAg .summary_frame_7RCrf8Q:hover::before {
    opacity: 0.3;
}
}

@media (prefers-reduced-motion) {.training_structure_QJzPtAg h2,
    .training_structure_QJzPtAg .summary_frame_7RCrf8Q {
    opacity: 1;
    transform: none;
    animation: none;
}.training_structure_QJzPtAg h2::after {
    animation: none;
    transform: none;
}.training_structure_QJzPtAg::after {
    animation: none;
}}.education_history_P1ARKgk {
    min-height: 450px;
    position: relative;
    background: rgb(225,221,237);
    padding: 80px 40px;
    overflow: hidden;
}.education_history_P1ARKgk::before {
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.05;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(195,189,217,0.5) 30px,
        rgb(195,189,217,0.5) 32px
    );
    position: absolute;
}.education_history_P1ARKgk .feedback_ratings_pK976az {
    margin: 0 auto;
    transform-style: preserve-3d;
    flex-direction: column;
    perspective: 1000px;
    max-width: 1000px;
    position: relative;
    display: flex;
}.education_history_P1ARKgk .pic_list_wrap_BdsZiMc {
    overflow: hidden;
    border-radius: 50%;
    margin-left: 60px;
    z-index: 5;
    width: 140px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border: 4px solid #ffffff;
    height: 140px;
}.education_history_P1ARKgk .feedback_ratings_pK976az:hover .pic_list_wrap_BdsZiMc {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(195,189,217);
}.education_history_P1ARKgk .career_container_rRhSAo3 {
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    padding: 60px 40px 40px;
    border-radius: 27px;
    margin-top: -40px;
    overflow: hidden;
}.education_history_P1ARKgk .feedback_ratings_pK976az:hover .career_container_rRhSAo3 {
    transform: translateZ(30px);
}.education_history_P1ARKgk .career_container_rRhSAo3::before {
    transition: height 0.5s ease;
    height: 0;
    top: 0;
    content: "";
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(195,189,217), rgb(162,157,193));
    position: absolute;
}.education_history_P1ARKgk .feedback_ratings_pK976az:hover .career_container_rRhSAo3::before {
    height: 100%;
    animation: pulseGlow 2s infinite;
}.education_history_P1ARKgk .name {
    transition: all 0.4s ease;
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
    transform: translateX(0);
    letter-spacing: 1px;
}.education_history_P1ARKgk .feedback_ratings_pK976az:hover .name {
    color: rgb(195,189,217);
    transform: translateX(15px);
}.education_history_P1ARKgk .career_container_rRhSAo3 > div:nth-child(2) {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(162,157,193);
    opacity: 0.8;
    transform: translateX(0);
    transition: all 0.4s ease 0.1s;
    font-size: 15px;
    margin-bottom: 25px;
}.education_history_P1ARKgk .feedback_ratings_pK976az:hover .career_container_rRhSAo3 > div:nth-child(2) {
    transform: translateX(15px);
}.education_history_P1ARKgk .job_exp_rAVFDqE {
    color: #000000;
    opacity: 0.9;
    transition: all 0.4s ease 0.2s;
    position: relative;
    padding: 20px 0;
    line-height: 1.8;
    transform: translateY(0);
    font-size: 15px;
}.education_history_P1ARKgk .feedback_ratings_pK976az:hover .job_exp_rAVFDqE {
    transform: translateY(-5px);
}.education_history_P1ARKgk .job_exp_rAVFDqE::before,
.education_history_P1ARKgk .job_exp_rAVFDqE::after {
    content: "";
    transition: all 0.4s ease;
    width: 35px;
    height: 1px;
    position: absolute;
    background: rgb(162,157,193,0.5);
}.education_history_P1ARKgk .job_exp_rAVFDqE::before {
    left: 0;
    top: 0;
}.education_history_P1ARKgk .job_exp_rAVFDqE::after {
    bottom: 0;
    right: 0;
}.education_history_P1ARKgk .feedback_ratings_pK976az:hover .job_exp_rAVFDqE::before,
.education_history_P1ARKgk .feedback_ratings_pK976az:hover .job_exp_rAVFDqE::after {
    width: 100px;
    height: 2px;
    background: rgb(162,157,193);
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(195,189,217,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(195,189,217);
    }
}

@media (min-width: 768px) {.education_history_P1ARKgk .feedback_ratings_pK976az {
    align-items: center;
    flex-direction: row;
}.education_history_P1ARKgk .pic_list_wrap_BdsZiMc {
    margin-left: 0;
    margin-right: -80px;
    z-index: 5;
    height: 180px;
    width: 180px;
}.education_history_P1ARKgk .career_container_rRhSAo3 {
    flex: 1;
    padding-left: 100px;
    margin-top: 0;
}
}

@media (max-width: 767px) {.education_history_P1ARKgk {
    padding: 60px 20px;
}.education_history_P1ARKgk .career_container_rRhSAo3 {
    padding: 60px 25px 35px;
}.education_history_P1ARKgk .name {
    font-size: calc(34px - 4px);
}.education_history_P1ARKgk .career_container_rRhSAo3 > div:nth-child(2) {
    font-size: calc(15px - 1px);
}.education_history_P1ARKgk .job_exp_rAVFDqE {
    font-size: calc(15px - 1px);
}}.start_now_5EenwDf {
    position: relative;
    z-index: 1;
    background: linear-gradient(145deg, rgb(195,189,217) 0%, rgb(162,157,193) 50%, rgb(195,189,217) 100%);
    padding: 110px 0;
    overflow: hidden;
}.start_now_5EenwDf::before {
    z-index: -1;
    top: 0;
    animation: crystalBackground 30s linear infinite;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.05;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%);
}.start_now_5EenwDf::after {
    z-index: -1;
    opacity: 0.1;
    content: '';
    left: 0;
    top: 0;
    background: radial-gradient(
        circle at 30% 40%,
        #ffffff 0%,
        transparent 60%
    ),
    radial-gradient(
        circle at 70% 60%,
        #ffffff 0%,
        transparent 60%
    );
    width: 100%;
    position: absolute;
    filter: blur(50px);
    height: 100%;
}.start_now_5EenwDf .edu_heritage_GJp5jce {
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    display: flex;
    position: relative;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    backdrop-filter: blur(10px);
    padding: 60px;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    max-width: 1000px;
    border-radius: 28px;
}.start_now_5EenwDf .edu_heritage_GJp5jce::before {
    z-index: -1;
    position: absolute;
    animation: borderGlow 5s ease infinite;
    right: -2px;
    bottom: -2px;
    content: '';
    left: -2px;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    top: -2px;
    opacity: 0.5;
    background: linear-gradient(
        45deg,
        rgb(195,189,217,0.5),
        rgb(162,157,193,0.5),
        rgb(195,189,217,0.5)
    );
    filter: blur(20px);
}.start_now_5EenwDf .edu_heritage_GJp5jce::after {
    left: 0;
    opacity: 0.3;
    content: '';
    z-index: -1;
    width: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    height: 100%;
    top: 0;
}.start_now_5EenwDf h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}.start_now_5EenwDf h3::before {
    animation: orbitalSpin 10s linear infinite;
    top: -40px;
    content: '';
    opacity: 0.6;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}.start_now_5EenwDf h3::after {
    content: '';
    width: 50px;
    bottom: -15px;
    box-shadow: 0 0 10px #ffffff;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    height: 2px;
}.start_now_5EenwDf .assist_grid_HnP2NAw {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 16px 45px;
    clip-path: polygon(
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%, 
        0% 5%
    );
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    font-size: 16px;
    backdrop-filter: blur(5px);
    z-index: 1;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 600;
}.start_now_5EenwDf .assist_grid_HnP2NAw::before {
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    content: '';
}.start_now_5EenwDf .assist_grid_HnP2NAw::after {
    left: -100%;
    content: '';
    transform: rotate(25deg);
    transition: all 0.6s ease;
    z-index: 1;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    width: 40%;
    height: 200%;
    top: -50%;
    position: absolute;
}.start_now_5EenwDf .assist_grid_HnP2NAw:hover {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    color: rgb(195,189,217);
    transform: translateY(-5px);
    border-color: transparent;
}.start_now_5EenwDf .assist_grid_HnP2NAw:hover::before {
    opacity: 1;
}.start_now_5EenwDf .assist_grid_HnP2NAw:hover::after {
    left: 150%;
}

@media screen and (max-width: 992px) {.start_now_5EenwDf {
    padding: 90px 0;
}.start_now_5EenwDf .edu_heritage_GJp5jce {
    padding: 50px 40px;
    max-width: 90%;
}.start_now_5EenwDf h3 {
    margin-bottom: 45px;
    font-size: calc(37px * 0.9);
}.start_now_5EenwDf h3::before {
    top: -35px;
    width: 25px;
    height: 25px;
}.start_now_5EenwDf h3::after {
    width: 45px;
}.start_now_5EenwDf .assist_grid_HnP2NAw {
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.start_now_5EenwDf {
    padding: 70px 0;
}.start_now_5EenwDf .edu_heritage_GJp5jce {
    padding: 40px 30px;
}.start_now_5EenwDf h3 {
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-size: calc(37px * 0.8);
}.start_now_5EenwDf h3::before {
    top: -30px;
    height: 20px;
    width: 20px;
}.start_now_5EenwDf h3::after {
    width: 40px;
}.start_now_5EenwDf .assist_grid_HnP2NAw {
    font-size: calc(16px * 0.95);
    padding: 12px 35px;
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.start_now_5EenwDf {
    padding: 60px 0;
}.start_now_5EenwDf .edu_heritage_GJp5jce {
    padding: 30px 20px;
}.start_now_5EenwDf h3 {
    margin-bottom: 35px;
    letter-spacing: 2px;
    font-size: calc(37px * 0.7);
}.start_now_5EenwDf h3::before {
    width: 15px;
    height: 15px;
    top: -25px;
}.start_now_5EenwDf h3::after {
    width: 35px;
}.start_now_5EenwDf .assist_grid_HnP2NAw {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(16px * 0.9);
}}

@keyframes crystalBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes borderGlow {
    0% {
        filter: blur(20px);
        opacity: 0.5;
    }
    50% {
        filter: blur(25px);
        opacity: 0.7;
    }
    100% {
        filter: blur(20px);
        opacity: 0.5;
    }
}

@keyframes orbitalSpin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.user_comments_6krSMb5 {
    background: linear-gradient(to right, rgb(225,221,237) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.user_comments_6krSMb5::before {
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(195,189,217,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(195,189,217,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(195,189,217,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(195,189,217,0.5) 75%);
    z-index: 0;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.05;
    background-size: 40px 40px;
}.user_comments_6krSMb5 .edu_heritage_GJp5jce {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.user_comments_6krSMb5 h4 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 100px;
    text-align: center;
    font-size: 29px;
    position: relative;
}.user_comments_6krSMb5 h4::before {
    position: absolute;
    height: 40px;
    transform: rotate(45deg);
    left: calc(50% - 20px);
    content: "";
    width: 40px;
    z-index: -1;
    bottom: -50px;
    background: rgb(195,189,217,0.5);
}.user_comments_6krSMb5 h4::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    height: 2px;
    bottom: -20px;
    background: rgb(195,189,217);
    content: "";
}.user_comments_6krSMb5 .success_opinions_A5sW4Nn {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
}.user_comments_6krSMb5 .feedback_ratings_pK976az {
    position: relative;
    border-radius: 13px;
    transition: all 0.4s ease;
    background: #ffffff;
    z-index: 1;
    padding: 40px 30px 30px;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:hover {
    transform: translateY(-15px);
}.user_comments_6krSMb5 .feedback_ratings_pK976az::before {
    z-index: -1;
    border-radius: 13px;
    height: 100%;
    top: 15px;
    width: 100%;
    transition: all 0.4s ease;
    content: "";
    opacity: 0.2;
    background: rgb(195,189,217,0.5);
    position: absolute;
    left: 15px;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:hover::before {
    top: 5px;
    left: 5px;
}.user_comments_6krSMb5 .feedback_ratings_pK976az::after {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    z-index: -2;
    width: 100%;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:hover::after {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.user_comments_6krSMb5 .pic_list_wrap_BdsZiMc {
    z-index: 3;
    position: relative;
    border: 5px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: -70px auto 25px;
    border-radius: 20px;
    height: 100px;
    transition: all 0.4s ease;
    width: 100px;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:hover .pic_list_wrap_BdsZiMc {
    border-radius: 50%;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.user_comments_6krSMb5 .feedback_ratings_pK976az span {
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    font-size: calc(16px * 1.2);
    transition: all 0.3s ease;
    display: block;
    font-weight: 600;
    position: relative;
}.user_comments_6krSMb5 .feedback_ratings_pK976az span::after {
    background: rgb(195,189,217);
    opacity: 0.5;
    transition: all 0.3s ease;
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    content: "";
    height: 2px;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:hover span {
    color: rgb(195,189,217);
}.user_comments_6krSMb5 .feedback_ratings_pK976az:hover span::after {
    width: 60px;
    opacity: 1;
}.user_comments_6krSMb5 .feedback_ratings_pK976az p {
    text-align: center;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    line-height: 1.6;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:hover p {
    color: #000000;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:nth-child(3n+1) {
    z-index: 3;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:nth-child(3n+2) {
    z-index: 2;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:nth-child(3n+3) {
    z-index: 1;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:nth-child(3n+1)::before {
    background: rgb(195,189,217,0.5);
}.user_comments_6krSMb5 .feedback_ratings_pK976az:nth-child(3n+2)::before {
    background: rgb(162,157,193,0.5);
}.user_comments_6krSMb5 .feedback_ratings_pK976az:nth-child(3n+3)::before {
    background: rgb(195,189,217,0.5);
}.user_comments_6krSMb5 .feedback_ratings_pK976az:nth-child(3n+1):hover {
    z-index: 4;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:nth-child(3n+2):hover {
    z-index: 4;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:nth-child(3n+3):hover {
    z-index: 4;
}

@media (max-width: 992px) {.user_comments_6krSMb5 .success_opinions_A5sW4Nn {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
}.user_comments_6krSMb5 .pic_list_wrap_BdsZiMc {
    height: 90px;
    margin-top: -60px;
    width: 90px;
}.user_comments_6krSMb5 .feedback_ratings_pK976az {
    padding: 35px 25px 25px;
}
}

@media (max-width: 768px) {.user_comments_6krSMb5 {
    padding: 80px 0;
}.user_comments_6krSMb5 h4 {
    margin-bottom: 80px;
}.user_comments_6krSMb5 .success_opinions_A5sW4Nn {
    max-width: 400px;
    gap: 70px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.user_comments_6krSMb5 .feedback_ratings_pK976az::before {
    top: 10px;
    left: 10px;
}.user_comments_6krSMb5 .feedback_ratings_pK976az:hover::before {
    top: 3px;
    left: 3px;
}.user_comments_6krSMb5 .pic_list_wrap_BdsZiMc {
    height: 80px;
    width: 80px;
    margin-top: -50px;
}}.homepage_N90z4xF {
    background: linear-gradient(135deg, rgb(195,189,217,0.5), rgb(162,157,193));
    padding: 2rem;
    align-items: center;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    position: relative;
}.homepage_N90z4xF::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(195,189,217,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(162,157,193,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.7;
    z-index: 1;
    left: 0;
    position: absolute;
}.homepage_N90z4xF::after {
    position: absolute;
    z-index: 0;
    height: 100%;
    filter: blur(70px);
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    content: "";
    transform: rotate(45deg);
    top: -50%;
    right: -50%;
}.homepage_N90z4xF .main_intro_xSQy5vO {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    gap: 2rem;
    width: 100%;
    transform: translateY(-2%);
}.homepage_N90z4xF .main_intro_xSQy5vO > div:first-child {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-left: 4px solid rgb(195,189,217);
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-5%);
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.homepage_N90z4xF .main_intro_xSQy5vO > div:first-child:hover {
    transform: translateX(0) scale(1.02);
}.homepage_N90z4xF .main_intro_xSQy5vO > div:first-child p {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin: 0;
    letter-spacing: 0.02em;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.homepage_N90z4xF .master_track_OHp2rN5 {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1.5);
}.homepage_N90z4xF .master_track_OHp2rN5:hover {
    transform: translateY(-10px);
}.homepage_N90z4xF .master_track_OHp2rN5 > div {
    min-height: 400px;
    display: flex;
    padding: 3rem 2rem;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}.homepage_N90z4xF .master_track_OHp2rN5 > div::before {
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
    width: 100%;
    height: 100%;
}.homepage_N90z4xF .master_track_OHp2rN5 h3 {
    max-width: 90%;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    color: #ffffff;
    background: linear-gradient(120deg, rgb(195,189,217,0.5), rgb(162,157,193,0.5));
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    z-index: 2;
    margin: 0 0 2rem 0;
    border-radius: 10px;
    padding: 1.2rem;
    letter-spacing: 0.01em;
    transform: translateX(5%);
    backdrop-filter: blur(5px);
    transition: transform 0.4s ease-out;
}.homepage_N90z4xF .master_track_OHp2rN5:hover h3 {
    transform: translateX(0);
}.homepage_N90z4xF .master_track_OHp2rN5 > div > div {
    position: relative;
    margin-top: auto;
    z-index: 2;
}.homepage_N90z4xF .master_track_OHp2rN5 > div > div > div {
    transform: translateY(10px);
    animation-delay: 0.3s;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.homepage_N90z4xF .title_style_header {
    letter-spacing: 0.03em;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 41px);
    font-family: Arial, sans-serif;
    padding: 1rem 0;
    color: #ffffff;
    position: relative;
    line-height: 1.2;
}.homepage_N90z4xF .title_style_header::after {
    content: "";
    height: 6px;
    background: linear-gradient(to right, rgb(195,189,217), rgb(162,157,193));
    left: 0;
    position: absolute;
    transition: width 0.5s ease;
    width: 80px;
    bottom: 0;
}.homepage_N90z4xF .master_track_OHp2rN5:hover .title_style_header::after {
    width: 150px;
}

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


@media (min-width: 768px) {.homepage_N90z4xF .main_intro_xSQy5vO {
    gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.homepage_N90z4xF .main_intro_xSQy5vO > div:first-child {
    align-self: center;
    margin-top: 10%;
}.homepage_N90z4xF .master_track_OHp2rN5 > div {
    min-height: 500px;
    padding: 4rem 3rem;
}.homepage_N90z4xF .master_track_OHp2rN5 h3 {
    max-width: 80%;
}
}

@media (min-width: 992px) {.homepage_N90z4xF {
    padding: 4rem;
}.homepage_N90z4xF .main_intro_xSQy5vO {
    grid-template-columns: 0.35fr 0.65fr;
}.homepage_N90z4xF .main_intro_xSQy5vO > div:first-child {
    transform: translateX(-10%);
    padding: 2rem;
}.homepage_N90z4xF .master_track_OHp2rN5 > div {
    min-height: 550px;
}.homepage_N90z4xF .title_style_header::after {
    height: 8px;
}
}

@media (max-width: 767px) {.homepage_N90z4xF {
    padding: 1.5rem;
}.homepage_N90z4xF .main_intro_xSQy5vO > div:first-child {
    padding: 1.2rem;
}.homepage_N90z4xF .master_track_OHp2rN5 > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.homepage_N90z4xF .master_track_OHp2rN5 h3 {
    padding: 1rem;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}.homepage_N90z4xF .title_style_header {
    padding: 0.75rem 0;
}.homepage_N90z4xF .title_style_header::after {
    height: 4px;
    width: 60px;
}}.course_structure_n3NlDBz {
    padding: 7rem 0;
    background: rgb(225,221,237);
    position: relative;
    overflow: hidden;
}.course_structure_n3NlDBz::before {
    opacity: 0.15;
    height: 100%;
    content: "";
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(195,189,217,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(162,157,193,0.5) 100%);
    top: 0;
    left: 0;
    position: absolute;
}.course_structure_n3NlDBz::after {
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    height: 100%;
    opacity: 0.05;
}.course_structure_n3NlDBz .study_route_zyeCS95 {
    flex-direction: column;
    display: flex;
    align-items: center;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    position: relative;
    padding: 4rem 3rem;
    width: 100%;
    border-radius: 21px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    z-index: 3;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q:hover {
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
}.course_structure_n3NlDBz h2 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.8rem;
    position: relative;
    font-size: calc(31px * 1.2);
}.course_structure_n3NlDBz h2::before {
    position: absolute;
    width: 45px;
    height: 45px;
    content: "";
    top: -15px;
    transition: all 0.5s ease;
    border-top: 3px solid rgb(195,189,217);
    border-left: 3px solid rgb(195,189,217);
    left: -15px;
    opacity: 0.7;
}.course_structure_n3NlDBz h2::after {
    position: absolute;
    bottom: -15px;
    content: "";
    border-right: 3px solid rgb(162,157,193);
    border-bottom: 3px solid rgb(162,157,193);
    transition: all 0.5s ease;
    right: -15px;
    opacity: 0.7;
    width: 45px;
    height: 45px;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q:hover h2::before {
    left: -20px;
    width: 55px;
    height: 55px;
    top: -20px;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q:hover h2::after {
    right: -20px;
    bottom: -20px;
    width: 55px;
    height: 55px;
}.course_structure_n3NlDBz .description {
    font-size: 12px;
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 85%;
    line-height: 1.9;
    position: relative;
    margin-bottom: 1.8rem;
}.course_structure_n3NlDBz .description:last-of-type {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(195,189,217);
    max-width: 90%;
    border-radius: 10px;
    transition: all 0.5s ease;
    padding: 1.2rem 1.8rem;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-right: 3px solid rgb(162,157,193);
    font-weight: 600;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q:hover .description:last-of-type {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_structure_n3NlDBz .pic_list_wrap_BdsZiMc {
    border-radius: 0;
    top: -10%;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    height: 120%;
    filter: brightness(0.95) contrast(1.05);
    width: 120%;
    left: -10%;
    transform: none;
    position: absolute;
    z-index: 0;
}.course_structure_n3NlDBz .pic_list_wrap_BdsZiMc::before {
    opacity: 0.85;
    position: absolute;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}.course_structure_n3NlDBz .pic_list_wrap_BdsZiMc::after {
    content: "";
    animation: rotateGradient 20s infinite linear;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(195,189,217,0.5) 70%, 
            rgb(162,157,193,0.5) 100%
        );
    top: -25%;
    width: 150%;
    opacity: 0.3;
    z-index: 2;
    left: -25%;
    position: absolute;
    height: 150%;
}@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_structure_n3NlDBz .summary_frame_7RCrf8Q::before {
    background: rgb(195,189,217,0.5);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: -5%;
    position: absolute;
    z-index: -1;
    width: 70%;
    height: 70%;
    opacity: 0.15;
    animation: morph 15s linear infinite alternate;
    content: "";
    top: -5%;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q::after {
    z-index: -1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    height: 70%;
    left: -5%;
    bottom: -5%;
    background: rgb(162,157,193,0.5);
    content: "";
    width: 70%;
    opacity: 0.15;
    animation: morph 15s linear infinite alternate-reverse;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@media (max-width: 1200px) {.course_structure_n3NlDBz .summary_frame_7RCrf8Q {
    padding: 3.5rem 2.5rem;
    max-width: 800px;
}.course_structure_n3NlDBz .pic_list_wrap_BdsZiMc {
    width: 130%;
    height: 130%;
}
}

@media (max-width: 992px) {.course_structure_n3NlDBz {
    padding: 5rem 0;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q {
    max-width: 700px;
    padding: 3rem 2rem;
}.course_structure_n3NlDBz h2 {
    font-size: 31px;
}.course_structure_n3NlDBz .description {
    max-width: 90%;
    line-height: 1.8;
}.course_structure_n3NlDBz .pic_list_wrap_BdsZiMc {
    left: -20%;
    top: -20%;
    width: 140%;
    height: 140%;
}
}

@media (max-width: 768px) {.course_structure_n3NlDBz {
    padding: 4rem 0;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q {
    max-width: 90%;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
    padding: 2.5rem 1.5rem;
}.course_structure_n3NlDBz h2 {
    font-size: calc(31px * 0.95);
}.course_structure_n3NlDBz h2::before,
    .course_structure_n3NlDBz h2::after {
    top: -10px;
    width: 35px;
    height: 35px;
    left: -10px;
}.course_structure_n3NlDBz h2::after {
    bottom: -10px;
    right: -10px;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q:hover h2::before,
    .course_structure_n3NlDBz .summary_frame_7RCrf8Q:hover h2::after {
    height: 40px;
    width: 40px;
}.course_structure_n3NlDBz .description {
    line-height: 1.7;
    max-width: 95%;
    font-size: calc(12px * 0.95);
}.course_structure_n3NlDBz .description:last-of-type {
    padding: 1rem 1.5rem;
    max-width: 95%;
}.course_structure_n3NlDBz .pic_list_wrap_BdsZiMc {
    width: 150%;
    height: 150%;
}
}

@media (max-width: 576px) {.course_structure_n3NlDBz {
    padding: 3rem 0;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q {
    padding: 2rem 1.2rem;
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    max-width: 95%;
}.course_structure_n3NlDBz h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 1.2rem;
}.course_structure_n3NlDBz h2::before,
    .course_structure_n3NlDBz h2::after {
    height: 25px;
    top: -8px;
    left: -8px;
    border-width: 2px;
    width: 25px;
}.course_structure_n3NlDBz h2::after {
    right: -8px;
    bottom: -8px;
    border-width: 2px;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q:hover h2::before,
    .course_structure_n3NlDBz .summary_frame_7RCrf8Q:hover h2::after {
    width: 30px;
    height: 30px;
}.course_structure_n3NlDBz .description {
    max-width: 100%;
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.course_structure_n3NlDBz .description:last-of-type {
    border-width: 2px;
    padding: 0.8rem 1.2rem;
    transform: none;
    max-width: 100%;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q:hover {
    transform: translateY(-5px);
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q:hover .description:last-of-type {
    transform: none;
}.course_structure_n3NlDBz .pic_list_wrap_BdsZiMc {
    height: 160%;
    top: -30%;
    left: -30%;
    width: 160%;
}.course_structure_n3NlDBz .summary_frame_7RCrf8Q::before,
    .course_structure_n3NlDBz .summary_frame_7RCrf8Q::after {
    height: 80%;
    width: 80%;
}}header {
    top: 0;
    position: fixed;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, 
        rgb(195,189,217,0.5) 0%,
        #000000 100%);
    width: 100%;
    left: 0;
    z-index: 100;
}header::before {
    position: absolute;
    animation: pulse-bg 8s infinite alternate;
    z-index: 1;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(162,157,193,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(195,189,217,0.5) 0%, transparent 15%);
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.3;
}header::after {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background-size: 20px 20px;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(162,157,193,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(162,157,193,0.5) 100%);
}header .container {
    display: flex;
    z-index: 2;
    padding: 0;
    flex-direction: column;
    align-items: center;
    position: relative;
}header .top_teach_3HK82Os {
    width: 100%;
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}header .main_guide_BP9G76o {
    margin: 1rem 0 1.5rem;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative;
    display: flex;
    text-decoration: none;
}header .main_guide_BP9G76o::before {
    content: "";
    animation: rotate 10s linear infinite;
    position: absolute;
    height: 120px;
    border-radius: 50%;
    opacity: 0.2;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(162,157,193,0.5) 120deg,
            transparent 180deg,
            rgb(195,189,217,0.5) 240deg,
            transparent 360deg
        );
    z-index: -1;
    width: 120px;
}header .main_guide_BP9G76o::after {
    content: "";
    z-index: -2;
    background: rgb(162,157,193,0.5);
    filter: blur(20px);
    opacity: 0.3;
    animation: pulse-opacity 4s ease infinite alternate;
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50%;
}header .main_guide_BP9G76o svg {
    filter: drop-shadow(0 0 8px rgb(195,189,217,0.5));
    width: auto;
    transition: all 0.4s ease;
    height: 45px;
}header .main_guide_BP9G76o:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(162,157,193));
}header .main_skill_8PUbhcu {
    gap: 0.8rem;
    justify-content: center;
    position: relative;
    overflow-x: auto;
    width: 100vw;
    display: flex;
    border-bottom: 1px solid rgb(195,189,217,0.5);
    border-top: 1px solid rgb(195,189,217,0.5);
    padding: 1rem 0;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    scrollbar-width: none;
}header .main_skill_8PUbhcu::-webkit-scrollbar {
    display: none;
}header .main_skill_8PUbhcu::before {
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    width: 100%;
    pointer-events: none;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    content: "";
    top: 0;
}header .top_page_dwebci8 {
    z-index: 2;
    position: relative;
    color: #ffffff;
    perspective: 800px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.6rem 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
}header .top_page_dwebci8::before {
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid transparent;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    transform: translateZ(-10px);
    position: absolute;
    left: 0;
}header .top_page_dwebci8::after {
    bottom: 0;
    left: 50%;
    height: 2px;
    background: rgb(162,157,193);
    transition: all 0.3s ease;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    width: 0%;
}header .top_page_dwebci8:hover {
    text-shadow: 0 0 5px rgb(162,157,193,0.5);
    color: rgb(162,157,193);
    transform: translateY(-2px) translateZ(0);
}header .top_page_dwebci8:hover::before {
    box-shadow: 0 0 15px rgb(195,189,217,0.5);
    border-color: rgb(162,157,193,0.5);
    transform: translateZ(0);
}header .top_page_dwebci8:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .main_guide_BP9G76o {
    margin: 0.8rem 0 1.2rem;
}header .main_guide_BP9G76o svg {
    height: 40px;
}header .top_page_dwebci8 {
    padding: 0.5rem 1.2rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .main_guide_BP9G76o {
    margin: 0.6rem 0 1rem;
}header .main_guide_BP9G76o svg {
    height: 35px;
}header .main_guide_BP9G76o::before {
    height: 90px;
    width: 90px;
}header .main_guide_BP9G76o::after {
    height: 50px;
    width: 50px;
}header .main_skill_8PUbhcu {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .top_page_dwebci8 {
    padding: 0.4rem 1rem;
    font-size: calc(18px - 2px);
}header .top_page_dwebci8:first-child {
    margin-left: 2rem;
}header .top_page_dwebci8:last-child {
    margin-right: 2rem;
}}.future_students_BAwGZla {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(120deg, rgb(225,221,237) 0%, rgb(195,189,217,0.5) 100%);
    position: relative;
}.future_students_BAwGZla::before {
    position: absolute;
    left: 50%;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(162,157,193,0.5), 0.1) 31%,
        rgba(rgb(162,157,193,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(162,157,193,0.5), 0.05) 41%,
        rgba(rgb(162,157,193,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(195,189,217,0.5), 0.07) 51%,
        rgba(rgb(195,189,217,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(195,189,217,0.5), 0.05) 71%,
        rgba(rgb(195,189,217,0.5), 0.05) 72%,
        transparent 73%
    );
    z-index: 1;
    animation: rotateRings 60s linear infinite;
    transform: translate(-50%, -50%);
    content: '';
    top: 50%;
    width: 150%;
    pointer-events: none;
    height: 150%;
}.future_students_BAwGZla::after {
    position: absolute;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(195,189,217,0.5) 0%,
        transparent 50%
    );
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.3;
    content: '';
    width: 100%;
}.future_students_BAwGZla .edu_heritage_GJp5jce {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.future_students_BAwGZla h3 {
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 37px;
    margin-bottom: 3.5rem;
    position: relative;
    text-align: center;
    font-weight: 700;
}.future_students_BAwGZla h3::after {
    width: 120px;
    content: '';
    height: 3px;
    left: 50%;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 50px;
    box-shadow: 0 0 15px rgb(195,189,217);
    background: rgb(195,189,217);
}.future_students_BAwGZla ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.future_students_BAwGZla li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    background-color: rgba(255, 255, 255, 0.12);
    align-items: center;
    backdrop-filter: blur(5px);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border-radius: 50px;
    padding: 1.8rem 2rem;
}.future_students_BAwGZla li::before {
    height: 100%;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    pointer-events: none;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
}.future_students_BAwGZla li::after {
    transition: all 0.5s ease;
    pointer-events: none;
    left: -50%;
    content: '';
    background: radial-gradient(
        circle at center,
        rgba(rgb(162,157,193,0.5), 0.3) 0%,
        transparent 70%
    );
    width: 200%;
    opacity: 0;
    position: absolute;
    transform: scale(0.5);
    top: -50%;
    height: 200%;
}.future_students_BAwGZla li:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(195,189,217,0.5);
    border-color: rgb(195,189,217,0.5);
    background-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-5px);
}.future_students_BAwGZla li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.future_students_BAwGZla li svg {
    flex-shrink: 0;
    height: 40px;
    margin-right: 1.5rem;
    transform-origin: center;
    transition: all 0.4s ease;
    fill: rgb(162,157,193);
    width: 40px;
    filter: drop-shadow(0 0 5px rgb(162,157,193,0.5));
}.future_students_BAwGZla li:hover svg {
    filter: drop-shadow(0 0 8px rgb(195,189,217));
    transform: rotate(15deg);
    fill: rgb(195,189,217);
}.future_students_BAwGZla li svg path {
    transition: all 0.4s ease;
}.future_students_BAwGZla li:hover svg path {
    fill: rgb(195,189,217);
}.future_students_BAwGZla li {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.future_students_BAwGZla {
    padding: 4rem 0;
}.future_students_BAwGZla ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.future_students_BAwGZla h3 {
    font-size: calc(37px * 0.9);
}.future_students_BAwGZla li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.future_students_BAwGZla {
    padding: 3rem 0;
}.future_students_BAwGZla h3 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.8);
}.future_students_BAwGZla h3::after {
    width: 100px;
}.future_students_BAwGZla li {
    border-radius: 25px;
    padding: 1.2rem 1.5rem;
}.future_students_BAwGZla li svg {
    height: 35px;
    margin-right: 1rem;
    width: 35px;
}
}