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

* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(77,108,106,0.5);
    scrollbar-width: auto;
}

.PV_wrapper-viewport {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

.ON_news_feed {
    flex: 0 0 auto;
}

.ON_news_feed {
    z-index: 1;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    color: #ffffff;
    position: relative;
}

header .BJ_page_nav {
    position: relative;
}

header .BJ_page_nav:after {
    content: '';
    opacity: 0.5;
    transform: translateY(-50%);
    top: 50%;
    filter: blur(8px);
    position: absolute;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    left: 0;
    pointer-events: none;
    width: 60px;
    height: 60px;
}

header .nW_nav_start {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

header .nW_nav_start:after {
    opacity: 0.5;
    position: absolute;
    width: 20px;
    right: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 20px;
    transform: translateY(-50%) translateX(40px);
    top: 50%;
    content: '';
}

header .jb_top_header:before {
    bottom: -10px;
    height: 2px;
    width: 100%;
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}

header .Ro_head_master:after {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    top: 50%;
    left: -30px;
    transform-origin: right;
    position: absolute;
    transition: all 0.3s ease;
    height: 1px;
    transform: translateY(-50%) scaleX(0);
    width: 20px;
}

header .WI_first_section:after {
    content: '';
    width: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    left: -5px;
    transition: all 0.3s ease;
    top: -5px;
    opacity: 0;
    height: 10px;
    background: #ffffff;
    position: absolute;
}

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

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

.wT_pricing_row .xK_price_sheet {
    position: relative;
}

.wT_pricing_row .Mu_fee_deals {
    max-width: 700px;
    font-size: calc(12px + 2px);
    opacity: 0.9;
    margin: 0 auto 40px;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
}

.wT_pricing_row .yU_fee_struct {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    list-style: none;
    margin: 0;
}

.wT_pricing_row .GV_cost_rates:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}

.wT_pricing_row .GV_cost_rates:hover::before {
    opacity: 0.15;
}

.wT_pricing_row .Tx_monthly_plan {
    position: relative;
    padding: 30px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.wT_pricing_row .GV_cost_rates:hover .wq_payment_plans h4 {
    transform: translateY(-5px);
}

.wT_pricing_row .GV_cost_rates:hover .wq_payment_plans h4::after {
    width: 60px;
}

.wT_pricing_row .XT_cert_fees {
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: auto;
    position: relative;
    font-size: calc(18px + 4px);
    background: linear-gradient(90deg, rgb(113,146,144,0.5), transparent);
    align-self: flex-start;
    transition: transform 0.3s ease;
}

.zJ_connect_form::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(113,146,144), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(77,108,106), 0.05) 0%, transparent 30%);
    z-index: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.zJ_connect_form h2::after {
    position: absolute;
    left: 15%;
    content: "";
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(113,146,144), transparent);
    bottom: -15px;
}

.zJ_connect_form .FG_query_card::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(113,146,144), rgb(77,108,106));
    content: "";
    width: 5px;
    left: 0;
    top: 0;
}

.zJ_connect_form .dQ_responsive_img::after {
    left: 0;
    mix-blend-mode: overlay;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, 
                rgba(rgb(113,146,144), 0.3) 0%, 
                rgba(rgb(77,108,106), 0.3) 100%);
    position: absolute;
}

.zJ_connect_form form h3 {
    margin-bottom: 30px;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 22px;
}

.zJ_connect_form form input[type="text"]:focus {
    border-color: rgb(113,146,144);
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(rgb(113,146,144), 0.1);
}

.zJ_connect_form .nK_inquiry_grid {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.zJ_connect_form .nK_inquiry_grid label::before {
    border-radius: 10px;
    height: 22px;
    border: 1px solid rgba(#000000, 0.2);
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.8);
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
}

.zJ_connect_form .nK_inquiry_grid label a::after {
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(113,146,144);
    width: 100%;
    transform-origin: left;
    content: "";
    bottom: -2px;
    height: 1px;
}

.zJ_connect_form .dA_connect_feedback:hover::before {
    opacity: 1;
}

.zJ_connect_form .dA_connect_feedback:active {
    transform: translateY(2px);
}

.zJ_connect_form svg {
    margin-right: 10px;
    transition: fill 0.3s ease;
    fill: rgb(113,146,144);
    width: 20px;
    height: 20px;
}

.zJ_connect_form svg:hover,
.zJ_connect_form svg:hover path {
    fill: rgb(77,108,106);
}

.BC_future_learners::after {
    background-size: 180px 180px;
    background-image: radial-gradient(circle at 50% 50%, rgb(113,146,144,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(113,146,144,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(113,146,144,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(113,146,144,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(113,146,144,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(113,146,144,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(113,146,144,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(113,146,144,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(113,146,144,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(113,146,144,0.5) 0%, transparent 2%);
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.4;
    animation: pulseDots 10s infinite alternate;
}

.BC_future_learners li:hover::after {
    width: 8px;
    opacity: 1;
}

.BC_future_learners li:hover svg {
    animation-duration: 1.5s;
}

.BC_future_learners li svg path {
    transition: all 0.4s ease;
}

.BC_future_learners li:hover svg path {
    fill: rgb(113,146,144);
}

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

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

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

.ER_course_features .Bl_coding_class {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    overflow: hidden;
    top: 0;
    height: 100%;
}

.ER_course_features .cM_learn_explore {
    display: flex;
    height: 100%;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: 500%;
}

.ER_course_features .Bl_coding_class:hover .cM_learn_explore {
    animation-play-state: paused;
}

.ER_course_features .fE_study_path:hover img {
    transform: scale(1.2);
}

.ER_course_features .pV_teach_style {
    margin-bottom: 0;
    width: 100%;
}

.ER_course_features .qD_training_flow {
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-column-gap: 2rem;
}

.ER_course_features .qD_training_flow .dA_connect_feedback {
    justify-content: center;
    border: 2px solid rgb(113,146,144);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    align-items: center;
    border-radius: 10px;
    font-size: 19px;
    background-color: transparent;
    grid-column: 1 / 4;
    margin: 2rem auto 0;
    width: max-content;
    font-weight: 600;
    z-index: 1;
    padding: 0.8rem 2rem;
    display: flex;
    color: #ffffff;
}

.ER_course_features .fE_study_path:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}

.ER_course_features .fE_study_path:nth-child(3)::after {
    animation-delay: 2s;
    top: 45%;
}

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




.ER_course_features .pV_teach_style::before {
    height: 1px;
    bottom: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.3;
}

.OJ_receive_updates .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.OJ_receive_updates .pV_teach_style {
    z-index: 2;
    align-items: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    position: relative;
}

.OJ_receive_updates .input_holder input[type="email"]::placeholder {
    transition: transform 0.3s ease, opacity 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}

.OJ_receive_updates .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.4;
    transform: translateX(10px);
}

.OJ_receive_updates .input_holder .ns_sub_unit {
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    padding: 1.2rem 2rem;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 
                0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: none;
    background: rgb(77,108,106);
}

.dv_homepage .sC_start_top {
    z-index: 1;
    height: 100%;
    width: 100%;
    grid-column: 2;
    position: relative;
    grid-row: 1;
    overflow: hidden;
}

.dv_homepage .Bk_learning_main {
    display: flex;
    animation: vertical-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}



.dv_homepage .Bk_learning_main {
    flex-wrap: wrap;
    --slide-count: 2;
    height: calc(100% * var(--slide-count, 2));
}

.dv_homepage .zT_learn_techfast:hover img {
    transform: scale(1.03);
}

.dv_homepage .nJ_text_cell {
    background: linear-gradient(
        90deg,
        rgb(145,180,180) 70%,
        transparent 100%
    );
    grid-column: 1;
    flex-direction: column;
    z-index: 5;
    display: flex;
    padding: 0 10% 0 10%;
    grid-row: 1;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.dv_homepage .nJ_text_cell p {
    text-align: left;
    opacity: 0;
    transform: translateX(-30px);
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    padding: 1rem;
    backdrop-filter: blur(2px);
    animation: text-slide-in 0.8s ease-out 0.2s forwards;
    border-radius: 10px;
    max-width: 85%;
    text-shadow: 0 1px 8px #000000;
    line-height: 1.7;
    background: linear-gradient(90deg, rgb(113,146,144,0.5) 0%, transparent 100%);
    margin-bottom: 2rem;
}

.dv_homepage .background-decoration::after {
    content: '';
    filter: blur(100px);
    animation: blob-move 15s infinite alternate-reverse;
    position: absolute;
    height: 350px;
    width: 350px;
    right: 30%;
    background: rgb(77,108,106,0.5);
    border-radius: 50%;
    opacity: 0.15;
    bottom: -150px;
}

.SX_thxContent::before {
    opacity: 0.7;
    position: absolute;
    left: -20%;
    transform: rotate(30deg);
    content: "";
    background: linear-gradient(45deg, rgb(113,146,144,0.5) 0%, transparent 70%);
    height: 200%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    z-index: 1;
    top: -50%;
    width: 80%;
}

.SX_thxContent .pV_teach_style > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.SX_thxContent .pV_teach_style > div:first-child::after {
    left: 0;
    height: 3px;
    transform-origin: left;
    width: 100px;
    content: "";
    background: linear-gradient(90deg, rgb(113,146,144) 0%, rgb(77,108,106) 100%);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -1rem;
    position: absolute;
}

.SX_thxContent a {
    transition: transform 0.4s ease;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    display: block;
}

.SX_thxContent p {
    line-height: 1.8;
    font-weight: 400;
    z-index: 1;
    margin: 0;
    font-size: 12px;
    position: relative;
    color: #000000;
}

.ON_news_feed .company_holder {
    flex: 0 0 30%;
    padding-right: 30px;
    position: relative;
}

.ON_news_feed .company_holder h3 {
    text-shadow: 0 0 10px rgb(113,146,144,0.5);
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(32px * 0.9);
    margin-bottom: 20px;
}

.ON_news_feed .company_holder h3 {
    overflow: hidden;
    position: relative;
}

.ON_news_feed .JA_faq_block {
    position: relative;
    justify-content: space-between;
    display: flex;
    flex: 0 0 65%;
}

.ON_news_feed .jb_top_header {
    border-radius: 28px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    flex: 0 0 45%;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.ON_news_feed .jb_top_header h5::after {
    width: 40px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    bottom: 0;
    height: 2px;
    left: 0;
    content: '';
    position: absolute;
    background: rgb(113,146,144);
}

.ON_news_feed .jb_top_header .Ag_main_pagebar a:hover {
    color: #ffffff;
    padding-left: 5px;
    opacity: 1;
}

.ON_news_feed .jb_top_header .Ag_main_pagebar a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(113,146,144,0.5);
}

.Gh_gift_card::before {
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(113,146,144,0.5), transparent);
    position: absolute;
    left: 0;
    height: 1px;
    content: '';
    top: 0;
}

footer::after {
    z-index: 0;
    bottom: 0;
    right: 0;
    background-size: 50px 50px;
    position: absolute;
    content: '';
    opacity: 0.3;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    left: 0;
}

.gK_course_instructor .sM_success_opinions:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.gK_course_instructor .dQ_responsive_img {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    overflow: hidden;
    height: 300px;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: 3px solid #ffffff;
    transform: rotateY(-3deg) rotateX(2deg);
}

.gK_course_instructor .sM_success_opinions:hover .name::after {
    transform: scaleX(1);
}

.gK_course_instructor .sM_success_opinions > div:nth-child(2) > div {
    font-size: calc(16px - 0.1rem);
    font-weight: 600;
    margin-top: 0.75rem;
    color: rgb(77,108,106);
    position: relative;
    transform: translateZ(5px);
}

.gK_course_instructor .sM_success_opinions:hover .XN_career_exp::before {
    transform: scale(1.1) translateZ(20px);
}

.eW_client_experience::before {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(113,146,144,0.5) 0,
        rgb(113,146,144,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    z-index: 0;
    content: "";
    opacity: 0.2;
}

.eW_client_experience .Ml_student_reviews {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.eW_client_experience .sM_success_opinions::before {
    height: 0;
    width: 2px;
    left: 0;
    transition: height 0.5s ease;
    content: "";
    background: rgb(113,146,144);
    top: 0;
    position: absolute;
}

.eW_client_experience .dQ_responsive_img {
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 80px;
    overflow: hidden;
    height: 80px;
    transform: rotate(-3deg);
    margin-bottom: 20px;
    box-shadow: 5px 5px 0 rgb(77,108,106,0.5);
}

.eW_client_experience .sM_success_opinions p {
    position: relative;
    font-size: 15px;
    padding-left: 15px;
    border-left: 1px dashed rgb(77,108,106,0.5);
    margin-top: 15px;
    line-height: 1.7;
    color: #000000;
    transition: border-left-color 0.3s ease;
}

.ba_our_story {
    background: linear-gradient(135deg, rgb(145,180,180) 0%, rgba(240, 242, 245, 1) 100%);
    position: relative;
    box-shadow: inset 0 20px 40px -25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 100px 0 120px;
}

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

.ba_our_story h1 {
    margin-bottom: 60px;
    text-align: center;
    color: #000000;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.ba_our_story .Sx_method_innov {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 15px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
              -12px -12px 24px rgba(255, 255, 255, 0.9),
              inset 1px 1px 2px rgba(255, 255, 255, 0.6),
              inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}

.ba_our_story .Sx_method_innov:hover::before {
    height: 8px;
}

.ba_our_story .Sx_method_innov:hover h4::after {
    width: 60px;
}

.ba_our_story .Sx_method_innov div {
    scrollbar-width: thin;
    line-height: 1.75;
    font-size: 16px;
    color: #000000;
    scrollbar-color: rgb(77,108,106,0.5) transparent;
    max-height: 240px;
    padding-right: 10px;
    overflow-y: auto;
    font-weight: 400;
}

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


.Lc_privacy_switch {
    box-shadow: 0 0 20px rgb(113,146,144,0.5);
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(77,108,106) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.oQ_data_settings {
    color: #ffffff;
    flex: 1;
    min-width: 300px;
}

.oQ_data_settings p {
    text-shadow: 0 0 5px rgb(113,146,144,0.5);
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.AX_cookie_banner_dialog p a {
    transition: color 0.3s ease;
    color: rgb(113,146,144);
    text-decoration: underline;
}

#ot_userConsentBanner {
    display: none;
}


.CM_locate {
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    color: #000000;
    background: linear-gradient(135deg, rgb(145,180,180) 30%, rgba(rgb(113,146,144,0.5), 0.05) 100%);
}

.CM_locate h1 {
    z-index: 2;
    letter-spacing: 0.05em;
    position: relative;
    color: rgb(113,146,144);
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateY(-5px);
    text-align: center;
    font-size: 42px;
}

.CM_locate .JO_chat_form:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: translateY(-5px);
}

.CM_locate .JO_chat_form > div:hover {
    background: rgba(rgb(113,146,144,0.5), 0.05);
    transform: translateX(5px);
}

.CM_locate .JO_chat_form > div:first-child {
    border-bottom: 1px solid rgba(rgb(113,146,144,0.5), 0.2);
    color: #000000;
    font-size: calc(15px * 1.1);
    line-height: 1.6;
}

.CM_locate .VB_message_page > div {
    transition: transform 0.3s ease;
}

.CM_locate .EI_msg_block:hover {
    color: rgb(113,146,144);
}

.CM_locate svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

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

.qu_privacy_quarters h1 {
    letter-spacing: 1px;
    font-size: 48px;
    color: rgb(113,146,144);
    border-bottom: 2px solid rgb(77,108,106);
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.qu_privacy_quarters li::before {
    content: '•';
    color: rgb(113,146,144);
    font-size: 1.5em;
    margin-right: 10px;
}

.qu_privacy_quarters span {
    font-weight: 700;
    color: rgb(113,146,144);
}



::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(77,108,106,0.5);
}

::-webkit-scrollbar-track:active {
    background: rgb(77,108,106,0.5);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    transition: background 1.8s ease;
    animation: slide_scrollbar 4.8s ease-out 2;
    border: 1px groove rgb(77,108,106);
    background: rgb(113,146,144,0.5);
    min-height: 35px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(113,146,144);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px -1px 11px 4px rgba(0, 0, 0, 0.2);
    background: rgb(113,146,144);
}

.ba_our_story .Sx_method_innov div::-webkit-scrollbar {
    width: 6px;
}

.ba_our_story .Sx_method_innov div::-webkit-scrollbar-track {
    background: transparent;
}

.ba_our_story .Sx_method_innov div::-webkit-scrollbar-thumb {
    background-color: rgb(77,108,106,0.5);
    border-radius: 10px;
}



@media (max-width: 576px) {.wT_pricing_row {
    padding: 50px 0;
}.wT_pricing_row h2 {
    font-size: calc(37px - 6px);
}.wT_pricing_row .Mu_fee_deals {
    font-size: calc(12px - 1px);
}.wT_pricing_row .Tx_monthly_plan {
    padding: 20px;
}.wT_pricing_row .wq_payment_plans p {
    font-size: calc(12px - 1px);
}}



@media (max-width: 480px) {.zJ_connect_form {
    padding: 40px 0;
}.zJ_connect_form h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.85);
}.zJ_connect_form .dQ_responsive_img {
    height: 200px;
}.zJ_connect_form .aV_help_grid {
    padding: 25px 20px;
}.zJ_connect_form form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 20px;
}.zJ_connect_form form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.zJ_connect_form .nK_inquiry_grid {
    margin-bottom: 20px;
}.zJ_connect_form .nK_inquiry_grid label {
    padding-left: 30px;
    font-size: calc(16px * 0.9);
}.zJ_connect_form .nK_inquiry_grid label::before {
    width: 18px;
    height: 18px;
}.zJ_connect_form .nK_inquiry_grid input[type="checkbox"]:checked + label::after {
    width: 5px;
    left: 6px;
    height: 10px;
    top: 3px;
}.zJ_connect_form .dA_connect_feedback {
    padding: 10px 12px;
}
}




@media (max-width: 768px) {.ER_course_features {
    min-height: 100vh;
}.ER_course_features .Bl_coding_class::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.ER_course_features .pV_teach_style {
    margin-bottom: 0;
}.ER_course_features .qD_training_flow {
    grid-gap: 1rem;
    padding: 0 1.5rem;
}.ER_course_features .qD_training_flow h3 {
    font-size: calc(34px * 0.9);
}.ER_course_features .qD_training_flow span,
    .ER_course_features .qD_training_flow p {
    font-size: calc(13px * 0.9);
}.ER_course_features .qD_training_flow .dA_connect_feedback {
    margin-top: 1.5rem;
    width: 100%;
}}



@media (max-width: 480px) {.OJ_receive_updates {
    padding: 3rem 1rem;
}.OJ_receive_updates .pV_teach_style {
    padding: 2rem 1.25rem;
}.OJ_receive_updates h4 {
    font-size: 22px;
}
}



@media (prefers-reduced-motion) {.OJ_receive_updates, 
    .OJ_receive_updates::before,
    .OJ_receive_updates .input_holder input,
    .OJ_receive_updates .input_holder .ns_sub_unit {
    transition: none !important;
}.OJ_receive_updates .input_holder .ns_sub_unit::before {
    display: none;
}}



@media (max-width: 576px) {.dv_homepage .sC_start_top {
    height: 35vh;
}.dv_homepage .nJ_text_cell {
    padding: 1.5rem 5%;
}.dv_homepage .nJ_text_cell h1 {
    margin-bottom: 1rem;
    font-size: calc(43px * 0.9);
}.dv_homepage .nJ_text_cell p {
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.9);
}.dv_homepage .nJ_text_cell .dA_connect_feedback {
    font-size: calc(18px * 0.95);
    padding: 0.7rem 1.8rem;
}
}



@media (max-height: 700px) and (min-width: 993px) {.dv_homepage .nJ_text_cell h1 {
    margin-bottom: 1rem;
}.dv_homepage .nJ_text_cell p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
}}



@media (max-width: 1200px) {.SX_thxContent .pV_teach_style {
    padding: 3rem;
}.SX_thxContent h5 {
    font-size: 18px;
}
}



@media (max-width: 992px) {.SX_thxContent {
    padding: 5rem 0;
}.SX_thxContent .pV_teach_style {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.SX_thxContent h5::before {
    height: 60px;
    left: -1.5rem;
    top: -1rem;
    width: 60px;
}
}



@media (prefers-reduced-motion: reduce) {.SX_thxContent .pV_teach_style,
    .SX_thxContent .pV_teach_style:hover,
    .SX_thxContent a:hover {
    transform: none;
    transition: none;
}.SX_thxContent::before,
    .SX_thxContent a::before {
    animation: none;
}.SX_thxContent .pV_teach_style > div:first-child::after {
    animation: none;
    width: 100px;
}.SX_thxContent h5::before {
    transform: scale(1);
    animation: none;
}}



@media (max-width: 576px) {.ON_news_feed {
    padding: 30px 0 15px;
}.ON_news_feed .company_holder {
    margin-bottom: 30px;
}.ON_news_feed .company_holder h3 {
    font-size: calc(32px * 0.7);
}.ON_news_feed .jb_top_header h5 {
    font-size: calc(19px * 0.8);
}.Gh_gift_card {
    padding: 10px 0;
}.Gh_gift_card .mM_recycle_info {
    font-size: calc(14px * 0.8);
}}



@media (min-width: 1200px) {.gK_course_instructor .sM_success_opinions {
    grid-template-columns: 1fr 1.8fr;
    gap: 3rem 4rem;
}.gK_course_instructor .dQ_responsive_img {
    min-height: 500px;
}.gK_course_instructor .container {
    padding: 0 2rem;
}
}



@media (hover: hover) {.gK_course_instructor .sM_success_opinions {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.gK_course_instructor .sM_success_opinions:hover {
    transform: translateZ(30px) translateY(-5px);
}
}



@media (max-width: 1024px) {.eW_client_experience .sM_success_opinions {
    width: calc(50% - 40px);
}.eW_client_experience .sM_success_opinions:nth-child(2n+1) {
    transform: translateY(20px);
}.eW_client_experience .sM_success_opinions:nth-child(2n+2) {
    transform: translateY(40px);
}.eW_client_experience .sM_success_opinions:nth-child(2n+1):hover {
    transform: translateY(5px);
}.eW_client_experience .sM_success_opinions:nth-child(2n+2):hover {
    transform: translateY(25px);
}.eW_client_experience h4 {
    font-size: calc(46px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.AX_cookie_banner_dialog {
    padding: 20px;
}.Lc_privacy_switch {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.wo_cookie_control {
    display: none;
}.Lc_privacy_switch {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.oQ_data_settings {
    text-align: center;
    margin-bottom: 20px;
}.AX_cookie_banner_dialog h5, .AX_cookie_banner_dialog p {
    text-align: center;
}.bM_cookie_box {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}


@media only screen and (max-width: 800px) {.qu_privacy_quarters {
    padding: 30px;
}.qu_privacy_quarters h1 {
    font-size: calc(18px * 0.8);
}.qu_privacy_quarters h2 {
    font-size: calc(18px * 0.8);
}.qu_privacy_quarters p {
    font-size: calc(14px * 0.9);
}.qu_privacy_quarters li {
    padding: 10px;
}
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}



@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(113,146,144,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(113,146,144);
    }
}

@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}



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



@keyframes blob-move {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.1);
    }
    100% {
        transform: translate(10px, 40px) scale(0.9);
    }
}



@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

