.core-container_932 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

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

.media_kit_C7o {
    flex: 0 0 auto;
}

.media_kit_C7o {
    color: #ffffff;
    position: relative;
    padding: 70px 0;
    z-index: 2;
    font-family: Arial, sans-serif;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(135deg, rgb(149,149,155,0.5) 0%, rgb(184,184,190) 100%);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    z-index: 100;
    position: relative;
    margin-top: 0;
    padding: 0;
    overflow: visible;
}

.education_framework_CpN::before {
    top: 0;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    position: absolute;
    opacity: 0.05;
    transform: perspective(1000px) rotateY(5deg);
    z-index: 1;
    background-size: 120px 120px;
    height: 100%;
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(114,114,117,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(114,114,117,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(114,114,117,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(114,114,117,0.5) 75%);
    animation: patternShift 30s infinite linear;
    content: "";
}

.education_framework_CpN .mission_why_qBI:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset,
        0 10px 25px rgba(rgb(149,149,155), 0.1);
    transform: translateY(-10px);
}

.education_framework_CpN .mission_why_qBI > div {
    padding: 40px;
    position: relative;
    z-index: 3;
}

.education_framework_CpN .mission_why_qBI > div::before {
    content: "";
    left: 0;
    height: 4px;
    transform-origin: left center;
    width: 60px;
    z-index: 4;
    top: 0;
    background: linear-gradient(90deg, rgb(149,149,155) 0%, rgb(114,114,117) 100%);
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}

.education_framework_CpN .mission_why_qBI:hover h3 {
    transform: translateX(10px);
}

.education_framework_CpN p span {
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s 0.1s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    opacity: 0.95;
}

.program_information_1BZ::before {
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(149,149,155), 0.8),
        rgba(rgb(149,149,155), 0.8) 10px,
        rgba(rgb(114,114,117), 0.5) 10px,
        rgba(rgb(114,114,117), 0.5) 20px
    );
    top: 0;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.program_information_1BZ .next_skill_Swa::after {
    width: 50px;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgb(149,149,155) 100%);
    right: 0;
    top: 0;
    z-index: 3;
}

.program_information_1BZ .next_skill_Swa::after {
    display: none;
}

.program_information_1BZ .next_skill_Swa:hover .learn_path_7XW {
    animation-play-state: paused;
}

.program_information_1BZ .practical_study_tAe {
    overflow: hidden;
    height: 20%;
    position: relative;
    width: 100%;
}

.program_information_1BZ .practical_study_tAe {
    height: 100%;
    width: 20%;
}

.program_information_1BZ .practical_study_tAe img {
    transform: scale(1.05);
    transition: filter 0.5s ease, transform 4s ease-out;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
    height: 100%;
}

.program_information_1BZ .practical_study_tAe:hover img {
    filter: brightness(1) contrast(1.05) saturate(1.2);
    transform: scale(1.15);
}

.program_information_1BZ .container {
    max-width: 1320px;
    width: 100%;
    position: relative;
    justify-content: flex-end;
    margin: 0 auto;
    z-index: 3;
    display: flex;
    padding: 3rem;
}

.program_information_1BZ .container {
    padding: 2rem 1rem;
    justify-content: center;
}

.program_information_1BZ .tech_classes_2WT::before {
    background: linear-gradient(
        90deg,
        rgb(149,149,155) 0%,
        rgb(114,114,117) 100%
    );
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.program_information_1BZ .tech_classes_2WT::after {
    pointer-events: none;
    left: -50%;
    z-index: -1;
    height: 200%;
    position: absolute;
    top: -50%;
    content: "";
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    animation: rotate-gradient 20s linear infinite;
}

.program_information_1BZ .tech_classes_2WT h3::after {
    position: absolute;
    width: 50px;
    background: linear-gradient(
        90deg,
        rgb(149,149,155) 0%,
        rgb(114,114,117) 100%
    );
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
}

.program_information_1BZ .tech_classes_2WT .help_block_v3a {
    color: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    padding: 1rem 2.5rem;
    background: linear-gradient(
        to right,
        rgb(149,149,155) 0%,
        rgb(114,114,117) 100%
    );
    font-size: 17px;
    text-decoration: none;
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: center;
    font-weight: 600;
    background-size: 200% auto;
    display: inline-flex;
    z-index: 1;
    border-radius: 10px;
}

.program_information_1BZ .tech_classes_2WT .help_block_v3a {
    width: 100%;
    padding: 0.8rem 1.5rem;
}

.program_information_1BZ .tech_classes_2WT .help_block_v3a:hover::before {
    left: 0;
    opacity: 1;
}

.greeting_page_FSy > div {
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 1;
    padding: 2rem;
    position: relative;
    width: 100%;
}

.greeting_page_FSy .main_begin_JgV {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: rgb(149,149,155);
    display: inline-block;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

.greeting_page_FSy .learn_team_NS0 {
    position: relative;
    transition: transform 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    border-radius: 10px;
    transform: translateY(20px) translateZ(0);
}

.greeting_page_FSy .learn_team_NS0:hover {
    transform: translateY(10px) translateZ(0);
}

.greeting_page_FSy .learn_team_NS0 > div {
    z-index: 2;
    gap: 2rem;
    flex-direction: column;
    color: #ffffff;
    display: flex;
    position: relative;
    padding: 3rem;
}

.greeting_page_FSy .learn_team_NS0 p::before {
    width: 4px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    animation: scaleVertical 0.6s 0.9s ease-out forwards;
    content: '';
    transform-origin: top;
    background: rgb(114,114,117);
    transform: scaleY(0);
}

header::before {
    top: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    content: '';
    opacity: 0.4;
    position: absolute;
}

header .head_mainbar_EUD {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1.3rem 3rem;
    z-index: 5;
}

header .head_sitebar_kPQ:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

header .top_wrap_N3p img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .main_page_Ua6::before {
    background: linear-gradient(135deg, rgb(149,149,155,0.5) 0%, transparent 100%);
    position: absolute;
    content: '';
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    top: -5%;
    width: 110%;
    height: 110%;
    opacity: 0.1;
    transition: all 0.6s ease;
    z-index: -1;
    left: -5%;
}

header .top_pagebar_bW7 a::before {
    height: 100%;
    top: 0;
    opacity: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgb(149,149,155,0.5) 0%, rgb(114,114,117,0.5) 100%);
    width: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    transform: scale(1.1);
    transition: opacity 0.4s ease;
    left: 0;
}

header .top_pagebar_bW7 a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .top_pagebar_bW7::after {
    transform: translateX(-50%) scale(0);
    position: absolute;
    width: 6px;
    bottom: -8px;
    height: 6px;
    background: rgb(149,149,155);
    opacity: 0.7;
    transition: transform 0.4s ease;
    left: 50%;
    border-radius: 50%;
    content: '';
}

header .head_mainbar_EUD::after {
    content: '';
    bottom: -75px;
    opacity: 0.1;
    left: -75px;
    position: absolute;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(114,114,117,0.5) 0%, transparent 70%);
    height: 150px;
    border-radius: 50%;
    width: 150px;
}

.media_kit_C7o .container {
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
}

.media_kit_C7o .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
    padding: 30px;
}

.media_kit_C7o .company_holder h3 {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 25px;
    position: relative;
}

.media_kit_C7o .study_group_f7N {
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.media_kit_C7o .site_nav_xNs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.media_kit_C7o .main_page_Ua6 h5 {
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    padding-left: 15px;
    color: #ffffff;
    font-size: 19px;
    border-left: 3px solid rgb(149,149,155);
    margin-bottom: 20px;
}

.media_kit_C7o .main_page_Ua6 .site_nav_xNs a::before {
    position: absolute;
    z-index: -1;
    background: rgb(149,149,155,0.5);
    transition: width 0.3s ease;
    width: 0;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
}

.media_kit_C7o .main_page_Ua6 .site_nav_xNs a:hover::before {
    width: 100%;
}

.carbon_cta_O2y {
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: relative;
    margin-top: 50px;
    padding: 20px 0;
}

.carbon_cta_O2y .eco_foot_be3 {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: center;
}



.carbon_cta_O2y::before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
}

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

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

.tyCard_r8p h2 {
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    color: rgb(149,149,155);
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    font-size: 31px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin-bottom: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    max-width: 90%;
}

.tyCard_r8p .mission_why_qBI {
    opacity: 0;
    position: relative;
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    padding: 3rem;
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    border-left: 4px solid rgb(114,114,117);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
}

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

.tyCard_r8p li::before {
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    position: absolute;
    height: 0.5rem;
    left: -1.5rem;
    top: 0.5rem;
    transform: rotate(45deg) scale(0);
    content: "";
    width: 0.5rem;
    background-color: rgb(114,114,117);
}

.our_background_l7K {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.our_background_l7K::after {
    height: 150px;
    top: -30px;
    position: absolute;
    border: 2px solid rgb(114,114,117);
    opacity: 0.5;
    right: -30px;
    z-index: 2;
    content: "";
    animation: float 20s infinite ease-in-out;
    transform: rotate(-15deg);
    width: 150px;
    border-radius: 10px;
}

.our_background_l7K .insight_box_eY4 {
    backdrop-filter: blur(8px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.92)
    );
    border-left: 4px solid rgb(149,149,155);
    transform: perspective(1000px) rotateY(-3deg);
    padding: 60px 50px;
    position: relative;
    max-width: 85%;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    margin-left: auto;
}

.our_background_l7K h5 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgb(149,149,155);
    display: inline-block;
    padding-bottom: 10px;
    font-size: 21px;
}

.our_background_l7K h5:hover::after {
    width: 100%;
}

.our_background_l7K p {
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: calc(17px * 1.4);
}

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

.our_background_l7K ol li {
    font-family: Arial, sans-serif;
    padding-left: 20px;
    position: relative;
    hyphens: auto;
    column-gap: 40px;
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    column-count: 1;
    text-align: justify;
    margin-bottom: 20px;
}

.our_background_l7K ol li::before {
    top: 12px;
    width: 6px;
    height: 6px;
    left: 0;
    content: "";
    border-radius: 50%;
    position: absolute;
    background-color: rgb(114,114,117);
}

.educational_rewards_7Op::before {
    position: absolute;
    filter: blur(60px);
    top: -200px;
    right: -200px;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    width: 600px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(149,149,155,0.5) 0%, transparent 70%);
    height: 600px;
}



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

.educational_rewards_7Op .mission_why_qBI::before {
    background: linear-gradient(-45deg, rgb(149,149,155,0.5) 0%, transparent 40%, transparent 60%, rgb(114,114,117,0.5) 100%);
    opacity: 0.2;
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
}

.educational_rewards_7Op .picture_fv7 {
    transform: rotate(-3deg) translateY(10px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.15),
    -5px -5px 20px rgba(255, 255, 255, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    flex: 0 0 40%;
    max-width: 350px;
}

.educational_rewards_7Op h3::after {
    border-radius: 10px;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(149,149,155), rgb(114,114,117));
    position: absolute;
    width: 80px;
    content: "";
    transition: width 0.4s ease;
    bottom: 0;
}

.educational_rewards_7Op li {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 0.6);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
    transition: all 0.3s ease;
    transform: translateX(0);
    padding: 16px 24px;
    position: relative;
}

.educational_rewards_7Op li:hover::before {
    width: 6px;
}

.educational_rewards_7Op li p {
    gap: 18px;
    font-size: 12px;
    margin: 0;
    color: #000000;
    align-items: center;
    display: flex;
}

.educational_rewards_7Op svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.educational_rewards_7Op li:hover svg {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.15);
}

.package_deal_9KO {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

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

.package_deal_9KO .payment_plans_e2A {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.package_deal_9KO h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(149,149,155), rgb(114,114,117));
    width: 80px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
}

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

.package_deal_9KO .fee_package_JGE:hover {
    transform: translateY(-10px) rotateY(2deg);
}

.package_deal_9KO .trial_rates_TRG {
    padding: 35px 30px;
    position: relative;
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    backdrop-filter: blur(5px);
    border-radius: 8px;
}

.package_deal_9KO .fee_package_JGE h4 {
    font-weight: 700;
    margin: 0 0 20px;
    font-size: calc(19px * 1.2);
    color: #ffffff;
    position: relative;
}

.package_deal_9KO .fee_package_JGE p {
    word-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 0 25px;
    flex-grow: 1;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.6;
    font-size: 18px;
}

.package_deal_9KO .fee_package_JGE:hover .price_panel_0Fz {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.secure_fortification_KzM {
    align-items: center;
    background: #ffffff;
    display: flex;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid #000000;
    height: auto;
    padding: 60px;
    flex-direction: column;
}

.secure_fortification_KzM h2 {
    margin-bottom: 25px;
    margin-top: 40px;
    max-width: 800px;
    text-align: left;
    font-weight: 600;
    padding-left: 15px;
    width: 100%;
    border-left: 5px solid rgb(149,149,155);
    color: rgb(114,114,117);
    font-size: 36px;
}

.secure_fortification_KzM ul li, .secure_fortification_KzM ol li {
    padding-left: 25px;
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
    font-size: 13px;
    color: #000000;
}

.secure_fortification_KzM ul li::before, .secure_fortification_KzM ol li::before {
    background: rgb(149,149,155);
    width: 8px;
    position: absolute;
    content: '';
    height: 8px;
    top: 50%;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
}

.secure_fortification_KzM div.container {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
    flex-direction: column;
}

.connect_form_S9Y::before {
    top: 0;
    left: 0;
    opacity: 0.03;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(149,149,155,0.5),
        rgb(149,149,155,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    content: "";
}

.connect_form_S9Y .message_links_xaH {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    flex-direction: column;
    background: #ffffff;
    border-radius: 15px;
}

.connect_form_S9Y form h3 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 30px;
}

.connect_form_S9Y form input[type="text"] {
    background: rgb(184,184,190);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid transparent;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #000000;
}

.connect_form_S9Y .query_info_kPp input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect_form_S9Y .query_info_kPp label::before {
    top: 2px;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(184,184,190);
    height: 22px;
    width: 22px;
    border-radius: 10px;
    left: 0;
    content: "";
}

.connect_form_S9Y .query_info_kPp label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(149,149,155);
}

.connect_form_S9Y .query_info_kPp label a:hover {
    text-decoration: underline;
}

.connect_form_S9Y form .help_block_v3a {
    cursor: pointer;
    border: none;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    padding: 16px 20px;
    background: rgb(149,149,155);
    transition: all 0.3s ease;
    text-align: center;
}

.client_feedback_Ekh::before {
    content: "";
    border-radius: 50%;
    background: rgb(114,114,117,0.5);
    top: -50px;
    width: 200px;
    animation: floatBubble 18s infinite ease-in-out;
    position: absolute;
    filter: blur(80px);
    height: 200px;
    left: -50px;
}



.client_feedback_Ekh .mission_why_qBI {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1300px;
}

.client_feedback_Ekh h4::after {
    width: 50%;
    left: 25%;
    background: linear-gradient(90deg, transparent, rgb(149,149,155), transparent);
    position: absolute;
    bottom: -15px;
    content: "";
    height: 4px;
}

.client_feedback_Ekh .feedback_quotes_0ns {
    gap: 40px;
    perspective: 1000px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.client_feedback_Ekh .review_track_1er:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    z-index: 2;
}

.client_feedback_Ekh .review_track_1er::before {
    background: linear-gradient(90deg, rgb(149,149,155), rgb(114,114,117));
    top: 0;
    content: "";
    height: 5px;
    position: absolute;
    width: 100%;
    left: 0;
}

.client_feedback_Ekh .review_track_1er:hover .picture_fv7 {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.client_feedback_Ekh .review_track_1er span::after {
    height: 2px;
    content: "";
    width: 30px;
    background: rgb(149,149,155);
    display: block;
    margin: 10px auto 0;
}

.client_feedback_Ekh .review_track_1er p::before {
    top: -20px;
    font-size: 80px;
    position: absolute;
    z-index: -1;
    font-family: serif;
    opacity: 0.2;
    color: rgb(149,149,155,0.5);
    content: '"';
    left: -5px;
}

.teacher_profile_Azx::before {
    width: 100%;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(149,149,155,0.5) 0,
        rgb(149,149,155,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    opacity: 0.1;
    content: "";
    position: absolute;
}

.teacher_profile_Azx .review_track_1er {
    display: grid;
    margin: 0 auto;
    gap: 0;
    z-index: 1;
    max-width: 1100px;
    transform-style: preserve-3d;
    grid-template-columns: 1fr 1.2fr;
    transform: rotateX(5deg) rotateZ(-1deg);
    position: relative;
}

.teacher_profile_Azx .exp_summary_WvE {
    justify-content: center;
    margin-left: -3rem;
    transition: all 0.7s ease;
    transform: translateZ(10px);
    z-index: 1;
    flex-direction: column;
    display: flex;
    padding: 3rem 3rem 3rem 5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    transform-style: preserve-3d;
}

.teacher_profile_Azx .name {
    transition: transform 0.5s ease;
    margin-bottom: 0.5rem;
    color: #000000;
    transform: translateZ(20px);
    font-size: calc(29px * 1.2);
    font-weight: 700;
}

.teacher_profile_Azx .employee_progress_CGo {
    transition: transform 0.5s ease 0.2s;
    color: #000000;
    transform: translateZ(10px);
    line-height: 1.7;
    font-size: 12px;
    position: relative;
    font-style: italic;
}

.teacher_profile_Azx .review_track_1er:hover .picture_fv7 {
    transform: translateZ(50px) translateX(-20px);
}

.teacher_profile_Azx .review_track_1er:hover .name {
    transform: translateZ(40px);
}

.teacher_profile_Azx .review_track_1er:hover .employee_progress_CGo {
    transform: translateZ(30px);
}

.support_xS0::before {
    background: radial-gradient(circle, rgb(149,149,155,0.5) 0%, transparent 70%);
    width: 25rem;
    height: 25rem;
    z-index: 1;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.2;
    top: -5%;
    right: -5%;
}

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

.support_xS0 .msg_form_S3g:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.support_xS0 h3 {
    margin-bottom: 0.5rem;
    font-size: 37px;
    font-weight: 700;
    color: rgb(149,149,155);
    display: inline-block;
    position: relative;
}

.support_xS0 p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}

.support_xS0 h5 {
    align-items: center;
    gap: 0.5rem;
    color: #000000;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.support_xS0 .reach_team_Qhw {
    padding-bottom: 0.25rem;
    position: relative;
    align-items: center;
    color: #000000;
    display: flex;
    font-weight: 600;
    gap: 0.5rem;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.support_xS0 .reach_team_Qhw:hover {
    color: rgb(149,149,155);
    transform: translateX(5px);
}

.support_xS0 .reach_team_Qhw:hover svg {
    transform: scale(1.15);
}

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

.support_xS0 li {
    transform: translateX(0);
    transition: transform 0.3s ease;
}


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



@media (min-width: 992px) {.education_framework_CpN {
    padding: 180px 0;
}.education_framework_CpN .container {
    padding: 0 40px;
}.education_framework_CpN .mission_why_qBI {
    transform: perspective(1000px) rotateY(-2deg);
}.education_framework_CpN .mission_why_qBI:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.education_framework_CpN .mission_why_qBI > div {
    padding: 70px;
}.education_framework_CpN h3 {
    font-size: calc(34px * 1.2);
    margin-bottom: 35px;
}.education_framework_CpN p {
    line-height: 2;
    max-width: 90%;
    font-size: calc(14px * 1.1);
}
}




@media (max-width: 992px) {.program_information_1BZ .next_skill_Swa {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    width: 40%;
}.program_information_1BZ .mission_why_qBI {
    margin-right: 0;
    width: 60%;
}.program_information_1BZ .tech_classes_2WT {
    padding: 2rem;
}.program_information_1BZ .tech_classes_2WT h3 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 992px) {.greeting_page_FSy .main_begin_JgV {
    font-size: calc(43px * 0.8);
}.greeting_page_FSy .learn_team_NS0 p {
    max-width: 90%;
    font-size: calc(12px * 1.1);
}.greeting_page_FSy .learn_team_NS0 > div {
    padding: 2rem;
}
}



@media (max-width: 576px) {.greeting_page_FSy {
    min-height: auto;
}.greeting_page_FSy > div {
    padding: 1rem;
}.greeting_page_FSy .learn_learnings_DNr {
    margin-bottom: 1.5rem;
}.greeting_page_FSy .main_begin_JgV {
    margin-bottom: 1rem;
    font-size: calc(43px * 0.6);
}.greeting_page_FSy .main_begin_JgV::after {
    height: 2px;
}.greeting_page_FSy .learn_team_NS0 p {
    padding-left: 12px;
    font-size: calc(12px * 0.95);
}.greeting_page_FSy .learn_team_NS0 p::before {
    width: 3px;
}.greeting_page_FSy .learn_team_NS0 h3 {
    padding: 1rem;
    font-size: calc(23px * 0.8);
    border-left-width: 3px;
}.greeting_page_FSy .learn_team_NS0 > div {
    gap: 1.2rem;
    padding: 1.2rem;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .head_mainbar_EUD {
    padding: 0.8rem 1.5rem;
}header .head_sitebar_kPQ {
    padding: 0.6rem;
    max-width: 140px;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .top_wrap_N3p img {
    max-height: 35px;
}header .main_page_Ua6 {
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .main_page_Ua6::-webkit-scrollbar {
    height: 3px;
}header .main_page_Ua6::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(149,149,155,0.5);
}header .top_pagebar_bW7 {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_pagebar_bW7 a {
    font-size: calc(14px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}header .top_pagebar_bW7::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (max-width: 991px) {.tyCard_r8p {
    padding: 6rem 0;
}.tyCard_r8p h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.tyCard_r8p .mission_why_qBI {
    padding: 2.5rem;
}
}



@media (max-width: 575px) {.tyCard_r8p {
    padding: 4rem 0;
}.tyCard_r8p .container {
    padding: 0 1.5rem;
}.tyCard_r8p h2 {
    margin-bottom: 1.75rem;
    font-size: calc(31px * 0.7);
}.tyCard_r8p .mission_why_qBI {
    padding: 1.5rem;
}.tyCard_r8p li::before {
    width: 0.4rem;
    left: -1.25rem;
    height: 0.4rem;
}}



@media (max-width: 991px) {.our_background_l7K {
    padding: 90px 0;
}.our_background_l7K .insight_box_eY4 {
    max-width: 90%;
    padding: 50px 40px;
    transform: perspective(1000px) rotateY(-2deg);
}.our_background_l7K h5 {
    font-size: calc(21px * 0.9);
}.our_background_l7K p b {
    font-size: calc(17px * 1.6);
}
}



@media (max-width: 480px) {.our_background_l7K {
    padding: 50px 0;
}.our_background_l7K .insight_box_eY4 {
    padding: 30px 20px;
}.our_background_l7K h5 {
    letter-spacing: 1px;
    font-size: calc(21px * 0.7);
}.our_background_l7K p b {
    font-size: calc(17px * 1.2);
}.our_background_l7K ol li {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}.our_background_l7K .insight_box_eY4::before,
    .our_background_l7K .insight_box_eY4::after {
    display: none;
}}



@media (max-width: 992px) {.educational_rewards_7Op {
    padding: 60px 0;
}.educational_rewards_7Op .mission_why_qBI {
    padding: 40px;
    gap: 40px;
}.educational_rewards_7Op h3 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 576px) {.educational_rewards_7Op {
    padding: 30px 0;
}.educational_rewards_7Op .mission_why_qBI {
    padding: 25px 15px;
}.educational_rewards_7Op .picture_fv7 {
    width: 85%;
    max-width: 240px;
}.educational_rewards_7Op li {
    padding: 12px 15px;
    margin-bottom: 15px;
}.educational_rewards_7Op li p {
    font-size: calc(12px * 0.9);
    gap: 10px;
}.educational_rewards_7Op svg {
    height: 18px;
    width: 18px;
    padding: 7px;
}}



@media (max-width: 992px) {.package_deal_9KO {
    padding: 80px 0;
}.package_deal_9KO .enroll_cost_Ert {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.package_deal_9KO h2 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 576px) {.package_deal_9KO {
    padding: 50px 0;
}.package_deal_9KO h2 {
    font-size: calc(28px * 0.7);
}.package_deal_9KO .skill_plans_XCc {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.package_deal_9KO .trial_rates_TRG {
    padding: 25px 20px;
}.package_deal_9KO .fee_package_JGE h4 {
    font-size: calc(19px * 1.1);
}.package_deal_9KO .fee_package_JGE p {
    font-size: calc(18px * 0.9);
}.package_deal_9KO .price_panel_0Fz {
    font-size: calc(19px * 1.2);
    padding: 8px 16px;
}}



@media screen and (min-width: 768px) {.connect_form_S9Y .message_links_xaH {
    flex-direction: row;
    max-width: 1000px;
}.connect_form_S9Y .picture_fv7 {
    height: auto;
    min-height: 400px;
    width: 40%;
}.connect_form_S9Y .support_list_9Er {
    width: 60%;
}
}



@media screen and (min-width: 1200px) {.connect_form_S9Y .message_links_xaH {
    max-width: 1100px;
}.connect_form_S9Y .picture_fv7 {
    min-height: 500px;
}
}



@media (max-width: 1200px) {.client_feedback_Ekh {
    padding: 100px 0;
}.client_feedback_Ekh .feedback_quotes_0ns {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.client_feedback_Ekh .review_track_1er {
    padding: 25px;
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
}
}



@media screen and (max-width: 991px) {.teacher_profile_Azx .review_track_1er {
    grid-template-columns: 1fr;
    transform: none;
}.teacher_profile_Azx .picture_fv7 {
    margin-bottom: -2rem;
    height: 350px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.teacher_profile_Azx .exp_summary_WvE {
    margin-left: 0;
    transform: none;
    z-index: 3;
    padding: 3rem 2rem 2rem;
}.teacher_profile_Azx .exp_summary_WvE::before {
    transform: translateX(-50%);
    width: 50%;
    left: 50%;
    height: 5px;
    top: 0;
}.teacher_profile_Azx .review_track_1er:hover .picture_fv7,
    .teacher_profile_Azx .review_track_1er:hover .exp_summary_WvE,
    .teacher_profile_Azx .review_track_1er:hover .name,
    .teacher_profile_Azx .review_track_1er:hover .exp_summary_WvE div:nth-child(2),
    .teacher_profile_Azx .review_track_1er:hover .employee_progress_CGo {
    transform: none;
}}



@media (max-width: 767px) {.support_xS0 {
    padding: 3rem 0;
}.support_xS0 .msg_form_S3g {
    padding: 2rem;
}.support_xS0 h3 {
    font-size: 37px;
}.support_xS0 svg {
    width: 18px;
    height: 18px;
}.support_xS0 .reach_team_Qhw {
    font-size: 0.95em;
}
}



@media (max-width: 480px) {.support_xS0 .msg_form_S3g {
    padding: 1.5rem;
}.support_xS0 h3 {
    font-size: calc(37px * 0.85);
}.support_xS0 p {
    font-size: calc(12px * 0.95);
}.support_xS0 .ask_questions_p1R {
    margin-top: 1rem;
}
}



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



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



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



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



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}



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



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



@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}



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



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

