﻿.grid-container_Mg {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

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

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

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

.header_lead_VZ {
    flex: 1 0 auto;
}

html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}


.learning_profits_wf {
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(245, 245, 250, 0.95) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.learning_profits_wf::after {
    filter: blur(30px);
    height: 250px;
    bottom: -10%;
    width: 250px;
    z-index: 0;
    content: '';
    left: -5%;
    background: radial-gradient(circle, rgb(192,181,179,0.5) 0%, transparent 70%);
    position: absolute;
}

.learning_profits_wf .how_grow_pB {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    gap: 40px;
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 12px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 248, 252, 0.8));
    display: flex;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    flex-direction: column-reverse;
}

.learning_profits_wf .how_grow_pB:hover h4::after {
    transform: scaleX(1);
}

.learning_profits_wf .text_cube_TJ > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.learning_profits_wf ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.learning_profits_wf li:nth-child(1) {
    --i: 1;
}

.learning_profits_wf li:nth-child(2) {
    --i: 2;
}

.learning_profits_wf li:nth-child(3) {
    --i: 3;
}

.learning_profits_wf li:nth-child(4) {
    --i: 4;
}

.learning_profits_wf li p {
    font-size: 14px;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 8px;
    gap: 15px;
    padding: 12px 15px;
    align-items: flex-start;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03),
                -5px -5px 10px rgba(255, 255, 255, 0.8);
    background: linear-gradient(145deg, #ffffff, #f0f0f5);
    color: #000000;
}

.learning_profits_wf svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    transform-origin: center;
}

.learning_profits_wf li:hover svg path {
    fill: rgb(192,181,179);
}

.learning_profits_wf .how_grow_pB:hover .img_display_oV {
    transform: perspective(1000px) rotateY(0deg);
}

.academic_expertise_el {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(240, 242, 245, 0.9) 100%);
}

.academic_expertise_el::before {
    position: absolute;
    pointer-events: none;
    background-size: 60px 60px;
    height: 100%;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(192,181,179,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(192,181,179,0.5) 1px, transparent 1px);
    opacity: 0.05;
    z-index: 0;
    left: 0;
    top: 0;
}

.academic_expertise_el .client_ratings_xo {
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px;
}



.academic_expertise_el .client_ratings_xo {
    animation: fadeInUp 0.8s ease-out forwards;
}

.academic_expertise_el .client_ratings_xo:hover .img_display_oV {
    transform: translateZ(40px) translateY(-10px);
}

.academic_expertise_el .img_display_oV::before {
    content: "";
    bottom: -12px;
    right: -12px;
    transition: all 0.4s ease;
    top: 12px;
    left: 12px;
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    border: 2px solid rgb(192,181,179);
}

.academic_expertise_el .name::after {
    height: 3px;
    position: absolute;
    transform: scaleX(0.6);
    content: "";
    bottom: -6px;
    transform-origin: left;
    width: 40px;
    left: 0;
    transition: transform 0.5s ease;
    background: rgb(192,181,179);
}

.academic_expertise_el .client_ratings_xo:hover > div:nth-child(2) div {
    opacity: 1;
    transform: translateX(5px);
}

.academic_expertise_el .past_jobs_tA {
    border-left: 3px solid rgb(192,181,179,0.5);
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    margin: 0;
    padding-left: 25px;
    position: relative;
}

.our_info_VN {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

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

.our_info_VN .contact_section_ey {
    overflow: visible;
    flex-direction: column;
    border-radius: 27px;
    display: flex;
    position: relative;
    background: transparent;
}

.our_info_VN .get_assistance_Ou {
    background: rgb(192,181,179);
    padding: 15px 0;
    font-weight: 700;
    position: relative;
    justify-content: center;
    color: #ffffff;
    display: flex;
    text-align: center;
    margin: 0 0 50px;
    align-items: center;
    border-radius: 10px;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 37px;
}

.our_info_VN .get_assistance_Ou::before {
    height: 120px;
    filter: blur(50px);
    content: '';
    width: 120px;
    opacity: 0.4;
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgb(192,181,179,0.5);
    position: absolute;
    left: 50%;
}

.our_info_VN .img_display_oV {
    top: 0;
    overflow: hidden;
    right: 15px;
    position: absolute;
    left: 15px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.our_info_VN .img_display_oV::before {
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
}


.our_info_VN .contact_box_AH {
    z-index: 2;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(0);
    padding: 40px;
    background: #ffffff;
}

.our_info_VN .contact_box_AH p {
    margin: 0 0 22px;
    align-items: center;
    display: flex;
    color: #000000;
    position: relative;
    font-size: 18px;
    padding-left: 42px;
}

.our_info_VN .contact_box_AH p svg {
    width: 24px;
    box-sizing: content-box;
    position: absolute;
    padding: 4px;
    height: 24px;
    transition: all 0.3s ease;
    fill: #000000;
    left: 0;
    top: 50%;
    background: rgb(226,224,204);
    border-radius: 50%;
    transform: translateY(-50%);
}

.our_info_VN .contact_box_AH p:nth-child(2) svg path {
    animation-delay: 0.2s;
}

.our_info_VN .contact_box_AH p:nth-child(4) svg path {
    animation-delay: 0.4s;
}


.our_info_VN .contact_box_AH p span {
    z-index: 1;
    position: relative;
}

.our_info_VN .contact_box_AH p a:hover {
    color: rgb(154,141,143);
}

.our_info_VN .talk_support_iS {
    padding: 40px;
    background: rgb(226,224,204);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.our_info_VN .talk_experts_qI {
    text-align: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
    color: #000000;
    position: relative;
    font-weight: 600;
    align-items: center;
    z-index: 2;
    margin: 0 0 30px;
}

.our_info_VN .talk_experts_qI svg {
    width: 22px;
    stroke: rgb(192,181,179);
    fill: none;
    stroke-linejoin: round;
    stroke-linecap: round;
    margin-right: 10px;
    stroke-width: 2;
    height: 22px;
}


.our_info_VN .talk_experts_qI::after {
    position: absolute;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    background: rgb(192,181,179);
    height: 2px;
    bottom: -10px;
    width: 40px;
}

.our_info_VN .get_help_BA svg {
    stroke-width: 2;
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.8;
    height: 16px;
    left: 12px;
    stroke-linecap: round;
    fill: none;
    transition: all 0.3s ease;
    width: 16px;
    stroke-linejoin: round;
    top: 50%;
    stroke: rgb(192,181,179);
}

.our_info_VN .get_help_BA:hover {
    color: #000000;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.our_info_VN .get_help_BA:hover::before {
    transform: scaleX(1);
}

.our_info_VN .get_help_BA:nth-child(odd)::after {
    content: '';
    height: 10px;
    position: absolute;
    bottom: -5px;
    border-radius: 50%;
    background: rgb(192,181,179,0.5);
    width: 10px;
    right: -5px;
}

header::before {
    position: absolute;
    content: "";
    z-index: 1;
    animation: pulse-bg 8s infinite alternate;
    top: 0;
    opacity: 0.3;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(154,141,143,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(192,181,179,0.5) 0%, transparent 15%);
}

header .main_master_nV {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

header .nav_lead_XT::before {
    border-radius: 50%;
    position: absolute;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(154,141,143,0.5) 120deg,
            transparent 180deg,
            rgb(192,181,179,0.5) 240deg,
            transparent 360deg
        );
    z-index: -1;
    opacity: 0.2;
    content: "";
    height: 120px;
    width: 120px;
    animation: rotate 10s linear infinite;
}

header .nav_lead_XT svg {
    filter: drop-shadow(0 0 8px rgb(192,181,179,0.5));
    height: 45px;
    transition: all 0.4s ease;
    width: auto;
}

header .head_wrap_BY::before {
    content: "";
    pointer-events: none;
    width: 100%;
    z-index: 3;
    left: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    height: 100%;
    position: absolute;
    top: 0;
}

header .nav_pagebar_YA {
    z-index: 2;
    padding: 0.6rem 1.5rem;
    font-size: 13px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #ffffff;
    perspective: 800px;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    position: relative;
}

header .nav_pagebar_YA:hover {
    color: rgb(154,141,143);
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(154,141,143,0.5);
}

header .nav_pagebar_YA:hover::before {
    box-shadow: 0 0 15px rgb(192,181,179,0.5);
    transform: translateZ(0);
    border-color: rgb(154,141,143,0.5);
}

.offer_list_sj::before {
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.offer_list_sj h2 {
    opacity: 0;
    transform: translateY(20px);
    font-size: 35px;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.offer_list_sj .payment_plans_wT {
    width: 100%;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
}

.offer_list_sj .payment_plans_wT li:nth-child(1) {
    --li-index: 0;
}

.offer_list_sj .payment_plans_wT li:nth-child(2) {
    --li-index: 1;
}

.offer_list_sj .payment_plans_wT li:nth-child(4) {
    --li-index: 3;
}

.offer_list_sj .learn_offers_ZK:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}

.offer_list_sj .training_fees_cP {
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
}

.offer_list_sj .learn_offers_ZK:hover .training_fees_cP::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}

.offer_list_sj .fee_options_EC {
    flex-direction: column;
    padding: 35px 30px;
    min-height: 280px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
}

.offer_list_sj .fee_options_EC h4::after {
    bottom: 0;
    position: absolute;
    content: "";
    background: rgb(192,181,179);
    height: 3px;
    width: 40px;
    transition: width 0.4s ease;
    left: 0;
}

.offer_list_sj .fee_options_EC p {
    flex-grow: 1;
    font-size: calc(15px * 0.9);
    line-height: 1.7;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    white-space: normal;
    margin-bottom: 25px;
    word-wrap: break-word;
    hyphens: auto;
}

.offer_list_sj .pricing_catalog_zp::before {
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
}

.secure_haven_HC h1 {
    border-bottom: 2px solid rgb(192,181,179,0.5);
    margin-top: 40px;
    color: rgb(192,181,179);
    font-weight: 700;
    font-size: 39px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.secure_haven_HC h3, .secure_haven_HC h4, .secure_haven_HC h5, .secure_haven_HC h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 24px;
    color: rgb(192,181,179);
    font-weight: 400;
}

.secure_haven_HC li {
    margin-bottom: 12px;
    border-left: 3px solid rgb(192,181,179);
    padding-left: 5px;
}

.secure_haven_HC p, .secure_haven_HC span, .secure_haven_HC div {
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    margin-bottom: 15px;
}

.secure_haven_HC a:hover {
    border-bottom-color: rgb(154,141,143,0.5);
    color: rgb(154,141,143);
}

.program_offerings_qU::before {
    background: linear-gradient(145deg, rgb(192,181,179,0.5) 0%, transparent 80%);
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    position: absolute;
    content: "";
    height: 80%;
    top: -10%;
    width: 40%;
    z-index: 0;
    opacity: 0.7;
    filter: blur(30px);
}

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

.program_offerings_qU h2::before {
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    left: 0;
    height: 4px;
    width: 80px;
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -15px;
    transform-origin: left center;
}

.program_offerings_qU .img_display_oV {
    border-radius: 18px;
    height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

.program_offerings_qU .img_display_oV::after {
    height: 200%;
    width: 200%;
    top: -100%;
    position: absolute;
    z-index: 2;
    content: "";
    animation: shine 6s infinite cubic-bezier(0.22, 1, 0.36, 1);
    left: -100%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

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

.program_offerings_qU .description:first-of-type::after {
    bottom: 0;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, rgb(154,141,143,0.5) 0%, transparent 100%);
    width: 60%;
    left: 0;
    position: absolute;
}

.program_offerings_qU .text_cube_TJ:hover::before {
    transform: scaleY(1);
}

.thanksFrame_RC {
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.thanksFrame_RC::after {
    top: 0;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(192,181,179,0.5) 0%, transparent 50%);
    width: 100%;
    pointer-events: none;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 2;
}

.thanksFrame_RC h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 2.5rem;
    transform-origin: left center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: slideInTitle 0.8s ease-out forwards;
    color: rgb(192,181,179);
    position: relative;
    max-width: 90%;
    line-height: 1.3;
}

.thanksFrame_RC .how_grow_pB {
    transition: transform 0.4s ease-out;
    animation: fadeInUp 0.6s 0.4s both;
    border-radius: 10px;
    padding: 2.5rem;
    position: relative;
    transform: translateY(0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-left: 4px solid rgb(154,141,143);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.thanksFrame_RC li::before {
    position: absolute;
    background: rgb(154,141,143);
    left: 0;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scale(0);
    content: "";
    height: 8px;
    top: 0.7rem;
    width: 8px;
    border-radius: 50%;
}

.potential_learners_XR::before {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 40%, rgb(192,181,179,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(154,141,143,0.5) 0%, transparent 35%);
    opacity: 0.3;
    left: 0;
}

.potential_learners_XR h3::before {
    height: 100px;
    z-index: -1;
    border-radius: 50%;
    left: -30px;
    position: absolute;
    width: 100px;
    border: 2px solid rgb(192,181,179,0.5);
    content: "";
    top: -20px;
}

.potential_learners_XR ul {
    gap: 50px;
    list-style: none;
    justify-items: center;
    grid-template-rows: repeat(2, 1fr);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
}

.potential_learners_XR ul li::before {
    z-index: -1;
    position: absolute;
    width: 100%;
    content: "";
    border-radius: 50%;
    transition: opacity 0.4s ease;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(192,181,179), rgb(154,141,143));
    opacity: 0;
}

.potential_learners_XR ul li::after {
    opacity: 0.5;
    border-radius: 50%;
    border: 2px dashed rgb(192,181,179,0.5);
    height: calc(100% + 20px);
    content: "";
    width: calc(100% + 20px);
    transition: all 0.4s ease;
    position: absolute;
    z-index: -2;
    left: -10px;
    top: -10px;
}

.potential_learners_XR ul li:hover::after {
    opacity: 0.7;
    transform: scale(1.1) rotate(15deg);
    border-color: rgb(154,141,143);
}

.potential_learners_XR ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}

.potential_learners_XR ul li:hover svg path {
    fill: #ffffff;
}

.contact_panel_QX {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(226,224,204) 0%, 
        rgb(154,141,143,0.5) 100%
    );
    position: relative;
}

.contact_panel_QX .img_display_oV {
    flex: 0 0 45%;
    min-height: 600px;
    transform: skew(-10deg);
    margin-left: -5%;
    z-index: 2;
    position: relative;
}

.contact_panel_QX .img_display_oV::before {
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(192,181,179,0.5) 0%, 
        rgb(154,141,143,0.5) 100%
    );
    left: 0;
    height: 100%;
    opacity: 0.7;
    top: 0;
    position: absolute;
    width: 120%;
    transform: skew(10deg);
    z-index: 1;
}

.contact_panel_QX h2::before {
    left: 0;
    border-radius: 50%;
    width: 1rem;
    position: absolute;
    box-shadow: 0 0 15px rgb(192,181,179,0.5);
    background: rgb(192,181,179);
    top: 50%;
    height: 1rem;
    content: '';
    transform: translateY(-50%);
}

.contact_panel_QX .reach_card_Ds h3::after {
    background: rgb(192,181,179);
    content: '';
    width: 50px;
    bottom: 0;
    position: absolute;
    height: 3px;
    left: 0;
}

.contact_panel_QX .reach_card_Ds input:not([type="checkbox"]):not([type="submit"])::after {
    background: rgb(192,181,179);
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    bottom: -2px;
    content: '';
}

.contact_panel_QX .reach_card_Ds input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.contact_panel_QX .reach_card_Ds .contact_reach_Vr {
    gap: 1rem;
    display: flex;
    align-items: center;
}

.contact_panel_QX .reach_card_Ds .contact_reach_Vr input[type="checkbox"]:checked {
    border-color: rgb(192,181,179);
    background: rgb(192,181,179);
}

.contact_panel_QX .reach_card_Ds .contact_reach_Vr input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    left: 50%;
    font-size: 0.8rem;
    top: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

.contact_panel_QX .reach_card_Ds .contact_reach_Vr a {
    transition: color 0.3s ease;
    color: rgb(192,181,179);
    margin-left: 0.3rem;
    text-decoration: none;
}

.contact_panel_QX .reach_card_Ds .feedback_inquiry_Ru::before {
    left: -50%;
    opacity: 0;
    content: '';
    height: 200%;
    transform: rotate(-45deg);
    position: absolute;
    width: 200%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(192,181,179,0.5), 
        transparent
    );
    top: -50%;
    transition: all 0.5s ease;
}

footer {
    position: relative;
}

footer::before {
    content: '';
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(154,141,143,0.5) 0%, rgb(192,181,179,0.5) 100%);
    position: absolute;
    bottom: 0;
}

.footer_caption_hJ .company_holder {
    grid-column: 1 / 5;
    position: relative;
    z-index: 3;
}

.footer_caption_hJ .company_holder h3::after {
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    width: 40px;
    height: 4px;
    left: 0;
    content: '';
    background: rgb(192,181,179);
}

.footer_caption_hJ .support_cta_XG {
    position: relative;
    grid-column: 5 / 13;
}

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

.footer_caption_hJ .head_wrap_BY {
    position: relative;
}



.footer_caption_hJ .head_wrap_BY {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    animation: borderPulse 4s infinite;
}

.footer_caption_hJ .head_wrap_BY h5::before {
    content: '';
    top: 50%;
    left: -15px;
    position: absolute;
    width: 8px;
    background: rgb(192,181,179);
    border-radius: 50%;
    transform: translateY(-50%);
    height: 8px;
}

.footer_caption_hJ .head_wrap_BY .nav_start_ro a::before {
    width: 3px;
    transition: all 0.3s ease;
    height: 100%;
    content: '';
    background: rgb(192,181,179);
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
}

.footer_caption_hJ .head_wrap_BY .nav_start_ro a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

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



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



footer::after {
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    position: absolute;
}

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

.footer_caption_hJ .support_cta_XG::after {
    z-index: -1;
    background: rgb(192,181,179,0.5);
    width: 120px;
    opacity: 0.2;
    height: 120px;
    filter: blur(50px);
    border-radius: 50%;
    right: 100px;
    position: absolute;
    top: -20px;
    content: '';
}

.footer_caption_hJ .head_wrap_BY h5::after {
    position: absolute;
    background: rgb(154,141,143);
    content: '';
    height: 2px;
    width: 30px;
    left: 0;
    bottom: -5px;
}

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

#cookieAlertWindow_Ng {
    display: none;
}

#cookieAlertWindow_Ng:checked ~ .consentNotificationBox_ns {
    visibility: hidden;
    opacity: 0;
}

.consent_ack_PB svg, .consent_ack_PB svg path, .consent_ack_PB img {
    height: 100px;
    fill: rgb(192,181,179);
    width: 100px;
}

.consentNotificationBox_ns p a {
    color: rgb(192,181,179);
    text-decoration: none;
}



.grid-container_Mg .consentNotificationBox_ns {
    background: rgb(154,141,143);
    box-shadow: rgb(154,141,143,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}

.grid-container_Mg .cookie_necessary_IJ h5, .grid-container_Mg .cookie_necessary_IJ p {
    color: #ffffff;
}

.our_story_xM {
    color: #ffffff;
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}

.our_story_xM::after {
    height: 70%;
    top: -10%;
    opacity: 0.15;
    background: rgb(192,181,179);
    z-index: 1;
    width: 40%;
    animation: float 15s ease-in-out infinite;
    right: -5%;
    position: absolute;
    transform: rotate(-15deg) skewX(-15deg);
    content: '';
}

.our_story_xM h2 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    transform: translateX(-20px);
    opacity: 0;
    margin-bottom: 50px;
    padding-bottom: 15px;
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-size: 38px;
}

.our_story_xM .text_cube_TJ {
    padding: 40px;
    backdrop-filter: blur(10px);
    display: flex;
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    position: relative;
}

.our_story_xM .text_cube_TJ {
    max-width: 90%;
    margin: 0 auto;
}

.our_story_xM .text_cube_TJ div div {
    opacity: 0;
    transform: translateY(20px);
    column-count: 1;
    animation: fadeInText 1s ease forwards 0.9s;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.sign_up_hA {
    z-index: 1;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}

.sign_up_hA::before {
    transform: rotate(-15deg);
    content: "";
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 1px, transparent 1px),
                radial-gradient(circle at 30% 70%, rgba(255,255,255,0.1) 1px, transparent 1px);
    top: -50%;
    left: -50%;
    pointer-events: none;
    position: absolute;
    height: 200%;
    opacity: 0.4;
    background-size: 30px 30px;
    width: 200%;
    z-index: -1;
}

.sign_up_hA .how_grow_pB {
    position: relative;
    display: grid;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    border-left: 3px solid rgb(154,141,143);
    padding: 2.5rem;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 0 0 1px rgba(255,255,255,0.1);
}

.sign_up_hA .input_holder div {
    width: 100%;
    position: relative;
}

.sign_up_hA .input_holder div::before {
    opacity: 0;
    z-index: -1;
    background: linear-gradient(to right, rgb(154,141,143,0.5), transparent);
    content: "";
    height: 100%;
    border-radius: 10px;
    transition: opacity 0.3s ease-out;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
}

.sign_up_hA .news_box_rD:focus {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgb(154,141,143,0.5);
    background: rgba(255,255,255,0.15);
    border-color: rgb(154,141,143);
    outline: none;
}

.sign_up_hA .mail_block_JM::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    width: 100%;
    height: 100%;
    transition: left 0.6s ease;
    position: absolute;
    top: 0;
}

.sign_up_hA .mail_block_JM:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0,0,0,0.2);
}

.sign_up_hA .mail_block_JM:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.education_framework_Xj::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    opacity: 0.07;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(192,181,179,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(154,141,143,0.5) 0%, transparent 30%);
    pointer-events: none;
}

.education_framework_Xj h2 {
    font-size: 29px;
    font-weight: 700;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    color: #000000;
    margin-bottom: 2.5rem;
    position: relative;
    transform: translateZ(20px);
}

.education_framework_Xj .text_cube_TJ {
    position: relative;
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    background: #ffffff;
    border-left: 4px solid rgb(192,181,179);
    transform: translateZ(10px) translateX(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.education_framework_Xj .text_cube_TJ:hover::before {
    height: 70px;
    transform: rotate(0deg);
    width: 70px;
}

.education_framework_Xj .how_grow_pB:hover h2 {
    transform: translateZ(25px);
}

.title_section_qT {
    justify-content: center;
    background: rgb(226,224,204);
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    position: relative;
    padding: 3rem 1rem;
}

.title_section_qT h1 {
    font-weight: 600;
    color: rgb(192,181,179);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2.5rem;
    z-index: 2;
    position: relative;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.2s forwards;
    font-size: 20px;
    transform: translateY(-10px);
    text-align: center;
}

.title_section_qT .how_grow_pB {
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
    gap: 2rem;
    display: grid;
}

.title_section_qT .text_cube_TJ::before {
    opacity: 0.5;
    width: 70%;
    filter: blur(15px);
    content: "";
    height: 70%;
    border-radius: 15px;
    right: -10px;
    top: -10px;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, transparent 60%);
    z-index: -1;
    position: absolute;
}

.title_section_qT ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

.title_section_qT ol li {
    margin-bottom: 2rem;
}

.title_section_qT ol li:last-child {
    margin-bottom: 0;
}

.title_section_qT .course_home_sW svg {
    transform-origin: center;
    width: 100px;
    filter: drop-shadow(0 4px 8px rgba(94,170,168,0.25));
    margin-bottom: 1.5rem;
    height: 100px;
    animation: pulse 3s ease-in-out infinite;
}

.title_section_qT .course_home_sW svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.title_section_qT .course_home_sW p {
    margin-bottom: 0;
    color: #000000;
    max-width: 80%;
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 1.5rem;
    position: relative;
}

.title_section_qT .feedback_inquiry_Ru {
    color: #ffffff;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    padding: 1rem 2rem;
    position: relative;
    background: linear-gradient(145deg, rgb(192,181,179), rgb(154,141,143));
    box-shadow: 0 8px 15px rgba(94,170,168,0.2),
                0 2px 5px rgba(0,0,0,0.1),
                inset 0 1px 0 rgba(255,255,255,0.3);
}

.title_section_qT .feedback_inquiry_Ru:active {
    box-shadow: 0 5px 10px rgba(94,170,168,0.2),
                0 2px 4px rgba(0,0,0,0.1),
                inset 0 1px 0 rgba(255,255,255,0.3);
    transform: translateY(1px);
}

.title_section_qT .img_display_oV::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent 60%);
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.title_section_qT .img_display_oV:hover::after {
    opacity: 0.5;
}

header .head_wrap_BY::-webkit-scrollbar {
    display: none;
}

.program_offerings_qU .description::-webkit-scrollbar {
    width: 4px;
}

.program_offerings_qU .description::-webkit-scrollbar-track {
    background: #ffffff;
}

.program_offerings_qU .description::-webkit-scrollbar-thumb {
    background: rgb(154,141,143,0.5);
    border-radius: 10px;
}



@media (min-width: 768px) {.learning_profits_wf {
    padding: 100px 0;
}.learning_profits_wf .how_grow_pB {
    padding: 50px;
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.learning_profits_wf .text_cube_TJ {
    flex: 1;
}.learning_profits_wf .text_cube_TJ > div {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: row;
}.learning_profits_wf .text_cube_TJ > div > div {
    flex: 1;
    min-width: 280px;
}.learning_profits_wf h4 {
    margin-bottom: 35px;
    font-size: 37px;
}.learning_profits_wf .img_display_oV {
    transform: perspective(1000px) rotateY(-8deg) translateZ(20px);
    width: 40%;
    object-position: center;
    height: 400px;
}
}



@media (min-width: 992px) {.academic_expertise_el {
    padding: 150px 0;
}.academic_expertise_el .client_ratings_xo {
    padding: 60px;
    grid-template-columns: auto 250px 1fr;
    gap: 50px;
}.academic_expertise_el .client_ratings_xo > div:first-child {
    grid-row: 1;
}.academic_expertise_el .client_ratings_xo > div:nth-child(2) {
    grid-row: 1;
    padding-top: 20px;
}.academic_expertise_el .past_jobs_tA {
    grid-row: 2;
    padding-left: 40px;
    grid-column: 1 / 4;
    font-size: calc(18px + 1px);
}.academic_expertise_el .img_display_oV {
    height: 280px;
    width: 240px;
}
}



@media (hover: none) {.academic_expertise_el .client_ratings_xo {
    transform: none !important;
}.academic_expertise_el .img_display_oV,
    .academic_expertise_el .client_ratings_xo:hover .img_display_oV {
    transform: none;
}}


@media (min-width: 768px) and (max-width: 991px) {.our_info_VN {
    padding: 80px 0;
}.our_info_VN .get_assistance_Ou {
    margin-bottom: 40px;
}.our_info_VN .get_assistance_Ou svg {
    margin-right: 10px;
    height: 24px;
    width: 24px;
}.our_info_VN .contact_box_AH,
    .our_info_VN .talk_support_iS {
    padding: 30px;
}.our_info_VN .contact_box_AH p svg {
    height: 22px;
    width: 22px;
}.our_info_VN .talk_experts_qI svg {
    height: 20px;
    width: 20px;
}.our_info_VN .message_page_AK {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 991px) {header .nav_lead_XT {
    margin: 0.8rem 0 1.2rem;
}header .nav_lead_XT svg {
    height: 40px;
}header .nav_pagebar_YA {
    font-size: calc(13px - 1px);
    padding: 0.5rem 1.2rem;
}
}



@media (max-width: 767px) {header .nav_lead_XT {
    margin: 0.6rem 0 1rem;
}header .nav_lead_XT svg {
    height: 35px;
}header .nav_lead_XT::before {
    width: 90px;
    height: 90px;
}header .nav_lead_XT::after {
    height: 50px;
    width: 50px;
}header .head_wrap_BY {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .nav_pagebar_YA {
    font-size: calc(13px - 2px);
    padding: 0.4rem 1rem;
}header .nav_pagebar_YA:first-child {
    margin-left: 2rem;
}header .nav_pagebar_YA:last-child {
    margin-right: 2rem;
}}



@media (max-width: 768px) {.offer_list_sj {
    padding: 70px 0;
}.offer_list_sj h2 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.8);
}.offer_list_sj .price_tiers_yc {
    margin-bottom: 35px;
    font-size: calc(15px * 0.95);
}.offer_list_sj .payment_plans_wT {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.offer_list_sj .fee_options_EC {
    min-height: auto;
}
}



@media only screen and (max-width: 800px) {.secure_haven_HC {
    padding: 20px;
}.secure_haven_HC h1 {
    font-size: calc(24px - 10px);
}.secure_haven_HC h2 {
    font-size: calc(24px - 8px);
}.secure_haven_HC h3, .secure_haven_HC h4, .secure_haven_HC h5, .secure_haven_HC h6 {
    font-size: calc(24px - 6px);
}.secure_haven_HC ul, .secure_haven_HC ol {
    padding-left: 10px;
}}



@media (min-width: 992px) {.program_offerings_qU .container {
    padding: 0 50px;
}.program_offerings_qU h2 {
    margin-left: 80px;
    font-size: calc(29px * 1.3);
    margin-bottom: 70px;
}.program_offerings_qU h2::before {
    height: 5px;
    width: 120px;
    left: -80px;
}.program_offerings_qU .img_display_oV {
    transform: perspective(1500px) rotateX(4deg) rotateY(-4deg);
    height: 500px;
}.program_offerings_qU .img_display_oV:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1500px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
}.program_offerings_qU .text_cube_TJ {
    padding: 0 50px 0 20px;
}.program_offerings_qU .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 991px) {.thanksFrame_RC {
    padding: 5rem 0;
}.thanksFrame_RC h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.thanksFrame_RC .how_grow_pB {
    padding: 2rem;
}
}



@media (max-width: 767px) {.thanksFrame_RC {
    padding: 4rem 0;
}.thanksFrame_RC h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.thanksFrame_RC h2::after {
    width: 80px;
    height: 3px;
}.thanksFrame_RC .how_grow_pB {
    padding: 1.75rem;
}.thanksFrame_RC span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 1200px) {.potential_learners_XR ul {
    gap: 40px;
}.potential_learners_XR ul li {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 992px) {.potential_learners_XR {
    padding: 100px 0;
}.potential_learners_XR h3 {
    margin-bottom: 60px;
    font-size: calc(36px * 0.9);
}.potential_learners_XR ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 35px;
}.potential_learners_XR ul li {
    height: 220px;
    width: 220px;
}.potential_learners_XR ul li svg {
    margin-top: 45px;
}
}



@media (max-width: 580px) {.potential_learners_XR {
    padding: 60px 0;
}.potential_learners_XR .how_grow_pB {
    padding: 0 20px;
}.potential_learners_XR h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.7);
}.potential_learners_XR ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.potential_learners_XR ul li {
    height: 220px;
    width: 220px;
}
}



@media screen and (max-width: 1024px) {.contact_panel_QX .request_query_Yt {
    flex-direction: column;
}.contact_panel_QX .img_display_oV {
    flex: 0 0 100%;
    margin-left: 0;
    min-height: 300px;
    transform: none;
}.contact_panel_QX .img_display_oV::before {
    transform: none;
    width: 100%;
}.contact_panel_QX .reach_card_Ds {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 480px) {.contact_panel_QX .request_query_Yt {
    border-radius: 0;
}.contact_panel_QX .reach_card_Ds {
    padding: 2rem 1.5rem;
}}



@media (max-width: 768px) {.footer_caption_hJ {
    padding: 60px 0 30px;
}.footer_caption_hJ .nav_start_ro {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.footer_caption_hJ .head_wrap_BY {
    padding: 0;
}}


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



@media screen and (min-width: 768px) {.our_story_xM {
    padding: 150px 0 130px;
}.our_story_xM h2 {
    margin-bottom: 60px;
    font-size: calc(38px + 0.5rem);
}.our_story_xM h2::after {
    width: 120px;
}.our_story_xM .text_cube_TJ {
    margin-left: 40px;
    margin-right: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 60px;
}.our_story_xM .text_cube_TJ::before {
    width: 5px;
}.our_story_xM .text_cube_TJ div div {
    column-count: 2;
    column-gap: 40px;
}
}



@media (hover: hover) {.our_story_xM .text_cube_TJ {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.our_story_xM .text_cube_TJ:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(192,181,179,0.5), 0.1);
    transform: translateY(-5px);
}
}



@media (prefers-reduced-motion: reduce) {.our_story_xM h2,
    .our_story_xM h2::after,
    .our_story_xM .text_cube_TJ,
    .our_story_xM .text_cube_TJ::before,
    .our_story_xM .text_cube_TJ p,
    .our_story_xM .text_cube_TJ div div,
    .our_story_xM::after {
    animation: none;
    transform: none;
    opacity: 1;
}.our_story_xM h2::after,
    .our_story_xM .text_cube_TJ::before {
    height: 100%;
    width: 100%;
    transform: none;
}}



@media (min-width: 992px) {.sign_up_hA {
    padding: 6rem 4rem;
}.sign_up_hA::before {
    background-size: 40px 40px;
}.sign_up_hA .how_grow_pB {
    grid-template-columns: 1.5fr 1fr;
    padding: 3.5rem;
    gap: 3rem;
}.sign_up_hA h3 {
    font-size: calc(24px * 1.1);
}
}



@media (max-width: 480px) {.sign_up_hA {
    padding: 3rem 1.5rem;
}.sign_up_hA .how_grow_pB {
    padding: 1.5rem;
}.sign_up_hA h3 {
    font-size: calc(24px * 0.85);
    padding-left: 1rem;
}.sign_up_hA .news_box_rD {
    padding: 0.9rem 1rem;
}}



@media (max-width: 768px) {.education_framework_Xj {
    padding: 3rem 1rem;
}.education_framework_Xj h2 {
    transform: translateZ(10px);
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.education_framework_Xj .text_cube_TJ {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.education_framework_Xj p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.education_framework_Xj .how_grow_pB:hover h2 {
    transform: translateZ(15px);
}.education_framework_Xj .text_cube_TJ::before {
    width: 45px;
    top: -15px;
    left: -15px;
    height: 45px;
}
}



@media (min-width: 992px) {.title_section_qT {
    padding: 5rem 3rem;
}.title_section_qT h1 {
    font-size: calc(20px * 1.4);
}.title_section_qT .how_grow_pB {
    gap: 4rem;
}.title_section_qT .text_cube_TJ {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    padding: 3.5rem;
}.title_section_qT .text_cube_TJ:hover {
    transform: perspective(1000px) rotateY(0);
}.title_section_qT .img_display_oV {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
}.title_section_qT .img_display_oV:hover {
    transform: perspective(1000px) rotateY(0);
}.title_section_qT .course_home_sW svg {
    height: 140px;
    width: 140px;
}.title_section_qT .feedback_inquiry_Ru {
    padding: 1.2rem 2.5rem;
}
}



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



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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}


@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    20% {
        transform: translate(100%, 100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}



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



@keyframes popIn {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}



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

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



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



@keyframes expandHeight {
    to {
        height: 100%;
    }
}



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



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) skewX(-15deg) translateY(-20px);
    }
}



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

