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

.header_site_2635 {
    flex: 1 0 auto;
}

.container-wrap_3458 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    z-index: 99;
    background: rgb(210,219,235);
    position: relative;
    width: 100%;
}


.welcome_page_9785 {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    background-color: rgb(210,219,235);
    justify-content: center;
    perspective: 1000px;
    padding: 2rem 1rem;
}

.welcome_page_9785 .exp_years_0823 {
    margin-bottom: 2rem;
    transition: transform 0.5s ease-out;
    transform: translateZ(20px);
    position: relative;
}

.welcome_page_9785 .start_head_5427::after {
    left: 0;
    height: 4px;
    transition: transform 0.3s ease;
    width: 80px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(165,187,213), rgb(165,187,213,0.5));
    content: "";
    transform: scaleX(1) translateZ(5px);
    transform-origin: left;
}

.welcome_page_9785 .page_welcome_9573::before {
    z-index: 1;
    bottom: 0;
    background: linear-gradient(135deg, 
    rgb(165,187,213,0.5) 0%, 
    rgba(255, 255, 255, 0.9) 40%, 
    rgba(255, 255, 255, 0.85) 60%, 
    rgb(118,154,188,0.5) 100%);
    right: 0;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    content: "";
    left: 0;
}

.welcome_page_9785 .page_welcome_9573 p::before {
    transform: translateZ(5px);
    position: absolute;
    left: -20px;
    border-left: 3px solid rgb(165,187,213);
    width: 40px;
    content: "";
    opacity: 0.7;
    border-top: 3px solid rgb(165,187,213);
    top: -10px;
    height: 40px;
}

.welcome_page_9785:hover .exp_years_0823 {
    transform: translateZ(25px);
}

.welcome_page_9785:hover .start_head_5427::after {
    transform: scaleX(1.2) translateZ(5px);
}

.welcome_page_9785:hover .page_welcome_9573 p {
    transform: translateZ(20px);
}

.welcome_page_9785:hover .page_welcome_9573 h3 {
    transform: translateZ(25px);
}

.connect_with_us_8923::before {
    left: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.connect_with_us_8923 .message_support_7815 {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
}

.connect_with_us_8923 .message_widget_4086 {
    background: #ffffff;
    grid-row: 1;
    padding: 50px 40px;
    grid-column: 1;
}

.connect_with_us_8923 #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}

.connect_with_us_8923 input[type="text"] {
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid rgb(210,219,235);
    font-size: 14px;
}

.connect_with_us_8923 .reach_panel_4753 {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.connect_with_us_8923 .reach_panel_4753 input[type="checkbox"]:checked {
    background: rgb(165,187,213);
    border-color: rgb(165,187,213);
}

.connect_with_us_8923 .reach_panel_4753 input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    content: "✓";
    left: 50%;
    color: #ffffff;
    font-size: 16px;
}

.connect_with_us_8923 .reach_panel_4753 a:hover {
    color: rgb(118,154,188);
}

.connect_with_us_8923 .message_list_3890 {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 19px;
    text-transform: uppercase;
    padding: 15px 35px;
    background: rgb(165,187,213);
    overflow: hidden;
    align-self: flex-start;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
    border: none;
}

.connect_with_us_8923 .message_list_3890:hover::before {
    left: 100%;
}

.connect_with_us_8923 svg path {
    fill: rgb(165,187,213);
}

.our_story_9318 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(210,219,235) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
}

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

.our_story_9318 h1 {
    font-weight: 700;
    text-align: left;
    color: rgb(165,187,213);
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
    transform: skewX(-5deg);
    font-size: 44px;
}

.our_story_9318 h1:hover::after {
    transform: scaleX(1.5);
}

.our_story_9318 .success_story_9174 {
    position: relative;
}

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

.our_story_9318 .impact_facts_2984::before {
    position: absolute;
    left: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(165,187,213), rgb(118,154,188));
    content: "";
    transition: height 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 0;
    width: 4px;
}

.our_story_9318 .impact_facts_2984:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}

.our_story_9318 .impact_facts_2984:hover h4 {
    transform: translateX(10px);
    color: rgb(165,187,213);
}

.our_story_9318 .impact_facts_2984 div {
    font-size: 18px;
    transition: opacity 0.3s ease;
    overflow-y: auto;
    max-height: 200px;
    padding-right: 1rem;
    color: #000000;
    line-height: 1.8;
    opacity: 0.9;
    position: relative;
}

.education_history_8134 {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,219,235) 0%, rgb(118,154,188,0.5) 100%);
    padding: 5rem 0;
}

.education_history_8134 .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}

.education_history_8134 .feedback_perspectives_7124 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(20px);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    gap: 2.5rem;
    backdrop-filter: blur(5px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
}

.education_history_8134 .image_panel_0147::after {
    z-index: 1;
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
    content: "";
}

.education_history_8134 .feedback_perspectives_7124:hover .image_panel_0147 {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}

.education_history_8134 .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    color: #000000;
    font-size: 19px;
    letter-spacing: 0.03em;
    transform: translateZ(15px);
}

.education_history_8134 .feedback_perspectives_7124:hover .name::after {
    transform: scaleX(1);
}

.education_history_8134 .feedback_perspectives_7124 > div:nth-child(2) > div {
    color: rgb(118,154,188);
    font-size: calc(13px - 0.1rem);
    font-weight: 600;
    transform: translateZ(5px);
    position: relative;
    margin-top: 0.75rem;
}

.education_history_8134 .feedback_perspectives_7124:hover .career_story_5031 {
    opacity: 1;
}

.education_history_8134 .feedback_perspectives_7124:hover .career_story_5031::before {
    transform: scale(1.1) translateZ(20px);
}

.support_8124 {
    position: relative;
    padding: 5rem 0;
    background-color: rgb(210,219,235);
    overflow: hidden;
}

.support_8124::before {
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.support_8124 .container {
    z-index: 2;
    position: relative;
}

.support_8124 .message_section_6174 {
    flex-direction: column;
    position: relative;
    display: flex;
}

.support_8124 .message_section_6174 h3::before {
    content: "";
    left: -1rem;
    height: 70%;
    border-radius: 10px;
    top: 50%;
    position: absolute;
    width: 5px;
    background-color: rgb(165,187,213);
    transform: translateY(-50%);
}

.support_8124 .course_info_3810 {
    margin: -1rem;
    display: flex;
    flex-wrap: wrap;
}

.support_8124 .course_info_3810 > span {
    padding: 2.5rem;
    border-radius: 21px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 0 calc(33.333% - 2rem);
    min-width: 250px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    z-index: 1;
    margin: 1rem;
    opacity: 1;
    overflow: hidden;
    position: relative;
}

.support_8124 .course_info_3810 > span:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.support_8124 .course_info_3810 > span svg {
    height: 28px;
    fill: rgb(165,187,213);
    opacity: 0.7;
    width: 28px;
    right: 1.5rem;
    position: absolute;
    transition: all 0.4s ease;
    top: 1.5rem;
}

.support_8124 .course_info_3810 > span:hover svg path {
    stroke-width: 1;
}

.support_8124 .course_info_3810 p svg {
    width: 18px;
    position: static;
    fill: rgb(165,187,213);
    margin-right: 10px;
    opacity: 0.8;
    height: 18px;
}

.support_8124 .course_info_3810 span > span svg {
    position: static;
    height: 16px;
    opacity: 0.8;
    margin-right: 8px;
    width: 16px;
}

.support_8124 .course_info_3810 a {
    align-items: center;
    display: inline-flex;
    transition: color 0.3s ease;
    color: rgb(165,187,213);
    text-decoration: none;
    position: relative;
}

.support_8124 .course_info_3810 a:hover {
    color: rgb(118,154,188);
}

.support_8124 .course_info_3810 a:hover svg {
    fill: rgb(118,154,188);
    transform: translateX(3px);
}

.support_8124 .course_info_3810 a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background-color: rgb(118,154,188);
}

.support_8124 .contact_map_4265::before {
    height: 100%;
    top: 0;
    opacity: 0.4;
    content: "";
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent 98%, rgb(118,154,188) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(118,154,188) 0), 
                linear-gradient(135deg, transparent 98%, rgb(118,154,188) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(118,154,188) 0);
    z-index: -1;
    background-size: 20px 20px;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
}

.support_8124 .contact_map_4265:hover h4 svg {
    transform: rotate(360deg);
}

.support_8124 .contact_map_4265 span {
    align-items: center;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    display: inline-flex;
    background-color: rgba(rgb(118,154,188,0.5), 0.1);
    color: #000000;
    transition: all 0.3s ease;
    margin: 0.5rem 1rem 0.5rem 0;
}

.support_8124 .contact_map_4265 span svg {
    fill: rgb(118,154,188);
    margin-right: 8px;
    transition: all 0.3s ease;
    width: 14px;
    height: 14px;
    opacity: 0.8;
}

.support_8124 .course_info_3810 > span:hover::after {
    width: 100%;
}

.support_8124 .course_info_3810 > span:hover::after {
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(165,187,213), rgb(118,154,188), rgb(165,187,213));
}

.support_8124 .course_info_3810 > span:nth-child(2) {
    animation-delay: 0.2s;
}

.support_8124 .course_info_3810 > span:nth-child(4) {
    animation-delay: 0.4s;
}

.support_8124 .course_info_3810 > span:nth-child(6) {
    animation-delay: 0.6s;
}

.support_8124 .container::after {
    content: "";
    z-index: -1;
    border: 20px solid rgb(118,154,188,0.5);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    opacity: 0.1;
    position: absolute;
    bottom: -10%;
    left: -10%;
}

.cookie_alert_message_5463 {
    z-index: 1050;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 12px;
    max-width: 500px;
    bottom: 20px;
    overflow: hidden;
    left: 50%;
    position: fixed;
    font-family: Arial, sans-serif;
    width: 90%;
}

.cookie_alert_message_5463 p {
    font-size: 15px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.cookie_overview_5708 {
    text-decoration: none;
    display: inline-block;
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin: 5px;
    transition: background 0.3s ease-in-out;
    background: rgb(165,187,213);
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
}

#cookie_popup_info_0458 {
    display: none;
}

#cookie_popup_info_0458:checked ~ .cookie_alert_message_5463 {
    visibility: hidden;
    opacity: 0;
}

.quantitative_data_1583::before {
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 30%, rgb(165,187,213,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgb(118,154,188,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.15;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
}

.quantitative_data_1583 .boost_growth_9217 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    transform: translateY(0);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}



.quantitative_data_1583 .boost_growth_9217 {
    animation: statsAppear 0.8s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    opacity: 0;
}

.quantitative_data_1583 .boost_growth_9217 div {
    height: 100%;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
}

.quantitative_data_1583 .boost_growth_9217:hover p {
    transform: perspective(500px) translateZ(30px);
}

.quantitative_data_1583 .boost_growth_9217 span {
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 90%;
    transform: translateY(0);
    opacity: 0.9;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.quantitative_data_1583 h4::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    border-radius: 10px;
    width: 60px;
    background: linear-gradient(90deg, rgb(165,187,213) 0%, rgb(118,154,188) 100%);
    height: 3px;
}

.quantitative_data_1583 .boost_growth_9217:nth-child(2) {
    animation-delay: 0.2s;
}

.quantitative_data_1583 .boost_growth_9217:nth-child(4) {
    animation-delay: 0.4s;
}

.quantitative_data_1583 .boost_growth_9217:nth-child(6) {
    animation-delay: 0.6s;
}

.thanksHub_4578 {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(210,219,235) 0%, rgb(165,187,213,0.5) 100%);
    overflow: hidden;
}

.thanksHub_4578::after {
    background: radial-gradient(circle, rgb(118,154,188) 0%, transparent 70%);
    border-radius: 50%;
    right: -150px;
    filter: blur(50px);
    animation: float 15s infinite ease-in-out;
    position: absolute;
    height: 300px;
    top: -150px;
    opacity: 0.2;
    content: "";
    width: 300px;
}

.thanksHub_4578 h2::after {
    background: linear-gradient(90deg, rgb(165,187,213), rgb(118,154,188));
    height: 3px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    transition: width 0.3s ease;
    bottom: -15px;
}

.thanksHub_4578 .learn_way_9830 {
    border-radius: 25px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    padding: 40px;
}

.thanksHub_4578 .learn_way_9830:hover {
    transform: translateY(-5px);
}

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

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

.thanksHub_4578 span::after {
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
}

.ranking_bar_2460::after {
    animation: glowLine 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(165,187,213), transparent);
    z-index: 2;
    top: 0;
    right: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
}

.ranking_bar_2460 .msg_team_8651 {
    border: 1px solid rgb(118,154,188,0.5);
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    border-radius: 23px;
    gap: 2rem;
    backdrop-filter: blur(8px);
    padding: 1.5rem;
    position: relative;
}

.ranking_bar_2460 .info_item:hover {
    transform: translateY(-5px);
}

.ranking_bar_2460 .info_item p, 
.ranking_bar_2460 .info_item a {
    padding: 0.75rem;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    font-size: calc(13px - 2px);
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    border-radius: 10px;
    gap: 0.5rem;
}

.ranking_bar_2460 .header_know_2513 {
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
    display: flex;
}

.ranking_bar_2460 .header_know_2513 svg:hover {
    filter: drop-shadow(0 0 10px rgb(165,187,213));
}

.ranking_bar_2460 .discuss_cta_9034 {
    max-width: 280px;
    opacity: 0.7;
    font-size: calc(16px - 1px);
    color: #ffffff;
    line-height: 1.5;
}

.ranking_bar_2460 .nav_pagewrap_2395 h5 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    color: #ffffff;
    font-size: 22px;
    position: relative;
    font-weight: 600;
}

.ranking_bar_2460 .nav_pagewrap_2395:hover h5::after {
    width: 80px;
}

.ranking_bar_2460 .top_mentor_7605 a {
    padding-left: 1rem;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}

.ranking_bar_2460 .top_mentor_7605 a:hover {
    color: rgb(165,187,213);
    transform: translateX(5px);
    opacity: 1;
}

.ranking_bar_2460 .top_mentor_7605 a:hover::before {
    background: rgb(165,187,213);
    width: 7px;
    box-shadow: 0 0 8px rgb(165,187,213);
    height: 7px;
}

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

.ranking_bar_2460 .subscribe_holder p {
    font-size: calc(13px - 1px);
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
}

.ranking_bar_2460 .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(165,187,213,0.5);
    border-color: rgb(165,187,213);
}

.ranking_bar_2460 .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.ranking_bar_2460 .join_list_5816 {
    background: rgb(165,187,213);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 0.875rem 1.5rem;
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
    font-size: 19px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.ranking_bar_2460 .join_list_5816:hover::before {
    left: 100%;
}

.ranking_bar_2460 .partner_logo_9713 {
    padding-top: 1.5rem;
    margin-top: 3rem;
    position: relative;
    border-top: 1px solid rgb(118,154,188,0.5);
    text-align: center;
}

.ranking_bar_2460 .qna_board_3260 {
    font-size: 16px;
    opacity: 0.7;
    color: #ffffff;
}

.privacy_nook_8254 {
    background: linear-gradient(145deg, rgb(210,219,235), #ffffff);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 4rem 2rem;
}

.privacy_nook_8254::after {
    background: linear-gradient(180deg, transparent 0%, rgb(210,219,235) 100%);
    position: absolute;
    height: 300px;
    opacity: 0.07;
    transform: skewY(-3deg) translateY(50%);
    z-index: -1;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
}

.privacy_nook_8254 h1::after {
    width: 60px;
    position: absolute;
    transform: scaleX(1);
    left: 1.5rem;
    height: 3px;
    transform-origin: left center;
    bottom: -10px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(118,154,188);
}

.privacy_nook_8254 h2::before {
    height: 2px;
    background-color: rgb(165,187,213);
    width: 40px;
    transition: width 0.3s ease-out;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}

.privacy_nook_8254 h3::before {
    width: 3px;
    bottom: 0;
    transform: scaleY(0.7);
    content: "";
    background-color: rgb(118,154,188);
    top: 0;
    position: absolute;
    left: 0;
}

.privacy_nook_8254 p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.01em;
    max-width: 100%;
}

.privacy_nook_8254 p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(118,154,188,0.5) 50%, transparent 100%);
}

.privacy_nook_8254 li {
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-size: 14px;
    margin-bottom: 0.875rem;
    padding-left: 1.5rem;
}

.privacy_nook_8254 li:hover::before {
    background: rgb(165,187,213);
    transform: translateY(-50%) scale(1.2);
}

.privacy_nook_8254 span {
    font-size: 14px;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    border-left: 1px solid rgb(118,154,188,0.5);
    display: block;
    line-height: 1.7;
    padding: 0.5rem 0 0.5rem 1rem;
    color: #000000;
}

.course_highlights_6349::after {
    content: "";
    filter: blur(80px);
    background-color: rgb(165,187,213,0.5);
    border-radius: 50%;
    top: -50px;
    right: -50px;
    width: 200px;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    height: 200px;
    z-index: 0;
    position: absolute;
}

.course_highlights_6349 .content_wrapper_4573::before {
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    width: 80px;
    top: -20px;
    background: linear-gradient(90deg, rgb(165,187,213), rgb(118,154,188));
}

.course_highlights_6349 .content_wrapper_4573 h2:hover {
    transform: translateX(10px);
}

.course_highlights_6349 .content_wrapper_4573 .description {
    color: #000000;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    border-left: 2px solid rgb(165,187,213);
    line-height: 1.7;
    position: relative;
}

.course_highlights_6349 .image_panel_0147 {
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.2;
    height: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    top: 0;
    position: absolute;
}

.course_highlights_6349 .learn_path_8263:hover .image_panel_0147 {
    opacity: 0.3;
    transform: scale(1.05);
}

.course_highlights_6349 .image_panel_0147::after {
    background: linear-gradient(225deg, rgb(118,154,188,0.5) 0%, transparent 100%);
    position: absolute;
    height: 40%;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    width: 80%;
}

.course_highlights_6349 .learn_path_8263::after {
    border-radius: 10px;
    height: 40px;
    content: "";
    width: 40px;
    position: absolute;
    z-index: -1;
    top: 40px;
    animation: rotateAnimation 20s infinite linear;
    right: -20px;
    border: 4px solid rgb(165,187,213,0.5);
}

.course_highlights_6349 .content_wrapper_4573 .description:first-of-type {
    border-left: none;
    overflow: hidden;
    padding: 20px;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(210,219,235) 10px,
        rgb(210,219,235) 12px
    );
    border-radius: 10px;
    position: relative;
}

.course_highlights_6349 .content_wrapper_4573 .description:last-child::before {
    position: absolute;
    content: "";
    filter: brightness(0.5) contrast(1.2);
    top: 0;
    background-size: cover;
    z-index: -1;
    border-radius: 30px;
    left: 0;
    height: 100%;
    background-position: center;
    width: 100%;
}

.course_highlights_6349 .container::before {
    height: 1px;
    width: 150%;
    content: "";
    position: absolute;
    left: -25%;
    bottom: -40px;
    background: linear-gradient(90deg, transparent, rgb(165,187,213,0.5), transparent);
}

.plan_selection_8140 {
    position: relative;
    background: rgb(210,219,235);
    padding: 120px 0;
    overflow: hidden;
}

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

.plan_selection_8140 .payment_plan_6819 {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}

.plan_selection_8140 .member_plans_6138 h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
    position: relative;
}

.plan_selection_8140 .pricing_list_3245 {
    overflow-wrap: break-word;
    margin-bottom: 0;
    max-width: 600px;
    word-break: break-word;
    color: #000000;
    line-height: 1.7;
    margin: 0 auto;
    font-size: 18px;
}

.plan_selection_8140 .learn_fees_2763 {
    animation-delay: calc(var(--index, 0) * 0.1s);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    border-radius: 10px;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
    animation: fadeInUp 0.8s ease-out forwards;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}

.plan_selection_8140 .learning_package_3861::before {
    content: "";
    background: linear-gradient(90deg, rgb(165,187,213), rgb(118,154,188));
    width: 100%;
    position: absolute;
    left: 0;
    height: 5px;
    top: 0;
}

.plan_selection_8140 .training_fees_2943 h3 {
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 700;
    position: relative;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 24px;
}

.plan_selection_8140 .learn_fees_2763:hover .training_fees_2943 h3::after {
    width: 70px;
}

.plan_selection_8140 .promo_plans_0182 {
    border-radius: 10px;
    font-size: calc(24px * 1.2);
    position: relative;
    overflow-wrap: break-word;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    padding: 8px 16px;
    margin: 10px 0 20px;
    color: rgb(165,187,213);
    font-weight: 700;
    display: inline-block;
    word-break: break-word;
}

.plan_selection_8140 .learn_fees_2763:hover .image_panel_0147 {
    transform: scale(1.05);
    filter: brightness(1.05);
}

.course_rewards_6253::before {
    top: 0;
    z-index: 0;
    width: 100%;
    transform: translateZ(-10px);
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(165,187,213,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(118,154,188,0.5) 0%, transparent 50%);
    content: "";
}

.course_rewards_6253 .content_wrapper_4573 {
    flex: 1;
    transform: translateZ(30px);
    position: relative;
}

.course_rewards_6253 .content_wrapper_4573::before {
    animation: lineReveal 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    content: "";
    left: -20px;
    top: 0;
    transform: scaleY(0);
    height: 100%;
    transform-origin: top;
    width: 5px;
    background: linear-gradient(to bottom, rgb(165,187,213), rgb(118,154,188));
    position: absolute;
}

.course_rewards_6253 .content_wrapper_4573 > div {
    gap: 30px;
    margin-top: 20px;
    display: flex;
}

.course_rewards_6253 ul {
    flex: 1;
    padding: 0;
    list-style: none;
    margin: 0;
}

.course_rewards_6253 li {
    animation: fadeSlideIn 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    transform: translateX(-20px);
}

.course_rewards_6253 li {
    margin-bottom: 15px;
}

.course_rewards_6253 li:hover {
    transform: translateX(5px) translateZ(10px);
}

.course_rewards_6253 li p span:first-child {
    margin-top: 3px;
    flex-shrink: 0;
}

.course_rewards_6253 li p span:last-child {
    padding-bottom: 5px;
    position: relative;
}

.course_rewards_6253 li:hover p span:last-child::after {
    transform: scaleX(1);
}

.course_rewards_6253 svg {
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
    height: 24px;
    width: 24px;
}

.course_rewards_6253 li:hover svg {
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
    transform: rotate(10deg) scale(1.1);
}

.course_rewards_6253 li:hover svg path {
    fill: rgb(118,154,188);
}

.course_rewards_6253 .image_panel_0147::before {
    position: absolute;
    content: "";
    border-radius: 16px;
    opacity: 0.1;
    transform: translateZ(-5px);
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(165,187,213,0.5), rgb(118,154,188,0.5));
}

.course_rewards_6253 .image_panel_0147::after {
    background: rgb(165,187,213,0.5);
    position: absolute;
    height: 80px;
    right: -20px;
    content: "";
    filter: blur(20px);
    width: 80px;
    z-index: -1;
    top: -20px;
    border-radius: 50%;
}

header::before {
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(165,187,213,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.2;
    content: "";
}

header .header_sitebar_7605 {
    display: flex;
    position: relative;
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
}

header .header_sitebar_7605::before {
    filter: blur(5px);
    width: 30%;
    height: 5px;
    content: "";
    position: absolute;
    top: -10px;
    left: 10%;
    background: linear-gradient(90deg, rgb(165,187,213), transparent);
}

header .header_sitebar_7605 .header_know_2513 {
    padding: 5px;
    z-index: 2;
    position: relative;
}

header .header_sitebar_7605 .header_know_2513:hover::before {
    opacity: 0.7;
}

header .header_sitebar_7605 .header_know_2513 .head_skill_0351 {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}

header .header_sitebar_7605 .header_know_2513:hover .head_skill_0351 {
    transform: scale(1.05);
}

header .header_sitebar_7605 .nav_pagewrap_2395 {
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    padding: 10px;
    border-radius: 30px;
}

header .header_sitebar_7605 .nav_pagewrap_2395 .site_start_0236 {
    position: relative;
    margin: 0 3px;
}

header .header_sitebar_7605 .nav_pagewrap_2395 .site_start_0236 a {
    font-size: 14px;
    z-index: 1;
    padding: 8px 15px;
    font-weight: 600;
    display: block;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    color: #000000;
}

header .header_sitebar_7605 .nav_pagewrap_2395 .site_start_0236 a::after {
    left: 50%;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    height: 150%;
    width: 150%;
    position: absolute;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    z-index: -1;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

header .header_sitebar_7605 .nav_pagewrap_2395 .site_start_0236:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(165,187,213), rgb(118,154,188));
}

.our_story_9318 .impact_facts_2984 div::-webkit-scrollbar {
    width: 5px;
}

.our_story_9318 .impact_facts_2984 div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}

.our_story_9318 .impact_facts_2984 div::-webkit-scrollbar-thumb {
    background-color: rgb(118,154,188,0.5);
    border-radius: 10px;
}



@media (max-width: 768px) {.welcome_page_9785 {
    perspective: 600px;
}.welcome_page_9785 .start_head_5427 {
    font-size: calc(39px * 0.7);
}.welcome_page_9785 .page_welcome_9573 {
    transform: translateZ(3px) rotateX(0.5deg);
    padding: 1.5rem 1rem;
}.welcome_page_9785 .page_welcome_9573::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
}.welcome_page_9785 .page_welcome_9573 p::before {
    width: 30px;
    height: 30px;
    left: -10px;
    top: -5px;
}
}



@media (hover: none) {.welcome_page_9785 .exp_years_0823,
  .welcome_page_9785 .start_head_5427,
  .welcome_page_9785 .page_welcome_9573,
  .welcome_page_9785 .page_welcome_9573 p,
  .welcome_page_9785 .page_welcome_9573 h3 {
    transform: none !important;
}.welcome_page_9785 .start_head_5427::after {
    transform: scaleX(1) !important;
}}



@media (max-width: 992px) {.connect_with_us_8923 .message_support_7815 {
    grid-template-columns: 1fr;
}.connect_with_us_8923 .image_panel_0147 {
    border-top-left-radius: 15px;
    grid-column: 1;
    grid-row: 1;
    border-top-right-radius: 15px;
    border-radius: 0;
    min-height: 300px;
}.connect_with_us_8923 .message_widget_4086 {
    grid-row: 2;
    padding: 40px 30px;
    grid-column: 1;
}
}



@media (min-width: 768px) {.our_story_9318 {
    padding: 8rem 0;
}.our_story_9318 h1 {
    margin-bottom: 4rem;
    font-size: calc(44px * 1.2);
}.our_story_9318 .success_story_9174 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.our_story_9318 .impact_facts_2984 {
    padding: 3rem;
}.our_story_9318 .impact_facts_2984 div {
    max-height: 300px;
}
}



@media (min-width: 1200px) {.our_story_9318 .impact_facts_2984:first-child {
    transform: translateY(30px);
}.our_story_9318 .impact_facts_2984:last-child {
    transform: translateY(-30px);
}.our_story_9318 .impact_facts_2984:hover {
    transform: translateY(-10px);
}.our_story_9318 .impact_facts_2984:first-child:hover {
    transform: translateY(20px);
}.our_story_9318 .impact_facts_2984:last-child:hover {
    transform: translateY(-40px);
}.our_story_9318 .impact_facts_2984 div {
    max-height: 400px;
}
}



@media (max-width: 576px) {.our_story_9318 {
    padding: 4rem 0;
}.our_story_9318 h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 2.5rem;
}.our_story_9318 .impact_facts_2984 {
    padding: 2rem 1.5rem;
}.our_story_9318 .impact_facts_2984 h4 {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.9);
}.our_story_9318 .impact_facts_2984 div {
    font-size: calc(18px * 0.95);
    max-height: 150px;
}.our_story_9318 .success_story_9174 ul {
    gap: 2rem;
}
}



@media (min-width: 1024px) {.education_history_8134 .feedback_perspectives_7124 {
    padding: 4rem;
    grid-template-columns: 1.2fr 2fr;
}.education_history_8134 .image_panel_0147 {
    min-height: 450px;
}.education_history_8134 .name::after {
    width: 80px;
}.education_history_8134 .container {
    padding: 0 4rem;
}
}



@media (min-width: 1200px) {.education_history_8134 .feedback_perspectives_7124 {
    gap: 3rem 4rem;
    grid-template-columns: 1fr 1.8fr;
}.education_history_8134 .image_panel_0147 {
    min-height: 500px;
}.education_history_8134 .container {
    padding: 0 2rem;
}
}



@media (max-width: 767px) {.education_history_8134 {
    padding: 4rem 0;
}.education_history_8134 .feedback_perspectives_7124 {
    padding: 2rem;
}.education_history_8134 .image_panel_0147 {
    margin-bottom: 1rem;
    height: 250px;
}.education_history_8134 .career_story_5031 {
    font-size: calc(13px - 0.05rem);
}.education_history_8134 .name {
    margin-top: 0.5rem;
}
}


@media (min-width: 1200px) {.support_8124 .course_info_3810 > span {
    flex: 1 0 calc(33.333% - 2rem);
}.support_8124 {
    padding: 7rem 0;
}
}


@media (max-width: 1199px) and (min-width: 992px) {.support_8124 .course_info_3810 > span {
    flex: 1 0 calc(50% - 2rem);
}.support_8124 .course_info_3810 > span svg {
    height: 24px;
    width: 24px;
}
}


@media (max-width: 767px) {.support_8124 {
    padding: 4rem 0;
}.support_8124 .course_info_3810 > span {
    flex: 1 0 calc(100% - 2rem);
}.support_8124 .message_section_6174 h3 {
    max-width: 100%;
    font-size: calc(40px * 0.8);
}.support_8124 .ask_questions_1497 {
    font-size: 16px;
}.support_8124 .contact_map_4265 {
    padding: 2rem;
}.support_8124 .course_info_3810 > span {
    padding: 2rem;
}.support_8124 .course_info_3810 > span svg {
    height: 20px;
    top: 1rem;
    width: 20px;
    right: 1rem;
}.support_8124 .contact_map_4265 span svg {
    width: 12px;
    height: 12px;
}
}



@media (min-width: 768px) {.quantitative_data_1583 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.quantitative_data_1583 h4 {
    font-size: calc(21px * 1.2);
}.quantitative_data_1583 .boost_growth_9217 div {
    padding: 3rem 2rem;
}.quantitative_data_1583 .boost_growth_9217 p {
    margin-bottom: 1rem;
    font-size: calc(36px * 1.5);
}
}



@media (min-width: 992px) {.quantitative_data_1583 {
    padding: 6rem 0;
}.quantitative_data_1583 ul {
    grid-template-columns: repeat(4, 1fr);
}.quantitative_data_1583 .boost_growth_9217:nth-child(odd) {
    transform: translateY(20px);
}.quantitative_data_1583 .boost_growth_9217:nth-child(odd):hover {
    transform: translateY(10px);
}.quantitative_data_1583 .boost_growth_9217:nth-child(even):hover {
    transform: translateY(-10px);
}.quantitative_data_1583 h4 {
    margin-top: 5rem;
}
}



@media (max-width: 1024px) {.thanksHub_4578 {
    padding: 80px 0;
}.thanksHub_4578 h2 {
    font-size: calc(32px - 2px);
}.thanksHub_4578 .learn_way_9830 {
    padding: 30px;
}.thanksHub_4578 span {
    font-size: 17px;
}
}



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



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



@media (max-width: 768px) {.ranking_bar_2460 {
    padding: 3rem 0 1rem;
}.ranking_bar_2460 .msg_team_8651 {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.ranking_bar_2460 .info_item {
    min-width: 100%;
}.ranking_bar_2460 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.ranking_bar_2460 .subscribe_holder {
    grid-column: auto;
}.ranking_bar_2460 .header_know_2513 {
    align-items: center;
    text-align: center;
}.ranking_bar_2460 .discuss_cta_9034 {
    max-width: 100%;
    text-align: center;
}.ranking_bar_2460 .nav_pagewrap_2395 h5 {
    text-align: center;
}.ranking_bar_2460 .nav_pagewrap_2395 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.ranking_bar_2460 .top_mentor_7605 {
    align-items: center;
}.ranking_bar_2460 .top_mentor_7605 a {
    text-align: center;
}.ranking_bar_2460 .top_mentor_7605 a:hover {
    transform: translateY(-2px);
}.ranking_bar_2460 .input_holder {
    flex-direction: column;
}.ranking_bar_2460 .join_list_5816 {
    width: 100%;
}
}



@media (max-width: 767px) {.privacy_nook_8254 {
    padding: 3rem 1.5rem;
}.privacy_nook_8254 h1 {
    padding-left: 1rem;
    font-size: calc(40px * 0.9);
}.privacy_nook_8254 h1::after {
    width: 50px;
    left: 1rem;
}.privacy_nook_8254 h2 {
    font-size: calc(34px * 0.9);
}.privacy_nook_8254 h3 {
    font-size: calc(34px * 0.75);
}.privacy_nook_8254 h4 {
    font-size: calc(34px * 0.65);
}.privacy_nook_8254 p, 
    .privacy_nook_8254 li,
    .privacy_nook_8254 span {
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 480px) {.privacy_nook_8254 {
    padding: 2.5rem 1rem;
}.privacy_nook_8254 h1 {
    font-size: calc(40px * 0.85);
}.privacy_nook_8254 h2 {
    font-size: calc(34px * 0.85);
    margin: 2rem 0 1rem;
}.privacy_nook_8254 ul {
    padding-left: 0.75rem;
}.privacy_nook_8254 li {
    padding-left: 1.25rem;
}}



@media (max-width: 576px) {.course_highlights_6349 {
    padding: 40px 0;
}.course_highlights_6349 .content_wrapper_4573 h2 {
    font-size: calc(36px * 0.8);
}.course_highlights_6349 .content_wrapper_4573 .description {
    font-size: calc(16px * 0.95);
}.course_highlights_6349 .content_wrapper_4573 .description:last-child {
    padding: 20px;
}.course_highlights_6349::after,
    .course_highlights_6349 .learn_path_8263::before,
    .course_highlights_6349 .content_wrapper_4573::after {
    display: none;
}.course_highlights_6349 .content_wrapper_4573::before {
    width: 60px;
}}



@media (min-width: 1200px) {.plan_selection_8140 .value_fees_3581 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_selection_8140 .training_fees_2943 h3 {
    font-size: calc(24px * 1.1);
}.plan_selection_8140 .promo_plans_0182 {
    font-size: calc(24px * 1.3);
}.plan_selection_8140 .image_panel_0147 {
    height: 240px;
}
}



@media (max-width: 480px) {.plan_selection_8140 {
    padding: 60px 0;
}.plan_selection_8140 .member_plans_6138 h2 {
    font-size: calc(29px * 0.85);
}.plan_selection_8140 .training_fees_2943 h3 {
    font-size: calc(24px * 0.95);
}.plan_selection_8140 .image_panel_0147 {
    height: 160px;
}}



@media (max-width: 768px) {.course_rewards_6253 {
    padding: 60px 0;
}.course_rewards_6253 h4 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.8);
}.course_rewards_6253 .content_wrapper_4573::before {
    left: -15px;
    width: 3px;
}.course_rewards_6253 li p {
    gap: 10px;
    font-size: calc(18px * 0.95);
}.course_rewards_6253 svg {
    height: 20px;
    width: 20px;
}.course_rewards_6253 .image_panel_0147 {
    transform: 
            perspective(800px)
            rotateY(-3deg)
            rotateX(2deg)
            translateZ(10px);
}
}



@media (max-width: 767px) {header .header_sitebar_7605 {
    padding: 15px 10px;
}header .header_sitebar_7605 .header_know_2513 .head_skill_0351 svg {
    height: 40px;
}header .header_sitebar_7605 .nav_pagewrap_2395 {
    padding: 5px;
}header .header_sitebar_7605 .nav_pagewrap_2395 .site_start_0236 a {
    padding: 5px 10px;
    font-size: calc(14px - 2px);
}
}



@keyframes statsAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}



@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



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



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(165,187,213), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(165,187,213), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(165,187,213), 0);
    }
}

