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

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

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

.main_sitewrap_GQ7 {
    flex: 1 0 auto;
}

.main_sitewrap_GQ7 {
    z-index: 1;
    padding-top: 2rem;
    background: rgb(184,184,190);
    position: relative;
}

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


.education_framework_CpN {
    background: linear-gradient(135deg, rgb(184,184,190) 0%, rgb(149,149,155,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.education_framework_CpN::after {
    transform: rotate(15deg);
    filter: blur(80px);
    width: 70%;
    opacity: 0.3;
    right: -25%;
    position: absolute;
    height: 200%;
    content: "";
    top: -50%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(149,149,155,0.5) 10%, transparent 70%);
}

.education_framework_CpN .container {
    gap: 40px;
    position: relative;
    display: grid;
    padding: 0 20px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}

.education_framework_CpN .mission_why_qBI {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    overflow: hidden;
    transform: translateY(0);
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 5px 15px rgba(0, 0, 0, 0.05);
}

.education_framework_CpN .mission_why_qBI:hover > div::before {
    animation: pulse 2s infinite;
    width: 100%;
}

.education_framework_CpN h3 {
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 25px;
    position: relative;
    color: #000000;
}

.education_framework_CpN p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.8;
    position: relative;
}

.education_framework_CpN .mission_why_qBI:hover p span {
    transform: translateY(5px);
}

.program_information_1BZ {
    align-items: center;
    background-color: rgb(149,149,155);
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    position: relative;
}

.program_information_1BZ {
    display: block;
    min-height: auto;
}

.program_information_1BZ .next_skill_Swa {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.program_information_1BZ .next_skill_Swa {
    clip-path: none;
    height: 300px;
    width: 100%;
    position: relative;
}

.program_information_1BZ .learn_path_7XW {
    display: flex;
    width: 100%;
    height: 500%;
    animation: vertical-carousel 35s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    flex-direction: column;
}

.program_information_1BZ .learn_path_7XW {
    width: 500%;
    flex-direction: row;
    height: 100%;
    animation: horizontal-carousel 25s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.program_information_1BZ .practical_study_tAe::before {
    left: 0;
    top: 0;
    background: linear-gradient(
        to right,
        rgba(rgb(114,114,117), 0.6) 0%,
        transparent 70%
    );
    height: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    width: 100%;
}

.program_information_1BZ .practical_study_tAe::before {
    background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(rgb(114,114,117), 0.8) 100%
        );
}

.program_information_1BZ .mission_why_qBI {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 2%;
    width: 55%;
}

.program_information_1BZ .mission_why_qBI {
    margin: 0;
    width: 100%;
}

.program_information_1BZ .tech_classes_2WT {
    padding: 3rem;
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg,
        rgba(rgb(149,149,155), 0.7) 0%,
        rgba(rgb(114,114,117), 0.7) 100%
    );
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    max-width: 600px;
}

.program_information_1BZ .tech_classes_2WT {
    padding: 1.5rem;
    max-width: 100%;
}

.program_information_1BZ .tech_classes_2WT h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    letter-spacing: 1px;
}

.program_information_1BZ .tech_classes_2WT h3 {
    font-size: calc(28px * 0.8);
}

.program_information_1BZ .tech_classes_2WT p {
    line-height: 1.8;
    font-size: 13px;
    color: #ffffff;
    position: relative;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.program_information_1BZ .tech_classes_2WT p {
    font-size: calc(13px * 0.9);
    margin-bottom: 1.5rem;
}

.program_information_1BZ .tech_classes_2WT .help_block_v3a::before {
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(114,114,117) 0%,
        rgb(149,149,155) 100%
    );
    transition: all 0.4s ease;
    z-index: -1;
    height: 100%;
    opacity: 0;
    left: -100%;
    top: 0;
}

.program_information_1BZ .tech_classes_2WT .help_block_v3a:hover {
    transform: translateY(-5px);
    background-position: right center;
    box-shadow: 0 10px 20px rgba(rgb(149,149,155), 0.3);
}

.greeting_page_FSy {
    perspective: 1000px;
    min-height: 100vh;
    position: relative;
    background-color: rgb(184,184,190);
    align-items: center;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.greeting_page_FSy .learn_learnings_DNr {
    transform: translateZ(20px);
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 3rem;
}

.greeting_page_FSy .main_begin_JgV::after {
    width: 80%;
    position: absolute;
    transform-origin: left;
    height: 3px;
    bottom: -10px;
    animation: lineReveal 1.2s 0.5s ease forwards;
    background: linear-gradient(90deg, rgb(149,149,155), rgb(114,114,117));
    content: '';
    transform: scaleX(0);
    left: 0;
}

.greeting_page_FSy .learn_team_NS0::before {
    left: 0;
    content: '';
    backdrop-filter: blur(3px);
    background: linear-gradient(135deg, rgb(149,149,155,0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.85;
    z-index: 1;
}

.greeting_page_FSy .learn_team_NS0 p {
    font-size: calc(12px * 1.2);
    line-height: 1.6;
    padding-left: 20px;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    max-width: 80%;
    animation: fadeInUp 0.8s 0.6s ease-out forwards;
    font-weight: 600;
}

.greeting_page_FSy .learn_team_NS0 h3 {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    animation: fadeInUp 0.8s 0.9s ease-out forwards;
    font-size: 23px;
    font-weight: 400;
    border-left: 4px solid rgb(114,114,117);
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    line-height: 1.5;
    padding: 1.5rem;
    transform: translateY(20px);
    opacity: 0;
    margin-top: 1rem;
}

header::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(149,149,155,0.5), 
        transparent
    );
    opacity: 0.6;
    height: 10px;
}

header .head_sitebar_kPQ {
    flex: 0 0 auto;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.6s ease;
    position: relative;
    padding: 1rem;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
}

header .top_wrap_N3p {
    transition: all 0.4s ease;
    display: block;
    position: relative;
}

header .main_page_Ua6 {
    margin: 0;
    position: relative;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
}

header .main_page_Ua6:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}

header .top_pagebar_bW7 {
    margin: 0 0.5rem;
    position: relative;
}

header .top_pagebar_bW7 a {
    color: #000000;
    font-weight: 600;
    justify-content: center;
    font-size: 14px;
    padding: 0.8rem 1.3rem;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    z-index: 1;
    overflow: hidden;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    align-items: center;
    text-decoration: none;
}

header .top_pagebar_bW7 a:hover {
    transform: translateY(-3px) scale(1.05);
    color: #ffffff;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .top_pagebar_bW7:hover::after {
    transform: translateX(-50%) scale(1);
}

header .head_mainbar_EUD::before {
    filter: blur(30px);
    border-radius: 50%;
    opacity: 0.1;
    height: 200px;
    content: '';
    background: radial-gradient(circle, rgb(149,149,155,0.5) 0%, transparent 70%);
    width: 200px;
    right: -100px;
    position: absolute;
    top: -100px;
}

footer {
    position: relative;
}

footer::before {
    left: 0;
    content: '';
    z-index: 1;
    top: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(149,149,155) 150%);
    bottom: 0;
    opacity: 0.92;
    position: absolute;
    right: 0;
}

.media_kit_C7o .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.media_kit_C7o .company_holder::before {
    position: absolute;
    background: rgb(149,149,155);
    content: '';
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
}

.media_kit_C7o .company_holder h3::after {
    content: '';
    left: 0;
    height: 3px;
    background: rgb(114,114,117);
    width: 60px;
    bottom: -8px;
    position: absolute;
}

.media_kit_C7o .leaderboard_Dxr {
    position: relative;
}

.media_kit_C7o .main_page_Ua6 {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

.media_kit_C7o .main_page_Ua6 .site_nav_xNs {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.media_kit_C7o .main_page_Ua6 .site_nav_xNs a {
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.media_kit_C7o .main_page_Ua6 .site_nav_xNs a:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

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



footer::after {
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    background-size: 40px 40px;
    bottom: 0;
    content: '';
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
}

.tyCard_r8p::before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(149,149,155,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(114,114,117,0.5) 0%, transparent 45%);
    right: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
}

.tyCard_r8p .container {
    opacity: 0;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    position: relative;
    margin: 0 auto;
    transform: translateY(30px);
    max-width: 1200px;
    z-index: 1;
    padding: 0 2rem;
}

.tyCard_r8p h2::after {
    transform: scaleX(0);
    position: absolute;
    bottom: -12px;
    content: "";
    width: 80px;
    left: 0;
    animation: lineExpand 0.6s ease-out 1s forwards;
    background: linear-gradient(90deg, rgb(114,114,117), transparent);
    height: 4px;
    transform-origin: left;
}

.tyCard_r8p .mission_why_qBI::before {
    top: 20px;
    content: "";
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    height: 60px;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0.5;
    right: 20px;
    width: 60px;
    background: linear-gradient(135deg, rgb(114,114,117,0.5) 0%, transparent 70%);
    position: absolute;
}

.tyCard_r8p li {
    opacity: 0;
    position: relative;
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    transform: translateY(15px);
}

.tyCard_r8p li span {
    line-height: 1.7;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 0.01em;
    font-size: calc(15px * 1.1);
    color: #000000;
}

.our_background_l7K::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
    backdrop-filter: blur(3px) saturate(120%);
    left: 0;
}

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

.our_background_l7K .insight_box_eY4:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_background_l7K .insight_box_eY4::before {
    left: -15px;
    border-top: 3px solid rgb(149,149,155);
    width: 70px;
    position: absolute;
    border-left: 3px solid rgb(149,149,155);
    z-index: -1;
    top: -15px;
    height: 70px;
    content: "";
}

.our_background_l7K .insight_box_eY4::after {
    z-index: -1;
    border-bottom: 3px solid rgb(114,114,117);
    border-right: 3px solid rgb(114,114,117);
    width: 70px;
    content: "";
    bottom: -15px;
    right: -15px;
    position: absolute;
    height: 70px;
}

.our_background_l7K h5::after {
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 60%;
    content: "";
    left: 0;
    transition: width 0.4s ease;
    background: rgb(149,149,155);
}

.our_background_l7K p b {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: calc(17px * 1.8);
    position: relative;
    padding: 0 10px;
    color: #000000;
    display: inline-block;
    transform: translateX(-10px);
    background: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(rgb(114,114,117,0.5), 0.3) 40%, rgba(rgb(114,114,117,0.5), 0.3) 60%, transparent 60%, transparent 100%);
}

.educational_rewards_7Op {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(120deg, rgb(184,184,190) 0%, #ffffff 100%);
}

.educational_rewards_7Op::after {
    border-radius: 50%;
    width: 400px;
    height: 400px;
    content: "";
    animation: float 20s ease-in-out infinite alternate-reverse;
    position: absolute;
    background: linear-gradient(135deg, rgb(114,114,117,0.5) 0%, transparent 70%);
    bottom: -150px;
    left: -150px;
    filter: blur(60px);
}

.educational_rewards_7Op .mission_why_qBI {
    display: flex;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
    backdrop-filter: blur(10px);
    overflow: hidden;
    align-items: center;
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.2);
    gap: 40px;
    position: relative;
    padding: 40px;
    border-radius: 11px;
}

.educational_rewards_7Op .picture_fv7:hover {
    transform: rotate(0deg) translateY(0) scale(1.03);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.2),
    -5px -5px 20px rgba(255, 255, 255, 0.7),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.educational_rewards_7Op .insight_box_eY4 {
    flex: 1;
    z-index: 2;
}

.educational_rewards_7Op h3 {
    color: rgb(149,149,155);
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    font-size: 37px;
    font-weight: 700;
}

.educational_rewards_7Op .insight_box_eY4:hover h3::after {
    width: 140px;
}

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

.educational_rewards_7Op li::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(149,149,155), rgb(114,114,117));
    content: "";
    transition: width 0.3s ease;
    top: 0;
    width: 3px;
    opacity: 0.7;
    position: absolute;
    left: 0;
}

.educational_rewards_7Op li:hover {
    transform: translateX(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -8px -8px 20px rgba(255, 255, 255, 0.8);
}

.educational_rewards_7Op svg {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(149,149,155), rgb(114,114,117));
    padding: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    width: 24px;
    border-radius: 50%;
    height: 24px;
    flex-shrink: 0;
}

.package_deal_9KO::before {
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    bottom: 0;
    position: absolute;
    content: "";
}

.package_deal_9KO h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    transform: translateY(0);
    animation: float 6s ease-in-out infinite;
    color: #ffffff;
    position: relative;
    text-align: center;
}

.package_deal_9KO .skill_plans_XCc {
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
}

.package_deal_9KO .enroll_cost_Ert li {
    perspective: 1000px;
}

.package_deal_9KO .fee_package_JGE {
    transform-style: preserve-3d;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    box-sizing: border-box;
    height: 100%;
}

.package_deal_9KO .trial_rates_TRG::before {
    transition: transform 0.4s ease;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(149,149,155), rgb(114,114,117));
    transform: scaleX(0.5);
    left: 0;
    top: 0;
    transform-origin: left;
    height: 5px;
}

.package_deal_9KO .fee_package_JGE:hover .trial_rates_TRG::before {
    transform: scaleX(1);
}

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

.package_deal_9KO .fee_package_JGE h4::after {
    position: absolute;
    left: 0;
    background-color: rgb(149,149,155);
    content: "";
    width: 40px;
    bottom: -10px;
    height: 2px;
}

.package_deal_9KO .price_panel_0Fz {
    transition: all 0.3s ease;
    transform: translateZ(10px);
    align-self: flex-start;
    border-radius: 6px;
    padding: 10px 20px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(149,149,155,0.5) 0%, rgb(114,114,117,0.5) 100%);
    display: inline-block;
    font-size: calc(19px * 1.4);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-weight: 700;
}

.secure_fortification_KzM h1 {
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    max-width: 800px;
    margin-top: 0;
    border-bottom: 3px solid rgb(114,114,117);
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(149,149,155);
}

.secure_fortification_KzM ul, .secure_fortification_KzM ol {
    border-top: 2px solid #000000;
    margin: 30px 0;
    width: 100%;
    border-bottom: 2px solid #000000;
    padding-left: 0;
    list-style: none;
    padding: 20px 0;
    max-width: 800px;
}

.secure_fortification_KzM p, .secure_fortification_KzM span, .secure_fortification_KzM div {
    font-size: 13px;
    max-width: 800px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 20px;
    color: #000000;
    text-align: justify;
}

.connect_form_S9Y {
    overflow: hidden;
    background: linear-gradient(160deg, rgb(184,184,190) 0%, rgb(149,149,155,0.5) 100%);
    position: relative;
    padding: 90px 0;
}

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

.connect_form_S9Y h2 {
    font-size: 48px;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
}

.connect_form_S9Y .picture_fv7 {
    height: 200px;
    width: 100%;
    position: relative;
}

.connect_form_S9Y .support_list_9Er {
    padding: 50px;
    width: 100%;
    position: relative;
}

.connect_form_S9Y form {
    width: 100%;
}

.connect_form_S9Y form h3::after {
    background: rgb(149,149,155);
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    border-radius: 1.5px;
    height: 3px;
    left: 0;
}

.connect_form_S9Y form input[type="text"]:focus {
    border-color: rgb(149,149,155);
    outline: none;
}

.connect_form_S9Y form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.connect_form_S9Y .query_info_kPp {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.connect_form_S9Y .query_info_kPp label {
    cursor: pointer;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 13px;
    padding-left: 35px;
}

.connect_form_S9Y .query_info_kPp input[type="checkbox"]:checked + label::before {
    background: rgb(149,149,155);
}

.connect_form_S9Y .query_info_kPp input[type="checkbox"]:checked + label::after {
    height: 12px;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    content: "";
    border-right: 2px solid #ffffff;
    top: 5px;
}

.connect_form_S9Y form .help_block_v3a:hover {
    background: rgb(114,114,117);
}

.connect_form_S9Y svg {
    fill: rgb(149,149,155);
    width: 20px;
    height: 20px;
}

.connect_form_S9Y svg path {
    fill: rgb(149,149,155);
    transition: fill 0.3s ease;
}

.client_feedback_Ekh {
    background: linear-gradient(135deg, rgb(184,184,190) 0%, rgb(149,149,155,0.5) 100%);
    padding: 120px 0 150px;
    position: relative;
    overflow: hidden;
}

.client_feedback_Ekh::after {
    bottom: -80px;
    width: 250px;
    position: absolute;
    height: 250px;
    right: -80px;
    border-radius: 50%;
    content: "";
    animation: floatBubble 15s infinite ease-in-out alternate;
    background: rgb(149,149,155,0.5);
    filter: blur(100px);
}

.client_feedback_Ekh h4 {
    transform: skew(-5deg);
    font-family: Arial, sans-serif;
    font-weight: 700;
    left: 50%;
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 70px;
    font-size: 35px;
    transform: translateX(-50%) skew(-5deg);
    text-align: center;
}

.client_feedback_Ekh .review_track_1er {
    transition: all 0.5s ease;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    border-radius: 29px;
    padding: 30px;
    overflow: hidden;
    backface-visibility: hidden;
}

.client_feedback_Ekh .review_track_1er .picture_fv7 {
    width: 80px;
    margin: 0 auto 20px;
    height: 80px;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.client_feedback_Ekh .review_track_1er span {
    color: #000000;
    display: block;
    font-size: 22px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

.client_feedback_Ekh .review_track_1er p {
    line-height: 1.6;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    position: relative;
}

.teacher_profile_Azx {
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(184,184,190) 30%, rgb(114,114,117,0.5) 100%);
    perspective: 1000px;
    position: relative;
}

.teacher_profile_Azx::after {
    transform: rotate(-15deg);
    position: absolute;
    right: -10%;
    z-index: 0;
    height: 140%;
    width: 50%;
    filter: blur(60px);
    top: -20%;
    background: rgb(149,149,155,0.5);
    content: "";
}

.teacher_profile_Azx .picture_fv7 {
    height: 450px;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    border-radius: 0;
    transition: all 0.7s ease;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    transform: translateZ(30px);
}

.teacher_profile_Azx .exp_summary_WvE::before {
    left: 0;
    height: 60%;
    top: 50%;
    width: 10px;
    background: linear-gradient(to bottom, rgb(149,149,155), rgb(114,114,117));
    content: "";
    position: absolute;
    transform: translateY(-50%);
}

.teacher_profile_Azx .exp_summary_WvE div:nth-child(2) {
    color: rgb(114,114,117);
    transition: transform 0.5s ease 0.1s;
    font-weight: 600;
    margin-bottom: 2rem;
    transform: translateZ(15px);
    font-size: 20px;
}

.teacher_profile_Azx .employee_progress_CGo::after {
    bottom: -2rem;
    font-family: serif;
    content: "";
    color: rgb(149,149,155,0.5);
    font-size: 5rem;
    line-height: 0;
    right: 0;
    position: absolute;
}

.teacher_profile_Azx .review_track_1er:hover .exp_summary_WvE {
    transform: translateZ(30px) translateX(20px);
}

.teacher_profile_Azx .review_track_1er:hover .exp_summary_WvE div:nth-child(2) {
    transform: translateZ(35px);
}

.support_xS0 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(184,184,190) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.support_xS0::after {
    position: absolute;
    bottom: -10%;
    z-index: 1;
    left: -5%;
    width: 20rem;
    content: "";
    background: radial-gradient(circle, rgb(114,114,117,0.5) 0%, transparent 70%);
    height: 20rem;
    opacity: 0.15;
}

.support_xS0 .msg_form_S3g {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    gap: 2rem;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateY(0);
    display: grid;
    grid-template-columns: 1fr;
    padding: 3rem;
}

.support_xS0 h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    background: linear-gradient(90deg, rgb(149,149,155) 0%, transparent 100%);
    width: 60%;
    height: 3px;
}

.support_xS0 .ask_questions_p1R {
    gap: 1rem;
    margin: 1.5rem 0 0 0;
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 0;
}

.support_xS0 .reach_team_Qhw::after {
    position: absolute;
    width: 0;
    left: 0;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    bottom: 0;
    background: rgb(149,149,155);
}

.support_xS0 .reach_team_Qhw:hover::after {
    width: 100%;
}

.support_xS0 svg {
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
}

.support_xS0 .reach_team_Qhw:hover svg path {
    fill: rgb(149,149,155);
}

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


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



@media (min-width: 768px) {.education_framework_CpN {
    padding: 150px 0;
}.education_framework_CpN .container {
    grid-template-columns: 1fr;
    gap: 60px;
}.education_framework_CpN .mission_why_qBI > div {
    padding: 60px;
}.education_framework_CpN h3 {
    font-size: calc(34px * 1.1);
    margin-bottom: 30px;
}.education_framework_CpN p {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 767px) {.education_framework_CpN {
    padding: 80px 0;
}.education_framework_CpN .container {
    padding: 0 15px;
}.education_framework_CpN .mission_why_qBI > div {
    padding: 30px;
}.education_framework_CpN h3 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.85);
}.education_framework_CpN p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.education_framework_CpN .mission_why_qBI > div::before {
    width: 40px;
    height: 3px;
}}




@media (max-width: 1200px) {.greeting_page_FSy .main_begin_JgV {
    font-size: calc(43px * 0.9);
}.greeting_page_FSy .learn_team_NS0 > div {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.greeting_page_FSy > div {
    padding: 1.5rem;
}.greeting_page_FSy .learn_learnings_DNr {
    margin-bottom: 2rem;
}.greeting_page_FSy .main_begin_JgV {
    font-size: calc(43px * 0.7);
}.greeting_page_FSy .learn_team_NS0 p {
    max-width: 100%;
    font-size: 12px;
    padding-left: 15px;
}.greeting_page_FSy .learn_team_NS0 h3 {
    padding: 1.2rem;
    font-size: calc(23px * 0.9);
}.greeting_page_FSy .learn_team_NS0 > div {
    gap: 1.5rem;
    padding: 1.5rem;
}
}



@media (min-width: 1400px) {header .head_mainbar_EUD {
    max-width: 1320px;
    margin: 0 auto;
}header .top_pagebar_bW7 {
    margin: 0 0.7rem;
}header .top_pagebar_bW7 a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 991px) {header .head_mainbar_EUD {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_sitebar_kPQ {
    margin-bottom: 0;
    padding: 0.7rem;
    margin-right: 0;
}header .main_page_Ua6 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .top_pagebar_bW7 a {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
}header .main_page_Ua6::before {
    display: none;
}
}



@media (max-width: 479px) {header .head_mainbar_EUD {
    padding: 0.7rem 1.2rem;
}header .head_sitebar_kPQ {
    max-width: 120px;
    padding: 0.5rem;
}header .top_pagebar_bW7 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(14px - 3px);
}}



@media (max-width: 992px) {.media_kit_C7o .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.media_kit_C7o {
    padding: 50px 0;
}.media_kit_C7o .main_page_Ua6 {
    flex: 0 0 100%;
}
}



@media (max-width: 576px) {.media_kit_C7o {
    padding: 40px 0;
}.media_kit_C7o .company_holder h3 {
    font-size: calc(29px * 0.8);
}.media_kit_C7o .main_page_Ua6 h5 {
    font-size: calc(19px * 0.9);
}.media_kit_C7o .main_page_Ua6 .site_nav_xNs a,
    .media_kit_C7o .footer_agreement {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 767px) {.tyCard_r8p {
    padding: 5rem 0;
}.tyCard_r8p h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.tyCard_r8p .mission_why_qBI {
    padding: 2rem;
}.tyCard_r8p li span {
    font-size: 15px;
}.tyCard_r8p .mission_why_qBI::before {
    width: 45px;
    top: 15px;
    right: 15px;
    height: 45px;
}
}



@media (min-width: 992px) {.our_background_l7K .insight_box_eY4 {
    max-width: 80%;
    padding: 80px 70px;
}.our_background_l7K ol li {
    column-count: 2;
    padding-left: 30px;
}.our_background_l7K ol li::before {
    height: 8px;
    width: 8px;
}
}



@media (max-width: 767px) {.our_background_l7K {
    padding: 70px 0;
}.our_background_l7K .insight_box_eY4 {
    padding: 40px 30px;
    margin: 0;
    max-width: 100%;
    transform: none;
}.our_background_l7K::after {
    height: 80px;
    right: -15px;
    width: 80px;
    top: -15px;
}.our_background_l7K h5 {
    letter-spacing: 2px;
    font-size: calc(21px * 0.8);
}.our_background_l7K p {
    font-size: 17px;
    margin-bottom: 20px;
}.our_background_l7K p b {
    font-size: calc(17px * 1.4);
}.our_background_l7K ol li {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.our_background_l7K .insight_box_eY4::before,
    .our_background_l7K .insight_box_eY4::after {
    height: 50px;
    width: 50px;
}
}



@media (max-width: 768px) {.educational_rewards_7Op .mission_why_qBI {
    gap: 30px;
    flex-direction: column;
}.educational_rewards_7Op .picture_fv7 {
    width: 70%;
    align-self: center;
    max-width: 280px;
    transform: rotate(0deg) translateY(0);
}.educational_rewards_7Op h3 {
    text-align: center;
}.educational_rewards_7Op h3::after {
    transform: translateX(-50%);
    left: 50%;
}.educational_rewards_7Op .insight_box_eY4:hover h3::after {
    width: 100px;
}
}



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



@media (max-width: 768px) {.package_deal_9KO {
    padding: 60px 0;
}.package_deal_9KO .enroll_cost_Ert {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.package_deal_9KO .skill_plans_XCc {
    margin-bottom: 40px;
}.package_deal_9KO h2 {
    font-size: calc(28px * 0.8);
}.package_deal_9KO .trial_rates_TRG {
    padding: 30px 25px;
}
}



@media only screen and (max-width: 800px) {.secure_fortification_KzM {
    padding: 30px;
    border-radius: 10px;
}.secure_fortification_KzM h1 {
    padding-bottom: 10px;
    font-size: calc(19px - 5px);
}.secure_fortification_KzM h2 {
    padding-left: 10px;
    font-size: calc(19px - 5px);
}.secure_fortification_KzM ul, .secure_fortification_KzM ol {
    padding: 15px 0;
    margin: 20px 0;
}.secure_fortification_KzM ul li, .secure_fortification_KzM ol li {
    padding-left: 20px;
    font-size: 13px;
}}



@media screen and (min-width: 992px) {.connect_form_S9Y .picture_fv7 {
    width: 50%;
}.connect_form_S9Y .support_list_9Er {
    width: 50%;
    padding: 60px;
}
}



@media screen and (max-width: 576px) {.connect_form_S9Y {
    padding: 60px 0;
}.connect_form_S9Y h2 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.connect_form_S9Y .support_list_9Er {
    padding: 30px 20px;
}.connect_form_S9Y form h3 {
    font-size: calc(22px * 0.9);
}}



@media (max-width: 768px) {.client_feedback_Ekh {
    padding: 80px 0;
}.client_feedback_Ekh h4 {
    font-size: calc(35px * 0.9);
    margin-bottom: 50px;
}.client_feedback_Ekh .feedback_quotes_0ns {
    margin: 0 auto;
    max-width: 500px;
    gap: 25px;
    grid-template-columns: 1fr;
}.client_feedback_Ekh .review_track_1er {
    padding: 30px 20px;
    transform: rotateX(0) rotateY(0);
}.client_feedback_Ekh .review_track_1er .picture_fv7 {
    height: 70px;
    width: 70px;
}}



@media (min-width: 768px) {.support_xS0 {
    padding: 6rem 0;
}.support_xS0 .msg_form_S3g {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
}.support_xS0 h3 {
    grid-column: 1 / -1;
    font-size: calc(37px * 1.2);
}.support_xS0 .ask_questions_p1R {
    grid-row: 2 / 4;
    grid-column: 2;
    margin-top: 0;
    align-self: start;
}
}



@media (min-width: 992px) {.support_xS0 .msg_form_S3g {
    padding: 4rem;
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.support_xS0 .msg_form_S3g > div:nth-child(2) {
    grid-column: 1;
}.support_xS0 .msg_form_S3g > div:nth-child(3) {
    grid-column: 1;
}.support_xS0 h3 {
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
}.support_xS0 h3::after {
    width: 40%;
    height: 4px;
}.support_xS0 .ask_questions_p1R {
    padding-left: 2rem;
    position: relative;
}.support_xS0 .ask_questions_p1R::before {
    left: 0;
    width: 3px;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(149,149,155,0.5), transparent);
    position: absolute;
}
}



@keyframes patternShift {
    0% {
        background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1060px, 1060px 940px, 940px 1000px;
    }
}



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

@keyframes horizontal-carousel {
        0%, 15% {
            transform: translateX(0);
        }
        20%, 35% {
            transform: translateX(-20%);
        }
        40%, 55% {
            transform: translateX(-40%);
        }
        60%, 75% {
            transform: translateX(-60%);
        }
        80%, 95% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes scaleVertical {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

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



@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@keyframes float {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(50px, 50px) scale(1.2);
    opacity: 0.5;
  }
}

@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

