﻿.top_base_id {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    z-index: 99;
    overflow: visible;
    position: relative;
    width: 100%;
    background: rgb(239,233,217);
}

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

.user_feedback_id h2 {
    transition: transform 0.5s ease;
    color: #000000;
    margin-bottom: 60px;
    position: relative;
    font-size: 38px;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
}

.user_feedback_id .user_voices_id::before {
    font-size: 120px;
    right: 20px;
    color: rgba(rgb(179,166,134,0.5), 0.06);
    content: "";
    font-family: serif;
    position: absolute;
    z-index: 0;
    top: 10px;
    line-height: 1;
}

.user_feedback_id .user_voices_id h4 {
    font-size: calc(20px - 2px);
    color: #000000;
    position: relative;
    margin: 0;
    font-weight: 600;
}

.user_feedback_id .user_voices_id:nth-child(odd) {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

.user_feedback_id a {
    display: block;
    font-weight: 600;
    width: fit-content;
    overflow: hidden;
    text-decoration: none;
    padding: 12px 30px;
    margin: 40px auto 0;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(rgb(209,197,168,0.5), 0.2);
    font-size: 20px;
    background: linear-gradient(135deg, rgb(209,197,168), rgb(179,166,134));
    z-index: 1;
    border-radius: 8px;
    color: #ffffff;
}

.thanksPoint_id .container {
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
}

.thanksPoint_id h2::after {
    background: linear-gradient(90deg, rgb(209,197,168), rgb(179,166,134));
    content: "";
    height: 4px;
    bottom: -12px;
    width: 120px;
    transform: scaleX(0.8);
    left: 0;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left;
}

.thanksPoint_id li::before {
    box-shadow: 0 0 10px rgba(rgb(209,197,168,0.5), 0.5);
    transform: translateY(-50%);
    content: "";
    width: 8px;
    position: absolute;
    top: 24px;
    border-radius: 50%;
    left: 0;
    height: 8px;
    background: rgb(209,197,168);
}

.thanksPoint_id .founders_team_id:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

.our_mission_id::before {
    position: absolute;
    top: -50px;
    height: 300px;
    right: -50px;
    transform: rotate(45deg);
    background: rgb(209,197,168,0.5);
    z-index: 1;
    content: "";
    width: 300px;
    opacity: 0.1;
}

.our_mission_id h1::after {
    transform-origin: left;
    animation: expandLine 1s 0.4s ease-out forwards;
    left: 0;
    position: absolute;
    height: 4px;
    content: "";
    transform: scaleX(0);
    width: 80px;
    background: linear-gradient(90deg, rgb(209,197,168) 0%, rgb(179,166,134) 100%);
    bottom: -15px;
}

.our_mission_id .skill_program_id:hover::before {
    transform: translate(30%, -30%) rotate(45deg) scale(1.2);
}

.our_mission_id .skill_program_id h4::after {
    height: 2px;
    bottom: -8px;
    background: rgb(179,166,134);
    content: "";
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
}

.check_it_out_now_id::after {
    z-index: -1;
    transform: rotate(35deg) translateZ(0);
    animation: light-sweep 8s ease-in-out infinite alternate;
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    position: absolute;
    opacity: 0.15;
    right: -50%;
    filter: blur(80px);
    content: "";
    top: -50%;
}

.check_it_out_now_id svg {
    height: 50px;
    width: 50px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    margin-right: 2rem;
    transition: transform 0.3s ease;
    transform: scale(1.2);
}

.check_it_out_now_id svg {
    width: 40px;
    margin-right: 1.5rem;
    height: 40px;
}

.check_it_out_now_id .founders_team_id:hover svg {
    transform: scale(1.3) rotate(5deg);
}

.check_it_out_now_id .founders_team_id:hover svg path {
    fill: rgb(179,166,134);
}

.check_it_out_now_id .inquiry_block_id:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.check_it_out_now_id .inquiry_block_id:hover::before {
    left: 100%;
}

.check_it_out_now_id .inquiry_block_id:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.cookie_window_banner_id {
    width: 100%;
    font-family: Arial, sans-serif;
    bottom: 0;
    background: rgb(179,166,134);
    position: fixed;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(209,197,168);
    padding: 20px 0;
}

.policy_ack_id:hover {
    box-shadow: 0 0 10px rgb(179,166,134);
    background-color: rgb(179,166,134);
}

.cookie_button.cookie_control_id:hover {
    box-shadow: 0 0 10px rgb(179,166,134);
}


.teaching_history_id {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background-color: rgb(239,233,217);
}

.teaching_history_id::after {
    transform: rotate(15deg);
    width: 50%;
    left: -10%;
    filter: blur(40px);
    background: linear-gradient(225deg, rgb(179,166,134,0.5), rgb(209,197,168,0.5));
    height: 60%;
    position: absolute;
    content: "";
    z-index: 0;
    bottom: -10%;
}

.teaching_history_id .user_voices_id .img_box_id {
    width: 100%;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    height: 300px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
}

.teaching_history_id .user_voices_id .name:hover::after {
    width: 100%;
}

.teaching_history_id .user_voices_id > div:nth-child(2) > div {
    font-size: calc(15px * 0.95);
    font-weight: 600;
    font-style: italic;
    padding-left: 0.5rem;
    position: relative;
    color: rgb(179,166,134);
    margin-top: 0.5rem;
}

.teaching_history_id .user_voices_id .exp_flex_id::before {
    left: -20px;
    z-index: -1;
    position: absolute;
    font-family: Georgia, serif;
    content: "";
    font-size: 6rem;
    color: rgb(209,197,168,0.5);
    top: -20px;
}

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

.location_details_id .img_box_id {
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.location_details_id .img_box_id::after {
    height: 100%;
    opacity: 0.3;
    top: 0;
    z-index: 1;
    content: '';
    background: rgb(209,197,168,0.5);
    left: 0;
    width: 100%;
    position: absolute;
}

.location_details_id .instant_request_id::before {
    height: 20px;
    margin-right: 15px;
    background: rgb(209,197,168);
    width: 20px;
    content: '';
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.location_details_id .instant_request_id svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.location_details_id .form_edu_id p:hover svg {
    transform: translateY(-50%) scale(1.1) rotate(5deg);
    fill: rgb(179,166,134);
}

.location_details_id .form_edu_id p:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.location_details_id .form_edu_id p span b {
    font-weight: 600;
    color: rgb(209,197,168);
}

.location_details_id .form_edu_id p span a:hover::after {
    width: 100%;
}

.location_details_id .quick_help_id {
    padding-left: 30px;
    align-items: center;
    color: rgb(209,197,168);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    position: relative;
}

.location_details_id .quick_help_id::before {
    background: rgb(209,197,168);
    width: 10px;
    height: 10px;
    top: 50%;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: translateY(-50%);
    display: none;
    left: 0;
    content: '';
}

.location_details_id .request_info_id::before {
    content: '';
    left: -3px;
    top: 0;
    width: 3px;
    position: absolute;
    background: rgb(209,197,168);
    transition: height 0.3s ease;
    height: 0;
}

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

.pricing_offer_id .group_rates_id::after {
    bottom: -80px;
    pointer-events: none;
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgb(179,166,134,0.5) 0%, transparent 70%);
    opacity: 0.15;
    width: 250px;
    position: absolute;
    height: 250px;
    right: -120px;
}

.pricing_offer_id .discount_grid_id {
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    overflow: hidden;
}

.pricing_offer_id .learning_deals_id {
    height: 100%;
    display: flex;
    padding: 35px 30px;
    z-index: 1;
    position: relative;
    flex-direction: column;
}

.pricing_offer_id .learning_deals_id h4::after {
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0.8;
    top: 50%;
    height: 70%;
    left: -15px;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(209,197,168), rgb(179,166,134));
}

.connect_form_id {
    padding: 90px 0;
    position: relative;
    background: rgb(239,233,217);
    overflow: hidden;
}

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

.connect_form_id h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    color: #000000;
}

.connect_form_id .contact_reach_id::before {
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(209,197,168,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(179,166,134,0.5) 99%
    );
    inset: 0;
    pointer-events: none;
    z-index: 0;
    content: "";
}

.connect_form_id form h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.connect_form_id .request_request_id {
    margin-bottom: 30px;
    position: relative;
}

.connect_form_id .request_request_id label {
    padding-left: 35px;
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.connect_form_id .request_request_id label a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(209,197,168);
}

.connect_form_id .inquiry_block_id:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.connect_form_id svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(209,197,168);
    stroke-width: 2;
}

.connect_form_id svg:hover,
.connect_form_id svg:hover path {
    stroke: rgb(179,166,134);
}

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

.program_assets_id .text_cube_id {
    max-width: 650px;
    flex: 1;
}

.program_assets_id h4 {
    color: #000000;
    transform: translateY(20px);
    line-height: 1.3;
    font-size: 34px;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    opacity: 0;
}

.program_assets_id li {
    animation: fadeSlideRight 0.6s forwards ease-out;
    transform: translateX(15px);
    opacity: 0;
    margin-bottom: 20px;
}

.program_assets_id li p:hover {
    box-shadow: 0 12px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-5px);
}

.program_assets_id svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
}

.program_assets_id li p:hover svg path {
    fill: rgb(209,197,168);
}

.newsletter_id {
    position: relative;
    background: rgb(239,233,217);
    padding: 4rem 3rem;
    overflow: hidden;
}

.newsletter_id .founders_team_id {
    z-index: 2;
    grid-template-areas:
        "text form"
        "text form";
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    display: grid;
    gap: 3rem;
    align-items: center;
}

.newsletter_id p::before {
    width: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(209,197,168), rgb(179,166,134));
    top: 0;
    border-radius: 10px;
}

.newsletter_id .input_holder::after {
    width: 100px;
    height: 100px;
    opacity: 0.3;
    bottom: -20px;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid rgb(179,166,134,0.5);
    animation: float-circle 12s ease-in-out infinite alternate;
    left: 30%;
    content: "";
    position: absolute;
}

.newsletter_id .online_lessons_id:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
}

header .header_navbar_id {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    position: relative;
}

header .header_navbar_id::after {
    filter: blur(5px);
    bottom: -10px;
    position: absolute;
    right: 10%;
    content: "";
    width: 30%;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgb(179,166,134));
}

header .header_navbar_id .nav_header_id .top_pagebar_id svg {
    width: auto;
    height: 45px;
}

header .header_navbar_id .head_nav_id::before {
    border-radius: 29px;
    position: absolute;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    opacity: 0.1;
}

header .header_navbar_id .head_nav_id .head_mainbar_id:hover a::before {
    opacity: 1;
}

header .header_navbar_id .head_nav_id .head_mainbar_id:hover a {
    color: #ffffff;
}

header .header_navbar_id .head_nav_id .head_mainbar_id:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(209,197,168), rgb(179,166,134));
}

.instructional_approach_id .container {
    padding: 5rem 2rem;
    position: relative;
    max-width: 1000px;
    z-index: 2;
    margin: 0 auto;
}

.instructional_approach_id .founders_team_id::before {
    top: 0;
    content: "";
    z-index: -1;
    opacity: 0.7;
    animation: waveEffect 8s ease-in-out infinite;
    width: 120%;
    left: -10%;
    background: linear-gradient(90deg, transparent, rgb(209,197,168,0.5), transparent);
    height: 30px;
    filter: blur(15px);
    position: absolute;
}

.instructional_approach_id h3::after {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0;
    color: transparent;
    animation: glowPulse 4s ease-in-out infinite;
    transform: translateZ(20px);
    text-shadow: 0 0 15px rgb(209,197,168), 0 0 10px rgb(209,197,168);
    content: attr(data-text);
}

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

footer::before {
    content: "";
    z-index: -2;
    right: 0;
    opacity: 0.9;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(179,166,134), rgb(209,197,168));
    bottom: 0;
    top: 0;
}

.trial_offer_id .company_holder {
    padding: 0;
    grid-column: span 5;
    position: relative;
}

.trial_offer_id .discuss_cta_id {
    line-height: 1.7;
    position: relative;
    padding: 0 0 0 1.5rem;
    font-size: 12px;
    margin-top: 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.trial_offer_id .head_nav_id .header_know_id a {
    text-decoration: none;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    font-size: 12px;
}

.event_cal_id {
    padding: 2rem 0;
    position: relative;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.trial_offer_id .company_holder::after {
    position: absolute;
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    bottom: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    left: 0;
}

.secure_enclosure_id h2 {
    border-left: 5px solid rgb(209,197,168);
    font-size: 32px;
    color: rgb(179,166,134);
    margin-top: 30px;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.secure_enclosure_id li {
    position: relative;
    line-height: 1.6;
    padding-left: 25px;
    margin-bottom: 12px;
    border-left: 2px dashed rgb(179,166,134);
}

.secure_enclosure_id p, .secure_enclosure_id span, .secure_enclosure_id div {
    margin-bottom: 15px;
    font-size: 15px;
    padding-bottom: 5px;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(179,166,134,0.5);
    color: #000000;
    line-height: 1.8;
}

.title_screen_id > div > div:first-child {
    padding-left: 4vw;
    position: relative;
}

.title_screen_id .title_style_header {
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 38px);
    transform: translateX(-20px);
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    letter-spacing: -0.02em;
    animation: slideIn 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.title_screen_id .page_lead_id div:last-child span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.title_screen_id .page_lead_id div:last-child span::before {
    top: 0;
    transform-origin: right;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    animation: revealText 1.2s 1.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    z-index: 1;
    background: rgb(179,166,134);
}

.course_features_id .education_id {
    padding: 2.5rem;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(0);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    z-index: 5;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / 8;
    border-radius: 13px;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    grid-row: 3 / 11;
    background: rgba(255, 255, 255, 0.07);
}

.course_features_id .nav_header_id::before {
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    inset: -4px;
    z-index: -1;
    content: "";
    background: conic-gradient(
        from 0deg, 
        rgb(209,197,168) 0%, 
        rgb(179,166,134) 50%, 
        rgb(209,197,168) 100%
    );
    animation: rotateConic 10s linear infinite;
    position: absolute;
}

.course_features_id .img_box_id {
    z-index: 4;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    grid-row: 1 / 13;
    height: 500px;
    grid-column: 5 / 13;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    animation: morphShape 20s ease-in-out infinite alternate;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.course_features_id .founders_team_id:hover .nav_header_id svg path {
    fill: rgb(179,166,134);
}


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



@media (min-width: 768px) and (max-width: 991px) {.user_feedback_id .review_carousel_id {
    grid-template-columns: repeat(2, 1fr);
}.user_feedback_id {
    padding: 80px 0;
}.user_feedback_id h2 {
    margin-bottom: 50px;
}
}



@media (prefers-reduced-motion: reduce) {.user_feedback_id .user_voices_id,
  .user_feedback_id a,
  .user_feedback_id a::before,
  .user_feedback_id .user_voices_id img,
  .user_feedback_id .user_voices_id h4::after {
    transition: none;
}
}



@media (max-width: 767px) {.thanksPoint_id {
    padding: 80px 0;
}.thanksPoint_id .container {
    padding: 0 20px;
}.thanksPoint_id h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.thanksPoint_id .founders_team_id {
    padding: 30px 20px;
}.thanksPoint_id li {
    padding: 10px 0 10px 15px;
}.thanksPoint_id li::before {
    width: 6px;
    height: 6px;
}.thanksPoint_id span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 767px) {.our_mission_id {
    padding: 80px 0 60px;
}.our_mission_id h1 {
    font-size: calc(45px - 2px);
    margin-bottom: 40px;
}.our_mission_id .skill_program_id {
    margin-bottom: 30px;
    padding: 30px 25px;
}.our_mission_id .skill_program_id h4 {
    margin-bottom: 15px;
    font-size: 21px;
}.our_mission_id .skill_program_id div {
    max-height: 250px;
    font-size: calc(16px - 1px);
    line-height: 1.7;
}}


@media only screen and (max-width: 1200px) {.cookie_window_banner_id {
    padding: 15px 0;
}.online_cookies_id {
    padding: 15px 5%;
}.learn_prefs_id {
    display: none;
}.online_cookies_id {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie_window_banner_id h5 {
    margin-bottom: 10px;
    font-size: 20px;
}.cookie_tab_id {
    margin-bottom: 15px;
}.policy_ack_id {
    min-width: 100%;
    margin: 10px 0;
}}



@media (min-width: 1200px) {.location_details_id .request_team_id {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 767px) {.location_details_id {
    padding: 50px 0;
}.location_details_id .instant_request_id {
    padding: 20px;
    font-size: 17px;
}.location_details_id .instant_request_id svg {
    width: 18px;
    margin-right: 10px;
    height: 18px;
}.location_details_id .form_edu_id {
    padding: 20px;
}.location_details_id .form_edu_id p {
    padding: 12px 12px 12px 45px;
}.location_details_id .form_edu_id p svg {
    height: 18px;
    width: 18px;
    left: 12px;
}.location_details_id .quick_help_id {
    font-size: 17px;
}.location_details_id .quick_help_id svg {
    height: 18px;
    width: 18px;
}.location_details_id .request_info_id {
    padding: 10px 10px 10px 40px;
}.location_details_id .request_info_id svg {
    height: 15px;
    left: 12px;
    width: 15px;
}}



@media (max-width: 576px) {.pricing_offer_id {
    padding: 60px 0;
}.pricing_offer_id .promo_plans_id {
    grid-template-columns: 1fr;
}.pricing_offer_id h2 {
    display: block;
    font-size: calc(33px * 0.8);
    text-align: center;
}.pricing_offer_id h2::after {
    width: 60%;
    left: 20%;
}.pricing_offer_id .rate_plans_id {
    text-align: center;
    margin-bottom: 30px;
}.pricing_offer_id .learning_deals_id h4 {
    font-size: calc(21px * 1.1);
}.pricing_offer_id .learning_deals_id p {
    max-height: 150px;
}.pricing_offer_id .payment_pricing_id {
    font-size: calc(21px * 1.1);
}}



@media (max-width: 768px) {.program_assets_id {
    padding: 60px 0;
}.program_assets_id .text_cube_id > div {
    gap: 10px;
    flex-direction: column;
}.program_assets_id h4 {
    font-size: calc(34px - 6px);
}.program_assets_id ul {
    width: 100%;
}.program_assets_id .img_box_id {
    transform: perspective(1000px) rotateY(0) rotateX(0) translateZ(0);
    box-shadow: 
            15px 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.15),
            -1px -1px 5px rgba(rgb(255, 255, 255, 0.5), 0.8),
            0 0 0 2px rgba(rgb(179,166,134,0.5), 0.15);
    max-width: 100%;
}
}



@media (max-width: 768px) {.instructional_approach_id {
    min-height: 50vh;
}.instructional_approach_id .container {
    padding: 3rem 1.2rem;
}.instructional_approach_id .founders_team_id {
    gap: 1.5rem;
    padding: 2.5rem 1.2rem;
}.instructional_approach_id h3 {
    font-size: calc(28px * 0.8);
    padding-bottom: 1.2rem;
}.instructional_approach_id span {
    padding: 1.5rem;
    font-size: calc(12px * 0.9);
    line-height: 1.7;
}
}



@media (max-width: 576px) {.trial_offer_id {
    padding: 2.5rem 0 1rem;
}.trial_offer_id .header_know_id {
    gap: 2rem;
    grid-template-columns: 1fr;
}.trial_offer_id .discuss_cta_id {
    padding-left: 1rem;
}.event_cal_id {
    margin-top: 2rem;
}
}



@media (min-width: 768px) {.title_screen_id > div {
    gap: 5rem;
}.title_screen_id .page_lead_id {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    align-items: center;
    padding: 3rem;
    grid-template-columns: 2fr 1fr;
}.title_screen_id > div > div:first-child {
    padding-left: 5vw;
}.title_screen_id > div > div:first-child::before {
    width: 12px;
}
}



@media (prefers-reduced-motion) {.title_screen_id::after,
  .title_screen_id > div > div:first-child::before,
  .title_screen_id .title_style_header,
  .title_screen_id .page_lead_id,
  .title_screen_id .master_class_id h3::after,
  .title_screen_id .page_lead_id p,
  .title_screen_id .page_lead_id div:last-child span::before {
    transform: none;
    animation: none;
    opacity: 1;
}.title_screen_id .master_class_id h3::after {
    width: 80px;
}}



@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}



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



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



@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-1rem);
  }
}



@keyframes light-sweep {
  0% {
    opacity: 0.05;
    transform: rotate(35deg) translate(0, 0);
  }
  100% {
    opacity: 0.2;
    transform: rotate(35deg) translate(-30%, -20%);
  }
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes floatShape {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-10deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) translateY(10px);
    }
}



@keyframes float-circle {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}



@keyframes shimmerEffect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



@keyframes holographicShine {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}



@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}



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



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}



@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

