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

.Kg_head_lead {
    flex: 1 0 auto;
}

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

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

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

header:before {
    top: 0;
    opacity: 0.1;
    width: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    content: '';
    height: 100%;
}

header .BJ_page_nav:before {
    width: 100%;
    bottom: -1px;
    height: 2px;
    left: 0;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    opacity: 0.3;
    position: absolute;
}

header .container {
    padding: 15px 25px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

header .container:before {
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    top: 50%;
    height: 30px;
    transform: translateY(-50%);
    pointer-events: none;
    content: '';
    right: 20px;
    width: 50px;
    background-repeat: repeat-x;
    background-size: 6px 2px, 6px 2px;
    opacity: 0.5;
    position: absolute;
    background-position: 0 0, 0 10px;
}

header .Ro_head_master {
    position: relative;
    text-decoration: none;
    padding: 8px 0;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #ffffff;
}

header .Ro_head_master:hover {
    transform: translateX(5px);
    color: #ffffff;
}

header .Ro_head_master:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .WI_first_section:before {
    border-radius: 10px;
    width: calc(100% + 20px);
    top: -10px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    opacity: 0;
    height: calc(100% + 20px);
    content: '';
    left: -10px;
}

header .WI_first_section:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.wT_pricing_row::after {
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(113,146,144,0.5), 0.15) 0%, transparent 50%);
    position: absolute;
    z-index: 2;
    width: 100%;
    content: "";
}

.wT_pricing_row h2::after {
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(113,146,144), rgb(77,108,106));
    bottom: -10px;
    width: 80px;
    content: "";
    left: 50%;
}

.wT_pricing_row .GV_cost_rates {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    backdrop-filter: blur(8px);
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 100%;
    flex-direction: column;
}

.wT_pricing_row .wq_payment_plans h4::after {
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease;
    background: rgb(77,108,106);
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
}

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

.zJ_connect_form::after {
    background-image: 
        linear-gradient(90deg, rgba(rgb(113,146,144), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(113,146,144), 0.03) 1px, transparent 1px);
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    width: 100%;
    position: absolute;
    animation: gridMove 20s linear infinite;
    background-size: 20px 20px;
}

.zJ_connect_form .FG_query_card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(113,146,144), 0.05);
    position: relative;
    background: #ffffff;
    transform: translateY(0);
    display: flex;
}

.zJ_connect_form .dQ_responsive_img::before {
    left: -100px;
    animation: shine 6s infinite;
    top: -100px;
    background: rgba(255, 255, 255, 0.2);
    height: 150px;
    content: "";
    z-index: 2;
    width: 150%;
    transform: rotate(45deg);
    position: absolute;
}

.zJ_connect_form form {
    position: relative;
    z-index: 2;
}

.zJ_connect_form form h3::after {
    height: 2px;
    bottom: -10px;
    background: rgb(113,146,144);
    left: 0;
    position: absolute;
    width: 40px;
    content: "";
}

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

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

.zJ_connect_form .nK_inquiry_grid input[type="checkbox"] {
    height: 0;
    position: absolute;
    cursor: pointer;
    width: 0;
    opacity: 0;
}

.zJ_connect_form .nK_inquiry_grid input[type="checkbox"]:checked + label::before {
    background: rgb(113,146,144);
    border-color: rgb(113,146,144);
}

.zJ_connect_form .nK_inquiry_grid label a {
    color: rgb(113,146,144);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.zJ_connect_form .nK_inquiry_grid label a:hover {
    color: rgb(77,108,106);
}

.zJ_connect_form .dA_connect_feedback {
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    padding: 15px 20px;
    border: none;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    background: linear-gradient(90deg, rgb(113,146,144), rgb(77,108,106));
    border-radius: 10px;
}

.zJ_connect_form form input {
    background: rgb(145,180,180);
}

.BC_future_learners::before {
    background-size: 50px 50px;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    background: 
        linear-gradient(45deg, transparent 45%, rgb(113,146,144,0.5) 46%, rgb(113,146,144,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(77,108,106,0.5) 46%, rgb(77,108,106,0.5) 54%, transparent 55%);
    width: 100%;
    position: absolute;
    opacity: 0.1;
    height: 100%;
}

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

.BC_future_learners li::before {
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    top: 0;
    pointer-events: none;
}

.BC_future_learners li::after {
    opacity: 0.7;
    background: rgb(113,146,144);
    left: 0;
    position: absolute;
    transition: width 0.4s ease, opacity 0.4s ease;
    content: '';
    width: 5px;
    top: 0;
    height: 100%;
}

.BC_future_learners li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(113,146,144,0.5);
}

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

.BC_future_learners li:nth-child(4)::after {
    animation-delay: 1.5s;
}

.BC_future_learners li:nth-child(3) svg {
    animation-delay: 0.5s;
}

.ER_course_features::before {
    left: 0;
    z-index: 2;
    opacity: 0.4;
    top: 0;
    background: 
        radial-gradient(circle at left bottom, rgb(113,146,144,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(77,108,106,0.5) 0%, transparent 30%);
    position: absolute;
    content: "";
    pointer-events: none;
    height: 100%;
    width: 100%;
}

.ER_course_features .fE_study_path {
    width: 20%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.ER_course_features .container {
    z-index: 4;
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    max-width: 1320px;
    position: relative;
    justify-content: center;
    height: 100%;
}

.ER_course_features .qD_training_flow p {
    margin: 0;
    font-size: 13px;
    color: #ffffff;
    grid-column: 3 / 4;
    opacity: 0.7;
    line-height: 1.6;
}

.ER_course_features .qD_training_flow .dA_connect_feedback:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    color: #ffffff;
}

.ER_course_features .qD_training_flow .dA_connect_feedback:hover::before {
    width: 100%;
}

.ER_course_features .fE_study_path::after {
    position: absolute;
    z-index: 3;
    top: 30%;
    content: "";
    height: 1px;
    box-shadow: 0 0 8px rgb(113,146,144);
    animation: moving-line 8s linear infinite;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(113,146,144) 50%, 
                transparent 100%);
}

.ER_course_features .fE_study_path:nth-child(5)::after {
    top: 15%;
    animation-delay: 4s;
}

.OJ_receive_updates {
    background: linear-gradient(135deg, rgb(113,146,144,0.5), rgb(77,108,106) 120%);
    padding: 5rem 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.OJ_receive_updates::after {
    top: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 60%);
    width: 100%;
}

.OJ_receive_updates .pV_teach_style > div {
    width: 100%;
    margin-bottom: 2.5rem;
    position: relative;
}

.OJ_receive_updates h4 {
    text-align: center;
    line-height: 1.4;
    transform: translateZ(0);
    font-size: calc(18px * 1.1);
    position: relative;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.OJ_receive_updates .input_holder span {
    position: relative;
    flex: 1;
    min-width: 250px;
}

.OJ_receive_updates .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 0 0 4px rgba(rgb(113,146,144), 0.1);
}

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

.OJ_receive_updates .input_holder .ns_sub_unit:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.dv_homepage .pV_teach_style {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
    grid-template-rows: 1fr;
    position: relative;
}

.dv_homepage .sC_start_top::after {
    bottom: 0;
    height: 40%;
    content: '';
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    background: linear-gradient(
        to top,
        rgb(145,180,180) 0%,
        transparent 100%
    );
}

.dv_homepage .zT_learn_techfast img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transform: scale(1);
    transition: transform 0.7s ease;
}

.dv_homepage .nJ_text_cell::before {
    z-index: 1;
    height: 60%;
    top: 20%;
    background: linear-gradient(
        to bottom,
        rgb(113,146,144) 0%,
        rgb(77,108,106) 100%
    );
    width: 5px;
    content: '';
    box-shadow: 0 0 15px rgb(113,146,144,0.5);
    right: 0;
    position: absolute;
}

.dv_homepage .nJ_text_cell .dA_connect_feedback {
    font-weight: 600;
    opacity: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgb(113,146,144,0.5);
    border-radius: 10px;
    border: none;
    padding: 0.9rem 2.2rem;
    font-size: 18px;
    animation: button-slide-up 0.8s ease-out 0.4s forwards;
    color: #ffffff;
    transform: translateY(30px);
    position: relative;
    background-color: rgb(113,146,144);
    display: inline-block;
}

.dv_homepage:has(.zT_learn_techfast:nth-child(3)) .Bk_learning_main {
    --slide-count: 3;
}

.dv_homepage:has(.zT_learn_techfast:nth-child(4)) .Bk_learning_main {
    --slide-count: 4;
}

.dv_homepage:has(.zT_learn_techfast:nth-child(5)) .Bk_learning_main {
    --slide-count: 5;
}

.SX_thxContent {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(77,108,106,0.5) 0%, rgb(145,180,180) 100%);
    overflow: hidden;
}

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

.SX_thxContent .pV_teach_style:hover {
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.SX_thxContent h5 {
    font-size: calc(18px * 1.1);
    line-height: 1.4;
    transform: translateZ(0);
    letter-spacing: -0.02em;
    position: relative;
    color: #000000;
    margin: 0;
    font-weight: 700;
}

.SX_thxContent a:hover {
    transform: translateX(10px);
}

.SX_thxContent a::before {
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    left: -100%;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    animation: lightSweep 6s infinite ease-in-out;
}

.ON_news_feed .company_holder h3::after {
    content: '';
    background: rgb(113,146,144);
    width: 40%;
    transition: width 0.3s ease-in-out;
    position: absolute;
    bottom: -5px;
    height: 2px;
    left: 0;
}

.ON_news_feed .sV_footer_account {
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    line-height: 1.6;
    transition: all 0.3s ease;
    transform: translateZ(0);
    backdrop-filter: blur(5px);
    font-size: 15px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #ffffff;
}

.ON_news_feed .jb_top_header:hover::before {
    transform: translateX(100%);
}

.ON_news_feed .jb_top_header h5 {
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 19px;
}

.ON_news_feed .jb_top_header:hover h5::after {
    box-shadow: 0 0 8px rgb(113,146,144), 0 0 16px rgb(113,146,144,0.5);
    width: 70px;
}

.ON_news_feed .jb_top_header .Ag_main_pagebar a::before {
    transform-origin: left;
    content: '';
    height: 1px;
    bottom: -2px;
    width: 0;
    background: linear-gradient(90deg, rgb(113,146,144), transparent);
    transition: width 0.3s ease, transform 0.3s ease;
    position: absolute;
    left: 0;
}

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

.Gh_gift_card .mM_recycle_info:hover {
    opacity: 1;
}




footer {
    position: relative;
}

.ON_news_feed .company_holder h3::before {
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    transition: 0.5s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    pointer-events: none;
}

.gK_course_instructor::before {
    content: "";
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 20% 30%, rgb(113,146,144,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(77,108,106,0.5) 0%, transparent 30%);
    transform: translateZ(-10px);
    width: 100%;
}

.gK_course_instructor .sM_success_opinions > div {
    position: relative;
}

.gK_course_instructor .sM_success_opinions > div:first-child {
    transform: translateZ(10px);
    perspective: 800px;
}

.gK_course_instructor .dQ_responsive_img::after {
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
    z-index: 1;
    position: absolute;
    content: "";
    inset: 0;
}

.gK_course_instructor .name::after {
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    transform: scaleX(0.8);
    left: 0;
    background: linear-gradient(90deg, rgb(113,146,144) 0%, rgb(77,108,106) 100%);
    content: "";
    bottom: -10px;
    position: absolute;
    width: 60px;
    height: 3px;
}

.gK_course_instructor .sM_success_opinions:hover .XN_career_exp {
    opacity: 1;
}

.gK_course_instructor .XN_career_exp::before {
    top: -2rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: -1.5rem;
    opacity: 0.2;
    color: rgb(77,108,106,0.5);
    font-size: 6rem;
    z-index: -1;
    font-family: Georgia, serif;
    position: absolute;
    content: "";
}

.eW_client_experience h4 {
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    font-size: 46px;
    font-weight: 700;
    transform: skewY(0);
    display: block;
    position: relative;
}

.eW_client_experience .sM_success_opinions {
    margin: 0 20px 40px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: calc(33.333% - 40px);
    transform: translateY(0);
    position: relative;
    display: flex;
    padding: 30px 0;
    flex-direction: column;
}

.eW_client_experience .sM_success_opinions:hover::after {
    width: 100%;
}

.eW_client_experience .sM_success_opinions:hover .dQ_responsive_img {
    box-shadow: 10px 10px 0 rgb(77,108,106,0.5);
    transform: rotate(0deg);
}

.eW_client_experience .sM_success_opinions:hover span {
    color: rgb(113,146,144);
    transform: translateX(10px);
}

.eW_client_experience .sM_success_opinions:hover p {
    border-left-color: rgb(113,146,144);
}

.eW_client_experience .sM_success_opinions:nth-child(3n+2) {
    transform: translateY(40px);
}

.eW_client_experience .sM_success_opinions:nth-child(3n+2):hover {
    transform: translateY(25px);
}

.ba_our_story::after {
    width: 250px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: '';
    height: 250px;
    z-index: 0;
    animation: float 18s infinite alternate-reverse ease-in-out;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(77,108,106,0.5) 0%, transparent 70%);
    filter: blur(35px);
    left: -5%;
    bottom: -10%;
}

.ba_our_story .fL_our_journey {
    position: relative;
}

.ba_our_story .fL_our_journey ul {
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    gap: 40px;
}

.ba_our_story .Sx_method_innov:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.06),
              -15px -15px 30px rgba(255, 255, 255, 1),
              inset 1px 1px 2px rgba(255, 255, 255, 0.7),
              inset -1px -1px 2px rgba(0, 0, 0, 0.06);
}

.ba_our_story .Sx_method_innov h4 {
    position: relative;
    font-size: calc(19px + 2px);
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #000000;
    letter-spacing: 0.3px;
    font-weight: 600;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(113,146,144);
}

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

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

.wo_cookie_control {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-right: 20px;
    padding: 10px;
    box-shadow: 0 0 15px rgb(113,146,144);
    border-radius: 13px;
    flex-shrink: 0;
}

.wo_cookie_control svg, .wo_cookie_control svg path {
    width: 60px;
    transition: transform 0.3s ease;
    fill: rgb(113,146,144);
    height: 60px;
}

.bM_cookie_box {
    box-shadow: 0 0 10px rgb(113,146,144,0.5);
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    background: rgb(113,146,144);
    cursor: pointer;
    padding: 12px 25px;
    color: #000000;
    font-size: 18px;
    white-space: nowrap;
    margin-left: 10px;
}

.CM_locate::after {
    bottom: -5px;
    z-index: 1;
    height: 5px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(113,146,144), transparent);
}

.CM_locate h1::after {
    left: 50%;
    background: rgb(113,146,144);
    transform: translateX(-50%);
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
}

.CM_locate .JO_chat_form > div {
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    background: rgba(rgb(145,180,180), 0.5);
}

.CM_locate .JO_chat_form h6 {
    text-transform: uppercase;
    font-size: 16px;
    align-items: center;
    font-weight: 600;
    display: flex;
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
    color: rgb(113,146,144);
}

.CM_locate .VB_message_page > div:hover {
    transform: translateX(8px);
}

.CM_locate svg {
    width: 20px;
    height: 20px;
    margin-left: 0.5rem;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.qu_privacy_quarters {
    line-height: 1.8;
    border: 2px solid rgb(113,146,144);
    max-width: 1200px;
    padding: 60px;
    font-family: Arial, sans-serif;
    background-color: rgb(145,180,180);
    margin: 0 auto;
    color: #000000;
}

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

.qu_privacy_quarters p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}

.qu_privacy_quarters a {
    font-weight: 600;
    color: rgb(113,146,144);
    border-bottom: 1px solid rgb(113,146,144,0.5);
    text-decoration: none;
}


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



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .jb_top_header {
    gap: 20px;
}header .WI_first_section svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .WI_first_section svg {
    height: 30px;
}}



@media (max-width: 1200px) {.wT_pricing_row {
    padding: 80px 0;
}.wT_pricing_row .yU_fee_struct {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.wT_pricing_row h2 {
    font-size: calc(37px - 4px);
}.wT_pricing_row .Mu_fee_deals {
    font-size: 12px;
    margin-bottom: 30px;
}.wT_pricing_row .Tx_monthly_plan {
    padding: 25px;
}
}



@media (max-width: 768px) {.wT_pricing_row {
    padding: 60px 0;
}.wT_pricing_row .yU_fee_struct {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.wT_pricing_row .wq_payment_plans h4 {
    font-size: 18px;
}.wT_pricing_row .XT_cert_fees {
    font-size: 18px;
}
}


@media (max-width: 1024px) {.zJ_connect_form {
    padding: 60px 0;
}.zJ_connect_form .container {
    padding: 0 15px;
}.zJ_connect_form h2 {
    margin-bottom: 40px;
}.zJ_connect_form .aV_help_grid {
    padding: 40px 30px;
}
}



@media (prefers-reduced-motion: reduce) {.zJ_connect_form::after,
    .zJ_connect_form .dQ_responsive_img::before {
    animation: none;
}.zJ_connect_form .FG_query_card:hover {
    transform: none;
}}



@media (max-width: 991px) {.BC_future_learners {
    padding: 4rem 0;
}.BC_future_learners h3 {
    padding-left: 1.2rem;
    font-size: calc(36px * 0.9);
}.BC_future_learners li {
    padding: 1.5rem;
}.BC_future_learners li svg {
    width: 35px;
    height: 35px;
    margin-right: 1.2rem;
}
}




@media (max-width: 992px) {.ER_course_features .qD_training_flow {
    text-align: center;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
}.ER_course_features .qD_training_flow h3,
    .ER_course_features .qD_training_flow span,
    .ER_course_features .qD_training_flow p {
    border: none;
    padding: 0;
    grid-column: 1 / 2;
}.ER_course_features .qD_training_flow h3 {
    margin: 0 auto;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgb(113,146,144);
    width: fit-content;
}.ER_course_features .qD_training_flow .dA_connect_feedback {
    grid-column: 1 / 2;
}.ER_course_features .pV_teach_style {
    margin-bottom: 0;
}
}



@media (max-width: 767px) {.OJ_receive_updates {
    padding: 4rem 1.5rem;
}.OJ_receive_updates .pV_teach_style {
    padding: 2.5rem 1.5rem;
}.OJ_receive_updates h4 {
    font-size: calc(22px * 1.1);
    margin-bottom: 0.5rem;
}.OJ_receive_updates .input_holder {
    flex-direction: column;
}.OJ_receive_updates .input_holder span {
    width: 100%;
}.OJ_receive_updates .input_holder input[type="email"] {
    padding: 1rem 1.2rem;
}.OJ_receive_updates .input_holder .ns_sub_unit {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 1200px) {.dv_homepage .nJ_text_cell {
    padding: 0 8% 0 8%;
}.dv_homepage .nJ_text_cell h1 {
    max-width: 95%;
    font-size: calc(43px * 0.9);
}.dv_homepage .nJ_text_cell p {
    max-width: 90%;
}
}



@media (max-width: 768px) {.dv_homepage .sC_start_top {
    height: 40vh;
}.dv_homepage .nJ_text_cell {
    padding: 2rem 8%;
}.dv_homepage .nJ_text_cell h1 {
    font-size: 43px;
    margin-bottom: 1.2rem;
}.dv_homepage .nJ_text_cell p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
    margin-bottom: 1.5rem;
}.dv_homepage .nJ_text_cell .dA_connect_feedback {
    padding: 0.8rem 2rem;
}
}



@media (max-width: 420px) {.dv_homepage .sC_start_top {
    height: 30vh;
}.dv_homepage .nJ_text_cell {
    padding: 1.2rem 5%;
}.dv_homepage .nJ_text_cell h1 {
    font-size: calc(43px * 0.8);
}.dv_homepage .nJ_text_cell p {
    font-size: calc(13px * 0.85);
    margin-bottom: 1rem;
    line-height: 1.5;
}.dv_homepage .nJ_text_cell .dA_connect_feedback {
    font-size: calc(18px * 0.9);
    padding: 0.6rem 1.5rem;
}
}



@media (max-width: 576px) {.SX_thxContent {
    padding: 3rem 0;
}.SX_thxContent .pV_teach_style {
    padding: 1.5rem;
}.SX_thxContent h5 {
    line-height: 1.3;
    font-size: calc(18px * 0.9);
}.SX_thxContent p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.SX_thxContent h5::before {
    display: none;
}.SX_thxContent .pV_teach_style > div:first-child {
    margin-bottom: 1.5rem;
}.SX_thxContent .pV_teach_style > div:first-child::after {
    height: 2px;
    width: 60px;
    bottom: -0.75rem;
}
}



@media (max-width: 768px) {.ON_news_feed {
    padding: 40px 0 20px;
}.ON_news_feed .Ag_main_pagebar {
    flex-direction: column;
}.ON_news_feed .jb_top_header {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.ON_news_feed .company_holder h3 {
    font-size: calc(32px * 0.8);
}.ON_news_feed .jb_top_header h5 {
    font-size: calc(19px * 0.9);
}.Gh_gift_card .mM_recycle_info {
    font-size: calc(14px * 0.9);
}
}



@media (min-width: 1024px) {.gK_course_instructor .sM_success_opinions {
    grid-template-columns: 1.2fr 2fr;
    padding: 4rem;
}.gK_course_instructor .dQ_responsive_img {
    min-height: 450px;
}.gK_course_instructor .name::after {
    width: 80px;
}.gK_course_instructor .container {
    padding: 0 4rem;
}
}



@media (max-width: 767px) {.gK_course_instructor {
    padding: 4rem 0;
}.gK_course_instructor .sM_success_opinions {
    padding: 2rem;
}.gK_course_instructor .dQ_responsive_img {
    height: 250px;
    margin-bottom: 1rem;
}.gK_course_instructor .XN_career_exp {
    font-size: calc(16px - 0.05rem);
}.gK_course_instructor .name {
    margin-top: 0.5rem;
}
}



@media (max-width: 768px) {.eW_client_experience {
    padding: 70px 0 90px;
}.eW_client_experience .sM_success_opinions {
    transform: translateY(0) !important;
    width: 100%;
    margin: 0 0 50px;
}.eW_client_experience .sM_success_opinions:hover {
    transform: translateY(-10px) !important;
}.eW_client_experience h4 {
    font-size: calc(46px * 0.8);
}.eW_client_experience h4::after {
    transform: skewX(0);
    width: 80%;
    left: 10%;
}}



@media screen and (max-width: 576px) {.ba_our_story {
    padding: 50px 0 70px;
}.ba_our_story h1 {
    font-size: calc(40px - 8px);
}.ba_our_story .Sx_method_innov {
    padding: 25px 20px;
}.ba_our_story .Sx_method_innov h4 {
    font-size: 19px;
}.ba_our_story .Sx_method_innov div {
    font-size: calc(16px - 1px);
    line-height: 1.7;
}}



@media (min-width: 992px) {.CM_locate {
    padding: 7rem 4rem;
}.CM_locate .JO_chat_form {
    gap: 3rem;
    grid-template-columns: 1.5fr 1fr 1fr;
}.CM_locate .JO_chat_form > div:first-child {
    grid-column: auto;
}.CM_locate .JO_chat_form > div {
    padding: 2rem;
}.CM_locate .VB_message_page {
    gap: 1.5rem;
}
}



@media (max-width: 480px) {.CM_locate {
    padding: 3rem 1rem;
}.CM_locate h1 {
    font-size: calc(42px * 0.8);
}.CM_locate .JO_chat_form {
    padding: 1.2rem;
    border-left-width: 3px;
}.CM_locate .JO_chat_form h6 {
    font-size: calc(16px * 0.9);
}.CM_locate .JO_chat_form span,
    .CM_locate .EI_msg_block {
    font-size: calc(15px * 0.9);
}.CM_locate svg {
    width: 18px;
    height: 18px;
}}



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

@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}



@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(113,146,144,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(113,146,144));
    }
}



@keyframes vertical-slide {
    0%, 18% {
        transform: translateY(0);
    }
    22%, 38% {
        transform: translateY(calc(-100% / var(--slide-count, 4)));
    }
    42%, 58% {
        transform: translateY(calc(-200% / var(--slide-count, 4)));
    }
    62%, 78% {
        transform: translateY(calc(-300% / var(--slide-count, 4)));
    }
    82%, 98% {
        transform: translateY(calc(-400% / var(--slide-count, 4)));
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

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

