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

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

.container {
    width: 1242px;
    margin: auto;
    max-width: 100%;
}

header,footer {
    width: 100%;
}

header {
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    z-index: 100;
    width: 100%;
}

.head_master_UBhYj {
    flex: 1 0 auto;
}


.user_reviews_KgOiz {
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,239) 0%, rgb(212,204,209,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.user_reviews_KgOiz::after {
    height: 100%;
    opacity: 0.05;
    content: '';
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(212,204,209,0.5) 0, rgb(212,204,209,0.5) 1px, transparent 1px, transparent 10px);
    position: absolute;
}

.user_reviews_KgOiz h2 {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    padding-bottom: 1.5rem;
    font-size: 31px;
}

.user_reviews_KgOiz .ethos_block_VpBXd {
    padding: 2rem 0;
    overflow: visible;
    position: relative;
}

.user_reviews_KgOiz .student_ratings_daNio {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 15px 25px -10px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    z-index: 2;
    flex-direction: column;
    transform: translateY(0) scale(1);
}

.user_reviews_KgOiz .student_ratings_daNio h3 {
    font-weight: 600;
    position: relative;
    margin-bottom: 0.75rem;
    color: rgb(212,204,209);
    display: inline-block;
    font-size: calc(23px * 1.1);
}

.user_reviews_KgOiz .student_ratings_daNio .description {
    font-size: 17px;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    color: #000000;
    line-height: 1.6;
    font-style: italic;
    z-index: 2;
    position: relative;
}

.user_reviews_KgOiz .student_ratings_daNio:hover img {
    transform: scale(1.1);
}

.user_reviews_KgOiz .student_ratings_daNio:nth-child(odd) {
    transform: translateY(10px) scale(1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75));
}

.user_reviews_KgOiz .student_ratings_daNio:nth-child(3n+1) {
    border-top: 3px solid rgb(212,204,209);
}

.user_reviews_KgOiz .student_ratings_daNio:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

.our_mission_FrSnB::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(212,204,209,0.5), rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    backdrop-filter: saturate(120%) contrast(105%);
    height: 100%;
    width: 100%;
}

.our_mission_FrSnB .text_bubble_gxXhR::before {
    left: -20px;
    content: "";
    position: absolute;
    background: rgb(212,204,209);
    transform: scaleY(0.92);
    width: 5px;
    transition: transform 0.4s ease-out;
    height: 100%;
    top: 0;
}

.our_mission_FrSnB .text_bubble_gxXhR:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_mission_FrSnB h5 {
    position: relative;
    margin: 0 0 20px;
    opacity: 0;
    color: rgb(212,204,209);
    transform: translateX(-10px);
    animation: slideInTitle 0.8s forwards 0.3s;
    letter-spacing: 1.5px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 19px;
}

.our_mission_FrSnB p {
    line-height: 1.5;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    animation: fadeUp 0.7s forwards 0.6s;
    color: #000000;
    transform: translateY(10px);
    opacity: 0;
    font-size: calc(16px * 1.2);
}

.our_mission_FrSnB ol {
    position: relative;
    padding: 0;
    counter-reset: item;
    list-style-position: inside;
    margin: 0;
}

.our_mission_FrSnB ol li::before {
    display: none;
}

.connect_with_us_BnXNg {
    background: linear-gradient(120deg, rgb(239,237,239), rgba(rgb(212,204,209), 0.03));
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.connect_with_us_BnXNg::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(212,204,209), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(179,169,172), 0.05) 0%, transparent 50%);
}



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

.connect_with_us_BnXNg h2 {
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    perspective: 1000px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
}

.connect_with_us_BnXNg h2::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(212,204,209), transparent);
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -10px;
}

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

.connect_with_us_BnXNg .pic_show_LREQB::before {
    z-index: 1;
    background: linear-gradient(210deg, rgba(rgb(212,204,209), 0.5), rgba(rgb(179,169,172), 0.5));
    mix-blend-mode: multiply;
    inset: 0;
    content: "";
    position: absolute;
}



.connect_with_us_BnXNg .feedback_form_JBKzA {
    flex: 0 0 55%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
    position: relative;
    padding: 60px 50px;
}

.connect_with_us_BnXNg form {
    position: relative;
    z-index: 3;
}

.connect_with_us_BnXNg form h3 {
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 35px;
}

.connect_with_us_BnXNg form input[type="text"] {
    color: #000000;
    padding: 18px 25px;
    background: rgba(rgb(239,237,239), 0.5);
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(rgb(212,204,209), 0.1);
    width: 100%;
    font-size: 15px;
    backdrop-filter: blur(5px);
    margin-bottom: 25px;
}

.connect_with_us_BnXNg form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}

.connect_with_us_BnXNg .feedback_info_BfCEX input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect_with_us_BnXNg .feedback_info_BfCEX label::before {
    top: 0;
    border: 1px solid rgba(rgb(212,204,209), 0.3);
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.6);
    content: "";
    border-radius: 4px;
    width: 22px;
    height: 22px;
}

.connect_with_us_BnXNg .feedback_info_BfCEX input[type="checkbox"]:checked + label::after {
    content: "";
    top: 4px;
    left: 8px;
    width: 6px;
    transform: rotate(45deg);
    height: 12px;
    position: absolute;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
}

.connect_with_us_BnXNg .feedback_info_BfCEX label a:hover {
    color: rgb(179,169,172);
}

.connect_with_us_BnXNg .feedback_info_BfCEX label a:hover::after {
    background: rgb(179,169,172);
    transform: scaleX(1);
    transform-origin: left;
}

.connect_with_us_BnXNg .reach_list_TJlwM::before {
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    background: linear-gradient(45deg, rgb(212,204,209), rgb(179,169,172));
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}

.connect_with_us_BnXNg .reach_list_TJlwM:hover::before {
    opacity: 1;
}

.connect_with_us_BnXNg .reach_list_TJlwM:hover::after {
    opacity: 0;
    transform: scale(4);
}

.connect_with_us_BnXNg svg {
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(212,204,209), 0.3));
    stroke-width: 2;
    stroke: rgb(212,204,209);
    transition: all 0.3s ease;
    fill: none;
}

.connect_with_us_BnXNg svg:hover,
.connect_with_us_BnXNg svg:hover path {
    stroke: rgb(179,169,172);
    transform: translateY(-2px);
}

.academic_experience_GjHem::before {
    right: -100px;
    filter: blur(120px);
    position: absolute;
    content: "";
    height: 400px;
    top: -100px;
    z-index: 0;
    width: 400px;
    background: rgb(212,204,209,0.5);
}

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

.academic_experience_GjHem .student_ratings_daNio {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
    position: relative;
    transform-style: preserve-3d;
    gap: 30px;
    display: grid;
    padding: 40px;
}

.academic_experience_GjHem .student_ratings_daNio:hover .pic_show_LREQB {
    transform: translateZ(20px) scale(1.05);
}

.academic_experience_GjHem .student_ratings_daNio .pic_show_LREQB::before {
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(212,204,209,0.5) 100%
  );
    z-index: 1;
    position: absolute;
    content: "";
    inset: 0;
}

.academic_experience_GjHem .student_ratings_daNio .name::after {
    position: absolute;
    background: rgb(179,169,172);
    width: 80px;
    bottom: -8px;
    content: "";
    height: 2px;
    transform: translateX(-50%);
    left: 50%;
}

.academic_experience_GjHem .student_ratings_daNio > div:nth-child(3) {
    position: relative;
}

.academic_experience_GjHem .student_ratings_daNio .professional_exp_ihcUR::before,
.academic_experience_GjHem .student_ratings_daNio .professional_exp_ihcUR::after {
    font-family: Georgia, serif;
    font-size: 80px;
    line-height: 1;
    color: rgb(212,204,209,0.5);
    position: absolute;
    content: "";
}

.academic_experience_GjHem .student_ratings_daNio .professional_exp_ihcUR::before {
    top: -20px;
    left: -15px;
}

.course_program_QuoZW::before {
    opacity: 0.15;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(212,204,209,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

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

.course_program_QuoZW h2::after {
    transform: scaleX(0.8);
    content: "";
    bottom: -15px;
    transform-origin: left center;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    width: 60%;
    background: linear-gradient(90deg, rgb(212,204,209) 0%, transparent 100%);
    height: 3px;
}

.course_program_QuoZW .pic_show_LREQB {
    position: relative;
    height: 500px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex: 0 0 45%;
}

.course_program_QuoZW .pic_show_LREQB:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}

.course_program_QuoZW .text_bubble_gxXhR {
    overflow-y: auto;
    flex: 0 0 50%;
    scrollbar-color: rgb(179,169,172,0.5) transparent;
    max-height: 500px;
    scrollbar-width: thin;
    padding-right: 20px;
    transform: translateZ(10px);
}

.course_program_QuoZW .description:first-of-type {
    position: relative;
}

.course_program_QuoZW .description:last-of-type {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgb(179,169,172,0.5);
}

.cookie_data_hfRFQ {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.cookieDisclosurePanel_uiefL h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookieDisclosurePanel_uiefL p {
    font-size: 18px;
}

.edu_cookie_tIMKC {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie_gate_fMsyP {
    flex-shrink: 0;
    white-space: nowrap;
    border-bottom: 2px solid rgb(212,204,209);
    text-decoration: none;
    min-width: 120px;
    text-align: center;
    font-size: 24px;
    color: rgb(212,204,209);
    line-height: 35px;
    margin-left: 10px;
    cursor: pointer;
}

.wrapping-container_itVDd .cookie_gate_fMsyP {
    margin-left: 30px;
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    border: none;
    color: #ffffff;
    background: rgb(212,204,209);
}

header .container {
    max-width: 100%;
    padding: 0;
    z-index: 1;
    position: relative;
    margin: 0;
    width: 100%;
}

header .main_train_jwHgB {
    display: flex;
    align-items: stretch;
    height: 100%;
}

header .nav_primary_zOxZS svg {
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
    transition: all 0.3s ease;
}

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

header .main_master_UVnRa::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(212,204,209,0.5), transparent);
    width: 1px;
    left: 0;
    height: 100%;
    top: 0;
    content: '';
}

header .head_section_JShIy::before {
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(212,204,209,0.5), rgb(179,169,172,0.5));
    position: absolute;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    content: '';
    width: 100%;
}

header .head_section_JShIy:hover::before {
    opacity: 1;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(212,204,209);
}

header .top_plank .header_head_ZDFdb div span {
    color: #ffffff;
}

header .top_plank .header_head_ZDFdb {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    font-size: 12px;
    line-height: 21px;
    display: flex;
    padding: 15px 0 10px 0;
    align-items: center;
}

.plan_block_QuYCe {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(239,237,239) 0%, rgb(212,204,209,0.5) 100%);
    overflow: hidden;
    position: relative;
}

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

.plan_block_QuYCe .promo_rates_ANJYC {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
    position: relative;
}

.plan_block_QuYCe .pricing_deals_ZfYoQ:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.plan_block_QuYCe .pricing_deals_ZfYoQ h2 {
    background: linear-gradient(90deg, rgb(212,204,209), rgb(179,169,172));
    letter-spacing: -0.02em;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    font-weight: 700;
    color: transparent;
    font-size: 38px;
    transform: translateZ(0);
    line-height: 1.3;
}

.plan_block_QuYCe .access_plans_LqInz {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}

.plan_block_QuYCe .discount_plan_wzVZD:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.plan_block_QuYCe .price_grid_JqmuI {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.plan_block_QuYCe .discount_plan_wzVZD:hover .price_grid_JqmuI::before {
    transform: scaleX(1);
}

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

.plan_block_QuYCe .discount_plan_wzVZD:hover .learning_cost_iRevV h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(212,204,209);
}

.plan_block_QuYCe .cost_options_oxLWh {
    color: rgb(179,169,172);
    font-weight: 700;
    position: relative;
    font-size: calc(23px + 4px);
    display: inline-block;
    margin-bottom: 20px;
}

.plan_block_QuYCe .discount_plan_wzVZD:hover .cost_options_oxLWh::after {
    transform: scaleX(1);
}

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

.plan_block_QuYCe .discount_plan_wzVZD:hover .pic_show_LREQB {
    transform: scale(1.05);
}

.welcome_aGSqr {
    background: linear-gradient(135deg, rgb(239,237,239), rgba(0, 0, 0, 0.5));
    justify-content: center;
    padding: 3rem 1rem;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
}

.welcome_aGSqr::after {
    height: 10px;
    content: "";
    box-shadow: 0 0 20px rgba(rgb(212,204,209,0.5), 0.5);
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, rgb(212,204,209) 0%, rgb(179,169,172) 50%, rgb(212,204,209) 100%);
    left: 0;
    bottom: -5px;
    width: 100%;
}

.welcome_aGSqr .course_head_MaQdX > div {
    display: grid;
    position: relative;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.welcome_aGSqr .course_head_MaQdX > div > div:first-child {
    padding: 1.5rem;
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1), 
              inset -2px -2px 5px rgba(255,255,255,0.05);
    background: rgba(255,255,255,0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(30px);
}

.welcome_aGSqr h3::before {
    background: linear-gradient(to bottom, rgb(212,204,209), rgb(179,169,172));
    position: absolute;
    width: 3px;
    height: 100%;
    transform: scaleY(0.9);
    top: 0;
    content: "";
    left: 0;
}

.welcome_aGSqr .virtual_training_NSAYD:hover {
    transform: translateZ(40px) scale(1.03);
}

.welcome_aGSqr .virtual_training_NSAYD::before {
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.7) 0%, 
    rgba(rgb(212,204,209,0.5), 0.5) 100%);
    height: 100%;
    position: absolute;
    top: 0;
}

.welcome_aGSqr .virtual_training_NSAYD > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.welcome_aGSqr .virtual_training_NSAYD p {
    position: relative;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    padding-bottom: 1rem;
    color: #ffffff;
}

.welcome_aGSqr .title_style_header {
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    font-size: calc(28px * 1.1);
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    letter-spacing: 1px;
}

.welcome_aGSqr .virtual_training_NSAYD:hover .title_style_header::before {
    width: 100%;
}

.teaching_process_dOUlt::before {
    position: absolute;
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(179,169,172,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(179,169,172,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(179,169,172,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(179,169,172,0.5) 75%);
    top: 0;
    opacity: 0.05;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
}

.teaching_process_dOUlt h2::before {
    bottom: -0.75rem;
    content: "";
    transform-origin: left;
    height: 3px;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(212,204,209) 0%, rgb(179,169,172) 100%);
    width: 6rem;
}

.teaching_process_dOUlt .text_bubble_gxXhR::before {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    opacity: 0.7;
}

.teaching_process_dOUlt .text_bubble_gxXhR:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.teaching_process_dOUlt p::first-letter {
    color: rgb(212,204,209);
    font-weight: 700;
    font-size: 1.5em;
}

.location_details_UZvjN::before {
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 40px,
            rgb(212,204,209,0.5) 40px,
            rgb(212,204,209,0.5) 41px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 40px,
            rgb(179,169,172,0.5) 40px,
            rgb(179,169,172,0.5) 41px
        );
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.3;
}

.location_details_UZvjN .team_contact_FUlmD {
    font-weight: 700;
    font-size: 34px;
    display: inline-block;
    color: #000000;
    margin: 0 0 10px 0;
    position: relative;
    text-align: left;
    display: flex;
    padding: 0;
    align-items: center;
}

.location_details_UZvjN .team_contact_FUlmD svg path {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawPath 1.5s forwards ease-in-out;
}

.location_details_UZvjN .pic_show_LREQB {
    z-index: -1;
    height: 100%;
    top: 0;
    opacity: 0;
    object-fit: cover;
    width: 100%;
    position: absolute;
    border-radius: 12px;
    left: 0;
    transition: all 0.5s ease;
}

.location_details_UZvjN .edu_input_KbQCn::before {
    top: 0;
    opacity: 0.9;
    z-index: -1;
    position: absolute;
    border-radius: 0 12px 12px 0;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    background-position: center;
    width: 50%;
    content: "";
    height: 100%;
    background-size: cover;
    right: 0;
}

.location_details_UZvjN .edu_input_KbQCn p {
    font-size: 15px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 20px 15px 50px;
    align-items: center;
    position: relative;
    border-left: 3px solid rgb(212,204,209);
    color: #000000;
    display: flex;
    border-radius: 10px;
    transition: transform 0.3s ease;
    backdrop-filter: blur(5px);
    margin: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.location_details_UZvjN .edu_input_KbQCn p {
    opacity: 0;
    animation: fadeInRight 0.4s ease-out forwards;
}

.location_details_UZvjN .edu_input_KbQCn p svg path {
    stroke-dasharray: 60;
    animation: drawIcon 0.8s forwards ease-out;
    stroke-dashoffset: 60;
}

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

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

.location_details_UZvjN .edu_input_KbQCn p a {
    color: rgb(212,204,209);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.location_details_UZvjN .write_form_bPvxH {
    border-bottom: 1px solid rgb(212,204,209,0.5);
    align-items: center;
    padding-bottom: 10px;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    color: rgb(212,204,209);
    margin: 0 0 20px 0;
}

.location_details_UZvjN .write_form_bPvxH svg circle {
    transform-origin: center;
    animation: rotatePoint 8s linear infinite;
}


.location_details_UZvjN .send_message_SLOGm {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.location_details_UZvjN .help_now_mpOwu:hover {
    background: rgb(212,204,209,0.5);
    transform: translateY(-3px);
}

.location_details_UZvjN .help_now_mpOwu svg {
    stroke-linecap: round;
    height: 14px;
    stroke-linejoin: round;
    fill: none;
    margin-right: 6px;
    transition: all 0.3s ease;
    opacity: 0.7;
    stroke-width: 2;
    stroke: rgb(212,204,209);
    width: 14px;
}

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

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

.confidential_zone_dEVpD::before {
    top: 10px;
    content: '';
    left: 10px;
    z-index: -1;
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.confidential_zone_dEVpD h1 {
    margin-top: 30px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(212,204,209);
    text-align: center;
    font-size: 40px;
    color: rgb(212,204,209);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.confidential_zone_dEVpD h3, .confidential_zone_dEVpD h4, .confidential_zone_dEVpD h5, .confidential_zone_dEVpD h6 {
    font-size: 23px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    color: rgb(212,204,209);
}

.confidential_zone_dEVpD li::before {
    content: ">";
    line-height: 1em;
    color: rgb(212,204,209);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.confidential_zone_dEVpD p, .confidential_zone_dEVpD span, .confidential_zone_dEVpD div {
    color: #ffffff;
    padding-left: 15px;
    border-left: 3px solid rgb(212,204,209);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}

footer::after {
    top: 0;
    position: absolute;
    opacity: 0.15;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(212,204,209,0.5) 25%, rgb(212,204,209,0.5) 26%, transparent 27%, transparent 74%, rgb(179,169,172,0.5) 75%, rgb(179,169,172,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(212,204,209,0.5) 25%, rgb(212,204,209,0.5) 26%, transparent 27%, transparent 74%, rgb(179,169,172,0.5) 75%, rgb(179,169,172,0.5) 76%, transparent 77%, transparent);
    content: "";
    background-size: 50px 50px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.testimonial_TClfn .company_holder {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    flex: 1 1 350px;
    backdrop-filter: blur(8px);
    border-radius: 16px;
    position: relative;
    transition: all 0.4s ease;
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

.testimonial_TClfn .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(212,204,209,0.5);
    transform: translateY(-5px);
}

.testimonial_TClfn .company_holder h3::after {
    transition: width 0.3s ease-out;
    box-shadow: 0 0 10px rgb(212,204,209);
    position: absolute;
    background: linear-gradient(90deg, rgb(212,204,209), rgb(179,169,172));
    border-radius: 10px;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: -8px;
    content: "";
}

.testimonial_TClfn .learn_nav_tewEP {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.testimonial_TClfn .main_master_UVnRa {
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 250px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2rem;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
}

.testimonial_TClfn .main_master_UVnRa:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(179,169,172,0.5);
    transform: translateY(-5px);
}

.testimonial_TClfn .main_master_UVnRa h5::after {
    background: linear-gradient(90deg, rgb(179,169,172), rgb(212,204,209));
    position: absolute;
    bottom: -8px;
    width: 40px;
    border-radius: 10px;
    height: 3px;
    content: "";
    left: 0;
    box-shadow: 0 0 10px rgb(179,169,172);
    transition: width 0.3s ease-out;
}

.testimonial_TClfn .main_master_UVnRa .top_pagewrap_tukaX a {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    color: #ffffff;
    opacity: 0.8;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 0 0 5px #000000;
    z-index: 1;
    display: block;
    text-decoration: none;
    font-size: 17px;
}

.testimonial_TClfn .main_master_UVnRa .top_pagewrap_tukaX a::after {
    width: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    transition: all 0.3s ease;
}

.testimonial_TClfn .main_master_UVnRa .top_pagewrap_tukaX a:hover::after {
    width: 100%;
    opacity: 0.2;
}

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

.skill_test_uEidj .tutor_match_QsqOx {
    transition: all 0.3s ease;
    opacity: 0.7;
    font-size: 14px;
    text-shadow: 0 0 5px #000000;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.thanksBlock_WZLEt::before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(212,204,209,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(179,169,172,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.15;
    z-index: 0;
    content: "";
    height: 100%;
}

.thanksBlock_WZLEt .container {
    perspective: 1000px;
    margin: 0 auto;
    transform: translateZ(0);
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.thanksBlock_WZLEt .ethos_block_VpBXd {
    position: relative;
    overflow: hidden;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    opacity: 0;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    animation: slide-up 0.8s ease-out forwards 0.2s;
}

.thanksBlock_WZLEt ul {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}

.thanksBlock_WZLEt li span {
    padding-left: 0.5rem;
    opacity: 0;
    font-size: 17px;
    display: block;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    text-align: left;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    transform: translateX(20px);
}

.take_a_spin_jKJMv {
    margin: 2rem 0;
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(179,169,172) 0%, rgb(212,204,209) 100%);
}

.take_a_spin_jKJMv::after {
    filter: blur(40px);
    opacity: 0.3;
    animation: float 6s infinite ease-in-out reverse;
    position: absolute;
    width: 200px;
    left: -50px;
    background: rgb(179,169,172,0.5);
    content: "";
    border-radius: 50%;
    bottom: -50px;
    height: 200px;
}

.take_a_spin_jKJMv h2 {
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    max-width: 800px;
    opacity: 1;
    transform: translateY(0);
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin-bottom: 2.5rem;
    line-height: 1.4;
}

.take_a_spin_jKJMv .ethos_block_VpBXd:hover {
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.take_a_spin_jKJMv svg {
    height: 48px;
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 48px;
}

.take_a_spin_jKJMv svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.take_a_spin_jKJMv .ethos_block_VpBXd div {
    align-items: center;
    justify-content: center;
    display: flex;
}

.take_a_spin_jKJMv .reach_list_TJlwM::before {
    z-index: -1;
    top: 0;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s ease;
}

.take_a_spin_jKJMv .reach_list_TJlwM:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    background: #ffffff;
    transform: translateY(-3px);
    color: rgb(179,169,172);
}

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

.prospective_members_nAEBa::after {
    content: '';
    opacity: 0.1;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    left: 0;
    position: absolute;
    height: 100%;
}

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

.prospective_members_nAEBa h3 {
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 300;
    color: rgb(212,204,209);
    font-size: 42px;
    letter-spacing: 2px;
}

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

.prospective_members_nAEBa li::before {
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: '';
    transition: opacity 0.5s ease;
    background: 
        radial-gradient(circle at 90% 10%, rgb(212,204,209,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(179,169,172,0.5) 0%, transparent 30%);
    opacity: 0.1;
    position: absolute;
    left: 0;
}

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

.prospective_members_nAEBa li:hover::before {
    opacity: 0.2;
}

.prospective_members_nAEBa li:hover::after {
    opacity: 0.1;
    transform: scale(1);
}

.prospective_members_nAEBa li:hover svg {
    filter: drop-shadow(0 8px 15px rgb(212,204,209,0.5));
    transform: translateY(-5px);
    fill: rgb(212,204,209);
}

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

.prospective_members_nAEBa li:nth-child(1) {
    animation-delay: 0s;
}

.prospective_members_nAEBa li:nth-child(3) {
    animation-delay: 0.6s;
}

.course_program_QuoZW .text_bubble_gxXhR::-webkit-scrollbar {
    width: 5px;
}

.course_program_QuoZW .text_bubble_gxXhR::-webkit-scrollbar-track {
    background: transparent;
}

.course_program_QuoZW .text_bubble_gxXhR::-webkit-scrollbar-thumb {
    background-color: rgb(179,169,172,0.5);
    border-radius: 10px;
}



@media (max-width: 992px) {.user_reviews_KgOiz {
    padding: 4rem 0;
}.user_reviews_KgOiz .client_review_AHZRe {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.75rem;
}.user_reviews_KgOiz .student_ratings_daNio {
    padding: 1.75rem 1.25rem;
}
}



@media (max-width: 576px) {.user_reviews_KgOiz {
    padding: 3rem 0;
}.user_reviews_KgOiz .container {
    padding: 0 1.25rem;
}.user_reviews_KgOiz h2 {
    font-size: calc(31px * 0.7);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.user_reviews_KgOiz h2::after {
    width: 60px;
    height: 3px;
}.user_reviews_KgOiz .ethos_block_VpBXd {
    padding: 1rem 0;
}.user_reviews_KgOiz .client_review_AHZRe {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.user_reviews_KgOiz .student_ratings_daNio {
    padding: 1.5rem 1.25rem;
}.user_reviews_KgOiz .student_ratings_daNio img {
    height: 50px;
    width: 50px;
}
}



@media (max-width: 991px) {.our_mission_FrSnB {
    padding: 80px 0;
}.our_mission_FrSnB .text_bubble_gxXhR {
    transform: perspective(800px) rotateY(-1deg);
    padding: 40px 30px;
}.our_mission_FrSnB h5 {
    font-size: calc(19px - 2px);
}.our_mission_FrSnB p {
    font-size: 16px;
}
}



@media (max-width: 480px) {.our_mission_FrSnB {
    padding: 50px 0;
}.our_mission_FrSnB .text_bubble_gxXhR {
    padding: 25px 20px;
}.our_mission_FrSnB h5 {
    font-size: calc(19px - 4px);
}.our_mission_FrSnB p {
    font-size: calc(16px - 1px);
}.our_mission_FrSnB ol li {
    line-height: 1.5;
    font-size: calc(16px - 1px);
}}



@media (max-width: 768px) {.connect_with_us_BnXNg {
    padding: 60px 0;
}.connect_with_us_BnXNg .message_request_LVqzm {
    margin-top: 40px;
    flex-direction: column;
}.connect_with_us_BnXNg .pic_show_LREQB {
    min-height: 300px;
    width: 100%;
}.connect_with_us_BnXNg .feedback_form_JBKzA {
    padding: 40px 30px;
    width: 100%;
}.connect_with_us_BnXNg form h3 {
    margin-bottom: 30px;
}.connect_with_us_BnXNg form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_with_us_BnXNg .feedback_info_BfCEX {
    margin-bottom: 25px;
}.connect_with_us_BnXNg .reach_list_TJlwM {
    width: 100%;
    padding: 14px 30px;
}
}



@media (min-width: 768px) {.academic_experience_GjHem .student_ratings_daNio {
    gap: 30px 40px;
    padding: 50px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.academic_experience_GjHem .student_ratings_daNio > div:first-child {
    grid-row: span 2;
}.academic_experience_GjHem .student_ratings_daNio > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.academic_experience_GjHem .student_ratings_daNio .name::after {
    transform: none;
    left: 0;
}.academic_experience_GjHem .student_ratings_daNio .professional_exp_ihcUR {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(179,169,172,0.5);
}
}



@media (max-width: 767px) {.academic_experience_GjHem {
    padding: 80px 0;
}.academic_experience_GjHem .student_ratings_daNio {
    padding: 30px 25px;
}.academic_experience_GjHem .student_ratings_daNio .pic_show_LREQB {
    width: 150px;
    height: 150px;
}.academic_experience_GjHem .student_ratings_daNio .professional_exp_ihcUR {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.academic_experience_GjHem .student_ratings_daNio .professional_exp_ihcUR::before,
  .academic_experience_GjHem .student_ratings_daNio .professional_exp_ihcUR::after {
    font-size: 60px;
}
}



@media (max-width: 992px) {.course_program_QuoZW {
    padding: 80px 0;
}.course_program_QuoZW h2 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.9);
}.course_program_QuoZW .class_plan_vxjZR {
    flex-direction: column;
    gap: 30px;
}.course_program_QuoZW .pic_show_LREQB {
    width: 100%;
    flex: 0 0 auto;
    height: 350px;
}.course_program_QuoZW .text_bubble_gxXhR {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 10px;
    max-height: 400px;
}
}



@media (max-width: 576px) {.course_program_QuoZW {
    padding: 50px 0;
}.course_program_QuoZW h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.course_program_QuoZW .pic_show_LREQB {
    height: 220px;
}.course_program_QuoZW .text_bubble_gxXhR {
    max-height: 300px;
}.course_program_QuoZW .description {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 991px) {header::before {
    width: 30%;
}header .nav_primary_zOxZS {
    padding: 1rem 0;
    width: 30%;
}header .nav_primary_zOxZS svg {
    width: 130px;
}header .main_master_UVnRa {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .head_section_JShIy {
    font-size: calc(17px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header .nav_primary_zOxZS {
    padding: 0.7rem 0;
}header .nav_primary_zOxZS svg {
    width: 110px;
}header .main_master_UVnRa {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    padding: 0.7rem 2%;
}header .main_master_UVnRa::-webkit-scrollbar {
    height: 3px;
}header .main_master_UVnRa::-webkit-scrollbar-thumb {
    background: rgb(212,204,209);
    border-radius: 10px;
}header .head_section_JShIy {
    flex-shrink: 0;
    padding: 0.45rem 0.9rem;
    margin-right: 2px;
    white-space: nowrap;
    font-size: calc(17px - 1px);
}}



@media (min-width: 768px) {.plan_block_QuYCe .access_plans_LqInz {
    grid-template-columns: repeat(2, 1fr);
}.plan_block_QuYCe .pricing_deals_ZfYoQ {
    padding: 40px;
}.plan_block_QuYCe .learning_cost_iRevV {
    padding: 30px 35px;
}.plan_block_QuYCe .pic_show_LREQB {
    height: 240px;
}
}



@media (min-width: 1200px) {.plan_block_QuYCe {
    padding: 120px 0;
}.plan_block_QuYCe .access_plans_LqInz {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_block_QuYCe .pricing_deals_ZfYoQ h2 {
    font-size: calc(38px + 4px);
}.plan_block_QuYCe .learning_cost_iRevV h3 {
    font-size: calc(23px + 4px);
}.plan_block_QuYCe .cost_options_oxLWh {
    font-size: calc(23px + 8px);
}.plan_block_QuYCe .pic_show_LREQB {
    height: 280px;
}
}



@media (hover: hover) {.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);
}.plan_block_QuYCe .discount_plan_wzVZD:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media (min-width: 992px) {.welcome_aGSqr {
    padding: 7rem 3rem;
}.welcome_aGSqr .course_head_MaQdX {
    padding: 3.5rem;
}.welcome_aGSqr .course_head_MaQdX > div {
    gap: 4rem;
}.welcome_aGSqr .virtual_training_NSAYD {
    min-height: 500px;
}.welcome_aGSqr .virtual_training_NSAYD > div {
    padding: 3.5rem;
}.welcome_aGSqr h3 {
    font-size: calc(18px * 1.2);
}.welcome_aGSqr .title_style_header {
    font-size: calc(43px * 1.2);
}.welcome_aGSqr .virtual_training_NSAYD p {
    font-size: calc(14px * 1.1);
}
}



@media (max-width: 480px) {.welcome_aGSqr {
    padding: 2rem 0.75rem;
}.welcome_aGSqr .course_head_MaQdX {
    padding: 1rem;
}.welcome_aGSqr .course_head_MaQdX > div {
    gap: 1.5rem;
}.welcome_aGSqr h3 {
    font-size: 18px;
}.welcome_aGSqr .virtual_training_NSAYD {
    min-height: 240px;
}.welcome_aGSqr .virtual_training_NSAYD > div {
    padding: 1.25rem;
}.welcome_aGSqr .title_style_header {
    font-size: calc(28px * 0.8);
}.welcome_aGSqr .virtual_training_NSAYD p {
    font-size: calc(14px * 0.9);
    margin-bottom: 1rem;
}}



@media screen and (max-width: 576px) {.teaching_process_dOUlt {
    padding: 3.5rem 0;
}.teaching_process_dOUlt .ethos_block_VpBXd {
    padding: 0 1.5rem;
}.teaching_process_dOUlt h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.75rem;
}.teaching_process_dOUlt h2::before {
    height: 2px;
    width: 4rem;
}.teaching_process_dOUlt .text_bubble_gxXhR {
    padding: 1.5rem;
}.teaching_process_dOUlt p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.teaching_process_dOUlt p::first-letter {
    font-size: 1.3em;
}
}


@media (min-width: 1024px) {.location_details_UZvjN .instant_contact_CvHfj {
    max-width: 1100px;
    align-items: center;
    gap: 0;
    margin: 0 auto;
    grid-template-columns: 5fr 7fr;
}.location_details_UZvjN .team_contact_FUlmD {
    grid-column: 1 / -1;
    margin-bottom: 30px;
}.location_details_UZvjN .team_contact_FUlmD svg {
    width: 35px;
    margin-right: 18px;
    height: 35px;
}.location_details_UZvjN .pic_show_LREQB {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    border-radius: 12px;
}.location_details_UZvjN .pic_show_LREQB::before {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: 2;
    background: linear-gradient(to right, transparent 50%, rgb(212,204,209,0.5));
}.location_details_UZvjN .edu_input_KbQCn {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    padding: 40px 40px 40px 80px;
    grid-column: 2;
    border-radius: 12px;
    margin-left: -50px;
    z-index: 2;
}.location_details_UZvjN .edu_input_KbQCn p svg {
    width: 24px;
    left: 20px;
    height: 24px;
}.location_details_UZvjN .edu_input_KbQCn::before {
    display: none;
}.location_details_UZvjN .request_support_hyoaJ {
    margin-top: 30px;
    grid-column: 1 / -1;
}.location_details_UZvjN .write_form_bPvxH svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.location_details_UZvjN .send_message_SLOGm {
    gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}.location_details_UZvjN .help_now_mpOwu svg {
    width: 16px;
    height: 16px;
}}



@media (max-width: 1200px) {.testimonial_TClfn .container {
    gap: 2rem;
}.testimonial_TClfn .company_holder {
    flex: 1 1 320px;
}.testimonial_TClfn .learn_nav_tewEP {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}



@media (max-width: 768px) {.testimonial_TClfn {
    padding: 3rem 0 1.5rem;
}.testimonial_TClfn .company_holder,
    .testimonial_TClfn .main_master_UVnRa {
    padding: 1.5rem;
}.testimonial_TClfn .top_pagewrap_tukaX {
    gap: 1.5rem;
}.testimonial_TClfn .company_holder h3 {
    font-size: calc(31px - 2px);
}.testimonial_TClfn .main_master_UVnRa h5 {
    font-size: calc(24px - 1px);
}.testimonial_TClfn .company_holder:hover,
    .testimonial_TClfn .main_master_UVnRa:hover {
    transform: translateY(-3px);
}
}



@media (max-width: 991px) {.thanksBlock_WZLEt {
    padding: 4rem 1.5rem;
}.thanksBlock_WZLEt h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
    margin-bottom: 2rem;
}.thanksBlock_WZLEt .ethos_block_VpBXd {
    padding: 2rem;
}
}



@media (max-width: 767px) {.thanksBlock_WZLEt {
    padding: 3rem 1rem;
}.thanksBlock_WZLEt h2 {
    padding-left: 1rem;
    border-left: 3px solid rgb(212,204,209);
    font-size: calc(33px * 0.8);
    margin-bottom: 1.5rem;
}.thanksBlock_WZLEt .ethos_block_VpBXd {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.thanksBlock_WZLEt li::before {
    left: -1rem;
}
}



@media (hover: hover) {.thanksBlock_WZLEt .ethos_block_VpBXd {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}



@media screen and (max-width: 992px) {.take_a_spin_jKJMv {
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem 0;
}.take_a_spin_jKJMv h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
}.take_a_spin_jKJMv .ethos_block_VpBXd {
    padding: 1.75rem 2.5rem;
}.take_a_spin_jKJMv svg {
    width: 40px;
    height: 40px;
}.take_a_spin_jKJMv .reach_list_TJlwM {
    padding: 0.875rem 2.25rem;
}
}



@media screen and (max-width: 576px) {.take_a_spin_jKJMv {
    padding: 3rem 0;
}.take_a_spin_jKJMv h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.take_a_spin_jKJMv .ethos_block_VpBXd {
    width: 90%;
    padding: 1.25rem 1.5rem;
}.take_a_spin_jKJMv svg {
    width: 32px;
    height: 32px;
}.take_a_spin_jKJMv .reach_list_TJlwM {
    padding: 0.75rem 1.5rem;
    font-size: calc(20px * 0.9);
}}



@media (max-width: 767px) {.prospective_members_nAEBa {
    padding: 4rem 0;
}.prospective_members_nAEBa h3 {
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    font-size: calc(42px * 0.7);
}.prospective_members_nAEBa ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.prospective_members_nAEBa li {
    padding: 1.8rem 1.2rem;
}.prospective_members_nAEBa li svg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}
}

@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}



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

@keyframes rotateBlur {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotatePoint {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


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

@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



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



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

