﻿header,footer {
    width: 100%;
}

header {
    z-index: 100;
    position: relative;
    margin-top: 0;
    padding: 0;
    background: linear-gradient(120deg, rgb(217,216,200) 0%, rgb(185,184,164) 100%);
    overflow: visible;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
}

.privacy-depot-NjqRcMh div {
    margin-top: 30px;
}

.instructor-profile-pxLNweF .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa > div:first-child {
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 240px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease-out;
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa > div:nth-child(2) {
    position: relative;
    transform: translateZ(10px);
    padding-left: 15px;
}

.instructor-profile-pxLNweF .name::after {
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    bottom: -5px;
    background-color: rgb(217,216,200);
    height: 2px;
    left: 0;
    width: 40%;
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa:hover > div:nth-child(3) {
    transform: translateZ(15px);
}

.instructor-profile-pxLNweF .job-table-YTElyMj::before {
    opacity: 0.4;
    position: absolute;
    content: "";
    color: rgb(217,216,200,0.5);
    top: 10px;
    left: 5px;
    font-size: calc(45px * 1.5);
    line-height: 1;
}

header .header-navbar-1HhbMAE::before {
    z-index: -1;
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    content: '';
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

header .site-main-vEbVxok {
    position: relative;
    margin: 0 0.5rem;
}

header .site-main-vEbVxok a:hover {
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}

header .site-main-vEbVxok:hover::after {
    width: 80%;
}

header .header-tutor-4zsNTbH::before {
    border-right: none;
    position: absolute;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    border-bottom: none;
    opacity: 0.5;
    right: 10px;
    content: '';
    top: 10px;
}

.contact-4XCONds {
    background: rgb(242,241,231);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.contact-4XCONds .img-icon-RwEjeLk::after {
    content: '';
    border-radius: 24px 0 0 24px;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgb(217,216,200,0.5), transparent 70%);
    left: 0;
}

.contact-4XCONds form h3 {
    color: #000000;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-4XCONds textarea {
    resize: none;
    height: 150px;
}

.contact-4XCONds .inquiry-panel-iGJWhF9 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-4XCONds .inquiry-panel-iGJWhF9 input[type="checkbox"]:checked + label::before {
    border-color: rgb(217,216,200);
    background: rgb(217,216,200);
}

.contact-4XCONds .inquiry-panel-iGJWhF9 a:hover {
    text-decoration: underline;
}

.contact-4XCONds .support-info-3PjXs9g:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(185,184,164);
}

.contact-4XCONds .query-section-O9AnKjg h4::after {
    width: 40px;
    background: #ffffff;
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    height: 3px;
}

.contact-4XCONds .support-section-OZAciw5 svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
}

.get-updates-ldFixY0 {
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,184,164,0.5), rgb(217,216,200,0.5) 80%);
    padding: 4rem 2rem;
    margin: 5rem 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
}

.get-updates-ldFixY0 .achieve-stats-2xIAdsf > div {
    position: relative;
    padding: 1rem 0 2.5rem;
}

.get-updates-ldFixY0 .input_holder {
    position: relative;
    max-width: 650px;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    display: flex;
}

.get-updates-ldFixY0 .input_holder:focus-within::before {
    transform: translateX(0);
}

.get-updates-ldFixY0 .input_holder span:first-child {
    flex: 1;
}

.get-updates-ldFixY0 input[type="email"]:focus {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: rgb(185,184,164);
}

.get-updates-ldFixY0 .updates-box-pBCMGuH:hover {
    background: rgb(217,216,200);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.08);
}

.get-updates-ldFixY0 .updates-box-pBCMGuH:active {
    transform: translateY(-1px);
}

.client-comments-36qgUfy::after {
    height: 250px;
    position: absolute;
    width: 250px;
    border: 2px solid rgba(rgb(217,216,200,0.5), 0.1);
    content: "";
    border-radius: 50%;
    z-index: 1;
    bottom: -50px;
    right: -50px;
}

.client-comments-36qgUfy .user-voices-NiPnQTG {
    gap: 30px;
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.client-comments-36qgUfy .feedback-track-JuEHrZa:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.client-comments-36qgUfy .feedback-track-JuEHrZa:hover img {
    border-color: rgb(217,216,200);
    transform: scale(1.05);
}

.client-comments-36qgUfy .description {
    position: relative;
    padding-left: 22px;
    color: #000000;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}

.client-comments-36qgUfy a {
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(rgb(217,216,200,0.5), 0.2);
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 30px;
    z-index: 1;
    font-weight: 600;
    margin-top: 40px;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    background: linear-gradient(90deg, rgb(217,216,200), rgb(185,184,164));
}

.cookie-modal-message-cUnXheq p a {
    color: rgb(217,216,200);
    text-decoration: none;
}

.wrap-container-4fi0JvY .manage-cookies-1rJ6sX4 {
    color: rgb(217,216,200);
    border: none;
    font-size: 20px;
    margin-left: 30px;
    padding: 10px;
    background: #ffffff;
}

.statistical-data-w0lzgIC::before {
    height: 100%;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.9;
    left: 0;
    z-index: 1;
    position: absolute;
}

.statistical-data-w0lzgIC .key-statistics-ky0mKQz svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

.statistical-data-w0lzgIC .edu-statistics-kfEWO0U {
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    font-size: 30px;
}

.statistical-data-w0lzgIC .knowledge-statistics-Gf4gDtk::after {
    left: 10px;
    right: 10px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
    content: "";
    height: 1px;
}

.statistical-data-w0lzgIC .statistics-advances-mOByWNd {
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
}

.statistical-data-w0lzgIC .statistics-advances-mOByWNd svg path {
    fill: rgb(185,184,164);
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4 span {
    color: #ffffff;
    position: relative;
    transform: translateY(10px);
    font-size: calc(24px + 4px);
    font-weight: 700;
    opacity: 0;
    display: block;
    animation: numberFadeUp 0.5s forwards 0.2s;
    margin-bottom: 8px;
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4:nth-child(4) {
    animation: fadeInSlide 0.4s ease forwards 0.3s;
}

.thanks-msg-1GVh0j9 .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.thanks-msg-1GVh0j9 h2::after {
    left: 0;
    position: absolute;
    transform: scaleX(1);
    content: "";
    width: 60px;
    height: 3px;
    bottom: -15px;
    background: rgb(217,216,200);
    transition: transform 0.5s ease;
    transform-origin: left;
}

.thanks-msg-1GVh0j9 li {
    padding-left: 25px;
    position: relative;
}

.thanks-msg-1GVh0j9 li:hover::before {
    transform: rotate(225deg);
}

.register-now-y0iCdGq {
    padding: 120px 0;
    position: relative;
    background-size: 200% 200%;
    z-index: 1;
    background: linear-gradient(130deg, rgb(217,216,200) 0%, rgb(185,184,164) 50%, rgb(217,216,200) 100%);
    overflow: hidden;
    animation: gradientFlow 15s ease infinite;
}

.register-now-y0iCdGq .achieve-stats-2xIAdsf::before {
    height: 100%;
    position: absolute;
    animation: pulseGrid 4s linear infinite alternate;
    width: 100%;
    opacity: 0.3;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    left: 0;
    z-index: -1;
    background-size: 40px 40px;
    content: '';
    top: 0;
}

.register-now-y0iCdGq h3::after {
    width: 100%;
    content: '';
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    animation: titleScan 3s ease-in-out infinite;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
}

.register-now-y0iCdGq .edu-input-RJ3jIdY:hover {
    color: rgb(217,216,200);
    border-color: transparent;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.pricing-grid-QC49l5g .container {
    z-index: 2;
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.pricing-grid-QC49l5g .fee-deals-t0uvsSX {
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    line-height: 1.6;
    transform: translateY(20px);
    font-size: calc(18px * 1.1);
    color: #ffffff;
    max-width: 700px;
    text-align: center;
    opacity: 0;
    margin: 0 auto 60px;
}

.pricing-grid-QC49l5g .pricing-deals-BQ35OF7 li:nth-child(1) {
    animation-delay: 0.4s;
}

.pricing-grid-QC49l5g .study-offers-Lln3XvQ {
    will-change: transform;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000000;
}

.pricing-grid-QC49l5g .study-offers-Lln3XvQ:hover .program-rate-JDZueUp::before {
    transform: scaleX(1);
    transform-origin: left;
}

.pricing-grid-QC49l5g .study-offers-Lln3XvQ:hover .study-packages-CxRXhnw h4 {
    color: rgb(217,216,200);
}

.pricing-grid-QC49l5g .study-packages-CxRXhnw p {
    line-height: 1.7;
    color: #000000;
    overflow-y: auto;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    max-height: 150px;
    padding-right: 15px;
}

.pricing-grid-QC49l5g .study-offers-Lln3XvQ:hover .learn-fees-N9n5q1Z::before {
    transform: translateX(100%);
}

.company-overview-lxyCc2n::before {
    left: 0;
    background: linear-gradient(135deg, rgb(217,216,200,0.5), rgba(0, 0, 0, 0.5));
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
}

.company-overview-lxyCc2n .text-drawer-5aHormW:hover {
    transform: translateX(0) translateY(-5px);
}

.company-overview-lxyCc2n h1::after {
    width: 60px;
    background: rgb(217,216,200);
    bottom: -10px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    content: "";
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    height: 4px;
    transform-origin: left;
}

.opening-page-uFMjVzi {
    position: relative;
    font-family: Arial, sans-serif;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

.opening-page-uFMjVzi .edu-front-IV4v5Kn::before {
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(217,216,200,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
}

.opening-page-uFMjVzi .knowledge-space-ACpmYjn > div {
    transform: translateY(20px);
    opacity: 0;
}

.opening-page-uFMjVzi .knowledge-space-ACpmYjn > div:last-child {
    animation: slideUp 0.6s ease-out forwards 0.8s;
}

.opening-page-uFMjVzi h3::before {
    background: rgb(185,184,164);
    left: 0;
    height: 100%;
    opacity: 0.7;
    width: 3px;
    top: 0;
    content: '';
    position: absolute;
}

.opening-page-uFMjVzi p::before {
    content: '';
    background: rgb(185,184,164);
    width: 7px;
    top: 50%;
    opacity: 0.7;
    transform: translateY(-50%);
    height: 3px;
    position: absolute;
    left: 0;
}

footer .honor-cta-JgCGFHf {
    position: relative;
    z-index: 1;
}

footer .info_item {
    backdrop-filter: blur(5px);
    display: flex;
    border-radius: 40px;
    position: relative;
    transition: all 0.3s ease;
    padding: 0 25px;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 300px;
    align-items: center;
    flex: 1 1 200px;
    height: 80px;
    overflow: hidden;
}

footer .header-navbar-1HhbMAE svg {
    height: 50px;
    width: auto;
    margin: 0 auto 20px;
    filter: brightness(0) invert(1);
}

footer .top-learning-n1kgqeA h5, footer .subscribe_holder h5 {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

footer .site-core-ogrRCEQ a {
    background-color: rgb(217,216,200,0.5);
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    flex: 1 1 calc(50% - 10px);
    padding: 8px 15px;
    text-decoration: none;
}

footer .updates-box-pBCMGuH {
    border-radius: 25px;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    border: none;
    color: rgb(217,216,200);
    transition: all 0.3s ease;
    background-color: #ffffff;
    font-weight: 600;
}

footer .diversity-3XhCAYg::before,
footer .diversity-3XhCAYg::after {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    top: 50%;
    position: absolute;
    height: 1px;
    width: 20px;
}

footer .diversity-3XhCAYg::before {
    left: 0;
}

.course-program-details-oscYDrO .achieve-stats-2xIAdsf {
    position: relative;
    gap: 20px;
    width: 100%;
    display: grid;
    grid-row: 2;
    grid-template-columns: repeat(12, 1fr);
}

.course-program-details-oscYDrO .class-route-yAK57N2:hover .skill-plan-lZuE485 {
    animation-play-state: paused;
}

.course-program-details-oscYDrO .job-classes-JQxI5fH img {
    transition: filter 0.5s ease, transform 0.5s ease;
    filter: grayscale(0.5) brightness(0.7);
    object-fit: cover;
    transform: scale(1.05);
    height: 100%;
    width: 100%;
}

.course-program-details-oscYDrO .class-plan-WPkQl6E::after {
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(185,184,164) 50%,
                transparent 100%);
    height: 2px;
    width: 100%;
    transform: scaleX(0);
}

.course-program-details-oscYDrO .class-plan-WPkQl6E h3 {
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 20px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 28px;
}

.course-program-details-oscYDrO .class-plan-WPkQl6E h3 {
    font-size: calc(28px * 0.9);
}

.course-program-details-oscYDrO .class-plan-WPkQl6E .support-info-3PjXs9g::before {
    z-index: -1;
    transition: all 0.3s ease;
    width: 100%;
    left: -100%;
    content: '';
    background: rgb(217,216,200);
    position: absolute;
    top: 0;
    height: 100%;
}

.course-program-details-oscYDrO .class-plan-WPkQl6E .support-info-3PjXs9g:hover::before {
    left: 0;
}

.operation-process-5NYXsl9::after {
    opacity: 0.07;
    background: linear-gradient(225deg, rgb(217,216,200) 0%, transparent 70%);
    bottom: -10px;
    pointer-events: none;
    transform: translateZ(-30px) rotate(-15deg);
    right: -10px;
    content: "";
    width: 300px;
    position: absolute;
    filter: blur(60px);
    height: 300px;
}

.operation-process-5NYXsl9:hover h2::after {
    transform: scaleX(1.5);
}

.operation-process-5NYXsl9 .text-drawer-5aHormW::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(217,216,200) 0%, rgb(185,184,164) 100%);
    height: 40px;
    transform: rotate(-15deg);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (min-width: 768px) {.instructor-profile-pxLNweF {
    padding: 100px 0;
}.instructor-profile-pxLNweF .feedback-track-JuEHrZa {
    padding: 50px;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
}.instructor-profile-pxLNweF .feedback-track-JuEHrZa > div:first-child {
    height: 100%;
    grid-row: 1 / span 2;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.instructor-profile-pxLNweF .feedback-track-JuEHrZa > div:nth-child(2) {
    padding-left: 40px;
    grid-row: 1;
    align-self: start;
    grid-column: 2;
}.instructor-profile-pxLNweF .feedback-track-JuEHrZa > div:nth-child(3) {
    padding-left: 40px;
    grid-column: 2;
    grid-row: 2;
}.instructor-profile-pxLNweF .job-table-YTElyMj {
    font-size: calc(17px + 1px);
    padding: 25px 20px 25px 35px;
}
}



@media (max-width: 992px) {.contact-4XCONds .img-icon-RwEjeLk {
    display: none;
}.contact-4XCONds .query-box-Rn94kPs {
    flex-direction: column;
}.contact-4XCONds .inquiry-inquiry-9wBtrsI {
    width: 100%;
}.contact-4XCONds .query-section-O9AnKjg {
    width: 100%;
}
}



@media (max-width: 576px) {.contact-4XCONds {
    padding: 40px 0;
}.contact-4XCONds h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.contact-4XCONds .inquiry-inquiry-9wBtrsI,
    .contact-4XCONds .query-section-O9AnKjg {
    padding: 30px 20px;
}.contact-4XCONds form h3,
    .contact-4XCONds .query-section-O9AnKjg h4 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact-4XCONds input[type="text"],
    .contact-4XCONds textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact-4XCONds textarea {
    height: 120px;
}.contact-4XCONds .support-info-3PjXs9g {
    padding: 12px;
    width: 100%;
}.contact-4XCONds .support-section-OZAciw5 li {
    margin-bottom: 20px;
}}



@media (min-width: 1440px) {.get-updates-ldFixY0 {
    padding: 6rem;
}.get-updates-ldFixY0 .achieve-stats-2xIAdsf {
    gap: 6rem;
}.get-updates-ldFixY0 h4 {
    font-size: calc(24px * 1.2);
}
}



@media (max-width: 991px) {.client-comments-36qgUfy {
    padding: 80px 0;
}.client-comments-36qgUfy h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.client-comments-36qgUfy .user-voices-NiPnQTG {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}



@media (max-width: 480px) {.client-comments-36qgUfy {
    padding: 50px 0;
}.client-comments-36qgUfy h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.7);
}.client-comments-36qgUfy .feedback-track-JuEHrZa div {
    text-align: center;
    flex-direction: column;
}.client-comments-36qgUfy .feedback-track-JuEHrZa h4 {
    margin: 10px 0 0;
}.client-comments-36qgUfy .description {
    text-align: center;
    padding-left: 0;
}.client-comments-36qgUfy .description::before {
    transform: translateX(-50%);
    left: 50%;
}}



@media screen and (max-width: 576px) {.statistical-data-w0lzgIC {
    padding: 70px 0;
}.statistical-data-w0lzgIC .container {
    padding: 0 15px;
}.statistical-data-w0lzgIC .statistics-benefits-ef3d60Y {
    padding: 20px;
}.statistical-data-w0lzgIC .key-statistics-ky0mKQz {
    width: 45px;
    margin-bottom: 12px;
    padding: 10px;
    height: 45px;
}.statistical-data-w0lzgIC .edu-statistics-kfEWO0U {
    font-size: calc(30px - 6px);
}.statistical-data-w0lzgIC .statistics-pro-cM7fuKH {
    font-size: calc(15px - 2px);
}.statistical-data-w0lzgIC .benefits-block-i6tcsP4 {
    min-width: calc(85% - 20px);
    padding: 15px;
}.statistical-data-w0lzgIC .statistics-advances-mOByWNd {
    height: 30px;
    width: 30px;
}.statistical-data-w0lzgIC .statistics-advances-mOByWNd::after {
    height: 36px;
    width: 36px;
}.statistical-data-w0lzgIC .benefits-block-i6tcsP4 span {
    font-size: calc(24px - 1px);
}.statistical-data-w0lzgIC .benefits-block-i6tcsP4 p {
    font-size: calc(15px - 2px);
}}



@media (max-width: 1200px) {.pricing-grid-QC49l5g {
    padding: 100px 0;
}.pricing-grid-QC49l5g .pricing-deals-BQ35OF7 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 480px) {.pricing-grid-QC49l5g {
    padding: 50px 0;
}.pricing-grid-QC49l5g h2 {
    font-size: calc(34px * 0.7);
}.pricing-grid-QC49l5g .study-packages-CxRXhnw {
    padding: 20px 18px;
}.pricing-grid-QC49l5g .learn-fees-N9n5q1Z {
    font-size: calc(18px * 1.1);
    padding: 10px 15px;
}}



@media (max-width: 576px) {.company-overview-lxyCc2n {
    padding: 50px 0;
}.company-overview-lxyCc2n .text-drawer-5aHormW {
    padding: 1.5rem;
}.company-overview-lxyCc2n h1 {
    margin-bottom: 1.2rem;
    font-size: calc(42px * 0.7);
}.company-overview-lxyCc2n h1::after {
    width: 40px;
}.company-overview-lxyCc2n h4::before {
    height: 10px;
    width: 10px;
    left: -15px;
}.company-overview-lxyCc2n span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}



@media screen and (max-width: 480px) {.opening-page-uFMjVzi .edu-front-IV4v5Kn {
    padding: 2rem 0;
}.opening-page-uFMjVzi .knowledge-space-ACpmYjn {
    width: 95%;
    padding: 1.5rem;
    grid-gap: 1.5rem;
}.opening-page-uFMjVzi .title_style_header {
    font-size: calc(38px * 0.9);
}.opening-page-uFMjVzi h3 {
    font-size: calc(19px * 0.95);
    padding-left: 0.75rem;
}.opening-page-uFMjVzi p {
    font-size: calc(17px * 0.95);
    padding-left: 0.75rem;
}}



@media (max-width: 1200px) {.course-program-details-oscYDrO .class-plan-WPkQl6E {
    grid-column: 2 / 12;
}
}



@media (max-width: 480px) {.course-program-details-oscYDrO {
    padding: 2rem 0;
}.course-program-details-oscYDrO .class-plan-WPkQl6E {
    padding: 25px 15px;
}.course-program-details-oscYDrO .class-plan-WPkQl6E h3 {
    font-size: calc(28px * 0.8);
    padding-left: 15px;
}.course-program-details-oscYDrO .class-plan-WPkQl6E p {
    padding-left: 15px;
}.course-program-details-oscYDrO .class-plan-WPkQl6E .support-info-3PjXs9g {
    padding: 10px 20px;
    margin-left: 15px;
}}



@media (hover: none) {.operation-process-5NYXsl9 .text-drawer-5aHormW,
    .operation-process-5NYXsl9:hover .text-drawer-5aHormW,
    .operation-process-5NYXsl9 h2,
    .operation-process-5NYXsl9 .text-drawer-5aHormW::before {
    transition: none;
    transform: none;
}.operation-process-5NYXsl9 h2::after {
    transition: none;
}.operation-process-5NYXsl9:hover h2::after {
    transform: none;
}
}



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



@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}



@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}



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



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

