﻿svg {
    width: 30px;
    height: 30px;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 1179px;
    margin: auto;
    max-width: 100%;
}

.privacy-depot-NjqRcMh h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
    color: #000000;
}

.privacy-depot-NjqRcMh h3, .privacy-depot-NjqRcMh h4, .privacy-depot-NjqRcMh h5, .privacy-depot-NjqRcMh h6 {
    margin: 1rem 0;
}

.instructor-profile-pxLNweF {
    padding: 80px 0;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background-color: rgb(242,241,231);
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa .img-icon-RwEjeLk {
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa:hover .name::after {
    width: 100%;
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa > div:nth-child(3) {
    transition: transform 0.4s ease-out;
    transform: translateZ(5px);
    position: relative;
}

.instructor-profile-pxLNweF .job-table-YTElyMj {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    position: relative;
    padding: 20px 10px 20px 25px;
    border-radius: 10px;
    box-shadow: 
        inset 0 0 0 1px rgba(rgb(217,216,200,0.5), 0.1),
        0 10px 30px rgba(0, 0, 0, 0.03);
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
}

header .header-navbar-1HhbMAE:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}

header .top-expert-r3ehmW8 {
    position: relative;
    transition: all 0.3s ease;
    display: block;
    z-index: 1;
}

header .site-main-vEbVxok a {
    text-decoration: none;
    position: relative;
    align-items: center;
    font-size: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    height: 40px;
    transition: all 0.3s ease;
    display: flex;
    padding: 0 1.2rem;
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 600;
    justify-content: center;
}

.contact-4XCONds .img-icon-RwEjeLk {
    z-index: 1;
    top: 5%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    height: 90%;
    width: 40%;
    border-radius: 24px 0 0 24px;
    position: absolute;
    right: 0;
}

.contact-4XCONds h3 {
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 29px;
    color: rgb(217,216,200);
    margin-bottom: 50px;
}

.contact-4XCONds input[type="text"],
.contact-4XCONds textarea {
    font-family: Arial, sans-serif;
    padding: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 12px;
    width: 100%;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-4XCONds .inquiry-panel-iGJWhF9 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    left: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    position: absolute;
    content: '';
    border: solid #ffffff;
    top: 6px;
}

.contact-4XCONds .query-section-O9AnKjg::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.contact-4XCONds .support-section-OZAciw5 span {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

.get-updates-ldFixY0::after {
    bottom: -30px;
    background: rgb(185,184,164);
    animation: rotateSlow 18s infinite linear;
    position: absolute;
    height: 120px;
    width: 120px;
    opacity: 0.15;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    right: -30px;
}

.get-updates-ldFixY0 .input_holder::before {
    z-index: -1;
    transform: translateX(-100%);
    position: absolute;
    content: "";
    opacity: 0.15;
    background: linear-gradient(120deg, #ffffff, transparent);
    border-radius: 10px;
    transition: transform 0.5s ease-out;
    inset: -10px;
}

.get-updates-ldFixY0 .updates-box-pBCMGuH {
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
    padding: 1rem 2rem;
    font-size: 19px;
    font-family: Arial, sans-serif;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
    background: rgb(185,184,164);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
}

.client-comments-36qgUfy h2 {
    position: relative;
    font-size: 32px;
    transition: transform 0.6s ease-out;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.client-comments-36qgUfy .feedback-track-JuEHrZa::before {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(217,216,200), rgb(185,184,164));
    height: 0;
    content: "";
    width: 4px;
    position: absolute;
    transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.client-comments-36qgUfy .feedback-track-JuEHrZa:hover h4 {
    color: rgb(217,216,200);
    transform: translateX(5px);
}

.client-comments-36qgUfy .description::before {
    top: -10px;
    font-size: 40px;
    position: absolute;
    content: "";
    color: rgba(rgb(185,184,164,0.5), 0.3);
    font-family: serif;
    left: 0;
    line-height: 1;
}

.cookie-modal-message-cUnXheq {
    border-top: 2px solid rgb(217,216,200);
    background: rgb(242,241,231);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 90;
}

.cookie-modal-message-cUnXheq h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie-show-mOcE2Fs svg, .cookie-show-mOcE2Fs svg path, .cookie-show-mOcE2Fs img {
    width: 100px;
    height: 100px;
    fill: rgb(217,216,200);
}

.wrap-container-4fi0JvY .cookie-overlay-WB9GTve {
    padding: 40px 0;
    justify-content: space-between;
}

.wrap-container-4fi0JvY .data-policy-KqDhHiQ h5 {
    font-weight: 700;
}

.wrap-container-4fi0JvY .data-policy-KqDhHiQ h5, .wrap-container-4fi0JvY .data-policy-KqDhHiQ p {
    color: #ffffff;
}

.statistical-data-w0lzgIC .statistics-benefits-ef3d60Y {
    backdrop-filter: blur(10px);
    border-radius: 12px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
}

.statistical-data-w0lzgIC .knowledge-statistics-Gf4gDtk {
    padding-bottom: 10px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    position: relative;
    margin: 0 -10px;
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4:hover::before {
    opacity: 1;
}

.statistical-data-w0lzgIC .statistics-advances-mOByWNd::after {
    width: 48px;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    border-radius: 50%;
    height: 48px;
    position: absolute;
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4:nth-child(2) span {
    animation-delay: 0.3s;
}



.statistical-data-w0lzgIC .benefits-block-i6tcsP4 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    font-size: 15px;
    margin: 0;
}

.thanks-msg-1GVh0j9 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(242,241,231) 0%, rgb(217,216,200,0.5) 100%);
    padding: 120px 0;
    position: relative;
}

.thanks-msg-1GVh0j9 h2 {
    animation: slideInUp 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 40px;
    transform: translateY(0);
    font-weight: 700;
    max-width: 800px;
    opacity: 1;
    color: #000000;
    line-height: 1.4;
    font-size: 38px;
}

.thanks-msg-1GVh0j9 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.thanks-msg-1GVh0j9 li::before {
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    height: 8px;
    width: 8px;
    background: rgb(217,216,200);
    transform: rotate(45deg);
    left: 0;
    top: 10px;
}

.register-now-y0iCdGq .achieve-stats-2xIAdsf {
    max-width: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 60px 40px;
    border-radius: 19px;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
}

.register-now-y0iCdGq h3::before {
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    box-shadow: 0 0 10px #ffffff;
    bottom: -20px;
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    width: 80px;
}

.register-now-y0iCdGq .edu-input-RJ3jIdY::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    content: '';
    z-index: 2;
    top: -50%;
    height: 200%;
    transition: all 0.6s ease;
    width: 20px;
    left: -100px;
    position: absolute;
    transform: rotate(35deg);
}

.register-now-y0iCdGq .edu-input-RJ3jIdY:hover::after {
    left: 120%;
}

.pricing-grid-QC49l5g::before {
    backdrop-filter: blur(8px);
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(217,216,200,0.5) 100%);
    top: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
}

.pricing-grid-QC49l5g .pricing-deals-BQ35OF7 {
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    display: grid;
    width: 100%;
    perspective: 1000px;
}

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

.pricing-grid-QC49l5g .program-rate-JDZueUp {
    position: relative;
    height: 100%;
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    border-radius: 15px;
}

.pricing-grid-QC49l5g .study-packages-CxRXhnw h4::after {
    content: "";
    position: absolute;
    background: rgb(217,216,200,0.5);
    transition: width 0.35s ease, background 0.35s ease;
    height: 2px;
    width: 50px;
    bottom: 0;
    left: 0;
}

.pricing-grid-QC49l5g .learn-fees-N9n5q1Z::before {
    transition: transform 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    transform: translateX(-100%);
    top: 0;
    left: 0;
}

.company-overview-lxyCc2n .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    padding: 0 20px;
}

.company-overview-lxyCc2n h1 {
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 2rem;
    color: rgb(217,216,200);
    line-height: 1.1;
    opacity: 0;
    font-weight: 700;
    font-size: 42px;
    position: relative;
    letter-spacing: -0.02em;
    transform: translateX(-15px);
}

.company-overview-lxyCc2n h4::before {
    content: "";
    background: rgb(185,184,164);
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    position: absolute;
    top: 50%;
    height: 12px;
    left: -20px;
}

.opening-page-uFMjVzi .knowledge-space-ACpmYjn {
    padding: 3rem;
    z-index: 2;
    position: relative;
    grid-gap: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transform: translateY(-20px);
    animation: fadeIn 0.8s ease-out forwards;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
    width: 85%;
    display: grid;
}

.opening-page-uFMjVzi h3 {
    font-size: calc(19px * 1.05);
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    padding-left: 1rem;
    position: relative;
    line-height: 1.5;
}

footer {
    position: relative;
    width: 100%;
}

footer .degree-path-w5RfJ6K::before {
    transform: rotateX(180deg);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    position: absolute;
    left: 0;
    opacity: 0.25;
    height: 100px;
    width: 100%;
    content: "";
    background: #ffffff;
}

footer .info_item::before {
    opacity: 0.1;
    background: #ffffff;
    height: 100%;
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    animation: waveAnimation 15s linear infinite;
    z-index: -1;
}

footer .text_main_holder {
    flex-wrap: wrap;
    display: flex;
    gap: 25px;
    position: relative;
}

footer .top-learning-n1kgqeA,footer .subscribe_holder {
    border-radius: 18px;
    flex: 1 1 300px;
    padding: 30px;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

footer .site-core-ogrRCEQ {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    display: flex;
}

footer .site-core-ogrRCEQ a::before {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: -100%;
    transition: left 0.3s ease;
    content: "";
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .updates-box-pBCMGuH::after {
    content: "";
    position: absolute;
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
}

.course-program-details-oscYDrO {
    align-items: center;
    perspective: 1000px;
    background-color: rgb(242,241,231);
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    justify-content: center;
}

.course-program-details-oscYDrO {
    padding: 3rem 0;
}

.course-program-details-oscYDrO .class-route-yAK57N2 {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.course-program-details-oscYDrO .job-classes-JQxI5fH {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 20%;
}

.course-program-details-oscYDrO .job-classes-JQxI5fH {
    width: 16.6667%;
}

.course-program-details-oscYDrO .class-plan-WPkQl6E {
    border-radius: 4px;
    transform: translateY(0);
    background: rgba(15, 15, 20, 0.75);
    grid-column: 3 / 11;
    border: 1px solid rgba(rgb(217,216,200), 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 5;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    padding: 40px;
}

.course-program-details-oscYDrO .class-plan-WPkQl6E {
    padding: 30px 20px;
}

.course-program-details-oscYDrO .class-plan-WPkQl6E h3::after {
    bottom: -10px;
    content: '';
    width: 30px;
    position: absolute;
    left: 20px;
    height: 1px;
    background: rgb(185,184,164);
}

.course-program-details-oscYDrO .class-plan-WPkQl6E .support-info-3PjXs9g {
    display: inline-block;
    letter-spacing: 2px;
    background-color: transparent;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    z-index: 1;
    transition: all 0.3s ease;
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
    border: 1px solid rgb(217,216,200);
    padding: 12px 30px;
}

.operation-process-5NYXsl9 .achieve-stats-2xIAdsf {
    position: relative;
    max-width: 1140px;
    transform-style: preserve-3d;
    padding: 0 20px;
    margin: 0 auto;
}

.operation-process-5NYXsl9 h2 {
    color: #000000;
    margin-bottom: 35px;
    font-size: 35px;
    position: relative;
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
}

.operation-process-5NYXsl9:hover .text-drawer-5aHormW {
    box-shadow: 
        15px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateZ(15px) translateX(0);
}

.operation-process-5NYXsl9 p {
    font-size: 16px;
    z-index: 2;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
}


@media only screen and (max-width: 800px) {.privacy-depot-NjqRcMh {
    padding: 30px;
}.privacy-depot-NjqRcMh h1 {
    font-size: 29px;
}.privacy-depot-NjqRcMh h2 {
    font-size: 22px;
}}



@media (hover: none) {.instructor-profile-pxLNweF .feedback-track-JuEHrZa {
    transform: none !important;
}.instructor-profile-pxLNweF .feedback-track-JuEHrZa > div:first-child,
    .instructor-profile-pxLNweF .feedback-track-JuEHrZa > div:nth-child(3) {
    transform: none !important;
}
}



@media (prefers-reduced-motion) {.instructor-profile-pxLNweF .feedback-track-JuEHrZa,
    .instructor-profile-pxLNweF .feedback-track-JuEHrZa > div,
    .instructor-profile-pxLNweF .name::after,
    .instructor-profile-pxLNweF .img-icon-RwEjeLk {
    transition: none !important;
    transform: none !important;
}}



@media (max-width: 479px) {header .header-tutor-4zsNTbH {
    padding: 0.7rem 1.2rem;
}header .header-navbar-1HhbMAE {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .site-main-vEbVxok a {
    height: 30px;
    font-size: calc(14px - 3px);
    padding: 0 0.6rem;
}}



@media (max-width: 768px) {.contact-4XCONds {
    padding: 60px 0;
}.contact-4XCONds h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.contact-4XCONds .inquiry-inquiry-9wBtrsI,
    .contact-4XCONds .query-section-O9AnKjg {
    padding: 40px;
}
}



@media (min-width: 768px) {.get-updates-ldFixY0 {
    margin: 7rem 0;
    padding: 5rem 4rem;
}.get-updates-ldFixY0::before {
    width: 60%;
}.get-updates-ldFixY0 .achieve-stats-2xIAdsf {
    gap: 2rem;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}.get-updates-ldFixY0 .achieve-stats-2xIAdsf > div {
    flex: 1;
    padding: 0;
}.get-updates-ldFixY0 h4 {
    max-width: 100%;
    transform: translateX(2rem);
}.get-updates-ldFixY0 h4::before {
    left: -2rem;
}.get-updates-ldFixY0 .input_holder {
    gap: 1.5rem;
    flex-direction: row;
    flex: 1;
}.get-updates-ldFixY0 input[type="email"] {
    height: 100%;
}.get-updates-ldFixY0 .updates-box-pBCMGuH {
    width: auto;
    white-space: nowrap;
}
}



@media (max-width: 767px) {.client-comments-36qgUfy {
    padding: 60px 0;
}.client-comments-36qgUfy h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 35px;
}.client-comments-36qgUfy h2::after {
    width: 60px;
}.client-comments-36qgUfy .user-voices-NiPnQTG {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.client-comments-36qgUfy .feedback-track-JuEHrZa {
    padding: 25px;
}
}


@media screen and (max-width: 991px) {.statistical-data-w0lzgIC {
    padding: 100px 0;
}.statistical-data-w0lzgIC .statistics-benefits-ef3d60Y {
    padding: 30px;
}.statistical-data-w0lzgIC .key-statistics-ky0mKQz {
    margin-right: 15px;
    width: 50px;
    padding: 12px;
    height: 50px;
}.statistical-data-w0lzgIC .edu-statistics-kfEWO0U {
    font-size: calc(30px - 2px);
}.statistical-data-w0lzgIC .statistics-pro-cM7fuKH {
    font-size: calc(15px - 1px);
}.statistical-data-w0lzgIC .benefits-block-i6tcsP4 {
    padding: 15px 12px;
    min-width: calc(33.33% - 20px);
}.statistical-data-w0lzgIC .statistics-advances-mOByWNd {
    margin-bottom: 12px;
    height: 36px;
    width: 36px;
}.statistical-data-w0lzgIC .statistics-advances-mOByWNd::after {
    height: 42px;
    width: 42px;
}.statistical-data-w0lzgIC .benefits-block-i6tcsP4 span {
    font-size: calc(24px + 2px);
}
}



@media (max-width: 480px) {.thanks-msg-1GVh0j9 {
    padding: 40px 0;
}.thanks-msg-1GVh0j9 h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 25px;
}.thanks-msg-1GVh0j9 .achieve-stats-2xIAdsf {
    border-left-width: 3px;
    padding: 20px 15px;
}.thanks-msg-1GVh0j9 li {
    padding-left: 20px;
}.thanks-msg-1GVh0j9 li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.thanks-msg-1GVh0j9 span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}



@media screen and (max-width: 576px) {.register-now-y0iCdGq {
    padding: 60px 0;
}.register-now-y0iCdGq .achieve-stats-2xIAdsf {
    padding: 30px 20px;
}.register-now-y0iCdGq h3 {
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    font-size: calc(36px * 0.7);
}.register-now-y0iCdGq h3::before {
    bottom: -12px;
    width: 50px;
}.register-now-y0iCdGq .edu-input-RJ3jIdY {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(18px * 0.85);
}}




@media (max-width: 1200px) {.company-overview-lxyCc2n {
    padding: 100px 0;
}.company-overview-lxyCc2n .text-drawer-5aHormW {
    padding: 3rem;
    width: 90%;
}
}



@media (prefers-reduced-motion: reduce) {.company-overview-lxyCc2n .text-drawer-5aHormW,
  .company-overview-lxyCc2n h1,
  .company-overview-lxyCc2n h1::after,
  .company-overview-lxyCc2n ul {
    animation: none !important;
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
}}



@media screen and (max-width: 767px) {.opening-page-uFMjVzi .edu-front-IV4v5Kn {
    height: auto;
    padding: 3rem 0;
    min-height: 100vh;
}.opening-page-uFMjVzi .knowledge-space-ACpmYjn {
    padding: 2rem;
    width: 90%;
}.opening-page-uFMjVzi .title_style_header {
    font-size: calc(38px * 1);
}.opening-page-uFMjVzi h3 {
    font-size: 19px;
}.opening-page-uFMjVzi p {
    font-size: 17px;
}
}



@media (max-width: 991px) {footer .degree-path-w5RfJ6K {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}



@media (max-width: 991px) {.course-program-details-oscYDrO {
    padding: 4rem 0;
}.course-program-details-oscYDrO .class-plan-WPkQl6E {
    grid-column: 1 / 13;
    margin: 0 20px;
}
}



@media (min-width: 1200px) {.operation-process-5NYXsl9 .achieve-stats-2xIAdsf {
    padding: 0 40px;
}.operation-process-5NYXsl9 .text-drawer-5aHormW {
    width: 80%;
    margin-left: 40px;
}.operation-process-5NYXsl9 h2 {
    margin-left: 40px;
}
}



@media (max-width: 575px) {.operation-process-5NYXsl9 {
    padding: 50px 0;
}.operation-process-5NYXsl9 h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.7);
}.operation-process-5NYXsl9 h2::after {
    width: 60px;
    bottom: -10px;
}.operation-process-5NYXsl9 p {
    font-size: calc(16px * 0.95);
}.operation-process-5NYXsl9 .text-drawer-5aHormW {
    padding: 25px 20px;
    border-left: 2px solid rgb(217,216,200);
}
}

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



@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



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



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



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



@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}



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

