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

.webinar_cta_Ff {
    flex: 0 0 auto;
}

.webinar_cta_Ff {
    background-color: rgb(207,204,209);
    color: #000000;
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
    position: relative;
}

.webinar_cta_Ff {
    background-image: 
        linear-gradient(rgb(122,131,159,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(122,131,159,0.5) 1px, transparent 1px);
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: 40px 40px;
    background-position: center;
    background-blend-mode: overlay;
}

.welcome_page_nu .page_begin_Wa::before {
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.welcome_page_nu .learning_classes_8m {
    position: relative;
    transform: translateY(20px);
    overflow: hidden;
    margin-left: 10%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: slideUp 1s ease-out forwards;
    z-index: 3;
    background: rgba(255, 255, 255, 0.1);
    max-width: 800px;
    backdrop-filter: blur(8px);
    padding: 2rem;
}

.welcome_page_nu .learning_classes_8m > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.welcome_page_nu .learning_classes_8m > div:first-child::after {
    height: 3px;
    bottom: -10px;
    width: 80px;
    transform-origin: left;
    animation: lineReveal 1.2s 0.5s ease-out forwards;
    content: "";
    left: 0;
    background: rgb(122,131,159);
    position: absolute;
    transform: scaleX(0);
}

.welcome_page_nu .learning_classes_8m > div:nth-child(2) {
    transition: transform 0.3s ease;
    position: relative;
}

.welcome_page_nu .learning_classes_8m > div:nth-child(2) p {
    border-left: 2px solid rgb(122,131,159,0.5);
    animation: slideUp 0.8s 0.6s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    margin: 0;
    padding-left: 1rem;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
}

.privacy_area_bS h1 {
    border-bottom: 2px solid rgb(183,169,188,0.5);
    font-size: 39px;
    margin-bottom: 30px;
    color: rgb(183,169,188);
    margin-top: 40px;
    font-weight: 700;
    padding-bottom: 10px;
}

.privacy_area_bS h3, .privacy_area_bS h4, .privacy_area_bS h5, .privacy_area_bS h6 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 20px;
    color: rgb(183,169,188);
    font-weight: 400;
}

.privacy_area_bS li {
    border-left: 3px solid rgb(183,169,188);
    margin-bottom: 12px;
    padding-left: 5px;
}

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

.privacy_area_bS a:hover {
    color: rgb(122,131,159);
    border-bottom-color: rgb(122,131,159,0.5);
}

.data_exploration_bN {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(183,169,188,0.5) 100%);
}

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

.data_exploration_bN h4::after {
    height: 3px;
    position: absolute;
    left: 50%;
    content: "";
    bottom: -12px;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    width: 80px;
    transform: translateX(-50%);
}

.data_exploration_bN ul {
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}

.data_exploration_bN .study_edge_mq:nth-child(1) {
    --i: 1;
}

.data_exploration_bN .study_edge_mq:nth-child(2) {
    --i: 2;
}

.data_exploration_bN .study_edge_mq:nth-child(3) {
    --i: 3;
}

.data_exploration_bN .study_edge_mq:nth-child(4) {
    --i: 4;
}

.data_exploration_bN .study_edge_mq:nth-child(5) {
    --i: 5;
}

.data_exploration_bN .study_edge_mq:nth-child(6) {
    --i: 6;
}

.data_exploration_bN .study_edge_mq:nth-child(7) {
    --i: 7;
}

.data_exploration_bN .study_edge_mq:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(122,131,159);
    transform: translateY(-8px) scale(1.03);
}

.data_exploration_bN .study_edge_mq:hover::before {
    opacity: 0.6;
}

.data_exploration_bN .study_edge_mq div {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.data_exploration_bN .study_edge_mq span {
    color: #000000;
    animation: fadeIn 0.6s ease-out forwards;
    position: relative;
    font-weight: 600;
    opacity: 0;
    font-size: 14px;
    padding-bottom: 0.5rem;
    transform: translateY(10px);
    animation-delay: calc(0.5s + 0.15s * var(--i, 0));
}

.data_exploration_bN .study_edge_mq span::after {
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(183,169,188), transparent);
    content: "";
    width: 0;
    transition: width 0.4s ease-out;
}

header .nav_block_5F {
    gap: 1.2rem;
    flex-direction: column;
    align-items: center;
    display: flex;
}

header .head_page_58::after {
    background: linear-gradient(to right, transparent, rgb(183,169,188), transparent);
    height: 2px;
    opacity: 0.7;
    width: 100%;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
}

header .nav_info_L0 {
    padding: 0.8rem;
    gap: 0.5rem;
    background: linear-gradient(to right, rgb(183,169,188,0.5), rgb(122,131,159,0.5));
    border-radius: 29px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

header .first_pagebar_kz:hover {
    box-shadow: 0 4px 8px rgb(183,169,188,0.5);
    background: linear-gradient(135deg, rgb(183,169,188), rgb(122,131,159));
    color: #ffffff;
    transform: translateY(-2px);
}

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

.webinar_cta_Ff .leaderboard_w8 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.webinar_cta_Ff .msg_info_Bn::after {
    left: 0;
    bottom: -1px;
    background-color: rgb(183,169,188);
    width: 60px;
    content: '';
    position: absolute;
    height: 3px;
}

.webinar_cta_Ff .info_item:hover {
    transform: translateX(5px);
}

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

.webinar_cta_Ff .head_tutor_YE {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}

.webinar_cta_Ff .head_tutor_YE svg:hover {
    opacity: 0.8;
}

.webinar_cta_Ff .grant_info_wA {
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.8;
}

.webinar_cta_Ff .head_primary_6c {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.webinar_cta_Ff .head_primary_6c a {
    text-decoration: none;
    font-size: 12px;
    position: relative;
    padding-left: 0;
    color: #000000;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.webinar_cta_Ff .head_primary_6c a:hover {
    color: rgb(183,169,188);
    padding-left: 12px;
}

.webinar_cta_Ff .subscribe_holder {
    display: flex;
    background-color: #ffffff;
    padding: 2rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 26px;
}

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

.webinar_cta_Ff .input_holder input[type="email"]:focus {
    border-color: rgb(183,169,188);
    box-shadow: 0 0 0 3px rgb(183,169,188,0.5);
    outline: none;
}

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

.webinar_cta_Ff .sub_settings_4D {
    color: #ffffff;
    padding: 1rem 1.5rem;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 15px;
    border-radius: 10px;
    background-color: rgb(183,169,188);
    cursor: pointer;
}

.webinar_cta_Ff .head_primary_6c:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}

.training_results_T0 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgba(247, 248, 255, 0.95) 100%);
    box-shadow: 0 -15px 35px -20px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}

.training_results_T0::after {
    background: linear-gradient(215deg, rgb(122,131,159,0.5) 0%, rgb(183,169,188,0.5) 70%);
    width: 40%;
    opacity: 0.08;
    position: absolute;
    bottom: -100%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    transform: rotate(15deg);
    content: "";
    z-index: 0;
    height: 200%;
    right: -15%;
}

.training_results_T0 .img_effect_Rv {
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    height: auto;
    filter: saturate(1.05);
    opacity: 0;
    transform-origin: center center;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    object-fit: cover;
    animation: photo-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1), 
                -5px -5px 30px rgba(255, 255, 255, 0.8);
    max-width: 450px;
    border-radius: 14px;
}

.training_results_T0 .description_wrap_QY {
    padding: 10px 0 10px 30px;
    position: relative;
}

.training_results_T0 h1 {
    position: relative;
    transform: translateZ(0);
    line-height: 1.3;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    margin-bottom: 30px;
}

.training_results_T0 h1::after {
    box-shadow: 0 0 15px rgb(183,169,188,0.5);
    width: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    height: 15px;
    left: -30px;
    content: "";
    transform: translateY(-50%);
    background: rgb(183,169,188);
}

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

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

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

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

.training_results_T0 li:nth-child(5) {
    --i: 5;
}

.training_results_T0 li:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08),
                -3px -3px 12px rgba(255, 255, 255, 0.8);
}

.training_results_T0 li p {
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
    color: #000000;
}

.training_results_T0 li:hover svg {
    transform: translateY(-50%) scale(1.1);
}

.training_results_T0 svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,169,188);
}

.training_results_T0 li:hover svg path {
    fill: rgb(122,131,159);
}

.company_overview_Gg::before {
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(183,169,188,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
    right: 0;
    backdrop-filter: blur(3px);
    top: 0;
}

.company_overview_Gg .container {
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}

.company_overview_Gg h2::before {
    content: "";
    animation: expandLine 1.5s forwards ease-out;
    width: 40%;
    bottom: -10px;
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(122,131,159);
}

.company_overview_Gg .description_wrap_QY {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(-1deg);
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 30px 40px;
    border-left: 4px solid rgb(122,131,159);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    overflow: hidden;
}

.company_overview_Gg .description_wrap_QY > div {
    position: relative;
}

.company_overview_Gg .description_wrap_QY p {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    font-size: calc(22px * 1.1);
    transform: translateZ(0);
}

.company_overview_Gg .description_wrap_QY div div {
    position: relative;
    column-count: 1;
    font-size: 12px;
    column-gap: 40px;
    transition: all 0.5s ease;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 0;
}

.developer_experience_uT::before {
    filter: blur(70px);
    animation: breatheGlow 15s ease-in-out infinite alternate;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 80% 20%, rgb(183,169,188,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(122,131,159,0.5) 0%, transparent 35%);
}

.developer_experience_uT .learner_review_dL::before {
    height: 100%;
    background: linear-gradient(135deg, transparent, rgb(183,169,188,0.5), transparent);
    background-size: 200% 200%;
    animation: shimmerEffect 10s ease-in-out infinite;
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}

.developer_experience_uT .learner_review_dL:hover .img_effect_Rv {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}

.developer_experience_uT .img_effect_Rv::before {
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    border-radius: inherit;
    box-sizing: border-box;
    top: 0;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.developer_experience_uT .learner_review_dL:hover .name {
    transform: translateX(10px);
}

.developer_experience_uT .learner_review_dL:hover .name::after {
    width: 120px;
}

.developer_experience_uT .learner_review_dL span:not(.name) {
    z-index: 3;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    padding: 0.7rem 1.5rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    margin-top: 4rem;
    width: max-content;
    font-size: 21px;
    font-weight: 600;
    grid-column: 1;
    grid-row: 1;
    transform: translateX(0);
    color: rgb(122,131,159);
}

.developer_experience_uT .learner_review_dL:hover .experience_area_W5 {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}

.developer_experience_uT .experience_area_W5::before {
    background-size: 200% 200%;
    animation: shimmerEffect 5s ease-in-out infinite;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
}

.course_program_info_a3 {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.course_program_info_a3::before {
    opacity: 0.6;
    height: 100%;
    animation: backgroundPulse 15s infinite alternate;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(183,169,188,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(122,131,159,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(183,169,188,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(122,131,159,0.5) 4%, transparent 8%);
    left: 0;
    z-index: 1;
}

.course_program_info_a3 .skill_classes_Y7::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, transparent 100%);
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.1;
}

.course_program_info_a3 .learn_tools_3n {
    flex: 1 1 55%;
    position: relative;
    padding: 40px 50px;
    z-index: 2;
}

.course_program_info_a3 .head_tutor_YE:hover {
    transform: perspective(1000px) rotateY(10deg);
}

.course_program_info_a3 .head_tutor_YE svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    height: auto;
    width: 120px;
}

.course_program_info_a3 .head_tutor_YE:hover svg path {
    fill: rgb(122,131,159);
}

.course_program_info_a3 .learn_tools_3n h3::after {
    bottom: -12px;
    transform: translateZ(-5px);
    content: "";
    filter: blur(1px);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    left: 0;
    border-radius: 10px;
    position: absolute;
}

.course_program_info_a3 .img_effect_Rv {
    flex: 1 1 45%;
    position: relative;
    min-height: 450px;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 0.5s ease;
}

.course_program_info_a3 .img_effect_Rv::after {
    left: 20px;
    box-shadow: 0 0 30px rgb(183,169,188,0.5);
    bottom: 20px;
    z-index: 2;
    transform: translateZ(20px);
    content: "";
    right: 20px;
    border: 1px solid #ffffff;
    opacity: 0.2;
    top: 20px;
    position: absolute;
}

.plan_deal_we::before {
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, transparent 70%);
    left: 0;
    height: 100%;
    pointer-events: none;
    top: 0;
}

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

.plan_deal_we .plan_table_qf {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2rem;
    transform: translateZ(0);
    border-left: 4px solid rgb(183,169,188);
}

.plan_deal_we .plan_table_qf h2 {
    font-weight: 700;
    font-size: 34px;
    position: relative;
    transform: perspective(800px) translateZ(30px);
    color: #000000;
    margin-bottom: 1.5rem;
}

.plan_deal_we .plan_table_qf .learning_fees_Ms {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    max-width: 80%;
}

.plan_deal_we .plan_details_w3 {
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
    position: relative;
    color: inherit;
}

.plan_deal_we .plan_details_w3:hover .price_grid_8Z {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(183,169,188,0.5);
}

.plan_deal_we .plan_details_w3:hover .price_grid_8Z {
    transform: rotate(0) translateZ(20px);
}

.plan_deal_we .plan_details_w3:nth-child(odd) .price_grid_8Z {
    transform: rotate(-1deg);
}

.plan_deal_we .price_opts_ev {
    flex-direction: column;
    flex: 1;
    word-break: break-word;
    display: flex;
    overflow-wrap: break-word;
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.plan_deal_we .price_opts_ev h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(20px * 1.2);
    transform: translateZ(10px);
    transition: transform 0.3s ease;
}

.plan_deal_we .plan_details_w3:hover .price_opts_ev h3::after {
    width: 60px;
}

.plan_deal_we .deal_opts_Ac {
    position: relative;
    font-size: calc(20px * 1.8);
    color: rgb(183,169,188);
    margin: 0.5rem 0 1.5rem;
    transform: translateZ(15px);
    display: block;
    font-weight: 700;
}

.plan_deal_we .price_opts_ev p {
    flex: 1;
    margin-top: 1rem;
    color: #000000;
    font-size: 15px;
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
}

.plan_deal_we .plan_details_w3:hover .img_effect_Rv {
    transform: scale(1.05) translateZ(0);
}

.plan_deal_we .img_effect_Rv::before {
    top: 0;
    position: absolute;
    background: rgb(183,169,188);
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1;
    opacity: 0.15;
    content: "";
}

.connect_with_us_fj {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: rgb(207,204,209);
}

.connect_with_us_fj .img_effect_Rv {
    height: 90%;
    border-radius: 19px 0 0 19px;
    top: 5%;
    width: 40%;
    right: 0;
    position: absolute;
    z-index: 1;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
}

.connect_with_us_fj .img_effect_Rv::after {
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    background: linear-gradient(to right, rgb(183,169,188,0.5), transparent 70%);
    top: 0;
    border-radius: 19px 0 0 19px;
}

.connect_with_us_fj .inquiry_info_Mu {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    background: #ffffff;
    display: flex;
}

.connect_with_us_fj input[type="text"],
.connect_with_us_fj textarea {
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 15px;
    margin-bottom: 20px;
    background: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
}

.connect_with_us_fj .contact_message_3c {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.connect_with_us_fj .contact_message_3c label {
    padding-left: 30px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    color: #000000;
}

.connect_with_us_fj .contact_message_3c input[type="checkbox"]:checked + label::before {
    background: rgb(183,169,188);
    border-color: rgb(183,169,188);
}

.connect_with_us_fj .contact_message_3c a {
    transition: all 0.3s ease;
    color: rgb(183,169,188);
    text-decoration: none;
}

.connect_with_us_fj .contact_message_3c a:hover {
    text-decoration: underline;
}

.connect_with_us_fj .contact_request_PV {
    border-radius: 10px;
    background: rgb(183,169,188);
    cursor: pointer;
    font-weight: 600;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 15px 40px;
}

.connect_with_us_fj .message_request_Ou h4 {
    font-size: 20px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.connect_with_us_fj .message_request_Ou h4::after {
    width: 40px;
    bottom: -15px;
    position: absolute;
    left: 0;
    content: '';
    background: #ffffff;
    height: 3px;
}

.connect_with_us_fj .feedback_links_oO li {
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}

.connect_with_us_fj .feedback_links_oO svg path {
    fill: #ffffff;
}

.connect_with_us_fj .feedback_links_oO a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gratArea_cA {
    background: linear-gradient(135deg, rgb(207,204,209), rgb(207,204,209) 60%, rgb(122,131,159,0.5) 140%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

.gratArea_cA::after {
    filter: blur(15px);
    content: "";
    background: linear-gradient(215deg, rgb(122,131,159,0.5) 15%, transparent 65%);
    height: 60%;
    opacity: 0.7;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate-reverse;
    z-index: 1;
    left: -5%;
    bottom: -8%;
    width: 40%;
    transform: rotate(-10deg) skew(-5deg);
}

.gratArea_cA h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    transform-origin: left center;
    transform: scaleX(1);
    content: "";
    transition: transform 0.6s ease-out;
    position: absolute;
    height: 4px;
    left: 0;
    bottom: -0.8rem;
}

.gratArea_cA:hover h2::after {
    transform: scaleX(1.2);
}

.gratArea_cA .skill_classes_Y7::before {
    top: 0;
    animation: gradientMove 8s ease infinite;
    left: 0;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159), rgb(183,169,188));
    content: "";
    background-size: 200% 100%;
    width: 100%;
}

.gratArea_cA .skill_classes_Y7:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) translateZ(0);
}

.gratArea_cA ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gratArea_cA li::before {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 0;
    content: "";
    top: 0.5rem;
    transform: scale(0.8);
    background: rgb(183,169,188);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.gratArea_cA li:hover span {
    transform: translateX(5px);
}


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



@media screen and (max-width: 992px) {.welcome_page_nu .learning_classes_8m {
    max-width: 600px;
    margin-left: 5%;
}.welcome_page_nu .title_style_header {
    font-size: 47px;
}
}



@media screen and (max-width: 768px) {.welcome_page_nu .page_begin_Wa {
    align-items: center;
}.welcome_page_nu .learning_classes_8m {
    margin: 0 auto;
    padding: 1.5rem;
    max-width: 90%;
}.welcome_page_nu .title_style_header {
    font-size: calc(33px * 1.1);
}.welcome_page_nu .learning_classes_8m > div:nth-child(2) h3 {
    font-size: calc(20px * 1.1);
}.welcome_page_nu .learning_classes_8m > div:nth-child(2) p {
    font-size: calc(12px * 0.95);
}
}



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



@media (max-width: 992px) {.data_exploration_bN ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_exploration_bN .study_edge_mq {
    padding: 1.75rem 1.25rem;
}.data_exploration_bN .study_edge_mq p {
    font-size: 2.75rem;
}.data_exploration_bN h4 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 576px) {.data_exploration_bN {
    padding: 3rem 0;
}.data_exploration_bN ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data_exploration_bN .study_edge_mq {
    padding: 1.25rem 1rem;
}.data_exploration_bN .study_edge_mq p {
    font-size: 2.25rem;
}.data_exploration_bN h4 {
    margin-top: 2rem;
    font-size: calc(32px * 0.7);
}.data_exploration_bN h4::after {
    height: 2px;
    width: 50px;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav_block_5F {
    gap: 1rem;
}header .head_page_58 svg {
    width: 140px;
}header .nav_info_L0 {
    padding: 0.6rem;
    gap: 0.4rem;
}header .first_pagebar_kz {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px - 2px);
}
}



@media (max-width: 1024px) {.webinar_cta_Ff {
    padding: 4rem 0 2rem;
}.webinar_cta_Ff .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.webinar_cta_Ff .subscribe_holder {
    grid-column: span 2;
}
}



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



@media (max-width: 1024px) {.training_results_T0 {
    padding: 90px 0;
}.training_results_T0 .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.training_results_T0 .img_effect_Rv {
    margin: 0 auto;
    max-width: 400px;
}.training_results_T0 ul {
    grid-template-columns: 1fr;
}
}



@media (max-width: 768px) {.training_results_T0 {
    padding: 70px 0;
}.training_results_T0 h1 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.85);
}.training_results_T0 .img_effect_Rv {
    max-width: 100%;
}.training_results_T0 .description_wrap_QY {
    padding: 0 0 0 20px;
}.training_results_T0 li {
    padding: 15px 15px 15px 55px;
}
}



@media (min-width: 768px) {.company_overview_Gg {
    padding: 150px 0 100px;
}.company_overview_Gg h2 {
    margin-bottom: 60px;
}.company_overview_Gg .description_wrap_QY {
    padding: 40px 50px;
    transform: perspective(1200px) rotateY(-1deg);
}.company_overview_Gg .description_wrap_QY div div {
    column-count: 2;
}
}



@media (min-width: 992px) {.company_overview_Gg {
    padding: 180px 0 120px;
}.company_overview_Gg .container {
    padding: 0 30px;
}.company_overview_Gg h2 {
    font-size: calc(36px * 1.1);
}.company_overview_Gg .description_wrap_QY {
    padding: 50px 60px;
    transform: perspective(1500px) rotateY(-1deg);
}.company_overview_Gg .description_wrap_QY div div {
    line-height: 1.8;
    column-count: 2;
}
}



@media (max-width: 480px) {.company_overview_Gg {
    padding: 70px 0 50px;
}.company_overview_Gg .description_wrap_QY {
    padding: 20px 15px;
    transform: none;
}.company_overview_Gg h2 {
    font-size: calc(36px * 0.85);
}.company_overview_Gg .description_wrap_QY p {
    font-size: calc(22px * 0.9);
}.company_overview_Gg .description_wrap_QY div div {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 576px) {.developer_experience_uT {
    padding: 5rem 0;
}.developer_experience_uT .learner_review_dL {
    padding: 1.5rem;
}.developer_experience_uT .img_effect_Rv {
    height: 250px;
}.developer_experience_uT .name {
    font-size: 21px;
}.developer_experience_uT .learner_review_dL span:not(.name) {
    font-size: 17px;
    margin-top: 3rem;
    padding: 0.6rem 1rem;
}.developer_experience_uT .experience_area_W5 {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
    padding: 1.5rem;
}}



@media screen and (max-width: 992px) {.course_program_info_a3 {
    padding: 60px 0;
}.course_program_info_a3 .learn_tools_3n {
    padding: 30px 40px;
}.course_program_info_a3 .img_effect_Rv {
    min-height: 380px;
}.course_program_info_a3 .head_tutor_YE svg {
    width: 100px;
}.course_program_info_a3 .learn_tools_3n h3 {
    font-size: calc(38px * 0.9);
}
}



@media screen and (max-width: 480px) {.course_program_info_a3 {
    padding: 40px 0;
}.course_program_info_a3 .img_effect_Rv {
    min-height: 250px;
}.course_program_info_a3 .learn_tools_3n {
    padding: 25px 20px;
}.course_program_info_a3 .learn_tools_3n h3 {
    font-size: calc(24px * 1.2);
}.course_program_info_a3 .head_tutor_YE svg {
    width: 80px;
}}



@media (min-width: 992px) {.plan_deal_we .access_plans_RL {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.plan_deal_we .plan_table_qf {
    padding: 3rem;
}.plan_deal_we .bundle_offer_VK {
    grid-column: 1;
    grid-row: 1;
}.plan_deal_we .plan_table_qf {
    grid-row: 1;
    top: 2rem;
    position: sticky;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    align-self: start;
    grid-column: 2;
}.plan_deal_we .plan_table_qf:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@media (max-width: 767px) {.plan_deal_we {
    padding: 3rem 0;
}.plan_deal_we .container {
    padding: 0 1.5rem;
}.plan_deal_we .bundle_offer_VK {
    grid-template-columns: 1fr;
}.plan_deal_we .plan_table_qf h2 {
    font-size: calc(34px * 0.8);
}.plan_deal_we .price_opts_ev {
    padding: 1.5rem;
}.plan_deal_we .deal_opts_Ac {
    font-size: calc(20px * 1.5);
}.plan_deal_we .img_effect_Rv {
    height: 180px;
}
}



@media (max-width: 992px) {.connect_with_us_fj .img_effect_Rv {
    display: none;
}.connect_with_us_fj .inquiry_info_Mu {
    flex-direction: column;
}.connect_with_us_fj .query_links_Vf {
    width: 100%;
}.connect_with_us_fj .message_request_Ou {
    width: 100%;
}
}



@media (max-width: 576px) {.connect_with_us_fj {
    padding: 40px 0;
}.connect_with_us_fj h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.connect_with_us_fj .query_links_Vf,
    .connect_with_us_fj .message_request_Ou {
    padding: 30px 20px;
}.connect_with_us_fj form h3,
    .connect_with_us_fj .message_request_Ou h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.connect_with_us_fj input[type="text"],
    .connect_with_us_fj textarea {
    margin-bottom: 15px;
    padding: 12px;
}.connect_with_us_fj textarea {
    height: 120px;
}.connect_with_us_fj .contact_request_PV {
    padding: 12px;
    width: 100%;
}.connect_with_us_fj .feedback_links_oO li {
    margin-bottom: 20px;
}}



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



@keyframes slideRight {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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



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



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



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



@keyframes photo-appear {
    0% { opacity: 0; transform: perspective(1000px) rotateY(-15deg) rotateX(10deg) translateX(-50px); }
    100% { opacity: 1; transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateX(0); }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



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



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



@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}



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

