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

.viewport-container23 {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

.head_mainwrap63 {
    flex: 1 0 auto;
}

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


.thanksWrap20 {
    padding: 5rem 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,173,164,0.5), rgb(191,208,201,0.5) 70%);
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.thanksWrap20 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    width: 90%;
    position: relative;
}

.thanksWrap20 .team_culture40 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    transform: rotateX(2deg) rotateY(1deg);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    backdrop-filter: blur(10px);
    border-radius: 3px;
    padding: 3.5rem;
}

.thanksWrap20 p {
    line-height: 1.8;
    transform: translateY(20px);
    max-width: 95%;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    color: #000000;
    font-size: clamp(1rem, 1.2vw, 16px);
    margin: 0;
    opacity: 0;
    font-family: Arial, sans-serif;
}

.thanksWrap20 a:hover::before {
    opacity: 0.5;
    transform: scale(1.02);
}

.thanksWrap20 a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.find_us23 {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    border-top: 4px solid rgb(191,208,201);
    background: rgb(191,208,201,0.5);
}

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

.find_us23 h2 {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.find_us23 .reach_section41 {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.find_us23 .message_form06::before {
    transition: transform 0.3s ease;
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    border-radius: 50%;
    background: rgb(191,208,201);
    left: 0;
    transform: scale(0);
    height: 100%;
}

.find_us23 .message_form06:hover::before {
    transform: scale(0.9);
}

.find_us23 .message_form06:hover svg {
    transform: scale(1.2);
}

.find_us23 p svg {
    margin-right: 15px;
    height: 22px;
    width: 22px;
}

.find_us23 .join_us46::after {
    position: absolute;
    right: 20px;
    z-index: -1;
    width: calc(100% - 40px);
    background: #1a1a1a;
    height: 20px;
    bottom: -20px;
    content: "";
}



.find_us23 .container::before {
    height: 8px;
    position: absolute;
    background: rgb(191,208,201);
    animation: blink 2s ease-in-out infinite;
    content: "";
    right: 45px;
    top: 15px;
    width: 8px;
    border-radius: 50%;
}

.privacy_reserve90 h1, .privacy_reserve90 h2 {
    color: rgb(191,208,201);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.privacy_reserve90 h1 {
    border-left: 4px solid rgb(152,173,164);
    font-weight: 700;
    font-size: 45px;
    padding-left: 0.5rem;
}

.privacy_reserve90 ul li::before {
    border-radius: 50%;
    background-color: rgb(191,208,201);
    margin-right: 0.75rem;
    width: 10px;
    content: '';
    height: 10px;
}

.landing_page62 {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.landing_page62 .learning_open53::after {
    position: absolute;
    right: -5%;
    width: 50%;
    background: linear-gradient(to bottom right, rgb(152,173,164) 10%, transparent 70%);
    animation: float 12s ease-in-out infinite;
    z-index: 2;
    content: "";
    opacity: 0.15;
    height: 70%;
    transform: rotate(-15deg);
    top: -10%;
}

.landing_page62 .expert_guides54::before {
    background: linear-gradient(45deg, 
    rgb(191,208,201), 
    transparent, 
    rgb(152,173,164));
    z-index: -1;
    bottom: -2px;
    position: absolute;
    right: -2px;
    animation: borderGlow 6s linear infinite;
    opacity: 0.6;
    content: "";
    top: -2px;
    left: -2px;
}

.landing_page62 p::before {
    content: "";
    background-color: rgb(152,173,164);
    width: 1.5rem;
    height: 2px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    top: 0.5rem;
}

header .site_header51 {
    position: relative;
    transition: all 0.3s ease;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}

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

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

header .site_main89 a::before {
    position: absolute;
    height: 100%;
    left: -100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    transition: left 0.7s ease;
    content: '';
}

header .site_main89:hover::after {
    width: 80%;
}

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



header::after {
    top: 15px;
    height: 8px;
    animation: pulse 2s infinite;
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff;
    right: 15px;
    content: '';
    width: 8px;
}

.who_we_are06::after {
    height: 200%;
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    position: absolute;
    opacity: 0.2;
    left: -50%;
    content: "";
    animation: rotateBackground 60s linear infinite;
    width: 200%;
    top: -50%;
}

.who_we_are06 h2::after {
    white-space: nowrap;
    top: -0.5em;
    color: rgb(191,208,201);
    transform: translateX(-50%);
    letter-spacing: 5px;
    font-size: 0.15em;
    position: absolute;
    left: 50%;
    content: attr(data-text);
}

.who_we_are06 .edu_philosophy68:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgb(191,208,201,0.5);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.who_we_are06 .edu_philosophy68:last-child::before {
    background: rgb(152,173,164);
}

.who_we_are06 .edu_philosophy68::after {
    content: "";
    opacity: 0.05;
    z-index: -1;
    top: 0;
    width: 100px;
    background: rgb(191,208,201,0.5);
    position: absolute;
    border-radius: 50%;
    right: 0;
    height: 100px;
    filter: blur(40px);
}

.who_we_are06 .edu_philosophy68 p {
    opacity: 0.8;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.8;
    z-index: 2;
    position: relative;
}

.who_we_are06 .edu_philosophy68:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}



@supports not (backdrop-filter: blur(10px)) {.who_we_are06 .edu_philosophy68 {
    background: rgba(30, 30, 30, 0.7);
}}

.instructional_approach76 {
    align-items: center;
    display: flex;
    background: rgb(225,233,230);
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 75vh;
}

.instructional_approach76 .container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 5;
    max-width: 1200px;
    padding: 0 2rem;
    width: 100%;
}

.instructional_approach76 .team_culture40 {
    padding: 4rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    background: #ffffff;
    gap: 3rem;
    display: flex;
    max-width: 900px;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
}

.instructional_approach76 h3 {
    overflow: hidden;
    z-index: 2;
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 1.5rem;
    position: relative;
    color: rgb(191,208,201);
    text-align: left;
}

.instructional_approach76 span {
    line-height: 1.8;
    z-index: 2;
    position: relative;
    color: #000000;
    position: relative;
    font-size: 13px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.instructional_approach76 span::after {
    height: 100%;
    top: 0;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(152,173,164,0.5));
    position: absolute;
    right: 0;
}

.cookie_dialog_notice39 .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    gap: 1rem;
    justify-content: space-between;
    max-width: 1140px;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.cookie_panel35 h5 {
    font-size: 1.5rem;
    color: rgb(191,208,201);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.cookie_button.cookie_necessary05 {
    background: #000000;
    margin-left: 0.5rem;
}

.cookie_button.cookie_necessary05:hover {
    background: rgb(191,208,201);
}

.cookie_dialog_notice39 p a:hover {
    color: #000000;
}


footer {
    position: relative;
}

.case_study64 .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}

.case_study64 .company_holder h3 {
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-size: 28px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 700;
}

.case_study64 .main_pagewrap86 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.case_study64 .top_wrap62 h5 {
    position: relative;
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
}

.case_study64 .top_wrap62 h5 {
    letter-spacing: 0.5px;
}

.case_study64 .top_wrap62 .main_pagewrap86 a::before {
    z-index: -1;
    height: 100%;
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    top: 0;
    background: rgb(191,208,201);
    left: 0;
}

.level_up19 {
    z-index: 2;
    position: relative;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}



.level_up19 {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}

.case_study64 .company_holder::after {
    filter: blur(60px);
    content: '';
    height: 150px;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    z-index: -1;
    width: 150px;
    opacity: 0.4;
    background: rgb(191,208,201,0.5);
    top: 40px;
}

.case_study64 .event_cal92::before {
    z-index: -1;
    height: 180px;
    bottom: -50px;
    left: 80px;
    border-radius: 50%;
    width: 180px;
    opacity: 0.25;
    position: absolute;
    background: rgb(152,173,164,0.5);
    content: '';
    filter: blur(70px);
}

.program_offerings92::before {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(191,208,201,0.5), 0.05) 100%);
    transform: skewX(-15deg) translateX(10%);
    height: 100%;
    content: "";
    position: absolute;
    width: 60%;
    top: 0;
    z-index: -1;
    right: 0;
}

.program_offerings92 h2::after {
    transition: transform 0.4s ease-out;
    background: rgb(191,208,201);
    position: absolute;
    left: 0;
    transform: scaleX(1);
    content: "";
    height: this;
    width: 80px;
    transform-origin: left;
    bottom: -10px;
}

.program_offerings92 .ready_skills82 {
    position: relative;
    gap: 40px;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
}

.program_offerings92 .img_text_overlay30:hover {
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}

.program_offerings92 .text_holder_box37 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    border-radius: 10px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

.program_offerings92 .description::first-letter {
    font-size: 1.2em;
    color: rgb(191,208,201);
    font-weight: 600;
}

.program_offerings92 .ready_skills82:hover .text_holder_box37 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.potential_enrollees52::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(152,173,164,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(191,208,201,0.5) 0%, transparent 40%);
    left: 0;
}

.potential_enrollees52 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2.5rem;
}

.potential_enrollees52 li::after {
    z-index: -1;
    width: 200%;
    transition: all 0.5s ease;
    top: -50%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    position: absolute;
    transform: scale(0.8);
    height: 200%;
    content: '';
    left: -50%;
    opacity: 0;
}

.potential_enrollees52 li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgb(191,208,201,0.5);
}

.potential_enrollees52 li svg path {
    transition: all 0.5s ease;
}

.potential_enrollees52 li:hover svg path {
    fill: rgb(191,208,201);
}

.potential_enrollees52 li:nth-child(2) {
    animation-delay: 0.3s;
}

.potential_enrollees52 li:nth-child(4) {
    animation-delay: 0.9s;
}

.plan_showcase91 .container {
    position: relative;
    max-width: 1320px;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
}

.plan_showcase91 .package_rates53 {
    max-width: 100%;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(191,208,201);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.plan_showcase91 .study_offers51 {
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    display: block;
    transform: translateY(0);
    text-decoration: none;
}

.plan_showcase91 .study_offers51:hover .price_schemes45::before {
    transform: scaleX(1);
}

.plan_showcase91 .learn_price04 {
    flex: 1;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 1;
    padding: 30px;
}

.plan_showcase91 .fee_plans49 {
    font-weight: 700;
    color: rgb(152,173,164);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: calc(19px + 4px);
}

.plan_showcase91 .learn_price04 p {
    overflow: hidden;
    -webkit-line-clamp: 5;
    word-break: break-word;
    flex: 1;
    display: -webkit-box;
    color: #000000;
    -webkit-box-orient: vertical;
    font-size: 17px;
    overflow-wrap: break-word;
    margin-bottom: 0;
    line-height: 1.6;
}

.academic_experience52 {
    position: relative;
    padding: 7rem 2rem;
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(191,208,201,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(152,173,164,0.5) 0%, transparent 40%), 
              #000000;
}

.academic_experience52 .student_reviews96::after {
    height: 100%;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(191,208,201,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    opacity: 0.3;
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
}

.academic_experience52 .student_reviews96 .name {
    position: relative;
    font-size: 34px;
    padding: 3.5rem 2rem 0.5rem 3rem;
    grid-column: 2 / 3;
    z-index: 2;
    font-weight: 700;
    grid-row: 1 / 2;
    animation: neonPulse 4s infinite alternate;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(191,208,201,0.5), 0 0 20px rgb(191,208,201,0.5);
    color: #ffffff;
}

.testimonials39::before {
    position: absolute;
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, rgb(191,208,201,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(191,208,201,0.5) 25%, transparent 25%);
    content: "";
    width: 100%;
    opacity: 0.07;
    background-size: 60px 60px;
    z-index: 0;
    height: 100%;
}

.testimonials39 h4::after {
    left: 50%;
    height: 3px;
    content: "";
    background: rgb(152,173,164);
    width: 40px;
    bottom: -22px;
    transform: translateX(-50%);
    position: absolute;
}

.testimonials39 .edu_feedback14::after {
    width: 10px;
    content: "";
    bottom: 0;
    position: absolute;
    z-index: 2;
    background: rgb(152,173,164);
    border-radius: 50%;
    height: 10px;
    left: 20px;
}

.testimonials39 .student_reviews96::before {
    position: absolute;
    border: 3px solid #ffffff;
    height: 16px;
    box-shadow: 0 0 0 3px rgb(191,208,201,0.5);
    left: -65px;
    content: "";
    top: 20px;
    background: rgb(191,208,201);
    z-index: 2;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 16px;
}

.testimonials39 .student_reviews96 .img_text_overlay30 {
    margin-right: 20px;
    border: 3px solid #ffffff;
    height: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    float: left;
    width: 70px;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.testimonials39 .student_reviews96:nth-child(even) span {
    text-align: right;
}

.testimonials39 .student_reviews96:nth-child(even) p {
    text-align: right;
}

.contact_section48::before {
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(191,208,201,0.5),
        rgb(191,208,201,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.03;
    left: 0;
}

.contact_section48 .img_text_overlay30 {
    height: 200px;
    position: relative;
    width: 100%;
}

.contact_section48 form h3 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.contact_section48 form input[type="text"]:focus {
    outline: none;
    border-color: rgb(191,208,201);
}

.contact_section48 .help_panel46 {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact_section48 .help_panel46 label::before {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 10px;
    background: rgb(225,233,230);
    top: 2px;
    content: "";
    left: 0;
}

.contact_section48 .help_panel46 label a:hover {
    text-decoration: underline;
}

.contact_section48 form .connect_widget78:hover {
    background: rgb(152,173,164);
}

.contact_section48 svg path {
    fill: rgb(191,208,201);
    transition: fill 0.3s ease;
}


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



@media (max-width: 991px) {.thanksWrap20 {
    padding: 4rem 0;
}.thanksWrap20 .team_culture40 {
    padding: 2.5rem;
    transform: rotateX(1deg) rotateY(0.5deg);
}.thanksWrap20 h5 {
    line-height: 1.35;
}.thanksWrap20 p {
    max-width: 100%;
}.thanksWrap20 .team_culture40 > div:first-child::after {
    width: 60%;
}
}



@media (max-width: 991px) {.find_us23 {
    padding: 60px 0;
}.find_us23 h2 {
    padding: 25px;
    font-size: calc(35px * 0.9);
}.find_us23 p,
  .find_us23 p:nth-last-child(2) {
    padding: 20px 25px;
}.find_us23 .reach_section41 {
    padding: 25px;
}.find_us23 .message_form06 {
    height: 60px;
    width: 60px;
}.find_us23 .message_form06 svg {
    height: 24px;
    width: 24px;
}
}



@media (max-width: 768px) {.landing_page62 .learning_open53 {
    padding-top: 5rem;
    align-items: flex-start;
    min-height: 80vh;
}.landing_page62 .expert_guides54 {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.landing_page62 .learning_open53::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.landing_page62 h1 {
    margin-bottom: 1rem;
}.landing_page62 h3 {
    font-size: clamp(1rem, 4vw, 20px);
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .top_lesson84 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .site_header51 {
    margin-right: 0;
    margin-bottom: 0;
}header .top_wrap62 {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .site_main89 a {
    height: 35px;
    padding: 0 1rem;
    font-size: calc(15px - 1px);
}header .top_lesson84::before,
    header .top_lesson84::after {
    display: none;
}.head_mainwrap63 {
    margin-top: -10px;
}
}



@media (max-width: 576px) {.who_we_are06 {
    padding: 60px 0 50px;
}.who_we_are06 h2 {
    margin-bottom: 40px;
    font-size: calc(29px);
}.who_we_are06 h2::before {
    width: 50px;
    bottom: -15px;
    height: 3px;
}.who_we_are06 .virtual_guides59 {
    gap: 30px;
}.who_we_are06 .edu_philosophy68 {
    padding: 25px;
}.who_we_are06 .edu_philosophy68 h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.who_we_are06 .edu_philosophy68 p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 992px) {.instructional_approach76 .container {
    padding: 3rem 1.5rem;
}.instructional_approach76 .team_culture40 {
    padding: 3rem;
}.instructional_approach76 h3 {
    font-size: calc(38px * 0.9);
    text-align: center;
}.instructional_approach76 span {
    font-size: calc(13px * 0.95);
}.instructional_approach76 .team_culture40::after {
    inset: 15px;
}
}



@media (max-width: 576px) {.instructional_approach76 {
    padding: 3rem 0;
}.instructional_approach76 .container {
    padding: 0 1rem;
}.instructional_approach76 .team_culture40 {
    gap: 1.5rem;
    padding: 2rem;
}.instructional_approach76 h3 {
    padding-bottom: 1rem;
    font-size: calc(38px * 0.7);
}.instructional_approach76 span {
    padding-right: 1rem;
    font-size: calc(13px * 0.85);
    padding-left: 1rem;
}.instructional_approach76 span::before,
    .instructional_approach76 span::after {
    width: 3px;
}.instructional_approach76 .team_culture40::before {
    inset: 5px;
}.instructional_approach76 .team_culture40::after {
    inset: 10px;
}}



@media (min-width: 992px) {.program_offerings92 {
    padding: 180px 0 160px;
}.program_offerings92 h2 {
    margin-bottom: 70px;
}.program_offerings92 .ready_skills82 {
    gap: 80px;
}.program_offerings92 .img_text_overlay30 {
    height: 600px;
}.program_offerings92 .text_holder_box37 {
    padding: 60px 50px;
}
}



@media (max-width: 480px) {.program_offerings92 {
    padding: 60px 0 50px;
}.program_offerings92 h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.75);
}.program_offerings92 .img_text_overlay30 {
    height: 200px;
}.program_offerings92 .text_holder_box37 {
    padding: 25px 15px;
}.program_offerings92 .description {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}



@media (min-width: 768px) {.plan_showcase91 .value_rates78 {
    grid-template-columns: repeat(2, 1fr);
}.plan_showcase91 .package_rates53 {
    padding: 40px;
}.plan_showcase91 .learn_price04 {
    padding: 30px 35px;
}.plan_showcase91 .img_text_overlay30 {
    height: 240px;
}
}



@media (min-width: 1400px) {.plan_showcase91 .value_rates78 {
    grid-template-columns: repeat(2, 1fr);
}.plan_showcase91 .learn_price04 p {
    -webkit-line-clamp: 7;
}
}



@media (hover: hover) {.plan_showcase91 .study_offers51 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.plan_showcase91 .study_offers51:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media (max-width: 992px) {.testimonials39 {
    padding: 5rem 1.5rem;
}.testimonials39 h4 {
    font-size: calc(29px * 0.9);
}.testimonials39 .student_reviews96 {
    padding: 1.5rem;
}
}



@media (max-width: 768px) {.testimonials39 {
    padding: 4rem 1rem;
}.testimonials39 .edu_feedback14 {
    padding-left: 30px;
}.testimonials39 .edu_feedback14::before {
    left: 14px;
}.testimonials39 .edu_feedback14::after {
    left: 10px;
}.testimonials39 .student_reviews96::before {
    height: 14px;
    left: -45px;
    width: 14px;
}.testimonials39 h4 {
    font-size: calc(29px * 0.8);
    margin-bottom: 3rem;
}.testimonials39 .student_reviews96:nth-child(even),
    .testimonials39 .student_reviews96:nth-child(odd) {
    align-self: auto;
    width: 100%;
}.testimonials39 .student_reviews96 .img_text_overlay30 {
    margin: 0 auto 1rem;
    float: none;
}.testimonials39 .student_reviews96:nth-child(even) .img_text_overlay30 {
    margin: 0 auto 1rem;
    float: none;
}.testimonials39 .student_reviews96 span,
    .testimonials39 .student_reviews96:nth-child(even) span {
    text-align: center;
    padding-top: 0;
}.testimonials39 .student_reviews96 p,
    .testimonials39 .student_reviews96:nth-child(even) p {
    text-align: center;
}}

@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
}



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

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

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



@keyframes lineGrow {
    0%, 100% {
        width: 0;
    }
    50% {
        width: 100%;
    }
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

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



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}



@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(191,208,201,0.5), 0 0 20px rgb(191,208,201,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(191,208,201), 0 0 30px rgb(191,208,201);
  }
}

