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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(180deg, 
        rgb(147,171,166) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    backdrop-filter: blur(10px);
    z-index: 1000;
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    top: 0;
    position: fixed;
    transition: all 0.4s ease;
    left: 0;
    border-bottom: 1px solid rgb(147,171,166,0.5);
}

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

.cookie_verify_8dX9QA svg {
    fill: rgb(147,171,166);
    width: 50px;
    height: 50px;
}

.online_tracking_6nt5JG p {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
}

.track_prefs_6Auf4j {
    text-align: center;
    background: rgb(147,171,166);
    flex-shrink: 0;
    font-size: 17px;
    text-decoration: none;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    min-width: 120px;
    padding: 10px 20px;
    cursor: pointer;
}

.course_overview_RjemPx .job_classes_uNYa7f {
    display: flex;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.course_overview_RjemPx .program_guide_VoJpCu:hover::before {
    opacity: 0.4;
}

.course_overview_RjemPx .program_guide_VoJpCu:hover img {
    filter: brightness(0.95) contrast(1.05);
    transform: scale(1);
}

.course_overview_RjemPx .container {
    display: flex;
    margin: auto;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    height: 100%;
    position: relative;
    padding: 4rem 2rem;
}

.course_overview_RjemPx .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.course_overview_RjemPx .knowledge_base_09yhp6::after {
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(147,171,166,0.5) 100%
    );
    right: 0;
    width: 50%;
    bottom: 0;
    position: absolute;
    height: 1px;
}

.course_overview_RjemPx .knowledge_base_09yhp6 h3 {
    font-size: 34px;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}

.course_overview_RjemPx .knowledge_base_09yhp6 h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1.2rem;
}

.course_overview_RjemPx .knowledge_base_09yhp6 .support_map_FsnYyD::before {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(111,133,127) 0%,
        rgb(147,171,166) 100%
    );
    opacity: 0;
    height: 100%;
    content: "";
    transition: opacity 0.3s ease;
}



.course_overview_RjemPx::before {
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    content: "";
}

.course_overview_RjemPx .program_guide_VoJpCu:nth-child(3) {
    --slide-color: rgb(147,171,166);
}

.course_overview_RjemPx .program_guide_VoJpCu::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(147,171,166)) 150%
    );
    transition: opacity 0.5s ease;
    opacity: 0.3;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    mix-blend-mode: soft-light;
    left: 0;
    content: "";
}

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

.education_experience_78kEG9 .user_review_3PTQv1:hover {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.education_experience_78kEG9 .user_review_3PTQv1 .background_img_r7yoxc::before {
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(111,133,127,0.5) 100%
    );
    left: 0;
    height: 100%;
    opacity: 0.7;
    top: 0;
}

.education_experience_78kEG9 .user_review_3PTQv1:hover .background_img_r7yoxc {
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
    transform: translateZ(30px) scale(1.02);
}

.education_experience_78kEG9 .user_review_3PTQv1 > div:nth-child(2) > div {
    font-size: calc(14px * 0.95);
    font-weight: 600;
    margin-top: 0.8rem;
    color: rgb(111,133,127);
    letter-spacing: 0.5px;
}

.education_experience_78kEG9 .user_review_3PTQv1 .work_skills_neCKBz {
    line-height: 1.7;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    font-size: 14px;
    margin: 0;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(147,171,166,0.5);
}

.secure_lodge_7i3npA::before {
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, rgb(147,171,166) 0%, rgb(111,133,127) 100%);
    content: "";
    box-shadow: 0 0 20px rgba(rgb(147,171,166,0.5), 0.2);
    transform-origin: left;
    left: 0;
    top: 0;
    transform: scaleX(0.95);
    position: absolute;
}

.secure_lodge_7i3npA h2 {
    font-size: 29px;
    margin: 3rem 0 1.5rem;
    color: #000000;
    font-weight: 600;
    padding-left: 1.2rem;
    position: relative;
}

.secure_lodge_7i3npA h3 {
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(29px * 0.85);
    margin: 2.5rem 0 1.2rem;
    position: relative;
}

.secure_lodge_7i3npA h4::before {
    position: absolute;
    top: 0.2rem;
    opacity: 0.7;
    content: "";
    width: 2px;
    left: 0;
    transform: scaleY(0.7);
    background: rgb(111,133,127);
    height: calc(100% - 0.4rem);
}

.secure_lodge_7i3npA span {
    color: #000000;
    max-width: 90ch;
    line-height: 1.7;
    padding-left: 0.5rem;
    font-size: 13px;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgba(rgb(147,171,166,0.5), 0.3);
    display: block;
}

.secure_lodge_7i3npA li:hover::before {
    opacity: 1;
    transform: rotate(225deg);
}

.our_team_s1G2cA::before {
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.03;
    z-index: 1;
    left: 0;
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    height: 100%;
    content: "";
    background-size: 50px 50px;
}

.our_team_s1G2cA .edu_values_VrDeTR::before {
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0.05;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(147,171,166,0.5) calc(50% - 1px), rgb(147,171,166,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(111,133,127,0.5) calc(50% - 1px), rgb(111,133,127,0.5) calc(50% + 1px), transparent calc(50% + 1px));
    width: 100%;
    left: 0;
    background-size: 60px 60px;
}

.our_team_s1G2cA .creds_sect_gDbfIN h3 {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: 600;
}

.our_team_s1G2cA .creds_sect_gDbfIN:last-child h3::before {
    background-color: rgb(111,133,127);
}

.our_team_s1G2cA .creds_sect_gDbfIN:last-child:hover h3 {
    color: rgb(111,133,127);
}

.our_team_s1G2cA .container::after {
    width: 200px;
    background: linear-gradient(45deg, rgb(111,133,127,0.5), rgb(147,171,166,0.5));
    bottom: -100px;
    left: -100px;
    position: absolute;
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    height: 200px;
    z-index: -1;
}

.gratFrame_SN5joc {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(184,208,203) 0%, rgb(147,171,166,0.5) 100%);
    position: relative;
}

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

.gratFrame_SN5joc h2 {
    margin-bottom: 40px;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    text-align: center;
    transform-origin: center;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(147,171,166);
    letter-spacing: 0.5px;
    font-size: 31px;
}

.gratFrame_SN5joc .legacy_edu_DEkKoI:hover {
    transform: translateY(-5px);
}

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

.gratFrame_SN5joc li::before {
    position: absolute;
    background: rgb(111,133,127);
    content: "";
    left: 0;
    height: 10px;
    top: 8px;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 10px;
}

.skill_test_35Wgy2::before {
    position: absolute;
    content: '';
    left: 0;
    z-index: -1;
    background: radial-gradient(circle at 30% 50%, rgb(147,171,166,0.5) 0%, transparent 50%);
    right: 0;
    bottom: 0;
    top: 0;
}

.skill_test_35Wgy2 .msg_support_oDZdS3 {
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 17px;
    backdrop-filter: blur(8px);
    display: flex;
    position: relative;
    border: 1px solid rgb(111,133,127,0.5);
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    gap: 2rem;
}

.skill_test_35Wgy2 .info_item a:hover {
    box-shadow: 0 0 15px rgb(147,171,166,0.5);
    background: #000000;
    border-color: rgb(147,171,166,0.5);
}

.skill_test_35Wgy2 .text_main_holder {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
}

.skill_test_35Wgy2 .head_section_w5xgdA svg {
    filter: drop-shadow(0 0 5px rgb(147,171,166,0.5));
    height: auto;
    max-width: 180px;
    transition: filter 0.3s ease;
}

.skill_test_35Wgy2 .nav_sitewrap_OvJFzN h5 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}

.skill_test_35Wgy2 .top_bar_BQyEoS {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}

.skill_test_35Wgy2 .top_bar_BQyEoS a::before {
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
    width: 5px;
    left: 0;
    background: rgb(111,133,127);
    transition: all 0.3s ease;
    top: 50%;
    height: 5px;
    position: absolute;
}

.skill_test_35Wgy2 .subscribe_holder::before {
    position: absolute;
    background: radial-gradient(circle at top right, rgb(147,171,166,0.5) 0%, transparent 70%);
    left: 0;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    opacity: 0.1;
    z-index: -1;
}

.skill_test_35Wgy2 .input_holder input[type="email"]:focus {
    border-color: rgb(147,171,166);
    box-shadow: 0 0 10px rgb(147,171,166,0.5);
    outline: none;
}

.skill_test_35Wgy2 .sub_component_br1h0G {
    cursor: pointer;
    padding: 0.875rem 1.5rem;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(147,171,166);
    border: none;
    color: #ffffff;
}

.skill_test_35Wgy2 .leaderboard_cbaR9W::before {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(111,133,127,0.5), transparent);
    top: -1px;
    width: 100%;
    content: '';
    left: 0;
}

.welcome_board_OIMpdy .edu_start_DZt2BA::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%, 
    rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    backdrop-filter: blur(3px);
    top: 0;
    content: "";
}

.welcome_board_OIMpdy .knowledge_hub_Aj4CE0 > div {
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards;
    opacity: 0;
}

.welcome_board_OIMpdy .title_style_header {
    margin-bottom: 2rem;
    font-weight: 700;
    color: #ffffff;
    font-size: 47px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.welcome_board_OIMpdy p {
    color: #ffffff;
    padding-left: 1rem;
    line-height: 1.6;
    position: relative;
    font-size: 17px;
    margin-top: 1.5rem;
    max-width: 90%;
}

header:after {
    pointer-events: none;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0.02;
    position: absolute;
    content: '';
}

header .container {
    padding: 18px 25px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

header .container:before {
    opacity: 0.5;
    position: absolute;
    height: 100%;
    mix-blend-mode: overlay;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    pointer-events: none;
    width: 100%;
    content: '';
}

header .nav_sitewrap_OvJFzN {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}

header .top_start_t2TzmU {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 0 0 1px #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 8px 2px;
    color: #ffffff;
}

header .top_start_t2TzmU:after {
    filter: blur(0.5px);
    left: 50%;
    bottom: -2px;
    height: 2px;
    position: absolute;
    content: '';
    width: 0;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(147,171,166),
        #ffffff 50%,
        rgb(147,171,166)
    );
}

header .main_head_vBm1JD:after {
    content: '';
    height: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(147,171,166), rgb(111,133,127), rgb(147,171,166)) 1;
    position: absolute;
    width: calc(100% + 10px);
    transition: all 0.5s ease;
    left: -5px;
    top: -5px;
    opacity: 0;
    border: 1px solid transparent;
}

header .main_head_vBm1JD:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.plan_qnR0lZ::before {
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
}

.plan_qnR0lZ h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    background: linear-gradient(to right, #ffffff, rgb(111,133,127));
    -webkit-background-clip: text !important;
    transition: transform 0.5s ease;
    color: transparent;
    text-align: center;
    transform: perspective(1000px) translateZ(10px);
    background-clip: text !important;
}

.plan_qnR0lZ .package_rates_X0Zauo li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.plan_qnR0lZ .study_offers_CijOby::before {
    background: radial-gradient(circle at 30% 30%, rgb(147,171,166,0.5), transparent 70%);
    transition: opacity 0.5s ease;
    width: 100%;
    top: 0;
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
}

.plan_qnR0lZ .study_offers_CijOby:hover::after {
    left: 100%;
    top: 100%;
    opacity: 0.3;
}

.plan_qnR0lZ .discount_plan_oX2IUk {
    position: relative;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    z-index: 2;
    min-height: 400px;
    padding: 30px;
}

.plan_qnR0lZ .study_offers_CijOby:hover h4::after {
    width: 100px;
}

.plan_qnR0lZ .study_offers_CijOby p {
    scrollbar-width: thin;
    margin: 0 0 25px;
    overflow-y: auto;
    scrollbar-color: rgb(147,171,166) rgba(255, 255, 255, 0.1);
    overflow-wrap: break-word;
    word-break: normal;
    flex: 1;
    line-height: 1.6;
    color: #ffffff;
    max-height: 250px;
    font-size: 17px;
}

.plan_qnR0lZ .study_offers_CijOby:hover .cert_plans_nAINDe::before {
    left: 100%;
}

.stay_connected_oZLRWI {
    position: relative;
    border-radius: 26px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(184,208,203) 0%, rgb(147,171,166,0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
}

.stay_connected_oZLRWI p {
    animation: slideIn 0.7s forwards 0.3s;
    padding-left: 3rem;
    font-size: 24px;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    opacity: 0;
    color: #000000;
    transform: translateX(-20px);
    position: relative;
}

.stay_connected_oZLRWI .news_box_JxBIbZ {
    transform: translateY(0);
    background-color: #ffffff;
    font-size: 13px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    width: 100%;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: none;
}

.stay_connected_oZLRWI .sub_component_br1h0G:hover {
    box-shadow: 0 10px 25px rgb(147,171,166,0.5);
    transform: translateY(-5px) scale(1.02);
}

.stay_connected_oZLRWI .sub_component_br1h0G:hover::before {
    left: 100%;
}

.connect_form_IKECPv .background_img_r7yoxc {
    position: absolute;
    width: 100%;
    filter: saturate(0.6) brightness(0.7);
    left: 0;
    transition: transform 10s ease-in-out;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
    top: 0;
    animation: slowZoom 20s alternate infinite;
    transform: scale(1.1);
}

.connect_form_IKECPv h3 {
    text-align: center;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    color: rgb(147,171,166);
    font-size: 36px;
}

.connect_form_IKECPv .inquiry_links_jdAgBH {
    background: #ffffff;
    padding: 50px;
    position: relative;
}

.connect_form_IKECPv .inquiry_links_jdAgBH h3::after {
    transform: none;
    left: 0;
    height: 3px;
    width: 40px;
}

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

.connect_form_IKECPv input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    top: 3px;
    content: '';
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 12px;
    left: 7px;
}

.connect_form_IKECPv .support_map_FsnYyD {
    font-size: 14px;
    align-self: flex-start;
    border-radius: 10px;
    font-weight: 600;
    background: rgb(147,171,166);
    z-index: 1;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    box-shadow: 0 4px 12px rgb(147,171,166,0.5);
    border: none;
    font-family: Arial, sans-serif;
    padding: 16px 32px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.connect_form_IKECPv .message_query_NCUH8J h4 {
    font-size: 21px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
}

.connect_form_IKECPv .help_reach_QgVPbc {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
    gap: 30px;
    margin: 0;
}

.connect_form_IKECPv .help_reach_QgVPbc li svg {
    flex-shrink: 0;
    height: 22px;
    padding: 12px;
    display: flex;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    align-items: center;
    border-radius: 50%;
    width: 46px;
    justify-content: center;
    width: 22px;
    height: 46px;
}

.aspiring_learners_YUJfF8::after {
    content: "";
    z-index: 0;
    left: 0;
    bottom: 0;
    background: 
        linear-gradient(
            to top,
            rgb(184,208,203) 0%,
            transparent 100%
        );
    position: absolute;
    width: 100%;
    height: 200px;
}

.aspiring_learners_YUJfF8 h4::before {
    width: 6px;
    position: absolute;
    top: 15px;
    content: "";
    background: linear-gradient(180deg, rgb(147,171,166), rgb(111,133,127));
    bottom: 15px;
    left: 0;
    border-radius: 3px;
}

.aspiring_learners_YUJfF8 div p:last-child {
    margin-bottom: 0;
}

.aspiring_learners_YUJfF8 div p:hover {
    transform: translateX(10px);
}

.aspiring_learners_YUJfF8 div p svg {
    left: 20px;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 32px;
    background: #ffffff;
    padding: 8px;
    top: 0;
    z-index: 2;
    width: 32px;
}

.aspiring_learners_YUJfF8 div p::after {
    top: -10px;
    transform: scale(0.95);
    width: calc(100% - 60px);
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: 11px;
    left: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    content: "";
    background: #ffffff;
    height: calc(100% + 20px);
    transition: all 0.3s ease;
}

.operation_process_6wlOW5 .container {
    width: 100%;
    z-index: 5;
    max-width: 1200px;
    align-items: center;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    position: relative;
}

.operation_process_6wlOW5 .legacy_edu_DEkKoI::before {
    border-image: linear-gradient(45deg, 
        rgb(147,171,166,0.5) 0%, 
        transparent 25%, 
        rgb(111,133,127,0.5) 50%, 
        transparent 75%, 
        rgb(147,171,166,0.5) 100%
    ) 1;
    animation: borderFlowInner 6s linear infinite;
    content: "";
    inset: 10px;
    z-index: 1;
    border: 1px solid;
    position: absolute;
}

.operation_process_6wlOW5 h3::after {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(147,171,166,0.5) 20%,
        rgb(111,133,127,0.5) 80%,
        transparent 100%
    );
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.5;
    content: "";
}

.plan_qnR0lZ .study_offers_CijOby p::-webkit-scrollbar {
    width: 6px;
}

.plan_qnR0lZ .study_offers_CijOby p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.plan_qnR0lZ .study_offers_CijOby p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(147,171,166);
}



@media (max-width: 576px) {.course_overview_RjemPx .job_classes_uNYa7f {
    animation-duration: 20s;
}.course_overview_RjemPx .container {
    padding: 3rem 1rem;
}.course_overview_RjemPx .knowledge_base_09yhp6 {
    padding: 1.5rem;
}.course_overview_RjemPx .knowledge_base_09yhp6 h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1rem;
}.course_overview_RjemPx .knowledge_base_09yhp6 p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.25rem;
}.course_overview_RjemPx .knowledge_base_09yhp6 .support_map_FsnYyD {
    font-size: calc(19px * 0.9);
    padding: 0.65rem 1.5rem;
}}



@media (max-width: 576px) {.education_experience_78kEG9 {
    padding: 4rem 0;
}.education_experience_78kEG9 .user_review_3PTQv1 {
    gap: 1.5rem;
    padding: 2rem;
}.education_experience_78kEG9 .user_review_3PTQv1 .background_img_r7yoxc {
    max-width: 220px;
}.education_experience_78kEG9 .user_review_3PTQv1 .name {
    font-size: 18px;
}.education_experience_78kEG9 .user_review_3PTQv1 > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.education_experience_78kEG9 .user_review_3PTQv1 .work_skills_neCKBz {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    padding: 0.5rem 0 0.5rem 1rem;
}}



@media (max-width: 767px) {.secure_lodge_7i3npA {
    padding: 4rem 1.5rem;
}.secure_lodge_7i3npA h1 {
    font-size: calc(42px * 1.1);
    margin-bottom: 2rem;
}.secure_lodge_7i3npA h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(29px * 0.95);
}.secure_lodge_7i3npA h3, 
    .secure_lodge_7i3npA h4 {
    margin: 2rem 0 1rem;
}.secure_lodge_7i3npA p, 
    .secure_lodge_7i3npA span {
    font-size: calc(13px * 0.95);
}.secure_lodge_7i3npA ul {
    margin-left: 0.5rem;
}.secure_lodge_7i3npA li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}}



@media (max-width: 1024px) {.gratFrame_SN5joc {
    padding: 80px 0;
}.gratFrame_SN5joc h2 {
    font-size: calc(31px - 2px);
}.gratFrame_SN5joc .legacy_edu_DEkKoI {
    padding: 30px;
}.gratFrame_SN5joc span {
    font-size: 14px;
}
}



@media (max-width: 768px) {.gratFrame_SN5joc {
    padding: 60px 0;
}.gratFrame_SN5joc h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(31px - 4px);
}.gratFrame_SN5joc .legacy_edu_DEkKoI {
    padding: 25px;
}.gratFrame_SN5joc li::before {
    top: 6px;
}.gratFrame_SN5joc span {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}
}



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



@media (max-width: 768px) {.skill_test_35Wgy2 {
    padding: 3rem 0 1rem;
}.skill_test_35Wgy2 .msg_support_oDZdS3 {
    gap: 1rem;
    align-items: center;
    flex-direction: column;
}.skill_test_35Wgy2 .info_item {
    min-width: 100%;
}.skill_test_35Wgy2 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.skill_test_35Wgy2 .subscribe_holder {
    grid-column: auto;
}.skill_test_35Wgy2 .head_section_w5xgdA {
    align-items: center;
    text-align: center;
}.skill_test_35Wgy2 .proposal_cta_ty4qM3 {
    max-width: 100%;
    text-align: center;
}.skill_test_35Wgy2 .nav_sitewrap_OvJFzN h5 {
    text-align: center;
}.skill_test_35Wgy2 .nav_sitewrap_OvJFzN h5::after {
    left: 50%;
    transform: translateX(-50%);
}.skill_test_35Wgy2 .top_bar_BQyEoS {
    align-items: center;
}.skill_test_35Wgy2 .top_bar_BQyEoS a {
    text-align: center;
}.skill_test_35Wgy2 .top_bar_BQyEoS a:hover {
    transform: translateY(-2px);
}.skill_test_35Wgy2 .input_holder {
    flex-direction: column;
}.skill_test_35Wgy2 .sub_component_br1h0G {
    width: 100%;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_sitewrap_OvJFzN {
    gap: 20px;
}header .main_head_vBm1JD svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main_head_vBm1JD svg {
    height: 35px;
}header .nav_sitewrap_OvJFzN {
    max-width: 100%;
    width: 100%;
}}



@media (max-width: 992px) {.plan_qnR0lZ h2 {
    font-size: calc(28px * 0.9);
}.plan_qnR0lZ .indv_sub_mdpVnx {
    font-size: 17px;
    margin-bottom: 40px;
}.plan_qnR0lZ .discount_plan_oX2IUk {
    min-height: 350px;
    padding: 25px;
}
}



@media (max-width: 576px) {.plan_qnR0lZ {
    padding: 50px 0;
}.plan_qnR0lZ h2 {
    font-size: calc(28px * 0.8);
}.plan_qnR0lZ .indv_sub_mdpVnx {
    font-size: calc(17px * 0.9);
    margin-bottom: 30px;
}.plan_qnR0lZ .package_rates_X0Zauo {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_qnR0lZ .discount_plan_oX2IUk {
    min-height: 300px;
    padding: 20px;
}.plan_qnR0lZ .study_offers_CijOby p {
    font-size: calc(17px * 0.9);
    max-height: 180px;
}.plan_qnR0lZ .cert_plans_nAINDe {
    padding: 8px 15px;
}}



@media (max-width: 992px) {.connect_form_IKECPv {
    padding: 80px 0;
}.connect_form_IKECPv .query_grid_7yx2Np {
    grid-template-columns: 1fr;
}.connect_form_IKECPv .inquiry_links_jdAgBH::after {
    display: none;
}.connect_form_IKECPv .inquiry_links_jdAgBH,
    .connect_form_IKECPv .message_query_NCUH8J {
    padding: 40px;
}.connect_form_IKECPv h3 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 991px) {.aspiring_learners_YUJfF8 {
    padding: 100px 0;
}.aspiring_learners_YUJfF8 .legacy_edu_DEkKoI {
    padding: 0 30px;
}.aspiring_learners_YUJfF8 h4 {
    margin-bottom: 60px;
    font-size: calc(43px - 6px);
}.aspiring_learners_YUJfF8 div p {
    padding-left: 75px;
    margin-bottom: 30px;
}.aspiring_learners_YUJfF8 div::before {
    left: 31px;
}.aspiring_learners_YUJfF8 div p svg {
    width: 28px;
    left: 17px;
    height: 28px;
}.aspiring_learners_YUJfF8 div p::before {
    left: 65px;
}.aspiring_learners_YUJfF8 div p::after {
    width: calc(100% - 50px);
    left: 50px;
}
}



@media (max-width: 479px) {.aspiring_learners_YUJfF8 {
    padding: 60px 0;
}.aspiring_learners_YUJfF8 .legacy_edu_DEkKoI {
    padding: 0 10px;
}.aspiring_learners_YUJfF8 h4 {
    padding-left: 15px;
    font-size: calc(43px - 18px);
    margin-bottom: 40px;
}.aspiring_learners_YUJfF8 div p {
    font-size: calc(17px - 1px);
    margin-bottom: 20px;
    padding-left: 55px;
}.aspiring_learners_YUJfF8 div::before {
    left: 23px;
}.aspiring_learners_YUJfF8 div p svg {
    padding: 6px;
    width: 20px;
    height: 20px;
    left: 13px;
}.aspiring_learners_YUJfF8 div p::before {
    top: 10px;
    left: 45px;
}.aspiring_learners_YUJfF8 div p::after {
    width: calc(100% - 40px);
    left: 40px;
}}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}



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

@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}



@keyframes scaleIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}



@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes lineGrow {
    0%, 100% {
        width: 0;
    }
    50% {
        width: 100%;
    }
}

