.wrapping-container_itVDd {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

svg {
    width: 30px;
    height: 30px;
}

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

.testimonial_TClfn {
    flex: 0 0 auto;
}

.testimonial_TClfn {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}

.user_reviews_KgOiz::before {
    z-index: 1;
    left: 0;
    content: '';
    opacity: 0.2;
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(212,204,209,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(179,169,172,0.5) 0%, transparent 60%);
    top: 0;
}

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

.user_reviews_KgOiz h2::after {
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(90deg, rgb(212,204,209), rgb(179,169,172));
    border-radius: 2px;
    content: '';
    bottom: 0;
    left: 50%;
}

.user_reviews_KgOiz .client_review_AHZRe {
    gap: 2.5rem;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.user_reviews_KgOiz .student_ratings_daNio::before {
    font-family: serif;
    content: '"';
    color: rgb(212,204,209,0.5);
    opacity: 0.15;
    font-size: 8rem;
    line-height: 1;
    z-index: -1;
    top: -0.5rem;
    position: absolute;
    right: 1.5rem;
}

.user_reviews_KgOiz .student_ratings_daNio:hover {
    box-shadow: 
        0 20px 30px -10px rgba(0, 0, 0, 0.15),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px) scale(1.02);
}

.user_reviews_KgOiz .student_ratings_daNio h3::after {
    bottom: -4px;
    content: '';
    left: 0;
    height: 2px;
    width: 40px;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,204,209), transparent);
}

.user_reviews_KgOiz .student_ratings_daNio div {
    margin-top: auto;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

.user_reviews_KgOiz .student_ratings_daNio img {
    width: 60px;
    transition: transform 0.3s ease;
    border-radius: 50%;
    border: 3px solid #ffffff;
    object-fit: cover;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: 60px;
}

.user_reviews_KgOiz .student_ratings_daNio:nth-child(odd):hover {
    transform: translateY(2px) scale(1.02);
}

.user_reviews_KgOiz .student_ratings_daNio:nth-child(3n+2) {
    border-top: 3px solid rgb(179,169,172);
}

.our_mission_FrSnB {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

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

.our_mission_FrSnB .text_bubble_gxXhR {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 800px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 3px 10px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 50px 40px;
    position: relative;
    margin-left: auto;
    background: linear-gradient(to right, rgba(255,255,255,0.92), rgba(255,255,255,0.85));
}

.our_mission_FrSnB .text_bubble_gxXhR:hover::before {
    transform: scaleY(1);
}

.our_mission_FrSnB h5::after {
    position: absolute;
    bottom: 0;
    content: "";
    animation: growLine 0.6s forwards 1s;
    background: rgb(179,169,172);
    left: 0;
    height: 3px;
    width: 40px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    transform-origin: left;
}

.our_mission_FrSnB p b {
    display: inline-block;
    font-size: 1.2em;
    color: rgb(179,169,172);
    font-weight: 700;
    position: relative;
}

.our_mission_FrSnB p b::before {
    content: "";
    background-color: rgb(212,204,209,0.5);
    left: -5%;
    z-index: -1;
    width: 110%;
    height: 8px;
    position: absolute;
    bottom: 2px;
}

.our_mission_FrSnB ol li {
    transform: translateY(20px);
    list-style: none;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
    padding-left: 0;
    counter-increment: item;
    margin-bottom: 15px;
    text-align: justify;
    animation: fadeUp 0.8s forwards 0.9s;
    position: relative;
}

.connect_with_us_BnXNg::after {
    background-image: 
        linear-gradient(90deg, rgba(rgb(212,204,209), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(212,204,209), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(179,169,172), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(212,204,209), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(179,169,172), 0.04) 0%, transparent 30%);
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    background-position: center center;
    height: 100%;
    position: absolute;
    left: 0;
    animation: backgroundShift 30s linear infinite;
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
}

.connect_with_us_BnXNg .message_request_LVqzm {
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    margin-top: 60px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    display: flex;
    border-radius: 16px;
}

.connect_with_us_BnXNg .pic_show_LREQB {
    overflow: hidden;
    min-height: 500px;
    position: relative;
    transform: translateZ(0);
    flex: 0 0 45%;
}

.connect_with_us_BnXNg .pic_show_LREQB::after {
    content: "";
    width: 300%;
    height: 300%;
    left: -100%;
    animation: shine 6s infinite ease-in-out;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    position: absolute;
    z-index: 2;
    top: -100%;
}

.connect_with_us_BnXNg .feedback_form_JBKzA::before {
    border-radius: 50%;
    background: 
        radial-gradient(circle, rgba(rgb(212,204,209), 0.03) 0%, transparent 70%);
    position: absolute;
    content: "";
    height: 500px;
    right: 0;
    z-index: 0;
    width: 500px;
    opacity: 0.5;
    top: 0;
}

.connect_with_us_BnXNg form h3::after {
    width: 30px;
    content: "";
    height: 2px;
    left: 0;
    bottom: -15px;
    position: absolute;
    background: rgb(212,204,209);
}

.connect_with_us_BnXNg form input[type="text"]:focus {
    outline: none;
    border-color: rgb(212,204,209);
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 0 0 4px rgba(rgb(212,204,209), 0.1);
}

.connect_with_us_BnXNg form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.connect_with_us_BnXNg .feedback_info_BfCEX {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.connect_with_us_BnXNg .feedback_info_BfCEX label {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
}

.connect_with_us_BnXNg .feedback_info_BfCEX input[type="checkbox"]:checked + label::before {
    border-color: rgb(212,204,209);
    background: rgb(212,204,209);
}

.connect_with_us_BnXNg .feedback_info_BfCEX label a {
    color: rgb(212,204,209);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.connect_with_us_BnXNg .feedback_info_BfCEX label a::after {
    transform: scaleX(0);
    background: rgb(212,204,209);
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -2px;
    transform-origin: right;
    transition: transform 0.3s ease;
    width: 100%;
}

.connect_with_us_BnXNg .reach_list_TJlwM {
    font-weight: 600;
    background: rgb(212,204,209);
    padding: 16px 40px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    border: none;
    color: #ffffff;
    z-index: 1;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.connect_with_us_BnXNg .reach_list_TJlwM::after {
    border-radius: 50%;
    transform: scale(0);
    left: -10px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    width: 50px;
    top: -50%;
}

.connect_with_us_BnXNg svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(212,204,209);
}

.connect_with_us_BnXNg form input {
    border: 1px solid rgb(212,204,209);
}

.academic_experience_GjHem {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,239) 0%, #ffffff 100%);
}

.academic_experience_GjHem::after {
    width: 300px;
    left: -50px;
    background: rgb(179,169,172,0.5);
    filter: blur(100px);
    z-index: 0;
    height: 300px;
    bottom: -50px;
    position: absolute;
    content: "";
}

.academic_experience_GjHem .student_ratings_daNio:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.academic_experience_GjHem .student_ratings_daNio > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.academic_experience_GjHem .student_ratings_daNio .pic_show_LREQB {
    width: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.academic_experience_GjHem .student_ratings_daNio > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}

.academic_experience_GjHem .student_ratings_daNio .name {
    font-size: calc(19px * 1.1);
    position: relative;
    display: inline-block;
    color: rgb(212,204,209);
    margin-bottom: 10px;
    font-weight: 700;
}

.academic_experience_GjHem .student_ratings_daNio > div:nth-child(2) > div {
    color: #000000;
    margin-top: 15px;
    font-weight: 600;
    font-size: calc(13px * 0.95);
    font-style: italic;
}

.academic_experience_GjHem .student_ratings_daNio .professional_exp_ihcUR {
    margin: 0;
    color: #000000;
    padding: 20px 0;
    transform: translateZ(5px);
    position: relative;
    line-height: 1.7;
    font-size: 13px;
}

.academic_experience_GjHem .student_ratings_daNio .professional_exp_ihcUR::after {
    right: -15px;
    content: "";
    bottom: -60px;
}

.course_program_QuoZW {
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,239) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.course_program_QuoZW::after {
    animation: rotate 30s linear infinite;
    right: -50px;
    z-index: 1;
    bottom: -50px;
    position: absolute;
    border: 1px solid rgb(179,169,172,0.5);
    width: 200px;
    border-radius: 50%;
    content: "";
    opacity: 0.2;
    height: 200px;
}

.course_program_QuoZW h2 {
    margin-bottom: 50px;
    color: #000000;
    font-size: 28px;
    transform: perspective(1000px) rotateX(0deg);
    display: inline-block;
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease-out;
}

.course_program_QuoZW h2:hover::after {
    transform: scaleX(1);
}

.course_program_QuoZW .class_plan_vxjZR {
    gap: 40px;
    position: relative;
    transform-style: preserve-3d;
    display: flex;
}

.course_program_QuoZW .pic_show_LREQB::before {
    content: "";
    transition: opacity 0.5s ease;
    top: 0;
    opacity: 0.3;
    z-index: 1;
    background: linear-gradient(225deg, rgb(212,204,209,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}

.course_program_QuoZW .pic_show_LREQB:hover::before {
    opacity: 0.5;
}

.course_program_QuoZW .description {
    font-size: 17px;
    margin-bottom: 20px;
    transform: translateY(0);
    position: relative;
    line-height: 1.8;
    transition: transform 0.4s ease-out;
    color: #000000;
}

.course_program_QuoZW .description:first-of-type::first-letter {
    font-size: 1.6em;
    color: rgb(212,204,209);
    margin-right: 2px;
    font-weight: 600;
}

.cookieDisclosurePanel_uiefL {
    position: fixed;
    background: rgb(239,237,239);
    width: 100%;
    border-top: 2px solid rgb(212,204,209);
    bottom: 0;
    z-index: 90;
}

#cookie_popup_info_HclkU {
    display: none;
}

#cookie_popup_info_HclkU:checked ~ .cookieDisclosurePanel_uiefL {
    visibility: hidden;
    opacity: 0;
}

.edu_cookie_tIMKC svg, .edu_cookie_tIMKC svg path, .edu_cookie_tIMKC img {
    width: 100px;
    fill: rgb(212,204,209);
    height: 100px;
}

.cookieDisclosurePanel_uiefL p a {
    text-decoration: none;
    color: rgb(212,204,209);
}



.wrapping-container_itVDd .cookieDisclosurePanel_uiefL {
    border: none;
    box-shadow: rgb(179,169,172,0.5) 0px 0px 40px 39px;
    background: rgb(179,169,172);
    padding: 40px 0;
}

.wrapping-container_itVDd .track_cookies_RJdGA h5, .wrapping-container_itVDd .track_cookies_RJdGA p {
    color: #ffffff;
}

header::before {
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(212,204,209), rgb(179,169,172));
    z-index: 0;
    position: absolute;
    top: 0;
    width: 35%;
    height: 100%;
}

header .nav_primary_zOxZS {
    padding: 1.2rem 0;
    text-decoration: none;
    justify-content: center;
    display: flex;
    position: relative;
    width: 35%;
    align-items: center;
}

header .main_master_UVnRa {
    gap: 0.5rem;
    display: flex;
    padding: 1.2rem 3%;
    justify-content: flex-start;
    position: relative;
    width: 65%;
    align-items: center;
}

header .head_section_JShIy {
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    z-index: 1;
    font-weight: 600;
    position: relative;
}

header .head_section_JShIy:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}

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

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

header .top_plank .header_head_ZDFdb div img, header .top_plank .header_head_ZDFdb div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}

.plan_block_QuYCe::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(179,169,172,0.5) 0%, transparent 60%);
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

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

.plan_block_QuYCe .pricing_deals_ZfYoQ .study_sub_BcXhV {
    margin-bottom: 0;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    max-width: 700px;
    overflow-wrap: break-word;
    font-size: 16px;
}

.plan_block_QuYCe .discount_plan_wzVZD {
    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);
    overflow: hidden;
    text-decoration: none;
    position: relative;
    display: block;
    transform: translateY(0);
    border-radius: 4px;
}

.plan_block_QuYCe .price_grid_JqmuI::before {
    content: "";
    transition: transform 0.4s ease-out;
    width: 100%;
    left: 0;
    transform: scaleX(0.8);
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(212,204,209), rgb(179,169,172));
    height: 5px;
    transform-origin: left;
}

.plan_block_QuYCe .learning_cost_iRevV h3 {
    position: relative;
    font-weight: 700;
    overflow: hidden;
    color: #000000;
    font-size: calc(23px + 2px);
    text-overflow: ellipsis;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    white-space: nowrap;
    transform-origin: left;
}

.plan_block_QuYCe .cost_options_oxLWh::after {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
    width: 50px;
    position: absolute;
    transform: scaleX(0.5);
    background: rgb(212,204,209);
    content: "";
    transform-origin: left;
    left: 0;
    bottom: -5px;
}

.plan_block_QuYCe .pic_show_LREQB {
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.plan_block_QuYCe .pic_show_LREQB::after {
    pointer-events: none;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}

.welcome_aGSqr::before {
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    top: 0;
}

.welcome_aGSqr .course_head_MaQdX {
    border-radius: 2px;
    width: 100%;
    perspective: 1000px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.1);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
    transform-style: preserve-3d;
    z-index: 3;
    max-width: 1200px;
}

.welcome_aGSqr .course_head_MaQdX > div > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}

.welcome_aGSqr h3 {
    font-size: 18px;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding-left: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.welcome_aGSqr .virtual_training_NSAYD {
    justify-content: center;
    min-height: 360px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    display: flex;
    overflow: hidden;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(20px);
    position: relative;
}

.welcome_aGSqr .virtual_training_NSAYD > div {
    border-left: 4px solid rgb(212,204,209);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    width: 90%;
    padding: 2.5rem;
    background: rgba(255,255,255,0.1);
    transition: transform 0.4s ease-out;
    max-width: 800px;
    z-index: 2;
    backdrop-filter: blur(5px);
}

.welcome_aGSqr .virtual_training_NSAYD p::after {
    background: rgb(179,169,172);
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    animation: pulse 2s infinite;
    content: "";
    width: 60px;
}

.welcome_aGSqr .title_style_header::before {
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(212,204,209), rgb(179,169,172));
    width: 0;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -10px;
    content: "";
    position: absolute;
}

.teaching_process_dOUlt {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,239) 0%, #ffffff 100%);
}

.teaching_process_dOUlt::after {
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
    right: 0;
    opacity: 0.1;
    background: linear-gradient(to left, rgb(212,204,209,0.5) 0%, transparent 100%);
    transform: skewX(-15deg) translateX(20%);
    position: absolute;
    width: 40%;
}

.teaching_process_dOUlt .ethos_block_VpBXd {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.teaching_process_dOUlt h2 {
    margin-bottom: 2.5rem;
    opacity: 1;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 38px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
    transform: translateY(0);
}

.teaching_process_dOUlt h2:hover::before {
    transform: scaleX(1.2);
}

.teaching_process_dOUlt .text_bubble_gxXhR {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s ease;
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(212,204,209);
    padding: 2.5rem;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
}

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

.teaching_process_dOUlt p:first-child {
    margin-top: 0;
}

.location_details_UZvjN {
    background: rgb(239,237,239);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.location_details_UZvjN::after {
    height: 100%;
    opacity: 0.4;
    animation: rotateBlur 25s infinite linear;
    position: absolute;
    background: rgb(212,204,209,0.5);
    right: -50%;
    width: 100%;
    top: -50%;
    z-index: 0;
    filter: blur(120px);
    content: "";
}


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

.location_details_UZvjN .instant_contact_CvHfj {
    padding: 20px;
    gap: 15px;
    display: grid;
    background: transparent;
    position: relative;
    overflow: visible;
    grid-template-columns: 1fr;
}

.location_details_UZvjN .team_contact_FUlmD svg {
    stroke: rgb(212,204,209);
    fill: none;
    height: 30px;
    margin-right: 15px;
    stroke-linejoin: round;
    stroke-linecap: round;
    width: 30px;
    stroke-width: 2;
}


.location_details_UZvjN .team_contact_FUlmD::after {
    background: rgb(212,204,209);
    left: 0;
    height: 4px;
    width: 80px;
    bottom: -10px;
    position: absolute;
    border-radius: 10px;
    content: "";
}

.location_details_UZvjN .edu_input_KbQCn {
    gap: 15px;
    display: grid;
    z-index: 1;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    grid-template-columns: 1fr;
    background: #ffffff;
}


.location_details_UZvjN .edu_input_KbQCn,
.location_details_UZvjN .request_support_hyoaJ {
    animation: fadeInBottom 0.5s ease-out forwards;
}

.location_details_UZvjN .edu_input_KbQCn p:hover {
    transform: translateX(5px);
}

.location_details_UZvjN .edu_input_KbQCn p svg {
    stroke-width: 2;
    width: 20px;
    stroke-linejoin: round;
    stroke-linecap: round;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    stroke: rgb(212,204,209);
    transition: all 0.3s ease;
    fill: none;
    position: absolute;
    left: 15px;
}

.location_details_UZvjN .edu_input_KbQCn p:hover svg {
    stroke: rgb(179,169,172);
    transform: translateY(-50%) scale(1.2);
}

.location_details_UZvjN .edu_input_KbQCn p:nth-child(1) svg path {
    animation-delay: 0.6s;
}

.location_details_UZvjN .edu_input_KbQCn p:nth-child(2) svg path {
    animation-delay: 0.7s;
}

.location_details_UZvjN .edu_input_KbQCn p:nth-child(4) svg path {
    animation-delay: 0.9s;
}


.location_details_UZvjN .edu_input_KbQCn p span {
    margin-left: 10px;
}

.location_details_UZvjN .edu_input_KbQCn p a:hover {
    color: rgb(179,169,172);
}

.location_details_UZvjN .request_support_hyoaJ {
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    margin-top: 15px;
    border-radius: 12px;
}

.location_details_UZvjN .write_form_bPvxH svg {
    stroke: rgb(212,204,209);
    width: 20px;
    stroke-linejoin: round;
    height: 20px;
    fill: none;
    stroke-width: 2;
    margin-right: 10px;
    stroke-linecap: round;
}

.location_details_UZvjN .help_now_mpOwu {
    text-align: center;
    justify-content: center;
    display: flex;
    background: rgb(239,237,239);
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    align-items: center;
    padding: 10px;
}

.location_details_UZvjN .help_now_mpOwu:hover svg {
    transform: rotate(30deg);
    stroke: #000000;
    opacity: 1;
}

.location_details_UZvjN .edu_input_KbQCn p:nth-child(1) {
    animation-delay: 0.1s;
}

.location_details_UZvjN .edu_input_KbQCn p:nth-child(2) {
    animation-delay: 0.2s;
}

.location_details_UZvjN .edu_input_KbQCn p:nth-child(4) {
    animation-delay: 0.4s;
}

.confidential_zone_dEVpD {
    color: #ffffff;
    padding: 40px;
    z-index: 1;
    position: relative;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    height: auto;
}

.confidential_zone_dEVpD h2 {
    border-left: 4px solid rgb(179,169,172);
    margin-bottom: 15px;
    margin-top: 25px;
    color: rgb(179,169,172);
    padding-left: 15px;
    font-weight: 600;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 31px;
}

.confidential_zone_dEVpD ul, .confidential_zone_dEVpD ol {
    list-style: none;
    font-size: 14px;
    margin: 0;
    color: #ffffff;
    padding: 15px 0;
    padding-left: 0;
    font-family: Arial, sans-serif;
}

.confidential_zone_dEVpD li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}

.confidential_zone_dEVpD section {
    background: #000000;
    border-radius: 10px;
    border: 1px solid rgb(179,169,172,0.5);
    padding: 20px;
    margin-bottom: 20px;
}

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

footer::before {
    left: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(212,204,209,0.5) 35%, rgb(179,169,172,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    right: 0;
    background-size: 300% 300%;
    top: 0;
    animation: gradientFlow 20s ease infinite;
    bottom: 0;
    position: absolute;
    opacity: 0.75;
    z-index: -1;
}

.testimonial_TClfn::before {
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    box-shadow: 0 0 20px rgb(212,204,209,0.5);
    top: 0;
    position: absolute;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(212,204,209), rgb(179,169,172), transparent);
}

.testimonial_TClfn .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

.testimonial_TClfn .company_holder::before {
    background: linear-gradient(90deg, transparent, rgb(212,204,209), transparent);
    left: -50%;
    top: 0;
    height: 1px;
    position: absolute;
    width: 200%;
    content: "";
    transform: translateY(-1px);
}

.testimonial_TClfn .company_holder::after {
    bottom: 0;
    left: 0;
    height: 1px;
    transform: translateY(1px);
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(179,169,172), transparent);
    content: "";
}

.testimonial_TClfn .company_holder h3 {
    color: #ffffff;
    text-shadow: 0 0 15px rgb(212,204,209,0.5);
    display: inline-block;
    margin: 0 0 1.5rem;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 1px;
}

.testimonial_TClfn .company_holder:hover h3::after {
    width: 100%;
}

.testimonial_TClfn .review_block_dXVKf {
    text-shadow: 0 0 10px #000000;
    max-width: 100%;
    opacity: 0.85;
    line-height: 1.6;
    font-size: 17px;
    color: #ffffff;
}

.testimonial_TClfn .top_pagewrap_tukaX {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}

.testimonial_TClfn .main_master_UVnRa::before {
    height: 1px;
    top: 0;
    content: "";
    left: -50%;
    background: linear-gradient(90deg, transparent, rgb(179,169,172), transparent);
    position: absolute;
    width: 200%;
    transform: translateY(-1px);
}

.testimonial_TClfn .main_master_UVnRa::after {
    height: 1px;
    left: 0;
    transform: translateY(1px);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(212,204,209), transparent);
    bottom: 0;
    content: "";
    width: 100%;
}

.testimonial_TClfn .main_master_UVnRa h5 {
    font-size: 24px;
    position: relative;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-weight: 600;
    text-shadow: 0 0 15px rgb(179,169,172,0.5);
    letter-spacing: 0.5px;
    display: inline-block;
}

.testimonial_TClfn .main_master_UVnRa:hover h5::after {
    width: 100%;
}

.testimonial_TClfn .main_master_UVnRa .top_pagewrap_tukaX {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.testimonial_TClfn .main_master_UVnRa .top_pagewrap_tukaX a::before {
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(212,204,209), rgb(179,169,172));
    height: 100%;
    opacity: 0.5;
    transition: all 0.3s ease;
    z-index: -1;
    border-radius: 10px;
}

.testimonial_TClfn .main_master_UVnRa .top_pagewrap_tukaX a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(179,169,172,0.5);
}

.testimonial_TClfn .main_master_UVnRa .top_pagewrap_tukaX a:hover::before {
    opacity: 1;
    width: 5px;
    box-shadow: 0 0 10px rgb(212,204,209);
}

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

.skill_test_uEidj .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.skill_test_uEidj .tutor_match_QsqOx:hover {
    text-shadow: 0 0 8px rgb(179,169,172,0.5);
    opacity: 1;
}

.thanksBlock_WZLEt {
    background: linear-gradient(135deg, rgb(239,237,239) 0%, rgb(179,169,172,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}

.thanksBlock_WZLEt::after {
    right: -50%;
    background: rgb(255, 255, 255, 0.5);
    z-index: 0;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: rotate(25deg);
    width: 100%;
    opacity: 0.05;
    top: -50%;
    height: 100%;
    content: "";
}

.thanksBlock_WZLEt h2 {
    line-height: 1.3;
    animation: slide-up 0.8s ease-out forwards;
    font-weight: 700;
    padding-left: 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: left;
    transform: translateY(30px);
    margin-bottom: 3rem;
    max-width: 90%;
    border-left: 5px solid rgb(212,204,209);
    font-size: 33px;
    opacity: 0;
}

.thanksBlock_WZLEt .ethos_block_VpBXd::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(212,204,209) 0%, rgb(179,169,172) 100%);
    height: 5px;
    content: "";
    left: 0;
    position: absolute;
}

.thanksBlock_WZLEt li {
    position: relative;
    padding: 0.5rem 0;
}

.thanksBlock_WZLEt li::before {
    transform: scaleY(0);
    animation: grow-line 1.2s ease-out forwards 0.8s;
    background: rgb(212,204,209,0.5);
    opacity: 0;
    transform-origin: top;
    position: absolute;
    top: 0;
    left: -1.5rem;
    height: 100%;
    width: 3px;
    content: "";
}



.thanksBlock_WZLEt .ethos_block_VpBXd:hover {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.take_a_spin_jKJMv::before {
    top: -100px;
    opacity: 0.5;
    filter: blur(60px);
    width: 300px;
    content: "";
    position: absolute;
    height: 300px;
    border-radius: 50%;
    right: -100px;
    background: rgb(212,204,209,0.5);
    animation: float 8s infinite ease-in-out;
}

.take_a_spin_jKJMv .container {
    padding: 0 2rem;
    display: flex;
    z-index: 2;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1200px;
    position: relative;
}

.take_a_spin_jKJMv .ethos_block_VpBXd {
    transform: translateY(0);
    justify-content: center;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    display: flex;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.15);
    gap: 1.5rem;
    border-radius: 27px;
    padding: 2rem 3rem;
}

.take_a_spin_jKJMv svg:hover {
    transform: scale(1.1) rotate(5deg);
}

.take_a_spin_jKJMv .ethos_block_VpBXd:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.5));
}

.take_a_spin_jKJMv .reach_list_TJlwM {
    text-decoration: none;
    color: rgb(212,204,209);
    display: inline-block;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-weight: 600;
    padding: 1rem 2.5rem;
    background: #ffffff;
    font-size: 20px;
    overflow: hidden;
}

.take_a_spin_jKJMv .reach_list_TJlwM:hover::before {
    left: 100%;
}

.take_a_spin_jKJMv .reach_list_TJlwM:active {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transform: translateY(0);
}

.prospective_members_nAEBa::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(179,169,172,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(212,204,209,0.5) 0%, transparent 40%);
    opacity: 0.2;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    content: '';
    left: 0;
}

.prospective_members_nAEBa h3::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 50px;
    content: '';
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(212,204,209), transparent);
    left: 50%;
    opacity: 0.8;
    height: 3px;
}

.prospective_members_nAEBa li {
    backdrop-filter: blur(10px);
    padding: 2.5rem 2rem;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 15px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    align-items: center;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
}

.prospective_members_nAEBa li {
    margin-top: 1rem;
    color: #000000;
    font-size: calc(15px * 1.1);
    font-weight: 300;
    line-height: 1.7;
}

.prospective_members_nAEBa li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
    border-color: rgb(212,204,209,0.5);
}

.prospective_members_nAEBa li svg {
    filter: drop-shadow(0 3px 6px rgb(179,169,172,0.5));
    fill: rgb(179,169,172);
    height: 70px;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    animation: float 8s ease-in-out infinite;
    width: 70px;
}

.prospective_members_nAEBa li:hover svg path {
    fill: rgb(212,204,209);
}

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

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


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


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



@media (max-width: 1200px) {.user_reviews_KgOiz {
    padding: 5rem 0;
}.user_reviews_KgOiz h2 {
    font-size: calc(31px * 0.9);
}.user_reviews_KgOiz .client_review_AHZRe {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.user_reviews_KgOiz {
    padding: 3.5rem 0;
}.user_reviews_KgOiz h2 {
    font-size: calc(31px * 0.8);
    transform: none;
    margin-bottom: 2rem;
}.user_reviews_KgOiz .client_review_AHZRe {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_reviews_KgOiz .student_ratings_daNio::before {
    font-size: 6rem;
}
}



@media (max-width: 375px) {.user_reviews_KgOiz h2 {
    font-size: calc(31px * 0.6);
}.user_reviews_KgOiz .student_ratings_daNio {
    padding: 1.25rem 1rem;
}
}



@media (prefers-reduced-motion: reduce) {.user_reviews_KgOiz .student_ratings_daNio,
    .user_reviews_KgOiz .student_ratings_daNio img {
    transition: none;
}.user_reviews_KgOiz .student_ratings_daNio:hover {
    transform: none;
}.user_reviews_KgOiz .student_ratings_daNio:hover img {
    transform: none;
}}



@media (max-width: 767px) {.our_mission_FrSnB {
    padding: 60px 0;
}.our_mission_FrSnB .text_bubble_gxXhR {
    padding: 30px 25px;
    max-width: 100%;
    transform: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.08);
}.our_mission_FrSnB .text_bubble_gxXhR::before {
    width: 4px;
    left: 0;
}.our_mission_FrSnB h5 {
    margin-bottom: 15px;
}.our_mission_FrSnB p {
    margin-bottom: 20px;
}.our_mission_FrSnB ol li {
    line-height: 1.6;
}
}



@media (max-width: 1024px) {.connect_with_us_BnXNg {
    padding: 80px 0;
}.connect_with_us_BnXNg .message_request_LVqzm {
    margin-top: 50px;
}.connect_with_us_BnXNg .pic_show_LREQB {
    min-height: 450px;
}.connect_with_us_BnXNg .feedback_form_JBKzA {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.connect_with_us_BnXNg {
    padding: 50px 0;
}.connect_with_us_BnXNg h2 {
    font-size: calc(28px * 0.85);
}.connect_with_us_BnXNg .message_request_LVqzm {
    margin-top: 30px;
    border-radius: 12px;
}.connect_with_us_BnXNg .pic_show_LREQB {
    min-height: 220px;
}.connect_with_us_BnXNg .feedback_form_JBKzA {
    padding: 30px 20px;
}.connect_with_us_BnXNg form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.connect_with_us_BnXNg form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect_with_us_BnXNg .feedback_info_BfCEX {
    margin-bottom: 20px;
}.connect_with_us_BnXNg .feedback_info_BfCEX label {
    font-size: calc(14px * 0.9);
}.connect_with_us_BnXNg .reach_list_TJlwM {
    padding: 12px 20px;
}}



@media (min-width: 992px) {.academic_experience_GjHem {
    padding: 140px 0;
}.academic_experience_GjHem .student_ratings_daNio {
    padding: 60px;
    grid-template-columns: 260px 1fr;
    gap: 40px 60px;
}.academic_experience_GjHem .student_ratings_daNio .pic_show_LREQB {
    height: 220px;
    width: 220px;
}.academic_experience_GjHem .student_ratings_daNio .name {
    font-size: calc(19px * 1.2);
}.academic_experience_GjHem .student_ratings_daNio .professional_exp_ihcUR {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 480px) {.academic_experience_GjHem {
    padding: 60px 0;
}.academic_experience_GjHem .student_ratings_daNio {
    gap: 20px;
    padding: 25px 20px;
}.academic_experience_GjHem .student_ratings_daNio .pic_show_LREQB {
    height: 120px;
    width: 120px;
}.academic_experience_GjHem .student_ratings_daNio .name {
    font-size: 19px;
}.academic_experience_GjHem .student_ratings_daNio > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 768px) {.course_program_QuoZW {
    padding: 60px 0;
}.course_program_QuoZW h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.course_program_QuoZW .pic_show_LREQB {
    height: 280px;
}.course_program_QuoZW .text_bubble_gxXhR {
    max-height: 350px;
}.course_program_QuoZW .description {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}


@media only screen and (max-width: 1200px) {.cookieDisclosurePanel_uiefL {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.edu_cookie_tIMKC {
    display: none;
}.cookie_data_hfRFQ {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieDisclosurePanel_uiefL h5 {
    text-align: center;
}.cookieDisclosurePanel_uiefL p {
    text-align: center;
}.track_cookies_RJdGA {
    margin-bottom: 20px;
}body .wrapping-container_itVDd .cookie_gate_fMsyP {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {header {
    background: rgb(239,237,239);
}header::before {
    height: auto;
    bottom: 50%;
    width: 100%;
    top: 0;
}header .main_train_jwHgB {
    flex-direction: column;
    align-items: center;
}header .nav_primary_zOxZS {
    padding: 0.8rem 0;
    width: 100%;
}header .nav_primary_zOxZS svg {
    width: 120px;
}header .main_master_UVnRa {
    gap: 0.6rem;
    padding: 0.8rem 0;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
}header .main_master_UVnRa::before {
    width: 100%;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(212,204,209,0.5), transparent);
    top: 0;
    height: 1px;
}header .head_section_JShIy {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}



@media (min-width: 992px) {.plan_block_QuYCe .promo_rates_ANJYC {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.plan_block_QuYCe .pricing_deals_ZfYoQ {
    flex-direction: column;
    padding: 50px 40px;
    display: flex;
    width: 30%;
    justify-content: center;
}.plan_block_QuYCe .access_plans_LqInz {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.plan_block_QuYCe .learning_cost_iRevV {
    padding: 30px;
}.plan_block_QuYCe .learning_cost_iRevV p {
    -webkit-line-clamp: 6;
}
}



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



@media (min-width: 768px) {.welcome_aGSqr {
    padding: 5rem 2rem;
}.welcome_aGSqr .course_head_MaQdX {
    padding: 3rem;
}.welcome_aGSqr .course_head_MaQdX > div {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.welcome_aGSqr .virtual_training_NSAYD {
    min-height: 450px;
}.welcome_aGSqr h3 {
    font-size: calc(18px * 1.1);
}.welcome_aGSqr .title_style_header {
    font-size: calc(43px * 1.1);
}
}



@media (max-width: 767px) {.welcome_aGSqr .course_head_MaQdX {
    padding: 1.5rem;
}.welcome_aGSqr .course_head_MaQdX > div > div:first-child {
    padding: 1rem;
}.welcome_aGSqr h3 {
    font-size: calc(18px * 1.1);
}.welcome_aGSqr .virtual_training_NSAYD {
    min-height: 280px;
}.welcome_aGSqr .virtual_training_NSAYD > div {
    width: 95%;
    padding: 1.5rem;
}.welcome_aGSqr .title_style_header {
    font-size: calc(28px * 0.9);
}
}




@media screen and (max-width: 1200px) {.teaching_process_dOUlt .ethos_block_VpBXd {
    max-width: 90%;
}
}



@media screen and (max-width: 992px) {.teaching_process_dOUlt {
    padding: 5rem 0;
}.teaching_process_dOUlt h2 {
    font-size: calc(38px * 0.9);
}.teaching_process_dOUlt .text_bubble_gxXhR {
    padding: 2rem;
}
}



@media screen and (max-width: 768px) {.teaching_process_dOUlt {
    padding: 4rem 0;
}.teaching_process_dOUlt::after {
    width: 60%;
}.teaching_process_dOUlt h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.teaching_process_dOUlt h2::before {
    width: 5rem;
}.teaching_process_dOUlt .text_bubble_gxXhR {
    padding: 1.75rem;
}
}



@media (prefers-reduced-motion: reduce) {.teaching_process_dOUlt h2, 
    .teaching_process_dOUlt .text_bubble_gxXhR, 
    .teaching_process_dOUlt h2::before {
    transition: none;
}.teaching_process_dOUlt .text_bubble_gxXhR:hover {
    transform: none;
}}


@media (min-width: 768px) {.location_details_UZvjN .instant_contact_CvHfj {
    margin: 0 auto;
    max-width: 700px;
    grid-template-columns: 1fr;
}.location_details_UZvjN .edu_input_KbQCn {
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 15px;
}.location_details_UZvjN .edu_input_KbQCn::before {
    content: "";
    width: 40%;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    background: linear-gradient(to right, transparent, rgb(212,204,209,0.5));
}.location_details_UZvjN .edu_input_KbQCn p {
    padding: 15px 20px 15px 50px;
}.location_details_UZvjN .edu_input_KbQCn p svg {
    height: 22px;
    width: 22px;
}.location_details_UZvjN .edu_input_KbQCn p:nth-child(odd) {
    grid-column: 1;
}.location_details_UZvjN .edu_input_KbQCn p:nth-child(even) {
    grid-column: 2;
}.location_details_UZvjN .request_support_hyoaJ {
    margin-top: 20px;
}.location_details_UZvjN .write_form_bPvxH svg {
    height: 22px;
    width: 22px;
}.location_details_UZvjN .send_message_SLOGm {
    grid-template-columns: repeat(3, 1fr);
}.location_details_UZvjN .help_now_mpOwu svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}
}



@media only screen and (max-width: 800px) {.confidential_zone_dEVpD {
    width: 95%;
    padding: 20px;
}.confidential_zone_dEVpD h1 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(23px - 6px);
}.confidential_zone_dEVpD h2 {
    margin-bottom: 10px;
    font-size: calc(23px - 6px);
    margin-top: 20px;
}.confidential_zone_dEVpD ul, .confidential_zone_dEVpD ol {
    padding-left: 15px;
}.confidential_zone_dEVpD li {
    padding-left: 20px;
}.confidential_zone_dEVpD p, .confidential_zone_dEVpD span, .confidential_zone_dEVpD div {
    padding-left: 10px;
    margin-bottom: 15px;
}}



@media (max-width: 992px) {.testimonial_TClfn {
    padding: 3.5rem 0 2rem;
}.testimonial_TClfn .container {
    flex-direction: column;
    gap: 2rem;
}.testimonial_TClfn .company_holder,
    .testimonial_TClfn .learn_nav_tewEP {
    flex: 1 1 100%;
    min-width: 100%;
}.testimonial_TClfn .main_master_UVnRa {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}



@media (max-width: 576px) {.testimonial_TClfn {
    padding: 2.5rem 0 1rem;
}.testimonial_TClfn .top_pagewrap_tukaX {
    gap: 1rem;
}.testimonial_TClfn .main_master_UVnRa {
    min-width: 100%;
    flex: 1 1 100%;
}.testimonial_TClfn .main_master_UVnRa .top_pagewrap_tukaX a {
    padding: 0.4rem 0.8rem;
}.testimonial_TClfn .main_master_UVnRa .top_pagewrap_tukaX a:hover {
    padding-left: 1.2rem;
}.skill_test_uEidj {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.testimonial_TClfn .company_holder:hover,
    .testimonial_TClfn .main_master_UVnRa:hover {
    transform: translateY(-2px);
}}



@media (max-width: 575px) {.thanksBlock_WZLEt {
    padding: 2rem 0.8rem;
}.thanksBlock_WZLEt h2 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.7);
}.thanksBlock_WZLEt .ethos_block_VpBXd {
    padding: 1.2rem;
}.thanksBlock_WZLEt li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



@media (min-width: 1200px) {.thanksBlock_WZLEt .container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}.thanksBlock_WZLEt h2 {
    max-width: 80%;
    margin-left: 3rem;
}.thanksBlock_WZLEt .ethos_block_VpBXd {
    transform: translateY(30px) translateX(-2rem);
    width: 85%;
    margin-left: auto;
}.thanksBlock_WZLEt .ethos_block_VpBXd:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}



@media screen and (max-width: 768px) {.take_a_spin_jKJMv {
    padding: 3.5rem 0;
    transform: none;
}.take_a_spin_jKJMv h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.75rem;
}.take_a_spin_jKJMv .ethos_block_VpBXd {
    gap: 1.25rem;
    flex-direction: column;
    padding: 1.5rem 2rem;
}.take_a_spin_jKJMv svg {
    height: 36px;
    width: 36px;
}.take_a_spin_jKJMv .reach_list_TJlwM {
    text-align: center;
    width: 100%;
    padding: 0.75rem 2rem;
}
}



@media (max-width: 991px) {.prospective_members_nAEBa {
    padding: 5rem 0;
}.prospective_members_nAEBa h3 {
    font-size: calc(42px * 0.8);
    margin-bottom: 3rem;
}.prospective_members_nAEBa ul {
    gap: 2rem;
}.prospective_members_nAEBa li {
    padding: 2rem 1.5rem;
}.prospective_members_nAEBa li svg {
    height: 60px;
    margin-bottom: 1.2rem;
    width: 60px;
}
}



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



@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}

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



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



@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}



@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}



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

