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

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

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

header,footer {
    width: 100%;
}

header {
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 100;
    overflow: visible;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}

.ytB_plan_display::after {
    transform: rotate(12deg) skewX(-10deg);
    position: absolute;
    filter: blur(50px);
    height: 60%;
    opacity: 0.3;
    left: -5%;
    z-index: 0;
    background: linear-gradient(215deg, rgb(179,166,161,0.5), rgb(212,202,198,0.5));
    bottom: -10%;
    width: 35%;
    content: "";
}

.ytB_plan_display .iMp_plan_table h2::after {
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(212,202,198), rgb(179,166,161));
    left: 50%;
    content: "";
    border-radius: 10px;
}

.ytB_plan_display .SvN_rate_card {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 100%;
    border-radius: 8px;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    will-change: transform, box-shadow;
    flex-direction: column;
    background: #ffffff;
}

.ytB_plan_display .rGD_program_price {
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    font-size: calc(21px + 4px);
    font-weight: 700;
    padding: 8px 15px;
    position: relative;
    margin: 5px 0 20px;
    display: inline-block;
    border-radius: 6px;
    color: rgb(212,202,198);
}

.ytB_plan_display .UwO_pricing_deals:hover .anK_img_hover_box {
    transform: scale(1.05);
}

.JWN_potential_learners::before {
    width: 100%;
    content: "";
    background-size: 60px 60px;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(212,202,198,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(212,202,198,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(212,202,198,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(212,202,198,0.5) 75%
        );
    left: 0;
    position: absolute;
    background-position: 0 0, 30px 30px;
    z-index: 0;
    height: 100%;
    opacity: 0.03;
    top: 0;
}

.JWN_potential_learners div::before {
    left: 50%;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.5;
    position: absolute;
    z-index: 0;
    background: linear-gradient(180deg, rgb(212,202,198,0.5), rgb(179,166,161,0.5), transparent);
    width: 2px;
}

.JWN_potential_learners div p:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.JWN_potential_learners div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}

.JWN_potential_learners div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}

.JWN_potential_learners div p:hover::after {
    box-shadow: 0 0 10px rgb(212,202,198,0.5);
    transform: scale(1.3);
}

.JWN_potential_learners div p:hover svg {
    transform: rotate(15deg);
}

footer {
    position: relative;
    width: 100%;
}

footer .lMD_digital_res {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    background-color: rgb(239,237,234);
}

footer .info_item {
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    flex: 1 1 200px;
    padding: 15px;
    background-color: rgb(239,237,234);
}

footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

footer .info_item a:hover {
    color: rgb(212,202,198);
}

footer .fwJ_main_train, footer .ahF_head_nav, footer .subscribe_holder {
    transform-origin: center center;
    border-radius: 24px;
    transition: all 0.5s ease;
    padding: 30px;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

footer .fwJ_main_train {
    transform: translateZ(0) scale(1);
    z-index: 2;
    background-color: #ffffff;
}

footer .fwJ_main_train svg {
    margin-bottom: 20px;
    height: 45px;
    width: auto;
    display: block;
}

footer .ahF_head_nav h5 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 22px;
}

footer .ahF_head_nav h5:hover::after {
    width: 100%;
}

footer .eJy_head_class a {
    font-size: 15px;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    display: inline-block;
}

footer .subscribe_holder h5 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .input_holder input[type="email"] {
    font-size: 15px;
    padding: 14px 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
}

footer .miz_get_started:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background-color: rgb(179,166,161);
}

.YGx_teaching_history {
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    background: rgb(239,237,234);
}

.YGx_teaching_history::after {
    width: 200%;
    height: 200%;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 30% 30%, rgb(212,202,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(179,166,161,0.5) 0%, transparent 40%);
    z-index: 0;
    top: -50%;
    position: absolute;
    animation: pulseBackground 15s ease-in-out infinite alternate;
    left: -50%;
    content: "";
    opacity: 0.3;
}

.YGx_teaching_history .anK_img_hover_box::before {
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(212,202,198,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
    inset: 0;
    mix-blend-mode: multiply;
}

.YGx_teaching_history .dlz_feedback_zone:hover .name {
    transform: translateY(-5px);
}

.YGx_teaching_history .dlz_feedback_zone:hover span:not(.name) {
    transform: translateY(-5px);
}

.YGx_teaching_history .dlz_feedback_zone span:not(.name)::after {
    height: 2px;
    bottom: 30px;
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(212,202,198);
    width: 40px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    position: absolute;
    left: 70px;
}

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

.xNG_company_overview::after {
    z-index: 2;
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    pointer-events: none;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
}

.xNG_company_overview h1 {
    opacity: 0;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin: 0 0 40px;
    display: inline-block;
    animation: slide-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
    transform: translateX(-20px);
    font-size: 38px;
}

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

.xNG_company_overview li {
    opacity: 0;
    transform: translateY(20px);
    animation: fade-in 0.7s ease-out 0.4s forwards;
    margin-bottom: 15px;
}

.xNG_company_overview h4::after {
    width: 40px;
    content: "";
    height: 2px;
    background-color: rgb(179,166,161,0.5);
    bottom: 0;
    position: absolute;
    left: 0;
}

.fda_opening_board::before {
    left: 0;
    background: linear-gradient(45deg, rgb(212,202,198,0.5) 0%, transparent 40%, rgb(179,166,161,0.5) 100%);
    content: "";
    height: 100%;
    transform: translateZ(0);
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.fda_opening_board .ilF_start_page {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 10px 20px rgba(0, 0, 0, 0.15),
    0 5px 10px rgba(0, 0, 0, 0.1);
    transform: rotateX(5deg) rotateY(-2deg);
    transform-style: preserve-3d;
    overflow: hidden;
    padding: 4rem 3rem;
    position: relative;
}

.fda_opening_board .ilF_start_page h3::before {
    animation: scaleIn 0.6s 0.5s forwards cubic-bezier(0.33, 1, 0.68, 1);
    width: 3px;
    left: 0;
    position: absolute;
    transform: scaleY(0);
    background: rgb(179,166,161);
    top: 0;
    height: 100%;
    transform-origin: top;
    content: "";
}

.fda_opening_board .ilF_start_page > div {
    position: relative;
    transform: translateY(20px);
    animation: slideInUp 0.8s 0.6s forwards ease-out;
    transform: translateZ(30px);
    opacity: 0;
}

.fda_opening_board .ilF_start_page p {
    margin: 0;
    font-weight: 400;
    font-size: calc(18px * 1.25);
    line-height: 1.6;
    color: #ffffff;
}

.onB_contact::before {
    z-index: 0;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    background-blend-mode: multiply;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    left: 0;
    opacity: 0.5;
}

.onB_contact .BpE_help_inquiry h3 {
    text-align: center;
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 40px;
    color: #000000;
}

.onB_contact .BpE_help_inquiry textarea {
    padding-top: 25px;
    resize: vertical;
    height: 150px;
    border-radius: 25px;
}

.onB_contact .BpE_help_inquiry .ezx_inquiry_section {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.onB_contact .BpE_help_inquiry .ezx_inquiry_section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.onB_contact .BpE_help_inquiry .ezx_inquiry_section input[type="checkbox"]:checked + label::before {
    border-color: rgb(212,202,198);
    background-color: rgb(212,202,198);
}

.onB_contact .BpE_help_inquiry .ezx_inquiry_section a {
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(212,202,198);
    text-decoration: none;
}

.onB_contact .BpE_help_inquiry .Fza_feedback_inquiry {
    transition: all 0.3s ease;
    display: block;
    border: none;
    cursor: pointer;
    font-weight: 400;
    margin: 0 auto;
    overflow: hidden;
    padding: 18px;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    background: rgb(212,202,198);
    border-radius: 50px;
}

.onB_contact .IuB_support_feedback::before {
    content: '';
    position: absolute;
    opacity: 0.7;
    z-index: 0;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    background-size: 250px 250px;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
}

.onB_contact .IuB_support_feedback .iyu_connect_request li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.onB_contact .IuB_support_feedback .iyu_connect_request li span::after {
    bottom: -8px;
    position: absolute;
    height: 1px;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    width: 0;
    content: '';
    transition: width 0.3s ease;
}

.ScM_privacy_learn {
    flex-shrink: 0;
    margin-right: 20px;
}

.ScM_privacy_learn svg {
    height: 50px;
    width: 50px;
    fill: rgb(212,202,198);
}

.zQR_usageAgreementAlert h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.kEs_cookie_controls:hover {
    border-color: rgb(212,202,198,0.5);
    background: rgb(212,202,198,0.5);
}

.zQR_usageAgreementAlert p a:hover {
    color: rgb(179,166,161);
    border-bottom-color: rgb(179,166,161);
}

.fuo_program_offerings {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgb(212,202,198,0.5) 100%);
}

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

.fuo_program_offerings .HDZ_tech_classes {
    display: grid;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
}

.fuo_program_offerings .anK_img_hover_box::before {
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(179,166,161,0.5) 0%, transparent 100%);
    left: 0;
    height: 100%;
    opacity: 0.5;
    width: 100%;
}

.fuo_program_offerings .anK_img_hover_box:hover::after {
    opacity: 1;
}

.fuo_program_offerings .Jez_text_content {
    transform: perspective(1000px) translateZ(0);
    backdrop-filter: blur(10px);
    z-index: 2;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    padding: 2.5rem;
}

.fuo_program_offerings .Jez_text_content:hover h3::after {
    width: 90px;
}

.fuo_program_offerings p.description {
    scrollbar-color: rgb(179,166,161,0.5) transparent;
    padding-right: 15px;
    margin-top: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 300px;
}

.Ozg_gratArea::before {
    position: absolute;
    opacity: 0.2;
    top: -15%;
    width: 40%;
    content: "";
    animation: float 18s ease-in-out infinite alternate;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(179,166,161) 0%, rgba(rgb(179,166,161,0.5), 0.2) 100%);
    right: -5%;
    height: 80%;
    transform: rotate(-15deg) skew(5deg);
    z-index: 0;
}

.Ozg_gratArea .vyq_community_team::before {
    top: 0;
    background: linear-gradient(180deg, rgb(212,202,198) 0%, rgb(179,166,161) 100%);
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 5px;
    transform-origin: top;
    transform: scaleY(0);
}

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

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

.fCQ_newsletter_subscription {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,166,161,0.5), rgb(212,202,198));
    position: relative;
    padding: 6rem 0;
    z-index: 1;
}

.fCQ_newsletter_subscription::before {
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    animation: floatElement 8s infinite ease-in-out;
    content: "";
    height: 70%;
    opacity: 0.1;
    transform: rotate(-15deg) skew(15deg);
    width: 40%;
    background: rgb(179,166,161);
    z-index: -1;
    top: -10%;
    position: absolute;
    right: -5%;
}

.fCQ_newsletter_subscription .vyq_community_team:hover {
    transform: perspective(1000px) rotateX(0);
}

.fCQ_newsletter_subscription h3::before {
    border-radius: 10px;
    background: rgb(212,202,198);
    transform: scaleY(0);
    content: "";
    transform-origin: bottom;
    top: 0.2em;
    bottom: 0.2em;
    animation: scaleUp 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    left: 0;
    width: 3px;
    position: absolute;
}

.fCQ_newsletter_subscription .input_holder div:focus-within::after {
    transform: scaleX(1);
}

.fCQ_newsletter_subscription .USb_email_entry:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(212,202,198,0.5);
    outline: none;
}

.fCQ_newsletter_subscription .USb_email_entry::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.35);
}

.fCQ_newsletter_subscription .miz_get_started:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.fCQ_newsletter_subscription .miz_get_started:hover::before {
    left: 100%;
}

.umY_program_outcomes {
    overflow: hidden;
    padding: 8rem 0;
    background: #ffffff;
    position: relative;
}

.umY_program_outcomes .vyq_community_team {
    z-index: 5;
    padding: 0;
    position: relative;
    width: 100%;
}

.umY_program_outcomes .anK_img_hover_box {
    position: absolute;
    top: 0;
    width: 45vw;
    z-index: 2;
    height: 100%;
    left: 0;
}

.umY_program_outcomes .anK_img_hover_box::before {
    border-radius: 0 100% 100% 0 / 50%;
    width: 120%;
    position: absolute;
    height: 120%;
    left: -10%;
    background: rgb(212,202,198,0.5);
    content: '';
    z-index: -1;
    top: -10%;
}

.umY_program_outcomes h2::after {
    width: 100px;
    left: 0;
    bottom: 0;
    height: 4px;
    background: rgb(212,202,198);
    border-radius: 10px;
    content: '';
    position: absolute;
}

.umY_program_outcomes .text_main_holder > div:hover::before {
    height: 100%;
}

.umY_program_outcomes .text_main_holder > div:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.umY_program_outcomes .text_main_holder svg {
    transition: all 0.3s ease;
    margin-right: 1.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    width: 2.5rem;
}

.umY_program_outcomes::after {
    border-radius: 50%;
    height: 20vw;
    right: 10vw;
    background: rgb(179,166,161,0.5);
    width: 20vw;
    position: absolute;
    z-index: 0;
    top: -10vw;
    opacity: 0.3;
    content: '';
}

.tPo_enroll_instantly .vyq_community_team {
    position: relative;
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    max-width: 1000px;
}

.tPo_enroll_instantly .vyq_community_team::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: -100px;
    height: 200px;
    right: -100px;
    animation: orbitRotate 20s linear infinite;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    position: absolute;
    content: '';
    width: 200px;
    border-radius: 50%;
}

.tPo_enroll_instantly h3::before {
    left: -2px;
    width: 100%;
    content: attr(data-text);
    animation: glitchText 3s infinite linear alternate;
    text-shadow: none;
    opacity: 0.6;
    top: 0;
    height: 100%;
    filter: blur(1px);
    color: rgb(179,166,161);
    position: absolute;
    z-index: -1;
}

.tPo_enroll_instantly .Mfd_talk_contact::before {
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    left: -100%;
    height: 100%;
    content: '';
    background: #ffffff;
    transition: all 0.4s ease;
}

.tPo_enroll_instantly .Mfd_talk_contact:hover {
    color: rgb(212,202,198);
    transform: translateY(-5px);
    border-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
}

.tPo_enroll_instantly .Mfd_talk_contact:hover::after {
    opacity: 0.3;
}

header::after {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(212,202,198) 0%,
        rgb(179,166,161) 50%,
        rgb(212,202,198) 100%
    );
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    background-size: 200% auto;
    animation: gradientSlide 5s linear infinite;
}

header .bBf_site_start {
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
    align-items: center;
    padding: 0.5rem;
    display: flex;
}

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

header .Qrh_nav_train a {
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    border: 1px solid transparent;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    color: #ffffff;
    z-index: 1;
    display: block;
}

header .Qrh_nav_train a:hover::before {
    transform: scaleX(1);
}

header .BfM_main_base::before {
    background: linear-gradient(90deg, transparent, rgb(212,202,198), transparent);
    width: 30%;
    height: 1px;
    content: '';
    position: absolute;
    top: 0;
    left: 35%;
}

.kIS_statistical_report {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}



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

.kIS_statistical_report .AIj_expert_benefits {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.kIS_statistical_report .sqv_fast_gain svg {
    fill: rgb(212,202,198);
    width: 60px;
    height: 60px;
}

.kIS_statistical_report .qMp_statistics_advances {
    grid-row: 1;
    text-transform: uppercase;
    margin: 0;
    grid-column: 2;
    align-items: center;
    font-weight: 700;
    text-align: left;
    display: flex;
    letter-spacing: 2px;
    position: relative;
    padding-left: 0;
    font-size: 45px;
}

.kIS_statistical_report .QbY_statistics_pluses::before {
    position: absolute;
    background: linear-gradient(90deg, 
                rgb(212,202,198) 0%, 
                transparent 100%);
    top: -30px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
}

.kIS_statistical_report .fVF_statistics_advance {
    box-shadow: 0 0 0 2px rgb(179,166,161,0.5);
    align-items: center;
    order: 1;
    justify-content: center;
    transform: rotate(-3deg);
    width: 50px;
    height: 50px;
    margin: 0 0 15px 0;
    display: flex;
    border-radius: 10px;
    background: #000000;
}

.kIS_statistical_report .XMf_statistics_upgrade p {
    line-height: 1.4;
    order: 3;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 15px 0 0 0;
}

.zNS_secure_archive::after {
    content: "";
    height: 35%;
    position: absolute;
    animation: float 18s ease-in-out infinite reverse;
    filter: blur(30px);
    left: -5%;
    background: linear-gradient(45deg, rgb(179,166,161,0.5) 0%, transparent 80%);
    opacity: 0.15;
    width: 35%;
    z-index: 0;
    bottom: -5%;
    transform: rotate(10deg);
}

.zNS_secure_archive h1 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.01em;
    position: relative;
    line-height: 1.2;
    color: #000000;
    font-size: 42px;
    margin-bottom: 2rem;
}

.zNS_secure_archive h2:hover {
    transform: translateX(5px);
    border-left-width: 5px;
}

.zNS_secure_archive h3 {
    position: relative;
    color: #000000;
    font-size: calc(38px * 0.8);
    border-left: 2px solid rgb(179,166,161);
    margin: 2rem 0 1.2rem;
    padding-left: 0.8rem;
    font-weight: 600;
}

.zNS_secure_archive p:hover {
    transform: translateX(3px);
}

.zNS_secure_archive p:hover strong::after {
    transform: scaleX(1);
}

.zNS_secure_archive span {
    border-left: 1px dashed rgb(179,166,161,0.5);
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    position: relative;
}

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

.zNS_secure_archive li::before {
    width: 8px;
    box-shadow: 0 0 0 2px rgb(212,202,198,0.5);
    height: 8px;
    transition: all 0.2s ease;
    left: 0.5rem;
    border-radius: 50%;
    background: rgb(212,202,198);
    position: absolute;
    content: "";
    top: 0.6rem;
}



@media (min-width: 768px) {.ytB_plan_display .tEy_premium_plan {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.ytB_plan_display .OdD_premium_cost {
    grid-template-columns: 1fr;
}
}



@media (max-width: 767px) {.ytB_plan_display {
    padding: 80px 0;
}.ytB_plan_display .iMp_plan_table {
    margin-bottom: 20px;
}.ytB_plan_display .SvN_rate_card {
    max-width: 100%;
}.ytB_plan_display .VUW_program_rate {
    padding: 30px 25px;
}.ytB_plan_display .VUW_program_rate h3 {
    font-size: calc(21px + 1px);
}.ytB_plan_display .rGD_program_price {
    margin: 0 0 15px;
    font-size: 21px;
}.ytB_plan_display .anK_img_hover_box {
    height: 200px;
}
}



@media (max-width: 479px) {.JWN_potential_learners {
    padding: 80px 0;
}.JWN_potential_learners h4 {
    margin-bottom: 50px;
    font-size: calc(30px - 6px);
}.JWN_potential_learners div p {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
    padding: 15px 18px;
    width: 100%;
}.JWN_potential_learners div p svg {
    height: 22px;
    min-width: 22px;
    margin-right: 10px;
    width: 22px;
}}



@media (max-width: 991px) {footer .Lmh_edu_askus {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}



@media (max-width: 576px) {footer .lMD_digital_res {
    padding: 70px 0 20px;
}footer .Lmh_edu_askus {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .fwJ_main_train, footer .ahF_head_nav, footer .subscribe_holder {
    padding: 20px 15px;
}footer .ahF_head_nav h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .eJy_head_class {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .miz_get_started {
    padding: 12px;
}}



@media (max-width: 480px) {.YGx_teaching_history {
    padding: 80px 0;
}.YGx_teaching_history .container {
    padding: 0 20px;
}.YGx_teaching_history .anK_img_hover_box {
    min-height: 250px;
}.YGx_teaching_history .name {
    padding: 30px 25px 5px 25px;
    font-size: calc(22px * 0.85);
}.YGx_teaching_history .dlz_feedback_zone span:not(.name) {
    font-size: calc(12px * 0.95);
    padding: 10px 25px 30px 25px;
}.YGx_teaching_history .dlz_feedback_zone span:not(.name)::after {
    bottom: 20px;
    width: 30px;
    left: 25px;
}.YGx_teaching_history .MVW_exp_section {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
    padding: 0 25px 30px 25px;
}}



@media (max-width: 767px) {.xNG_company_overview {
    padding: 80px 0;
}.xNG_company_overview .Jez_text_content {
    padding: 30px 20px;
}.xNG_company_overview h1 {
    margin-bottom: 30px;
    font-size: calc(38px - 2px);
}.xNG_company_overview span {
    font-size: 18px;
    line-height: 1.6;
}.xNG_company_overview h4 {
    font-size: 23px;
    margin-bottom: 10px;
}
}



@media (max-width: 768px) {.fda_opening_board {
    min-height: 80vh;
}.fda_opening_board .ilF_start_page {
    transform: rotateX(2deg) rotateY(0);
    padding: 2.5rem 1.5rem;
}.fda_opening_board .ilF_start_page h1 {
    font-size: 46px;
    margin-bottom: 1.5rem;
}.fda_opening_board .ilF_start_page h3 {
    font-size: 21px;
}.fda_opening_board .ilF_start_page > div > div {
    padding: 1.25rem 1.5rem;
}.fda_opening_board .ilF_start_page p {
    font-size: 18px;
}
}



@media (max-width: 768px) {.onB_contact {
    padding: 60px 0;
}.onB_contact h3 {
    margin-bottom: 50px;
    font-size: calc(31px - 4px);
}.onB_contact .BpE_help_inquiry h3,
    .onB_contact .IuB_support_feedback h4 {
    margin-bottom: 30px;
    font-size: calc(21px - 2px);
}.onB_contact .BpE_help_inquiry input[type="text"],
    .onB_contact .BpE_help_inquiry textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.onB_contact .BpE_help_inquiry textarea {
    height: 120px;
}.onB_contact .BpE_help_inquiry .Fza_feedback_inquiry {
    padding: 16px;
}.onB_contact .IuB_support_feedback .iyu_connect_request li {
    margin-bottom: 25px;
}
}



@media (min-width: 1200px) {.fuo_program_offerings .container {
    padding: 0 3rem;
}.fuo_program_offerings .anK_img_hover_box {
    height: 580px;
}.fuo_program_offerings .Jez_text_content {
    padding: 3.5rem;
}.fuo_program_offerings h3 {
    font-size: calc(21px * 1.4);
}.fuo_program_offerings p.description {
    font-size: calc(15px * 1.05);
    max-height: 450px;
}
}



@media screen and (min-width: 768px) {.Ozg_gratArea {
    padding: 8rem 0;
}.Ozg_gratArea .vyq_community_team {
    border-radius: 10px;
    gap: calc(15px * 2);
    padding: clamp(2.5rem, 6vw, 4rem);
}.Ozg_gratArea h5 {
    font-size: calc(22px * 1.1);
    padding-bottom: 1rem;
}.Ozg_gratArea h5::after {
    height: 4px;
    width: 120px;
}
}



@media screen and (max-width: 767px) {.Ozg_gratArea {
    padding: 4rem 0;
}.Ozg_gratArea .vyq_community_team {
    padding: 1.75rem;
}.Ozg_gratArea h5 {
    font-size: calc(22px * 0.9);
}.Ozg_gratArea p {
    font-size: calc(15px * 0.95);
}
}



@media (min-width: 992px) {.fCQ_newsletter_subscription .vyq_community_team {
    max-width: 90%;
    margin: 0 auto;
}.fCQ_newsletter_subscription h3 {
    font-size: calc(20px * 1.2);
    max-width: 70%;
}
}



@media (max-width: 1200px) {.umY_program_outcomes .Jez_text_content {
    width: 65%;
}.umY_program_outcomes .anK_img_hover_box {
    width: 40vw;
}
}



@media (max-width: 992px) {.umY_program_outcomes {
    padding: 0;
}.umY_program_outcomes::before {
    right: -80%;
}.umY_program_outcomes .vyq_community_team {
    flex-direction: column;
    display: flex;
    max-width: 100%;
}.umY_program_outcomes .anK_img_hover_box {
    order: 1;
    position: relative;
    width: 100%;
    border-radius: 0;
    height: 350px;
}.umY_program_outcomes .anK_img_hover_box::before {
    display: none;
}.umY_program_outcomes .Jez_text_content {
    border-radius: 25px;
    width: 90%;
    margin: -50px auto 3rem;
    order: 2;
}.umY_program_outcomes .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.umY_program_outcomes .text_main_holder > div:nth-child(even):hover {
    transform: translateX(10px);
}
}



@media screen and (max-width: 576px) {.tPo_enroll_instantly {
    padding: 60px 0;
}.tPo_enroll_instantly .vyq_community_team::before {
    width: 70px;
    top: -35px;
    right: -35px;
    height: 70px;
}.tPo_enroll_instantly .vyq_community_team::after {
    width: 50px;
    bottom: -25px;
    left: -25px;
    height: 50px;
}.tPo_enroll_instantly h3 {
    letter-spacing: 1px;
    font-size: calc(28px * 0.7);
    margin-bottom: 35px;
}.tPo_enroll_instantly h3::after {
    width: 30px;
    bottom: -12px;
    height: 2px;
}.tPo_enroll_instantly .Mfd_talk_contact {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
    letter-spacing: 1px;
}}



@media (max-width: 479px) {header .BfM_main_base {
    padding: 0.7rem 1rem;
}header .fwJ_main_train {
    max-width: 110px;
}header .Qrh_nav_train a {
    padding: 0.4rem 0.6rem;
    font-size: calc(14px - 3px);
}}



@media screen and (max-width: 992px) {.kIS_statistical_report {
    padding: 90px 0;
}.kIS_statistical_report .AIj_expert_benefits {
    grid-template-columns: 1fr;
    gap: 30px;
}.kIS_statistical_report .sqv_fast_gain {
    width: 100px;
    margin: 0 auto 20px;
    grid-column: 1;
    height: 100px;
    grid-row: 1;
}.kIS_statistical_report .qMp_statistics_advances {
    justify-content: center;
    grid-row: 2;
    grid-column: 1;
    text-align: center;
    font-size: calc(45px * 0.9);
}.kIS_statistical_report .qMp_statistics_advances::before {
    width: 80px;
    height: 3px;
    left: 0;
    top: auto;
    transform: none;
    bottom: -10px;
}.kIS_statistical_report .VOf_mentor_statistics {
    border-top: 4px solid rgb(179,166,161);
    text-align: center;
    grid-row: 3;
    border-left: none;
}.kIS_statistical_report .XMf_statistics_upgrade {
    flex: 0 0 calc(50% - 30px);
}
}



@media (max-width: 768px) {.zNS_secure_archive {
    padding: 3rem 1rem;
}.zNS_secure_archive .container {
    padding: 2rem;
    transform: none;
}.zNS_secure_archive h1 {
    font-size: calc(42px * 0.8);
}.zNS_secure_archive h2 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.8);
}.zNS_secure_archive h3 {
    font-size: calc(38px * 0.7);
}.zNS_secure_archive h4 {
    font-size: calc(38px * 0.6);
}.zNS_secure_archive p, 
    .zNS_secure_archive span, 
    .zNS_secure_archive li {
    font-size: calc(13px * 0.95);
}.zNS_secure_archive ul {
    margin: 1.2rem 0 1.5rem;
}.zNS_secure_archive li {
    padding-left: 2rem;
}
}



@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



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



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



@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}



@keyframes colorShift {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}



@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}

