﻿header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    margin-top: 0;
    position: relative;
    background: linear-gradient(90deg, rgb(164,172,185) 0%, rgb(200,206,218) 100%);
    padding: 0;
    z-index: 100;
    overflow: visible;
}


.contact_form_boxhDsoAL {
    padding: 5rem 0;
    position: relative;
}

.contact_form_boxhDsoAL .support_queryl1V6Sf {
    border-radius: 12px;
    flex-wrap: wrap;
    background: rgb(231,235,242);
    position: relative;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.contact_form_boxhDsoAL .contact_querymUSgKk::after {
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom,
        transparent,
        rgb(200,206,218,0.5),
        transparent);
    content: "";
    width: 1px;
}

.contact_form_boxhDsoAL .contact_querymUSgKk div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}

.contact_form_boxhDsoAL .contact_querymUSgKk div span {
    color: #000000;
    font-size: 15px;
}

.contact_form_boxhDsoAL .contact_querymUSgKk div span a:hover {
    color: rgb(200,206,218);
}

.contact_form_boxhDsoAL .query_map43XH6Z form {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}

.contact_form_boxhDsoAL .query_map43XH6Z h3::after {
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(200,206,218);
    position: absolute;
    content: "";
    width: 50px;
    left: 50%;
}

.contact_form_boxhDsoAL .query_map43XH6Z input[type="text"]::placeholder,
.contact_form_boxhDsoAL .query_map43XH6Z input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact_form_boxhDsoAL .query_map43XH6Z .feedback_supportB6VRZh input[type="checkbox"] {
    width: 20px;
    position: relative;
    border: 2px solid #000000;
    -webkit-appearance: none;
    transition: all 0.2s ease;
    margin-top: 2px;
    background-color: #ffffff;
    appearance: none;
    border-radius: 4px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
}

.contact_form_boxhDsoAL .query_map43XH6Z .query_blockrXYAih {
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 20px;
    background: rgb(200,206,218);
    padding: 1rem;
    position: relative;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
    font-weight: 600;
}

.primary_pagew6tWaO::before {
    opacity: 0.05;
    height: 100%;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
    45deg,
    rgb(200,206,218,0.5) 0px,
    transparent 1px,
    transparent 10px
  );
    pointer-events: none;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
}

.primary_pagew6tWaO .main_herow4pNfi > div {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
}

.primary_pagew6tWaO .main_herow4pNfi h3 {
    margin-bottom: 1rem;
    padding: 1.5rem 2rem;
    font-size: calc(24px * 1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease;
    border-left: 4px solid rgb(200,206,218);
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    line-height: 1.4;
    transform: perspective(1000px) rotateY(-1deg);
    font-weight: 600;
    color: #000000;
}

.primary_pagew6tWaO .class_track9FgxY3 p {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
    font-size: calc(13px * 1.2);
    opacity: 0;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    transform: translateX(-30px);
}

.our_teamn1BMoU {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.our_teamn1BMoU::after {
    opacity: 0.15;
    background: rgb(200,206,218);
    top: -50px;
    width: 250px;
    right: -50px;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    content: '';
    height: 250px;
    animation: float 15s infinite ease-in-out;
}

.our_teamn1BMoU h1 {
    transform: translateZ(30px);
    margin-bottom: 35px;
    letter-spacing: -0.02em;
    color: rgb(200,206,218);
    position: relative;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 44px;
}

.our_teamn1BMoU ul {
    margin: 0;
    list-style: none;
    padding: 0;
    transform: translateZ(15px);
}

.our_teamn1BMoU h4 {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(19px + 2px);
    color: #000000;
    font-weight: 600;
}



.our_teamn1BMoU span::first-letter {
    color: rgb(200,206,218);
    font-weight: 700;
    font-size: 1.3em;
}

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

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

header .top_wrapfi15y8:hover {
    transform: scale(1.05);
}

header .top_wrapfi15y8 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .top_corerA0UIG a::before {
    bottom: -2px;
    opacity: 0;
    transform: scale(0.9);
    z-index: -1;
    top: -2px;
    right: -2px;
    background: #ffffff;
    left: -2px;
    transition: opacity 0.3s ease;
    content: '';
    position: absolute;
}

header .top_corerA0UIG::after {
    opacity: 0;
    width: 80%;
    content: '';
    bottom: -10px;
    transition: all 0.3s ease;
    height: 5px;
    left: 10%;
    filter: blur(3px);
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

header .header_barBIXGjZ {
    background: rgb(231,235,242);
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}

.give_it_a_tryAcEmr5::before {
    content: '';
    top: 0;
    backdrop-filter: blur(100px);
    left: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.02);
    width: 100%;
    position: absolute;
    height: 100%;
}

.give_it_a_tryAcEmr5 .study_tracksBYG6WA::before {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    content: '';
}

.give_it_a_tryAcEmr5 .study_tracksBYG6WA:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
}

.give_it_a_tryAcEmr5 h3::after {
    width: 6px;
    left: 50%;
    border-radius: 50%;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    bottom: -27px;
    height: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    background: #ffffff;
}

.give_it_a_tryAcEmr5 .info_requestc1pAEv::after {
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    height: 0;
    content: '';
    border-radius: 50%;
    width: 0;
    top: 50%;
    position: absolute;
    left: 50%;
}

.give_it_a_tryAcEmr5 .info_requestc1pAEv:hover::before {
    opacity: 1;
}

.give_it_a_tryAcEmr5 .info_requestc1pAEv:hover::after {
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease 0.2s;
    height: 300px;
    width: 300px;
    opacity: 0;
}

.education_historyUzCic3::after {
    width: 200px;
    background: rgb(200,206,218,0.5);
    z-index: 0;
    content: "";
    height: 200px;
    filter: blur(80px);
    top: -50px;
    position: absolute;
    animation: glow 8s infinite alternate ease-in-out;
    right: -50px;
}

.education_historyUzCic3 .review_spotc0aNVL:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.education_historyUzCic3 .review_spotc0aNVL > div:nth-child(1) {
    order: 1;
    position: relative;
}

.education_historyUzCic3 .img_card_wrapzyVFQH {
    height: 300px;
    overflow: hidden;
    transform: translateZ(0);
    width: 100%;
    position: relative;
    transition: transform 0.5s ease;
}

.education_historyUzCic3 .name {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease;
    margin: 0 0 10px 0;
    font-weight: 700;
    transform: translateY(0);
    font-size: 19px;
    color: rgb(200,206,218);
}

.education_historyUzCic3 .employee_infox720GH {
    padding-left: 20px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
    border-left: 3px solid rgb(164,172,185,0.5);
}

.join_listGV8X2T::before {
    opacity: 0.4;
    height: 200%;
    background: linear-gradient(145deg, rgb(164,172,185), transparent);
    content: "";
    transform: rotate(-25deg);
    top: -5%;
    width: 60%;
    z-index: -1;
    left: -10%;
    position: absolute;
}

.join_listGV8X2T h3 {
    animation: fadeInUp 0.6s 0.3s ease-out forwards;
    line-height: 1.4;
    transform: translateY(20px);
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
}

.join_listGV8X2T .input_holder div:focus-within::before {
    background: #ffffff;
    width: 100%;
}

.join_listGV8X2T input[type="email"]:focus {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: rgba(255, 255, 255, 0.18);
}

.join_listGV8X2T .query_blockrXYAih {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    font-size: 17px;
    display: inline-block;
    color: #ffffff;
    background: rgb(200,206,218);
    font-weight: 600;
    border: none;
    padding: 1rem 2.5rem;
    font-family: Arial, sans-serif;
    text-align: center;
    border-radius: 10px;
}

.data_statisticsdXAjhI::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #000000;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.85;
}

.data_statisticsdXAjhI .benefits_trackzBtwDA svg path {
    fill: rgb(200,206,218);
}

.data_statisticsdXAjhI .class_statisticsJQU9bu::after {
    height: 4px;
    position: absolute;
    content: "";
    bottom: -10px;
    background: rgb(200,206,218);
    left: 0;
    width: 60px;
}

.data_statisticsdXAjhI .knowledge_statisticsxckBfu {
    flex-direction: column;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
    border-left: 4px solid rgb(200,206,218);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    position: relative;
}

.data_statisticsdXAjhI .knowledge_statisticsxckBfu p {
    color: #ffffff;
    line-height: 1.4;
    font-size: 17px;
    opacity: 0.7;
}

.data_statisticsdXAjhI .knowledge_statisticsxckBfu:nth-child(4) {
    border-left-color: rgb(164,172,185);
}

.data_statisticsdXAjhI .knowledge_statisticsxckBfu::after {
    content: "";
    bottom: 0;
    height: 1px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(200,206,218,0.5), transparent);
    width: 100%;
}

.cookieNotificationBarDgQOcJ {
    width: 100%;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(200,206,218);
    position: fixed;
    background: rgb(164,172,185);
    z-index: 90;
    bottom: 0;
    font-family: Arial, sans-serif;
    padding: 20px 0;
}

.track_settings32mfLV svg {
    height: 60px;
    fill: rgb(200,206,218);
    width: 60px;
}

.user_safetyNvGw2g {
    margin-left: 10px;
    background: rgb(200,206,218);
    white-space: nowrap;
    border: 2px solid rgb(200,206,218);
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000000;
    min-width: 140px;
    text-decoration: none;
    flex-shrink: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
}

.ideal_participantsKfLmpH .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}

.ideal_participantsKfLmpH h4::after {
    content: "";
    left: 50%;
    bottom: -20px;
    background: rgb(200,206,218);
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    width: 50px;
}

.ideal_participantsKfLmpH p::before {
    z-index: -1;
    left: 50%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate(-50%, -50%);
    width: 0;
    background: rgb(231,235,242);
    top: 50%;
    position: absolute;
    content: "";
    height: 0;
    border-radius: 50%;
}

.ideal_participantsKfLmpH p:hover svg {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: translateY(-10px);
    border-color: transparent;
}



.ideal_participantsKfLmpH p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}



.ideal_participantsKfLmpH .study_tracksBYG6WA > div p {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}

.ideal_participantsKfLmpH .study_tracksBYG6WA > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.ideal_participantsKfLmpH .study_tracksBYG6WA > div p:nth-child(6) {
    animation-delay: 0.6s;
}

header .top_plank .skill_focusproYwH2cR div svg, header .top_plank .skill_focusproYwH2cR div svg path {
    fill: #ffffff;
}

header .top_plank .skill_focusproYwH2cR div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    position: absolute;
    background: linear-gradient(145deg, rgb(231,235,242) 0%, rgb(200,206,218,0.5) 100%);
    left: 0;
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0.9;
}

.mobile_ctaAHJMBt .company_holder {
    flex: 1 1 400px;
    position: relative;
    padding: 2rem 2.5rem;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
}

.mobile_ctaAHJMBt .company_holder h3::after {
    background: rgb(164,172,185);
    content: "";
    position: absolute;
    width: 80px;
    bottom: -0.5rem;
    height: 3px;
    left: 0;
}

.mobile_ctaAHJMBt .top_teacho1GQWf {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}

.mobile_ctaAHJMBt .main_navqATD9Y h5 {
    padding: 1rem 1.5rem;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    position: relative;
    color: #ffffff;
    background: rgb(164,172,185);
}

.mobile_ctaAHJMBt .main_navqATD9Y .top_teacho1GQWf a {
    color: #000000;
    display: flex;
    transition: all 0.3s ease;
    padding: 0.8rem 1.5rem;
    align-items: center;
    font-size: 13px;
    text-decoration: none;
    position: relative;
}

.mobile_ctaAHJMBt .main_navqATD9Y .top_teacho1GQWf a:hover {
    padding-left: 2.2rem;
    color: rgb(200,206,218);
}

.degree_pathgvptRY::before {
    background: linear-gradient(90deg, transparent, rgb(200,206,218,0.5), transparent);
    left: 10%;
    height: 1px;
    content: "";
    right: 10%;
    top: 0;
    position: absolute;
}

.course_offering3nFRzm::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 20%, rgb(164,172,185,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(200,206,218,0.5) 0%, transparent 30%);
    width: 100%;
}

.course_offering3nFRzm .skill_masterJUqL9Q {
    position: relative;
    z-index: 3;
    align-items: flex-start;
    padding: 0 50px 0 0;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.course_offering3nFRzm .skill_masterJUqL9Q {
    order: 2;
    padding: 0;
}

.course_offering3nFRzm .head_topy7hM9Z::after {
    transform: translateZ(-5px);
    z-index: -1;
    width: calc(100% + 10px);
    top: -5px;
    border: 1px solid rgb(200,206,218,0.5);
    left: -5px;
    position: absolute;
    height: calc(100% + 10px);
    border-radius: calc(10px - 2px);
    content: "";
}

.course_offering3nFRzm .head_topy7hM9Z:hover svg path {
    fill: rgb(164,172,185);
}

.course_offering3nFRzm p {
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
}

.course_offering3nFRzm .img_card_wrapzyVFQH::after {
    border-radius: 50% 0 0 50%;
    z-index: 2;
    inset: 15px;
    position: absolute;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    content: "";
}

.course_offering3nFRzm .img_card_wrapzyVFQH::after {
    border-radius: 0 0 30% 30%;
}

.course_offering3nFRzm .study_tracksBYG6WA::before,
  .course_offering3nFRzm .study_tracksBYG6WA::after {
    top: calc(350px - 30px);
    transform: translateX(-50%);
    left: 50%;
}

.customer_feedbackZaFmjn::after {
    opacity: 0.2;
    bottom: 0;
}

.customer_feedbackZaFmjn .container {
    z-index: 1;
    position: relative;
}

.customer_feedbackZaFmjn h2::before,
.customer_feedbackZaFmjn h2::after {
    height: 3px;
    top: 50%;
    position: absolute;
    width: 100px;
    content: "";
    background: rgb(200,206,218);
}

.customer_feedbackZaFmjn h2::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    right: calc(100% + 20px);
}

.customer_feedbackZaFmjn .client_ratingsKlV08J::before {
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    top: 50%;
    background: repeating-linear-gradient(
        90deg,
        rgb(200,206,218,0.5),
        rgb(200,206,218,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    height: 2px;
    animation: movePattern 20s linear infinite;
    right: 0;
}

.customer_feedbackZaFmjn .review_spotc0aNVL:nth-child(3n)::before {
    animation-delay: 4s;
    border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
}

.customer_feedbackZaFmjn .review_spotc0aNVL img {
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 90px;
    margin-bottom: 20px;
    z-index: 1;
    transition: all 0.5s ease;
    position: relative;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

.customer_feedbackZaFmjn .review_spotc0aNVL p:first-of-type::after {
    color: rgb(200,206,218);
    margin: 0 5px;
    content: "~";
}

.customer_feedbackZaFmjn .review_spotc0aNVL .description::after {
    right: -15px;
    bottom: -10px;
    content: "";
}

.price_boxnT6C0H::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(200,206,218,0.5) 0%, transparent 70%);
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
}

.price_boxnT6C0H .pricing_tierscolfKL {
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    transform: translateY(-10px);
    max-width: 800px;
    margin: 0 auto;
}

.price_boxnT6C0H .bundle_rateEj8Yx6 {
    font-size: 16px;
    word-break: break-word;
    margin-bottom: 0;
    max-width: 600px;
    line-height: 1.7;
    color: #000000;
    overflow-wrap: break-word;
    margin: 0 auto;
}

.price_boxnT6C0H .rate_packagesB98bm1:nth-child(3) {
    --index: 3;
}

.price_boxnT6C0H .rate_packagesB98bm1:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}

.price_boxnT6C0H .edu_dealss3KDjl::before {
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(200,206,218), rgb(164,172,185));
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}

.price_boxnT6C0H .fee_structure1NBinI h3::after {
    left: 0;
    position: absolute;
    bottom: -8px;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    background-color: rgb(200,206,218);
    width: 40px;
}

.price_boxnT6C0H .img_card_wrapzyVFQH {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
    height: 200px;
}

.price_boxnT6C0H .rate_packagesB98bm1:hover .img_card_wrapzyVFQH {
    transform: scale(1.05);
    filter: brightness(1.05);
}

.ty_bannermvMWkj::before {
    left: -5%;
    position: absolute;
    z-index: 1;
    transform: rotate(-15deg) skew(10deg);
    height: 70%;
    background: linear-gradient(145deg, rgb(164,172,185,0.5) 0%, transparent 80%);
    top: -10%;
    filter: blur(40px);
    opacity: 0.4;
    animation: float 12s ease-in-out infinite alternate;
    content: "";
    width: 40%;
}

.ty_bannermvMWkj h2::after {
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
    bottom: -15px;
    opacity: 0;
    transform-origin: center;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(200,206,218) 0%, rgb(164,172,185) 100%);
}

.ty_bannermvMWkj h2::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}

.ty_bannermvMWkj ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.ty_bannermvMWkj li::before {
    top: 10px;
    border-radius: 50%;
    transform: scale(0);
    left: 0;
    height: 8px;
    content: "";
    position: absolute;
    background: rgb(164,172,185);
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 8px;
}

.ty_bannermvMWkj li::before {
    top: 12px;
    width: 6px;
    height: 6px;
}

.privacy_frameY92Fpo h1 {
    font-weight: 700;
    border-bottom: 2px solid rgb(200,206,218);
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgb(200,206,218);
    text-shadow: 0 0 10px rgb(200,206,218,0.5);
    padding-bottom: 10px;
    font-size: 47px;
}

.privacy_frameY92Fpo li::before {
    left: -15px;
    content: "▸";
    position: absolute;
    color: rgb(200,206,218);
    top: 0;
}

.privacy_frameY92Fpo p, .privacy_frameY92Fpo span, .privacy_frameY92Fpo div {
    margin-bottom: 10px;
    line-height: 1.8;
    text-shadow: 0 0 5px rgb(200,206,218,0.5);
    color: #000000;
    font-size: 12px;
    font-weight: 300;
}



@media screen and (max-width: 576px) {.contact_form_boxhDsoAL {
    padding: 3rem 0;
}.contact_form_boxhDsoAL .contact_querymUSgKk,
    .contact_form_boxhDsoAL .query_map43XH6Z {
    padding: 1.5rem;
}.contact_form_boxhDsoAL .contact_querymUSgKk div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.contact_form_boxhDsoAL .contact_querymUSgKk div svg {
    height: 20px;
    width: 20px;
}.contact_form_boxhDsoAL .query_map43XH6Z input[type="text"],
    .contact_form_boxhDsoAL .query_map43XH6Z input[type="email"] {
    padding: 0.8rem 1rem;
}.contact_form_boxhDsoAL .query_map43XH6Z::before {
    display: none;
}}



@media (min-width: 1200px) {.primary_pagew6tWaO .main_herow4pNfi > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.primary_pagew6tWaO .class_track9FgxY3 {
    min-height: 550px;
}.primary_pagew6tWaO .main_herow4pNfi h3 {
    font-size: calc(24px * 1.2);
}.primary_pagew6tWaO .class_track9FgxY3 > div {
    padding: 5rem;
}
}



@media (min-width: 768px) {.our_teamn1BMoU span {
    columns: 2;
}}



@media (max-width: 991px) {.our_teamn1BMoU {
    padding: 90px 0;
}.our_teamn1BMoU .caption_holderNIlwgK {
    padding: 40px 35px;
    transform: rotateY(-2deg) translateZ(0);
}.our_teamn1BMoU h1 {
    font-size: calc(44px - 4px);
    margin-bottom: 30px;
}.our_teamn1BMoU h1::after {
    height: 3px;
    width: 70px;
}
}



@media (min-width: 1400px) {header .head_learningtcypg8 {
    max-width: 1320px;
    margin: 0 auto;
}header .top_corerA0UIG {
    margin: 0 0.6rem;
}header .top_corerA0UIG a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header .head_learningtcypg8 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_topy7hM9Z {
    margin-bottom: 0;
    margin-right: 0;
}header .main_navqATD9Y {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .top_corerA0UIG a {
    height: 36px;
    padding: 0 1rem;
    font-size: calc(12px - 1px);
}
}



@media (max-width: 479px) {header .head_learningtcypg8 {
    padding: 0.7rem 1.2rem;
}header .head_topy7hM9Z {
    max-width: 120px;
}header .top_corerA0UIG a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(12px - 3px);
}}



@media screen and (max-width: 768px) {.give_it_a_tryAcEmr5 {
    padding: 90px 0;
}.give_it_a_tryAcEmr5 .study_tracksBYG6WA {
    padding: 60px 40px;
}.give_it_a_tryAcEmr5 h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 50px;
    letter-spacing: 5px;
}.give_it_a_tryAcEmr5 h3::before {
    bottom: -20px;
    width: 35px;
}.give_it_a_tryAcEmr5 h3::after {
    height: 5px;
    bottom: -22px;
    width: 5px;
}.give_it_a_tryAcEmr5 .info_requestc1pAEv {
    font-size: calc(19px * 0.9);
    letter-spacing: 2px;
    padding: 12px 40px;
}
}



@media (min-width: 768px) {.education_historyUzCic3 .review_spotc0aNVL {
    gap: 30px 40px;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
}.education_historyUzCic3 .review_spotc0aNVL > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.education_historyUzCic3 .review_spotc0aNVL > div:nth-child(2) {
    grid-column: 2 / 3;
    align-self: end;
    grid-row: 1 / 2;
}.education_historyUzCic3 .review_spotc0aNVL > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.education_historyUzCic3 .img_card_wrapzyVFQH {
    min-height: 400px;
    height: 100%;
}
}



@media (min-width: 992px) {.join_listGV8X2T {
    padding: 9rem 4rem;
}.join_listGV8X2T::before {
    width: 50%;
}.join_listGV8X2T .study_tracksBYG6WA {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}.join_listGV8X2T h3 {
    transform: translateY(0);
    font-size: calc(24px * 1.2);
}.join_listGV8X2T .input_holder {
    max-width: 100%;
}
}



@media (max-width: 767px) {.join_listGV8X2T input[type="email"] {
    padding: 0.9rem 1.25rem;
}.join_listGV8X2T .query_blockrXYAih {
    padding: 0.9rem 1.5rem;
    margin-top: 0.5rem;
    width: 100%;
}}



@media screen and (min-width: 993px) {.data_statisticsdXAjhI .expert_benefitsqIeGLY > div:first-child {
    order: 2;
}.data_statisticsdXAjhI .expert_benefitsqIeGLY > div:last-child {
    order: 1;
}}



@media screen and (max-width: 576px) {.data_statisticsdXAjhI {
    padding: 40px 0;
}.data_statisticsdXAjhI .expert_benefitsqIeGLY {
    gap: 30px;
}.data_statisticsdXAjhI .class_statisticsJQU9bu {
    font-size: calc(33px * 0.85);
}.data_statisticsdXAjhI .statistics_winsZ5rzBh {
    margin-bottom: 30px;
    font-size: calc(17px * 0.95);
}.data_statisticsdXAjhI .knowledge_statisticsxckBfu {
    padding: 20px 15px;
}.data_statisticsdXAjhI .statistics_grow65wln8 {
    height: 30px;
    width: 30px;
    top: 15px;
    right: 15px;
}.data_statisticsdXAjhI .knowledge_statisticsxckBfu span {
    font-size: 1.8rem;
}.data_statisticsdXAjhI .knowledge_statisticsxckBfu p {
    font-size: calc(17px * 0.9);
}}



@media (max-width: 1200px) {.mobile_ctaAHJMBt .container {
    gap: 2rem;
}.mobile_ctaAHJMBt .company_holder {
    flex: 1 1 360px;
}.mobile_ctaAHJMBt .progress_bar29cD7z {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.mobile_ctaAHJMBt .top_teacho1GQWf {
    gap: 2rem;
}
}



@media (max-width: 768px) {.mobile_ctaAHJMBt {
    padding: 3rem 0 1.5rem;
}.mobile_ctaAHJMBt .top_teacho1GQWf {
    gap: 1.5rem;
}.mobile_ctaAHJMBt .company_holder {
    padding: 2rem;
}.mobile_ctaAHJMBt .company_holder h3 {
    font-size: calc(30px - 2px);
}.degree_pathgvptRY {
    margin-top: 2rem;
}
}



@media (max-width: 420px) {.mobile_ctaAHJMBt .company_holder h3::after {
    width: 50px;
}.mobile_ctaAHJMBt .main_navqATD9Y .top_teacho1GQWf a:hover {
    padding-left: 2rem;
}.degree_pathgvptRY .converterxWQHJr {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media screen and (max-width: 576px) {.course_offering3nFRzm {
    padding: 50px 0;
}.course_offering3nFRzm .img_card_wrapzyVFQH {
    min-height: 250px;
    border-radius: 0 0 25% 25%;
}.course_offering3nFRzm .img_card_wrapzyVFQH::before {
    border-radius: 0 0 25% 25%;
}.course_offering3nFRzm .img_card_wrapzyVFQH::after {
    border-radius: 0 0 25% 25%;
}.course_offering3nFRzm .study_tracksBYG6WA::before {
    height: 40px;
    top: calc(250px - 25px);
    width: 40px;
}.course_offering3nFRzm .study_tracksBYG6WA::after {
    height: 20px;
    width: 20px;
    top: calc(250px - 12px);
}.course_offering3nFRzm h3 {
    margin-bottom: 20px;
    font-size: calc(38px - 6px);
}.course_offering3nFRzm p {
    font-size: calc(15px - 1px);
}.course_offering3nFRzm .head_topy7hM9Z {
    margin-bottom: 20px;
}.course_offering3nFRzm .head_topy7hM9Z::before {
    top: -10px;
    left: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}}



@media (min-width: 1200px) {.price_boxnT6C0H .fee_chartpnKWYl {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.price_boxnT6C0H .fee_structure1NBinI h3 {
    font-size: calc(23px * 1.1);
}.price_boxnT6C0H .cost_planmD90oP {
    font-size: calc(23px * 1.3);
}.price_boxnT6C0H .img_card_wrapzyVFQH {
    height: 240px;
}
}



@media (max-width: 480px) {.price_boxnT6C0H {
    padding: 60px 0;
}.price_boxnT6C0H .pricing_tierscolfKL h2 {
    font-size: calc(30px * 0.85);
}.price_boxnT6C0H .fee_structure1NBinI h3 {
    font-size: calc(23px * 0.95);
}.price_boxnT6C0H .img_card_wrapzyVFQH {
    height: 160px;
}}



@media only screen and (max-width: 800px) {.privacy_frameY92Fpo {
    padding: 20px 10px;
}.privacy_frameY92Fpo h1 {
    font-size: calc(24px * 0.8);
}.privacy_frameY92Fpo h2 {
    font-size: calc(24px * 0.8);
}.privacy_frameY92Fpo h3, .privacy_frameY92Fpo h4, .privacy_frameY92Fpo h5, .privacy_frameY92Fpo h6 {
    font-size: calc(24px * 0.8);
}.privacy_frameY92Fpo p, .privacy_frameY92Fpo span, .privacy_frameY92Fpo div {
    font-size: calc(12px * 0.9);
}
}



@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0.15;
    transform: rotate(-15deg) scale(1.1);
  }
}



@keyframes glow {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(1); }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: rotate(15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(12deg) scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: rotate(15deg) scale(1);
    }
}

@keyframes blobAnimation {
    0%, 100% {
        border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    }
    33% {
        border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    }
    66% {
        border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    }
}



@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}



@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

