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

.Aj_goal_footer {
    flex: 0 0 auto;
}

.Aj_goal_footer {
    color: #ffffff;
    padding: 0;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: rgb(152,173,163);
}

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

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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(225,233,229));
    width: 100%;
    padding: 0;
    position: relative;
}

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

.VI_pricing_shelf h2 {
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 29px;
    text-align: center;
}

.VI_pricing_shelf .Xf_cost_levels {
    margin: 0 auto 50px;
    font-size: 18px;
    color: #ffffff;
    max-width: 700px;
    text-align: center;
    opacity: 0.9;
    padding: 0 15px;
    line-height: 1.6;
}

.VI_pricing_shelf .Nk_plan_fees {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
}

.VI_pricing_shelf .BR_rate_list::before {
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,163));
    left: 0;
    position: absolute;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    transform: scaleX(0);
    top: 0;
    content: "";
    width: 100%;
}

.VI_pricing_shelf .Nk_plan_fees h4 {
    color: #000000;
    position: relative;
    padding-bottom: 12px;
    font-size: calc(21px + 2px);
    margin: 0 0 15px;
    transition: transform 0.4s ease;
    font-weight: 700;
}

.VI_pricing_shelf .Nk_plan_fees p {
    word-wrap: break-word;
    font-size: 18px;
    line-height: 1.7;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 20px;
    hyphens: auto;
    flex: 1;
}

.VI_pricing_shelf .Nk_plan_fees:hover {
    transform: translateY(-10px) scale(1.02);
}

.VI_pricing_shelf .Nk_plan_fees:hover .BR_rate_list::before {
    transform: scaleX(1);
}

.VI_pricing_shelf .Nk_plan_fees:hover h4 {
    color: rgb(191,208,199);
    transform: translateX(5px);
}

.VI_pricing_shelf .Nk_plan_fees:hover h4::after {
    width: 60px;
}

.VI_pricing_shelf .Nk_plan_fees:active {
    transition: transform 0.2s ease;
    transform: translateY(-5px) scale(0.98);
}

.Aj_goal_footer .yU_price_table {
    flex-direction: column;
    display: flex;
}

.Aj_goal_footer .EX_get_support::before {
    top: 0;
    content: '';
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    position: absolute;
}

.Aj_goal_footer .info_item p,
.Aj_goal_footer .info_item a {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    gap: 0.75rem;
}

.Aj_goal_footer .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
    z-index: 2;
    position: relative;
    display: grid;
}

.Aj_goal_footer .hc_top_class svg {
    filter: brightness(0) invert(1);
    height: auto;
    transition: all 0.3s ease;
    max-width: 150px;
}

.Aj_goal_footer .cn_telegram_ref {
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
    font-size: 13px;
}

.Aj_goal_footer .Ez_main_base::before {
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    height: 100%;
    position: absolute;
    content: '';
}

.Aj_goal_footer .Ez_main_base h5::after {
    background-color: rgb(191,208,199);
    content: '';
    bottom: -0.5rem;
    left: 0;
    width: 40px;
    position: absolute;
    height: 3px;
}

.Aj_goal_footer .wW_top_know:not(:last-child) {
    margin-bottom: 1rem;
}

.Aj_goal_footer .wW_top_know a::before {
    left: 0;
    bottom: 0;
    position: absolute;
    height: 2px;
    content: '';
    background-color: rgb(191,208,199);
    width: 0;
    transition: width 0.3s ease;
}

.Aj_goal_footer .wW_top_know a:hover::before {
    width: 30px;
}

.Aj_goal_footer .subscribe_holder::before {
    position: absolute;
    z-index: -1;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.Aj_goal_footer .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}

.Aj_goal_footer .input_holder input[type="email"] {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
    font-size: 12px;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.Aj_goal_footer .Kg_news_signup_form {
    font-size: 20px;
    border-radius: 10px;
    border: none;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: rgb(191,208,199);
    padding: 1rem 1.25rem;
}

.Aj_goal_footer .Kg_news_signup_form:hover::before {
    left: 100%;
}

.Aj_goal_footer .hG_verify_cta {
    margin-top: 0;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    padding: 6rem 0 2rem;
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: rgb(152,173,163);
}

.Aj_goal_footer .nm_stats_tool {
    opacity: 0.7;
    font-size: 13px;
    color: #ffffff;
}

.Ja_thxBlock::before {
    right: -5%;
    height: 45%;
    background: linear-gradient(225deg, rgb(191,208,199) 0%, transparent 70%);
    width: 45%;
    opacity: 0.15;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    z-index: -1;
    top: -5%;
    content: "";
    filter: blur(20px);
}

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

.Ja_thxBlock .LG_learning_zone:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(191,208,199,0.5), 0.1);
}

.Ja_thxBlock .LG_learning_zone > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.Ja_thxBlock .LG_learning_zone > div:first-child::after {
    transform-origin: left center;
    width: 80%;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    content: "";
    bottom: 0;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    height: 3px;
    background: linear-gradient(90deg, rgb(191,208,199) 0%, transparent 100%);
}

.Ja_thxBlock .LG_learning_zone > div:last-child {
    position: relative;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
}

.Ja_thxBlock .LG_learning_zone > div:last-child::before {
    height: 80px;
    border-radius: 50%;
    top: -10px;
    background: linear-gradient(135deg, rgb(152,173,163) 0%, transparent 80%);
    content: "";
    right: -40px;
    width: 80px;
    z-index: -1;
    animation: pulse 6s ease-in-out infinite alternate;
    opacity: 0.2;
    transform: translateZ(0);
    position: absolute;
}

.Ja_thxBlock a:hover {
    transform: translateX(5px);
}

.Ja_thxBlock a:hover p {
    color: rgb(191,208,199);
}

.Ja_thxBlock a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.iz_our_background {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.iz_our_background::before {
    height: 100%;
    position: absolute;
    background: #000000;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.85;
    content: "";
}

.iz_our_background .container {
    padding: 0 20px;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 3;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    padding: 40px;
}

.iz_our_background h2::after {
    width: 60px;
    bottom: -10px;
    transition: width 0.5s ease;
    border-radius: 10px;
    height: 4px;
    background: rgb(191,208,199);
    left: 0;
    position: absolute;
    content: "";
    box-shadow: 0 0 15px rgb(191,208,199);
}

.iz_our_background .mA_text_box_content:hover {
    transform: translateY(-10px);
}

.iz_our_background .mA_text_box_content > div {
    padding: 30px;
    width: 100%;
}

.iz_our_background .mA_text_box_content p {
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: calc(13px * 1.4);
    display: inline-block;
    -webkit-background-clip: text !important;
    position: relative;
    background: linear-gradient(135deg, #ffffff, rgb(152,173,163));
    font-weight: 600;
}

.iz_our_background .mA_text_box_content div div::first-letter {
    color: rgb(191,208,199);
    font-size: calc(13px * 2.5);
    line-height: 1;
    float: left;
    margin-right: 10px;
    font-weight: 700;
}

.IM_academic_expertise {
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgb(152,173,163,0.5) 100%);
}

.IM_academic_expertise::after {
    top: -5%;
    right: -5%;
    position: absolute;
    opacity: 0.4;
    content: "";
    background: radial-gradient(circle, rgb(152,173,163,0.5) 0%, transparent 70%);
    filter: blur(40px);
    z-index: -1;
    width: 300px;
    height: 300px;
    transform: translate3d(0, 0, 0);
}

.IM_academic_expertise .Cg_student_ratings {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
    gap: 2rem;
    grid-template-columns: 1fr;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.06);
    padding: 2.5rem;
    border-left: 4px solid rgb(191,208,199);
    display: grid;
    transform: perspective(1000px) rotateY(-1deg);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.IM_academic_expertise .Lm_img_grid {
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.8),
        0 10px 20px rgba(0, 0, 0, 0.15);
    width: 120px;
    transition: all 0.4s ease;
    transform: translateZ(20px) rotate(-2deg);
    position: relative;
    height: 120px;
    overflow: hidden;
    border-radius: 0.75rem;
}

.IM_academic_expertise .name {
    color: #000000;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    font-size: 19px;
}

.IM_academic_expertise .Cg_student_ratings:hover .name::after {
    width: 60px;
}

.IM_academic_expertise .Cg_student_ratings div:nth-child(2) div {
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 0.25rem;
    color: rgb(152,173,163);
    font-size: calc(18px - 0.1rem);
}

.IM_academic_expertise .mJ_work_tasks::before {
    position: absolute;
    color: rgb(152,173,163,0.5);
    line-height: 1;
    font-size: 5rem;
    top: -20px;
    content: "";
    opacity: 0.3;
    left: -10px;
    font-family: serif;
}

.Ne_privacy_space h1 {
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(152,173,163);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: rgb(191,208,199);
    font-size: 41px;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 10px;
}

.Ne_privacy_space h3, .Ne_privacy_space h4, .Ne_privacy_space h5 {
    font-size: 19px;
    color: #ffffff;
}

.Ne_privacy_space ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}

.Ne_privacy_space div {
    padding: 20px;
    color: #000000;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    border: 1px solid rgb(152,173,163);
    font-family: Arial, sans-serif;
    border-radius: 28px;
    line-height: 1.8;
    background: rgb(191,208,199,0.5);
}

header::before {
    position: absolute;
    z-index: 0;
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
}

header .KJ_page_header {
    margin-left: 5px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 0.9rem 3%;
}

header .jc_nav_header:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}

header .jc_nav_header svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}

header .Ez_main_base::before {
    bottom: -2px;
    position: absolute;
    right: -2px;
    background: linear-gradient(135deg, rgb(191,208,199,0.5), rgb(152,173,163,0.5));
    content: '';
    left: -2px;
    z-index: -1;
    opacity: 0.5;
    top: -2px;
    border-radius: calc(10px + 2px);
}

header .vg_main_page::before {
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(45deg, rgb(191,208,199,0.5), rgb(152,173,163,0.5));
    width: 100%;
    z-index: -1;
    content: '';
    opacity: 0;
}

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

.Oj_program_structure {
    padding: 6rem 0;
    background-color: rgb(225,233,229);
    overflow: hidden;
    position: relative;
}

.Oj_program_structure::after {
    left: -10%;
    opacity: 0.05;
    content: "";
    width: 55%;
    bottom: -5%;
    background: linear-gradient(135deg, rgb(191,208,199,0.5), rgb(191,208,199));
    z-index: 0;
    height: 55%;
    transform: rotate(15deg);
    position: absolute;
}

.Oj_program_structure h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    line-height: 1.3;
    color: #000000;
    max-width: 85%;
}

.Oj_program_structure .container:hover h2::after {
    transform: scaleX(1.5);
}

.Oj_program_structure .mt_program_map {
    display: grid;
    position: relative;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.Oj_program_structure .Lm_img_grid::before {
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.3;
    top: 0;
    width: 100%;
    transition: opacity 0.6s ease;
    background: linear-gradient(45deg, rgb(152,173,163,0.5), transparent);
}

.Oj_program_structure .container:hover .Lm_img_grid {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.Oj_program_structure .container:hover .Lm_img_grid::before {
    opacity: 0.5;
}

.Oj_program_structure .container:hover .Lm_img_grid::after {
    left: 100%;
}

.Oj_program_structure .mA_text_box_content::before {
    left: 0;
    height: 100%;
    transform: scaleY(0.3);
    width: 4px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(152,173,163), rgb(191,208,199));
    content: "";
    transform-origin: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.Oj_program_structure .container:hover .mA_text_box_content::before {
    transform: scaleY(1);
}

.Oj_program_structure .description:last-child {
    margin-bottom: 0;
}

.Oj_program_structure .description::first-letter {
    font-weight: 600;
    font-size: 1.3em;
    color: rgb(152,173,163);
}

.iv_welcome {
    overflow: hidden;
    align-items: center;
    display: flex;
    padding: 4rem 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(225,233,229), rgb(152,173,163,0.5), rgba(0, 0, 0, 0.5) 90%);
    position: relative;
    min-height: 100vh;
}

.iv_welcome::after {
    position: absolute;
    z-index: 1;
    animation: float 20s ease-in-out infinite;
    height: 60%;
    top: -20%;
    right: -10%;
    background: radial-gradient(ellipse, rgb(191,208,199,0.5) 0%, transparent 70%);
    width: 60%;
    content: "";
}

.iv_welcome .He_page_first > div:first-child {
    order: 2;
    position: relative;
}

.iv_welcome .He_page_first > div:first-child::before {
    background: linear-gradient(90deg, rgb(191,208,199), transparent);
    height: 3px;
    transform-origin: left;
    width: 120px;
    transform: scaleX(0);
    left: 0;
    top: -30px;
    position: absolute;
    content: "";
    animation: scaleInX 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.iv_welcome .xP_learn_training {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    overflow: hidden;
    border-radius: 5px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    order: 1;
}

.iv_welcome .xP_learn_training > div::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 10%, transparent 50%, #000000 110%);
}

.iv_welcome .xP_learn_training h3 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 400;
    line-height: 1.4;
    transform: translateY(-10px);
    margin-bottom: 1.5rem;
    animation: fadeUp 1s 0.6s ease-out forwards;
    max-width: 90%;
    opacity: 0;
    font-size: calc(22px * 1.1);
    position: relative;
    color: #ffffff;
    z-index: 3;
}

.iv_welcome .xP_learn_training .title_style_header {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    animation: fadeUp 1.2s 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    margin: 0;
    opacity: 0;
    font-size: 45px;
    transform: translateY(10px);
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#xF_cookieMessageBanner {
    display: none;
}

#xF_cookieMessageBanner:checked ~ .bJ_privacySettingsBanner {
    visibility: hidden;
    opacity: 0;
}

.bJ_privacySettingsBanner .container {
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    display: flex;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    flex-wrap: wrap;
}

.WZ_digital_cookies {
    margin-bottom: 20px;
    flex: 1;
    min-width: 300px;
}

.WZ_digital_cookies p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.MF_user_default {
    background: rgb(191,208,199);
}

.cookie_button.Su_privacy_ctrl {
    background: #000000;
    margin-left: 0.5rem;
}

.WM_privacy_switch:hover {
    transform: translateY(-3px);
    background: #000000;
}

.cookie_button.Su_privacy_ctrl:hover {
    background: rgb(191,208,199);
}

.bJ_privacySettingsBanner p a {
    color: rgb(191,208,199);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.Mx_take_a_spin::before {
    z-index: -1;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.05) 10px,
        rgba(255, 255, 255, 0.05) 20px
    );
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
}

.Mx_take_a_spin .container {
    gap: 3rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.Mx_take_a_spin .LG_learning_zone {
    display: flex;
    padding: 1.5rem;
    align-items: center;
    opacity: 1;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateY(0);
    border-radius: 10px;
    border-left: 3px solid #ffffff;
    justify-content: center;
}

.Mx_take_a_spin .LG_learning_zone:hover svg {
    transform: rotate(15deg) scale(1.1);
}

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

.Mx_take_a_spin .LG_learning_zone div {
    align-items: center;
    display: flex;
}

.Mx_take_a_spin .wc_reach_links::before {
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(191,208,199), rgb(152,173,163));
    z-index: -1;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
    top: 0;
    opacity: 0;
    height: 100%;
    content: "";
    transform: translateY(100%);
}

.Mx_take_a_spin .wc_reach_links:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.Mx_take_a_spin .wc_reach_links:hover::before {
    transform: translateY(0);
    opacity: 1;
}

.hv_get_in_touch {
    background: rgb(225,233,229);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.hv_get_in_touch::after {
    width: 300px;
    height: 300px;
    position: absolute;
    left: -100px;
    z-index: 1;
    background: linear-gradient(225deg, rgb(152,173,163,0.5), rgb(191,208,199,0.5));
    bottom: -100px;
    content: "";
    filter: blur(60px);
    border-radius: 50%;
}

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

.hv_get_in_touch h2::after {
    bottom: -15px;
    right: calc(50% - 100px);
    background: rgb(152,173,163,0.5);
    z-index: -1;
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    border-radius: 50%;
}

.hv_get_in_touch .ro_connect_feedback::before {
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(191,208,199,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(152,173,163,0.5) 99%
    );
    inset: 0;
    content: "";
    z-index: 0;
    position: absolute;
    pointer-events: none;
}

.hv_get_in_touch .Lm_img_grid::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    right: 20px;
    left: 20px;
    pointer-events: none;
    bottom: 20px;
    z-index: 2;
    top: 20px;
}

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

.hv_get_in_touch form input[type="text"] {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 12px;
    font-size: 12px;
    background: rgb(225,233,229);
    transition: all 0.3s ease;
    padding: 18px 25px;
    border: none;
    color: #000000;
}

.hv_get_in_touch form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.hv_get_in_touch .BW_contact_message {
    margin-bottom: 30px;
    position: relative;
}

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

.hv_get_in_touch .BW_contact_message input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(191,208,199), rgb(152,173,163));
}

.hv_get_in_touch .BW_contact_message label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(191,208,199);
    font-weight: 600;
}

.hv_get_in_touch .BW_contact_message label a:hover {
    color: rgb(152,173,163);
}

.hv_get_in_touch .wc_reach_links::before {
    content: "";
    transition: transform 0.5s ease;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(152,173,163), rgb(191,208,199));
    transform: scaleX(0);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transform-origin: right;
}

.hv_get_in_touch .wc_reach_links:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.hv_get_in_touch svg path {
    transition: all 0.3s ease;
    stroke-width: 2;
    fill: none;
    stroke: rgb(191,208,199);
}


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



@media screen and (min-width: 1200px) {.VI_pricing_shelf .TN_pricing_pack {
    grid-template-columns: repeat(4, 1fr);
}.VI_pricing_shelf .BR_rate_list {
    min-height: 450px;
}
}



@media screen and (max-width: 767px) {.VI_pricing_shelf {
    padding: 80px 0;
}.VI_pricing_shelf .TN_pricing_pack {
    grid-template-columns: 1fr;
    gap: 20px;
}.VI_pricing_shelf .BR_rate_list {
    min-height: auto;
}.VI_pricing_shelf h2 {
    font-size: calc(29px - 4px);
}.VI_pricing_shelf .Xf_cost_levels {
    margin-bottom: 30px;
}.VI_pricing_shelf .Zp_class_deals {
    padding: 25px 20px;
}.VI_pricing_shelf .Nk_plan_fees p {
    overflow-y: auto;
    font-size: calc(18px - 1px);
    margin-bottom: 15px;
    padding-right: 5px;
    max-height: 300px;
}.VI_pricing_shelf .Nk_plan_fees p::-webkit-scrollbar {
    width: 4px;
}.VI_pricing_shelf .Nk_plan_fees p::-webkit-scrollbar-thumb {
    background-color: rgb(191,208,199,0.5);
    border-radius: 4px;
}
}



@media (max-width: 768px) {.Aj_goal_footer .EX_get_support {
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
    clip-path: none;
    margin-bottom: 0;
}.Aj_goal_footer .wW_top_know {
    grid-template-columns: 1fr;
}.Aj_goal_footer .Ez_main_base h5,
    .Aj_goal_footer .subscribe_holder h5 {
    display: block;
    text-align: center;
}.Aj_goal_footer .Ez_main_base h5::after {
    transform: translateX(-50%);
    left: 50%;
}.Aj_goal_footer .subscribe_holder p {
    text-align: center;
}
}



@media (min-width: 768px) {.Ja_thxBlock {
    padding: 7rem 0;
}.Ja_thxBlock .LG_learning_zone {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 6vw, 5rem);
}.Ja_thxBlock .LG_learning_zone > div:first-child {
    padding-bottom: 0;
    padding-right: 2rem;
}.Ja_thxBlock .LG_learning_zone > div:first-child::after {
    background: linear-gradient(180deg, rgb(191,208,199) 0%, transparent 100%);
    width: 3px;
    top: 15%;
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    left: auto;
    transform-origin: top center;
    right: 0;
    bottom: auto;
    transform: scaleY(0);
    height: 70%;
}.Ja_thxBlock h5 {
    text-align: left;
}
}



@media (prefers-reduced-motion: reduce) {.Ja_thxBlock::before,
    .Ja_thxBlock::after,
    .Ja_thxBlock .LG_learning_zone,
    .Ja_thxBlock .LG_learning_zone > div:first-child::after,
    .Ja_thxBlock h5,
    .Ja_thxBlock .LG_learning_zone > div:last-child,
    .Ja_thxBlock .LG_learning_zone > div:last-child::before,
    .Ja_thxBlock a,
    .Ja_thxBlock a::after {
    animation: none;
    transition: opacity 0.3s ease;
}.Ja_thxBlock .LG_learning_zone > div:first-child::after,
    .Ja_thxBlock a::after {
    transform: none;
}}



@media (max-width: 767px) {.iz_our_background {
    padding: 80px 0;
}.iz_our_background .container {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.iz_our_background h2 {
    font-size: 33px;
    margin-bottom: 30px;
}.iz_our_background .mA_text_box_content > div {
    padding: 20px;
}.iz_our_background .mA_text_box_content p {
    font-size: calc(13px * 1.2);
    margin-bottom: 15px;
}.iz_our_background .mA_text_box_content div div {
    font-size: calc(13px * 0.9);
    padding: 15px;
}
}



@media (min-width: 768px) {.IM_academic_expertise .Cg_student_ratings {
    grid-template-columns: auto 1fr;
    gap: 2rem 3rem;
    grid-template-areas:
            "photo info"
            "quote quote";
    grid-template-rows: auto 1fr;
}.IM_academic_expertise .Cg_student_ratings > div:nth-child(1) {
    grid-area: photo;
}.IM_academic_expertise .Cg_student_ratings > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.IM_academic_expertise .Cg_student_ratings > div:nth-child(3) {
    grid-area: quote;
}.IM_academic_expertise .Lm_img_grid {
    width: 160px;
    height: 160px;
}
}



@media (max-width: 767px) {.IM_academic_expertise {
    padding: 4rem 0;
}.IM_academic_expertise .Cg_student_ratings {
    padding: 2rem;
}.IM_academic_expertise .Lm_img_grid {
    margin-bottom: 1rem;
}
}



@media (max-width: 575px) {.IM_academic_expertise .Cg_student_ratings {
    padding: 1.5rem;
    transform: none;
}.IM_academic_expertise .Lm_img_grid {
    height: 100px;
    width: 100px;
}.IM_academic_expertise .mJ_work_tasks {
    line-height: 1.6;
    font-size: calc(18px - 0.1rem);
}
}



@media (hover: hover) {.IM_academic_expertise .Cg_student_ratings {
    cursor: default;
}.IM_academic_expertise .Cg_student_ratings::after {
    width: 100%;
    transform: translateX(-100%);
    left: 0;
    content: "";
    transition: transform 0.8s ease;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    top: 0;
    height: 100%;
}.IM_academic_expertise .Cg_student_ratings:hover::after {
    transform: translateX(100%);
}}



@media (max-width: 991px) {header .KJ_page_header {
    padding: 0.8rem 2.5%;
}header .jc_nav_header svg {
    width: 130px;
}header .Ez_main_base {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .vg_main_page {
    font-size: calc(17px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .KJ_page_header {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .jc_nav_header svg {
    width: 110px;
}header .Ez_main_base {
    padding: 0.3rem;
}header .vg_main_page {
    padding: 0.3rem 0.4rem;
    font-size: calc(17px - 2px);
}}



@media (min-width: 768px) {.Oj_program_structure {
    padding: 8rem 0;
}.Oj_program_structure h2 {
    margin-bottom: 3.5rem;
    max-width: 70%;
    font-size: calc(29px * 1.1);
}.Oj_program_structure .mt_program_map {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.Oj_program_structure .Lm_img_grid {
    height: 500px;
}.Oj_program_structure .mA_text_box_content {
    scrollbar-width: thin;
    scrollbar-color: rgb(152,173,163,0.5) #ffffff;
    padding: 3rem;
    max-height: 500px;
    overflow-y: auto;
}.Oj_program_structure .mA_text_box_content::-webkit-scrollbar {
    width: 6px;
}.Oj_program_structure .mA_text_box_content::-webkit-scrollbar-track {
    background: #ffffff;
}.Oj_program_structure .mA_text_box_content::-webkit-scrollbar-thumb {
    background-color: rgb(152,173,163,0.5);
    border-radius: 20px;
}
}



@media (min-width: 1200px) {.Oj_program_structure h2 {
    font-size: calc(29px * 1.3);
    max-width: 50%;
}.Oj_program_structure .mt_program_map {
    gap: 5rem;
}.Oj_program_structure .Lm_img_grid {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
}.Oj_program_structure .mA_text_box_content {
    padding: 4rem;
    max-height: 600px;
    margin-right: -3rem;
}.Oj_program_structure .description {
    line-height: 2;
    font-size: calc(17px * 1.1);
}
}



@media (min-width: 1024px) {.iv_welcome {
    padding: 0;
}.iv_welcome .He_page_first {
    grid-template-columns: 45% 50%;
    gap: 5%;
}.iv_welcome .He_page_first > div:first-child p {
    max-width: 95%;
    font-size: calc(14px * 1.6);
}.iv_welcome .xP_learn_training > div {
    min-height: 580px;
}.iv_welcome .xP_learn_training h3 {
    max-width: 80%;
    font-size: calc(22px * 1.3);
}.iv_welcome .xP_learn_training .title_style_header {
    font-size: calc(45px * 1.4);
}
}



@media (min-width: 1440px) {.iv_welcome .He_page_first {
    gap: 5%;
    grid-template-columns: 40% 55%;
}.iv_welcome .He_page_first > div:first-child p {
    font-size: calc(14px * 1.8);
}.iv_welcome .xP_learn_training > div {
    padding: 5rem 4rem;
    min-height: 640px;
}.iv_welcome .xP_learn_training h3 {
    font-size: calc(22px * 1.4);
}.iv_welcome .xP_learn_training .title_style_header {
    font-size: calc(45px * 1.6);
}
}


@media only screen and (max-width: 768px) {.bJ_privacySettingsBanner .container {
    align-items: center;
    flex-direction: column;
}.VZ_cookie_notice {
    margin-bottom: 1rem;
    margin-right: 0;
}.WZ_digital_cookies {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.Su_privacy_ctrl {
    margin-left: 0;
    margin-top: 0.5rem;
}}



@media (max-width: 767px) {.Mx_take_a_spin {
    padding: 3rem 1rem;
}.Mx_take_a_spin h2 {
    line-height: 1.5;
    font-size: calc(35px * 0.8);
}.Mx_take_a_spin .container {
    gap: 2rem;
}.Mx_take_a_spin svg {
    height: 40px;
    width: 40px;
}.Mx_take_a_spin .LG_learning_zone {
    max-width: 320px;
    width: 100%;
}
}



@media (min-width: 1400px) {.Mx_take_a_spin {
    padding: 6rem 2rem;
}.Mx_take_a_spin h2 {
    font-size: calc(35px * 1.1);
    max-width: 70%;
}.Mx_take_a_spin .LG_learning_zone {
    gap: 2rem;
    padding: 2rem;
}.Mx_take_a_spin svg {
    width: 56px;
    height: 56px;
}.Mx_take_a_spin .wc_reach_links {
    padding: 1.15rem 3rem;
    font-size: calc(14px * 1.1);
}}



@media (max-width: 768px) {.hv_get_in_touch {
    padding: 60px 0;
}.hv_get_in_touch h2 {
    margin-bottom: 40px;
}.hv_get_in_touch .ro_connect_feedback {
    flex-direction: column;
}.hv_get_in_touch .Lm_img_grid {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.hv_get_in_touch .pw_connect_message {
    padding: 40px 30px;
    flex: 0 0 auto;
}.hv_get_in_touch form h3 {
    margin-bottom: 25px;
}.hv_get_in_touch form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}



@keyframes fadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes float {
    0% {
        transform: rotate(-15deg) translateZ(0) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) translateZ(0) translate(10px, -10px);
    }
}



@keyframes expandVertLine {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



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



@keyframes scaleInY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(5px) translateX(-10px);
  }
  75% {
    transform: translateY(-5px) translateX(5px);
  }
}

