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

html {
    scrollbar-width: none;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(162,176,175);
}

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

.Ugqh_login_footer .container {
    z-index: 1;
    position: relative;
}

.Ugqh_login_footer .Gbpw_cert_block {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.Ugqh_login_footer .EgGM_help_desk {
    position: relative;
    display: grid;
    border-bottom: 1px solid rgb(128,143,142,0.5);
    padding-bottom: 2.5rem;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.Ugqh_login_footer .info_item p,
.Ugqh_login_footer .info_item a {
    display: flex;
    font-size: 18px;
    color: #000000;
    align-items: center;
    font-weight: 400;
    gap: 0.75rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.Ugqh_login_footer .ElJo_nav_lead svg:hover {
    opacity: 0.8;
}

.Ugqh_login_footer .UhLW_site_head {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.Ugqh_login_footer .FlYi_main_mainwrap {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}

.Ugqh_login_footer .FlYi_main_mainwrap a:hover {
    color: rgb(162,176,175);
    padding-left: 12px;
}

.Ugqh_login_footer .FlYi_main_mainwrap a:hover::before {
    left: 0;
    width: 10px;
}

.Ugqh_login_footer .subscribe_holder h5 {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}

.Ugqh_login_footer .input_holder {
    gap: 0.5rem;
    position: relative;
    display: flex;
}

.Ugqh_login_footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.Ugqh_login_footer .noba_sub_url {
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    font-size: 17px;
    cursor: pointer;
    background-color: rgb(162,176,175);
    padding: 1rem 1.5rem;
    font-weight: 600;
    border-radius: 10px;
}

.xdmj_welcome_page {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.xdmj_welcome_page .YfmU_learning_lead::before {
    top: 0;
    z-index: 1;
    left: 0;
    transform: translateZ(0);
    background: linear-gradient(
    135deg,
    rgb(162,176,175,0.5) 0%,
    rgb(128,143,142,0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
    position: absolute;
    content: "";
    height: 100%;
    backdrop-filter: blur(2px);
    width: 100%;
}

.xdmj_welcome_page .EGXp_learn_culture::before {
    z-index: -1;
    top: -10px;
    background: linear-gradient(
    45deg,
    rgb(162,176,175) 0%,
    transparent 40%,
    transparent 60%,
    rgb(128,143,142) 100%
  );
    left: -10px;
    position: absolute;
    transform: translateZ(-10px);
    filter: blur(20px);
    width: calc(100% + 20px);
    content: "";
    height: calc(100% + 20px);
    opacity: 0.5;
}

.xdmj_welcome_page .EGXp_learn_culture h1::after {
    transform: scaleX(0);
    bottom: -0.75rem;
    position: absolute;
    width: 80px;
    left: 0;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 4px;
    transform-origin: left;
    background: rgb(162,176,175);
    content: "";
    animation-delay: 1s;
}

.xdmj_welcome_page .EGXp_learn_culture p::before {
    animation: lineGrow 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleY(0);
    left: 0;
    width: 3px;
    animation-delay: 1.2s;
    transform-origin: top;
    top: 0.5rem;
    background: rgb(128,143,142);
    content: "";
    height: calc(100% - 1rem);
    position: absolute;
}

.zaWG_statistical_report h3::after {
    width: 60px;
    transform-origin: center;
    transform: translateX(-50%) scaleX(0);
    height: 3px;
    left: 50%;
    content: "";
    bottom: -16px;
    background: rgb(162,176,175);
    position: absolute;
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.zaWG_statistical_report .oHir_extra_pro:nth-child(2) {
    --i: 2;
}

.zaWG_statistical_report .oHir_extra_pro:nth-child(4) {
    --i: 4;
}

.zaWG_statistical_report .oHir_extra_pro:nth-child(6) {
    --i: 6;
}

.zaWG_statistical_report .oHir_extra_pro::before {
    width: 0;
    right: 0;
    border-color: transparent rgb(128,143,142,0.5) transparent transparent;
    border-style: solid;
    top: 0;
    opacity: 0;
    height: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    border-width: 0 20px 20px 0;
    content: "";
}

.zaWG_statistical_report .oHir_extra_pro:hover p {
    transform: scale(1.05);
}

.zaWG_statistical_report .oHir_extra_pro p::after {
    background: linear-gradient(90deg, rgb(162,176,175) 0%, transparent 100%);
    left: 0;
    height: 2px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: -5px;
    position: absolute;
    transform: scaleX(0);
    content: "";
    width: 40px;
    transform-origin: left;
}

.QcVW_join_our_mailing_list::after {
    content: "";
    position: absolute;
    right: -5%;
    transform: rotate(15deg);
    background: rgb(162,176,175);
    top: -10%;
    height: 120%;
    opacity: 0.1;
    width: 35%;
    z-index: 0;
}

.QcVW_join_our_mailing_list .tnaC_study_guides::before {
    content: "";
    background: rgb(162,176,175);
    z-index: 2;
    left: 0;
    top: 0;
    width: 6px;
    position: absolute;
    height: 100%;
}

.QcVW_join_our_mailing_list .input_holder {
    display: grid;
    gap: 1rem;
    position: relative;
    grid-template-columns: 1fr;
}

.QcVW_join_our_mailing_list .input_holder span:hover {
    transform: translateY(-2px);
}

.QcVW_join_our_mailing_list .input_holder input[type="email"] {
    border: 2px solid rgba(0, 0, 0, 0.08);
    padding: 1rem 1.25rem;
    color: #000000;
    background: #ffffff;
    width: 100%;
    outline: none;
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.QcVW_join_our_mailing_list .noba_sub_url:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.QcVW_join_our_mailing_list .noba_sub_url::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: -100%;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    transition: transform 0.6s ease;
    z-index: -1;
}

.KFoR_cookie_popup_display h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 21px;
    color: #ffffff;
}

.ImfM_cookie_guard:hover svg {
    transform: scale(1.1);
}

.RzvB_manage_tracking {
    border-radius: 26px;
    cursor: pointer;
    min-width: 140px;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(162,176,175);
    text-decoration: none;
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(162,176,175), rgb(128,143,142));
    padding: 10px 20px;
}

.IHUx_teacher_profile .GEXw_learner_reflections {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    transform: rotateX(5deg) rotateY(-5deg);
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(128,143,142,0.5),
        inset 0 0 30px rgb(162,176,175,0.5);
}

.IHUx_teacher_profile .GEXw_learner_reflections span:not(.name) {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: rgb(128,143,142);
    transform: translateZ(15px);
    letter-spacing: 2px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.IHUx_teacher_profile .GEXw_learner_reflections:hover .ctfj_career_section {
    transform: translateZ(25px);
}

header .top_plank {
    background: rgb(162,176,175);
    color:  #ffffff;
}

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

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

.kfWv_learning_process::after {
    width: 100%;
    top: 0;
    content: '';
    opacity: 0.1;
    height: 100%;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(162,176,175,0.5) 49%, rgb(162,176,175,0.5) 51%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(135deg, transparent 48%, rgb(128,143,142,0.5) 49%, rgb(128,143,142,0.5) 51%, transparent 52%) 0 0 / 30px 30px;
}

.kfWv_learning_process .MUWV_text_box_wrap::before {
    content: '';
    right: 20px;
    background: linear-gradient(135deg, rgb(162,176,175,0.5), rgb(128,143,142,0.5));
    animation: pulse 5s infinite alternate;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    top: 20px;
    border-radius: 50%;
}

.kfWv_learning_process .MUWV_text_box_wrap::before,
.kfWv_learning_process .MUWV_text_box_wrap::after {
    transition: all 0.5s ease;
}

.kfWv_learning_process p {
    border-radius: 10px;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    padding: 1rem;
    background: rgb(197,210,209);
    margin-top: 1.5rem;
}

.LITW_contact_box::before {
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
}

.LITW_contact_box .NrkK_query_message {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(197,210,209);
    flex: 1 0 300px;
    position: relative;
    padding: 3rem;
}

.LITW_contact_box .NrkK_query_message h3 {
    color: rgb(162,176,175);
    font-size: 19px;
    padding-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid rgb(128,143,142);
}

.LITW_contact_box .NrkK_query_message div svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 1rem;
    padding: 5px;
    background: rgb(162,176,175);
    border-radius: 50%;
}

.LITW_contact_box .mdaN_query_card {
    background: #ffffff;
    padding: 3rem;
    flex: 1 0 450px;
    position: relative;
}

.LITW_contact_box .mdaN_query_card h3 {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
}

.LITW_contact_box .mdaN_query_card input[type="text"],
.LITW_contact_box .mdaN_query_card input[type="email"] {
    background: rgb(197,210,209);
    border-radius: 10px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
    width: 100%;
    font-size: 13px;
}

.LITW_contact_box .mdaN_query_card .HoVS_reach_request input[type="checkbox"]:checked {
    background-color: rgb(162,176,175);
    border-color: rgb(162,176,175);
}

.LITW_contact_box .mdaN_query_card .HoVS_reach_request label {
    color: #000000;
    font-size: calc(13px - 1px);
    line-height: 1.5;
}

.LITW_contact_box .mdaN_query_card .HoVS_reach_request label a {
    text-decoration: none;
    color: rgb(162,176,175);
    font-weight: 600;
}

.LITW_contact_box .mdaN_query_card .eIyc_support_request:hover {
    background: rgb(128,143,142);
}

.LITW_contact_box .mdaN_query_card .eIyc_support_request:focus {
    outline: none;
}

.LITW_contact_box .mdaN_query_card .eIyc_support_request:active::after {
    animation: ripple 1s ease-out;
}

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

.Qdet_company_info .MUWV_text_box_wrap > div:first-child {
    margin-bottom: 1rem;
    position: relative;
}

.Qdet_company_info h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: slideIn 0.6s ease-out forwards 0.5s;
    opacity: 0;
    font-weight: 600;
    transform: translateX(-10px);
    font-size: 24px;
    margin: 0;
    color: rgb(162,176,175);
}

.Qdet_company_info .MUWV_text_box_wrap > div:nth-child(2) p b {
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.Qdet_company_info ol {
    padding-left: 0;
    counter-reset: item;
    margin: 0;
    list-style-type: none;
}

.Qdet_company_info ol li::first-line {
    color: rgb(162,176,175);
    font-weight: 600;
}

.LNAX_course_beneficiaries {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(197,210,209) 0%, #ffffff 100%);
}

.LNAX_course_beneficiaries::after {
    position: absolute;
    background: rgb(128,143,142,0.5);
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    bottom: 0;
    left: 0;
    opacity: 0.1;
    content: "";
    z-index: 1;
    width: 50%;
    height: 100%;
}

.LNAX_course_beneficiaries div > div {
    flex-direction: column;
    display: flex;
    position: relative;
    margin-left: 60px;
    max-width: 800px;
}

.LNAX_course_beneficiaries p {
    position: relative;
    font-size: 16px;
    margin-left: 30px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    z-index: 2;
    transition: all 0.3s ease;
    color: #000000;
    padding: 20px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    margin-bottom: 30px;
}

.LNAX_course_beneficiaries p:hover::after {
    background: rgb(162,176,175);
    transform: translateY(-50%) scale(1.2);
}

.LNAX_course_beneficiaries p:nth-child(even)::after {
    border-color: rgb(128,143,142);
}

.LNAX_course_beneficiaries p svg path {
    fill: rgb(162,176,175);
    transition: fill 0.3s ease;
}

.LNAX_course_beneficiaries p:hover svg {
    transform: scale(1.1) rotate(10deg);
}

.LNAX_course_beneficiaries p:nth-child(3) {
    transform: translateX(60px);
}

.LNAX_course_beneficiaries p:nth-child(6) {
    transform: translateX(150px);
}

.LNAX_course_beneficiaries p:nth-child(3):hover {
    transform: translateX(70px);
}

.LNAX_course_beneficiaries p:nth-child(6):hover {
    transform: translateX(160px);
}

.LNAX_course_beneficiaries .tnaC_study_guides > div p:nth-child(2) {
    opacity: 1;
    transform: translateX(30px);
    animation-delay: 0.2s;
    animation-name: none;
}

.LNAX_course_beneficiaries .tnaC_study_guides > div p:nth-child(5) {
    transform: translateX(120px);
    animation-delay: 0.5s;
    opacity: 1;
    animation-name: none;
}

.LNAX_course_beneficiaries .tnaC_study_guides > div p:nth-child(8) {
    opacity: 1;
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(90px);
}

.bJKV_plan_display {
    background: linear-gradient(135deg, rgb(197,210,209) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}

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

.bJKV_plan_display .QMmz_value_plan {
    flex-direction: column;
    display: flex;
}

.bJKV_plan_display .cQfA_pricing_deals h2::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -0.75rem;
    left: 50%;
    height: 3px;
    width: 70%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(162,176,175), transparent);
}

.bJKV_plan_display .lHjm_plan_deals:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.bJKV_plan_display .lHjm_plan_deals:hover::before {
    transform: translateY(0);
}

.bJKV_plan_display .RlJD_annual_plan {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

.bJKV_plan_display .nvyk_cert_fees h3 {
    margin-bottom: 1rem;
    font-size: calc(24px * 1.1);
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.bJKV_plan_display .nvyk_cert_fees p {
    margin-bottom: 1.5rem;
    color: #000000;
    word-wrap: break-word;
    font-size: 18px;
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.65;
    word-break: break-word;
}

.bJKV_plan_display .lHjm_plan_deals:nth-child(odd) .nvyk_cert_fees::before {
    height: 2.5rem;
    width: 2.5rem;
    right: 1rem;
    content: "";
    opacity: 0.1;
    border-radius: 50%;
    background: rgb(162,176,175,0.5);
    z-index: -1;
    position: absolute;
    top: 1rem;
}

.fXnH_program_information::after {
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.05;
    top: 0;
}

.fXnH_program_information h2 {
    display: inline-block;
    margin-bottom: 1.8rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(35px * 1.2);
}

.fXnH_program_information h2::after {
    position: absolute;
    border-bottom: 3px solid rgb(128,143,142);
    content: "";
    width: 45px;
    height: 45px;
    border-right: 3px solid rgb(128,143,142);
    opacity: 0.7;
    transition: all 0.5s ease;
    bottom: -15px;
    right: -15px;
}

.fXnH_program_information .MUWV_text_box_wrap:hover .description:last-of-type {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.fXnH_program_information .ZpiP_pic_card::before {
    z-index: 1;
    position: absolute;
    opacity: 0.85;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
}

.fXnH_program_information .MUWV_text_box_wrap::after {
    content: "";
    height: 70%;
    position: absolute;
    bottom: -5%;
    width: 70%;
    left: -5%;
    background: rgb(128,143,142,0.5);
    opacity: 0.15;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morph 15s linear infinite alternate-reverse;
    z-index: -1;
}

.IuXU_secure_nook .container {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 3.5rem 2.5rem;
    z-index: 1;
    transform: translateZ(0);
}

.IuXU_secure_nook h1::after {
    left: 0;
    position: absolute;
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(162,176,175) 0%, rgb(128,143,142) 100%);
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
}

.IuXU_secure_nook h2:hover::before {
    transform: scaleY(1);
}

.IuXU_secure_nook h3 {
    font-weight: 600;
    color: #000000;
    margin: 2.2rem 0 1rem;
    padding-left: 1.5rem;
    position: relative;
    font-size: calc(37px * 0.85);
}

.IuXU_secure_nook h4::before {
    transform: translateY(-50%);
    position: absolute;
    content: "→";
    font-size: 0.9em;
    left: 0;
    color: rgb(162,176,175);
    top: 50%;
}

.IuXU_secure_nook p strong::after {
    width: 100%;
    transform: scaleX(0.95);
    transform-origin: left;
    left: 0;
    z-index: -1;
    transition: transform 0.3s ease;
    bottom: 0;
    background-color: rgb(162,176,175,0.5);
    position: absolute;
    height: 30%;
    content: "";
}

.IuXU_secure_nook li::before {
    transition: background 0.3s ease;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    content: "";
    width: 8px;
    background: rgb(128,143,142);
    top: 0.75em;
    height: 8px;
    border-radius: 50%;
}

.WVqC_thanks_page {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(162,176,175,0.5) 0%, rgb(197,210,209) 100%);
}

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

.WVqC_thanks_page .tnaC_study_guides {
    transform: translateX(0);
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
}

.WVqC_thanks_page .tnaC_study_guides:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}

.WVqC_thanks_page h5 {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    position: relative;
}

.WVqC_thanks_page .tnaC_study_guides > div:last-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.WVqC_thanks_page .tnaC_study_guides > div:last-child:hover::before {
    width: 10px;
}

.WVqC_thanks_page a {
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
    display: block;
    z-index: 1;
}

.VUIS_register_now {
    background: linear-gradient(145deg, rgb(162,176,175) 0%, rgb(128,143,142) 50%, rgb(162,176,175) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 110px 0;
}

.VUIS_register_now .tnaC_study_guides {
    position: relative;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    display: flex;
    background: rgba(255, 255, 255, 0.07);
    max-width: 1000px;
    align-items: center;
    border-radius: 24px;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(255, 255, 255, 0.1);
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px;
    flex-direction: column;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.VUIS_register_now h3 {
    font-weight: 700;
    position: relative;
    letter-spacing: 4px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 50px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-align: center;
}

.VUIS_register_now .QUNA_feedback_form {
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    z-index: 1;
    display: inline-block;
    backdrop-filter: blur(5px);
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding: 16px 45px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    clip-path: polygon(
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%, 
        0% 5%
    );
}

.yuXI_educational_gains::after {
    opacity: 0.05;
    bottom: -100px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(220deg, rgb(128,143,142), rgb(162,176,175,0.5));
    width: 400px;
    left: -100px;
    height: 400px;
    z-index: 0;
    content: "";
}

.yuXI_educational_gains .MUWV_text_box_wrap {
    position: relative;
    flex: 1;
}

.yuXI_educational_gains h4 {
    font-size: 38px;
    color: #000000;
    transform: translateX(0);
    margin-bottom: 40px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 700;
}

.yuXI_educational_gains .MUWV_text_box_wrap > div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.yuXI_educational_gains li:hover {
    transform: translateY(-5px);
}

.yuXI_educational_gains li:hover p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left-width: 5px;
}

.yuXI_educational_gains li p span:last-child {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}

.yuXI_educational_gains svg {
    width: 24px;
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 24px;
}

.yuXI_educational_gains .ZpiP_pic_card {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    flex: 0 0 40%;
    height: auto;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    object-fit: cover;
    max-width: 450px;
    border-radius: 16px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}



.yuXI_educational_gains .ZpiP_pic_card {
    animation: float 8s ease-in-out infinite;
}

header .yZqQ_main_navbar .ElJo_nav_lead {
    z-index: 2;
    padding: 5px;
    position: relative;
}

header .yZqQ_main_navbar .ElJo_nav_lead::before {
    width: calc(100% + 10px);
    top: -5px;
    opacity: 0;
    z-index: -1;
    content: "";
    height: calc(100% + 10px);
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(162,176,175), rgb(128,143,142));
    left: -5px;
    transition: opacity 0.3s ease;
    position: absolute;
}

header .yZqQ_main_navbar .UhLW_site_head::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 12px;
    left: 0;
    content: "";
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(5px);
    opacity: 0.1;
}

header .yZqQ_main_navbar .UhLW_site_head .BnKv_site_navbar a::after {
    opacity: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: -1;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    height: 150%;
    width: 150%;
}


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


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



@media (max-width: 768px) {.Ugqh_login_footer {
    padding: 3.5rem 0 1.5rem;
}.Ugqh_login_footer .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.Ugqh_login_footer .subscribe_holder {
    grid-column: auto;
}.Ugqh_login_footer .EgGM_help_desk {
    grid-template-columns: 1fr 1fr;
}.Ugqh_login_footer .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}



@media (max-width: 1200px) {.xdmj_welcome_page .EGXp_learn_culture {
    padding: 2.25rem;
    transform: translateZ(0) rotateX(3deg);
    max-width: 90%;
}.xdmj_welcome_page .EGXp_learn_culture h1 {
    font-size: calc(43px * 1.05);
}.xdmj_welcome_page .EGXp_learn_culture h3 {
    margin-bottom: 1.5rem;
    font-size: 19px;
}.xdmj_welcome_page .EGXp_learn_culture p {
    font-size: 14px;
    max-width: 90%;
}
}



@media (max-width: 768px) {.xdmj_welcome_page {
    height: 85vh;
}.xdmj_welcome_page .EGXp_learn_culture {
    max-width: 95%;
    padding: 1.75rem;
    transform: translateZ(0) rotateX(0deg);
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 1.5rem),
      calc(100% - 1.5rem) 100%,
      0 100%
    );
}.xdmj_welcome_page .EGXp_learn_culture h1 {
    margin-bottom: 1.25rem;
    font-size: calc(43px * 0.9);
}.xdmj_welcome_page .EGXp_learn_culture h1::after {
    height: 3px;
    width: 60px;
}.xdmj_welcome_page .EGXp_learn_culture h3 {
    margin-bottom: 1.25rem;
    font-size: calc(19px * 0.9);
}.xdmj_welcome_page .EGXp_learn_culture p {
    padding-left: 1.25rem;
    max-width: 100%;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 767px) {.zaWG_statistical_report {
    padding: 4rem 1.5rem;
}.zaWG_statistical_report h3 {
    margin-bottom: 3rem;
    font-size: calc(32px * 0.9);
}.zaWG_statistical_report ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.zaWG_statistical_report .oHir_extra_pro {
    padding: 1.5rem 1.2rem;
}.zaWG_statistical_report .oHir_extra_pro span {
    font-size: 18px;
}.zaWG_statistical_report .oHir_extra_pro p {
    font-size: calc(32px * 1.1);
}}



@media (max-width: 767px) {.QcVW_join_our_mailing_list {
    padding: 3rem 0;
}.QcVW_join_our_mailing_list .tnaC_study_guides {
    padding: 2rem;
}.QcVW_join_our_mailing_list h4 {
    font-size: 18px;
    margin-bottom: 1.5rem;
}.QcVW_join_our_mailing_list .input_holder span {
    margin-bottom: 0.5rem;
}.QcVW_join_our_mailing_list .input_holder input[type="email"],
    .QcVW_join_our_mailing_list .noba_sub_url {
    padding: 0.9rem 1rem;
}
}


@media only screen and (max-width: 1200px) {.KFoR_cookie_popup_display {
    padding: 15px 0;
}.ZYvj_track_edu {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.ImfM_cookie_guard {
    display: none;
}.ZYvj_track_edu {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.KFoR_cookie_popup_display h5 {
    font-size: 22px;
    margin-bottom: 5px;
}.fqBH_cookies_tech {
    margin-bottom: 15px;
}.RzvB_manage_tracking {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 992px) {.kfWv_learning_process {
    padding: 4rem 1.5rem;
}.kfWv_learning_process .MUWV_text_box_wrap {
    width: 90%;
    padding: 2.5rem;
}.kfWv_learning_process h2 {
    font-size: calc(33px * 0.9);
}.kfWv_learning_process p {
    padding: 0.8rem;
}
}



@media (max-width: 576px) {.kfWv_learning_process {
    padding: 2.5rem 0.8rem;
}.kfWv_learning_process .MUWV_text_box_wrap {
    box-shadow: 
            8px 8px 16px rgba(0, 0, 0, 0.15),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
}.kfWv_learning_process h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.2rem;
}.kfWv_learning_process h2::before {
    bottom: -8px;
    height: 3px;
}.kfWv_learning_process p {
    margin-top: 1rem;
    padding: 0.5rem;
    font-size: calc(15px * 0.9);
}}



@media screen and (max-width: 576px) {.LITW_contact_box {
    padding: 3rem 0;
}.LITW_contact_box .NrkK_query_message,
    .LITW_contact_box .mdaN_query_card {
    padding: 1.5rem;
}.LITW_contact_box .NrkK_query_message div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.LITW_contact_box .NrkK_query_message div svg {
    height: 20px;
    width: 20px;
}.LITW_contact_box .mdaN_query_card input[type="text"],
    .LITW_contact_box .mdaN_query_card input[type="email"] {
    padding: 0.8rem 1rem;
}.LITW_contact_box .mdaN_query_card::before {
    display: none;
}}



@media (hover: hover) {.Qdet_company_info .MUWV_text_box_wrap:hover {
    transform: translateY(-5px);
    transition: all 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}}



@media (max-width: 768px) {.LNAX_course_beneficiaries {
    padding: 70px 0;
}.LNAX_course_beneficiaries h4 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(38px * 0.8);
}.LNAX_course_beneficiaries div > div {
    margin-left: 30px;
}.LNAX_course_beneficiaries div > div::before {
    left: 10px;
}.LNAX_course_beneficiaries p {
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 15px;
}.LNAX_course_beneficiaries p::before {
    left: -20px;
    width: 20px;
}.LNAX_course_beneficiaries p::after {
    width: 14px;
    height: 14px;
    left: -32px;
}.LNAX_course_beneficiaries p:nth-child(1) {
    transform: translateX(0);
}.LNAX_course_beneficiaries p:nth-child(2) {
    transform: translateX(0);
}.LNAX_course_beneficiaries p:nth-child(3) {
    transform: translateX(0);
}.LNAX_course_beneficiaries p:nth-child(4) {
    transform: translateX(0);
}.LNAX_course_beneficiaries p:nth-child(5) {
    transform: translateX(0);
}.LNAX_course_beneficiaries p:nth-child(6) {
    transform: translateX(0);
}.LNAX_course_beneficiaries p:hover,
    .LNAX_course_beneficiaries p:nth-child(n):hover {
    transform: translateX(5px);
}
}



@media (max-width: 991px) {.bJKV_plan_display {
    padding: 5rem 0;
}.bJKV_plan_display .lHjm_plan_deals {
    margin-bottom: 1.5rem;
}.bJKV_plan_display .cQfA_pricing_deals {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.bJKV_plan_display {
    padding: 4rem 0;
}.bJKV_plan_display .cQfA_pricing_deals h2 {
    font-size: calc(32px * 0.9);
}.bJKV_plan_display .nvyk_cert_fees h3 {
    font-size: 24px;
}.bJKV_plan_display .nvyk_cert_fees .lULc_plan_options {
    font-size: calc(24px * 1.15);
}.bJKV_plan_display .ZpiP_pic_card {
    height: 160px;
}
}



@media (hover: none) {.bJKV_plan_display .lHjm_plan_deals:hover {
    transform: none;
}.bJKV_plan_display .lHjm_plan_deals:hover .ZpiP_pic_card {
    transform: none;
}}



@media (max-width: 768px) {.fXnH_program_information {
    padding: 4rem 0;
}.fXnH_program_information .MUWV_text_box_wrap {
    max-width: 90%;
    padding: 2.5rem 1.5rem;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
}.fXnH_program_information h2 {
    font-size: calc(35px * 0.95);
}.fXnH_program_information h2::before,
    .fXnH_program_information h2::after {
    width: 35px;
    height: 35px;
    top: -10px;
    left: -10px;
}.fXnH_program_information h2::after {
    bottom: -10px;
    right: -10px;
}.fXnH_program_information .MUWV_text_box_wrap:hover h2::before,
    .fXnH_program_information .MUWV_text_box_wrap:hover h2::after {
    width: 40px;
    height: 40px;
}.fXnH_program_information .description {
    max-width: 95%;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.fXnH_program_information .description:last-of-type {
    padding: 1rem 1.5rem;
    max-width: 95%;
}.fXnH_program_information .ZpiP_pic_card {
    height: 150%;
    width: 150%;
}
}



@media screen and (max-width: 576px) {.IuXU_secure_nook {
    padding: 2rem 0.5rem;
}.IuXU_secure_nook .container {
    padding: 1.5rem 1.25rem;
}.IuXU_secure_nook h1 {
    font-size: calc(46px * 0.7);
    padding-bottom: 0.75rem;
}.IuXU_secure_nook h1::after {
    height: 2px;
    width: 60px;
}.IuXU_secure_nook:hover h1::after {
    width: 90px;
}.IuXU_secure_nook h2 {
    padding-left: 0.75rem;
    font-size: calc(37px * 0.7);
}.IuXU_secure_nook h2::before {
    width: 3px;
}.IuXU_secure_nook h3, 
    .IuXU_secure_nook h4 {
    padding-left: 1.25rem;
}.IuXU_secure_nook ul {
    padding-left: 1rem;
}.IuXU_secure_nook li {
    padding-left: 1.25rem;
}.IuXU_secure_nook li::before {
    width: 6px;
    height: 6px;
}.IuXU_secure_nook span {
    padding: 0.75rem 0.75rem;
    border-left: 2px solid rgb(128,143,142);
}}



@media screen and (max-width: 992px) {.VUIS_register_now {
    padding: 90px 0;
}.VUIS_register_now .tnaC_study_guides {
    padding: 50px 40px;
    max-width: 90%;
}.VUIS_register_now h3 {
    margin-bottom: 45px;
    font-size: calc(32px * 0.9);
}.VUIS_register_now h3::before {
    top: -35px;
    width: 25px;
    height: 25px;
}.VUIS_register_now h3::after {
    width: 45px;
}.VUIS_register_now .QUNA_feedback_form {
    padding: 14px 40px;
}
}



@media (max-width: 992px) {.yuXI_educational_gains {
    padding: 80px 0;
}.yuXI_educational_gains .tnaC_study_guides {
    gap: 40px;
    flex-direction: column-reverse;
}.yuXI_educational_gains .ZpiP_pic_card {
    transform: perspective(1000px) rotateY(0);
    width: 100%;
    max-width: 100%;
}.yuXI_educational_gains h4 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.85);
}.yuXI_educational_gains .MUWV_text_box_wrap > div {
    flex-direction: column;
}
}



@media (max-width: 992px) {header .yZqQ_main_navbar {
    flex-direction: column;
    padding: 20px 15px;
}header .yZqQ_main_navbar .ElJo_nav_lead {
    margin-bottom: 15px;
}header .yZqQ_main_navbar .UhLW_site_head {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .yZqQ_main_navbar .UhLW_site_head .BnKv_site_navbar {
    margin: 3px;
}header .yZqQ_main_navbar .UhLW_site_head .BnKv_site_navbar a {
    font-size: calc(14px - 1px);
    padding: 6px 12px;
}
}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }



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



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



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



@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}



@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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



@keyframes borderGlow {
    0% {
        filter: blur(20px);
        opacity: 0.5;
    }
    50% {
        filter: blur(25px);
        opacity: 0.7;
    }
    100% {
        filter: blur(20px);
        opacity: 0.5;
    }
}



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

