header,footer {
    width: 100%;
}

header {
    padding: 0;
    position: relative;
    z-index: 100;
    background: linear-gradient(90deg, rgb(92,101,117) 0%, rgb(128,140,160) 100%);
    margin-top: 0;
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}


.EbWXj-study-process {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(165,177,197), #ffffff);
    position: relative;
    box-shadow: 
        inset 15px 15px 30px rgba(255, 255, 255, 0.7),
        inset -15px -15px 30px rgba(0, 0, 0, 0.05);
    padding: 120px 0;
}

.EbWXj-study-process .YhOuJ-growth-graph {
    transform-style: preserve-3d;
    padding: 0 30px;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.EbWXj-study-process h2::after {
    bottom: -12px;
    animation: expandLine 1.2s forwards 0.8s ease-in-out;
    height: 4px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
    content: "";
    transform: scaleX(0);
    position: absolute;
    width: 80px;
    left: 0;
}

.EbWXj-study-process .QOMCN-textual-box::before {
    border-radius: 8px;
    position: absolute;
    left: -8px;
    transform: translateZ(-10px);
    bottom: -8px;
    transition: opacity 0.4s ease;
    top: -8px;
    right: -8px;
    filter: blur(12px);
    opacity: 0.3;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(128,140,160,0.5), rgb(92,101,117,0.5));
}

footer .info_item {
    align-items: center;
    display: flex;
    overflow: hidden;
    margin-right: 1px;
    padding: 0 25px;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    min-width: 250px;
    height: 100px;
    background-color: rgb(92,101,117);
    flex: 1;
}

footer .info_item svg {
    z-index: 2;
    flex-shrink: 0;
    fill: #ffffff;
    height: 24px;
    margin-right: 15px;
    width: 24px;
    position: relative;
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .text_main_holder {
    flex-wrap: nowrap;
    gap: 0;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin: 0 -20px;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    overflow-x: auto;
    display: flex;
}

footer .AjxBE-top-train {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(92,101,117,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(128,140,160,0.5) 0%, transparent 40%);
    color: #ffffff;
    display: flex;
    background-color: rgb(92,101,117);
    overflow: hidden;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

footer .AjxBE-top-train h5::after {
    width: 30px;
    height: 2px;
    content: "";
    bottom: -10px;
    position: absolute;
    background-color: rgb(128,140,160);
    left: 0;
}

footer .NulwS-nav-class a:hover {
    color: #ffffff;
    border-bottom-color: rgb(128,140,160);
    padding-left: 10px;
}

footer .subscribe_holder h5 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px;
}

footer .CFTWj-report-abuse::before {
    left: 20%;
    position: absolute;
    height: 1px;
    right: 20%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
}

.HYKle-instructor-profile::after {
    content: "";
    width: 70%;
    position: absolute;
    background: linear-gradient(210deg, rgb(92,101,117,0.5) 0%, transparent 70%);
    z-index: 0;
    bottom: 0;
    height: 70%;
    right: 0;
}

.HYKle-instructor-profile .Dfocl-img-horizontal::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
}

.HYKle-instructor-profile .NtHob-emp-tasks {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    padding: 2.5rem 2rem 2rem;
    background: #ffffff;
    border-radius: 14px;
    z-index: 3;
    width: 90%;
    margin: -80px auto 0;
    transform: translateY(0);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.HYKle-instructor-profile .NtHob-emp-tasks div:nth-child(2)::after {
    content: "";
    margin: 1rem auto 0;
    background: rgb(128,140,160,0.5);
    height: 3px;
    display: block;
    width: 40px;
}

.HYKle-instructor-profile .BKWNs-professional-exp::after {
    bottom: -0.5rem;
    right: 0;
}

.HYKle-instructor-profile .CdbwQ-success-feedback:hover .NtHob-emp-tasks {
    transform: translateY(20px);
}

.Ykecw-contact-form-box::before {
    content: '';
    top: 0;
    height: 100%;
    background: rgb(165,177,197);
    left: 0;
    position: absolute;
    opacity: 0.85;
    width: 100%;
}

.Ykecw-contact-form-box .GAlNP-connect-request h3 {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin: 0;
    background: rgb(128,140,160);
    padding: 40px;
}

.Ykecw-contact-form-box .GAlNP-connect-request svg {
    height: 50px;
    padding: 10px;
    margin-bottom: 15px;
    background: rgb(165,177,197);
    border-radius: 50%;
    width: 50px;
}

.Ykecw-contact-form-box .HlvIV-help-section {
    margin-top: -100px;
    background: rgb(128,140,160);
    grid-column: 1 / 13;
    grid-row: 2 / 4;
    padding: 170px 0 100px;
}

.Ykecw-contact-form-box form h3::after {
    height: 3px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    background: rgb(128,140,160);
    left: 50%;
    bottom: -15px;
    width: 70px;
}

.Ykecw-contact-form-box form input::placeholder {
    color: #000000;
}

.Ykecw-contact-form-box .LsEiU-feedback-help {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
}

.Ykecw-contact-form-box .LsEiU-feedback-help input[type="checkbox"]:checked::before {
    left: 7px;
    height: 10px;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 4px;
    border: solid #ffffff;
    content: '';
    transform: rotate(45deg);
    position: absolute;
}

.Ykecw-contact-form-box .Swxse-feedback-map {
    cursor: pointer;
    border-radius: 10px;
    font-weight: 700;
    background: rgb(128,140,160);
    border: none;
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 18px 20px;
}



.Eimbf-about-this .container {
    position: relative;
    z-index: 2;
}

.Eimbf-about-this .YhOuJ-growth-graph {
    position: relative;
}

.Eimbf-about-this h3 {
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.Eimbf-about-this h3::after {
    bottom: -15px;
    left: 50%;
    width: 80px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
    transform: translateX(-50%);
    height: 3px;
    content: "";
    position: absolute;
}

.Eimbf-about-this .ZCtWb-learning-track span::after {
    background: rgb(128,140,160);
    content: "";
    left: 50%;
    width: 30px;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    bottom: 0;
}

.Eimbf-about-this .ZCtWb-learning-track p {
    z-index: 2;
    backdrop-filter: blur(10px);
    padding: 50px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    width: 60%;
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    margin-left: auto;
}

.Eimbf-about-this .srFIX-learn-space .sMIYm-study-training::before {
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.3), transparent);
    width: 100%;
    z-index: 2;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.Eimbf-about-this .srFIX-learn-space p::before {
    background: rgb(92,101,117);
    left: -30px;
    bottom: -30px;
}

.Eimbf-about-this .ZCtWb-learning-track::after,
.Eimbf-about-this .srFIX-learn-space::after {
    border: 1px solid rgb(128,140,160,0.5);
    z-index: 3;
    content: "";
    animation: rotateFade 10s infinite linear;
    height: 40px;
    position: absolute;
    width: 40px;
}



.Eimbf-about-this .ZCtWb-learning-track::after {
    right: 20%;
    border-color: rgb(128,140,160,0.5);
    bottom: 30px;
}

.NnLxB-thxPage .container {
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 1;
    max-width: 1200px;
}

.NnLxB-thxPage h2::after {
    background: rgb(128,140,160);
    left: 0;
    width: 80px;
    transform-origin: left;
    content: "";
    height: 3px;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: -15px;
    position: absolute;
    transform: scaleX(0);
}

.NnLxB-thxPage .YhOuJ-growth-graph:hover {
    transform: translateZ(25px) rotateY(0deg);
}

.NnLxB-thxPage li {
    padding: 2.5rem;
    position: relative;
}

.NnLxB-thxPage span {
    font-size: 12px;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    transform: translateZ(10px);
    color: #000000;
    line-height: 1.8;
}

.GCxZX-title-screen .tTbYH-edu-skill {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 100vh;
    width: 100%;
    position: relative;
    height: 100%;
}

.GCxZX-title-screen .CNwZO-vision-mission > div:first-child {
    transform: translateX(-30px);
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    opacity: 0;
}

.GCxZX-title-screen .title_style_header::after {
    left: 0;
    transform-origin: left;
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 4px;
    animation: lineGrow 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.6s forwards;
    background: linear-gradient(90deg, rgb(128,140,160) 0%, rgb(92,101,117) 100%);
    width: 80%;
    bottom: -10px;
}

.GCxZX-title-screen p:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.BJapO-privacy-fort {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    color: #000000;
    padding: 40px;
}

.BJapO-privacy-fort h2 {
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 15px;
    z-index: 1;
    color: rgb(92,101,117);
    position: relative;
    letter-spacing: 1.5px;
    margin-top: 20px;
    border-bottom: 1px solid rgb(92,101,117,0.5);
    font-size: 29px;
}

.BJapO-privacy-fort li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.6;
    counter-increment: list-counter;
    position: relative;
}

.BJapO-privacy-fort .container {
    z-index: 1;
    position: relative;
}

.BJapO-privacy-fort p, .BJapO-privacy-fort span {
    line-height: 1.6;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
}

.BJapO-privacy-fort a:hover {
    color: rgb(128,140,160);
    border-bottom: 1px solid rgb(128,140,160);
}

.JbOku-tariff-plan {
    background-color: rgb(165,177,197);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0;
}

.JbOku-tariff-plan .container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
    padding: 0 20px;
}

.JbOku-tariff-plan .HpZkd-learning-fee {
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
    opacity: 0;
}

.JbOku-tariff-plan .wxcEo-learn-offers {
    margin-top: 25px;
    font-size: 15px;
    max-width: 800px;
    color: #000000;
    line-height: 1.6;
}

.JbOku-tariff-plan .WGiuz-payment-plan:nth-child(1) {
    --i: 1;
}

.JbOku-tariff-plan .WGiuz-payment-plan:nth-child(2) {
    --i: 2;
}

.JbOku-tariff-plan .WGiuz-payment-plan:nth-child(4) {
    --i: 4;
}

.JbOku-tariff-plan .WGiuz-payment-plan:hover .vEsxg-cost-deals {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(128,140,160,0.5), 0.1);
}

.JbOku-tariff-plan .btswq-fee-structure {
    display: block;
    margin: 20px 0;
    color: rgb(92,101,117);
    transition: all 0.3s ease;
    font-size: calc(21px + 4px);
    font-weight: 700;
    position: relative;
}

.JbOku-tariff-plan .GQYNS-package-deal p {
    transition: color 0.3s ease;
    white-space: normal;
    margin-top: 15px;
    word-break: normal;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.JbOku-tariff-plan .WGiuz-payment-plan:hover .Dfocl-img-horizontal::after {
    opacity: 0.3;
}

.QgPXM-course-program-details::before {
    left: 0;
    background-image: 
        linear-gradient(30deg, rgba(rgb(128,140,160,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(128,140,160,0.5), 0.03) 1px, transparent 1px);
    top: 0;
    z-index: 0;
    height: 100%;
    content: "";
    background-size: 40px 40px;
    position: absolute;
    width: 100%;
}

.QgPXM-course-program-details h2::before {
    transform: translateY(-50%);
    position: absolute;
    width: 6px;
    height: 60%;
    background-color: rgb(128,140,160);
    left: -15px;
    top: 50%;
    content: "";
}

.QgPXM-course-program-details .Dfocl-img-horizontal:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(5px);
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.QgPXM-course-program-details .QOMCN-textual-box {
    scrollbar-width: thin;
    padding: 20px;
    overflow-y: auto;
    scrollbar-color: rgb(128,140,160) rgba(rgb(128,140,160,0.5), 0.1);
    max-height: 500px;
    background: #ffffff;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.03),
        0 1px 8px rgba(rgba(0, 0, 0, 0.5), 0.01);
    transform: translateY(-5px);
    position: relative;
}

header .wcVio-main-site {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 5;
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
}

header .lvVtQ-nav-primary::after {
    bottom: -5px;
    transform: skew(-5deg);
    transition: all 0.3s ease;
    z-index: -1;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    opacity: 0;
    left: -5px;
    border: 2px solid #ffffff;
    top: -5px;
    content: '';
    position: absolute;
    right: -5px;
}

header .vPKnW-head-master {
    margin: 0 0.4rem;
    position: relative;
}

header .vPKnW-head-master a {
    padding: 0 1.2rem;
    display: flex;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    align-items: center;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    justify-content: center;
    font-weight: 600;
    text-shadow: 0 0 5px #ffffff;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

header .wcVio-main-site::after {
    height: 1px;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}

.hVxOf-customer-opinions::after {
    transform: rotate(-15deg);
    top: -10%;
    position: absolute;
    content: "";
    width: 40%;
    opacity: 0.1;
    filter: blur(60px);
    height: 70%;
    right: -5%;
    background: linear-gradient(45deg, rgb(128,140,160,0.5) 10%, rgb(92,101,117,0.5) 100%);
    z-index: 0;
}

.hVxOf-customer-opinions h2::after {
    content: "";
    width: 80px;
    border-radius: 10px;
    margin: 0.8rem auto 0;
    height: 4px;
    display: block;
    background: linear-gradient(90deg, rgb(128,140,160) 0%, rgb(92,101,117) 100%);
}

.hVxOf-customer-opinions .CdbwQ-success-feedback:nth-child(1) {
    --i: 1;
}

.hVxOf-customer-opinions .CdbwQ-success-feedback:nth-child(2) {
    --i: 2;
}

.hVxOf-customer-opinions .CdbwQ-success-feedback:nth-child(4) {
    --i: 4;
}

.hVxOf-customer-opinions .CdbwQ-success-feedback:nth-child(6) {
    --i: 6;
}

.hVxOf-customer-opinions .CdbwQ-success-feedback::before {
    color: rgb(128,140,160);
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    font-size: 8rem;
    line-height: 1;
    font-family: Georgia, serif;
    content: "";
    top: -1.5rem;
    right: 1.5rem;
}

.hVxOf-customer-opinions .CdbwQ-success-feedback .description {
    line-height: 1.6;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.hVxOf-customer-opinions .CdbwQ-success-feedback img {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    object-fit: cover;
    height: 60px;
    border-radius: 50%;
    width: 60px;
}

.SmPkK-give-it-a-try::after {
    pointer-events: none;
    right: -10%;
    z-index: 0;
    bottom: -10%;
    width: 60%;
    opacity: 0.1;
    height: 60%;
    background: radial-gradient(circle at center, rgb(92,101,117,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
}

.SmPkK-give-it-a-try .YhOuJ-growth-graph::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    background: 
    radial-gradient(circle at 20% 20%, rgba(rgb(128,140,160,0.5), 0.05) 0%, transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(rgb(92,101,117,0.5), 0.05) 0%, transparent 60%);
    content: "";
    height: 100%;
}

.SmPkK-give-it-a-try svg {
    transform-origin: center;
    animation: floatIcon 6s ease-in-out infinite;
    transform: translateY(0) rotate(0);
    flex-shrink: 0;
    height: 42px;
    width: 42px;
    margin-right: 1rem;
}

.SmPkK-give-it-a-try .Swxse-feedback-map:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 20px -5px rgba(rgb(128,140,160,0.5), 0.6),
              0 4px 10px rgba(0, 0, 0, 0.15);
}

.SmPkK-give-it-a-try .Swxse-feedback-map:hover::before {
    left: 125%;
    transition: left 0.75s ease-out;
}

.SmPkK-give-it-a-try .Swxse-feedback-map:hover + svg path,
.SmPkK-give-it-a-try svg:hover path {
    fill: rgb(92,101,117);
}

footer .text_main_holder::-webkit-scrollbar {
    display: none;
}

.QgPXM-course-program-details .QOMCN-textual-box::-webkit-scrollbar {
    width: 6px;
}

.QgPXM-course-program-details .QOMCN-textual-box::-webkit-scrollbar-track {
    background: rgba(rgb(128,140,160,0.5), 0.1);
    border-radius: 10px;
}

.QgPXM-course-program-details .QOMCN-textual-box::-webkit-scrollbar-thumb {
    background-color: rgb(128,140,160);
    border-radius: 10px;
}



@media (hover: none) {.EbWXj-study-process .QOMCN-textual-box:hover {
    transform: none;
    box-shadow: 
            10px 10px 30px rgba(0, 0, 0, 0.05),
            -10px -10px 30px rgba(255, 255, 255, 0.8);
}.EbWXj-study-process .QOMCN-textual-box:hover::before {
    opacity: 0.3;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    scroll-snap-type: none;
    flex-wrap: wrap;
    margin: 0;
    overflow-x: visible;
    gap: 30px;
    padding: 0;
}footer .lvVtQ-nav-primary, footer .AjxBE-top-train, footer .subscribe_holder {
    margin-right: 0;
    height: 500px;
    flex: 1;
    min-width: 0;
}
}



@media screen and (max-width: 767px) {.HYKle-instructor-profile .Dfocl-img-horizontal {
    height: 320px;
    width: 90%;
}.HYKle-instructor-profile .NtHob-emp-tasks {
    width: 95%;
    margin-top: -60px;
    padding: 2rem 1.5rem 1.5rem;
}.HYKle-instructor-profile .NtHob-emp-tasks::before {
    width: 60px;
    height: 60px;
}}



@media (max-width: 992px) {.Ykecw-contact-form-box .GAlNP-connect-request {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.Ykecw-contact-form-box form {
    width: 80%;
    padding: 50px 40px;
}
}



@media (max-width: 576px) {.Ykecw-contact-form-box .GAlNP-connect-request {
    margin: 40px 15px 0;
}.Ykecw-contact-form-box .GAlNP-connect-request h3 {
    font-size: calc(31px * 0.85);
    padding: 25px 20px;
}.Ykecw-contact-form-box .HlvIV-help-section {
    padding: 130px 15px 60px;
}.Ykecw-contact-form-box form {
    padding: 30px 20px;
}.Ykecw-contact-form-box form input[type="text"],
    .Ykecw-contact-form-box form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}



@media screen and (max-width: 767px) {.Eimbf-about-this {
    padding: 60px 0;
}.Eimbf-about-this h3 {
    margin-bottom: 40px;
    font-size: calc(28px - 0.6rem);
}.Eimbf-about-this h3::after {
    bottom: -10px;
    width: 60px;
    height: 2px;
}.Eimbf-about-this .ZCtWb-learning-track {
    margin-bottom: 60px;
    padding-top: 250px;
}.Eimbf-about-this .ZCtWb-learning-track::before {
    width: 80%;
    bottom: -30px;
}.Eimbf-about-this .ZCtWb-learning-track span {
    margin-bottom: 230px;
    font-size: calc(23px - 0.3rem);
}.Eimbf-about-this .ZCtWb-learning-track .Dfocl-img-horizontal {
    height: 220px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    border-radius: 15px;
    transform: none;
}.Eimbf-about-this .ZCtWb-learning-track p {
    padding: 25px;
    width: 100%;
}.Eimbf-about-this .srFIX-learn-space {
    padding-bottom: 250px;
}.Eimbf-about-this .srFIX-learn-space .sMIYm-study-training {
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 15px;
    transform: none;
    top: auto;
    width: 100%;
    height: 220px;
}.Eimbf-about-this .srFIX-learn-space p {
    padding: 25px;
    width: 100%;
}
}



@media (max-width: 992px) {.GCxZX-title-screen .CNwZO-vision-mission {
    transform: perspective(800px) rotateY(-1deg);
    max-width: 90%;
    margin-left: 5%;
    padding: 4rem 3rem;
}.GCxZX-title-screen p {
    padding: 0.8rem 1.5rem;
}
}



@media only screen and (max-width: 800px) {.BJapO-privacy-fort {
    width: 95%;
    padding: 20px;
}.BJapO-privacy-fort h1 {
    font-size: calc(18px - 5px);
}.BJapO-privacy-fort h2 {
    font-size: calc(18px - 3px);
}.BJapO-privacy-fort ul, .BJapO-privacy-fort ol {
    padding-left: 10px;
}.BJapO-privacy-fort li {
    padding-left: 20px;
}.BJapO-privacy-fort button {
    padding: 10px 20px;
}}



@media (max-width: 1199px) {.JbOku-tariff-plan {
    padding: 80px 0;
}.JbOku-tariff-plan .HpZkd-learning-fee {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
}.JbOku-tariff-plan .HpZkd-learning-fee h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}



@media (min-width: 768px) {.QgPXM-course-program-details {
    padding: 150px 0 100px;
}.QgPXM-course-program-details .sFyVD-education-plan {
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
}.QgPXM-course-program-details h2 {
    font-size: calc(30px * 1.1);
    margin-bottom: 60px;
    max-width: 70%;
}.QgPXM-course-program-details .Dfocl-img-horizontal {
    height: 450px;
}.QgPXM-course-program-details .QOMCN-textual-box {
    max-height: 450px;
    padding: 30px;
}
}



@media (max-width: 767px) {.QgPXM-course-program-details {
    padding: 80px 0 60px;
}.QgPXM-course-program-details h2 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.QgPXM-course-program-details .Dfocl-img-horizontal {
    height: 280px;
}.QgPXM-course-program-details .QOMCN-textual-box {
    max-height: 400px;
    padding: 15px;
}.QgPXM-course-program-details .description {
    font-size: calc(13px * 0.95);
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .wcVio-main-site {
    padding: 0.8rem 1.5rem;
}header .lvVtQ-nav-primary {
    max-width: 140px;
}header .lvVtQ-nav-primary::before, 
    header .lvVtQ-nav-primary::after {
    right: -3px;
    top: -3px;
    bottom: -3px;
    left: -3px;
}header .jZPiX-header-pro img {
    max-height: 35px;
}header .AjxBE-top-train {
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .AjxBE-top-train::-webkit-scrollbar {
    height: 3px;
}header .AjxBE-top-train::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .vPKnW-head-master {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .vPKnW-head-master a {
    height: 32px;
    white-space: nowrap;
    font-size: calc(15px - 2px);
    padding: 0 0.8rem;
}header .vPKnW-head-master::after {
    display: none;
}
}



@media screen and (max-width: 991px) {.SmPkK-give-it-a-try {
    padding: 5rem 0;
}.SmPkK-give-it-a-try h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.SmPkK-give-it-a-try .YhOuJ-growth-graph {
    padding: 2rem;
}
}



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



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



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

@keyframes gridPatternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



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



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



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



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

