* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
touch-action: none;
    auto;
    scroll-snap-type: none;
}

.zsXmk-trade-mark {
    flex: 0 0 auto;
}

.zsXmk-trade-mark {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #000000;
    position: relative;
    background-color: #ffffff;
}

.EbWXj-study-process::after {
    top: -50%;
    content: "";
    right: -50%;
    height: 80%;
    position: absolute;
    filter: blur(60px);
    transform: rotate(35deg);
    width: 80%;
    opacity: 0.1;
    z-index: 1;
    background: linear-gradient(
        to bottom right,
        transparent,
        rgb(128,140,160,0.5) 50%,
        transparent
    );
    animation: glow 8s infinite alternate ease-in-out;
}

.EbWXj-study-process .QOMCN-textual-box {
    box-shadow: 
        10px 10px 30px rgba(0, 0, 0, 0.05),
        -10px -10px 30px rgba(255, 255, 255, 0.8);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: slideUpRotate 1s forwards 0.5s ease-out;
    background: #ffffff;
    opacity: 0;
    border-radius: 4px;
    transform: translateY(30px) rotateX(5deg);
    padding: 40px;
    position: relative;
}

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

.zsXmk-trade-mark::before {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    background-image: repeating-linear-gradient(
        to right,
        rgb(128,140,160),
        rgb(128,140,160) 10px,
        transparent 10px,
        transparent 20px
    );
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item::after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

footer .info_item::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    height: 100%;
    transition: opacity 0.5s ease;
    top: 0;
}

footer .lvVtQ-nav-primary svg {
    margin-bottom: 30px;
    width: auto;
    height: 50px;
}

footer .QjTIJ-footer-caption {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    max-width: 300px;
}

footer .AjxBE-top-train::after {
    left: 0;
    position: absolute;
    pointer-events: none;
    content: "";
    right: 0;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    background-size: 30px 30px;
    bottom: 0;
    opacity: 0.3;
    top: 0;
}

footer .NulwS-nav-class {
    max-height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
    height: auto;
    position: relative;
}

footer .subscribe_holder {
    justify-content: center;
    flex-direction: column;
    display: flex;
    color: #ffffff;
    background-color: rgb(128,140,160);
}

footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}

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

footer .vVfPH-mail-section {
    border: none;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    background-color: rgb(92,101,117);
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
}

.HYKle-instructor-profile {
    overflow: hidden;
    background: rgb(165,177,197);
    position: relative;
    padding: 5rem 2rem;
}

.HYKle-instructor-profile .CdbwQ-success-feedback {
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    max-width: 600px;
    display: flex;
    z-index: 1;
}

.HYKle-instructor-profile .Dfocl-img-horizontal::after {
    position: absolute;
    opacity: 0.3;
    animation: shiftGradient 10s infinite alternate;
    content: "";
    top: -100%;
    background: linear-gradient(45deg, rgb(128,140,160,0.5) 0%, transparent 40%, transparent 60%, rgb(92,101,117,0.5) 100%);
    width: 300%;
    height: 300%;
    left: -100%;
    mix-blend-mode: overlay;
    transition: all 0.8s ease;
}

.HYKle-instructor-profile .name {
    font-size: 29px;
    position: relative;
    color: rgb(128,140,160);
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.HYKle-instructor-profile .NtHob-emp-tasks div:nth-child(2) {
    text-align: center;
    margin-bottom: 1.5rem;
    color: rgb(92,101,117);
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

.HYKle-instructor-profile .BKWNs-professional-exp::before,
.HYKle-instructor-profile .BKWNs-professional-exp::after {
    position: absolute;
    line-height: 0;
    font-family: serif;
    color: rgb(128,140,160,0.5);
    font-size: 3rem;
    content: "";
}

.HYKle-instructor-profile .BKWNs-professional-exp::before {
    left: 0;
    transform: rotate(180deg);
    top: 0.5rem;
}

.Ykecw-contact-form-box .GAlNP-connect-request {
    overflow: hidden;
    background: #ffffff;
    border-radius: 19px;
    grid-column: 3 / 11;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 10;
    position: relative;
    margin-top: 80px;
    grid-row: 1 / 2;
}

.Ykecw-contact-form-box .GAlNP-connect-request span {
    font-size: 16px;
    color: #000000;
}

.Ykecw-contact-form-box .GAlNP-connect-request a:hover {
    color: rgb(92,101,117);
}

.Ykecw-contact-form-box form {
    max-width: 700px;
    padding: 60px;
    background: #ffffff;
    width: 60%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 19px;
    margin: 0 auto;
}

.Ykecw-contact-form-box form input[type="text"],
.Ykecw-contact-form-box form input[type="email"] {
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 25px;
    border: 1px solid rgb(165,177,197);
    font-size: 16px;
    color: #000000;
    padding: 18px 20px;
}

.Ykecw-contact-form-box .LsEiU-feedback-help input[type="checkbox"]:checked {
    border-color: rgb(128,140,160);
    background-color: rgb(128,140,160);
}

.Ykecw-contact-form-box .LsEiU-feedback-help label {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

.Ykecw-contact-form-box .LsEiU-feedback-help a:hover {
    color: rgb(92,101,117);
}

.Ykecw-contact-form-box .Swxse-feedback-map:hover {
    transform: translateY(-3px);
    background: rgb(92,101,117);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}



.Eimbf-about-this::after {
    background-image: linear-gradient(45deg, transparent 98%, rgb(128,140,160,0.5) 98%),
                      linear-gradient(-45deg, transparent 98%, rgb(128,140,160,0.5) 98%);
    opacity: 0.1;
    animation: gridPatternMove 40s linear infinite;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    background-size: 30px 30px;
    height: 100%;
}

.Eimbf-about-this .ZCtWb-learning-track {
    margin-bottom: 100px;
    position: relative;
}

.Eimbf-about-this .ZCtWb-learning-track span {
    padding-bottom: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: rgb(128,140,160);
    text-align: center;
    font-size: 23px;
    position: relative;
    display: block;
    font-weight: 600;
}

.Eimbf-about-this .ZCtWb-learning-track .Dfocl-img-horizontal::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

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

.Eimbf-about-this .ZCtWb-learning-track .Dfocl-img-horizontal::after,
.Eimbf-about-this .srFIX-learn-space .sMIYm-study-training::after {
    top: -50%;
    background-size: 15px 15px;
    opacity: 0.5;
    height: 200%;
    position: absolute;
    left: -50%;
    content: "";
    animation: patternRotate 30s linear infinite;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 10%);
    z-index: 1;
    width: 200%;
}

.NnLxB-thxPage {
    padding: 5rem 2rem;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(128,140,160,0.5) 0%, rgb(165,177,197) 70%);
    position: relative;
}

.NnLxB-thxPage h2 {
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-size: 28px;
    margin-bottom: 3rem;
    color: #000000;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: translateZ(40px);
    line-height: 1.3;
}

.NnLxB-thxPage .YhOuJ-growth-graph {
    background: #ffffff;
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    transition: transform 0.5s ease;
    transform: translateZ(20px) rotateY(-2deg);
    transform-style: preserve-3d;
    opacity: 0;
    border-left: 5px solid rgb(128,140,160);
}

.GCxZX-title-screen {
    align-items: center;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
}

.GCxZX-title-screen .CNwZO-vision-mission {
    gap: 3rem;
    max-width: 90%;
    margin-left: 10%;
    padding: 5rem;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
    display: grid;
}

.GCxZX-title-screen .title_style_header {
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 48px);
    line-height: 1.2;
}

.GCxZX-title-screen p {
    color: #ffffff;
    backdrop-filter: blur(8px);
    transform: translateY(0);
    padding: 1rem 2rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(120deg, rgb(128,140,160,0.5) 0%, transparent 100%);
    position: relative;
    margin-top: 1.5rem;
    line-height: 1.6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: clamp(1rem, 1.5vw, 13px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    display: inline-block;
}

.BJapO-privacy-fort h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    z-index: 1;
    font-size: 40px;
    color: #000000;
    border-bottom: 2px solid rgb(128,140,160);
    letter-spacing: 2px;
    padding-bottom: 10px;
    position: relative;
}

.BJapO-privacy-fort li:before {
    top: 0;
    font-weight: 700;
    content: counter(list-counter, decimal-leading-zero);
    left: 0;
    font-size: 17px;
    position: absolute;
    color: rgb(128,140,160);
}

.BJapO-privacy-fort h3, .BJapO-privacy-fort h4, .BJapO-privacy-fort h5, .BJapO-privacy-fort h6 {
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: rgb(128,140,160);
}

.BJapO-privacy-fort button:hover {
    background: rgb(92,101,117);
}

.JbOku-tariff-plan::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(92,101,117,0.5), 0.05) 0%, rgba(rgb(128,140,160,0.5), 0.08) 100%);
    z-index: 0;
    position: absolute;
}

.JbOku-tariff-plan .HpZkd-learning-fee h2 {
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    position: relative;
    display: inline-block;
}

.JbOku-tariff-plan .wmuZg-price-panel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 20px;
    gap: 30px;
}

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

.JbOku-tariff-plan .vEsxg-cost-deals {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.4s ease;
    background-color: #ffffff;
    height: 100%;
    position: relative;
}

.JbOku-tariff-plan .WGiuz-payment-plan:hover .GQYNS-package-deal h3 {
    color: rgb(128,140,160);
    transform: translateX(5px);
}

.JbOku-tariff-plan .btswq-fee-structure::before {
    content: "";
    background: linear-gradient(90deg, rgb(92,101,117), transparent);
    top: -10px;
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 2px;
    width: 40px;
}

.JbOku-tariff-plan .Dfocl-img-horizontal::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    height: 100%;
    transition: opacity 0.4s ease;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.6;
    left: 0;
}

.QgPXM-course-program-details::after {
    top: -5%;
    filter: blur(80px);
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(128,140,160) 0%, rgba(rgb(128,140,160,0.5), 0.4) 70%);
    content: "";
    position: absolute;
    width: 300px;
    border-radius: 50%;
    height: 300px;
    z-index: 0;
    right: -5%;
}

.QgPXM-course-program-details .sFyVD-education-plan {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

.QgPXM-course-program-details .Dfocl-img-horizontal {
    height: 360px;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.06),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.03);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(rgb(128,140,160,0.5), 0.15);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.QgPXM-course-program-details .description:last-child {
    margin-bottom: 0;
}

.QgPXM-course-program-details .description::before {
    width: 2px;
    content: "";
    top: 0;
    height: 0;
    animation: lineGrow 2.5s ease-out forwards;
    left: -2px;
    background-color: rgb(128,140,160);
    position: absolute;
}

header .lvVtQ-nav-primary {
    position: relative;
    overflow: visible;
    padding: 0.5rem;
    margin-right: 2rem;
    flex: 0 0 auto;
}

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

header .jZPiX-header-pro:hover {
    transform: scale(1.05);
}

header .AjxBE-top-train {
    padding: 0;
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0;
    list-style: none;
}

header .vPKnW-head-master a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: rgb(128,140,160);
    border-color: #ffffff;
    text-shadow: none;
}

header .vPKnW-head-master a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .vPKnW-head-master:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

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

.hVxOf-customer-opinions {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,177,197) 0%, rgba(245, 248, 255, 0.9) 100%);
    padding: 6rem 0;
    position: relative;
}

.hVxOf-customer-opinions h2 {
    z-index: 1;
    margin-bottom: 2.5rem;
    transform: translateY(0);
    line-height: 1.3;
    color: #000000;
    opacity: 1;
    animation: fadeSlideUp 0.8s ease-out;
    letter-spacing: -0.02em;
    font-size: 33px;
    position: relative;
    font-weight: 700;
    text-align: center;
}

.hVxOf-customer-opinions .YhOuJ-growth-graph {
    position: relative;
    padding: 0;
}

.hVxOf-customer-opinions .CdbwQ-success-feedback {
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(0);
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    padding: 1.75rem;
    border-radius: 10px;
    display: flex;
    z-index: 1;
    position: relative;
    animation: fadeSlideUp 0.6s ease-out backwards;
}

.hVxOf-customer-opinions .CdbwQ-success-feedback h3::before {
    left: 0;
    transform: translateY(-50%);
    height: 0.75rem;
    content: "";
    top: 50%;
    position: absolute;
    border-radius: 10px;
    width: 0.75rem;
    background: linear-gradient(135deg, rgb(128,140,160) 0%, rgb(92,101,117) 100%);
}

.hVxOf-customer-opinions .CdbwQ-success-feedback:hover img {
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.SmPkK-give-it-a-try::before {
    top: -5%;
    opacity: 0.15;
    width: 110%;
    pointer-events: none;
    height: 110%;
    position: absolute;
    left: -5%;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgb(128,140,160,0.5) 0%, transparent 60%);
    z-index: 0;
}

.SmPkK-give-it-a-try h2 {
    margin-bottom: 3rem;
    animation: fadeSlideUp 0.8s ease-out;
    font-family: Arial, sans-serif;
    color: #000000;
    max-width: 800px;
    line-height: 1.4;
    opacity: 1;
    font-weight: 700;
    transform: translateY(0);
    font-size: 37px;
    position: relative;
    text-align: center;
}

.SmPkK-give-it-a-try .YhOuJ-growth-graph > div {
    justify-content: center;
    animation: pulseSubtle 4s infinite alternate;
    align-items: center;
    display: flex;
    transform: translateY(0);
}

.SmPkK-give-it-a-try svg path {
    transition: fill 0.3s ease;
    fill: rgb(128,140,160);
}

.SmPkK-give-it-a-try .Swxse-feedback-map::before {
    position: absolute;
    top: 0;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
    transform: skewX(-25deg);
    content: "";
    height: 100%;
    left: -75%;
    transition: left 0.75s ease-out;
    width: 50%;
}

.SmPkK-give-it-a-try .Swxse-feedback-map:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 3px 10px -5px rgba(rgb(128,140,160,0.5), 0.5),
              0 1px 4px rgba(0, 0, 0, 0.1);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 991px) {.EbWXj-study-process {
    padding: 90px 0;
}.EbWXj-study-process h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.EbWXj-study-process .QOMCN-textual-box {
    padding: 30px;
}
}



@media (max-width: 480px) {.EbWXj-study-process {
    padding: 50px 0;
}.EbWXj-study-process .YhOuJ-growth-graph {
    padding: 0 20px;
}.EbWXj-study-process h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.7);
}.EbWXj-study-process .QOMCN-textual-box {
    padding: 20px;
}.EbWXj-study-process p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.EbWXj-study-process h2::after {
    height: 3px;
    width: 50px;
    bottom: -8px;
}
}



@media (max-width: 767px) {footer .zsXmk-trade-mark {
    padding: 60px 0 30px;
}footer .JMmFl-support-contact {
    margin-bottom: 40px;
    height: auto;
    flex-direction: column;
}footer .info_item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1px;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .lvVtQ-nav-primary, footer .AjxBE-top-train, footer .subscribe_holder {
    padding: 25px 20px;
    min-height: 350px;
    height: auto;
}
}



@media (max-width: 1200px) {.Ykecw-contact-form-box .GAlNP-connect-request {
    grid-column: 2 / 12;
}.Ykecw-contact-form-box form {
    width: 70%;
}
}



@media (max-width: 768px) {.Ykecw-contact-form-box .GAlNP-connect-request h3 {
    padding: 30px;
    font-size: calc(31px * 0.9);
}.Ykecw-contact-form-box .HlvIV-help-section {
    padding: 150px 20px 80px;
}.Ykecw-contact-form-box form {
    padding: 40px 30px;
    width: 100%;
}.Ykecw-contact-form-box form h3 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.9);
}
}



@media screen and (max-width: 991px) {.Eimbf-about-this {
    padding: 80px 0;
}.Eimbf-about-this h3 {
    margin-bottom: 40px;
    font-size: calc(28px - 0.4rem);
}.Eimbf-about-this .ZCtWb-learning-track {
    margin-bottom: 60px;
}.Eimbf-about-this .ZCtWb-learning-track span {
    font-size: calc(23px - 0.2rem);
}.Eimbf-about-this .ZCtWb-learning-track .Dfocl-img-horizontal,
    .Eimbf-about-this .srFIX-learn-space .sMIYm-study-training {
    width: 45%;
    height: 350px;
}.Eimbf-about-this .ZCtWb-learning-track p,
    .Eimbf-about-this .srFIX-learn-space p {
    width: 70%;
    font-size: calc(13px - 0.1rem);
    padding: 30px;
}
}



@media screen and (min-width: 1600px) {.Eimbf-about-this .ZCtWb-learning-track .Dfocl-img-horizontal,
    .Eimbf-about-this .srFIX-learn-space .sMIYm-study-training {
    height: 500px;
}.Eimbf-about-this .ZCtWb-learning-track p,
    .Eimbf-about-this .srFIX-learn-space p {
    padding: 60px;
    width: 55%;
}}



@media (max-width: 992px) {.NnLxB-thxPage {
    padding: 4rem 1.5rem;
}.NnLxB-thxPage h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.NnLxB-thxPage .YhOuJ-growth-graph {
    transform: translateZ(15px) rotateY(-1deg);
}
}



@media (max-width: 768px) {.NnLxB-thxPage {
    padding: 3rem 1rem;
}.NnLxB-thxPage h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.NnLxB-thxPage .YhOuJ-growth-graph {
    transform: translateZ(10px) rotateY(0);
}.NnLxB-thxPage li {
    padding: 2rem;
}
}



@media (max-width: 768px) {.GCxZX-title-screen .CNwZO-vision-mission {
    transform: none;
    max-width: 100%;
    gap: 2rem;
    padding: 3rem 2rem;
    margin-left: 0;
}.GCxZX-title-screen .title_style_header::after {
    height: 3px;
}.GCxZX-title-screen h3 {
    max-width: 100%;
}.GCxZX-title-screen p {
    padding: 0.7rem 1.2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}
}



@media (min-width: 1200px) {.JbOku-tariff-plan .nNovp-bundle-offer {
    flex-direction: row-reverse;
}.JbOku-tariff-plan .HpZkd-learning-fee {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.JbOku-tariff-plan .wmuZg-price-panel {
    width: 70%;
}.JbOku-tariff-plan .HpZkd-learning-fee h2 {
    font-size: calc(36px + 4px);
}
}



@media (hover: none) {.JbOku-tariff-plan .WGiuz-payment-plan:hover .vEsxg-cost-deals {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.JbOku-tariff-plan .WGiuz-payment-plan:hover .GQYNS-package-deal h3 {
    transform: none;
}.JbOku-tariff-plan .WGiuz-payment-plan:hover .btswq-fee-structure {
    transform: none;
}.JbOku-tariff-plan .WGiuz-payment-plan:hover .Dfocl-img-horizontal {
    transform: none;
}}



@media (min-width: 1200px) {.QgPXM-course-program-details .container {
    padding: 0 40px;
}.QgPXM-course-program-details .sFyVD-education-plan {
    gap: 100px;
}.QgPXM-course-program-details .Dfocl-img-horizontal {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.QgPXM-course-program-details .Dfocl-img-horizontal:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(10px);
}.QgPXM-course-program-details .QOMCN-textual-box {
    transform: translateY(-10px);
}
}



@media (min-width: 1400px) {header .wcVio-main-site {
    margin: 0 auto;
    max-width: 1320px;
}header .vPKnW-head-master {
    margin: 0 0.6rem;
}header .vPKnW-head-master a {
    padding: 0 1.5rem;
}
}



@media (max-width: 479px) {header .wcVio-main-site {
    padding: 0.7rem 1.2rem;
}header .lvVtQ-nav-primary {
    max-width: 120px;
}header .vPKnW-head-master a {
    font-size: calc(15px - 3px);
    padding: 0 0.6rem;
    height: 30px;
}}



@media (max-width: 991px) {.hVxOf-customer-opinions {
    padding: 4rem 0;
}.hVxOf-customer-opinions h2 {
    font-size: calc(33px * 0.85);
}.hVxOf-customer-opinions .CdbwQ-success-feedback {
    padding: 1.5rem;
}.hVxOf-customer-opinions .aNqtk-user-opinions {
    gap: 1.5rem;
}
}



@media (max-width: 480px) {.hVxOf-customer-opinions {
    padding: 3rem 0;
}.hVxOf-customer-opinions h2 {
    margin-bottom: 1.75rem;
    font-size: calc(33px * 0.75);
}.hVxOf-customer-opinions .CdbwQ-success-feedback {
    padding: 1.25rem;
}.hVxOf-customer-opinions .CdbwQ-success-feedback h3 {
    font-size: 23px;
}.hVxOf-customer-opinions .CdbwQ-success-feedback .description {
    font-size: calc(12px * 0.95);
}}



@media screen and (max-width: 576px) {.SmPkK-give-it-a-try {
    padding: 3rem 0;
}.SmPkK-give-it-a-try h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
    line-height: 1.5;
}.SmPkK-give-it-a-try .YhOuJ-growth-graph {
    width: 90%;
    padding: 1.5rem;
}.SmPkK-give-it-a-try .Swxse-feedback-map {
    padding: 0.9rem 1.8rem;
    font-size: calc(20px * 0.9);
}
}



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

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



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



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



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

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}



@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(5deg);
  }
}

