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

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

.wmzR_landing_page .PWnO_skill_trackfast {
    position: relative;
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.wmzR_landing_page .DsYo_learn_growth span {
    z-index: 2;
    backdrop-filter: blur(10px);
    margin-bottom: 1.5rem;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    overflow: hidden;
    animation: slideIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(-10px);
    border-left: 3px solid rgb(123,157,172);
    position: relative;
}

.wmzR_landing_page .DsYo_learn_growth h1::before {
    left: -20px;
    height: 60%;
    position: absolute;
    transform: translateY(-50%);
    z-index: -1;
    background: rgb(123,157,172);
    width: 8px;
    top: 50%;
    content: "";
}



.wmzR_landing_page .DsYo_learn_growth:hover {
    transform: perspective(1000px) rotateY(0deg);
}

#PihC_cookieModalMessage:checked ~ .zDgW_cookie_banner_dialog {
    visibility: hidden;
    opacity: 0;
}

.zDgW_cookie_banner_dialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.afQW_track_prefs {
    margin-left: 10px;
    font-size: 24px;
    border-bottom: 2px solid rgb(166,189,193);
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    min-width: 120px;
    text-align: center;
    color: rgb(166,189,193);
    white-space: nowrap;
    line-height: 35px;
}

.HosN_course_features {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(123,157,172);
}

.HosN_course_features .QqbU_skill_master {
    flex-direction: column;
    gap: 60px;
    display: flex;
    position: relative;
}

.HosN_course_features .YdjM_text_card h2 {
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    grid-column: 1 / -1;
    font-size: 39px;
}

.HosN_course_features .YdjM_text_card .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.HosN_course_features .YdjM_text_card .description:last-of-type::before {
    background: rgb(123,157,172);
}

.HosN_course_features .fBQM_article_photo {
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    height: 400px;
    border-radius: 25px;
    order: 1;
}

.STuG_appSpace::before {
    content: "";
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(166,189,193,0.5) 0,
        rgb(166,189,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    height: 100%;
    position: absolute;
    opacity: 0.05;
    left: 0;
}

.STuG_appSpace .JQBX_knowledge_hub::before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 20px;
    border: 1px solid rgb(166,189,193,0.5);
    opacity: 0.1;
    left: 20px;
    right: 20px;
    top: 20px;
}

.STuG_appSpace li span::after {
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(166,189,193,0.5) 0%, transparent 100%);
    height: 1px;
    opacity: 0.2;
}

header::after {
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(123,157,172,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(123,157,172,0.5) 100%);
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    content: "";
}

header .FaHA_site_core svg {
    transition: all 0.4s ease;
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(166,189,193,0.5));
}

header .znRx_site_navbar::before {
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    pointer-events: none;
    content: "";
    height: 100%;
    left: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
}

header .XIJU_top_pagewrap::after {
    width: 0%;
    position: absolute;
    height: 2px;
    background: rgb(123,157,172);
    content: "";
    transform: translateX(-50%);
    transition: all 0.3s ease;
    left: 50%;
    bottom: 0;
}

.jzBv_contact_panel h2 {
    padding-bottom: 15px;
    color: #000000;
    font-size: 36px;
    display: inline-block;
    font-weight: 700;
    border-bottom: 3px solid rgb(166,189,193);
    position: relative;
    margin-bottom: 50px;
}

.jzBv_contact_panel .kjcO_query_feedback {
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
    background: #ffffff;
}

.jzBv_contact_panel h3 {
    position: relative;
    color: rgb(166,189,193);
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 22px;
}

.jzBv_contact_panel input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.jzBv_contact_panel .HjWX_message_widget input[type="checkbox"] {
    width: 22px;
    height: 22px;
    position: relative;
    border: 2px solid rgb(214,230,219);
    border-radius: 4px;
    appearance: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background: rgb(214,230,219);
    margin-top: 3px;
}

.jzBv_contact_panel .HjWX_message_widget a::after {
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
    background: rgb(166,189,193);
    left: 0;
    content: "";
    bottom: -2px;
    position: absolute;
}

.jzBv_contact_panel svg {
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(166,189,193);
    width: 20px;
}

.jzBv_contact_panel svg:hover {
    fill: rgb(123,157,172);
}

.yFWK_reach_out_info {
    isolation: isolate;
    position: relative;
    background: linear-gradient(120deg, rgb(214,230,219) 0%, rgb(166,189,193,0.5) 40%, rgb(214,230,219) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.yFWK_reach_out_info .mhig_ask_for_help {
    grid-template-rows: auto auto;
    gap: 3rem 2rem;
    position: relative;
    grid-template-columns: 1.5fr 1fr;
    display: grid;
}

.yFWK_reach_out_info .EpYq_get_support:nth-child(2) {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    border: none;
    padding: 0;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.yFWK_reach_out_info .EpYq_get_support:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}

.yFWK_reach_out_info .EpYq_get_support:hover h2::after {
    width: 100%;
}

.yFWK_reach_out_info .mTzM_send_info {
    color: rgb(123,157,172);
    padding-left: 15px;
    margin-bottom: 1.5rem;
    font-size: calc(12px * 1.3);
    position: relative;
    font-weight: 600;
}

.yFWK_reach_out_info .EpYq_get_support p span {
    position: relative;
    margin-left: 0.5rem;
    transition: color 0.3s ease;
    padding-bottom: 2px;
    color: #ffffff;
    font-weight: 600;
}

.yFWK_reach_out_info .SxPz_course_faq::after {
    width: 30%;
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, rgb(123,157,172,0.5), transparent);
}

.yFWK_reach_out_info .KGHD_get_helpdesk span {
    padding: 0.6rem 1rem;
    position: relative;
    color: #000000;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    font-size: calc(12px * 0.85);
    overflow: hidden;
    transition: all 0.3s ease;
}

.yFWK_reach_out_info .EpYq_get_support .fBQM_article_photo::after {
    height: 100%;
    mix-blend-mode: overlay;
    background: 
        linear-gradient(135deg, rgb(166,189,193,0.5) 0%, transparent 100%),
        linear-gradient(45deg, transparent 70%, rgb(123,157,172,0.5) 100%);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.yFWK_reach_out_info .Xonj_chat_form a:hover {
    transform: translateX(5px);
}

.yFWK_reach_out_info .Xonj_chat_form a span {
    margin-right: 2rem;
    color: rgb(123,157,172);
    font-weight: 600;
    font-size: calc(12px * 0.9);
    display: inline-block;
    width: 80px;
}



.yFWK_reach_out_info .container::after {
    z-index: -1;
    border-radius: 50%;
    bottom: -100px;
    background: 
        radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.03) 0deg, rgba(255, 255, 255, 0) 5deg, rgba(255, 255, 255, 0.03) 10deg);
    animation: rotate 30s linear infinite;
    width: 200px;
    position: absolute;
    left: -100px;
    content: "";
    height: 200px;
}

.tjwq_teacher_profile .fBQM_article_photo {
    width: 160px;
    border-radius: 12px;
    position: relative;
    height: 160px;
    box-shadow: 
        8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -4px -4px 12px rgba(#ffffff, 0.6);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(-2deg);
}

.tjwq_teacher_profile .iASX_review_panel > div:nth-child(2)::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(123,157,172), transparent);
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 80px;
    transform: translateX(-50%);
}

.tjwq_teacher_profile .lfGT_career_skills::after {
    bottom: -70px;
    font-family: serif;
    right: 10px;
    opacity: 0.1;
    font-size: 80px;
    color: rgb(123,157,172);
    content: "";
    position: absolute;
}

.GNhW_our_background::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(20, 20, 40, 0.75));
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
}

.GNhW_our_background .YdjM_text_card > div:first-child {
    margin-bottom: 15px;
    display: inline-block;
}

.GNhW_our_background .YdjM_text_card:hover h5::after {
    transform: scaleX(1.5);
}

.GNhW_our_background .YdjM_text_card > div:nth-child(2) {
    margin-bottom: 25px;
}

.GNhW_our_background .YdjM_text_card > div:nth-child(2) p {
    font-weight: 600;
    margin: 0;
    font-size: calc(12px * 1.3);
    color: rgb(123,157,172);
    letter-spacing: 0.5px;
}

footer {
    position: relative;
}

.DxVp_edu_links .container {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    display: grid;
}

.DxVp_edu_links .company_holder::after {
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(123,157,172,0.5), 
        transparent);
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    content: "";
}

.DxVp_edu_links .sQVt_site_study {
    gap: 60px;
    display: flex;
}

.DxVp_edu_links .znRx_site_navbar .sQVt_site_study {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.DxVp_edu_links .znRx_site_navbar .sQVt_site_study a::before {
    transform: translateY(-50%);
    height: 1px;
    width: 0;
    top: 50%;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    background: rgb(166,189,193);
}

.DxVp_edu_links .container::before {
    border-radius: 50%;
    width: 150px;
    background: radial-gradient(
        circle, 
        rgb(123,157,172,0.5), 
        transparent 70%
    );
    height: 150px;
    left: -75px;
    content: "";
    bottom: -75px;
    animation: pulse 10s infinite alternate-reverse;
    position: absolute;
    filter: blur(30px);
}

.DxVp_edu_links .znRx_site_navbar .sQVt_site_study a:nth-child(even):hover {
    transform: translateX(2px);
}

.CwUA_brainstorm .hSjk_biz_learnings:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}

.nExp_privacy_folio {
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(214,230,219);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.nExp_privacy_folio ul {
    padding-left: 0;
    list-style-type: none;
    margin: 1rem 0;
}

.nExp_privacy_folio div {
    margin-bottom: 1rem;
}

.nExp_privacy_folio section {
    margin-bottom: 2rem;
}

.ECNq_course_suitability::after {
    background-position: center;
    height: 120px;
    background-size: cover;
    z-index: 2;
    left: 0;
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
}

.ECNq_course_suitability .JQBX_knowledge_hub::after {
    border-radius: 10px;
    background: rgb(166,189,193);
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -15px;
    left: -15px;
    transform: rotate(10deg) translateZ(-15px);
    height: 120px;
    width: 120px;
    opacity: 0.3;
}

.ECNq_course_suitability p {
    z-index: 1;
    font-size: 17px;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    margin-bottom: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    transition: all 0.3s ease;
}

.ECNq_course_suitability p:hover svg path {
    fill: rgb(123,157,172);
}

.ECNq_course_suitability .JQBX_knowledge_hub > div p:nth-child(1) {
    animation-delay: 0.2s;
}

.ECNq_course_suitability .JQBX_knowledge_hub > div p:nth-child(4) {
    animation-delay: 0.8s;
}

.kgjI_join_now::before {
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    position: absolute;
    transform-origin: center top;
    z-index: -1;
    content: '';
    opacity: 0.05;
    width: 100%;
    left: 0;
    top: 0;
    background-size: 30px 30px;
    animation: gridMove 20s linear infinite;
    transform: perspective(500px) rotateX(60deg);
    height: 100%;
}

.kgjI_join_now h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    position: relative;
    font-size: 38px;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.kgjI_join_now .KqzO_write_experts {
    color: rgb(166,189,193);
    z-index: 1;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 16px 45px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
}

.PkMm_educational_rewards .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
}

.PkMm_educational_rewards .JQBX_knowledge_hub {
    position: relative;
    transform: translateZ(0);
    padding: 2.5rem;
    z-index: 3;
    margin-top: -80px;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background: #ffffff;
    animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.PkMm_educational_rewards li {
    opacity: 0;
    transform: translateX(15px);
    position: relative;
    animation: fadeSlideIn 0.6s ease forwards;
}

.PkMm_educational_rewards li:nth-child(3) {
    animation-delay: 0.5s;
}

.PkMm_educational_rewards li p {
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
    padding-left: 0.75rem;
    color: #000000;
    letter-spacing: 0.01em;
    font-size: 12px;
    transform: translateZ(0);
    transition: transform 0.3s ease;
    display: flex;
}

.OGLj_pricing_lineup .cIqs_discount_plan {
    perspective: 1000px;
}

.OGLj_pricing_lineup .HrOz_pricing_tiers {
    font-size: 12px;
    font-weight: 400;
    max-width: 700px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    transform: translateZ(20px);
    margin: 0 auto 50px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.OGLj_pricing_lineup .Zacw_pay_plans::after {
    opacity: 0.7;
    left: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -2px;
    position: absolute;
    right: 10px;
    height: 2px;
    transform-origin: bottom;
    content: "";
    background: linear-gradient(90deg, 
        rgb(123,157,172,0.5) 0%,
        rgb(166,189,193,0.5) 100%);
}

.OGLj_pricing_lineup .slWO_access_rates {
    text-align: right;
    transform: translateZ(15px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: block;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(23px * 1.2);
    margin-top: 20px;
}

.OGLj_pricing_lineup .sjaK_sub_options li:hover .Zacw_pay_plans {
    transform: translateZ(20px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}



@media (max-width: 992px) {.wmzR_landing_page .DsYo_learn_growth {
    padding: 3rem;
    height: 75%;
}.wmzR_landing_page .DsYo_learn_growth h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.wmzR_landing_page .DsYo_learn_growth h3 {
    font-size: calc(22px * 0.8);
}
}


@media only screen and (max-width: 800px) {.ZYCy_cookie_compl {
    display: none;
}.ERyF_data_approval {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.zDgW_cookie_banner_dialog h5 {
    text-align: center;
}.zDgW_cookie_banner_dialog p {
    text-align: center;
}.QOYU_consent_track {
    margin-bottom: 20px;
}body .NQMD_wrapper-segment .afQW_track_prefs {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 768px) {.STuG_appSpace h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.STuG_appSpace .JQBX_knowledge_hub {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.STuG_appSpace li span {
    font-size: 18px;
}.STuG_appSpace::after {
    width: 200px;
    height: 200px;
    right: -10%;
    top: -5%;
}
}



@media (max-width: 768px) {.jzBv_contact_panel {
    padding: 60px 0;
}.jzBv_contact_panel h2 {
    margin-bottom: 40px;
    font-size: calc(36px - 4px);
}.jzBv_contact_panel .kjcO_query_feedback {
    padding: 35px 25px 45px;
}.jzBv_contact_panel #contact {
    gap: 20px;
}.jzBv_contact_panel .fBQM_article_photo {
    min-height: 250px;
}
}



@media (max-width: 768px) {.yFWK_reach_out_info {
    padding: 4rem 0;
}.yFWK_reach_out_info .mhig_ask_for_help {
    gap: 1.5rem;
}.yFWK_reach_out_info .EpYq_get_support {
    padding: 2rem;
}.yFWK_reach_out_info .EpYq_get_support:nth-child(2) {
    aspect-ratio: 16/9;
}.yFWK_reach_out_info .Xonj_chat_form {
    grid-template-columns: 1fr;
}.yFWK_reach_out_info .Xonj_chat_form a {
    grid-column: span 1;
}.yFWK_reach_out_info .Xonj_chat_form a:last-child {
    grid-column: span 1;
}.yFWK_reach_out_info .KGHD_get_helpdesk {
    gap: 0.6rem;
}.yFWK_reach_out_info .KGHD_get_helpdesk span {
    padding: 0.5rem 0.8rem;
}
}



@media (min-width: 992px) {.tjwq_teacher_profile .iASX_review_panel {
    gap: 0 50px;
    grid-template-columns: auto 1fr 1fr;
    grid-template-areas: 
            "photo info quote";
}.tjwq_teacher_profile .fBQM_article_photo {
    width: 240px;
    height: 240px;
    transform: rotate(-3deg);
}.tjwq_teacher_profile .iASX_review_panel:hover .fBQM_article_photo {
    transform: rotate(0) scale(1.05);
}.tjwq_teacher_profile .lfGT_career_skills {
    background: linear-gradient(135deg, rgba(rgb(123,157,172,0.5), 0.08), transparent);
    position: relative;
    padding: 30px;
    border-left: none;
    margin-top: 0;
}.tjwq_teacher_profile .lfGT_career_skills::before {
    left: 0;
}.tjwq_teacher_profile .lfGT_career_skills::after {
    right: 0;
}.tjwq_teacher_profile .lfGT_career_skills:before {
    background: linear-gradient(to bottom, rgb(123,157,172), transparent);
    content: "";
    left: -25px;
    top: 0;
    width: 3px;
    position: absolute;
    height: 100%;
}
}



@media (max-width: 480px) {.DxVp_edu_links {
    padding: 40px 0 20px;
}.DxVp_edu_links .company_holder h3 {
    font-size: calc(32px * 0.8);
}.DxVp_edu_links .NEAw_youtube_chan {
    font-size: calc(18px * 0.9);
}.CwUA_brainstorm .hSjk_biz_learnings {
    font-size: calc(16px * 0.9);
}}



@media (min-width: 992px) {footer::after {
    left: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(123,157,172,0.5), 
            transparent);
    position: absolute;
    right: 0;
    content: "";
    height: 1px;
    top: 0;
}.DxVp_edu_links::before {
    background-blend-mode: overlay;
}}



@media (max-width: 768px) {.ECNq_course_suitability {
    padding: 70px 0 90px;
}.ECNq_course_suitability .JQBX_knowledge_hub {
    padding: 35px 25px;
}.ECNq_course_suitability h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.ECNq_course_suitability div > div {
    grid-template-columns: 1fr;
}.ECNq_course_suitability::after {
    height: 60px;
}
}



@media screen and (max-width: 576px) {.kgjI_join_now {
    padding: 60px 0;
}.kgjI_join_now .JQBX_knowledge_hub {
    padding: 25px 20px;
}.kgjI_join_now h3 {
    font-size: calc(38px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}.kgjI_join_now h3::before {
    height: 30px;
    width: 30px;
    top: -50px;
}.kgjI_join_now h3::after {
    bottom: -12px;
    width: 60px;
}.kgjI_join_now .KqzO_write_experts {
    font-size: calc(17px * 0.85);
    letter-spacing: 1px;
    padding: 10px 30px;
}}



@media (max-width: 480px) {.PkMm_educational_rewards {
    padding: 4rem 0;
}.PkMm_educational_rewards .JQBX_knowledge_hub {
    padding: 1.5rem;
}.PkMm_educational_rewards .fBQM_article_photo {
    height: 220px;
}.PkMm_educational_rewards h1 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.8);
}.PkMm_educational_rewards ul {
    gap: 1rem;
}.PkMm_educational_rewards li p {
    font-size: calc(12px * 0.9);
}.PkMm_educational_rewards li svg {
    width: 20px;
    margin-right: 0.75rem;
    height: 20px;
}}

@keyframes slideIn {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        transform: scale(1.1) rotate(5deg);
    }
}

@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}



@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}



@keyframes expandWidth {
    from { width: 0; opacity: 1; }
    to { width: calc(100% + 5rem); opacity: 1; }
}

