.nav_section_RD {
    flex: 1 0 auto;
}

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

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

html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    height: 100%;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to right, rgb(231,179,159,0.5), rgb(217,139,113,0.5));
    width: 100%;
    padding: 1.5rem 3%;
    z-index: 100;
    position: relative;
}

.outer-container_lU {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.class_guide_yD::before {
    background: linear-gradient(180deg, transparent 0%, rgb(231,179,159,0.5) 100%);
    height: 250px;
    left: 0;
    opacity: 0.05;
    bottom: 0;
    z-index: 0;
    right: 0;
    content: '';
    position: absolute;
}

.class_guide_yD .get_help_Lc::after {
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    width: 60px;
    bottom: -1px;
    background-color: rgb(231,179,159);
}

.class_guide_yD .info_item:hover {
    transform: translateX(5px);
}

.class_guide_yD .info_item a:hover {
    color: rgb(231,179,159);
}

.class_guide_yD .info_item svg {
    fill: rgb(231,179,159);
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.class_guide_yD .text_main_holder {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
}

.class_guide_yD .header_start_Vt svg {
    max-width: 160px;
    height: auto;
    transition: opacity 0.3s ease;
}

.class_guide_yD .header_mainbar_Wy {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.class_guide_yD .header_mainbar_Wy h5 {
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.class_guide_yD .head_master_pd a::before {
    transform: translateY(-50%);
    height: 1px;
    content: '';
    transition: width 0.3s ease, left 0.3s ease;
    background-color: rgb(231,179,159);
    width: 0;
    position: absolute;
    top: 50%;
    left: -10px;
}

.class_guide_yD .head_master_pd a:hover::before {
    width: 10px;
    left: 0;
}

.class_guide_yD .subscribe_holder h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.class_guide_yD .subscribe_holder p {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}

.class_guide_yD .input_holder input[type="email"] {
    border: 1px solid rgb(217,139,113,0.5);
    padding: 1rem 1.25rem;
    font-size: 14px;
    border-radius: 10px;
    color: #000000;
    flex: 1;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}

.class_guide_yD .access_classes_O0 {
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
    font-size: 16px;
    border: none;
    color: #ffffff;
    background-color: rgb(231,179,159);
    border-radius: 10px;
}

.class_guide_yD .head_master_pd:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}

.our_story_ta {
    position: relative;
    background: linear-gradient(135deg, rgb(244,219,203) 0%, rgb(217,139,113,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.our_story_ta::before {
    z-index: 0;
    top: 0;
    content: "";
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(217,139,113,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(217,139,113,0.5) 25%, transparent 25%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.05;
}

.our_story_ta h1 {
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    position: relative;
    text-align: left;
    font-size: 47px;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateX(-20px);
    font-weight: 700;
}

.our_story_ta .learn_corner_tT {
    position: relative;
}

.our_story_ta .learn_corner_tT ul {
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    gap: 3rem;
    margin: 0;
    list-style: none;
}

.our_story_ta .study_training_8k:nth-child(1) {
    --i: 1;
}

.our_story_ta .study_training_8k:nth-child(2) {
    --i: 2;
}

.our_story_ta .study_training_8k:hover {
    transform: translateY(-5px);
}

.our_story_ta .study_training_8k::before {
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100px;
    right: 0;
    background: rgb(217,139,113,0.5);
    transform: translate(50%, -50%);
    height: 100px;
    opacity: 0.1;
    position: absolute;
}

.our_story_ta .study_training_8k div {
    line-height: 1.8;
    font-size: 18px;
    transform: translateY(20px);
    opacity: 0;
    max-height: 250px;
    color: #000000;
    overflow-y: auto;
    padding-right: 1rem;
    position: relative;
    animation-delay: calc(0.6s * var(--i, 1));
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

header .top_plank .learning_bar_Cy div span {
    color: #ffffff;
}

header .top_plank .learning_bar_Cy div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}

header .top_plank .learning_bar_Cy div img, header .top_plank .learning_bar_Cy div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}

.start_now_bY::before {
    top: -10%;
    background: rgb(231,179,159);
    right: -10%;
    opacity: 0.05;
    transform: rotate(-10deg);
    content: '';
    width: 60%;
    position: absolute;
    z-index: 1;
    height: 120%;
}

.start_now_bY .study_track_iJ {
    z-index: 10;
    position: relative;
}

.start_now_bY .container p {
    position: relative;
    line-height: 1.4;
    border-left: 5px solid rgb(231,179,159);
    color: #000000;
    padding-left: 25px;
    font-size: 35px;
    margin: 0;
    z-index: 5;
    font-weight: 700;
}

.start_now_bY .query_message_f6::before {
    top: 50%;
    z-index: -1;
    border-radius: 50%;
    height: 300px;
    transform: translate(-50%, -50%) scale(0);
    content: '';
    left: 50%;
    transition: transform 0.6s ease;
    position: absolute;
    background: rgb(231,179,159);
    width: 300px;
}

.start_now_bY .container::before {
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(231,179,159) 0%, transparent 100%);
    bottom: -20px;
}

.start_now_bY .study_track_iJ::before {
    top: 0;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgb(231,179,159,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(217,139,113,0.5) 0%, transparent 60%);
    content: '';
    z-index: -1;
    left: 0;
}

header .container {
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 1;
    max-width: 100%;
    margin: 0;
}

header .nav_pro_Ad {
    border-radius: 23px;
    position: relative;
    display: flex;
    padding: 1.5rem;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

header .nav_pro_Ad::after {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    right: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(217,139,113), rgb(231,179,159));
}

header .nav_expert_XP::after {
    height: 1px;
    background: rgb(231,179,159,0.5);
    position: absolute;
    content: '';
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}

header .header_mainbar_Wy {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 90%;
    gap: 0.7rem;
    justify-content: center;
    padding-top: 1rem;
}

header .main_learning_3e::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(231,179,159), rgb(217,139,113));
    transition: width 0.3s ease;
    height: 100%;
    top: 0;
    border-radius: 10px 0 0 10px;
    content: '';
    z-index: -1;
    position: absolute;
    width: 3px;
}

header .main_learning_3e:hover::before {
    width: 100%;
}

.title_board_Io {
    justify-content: center;
    padding: 4rem 1rem;
    min-height: 100vh;
    position: relative;
    display: flex;
    width: 100%;
    background: linear-gradient(135deg, rgb(244,219,203), rgb(231,179,159,0.5));
    align-items: center;
    overflow: hidden;
}

.title_board_Io .skill_mastery_y2:hover::before {
    transform: scale(1);
}

.title_board_Io .start_intro_aw {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 1.5rem;
    line-height: 1.2;
    color: #000000;
    position: relative;
    transform: translateX(20px);
}

.title_board_Io .start_intro_aw:hover::after {
    width: 120px;
}

.title_board_Io .main_begin_rZ {
    transition: transform 0.4s ease-out;
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 26px;
    position: relative;
}

.title_board_Io .main_begin_rZ:hover {
    transform: translateY(-5px);
}

.title_board_Io .main_begin_rZ > div {
    max-width: 90%;
    position: relative;
    z-index: 1;
}

.title_board_Io .main_begin_rZ > div > div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(217,139,113);
    display: inline-block;
    transition: transform 0.3s ease;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    transform: translateX(-10px);
    background: rgba(255, 255, 255, 0.9);
}

.title_board_Io .main_begin_rZ h3:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, rgb(217,139,113), rgb(217,139,113,0.5));
}

.thxField_er {
    position: relative;
    background: linear-gradient(135deg, rgb(244,219,203) 0%, rgb(217,139,113,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}

.thxField_er::before {
    height: 100%;
    transform: perspective(1000px) rotateX(5deg);
    background: repeating-linear-gradient(
        45deg,
        rgb(231,179,159,0.5) 0px,
        rgb(231,179,159,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    z-index: 1;
}

.thxField_er h2 {
    transform: translateZ(20px);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 33px;
    color: #000000;
}

.thxField_er .study_track_iJ {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    padding: 40px;
    background: #ffffff;
}

.thxField_er .study_track_iJ:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.thxField_er li {
    position: relative;
    padding-left: 25px;
}

.thxField_er span {
    z-index: 2;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    font-size: 16px;
    line-height: 1.7;
}

.modalCookieSettings_N7 .cookie_alerts_p2 {
    flex-shrink: 0;
    margin-right: 20px;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.modalCookieSettings_N7 .cookie_alerts_p2 svg {
    height: 60px;
    fill: rgb(231,179,159);
    width: 60px;
}

.modalCookieSettings_N7 .consent_learn_Cv h5 {
    color: rgb(231,179,159);
    font-size: 19px;
    margin-bottom: 6px;
}

.modalCookieSettings_N7 .cookie_gate_wz {
    transition: transform 0.3s, box-shadow 0.3s;
    font-size: 15px;
    background-color: rgb(231,179,159);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 20px;
    margin-right: 15px;
}

#cookie_panel_popup_oA:checked ~ .modalCookieSettings_N7 {
    visibility: hidden;
    opacity: 0;
}

.education_history_hJ::before {
    z-index: 1;
    background-size: 30px 30px;
    left: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.6;
}

.education_history_hJ .opinion_spot_qL:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}

.education_history_hJ .opinion_spot_qL:hover .img_cover_Sv {
    transform: translateZ(50px) scale(1.05);
}

.education_history_hJ .name {
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
    transform: translateZ(20px);
    font-weight: 700;
    text-align: center;
    color: rgb(231,179,159);
    font-size: calc(24px * 1.1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.education_history_hJ .opinion_spot_qL:hover div:nth-child(2) div {
    transform: translateZ(25px);
}

.education_history_hJ .career_story_nS {
    line-height: 1.7;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    color: #000000;
    transform: translateZ(10px);
    border-radius: 12px;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    position: relative;
    backdrop-filter: blur(5px);
}

.education_history_hJ .opinion_spot_qL:hover .career_story_nS::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

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

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

.cert_plans_1s {
    position: relative;
}

.price_offer_if h2::after {
    width: 80px;
    position: absolute;
    bottom: -12px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(231,179,159), rgb(217,139,113));
}

.price_offer_if .cost_table_sX {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    margin: 0;
}

.price_offer_if .plan_table_Jp:hover {
    transform: translateY(-8px);
}

.price_offer_if .package_deals_i2 {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 4px;
    backdrop-filter: blur(10px);
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
}

.price_offer_if .access_plans_iy h4 {
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: calc(21px + 2px);
    font-weight: 600;
}

.price_offer_if .access_plans_iy p {
    overflow-wrap: break-word;
    opacity: 0.85;
    hyphens: auto;
    line-height: 1.6;
    color: #ffffff;
    word-wrap: break-word;
    flex-grow: 1;
    font-size: 15px;
    margin: 0 0 25px;
    white-space: normal;
}

.price_offer_if .promo_plans_Hk::before {
    inset: 0;
    z-index: -1;
    content: "";
    opacity: 0.6;
    border-radius: 3px;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(231,179,159,0.5) 0%, rgb(217,139,113,0.5) 100%);
}

.price_offer_if li:nth-child(even) .package_deals_i2::before {
    background: linear-gradient(90deg, rgb(217,139,113), rgb(231,179,159));
}

.secure_cache_TO::before {
    background: linear-gradient(90deg, rgb(231,179,159), rgb(217,139,113));
    transform: scaleX(0.97);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    content: "";
    transform-origin: left;
    top: 0;
    height: 5px;
    width: 100%;
}

.secure_cache_TO .container {
    max-width: 1140px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.secure_cache_TO h1 {
    transform: translateX(-0.5rem);
    font-weight: 700;
    transition: transform 0.3s ease;
    position: relative;
    font-size: 39px;
    letter-spacing: -0.03em;
    color: rgb(231,179,159);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.secure_cache_TO:hover h1::after {
    width: 120px;
}

.secure_cache_TO h2:hover {
    padding-left: 1.5rem;
}

.secure_cache_TO h3 {
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(34px * 0.85);
    margin-top: 2rem;
    font-weight: 600;
}

.secure_cache_TO h4 {
    margin-top: 1.75rem;
    display: inline-block;
    color: #000000;
    font-size: calc(34px * 0.7);
    margin-bottom: 0.75rem;
    position: relative;
    font-weight: 400;
}

.secure_cache_TO p {
    font-size: 13px;
    padding-right: 1rem;
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.5rem;
}

.secure_cache_TO p strong::after {
    transform: scaleX(0.7);
    transform-origin: left;
    bottom: -2px;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgb(231,179,159,0.5);
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
}

.secure_cache_TO ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}

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

.secure_cache_TO li::before {
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transition: transform 0.3s ease, background-color 0.3s ease;
    top: 0.5rem;
    position: absolute;
    left: 0;
    background-color: rgb(217,139,113);
}

.educational_yield_f8::before {
    position: absolute;
    left: 0;
    opacity: 0.07;
    background-image: linear-gradient(0deg, transparent 24%, rgb(231,179,159,0.5) 25%, rgb(231,179,159,0.5) 26%, transparent 27%, transparent 74%, rgb(231,179,159,0.5) 75%, rgb(231,179,159,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(231,179,159,0.5) 25%, rgb(231,179,159,0.5) 26%, transparent 27%, transparent 74%, rgb(231,179,159,0.5) 75%, rgb(231,179,159,0.5) 76%, transparent 77%, transparent);
    content: '';
    background-size: 60px 60px;
    width: 100%;
    height: 100%;
    top: 0;
    animation: gridShift 25s linear infinite;
}

.educational_yield_f8 h2::after {
    background: linear-gradient(to right, rgb(231,179,159), rgb(217,139,113));
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 100px;
}

.educational_yield_f8 .img_cover_Sv {
    margin-bottom: 80px;
    position: relative;
    border-radius: 11px;
    transform: perspective(1000px) rotateX(5deg);
    overflow: hidden;
    height: 400px;
    width: 100%;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.educational_yield_f8 .text_main_holder {
    width: 100%;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    display: grid;
}

.educational_yield_f8 .text_main_holder::before {
    background: rgb(217,139,113);
    width: 2px;
    top: -60px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
    height: 40px;
}

.educational_yield_f8 .text_main_holder > div {
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 20px;
    flex-direction: column;
    animation-delay: calc(var(--i, 0) * 0.15s);
    opacity: 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgb(217,139,113,0.5);
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(50px);
    position: relative;
    padding: 25px;
    animation: floatUp 0.6s forwards;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.educational_yield_f8 .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.educational_yield_f8 .text_main_holder > div:hover::before {
    opacity: 1;
}

.educational_yield_f8 .text_main_holder svg {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 50px;
    padding: 10px;
    height: 50px;
    border: 1px solid rgb(231,179,159,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(231,179,159,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.educational_yield_f8 .text_main_holder > div:hover svg path {
    fill: rgb(231,179,159);
}

.customer_reviews_xU {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(244,219,203) 0%, #ffffff 100%);
    overflow: hidden;
}

.customer_reviews_xU::after {
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,139,113), transparent);
    content: "";
    bottom: 0;
}

.customer_reviews_xU h2::after {
    background: rgb(217,139,113);
    bottom: -1rem;
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
    transition: transform 0.5s ease-out;
    transform: translateX(-50%) scaleX(0.8);
    width: 80px;
}

.customer_reviews_xU h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}

.customer_reviews_xU .student_praise_zo {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    position: relative;
}

.customer_reviews_xU .opinion_spot_qL::before {
    right: 1rem;
    position: absolute;
    color: rgb(217,139,113);
    opacity: 0.1;
    font-size: 8rem;
    content: "";
    transform: rotate(10deg);
    font-family: Georgia, serif;
    line-height: 1;
    transition: all 0.5s ease;
    top: -2rem;
}

.customer_reviews_xU .opinion_spot_qL:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
    transform: translateY(-8px);
}

.customer_reviews_xU .opinion_spot_qL h3 {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: calc(20px * 1.1);
    margin-bottom: 0.8rem;
}

.customer_reviews_xU .opinion_spot_qL:hover h3::after {
    width: 100%;
}

.customer_reviews_xU .opinion_spot_qL div {
    height: 60px;
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.customer_reviews_xU .opinion_spot_qL div::after {
    content: "";
    inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgb(217,139,113,0.5) 150%);
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
}

.aspiring_learners_pB {
    overflow: hidden;
    padding: 110px 0;
    position: relative;
    background: #ffffff;
}

.aspiring_learners_pB .container {
    z-index: 2;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.aspiring_learners_pB .study_track_iJ {
    position: relative;
}

.aspiring_learners_pB h4 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
}

.aspiring_learners_pB div > div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.aspiring_learners_pB p {
    font-size: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 15px;
    margin: 0;
    padding: 25px 30px;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    overflow: hidden;
    color: #000000;
}

.aspiring_learners_pB p:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}

.aspiring_learners_pB p:hover::before {
    width: 8px;
}

.aspiring_learners_pB p:hover::after {
    opacity: 0.2;
}

.aspiring_learners_pB p svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,179,159);
}

.aspiring_learners_pB p:hover svg {
    transform: scale(1.2);
}

.aspiring_learners_pB p:nth-child(even)::before {
    background: rgb(217,139,113);
}



.aspiring_learners_pB .study_track_iJ > div p {
    animation: fadeInSlide 0.5s ease forwards;
    opacity: 0;
}

.aspiring_learners_pB .study_track_iJ > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.aspiring_learners_pB .study_track_iJ > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.aspiring_learners_pB .study_track_iJ > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.course_features_lS {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(145deg, rgb(244,219,203) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
}

.course_features_lS::after {
    border-radius: 50%;
    right: -5%;
    position: absolute;
    height: 300px;
    z-index: 0;
    top: -5%;
    background: linear-gradient(225deg, rgb(231,179,159) 0%, rgba(rgb(231,179,159,0.5), 0.4) 70%);
    width: 300px;
    opacity: 0.2;
    filter: blur(80px);
    content: "";
}

.course_features_lS h2 {
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    font-size: 38px;
    max-width: 90%;
    margin-bottom: 40px;
    transform: translateX(-8px);
    color: #000000;
}

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

.course_features_lS .img_cover_Sv::before {
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(231,179,159,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgba(0, 0, 0, 0.5), 0.2) 100%
    );
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.course_features_lS .text_column_wrap_aH {
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.03),
        0 1px 8px rgba(rgba(0, 0, 0, 0.5), 0.01);
    overflow-y: auto;
    padding: 20px;
    background: #ffffff;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: rgb(231,179,159) rgba(rgb(231,179,159,0.5), 0.1);
    max-height: 500px;
    transform: translateY(-5px);
}

.course_features_lS .description:last-child {
    margin-bottom: 0;
}

.reach_out_fc {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.reach_out_fc::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    backdrop-filter: blur(10px);
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgb(231,179,159,0.5);
}

.reach_out_fc .container {
    max-width: 1200px;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.reach_out_fc .support_panel_Sw {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 30px;
    backdrop-filter: blur(15px);
}

.reach_out_fc .message_inquiry_6y::after {
    opacity: 0.3;
    width: 150px;
    left: -75px;
    background: rgb(231,179,159);
    position: absolute;
    height: 150px;
    content: '';
    bottom: -75px;
    border-radius: 50%;
}

.reach_out_fc .message_inquiry_6y div {
    transition: transform 0.3s ease;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-bottom: 25px;
    display: flex;
}

.reach_out_fc .message_inquiry_6y div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.reach_out_fc .message_inquiry_6y div span {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
}

.reach_out_fc .message_inquiry_6y div span a:hover {
    text-decoration: underline;
    color: rgb(244,219,203);
}

.reach_out_fc .request_info_Px::before {
    content: '';
    height: 5px;
    background: linear-gradient(to right, rgb(231,179,159), rgb(217,139,113));
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.reach_out_fc .request_info_Px h3::after {
    background: rgb(217,139,113);
    content: '';
    width: 50px;
    height: 3px;
    left: 0;
    bottom: -10px;
    position: absolute;
}

.reach_out_fc form input[type="text"]:focus,
.reach_out_fc form input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(rgb(217,139,113), 0.2);
    border-color: rgb(217,139,113);
    background: rgba(255, 255, 255, 0.12);
    outline: none;
    transform: translateY(-2px);
}

.reach_out_fc form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.reach_out_fc .message_feedback_06 input[type="checkbox"] {
    height: 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    width: 0;
}

.reach_out_fc .message_feedback_06 label::before {
    position: absolute;
    transition: all 0.3s ease;
    width: 22px;
    content: '';
    left: 0;
    border: 2px solid rgb(217,139,113);
    background: transparent;
    top: 2px;
    height: 22px;
    border-radius: 10px;
}

.reach_out_fc .message_feedback_06 label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(217,139,113);
}

.reach_out_fc .message_feedback_06 label a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.reach_out_fc form .query_message_f6 {
    background: linear-gradient(to right, rgb(231,179,159), rgb(217,139,113));
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 16px 30px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reach_out_fc form .query_message_f6:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.reach_out_fc .message_inquiry_6y div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}

.our_story_ta .study_training_8k div::-webkit-scrollbar {
    width: 6px;
}

.our_story_ta .study_training_8k div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.our_story_ta .study_training_8k div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,139,113,0.5);
}

.course_features_lS .text_column_wrap_aH::-webkit-scrollbar {
    width: 6px;
}

.course_features_lS .text_column_wrap_aH::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgb(231,179,159,0.5), 0.1);
}

.course_features_lS .text_column_wrap_aH::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(231,179,159);
}



@media (max-width: 576px) {.class_guide_yD {
    padding: 3rem 0 1.5rem;
}.class_guide_yD .get_help_Lc {
    grid-template-columns: 1fr;
}.class_guide_yD .input_holder {
    flex-direction: column;
}.class_guide_yD .access_classes_O0 {
    width: 100%;
}.class_guide_yD .header_start_Vt,
    .class_guide_yD .header_mainbar_Wy h5,
    .class_guide_yD .head_master_pd,
    .class_guide_yD .head_master_pd a {
    text-align: center;
    align-items: center;
}.class_guide_yD .header_start_Vt svg {
    margin: 0 auto;
}.class_guide_yD .blog_ref_fS {
    text-align: center;
    max-width: 100%;
}.class_guide_yD .head_master_pd:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.class_guide_yD .get_help_Lc::after {
    transform: translateX(-50%);
    left: 50%;
}.class_guide_yD .head_master_pd a::before {
    display: none;
}.class_guide_yD .head_master_pd a:hover {
    padding-left: 0;
}}



@media (min-width: 1024px) {.our_story_ta {
    padding: 10rem 0;
}.our_story_ta::before {
    background-size: 80px 80px;
}.our_story_ta .container {
    padding: 0 4rem;
}.our_story_ta h1 {
    margin-bottom: 5rem;
    font-size: calc(47px * 1.4);
}.our_story_ta h1::after {
    width: 140px;
}.our_story_ta .study_training_8k {
    padding: 3rem;
}.our_story_ta .study_training_8k h4 {
    font-size: calc(21px * 1.1);
    margin-bottom: 2rem;
}.our_story_ta .study_training_8k div {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 767px) {.start_now_bY {
    padding: 70px 0;
}.start_now_bY .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.start_now_bY .container p {
    border-left-width: 4px;
    font-size: 20px;
    padding-left: 15px;
}.start_now_bY .query_message_f6 {
    justify-self: start;
    padding: 14px 30px;
}.start_now_bY .container::before {
    width: 70%;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .nav_pro_Ad {
    padding: 1.2rem;
}header .nav_expert_XP {
    padding: 0 0 0.8rem 0;
}header .nav_expert_XP svg {
    width: 150px;
}header .header_mainbar_Wy {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .main_learning_3e {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .nav_pro_Ad {
    padding: 0.8rem 0.8rem 1rem;
}header .nav_expert_XP {
    padding: 0 0 0.6rem 0;
}header .nav_expert_XP svg {
    width: 120px;
}header .header_mainbar_Wy {
    padding-top: 0.6rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 0.3rem;
}header .header_mainbar_Wy::-webkit-scrollbar {
    height: 3px;
}header .header_mainbar_Wy::-webkit-scrollbar-thumb {
    background: rgb(231,179,159);
    border-radius: 10px;
}header .main_learning_3e {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 768px) {.title_board_Io {
    min-height: auto;
    padding: 2rem 1rem;
}.title_board_Io .skill_mastery_y2 {
    margin-bottom: 2rem;
}.title_board_Io .start_intro_aw {
    font-size: calc(30px * 0.9);
    transform: translateX(0);
    padding-bottom: 1rem;
}.title_board_Io .main_begin_rZ {
    padding: 1.5rem;
}.title_board_Io .main_begin_rZ > div > div {
    margin-bottom: 1.5rem;
    padding: 0.75rem 1.5rem;
}.title_board_Io .main_begin_rZ p {
    font-size: 15px;
}.title_board_Io .main_begin_rZ h3 {
    font-size: calc(22px * 1.1);
    padding: 0.75rem 1rem;
}
}



@media (max-width: 768px) {.thxField_er {
    padding: 70px 0;
}.thxField_er h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.thxField_er h2::after {
    width: 60px;
}.thxField_er .study_track_iJ {
    padding: 25px;
    transform: perspective(1000px) rotateY(-1deg);
}.thxField_er span {
    font-size: calc(16px * 0.95);
}
}


@media (max-width: 768px) {.modalCookieSettings_N7 .cookie_alerts_p2 {
    margin-right: 0;
    margin-bottom: 15px;
}.modalCookieSettings_N7 .cookie_gate_wz {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}



@media (min-width: 1200px) {.education_history_hJ {
    padding: 10rem 0;
}.education_history_hJ .container {
    padding: 0 3rem;
}.education_history_hJ .opinion_spot_qL {
    gap: 4rem;
    padding: 5rem;
}.education_history_hJ .img_cover_Sv {
    width: 220px;
    height: 220px;
}.education_history_hJ .name {
    margin-bottom: 0.75rem;
    font-size: calc(24px * 1.3);
}.education_history_hJ .opinion_spot_qL div:nth-child(2) div {
    font-size: calc(15px * 1.05);
    margin-bottom: 1.5rem;
}.education_history_hJ .career_story_nS {
    padding: 2.5rem;
    line-height: 1.9;
    font-size: calc(15px * 1.1);
}
}



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



@media (max-width: 767px) {.price_offer_if {
    padding: 60px 0;
}.price_offer_if h2 {
    font-size: calc(37px - 4px);
}.price_offer_if .pay_options_WP {
    font-size: calc(15px - 1px);
    margin-bottom: 40px;
}.price_offer_if .cost_table_sX {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.price_offer_if .access_plans_iy h4 {
    font-size: 21px;
}.price_offer_if .promo_plans_Hk {
    font-size: 21px;
}
}




@media (max-width: 991px) {.secure_cache_TO {
    padding: 3rem 1.5rem;
}.secure_cache_TO h1 {
    font-size: calc(39px * 0.9);
}.secure_cache_TO h2 {
    font-size: calc(34px * 0.9);
}.secure_cache_TO p, .secure_cache_TO span, .secure_cache_TO li {
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 480px) {.secure_cache_TO {
    padding: 2rem 1rem;
}.secure_cache_TO h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.7);
}.secure_cache_TO h1::after {
    width: 60px;
}.secure_cache_TO:hover h1::after {
    width: 80px;
}.secure_cache_TO h2 {
    font-size: calc(34px * 0.7);
    margin-top: 2rem;
    margin-bottom: 1rem;
}.secure_cache_TO p, .secure_cache_TO span, .secure_cache_TO li {
    margin-bottom: 1.25rem;
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}.secure_cache_TO li::before {
    top: 0.4rem;
    width: 6px;
    height: 6px;
}.secure_cache_TO p:hover, .secure_cache_TO li:hover {
    transform: translateX(3px);
}}



@media (max-width: 576px) {.educational_yield_f8 {
    padding: 60px 0 100px;
}.educational_yield_f8 .text_main_holder {
    gap: 25px;
    grid-template-columns: 1fr;
}.educational_yield_f8 .img_cover_Sv {
    height: 250px;
    margin-bottom: 40px;
}.educational_yield_f8 h2 {
    padding-bottom: 20px;
    font-size: 35px;
}.educational_yield_f8 .text_main_holder svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}}



@media (min-width: 1024px) {.customer_reviews_xU {
    padding: 10rem 0;
}.customer_reviews_xU h2 {
    font-size: calc(35px * 1.3);
}.customer_reviews_xU .student_praise_zo {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}.customer_reviews_xU .opinion_spot_qL div {
    height: 70px;
    width: 70px;
}
}



@media (prefers-reduced-motion: reduce) {.customer_reviews_xU .opinion_spot_qL,
    .customer_reviews_xU .opinion_spot_qL::before,
    .customer_reviews_xU .opinion_spot_qL h3::after,
    .customer_reviews_xU .opinion_spot_qL div,
    .customer_reviews_xU .opinion_spot_qL div img {
    transition: none;
}.customer_reviews_xU .opinion_spot_qL:hover {
    transform: none;
}
}



@media (max-width: 768px) {.aspiring_learners_pB {
    padding: 70px 0;
}.aspiring_learners_pB h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.aspiring_learners_pB h4::after {
    width: 60px;
}.aspiring_learners_pB div > div {
    gap: 15px;
}.aspiring_learners_pB p {
    padding: 18px 20px;
}
}



@media (max-width: 576px) {.aspiring_learners_pB {
    padding: 60px 0;
}.aspiring_learners_pB h4 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.aspiring_learners_pB h4::after {
    width: 50px;
    height: 2px;
}.aspiring_learners_pB div > div {
    gap: 12px;
}.aspiring_learners_pB p {
    font-size: calc(16px * 0.9);
    padding: 15px;
}.aspiring_learners_pB p svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
}.aspiring_learners_pB p:hover {
    transform: translateX(5px);
}}



@media (min-width: 1200px) {.course_features_lS .container {
    padding: 0 40px;
}.course_features_lS .learn_now_U0 {
    gap: 100px;
}.course_features_lS .img_cover_Sv {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course_features_lS .img_cover_Sv:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(10px);
}.course_features_lS .text_column_wrap_aH {
    transform: translateY(-10px);
}
}



@media (max-width: 767px) {.course_features_lS {
    padding: 80px 0 60px;
}.course_features_lS h2 {
    margin-bottom: 30px;
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.course_features_lS .img_cover_Sv {
    height: 280px;
}.course_features_lS .text_column_wrap_aH {
    padding: 15px;
    max-height: 400px;
}.course_features_lS .description {
    font-size: calc(13px * 0.95);
}}



@media screen and (max-width: 576px) {.reach_out_fc {
    padding: 60px 0;
}.reach_out_fc .container {
    width: 95%;
}.reach_out_fc .message_inquiry_6y,
    .reach_out_fc .request_info_Px {
    padding: 30px 20px;
}.reach_out_fc .message_inquiry_6y h3 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.reach_out_fc .request_info_Px h3 {
    font-size: calc(19px * 0.9);
}.reach_out_fc form input[type="text"],
    .reach_out_fc form input[type="email"] {
    margin-bottom: 15px;
    padding: 14px 16px;
}.reach_out_fc .message_feedback_06 label {
    font-size: calc(15px * 0.9);
}.reach_out_fc form .query_message_f6 {
    padding: 14px 20px;
}
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes lineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

