﻿.header_mainbar_5xqEh9 {
    flex: 1 0 auto;
}

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

header .site_info_J1WpVZ .top_mentor_9OaA58 {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}

header .site_info_J1WpVZ .top_mentor_9OaA58 .head_master_QREXYq:hover {
    transform: translateY(-8px) rotate(0deg);
}

header .site_info_J1WpVZ .top_sitebar_DTuFAv::before {
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgb(206,208,191,0.5) 100%);
    z-index: -1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    left: -20px;
    top: -10px;
    opacity: 0;
}

.opening_board_SIQNir {
    overflow: hidden;
    width: 100%;
    background: rgb(232,233,225);
    position: relative;
}

.opening_board_SIQNir .start_head_FKnSe9 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80vh;
    top: 0;
    overflow: hidden;
}

.opening_board_SIQNir .learn_open_ER4vsG {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 20%;
}

.opening_board_SIQNir .intro_head_PrKEl7 {
    z-index: 10;
    display: flex;
    left: 40px;
    gap: 15px;
    bottom: 40px;
    position: absolute;
}

.opening_board_SIQNir .intro_head_PrKEl7 label::before {
    position: absolute;
    transition: transform 0.3s ease;
    transform: scale(0);
    border-radius: 50%;
    inset: 2px;
    content: "";
    background: #ffffff;
}

.opening_board_SIQNir .announcement_box_ePS8dR h1 {
    margin-bottom: 1.2rem;
    color: rgb(206,208,191);
    padding-left: 15px;
    border-left: 4px solid rgb(206,208,191);
    font-weight: 700;
    font-size: 47px;
}

.opening_board_SIQNir input:nth-of-type(3):checked ~ .online_tech_Eq80fQ {
    transform: translateX(-40%);
}

.opening_board_SIQNir input:nth-of-type(6):checked ~ .online_tech_Eq80fQ {
    transform: translateX(-100%);
}

.opening_board_SIQNir input:nth-of-type(10):checked ~ .online_tech_Eq80fQ {
    transform: translateX(-180%);
}

.join_list_X6czvM {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(206,208,191), rgb(170,173,152) 70%);
    z-index: 1;
    position: relative;
}

.join_list_X6czvM::before {
    position: absolute;
    transform: rotate(-3deg) translateZ(0);
    width: 120%;
    content: "";
    height: 120%;
    top: -10%;
    left: -5%;
    z-index: -1;
    animation: subtleShift 20s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 30%);
}

.join_list_X6czvM::after {
    content: "";
    bottom: 0;
    transform: translateZ(0);
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    z-index: -1;
    left: 0;
    height: 50%;
}

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

.join_list_X6czvM h4 {
    font-size: calc(22px * 1.1);
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    letter-spacing: 0.02em;
    transform: translateZ(10px);
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    transition: transform 0.5s ease-out;
}

.join_list_X6czvM h4 {
    margin-bottom: 1.5rem;
}

.join_list_X6czvM .input_holder span:last-child {
    flex: 0 0 auto;
    animation-delay: 0.8s;
}

.join_list_X6czvM .input_holder span:last-child {
    margin-top: 0.5rem;
}

.join_list_X6czvM input[type="email"] {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    font-size: 13px;
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
}

.join_list_X6czvM .begin_now_8NfqW1:hover::before {
    opacity: 1;
}

.join_list_X6czvM .begin_now_8NfqW1:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.pricing_options_tsGTej .deal_grid_YxlSph {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing_options_tsGTej .group_plans_IqLcjP {
    transform: translateY(20px);
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    opacity: 0;
    text-align: center;
}

.pricing_options_tsGTej .learning_rates_b6rQNW li:nth-child(4) {
    animation-delay: 0.6s;
}

.pricing_options_tsGTej .learning_package_HFwiEc:hover::before {
    left: 100%;
}

.pricing_options_tsGTej .learning_package_HFwiEc:hover .plan_matrix_f1rNCU {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.pricing_options_tsGTej .learning_package_HFwiEc:hover .plan_matrix_f1rNCU::after {
    transform: scaleX(1);
}

.pricing_options_tsGTej .rate_choice_L9iM3w h4 {
    color: rgb(206,208,191);
    transition: transform 0.3s ease;
    font-weight: 700;
    position: relative;
    font-size: 18px;
    padding-bottom: 15px;
    margin: 0 0 20px;
}

.pricing_options_tsGTej .rate_choice_L9iM3w p {
    overflow-wrap: break-word;
    margin: 0 0 30px;
    color: rgba(255,255,255,0.8);
    font-size: calc(18px - 2px);
    max-height: 200px;
    scrollbar-color: rgb(206,208,191,0.5) transparent;
    line-height: 1.6;
    scrollbar-width: thin;
    overflow-y: auto;
    word-break: break-word;
}

.thankPageID_6sBRIV::before {
    top: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    opacity: 0.5;
    width: 100%;
}

.thankPageID_6sBRIV h2::after {
    transform: translateX(-50%) scaleX(0);
    background: linear-gradient(90deg, rgb(206,208,191), rgb(170,173,152));
    bottom: -15px;
    content: "";
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 4px;
    left: 50%;
    width: 80px;
}

.thankPageID_6sBRIV ul::before {
    background: linear-gradient(to bottom, rgb(206,208,191), rgb(170,173,152));
    position: absolute;
    width: 4px;
    height: 0;
    top: 0;
    content: "";
    animation: growHeight 1.5s 1s forwards ease-in-out;
    left: -20px;
}

.user_testimonials_Xj8OqA {
    padding: 5rem 2rem;
    background: linear-gradient(145deg, rgb(232,233,225) 0%, rgba(rgb(206,208,191,0.5), 0.03) 100%);
    position: relative;
    overflow: hidden;
}

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

.user_testimonials_Xj8OqA h2::after {
    width: 8rem;
    transform-origin: left;
    content: "";
    height: 4px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(90deg, rgb(206,208,191) 0%, rgb(170,173,152) 100%);
    bottom: -1rem;
    position: absolute;
}

.user_testimonials_Xj8OqA .success_testimonials_DvB5UF:nth-child(odd) {
    transform: translateY(8px);
}

.user_testimonials_Xj8OqA .success_testimonials_DvB5UF:nth-child(odd):hover {
    transform: translateY(0);
}

.user_testimonials_Xj8OqA .success_testimonials_DvB5UF h4 {
    color: #000000;
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
    font-size: 21px;
}

.user_testimonials_Xj8OqA a:hover {
    box-shadow: 0 8px 25px rgba(rgb(206,208,191,0.5), 0.3);
    transform: translateY(-3px);
}

.consent_panel_0ouIxJ {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}

.visitor_settings_RZ21Yq {
    flex-shrink: 0;
    margin-right: 15px;
}

.track_settings_Oo4yzC {
    margin-right: 15px;
    flex-grow: 1;
}

.track_settings_Oo4yzC p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 0;
}

#cookie_disclaimer_4BctKJ {
    display: none;
}

.cookie_button.consent_learn_EPiDWq:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
}

.cookie_banner_dialog_VdzeEC p a {
    text-decoration: underline;
    color: rgb(206,208,191);
}

.our_mission_m5dXNZ::before {
    opacity: 0.5;
    top: -50px;
    right: -50px;
    position: absolute;
    z-index: 0;
    transform: rotate(15deg);
    content: "";
    width: 300px;
    height: 300px;
    animation: float 15s infinite ease-in-out;
    background: linear-gradient(45deg, rgb(206,208,191,0.5) 0%, transparent 70%);
    filter: blur(70px);
}

.our_mission_m5dXNZ .study_pro_lzCtXm {
    position: relative;
}

.our_mission_m5dXNZ .study_pro_lzCtXm ul {
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 60px;
}

.our_mission_m5dXNZ .how_grow_9WnBbd:nth-child(2) {
    animation-delay: 0.6s;
}

.our_mission_m5dXNZ .how_grow_9WnBbd::before {
    top: 0;
    height: 0;
    width: 5px;
    position: absolute;
    transition: height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(to bottom, rgb(206,208,191), rgb(170,173,152));
    content: "";
    left: 0;
}

.our_mission_m5dXNZ .how_grow_9WnBbd div {
    height: 250px;
    opacity: 0.9;
    color: #000000;
    padding-right: 15px;
    overflow-y: auto;
    transition: opacity 0.3s ease;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}

.course_overview_8eTJiu .quick_classes_Vr0bCK {
    grid-template-rows: repeat(8, minmax(50px, auto));
    position: relative;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
}

.course_overview_8eTJiu .image_wrapper_nt6MbL::before {
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(45deg, rgb(206,208,191,0.5) 0%, transparent 70%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}

.course_overview_8eTJiu .top_mentor_9OaA58 svg {
    width: 3rem;
    transition: all 0.3s ease;
    height: 3rem;
}

.course_overview_8eTJiu h3 {
    color: #000000;
    font-size: 28px;
    line-height: 1.3;
    position: relative;
    border-left: 4px solid rgb(206,208,191);
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

.course_overview_8eTJiu .future_class_pwSH8q::after {
    width: 5px;
    position: absolute;
    right: 0;
    content: "";
    bottom: 0;
    height: 100px;
    background: linear-gradient(180deg, rgb(206,208,191) 0%, rgb(170,173,152) 100%);
    border-radius: 0 0 10px 0;
}

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

.contact_us_W3Gd1P .inquiry_reach_MViJWf {
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    display: flex;
}

.contact_us_W3Gd1P .feedback_form_kZGfCd #contact {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.contact_us_W3Gd1P .feedback_form_kZGfCd input[type="text"],
.contact_us_W3Gd1P .feedback_form_kZGfCd textarea {
    font-size: 18px;
    border-radius: 50px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: none;
    color: #000000;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    padding: 20px 25px;
    width: 100%;
}

.contact_us_W3Gd1P .feedback_form_kZGfCd .request_map_2K7cOV input[type="checkbox"]:checked + label::after {
    top: 10px;
    content: '';
    position: absolute;
    border-left: 2px solid #ffffff;
    width: 8px;
    height: 5px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    left: 7px;
}

.contact_us_W3Gd1P .feedback_form_kZGfCd .message_request_uRzNsh:hover::before {
    left: 100%;
}

.contact_us_W3Gd1P .request_help_lLZm7O {
    display: flex;
    flex-direction: column;
    padding: 80px 60px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(206,208,191) 0%, rgb(170,173,152) 100%);
    flex: 1 1 45%;
}

.contact_us_W3Gd1P .request_help_lLZm7O .inquiry_box_FRiyNX li {
    margin-bottom: 35px;
    position: relative;
    align-items: center;
    transition: transform 0.3s ease;
    display: flex;
}

.contact_us_W3Gd1P .request_help_lLZm7O .inquiry_box_FRiyNX li svg {
    width: 22px;
    margin-right: 20px;
    flex-shrink: 0;
    height: 22px;
    opacity: 0.9;
}

.contact_us_W3Gd1P .request_help_lLZm7O .inquiry_box_FRiyNX li a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}



.training_benefits_zUishK::after {
    content: "";
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(170,173,152,0.5) 100%),
        linear-gradient(45deg, rgb(206,208,191,0.5) 0%, transparent 60%);
    z-index: 0;
}

.training_benefits_zUishK .announcement_box_ePS8dR {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
}

.training_benefits_zUishK .image_wrapper_nt6MbL:hover {
    transform: scale(1.08) translateX(-3%);
}

.training_benefits_zUishK h3::before {
    transform: translateY(-50%);
    width: 30px;
    position: absolute;
    top: 50%;
    content: "";
    left: -40px;
    background: rgb(206,208,191);
    height: 2px;
}

.training_benefits_zUishK li::before {
    background: linear-gradient(
        to bottom,
        rgb(206,208,191) 0%,
        rgb(170,173,152) 100%
    );
    content: "";
    height: 100%;
    transition: all 0.4s ease;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.7;
    width: 4px;
}

.training_benefits_zUishK li p {
    align-items: center;
    display: flex;
    gap: 15px;
    position: relative;
    margin: 0;
    z-index: 2;
    color: #000000;
    font-size: 12px;
}

.study_process_2cxDVN {
    background: linear-gradient(135deg, rgb(232,233,225) 0%, rgba(245, 245, 248, 0.9) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.study_process_2cxDVN h2 {
    transform: translateY(0);
    opacity: 0;
    font-size: 31px;
    color: #000000;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
}

.study_process_2cxDVN .announcement_box_ePS8dR:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(10px) translateZ(0);
}

.study_process_2cxDVN p {
    line-height: 1.8;
    z-index: 2;
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 18px;
}

.analysis_summary_qICidu::before {
    height: 100%;
    position: absolute;
    background-image: radial-gradient(circle at 10% 20%, rgb(206,208,191,0.5) 5%, transparent 30%);
    width: 100%;
    content: "";
    opacity: 0.6;
    top: 0;
    z-index: 0;
    left: 0;
}

.analysis_summary_qICidu .edge_statistics_LlQoge {
    position: relative;
    animation-delay: calc(var(--i, 0) * 0.15s);
    opacity: 0;
    transform: translateY(30px);
    animation: stat-appear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.analysis_summary_qICidu .edge_statistics_LlQoge div::before {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    top: 0;
    transform: scaleY(0);
    position: absolute;
    width: 4px;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(206,208,191), rgb(170,173,152));
    transform-origin: top;
}

.analysis_summary_qICidu .edge_statistics_LlQoge p {
    font-weight: 700;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    color: rgb(206,208,191);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, rgb(206,208,191) 20%, rgb(170,173,152) 80%);
    margin: 0 0 0.5rem;
    position: relative;
    font-size: 3.5rem;
}

.instructor_history_jxdPJw {
    background: rgb(232,233,225);
    overflow: hidden;
    position: relative;
    padding: 140px 0;
}

.instructor_history_jxdPJw .success_testimonials_DvB5UF {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: grid;
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1200px) rotateY(0deg);
    grid-template-rows: auto auto;
    margin: 0 auto;
    border-radius: 19px;
    max-width: 1000px;
}

.instructor_history_jxdPJw .success_testimonials_DvB5UF span:not(.name) {
    font-weight: 300;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
    align-self: end;
    grid-column: 2;
    font-size: 16px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    padding: 35px 50px 40px 70px;
    z-index: 2;
    color: rgb(170,173,152);
    transform: translateY(0);
    grid-row: 1;
}

.reward_sys_zLutqY::after {
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    left: 0;
}

.reward_sys_zLutqY .info_item:not(:last-child)::after {
    height: 70%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgb(170,173,152,0.5), transparent);
    content: '';
    position: absolute;
    right: -0.75rem;
    top: 50%;
    width: 1px;
}

.reward_sys_zLutqY .text_main_holder {
    position: relative;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
}

.reward_sys_zLutqY .top_sitebar_DTuFAv {
    flex-direction: column;
    display: flex;
    position: relative;
}

.reward_sys_zLutqY .top_sitebar_DTuFAv h5::after {
    left: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(206,208,191), transparent);
    content: '';
    width: 60px;
}

.reward_sys_zLutqY .head_pagewrap_hxS8zf a {
    font-size: 12px;
    transform-origin: left;
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 0.85;
    color: #ffffff;
    position: relative;
    padding: 0.25rem 0;
}

.reward_sys_zLutqY .subscribe_holder::after {
    z-index: -1;
    content: '';
    height: 150px;
    animation: pulseGlow 6s infinite alternate;
    position: absolute;
    width: 150px;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, rgb(206,208,191,0.5) 0%, transparent 70%);
    opacity: 0.3;
}

.reward_sys_zLutqY .input_holder::before {
    opacity: 0.1;
    left: -10px;
    height: calc(100% + 20px);
    border-radius: calc(10px + 10px);
    width: calc(100% + 20px);
    animation: subtleRotate 15s linear infinite;
    top: -10px;
    background: 
        radial-gradient(circle at bottom right, rgb(206,208,191,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(170,173,152,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
    content: '';
}

.reward_sys_zLutqY .begin_now_8NfqW1:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.reward_sys_zLutqY .debate_club_2f1gnx {
    font-size: 15px;
    opacity: 0.7;
}

.privacy_nook_EKRM7G h2 {
    margin-bottom: 20px;
    color: rgb(170,173,152);
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(206,208,191);
    font-size: 29px;
    margin-top: 30px;
    text-transform: capitalize;
}

.privacy_nook_EKRM7G ul li::before {
    color: rgb(206,208,191);
    content: '•';
    vertical-align: middle;
    font-size: 1.5em;
    margin-right: 10px;
}


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



@media (max-width: 576px) {header .site_info_J1WpVZ {
    padding: 0.75rem;
}header .site_info_J1WpVZ .top_sitebar_DTuFAv {
    align-items: center;
    flex-direction: column;
}header .site_info_J1WpVZ .main_teach_tX8JV1 {
    text-align: center;
    width: 100%;
}header .site_info_J1WpVZ .top_mentor_9OaA58 svg {
    width: 100px;
}}



@media (max-width: 767px) {.opening_board_SIQNir .quick_classes_Vr0bCK {
    height: 60vh;
}.opening_board_SIQNir .start_head_FKnSe9 {
    height: 60vh;
}.opening_board_SIQNir .announcement_box_ePS8dR {
    width: 98%;
    max-width: 700px;
    padding-bottom: 40px;
}.opening_board_SIQNir .announcement_box_ePS8dR .container {
    padding: 1.8rem;
}.opening_board_SIQNir .announcement_box_ePS8dR h1 {
    border-left-width: 3px;
    padding-left: 12px;
    font-size: calc(47px * 0.85);
}.opening_board_SIQNir .announcement_box_ePS8dR h3 {
    margin-bottom: 1.2rem;
    font-size: calc(19px * 0.85);
}.opening_board_SIQNir .announcement_box_ePS8dR p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.opening_board_SIQNir .intro_head_PrKEl7 {
    gap: 10px;
    left: 25px;
    bottom: 20px;
}.opening_board_SIQNir .intro_head_PrKEl7 label {
    height: 10px;
    width: 10px;
}
}



@media (min-width: 768px) {.join_list_X6czvM {
    padding: 5rem 3rem;
}.join_list_X6czvM .quick_classes_Vr0bCK {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.join_list_X6czvM .quick_classes_Vr0bCK > div {
    width: 40%;
}.join_list_X6czvM .input_holder {
    width: 60%;
}.join_list_X6czvM h4 {
    font-size: calc(22px * 1.2);
}.join_list_X6czvM h4::before {
    left: -2rem;
    width: 0.4rem;
}
}



@media (max-width: 767px) {.pricing_options_tsGTej {
    padding: 60px 0;
}.pricing_options_tsGTej h2 {
    font-size: calc(28px - 4px);
}.pricing_options_tsGTej .group_plans_IqLcjP {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.pricing_options_tsGTej .learning_rates_b6rQNW {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_options_tsGTej .rate_choice_L9iM3w {
    min-height: 300px;
}.pricing_options_tsGTej .premium_grid_LZajGo {
    font-size: calc(18px + 2px);
}
}



@media (max-width: 991px) {.user_testimonials_Xj8OqA h2 {
    text-align: center;
    transform: none;
}.user_testimonials_Xj8OqA h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}



@media (max-width: 480px) {.user_testimonials_Xj8OqA {
    padding: 3rem 1rem;
}.user_testimonials_Xj8OqA h2 {
    font-size: calc(29px * 0.8);
}.user_testimonials_Xj8OqA .success_testimonials_DvB5UF {
    padding: 1.5rem;
}.user_testimonials_Xj8OqA .success_testimonials_DvB5UF img {
    height: 50px;
    width: 50px;
}.user_testimonials_Xj8OqA a {
    max-width: 100%;
    padding: 0.7rem 1.5rem;
}}



@media (min-width: 992px) {.our_mission_m5dXNZ {
    padding: 180px 0 150px;
}.our_mission_m5dXNZ h1 {
    font-size: calc(43px + 16px);
}.our_mission_m5dXNZ .how_grow_9WnBbd {
    padding: 60px;
}.our_mission_m5dXNZ .how_grow_9WnBbd div {
    height: 350px;
}.our_mission_m5dXNZ .how_grow_9WnBbd h4 {
    font-size: calc(18px + 4px);
}
}



@media (max-width: 992px) {.course_overview_8eTJiu {
    padding: 6rem 0;
}.course_overview_8eTJiu .quick_classes_Vr0bCK {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
}.course_overview_8eTJiu .future_class_pwSH8q {
    padding: 2.5rem;
    grid-column: auto;
    grid-row: 2 / 3;
}.course_overview_8eTJiu .image_wrapper_nt6MbL {
    grid-column: auto;
    grid-row: 1 / 2;
    height: 350px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}.course_overview_8eTJiu .top_mentor_9OaA58 {
    right: 3rem;
    bottom: -2rem;
    top: auto;
}.course_overview_8eTJiu h3 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 576px) {.contact_us_W3Gd1P {
    padding: 50px 0;
}.contact_us_W3Gd1P .feedback_form_kZGfCd,
    .contact_us_W3Gd1P .request_help_lLZm7O {
    padding: 40px 25px;
}.contact_us_W3Gd1P h3 {
    font-size: calc(37px - 6px);
}.contact_us_W3Gd1P .feedback_form_kZGfCd .request_map_2K7cOV label {
    font-size: calc(18px - 3px);
}.contact_us_W3Gd1P .inquiry_reach_MViJWf {
    border-radius: 20px;
}.contact_us_W3Gd1P .feedback_form_kZGfCd input[type="text"],
    .contact_us_W3Gd1P .feedback_form_kZGfCd textarea {
    border-radius: 25px;
}.contact_us_W3Gd1P .feedback_form_kZGfCd textarea {
    border-radius: 20px;
}}



@media (max-width: 767px) {.study_process_2cxDVN {
    padding: 5rem 0;
}.study_process_2cxDVN::after {
    top: -30%;
    right: -50%;
    width: 100%;
}.study_process_2cxDVN h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.8);
}.study_process_2cxDVN h2::after {
    width: 60px;
    height: 3px;
}.study_process_2cxDVN .announcement_box_ePS8dR {
    padding: 2rem;
}.study_process_2cxDVN p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 767px) {.analysis_summary_qICidu {
    padding: 3rem 0 2rem;
}.analysis_summary_qICidu ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
}.analysis_summary_qICidu .edge_statistics_LlQoge div {
    padding: 1.5rem 1rem;
}.analysis_summary_qICidu .edge_statistics_LlQoge p {
    font-size: 2.3rem;
}.analysis_summary_qICidu .edge_statistics_LlQoge span {
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 1200px) {.reward_sys_zLutqY .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.reward_sys_zLutqY .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.reward_sys_zLutqY .top_sitebar_DTuFAv::after {
    display: none;
}
}



@media (max-width: 991px) {.reward_sys_zLutqY {
    padding: 5rem 0 2rem;
}.reward_sys_zLutqY .get_support_wYBgqT {
    flex-wrap: wrap;
    justify-content: center;
}.reward_sys_zLutqY .info_item {
    max-width: none;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
}.reward_sys_zLutqY .info_item:not(:last-child)::after {
    display: none;
}.reward_sys_zLutqY .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.reward_sys_zLutqY .top_sitebar_DTuFAv::before, 
    .reward_sys_zLutqY .top_sitebar_DTuFAv::after {
    display: none;
}.reward_sys_zLutqY .top_mentor_9OaA58 {
    text-align: center;
    align-items: center;
}.reward_sys_zLutqY .top_sitebar_DTuFAv h5, 
    .reward_sys_zLutqY .subscribe_holder h5 {
    text-align: center;
}.reward_sys_zLutqY .top_sitebar_DTuFAv h5::after, 
    .reward_sys_zLutqY .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.reward_sys_zLutqY .head_pagewrap_hxS8zf {
    grid-template-columns: repeat(3, 1fr);
}.reward_sys_zLutqY .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}


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



@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
        filter: blur(3px);
    }
    100% {
        opacity: 0.6;
        filter: blur(1px);
    }
}



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

