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

.med_guides_6932 {
    flex: 0 0 auto;
}

.med_guides_6932 {
    padding: 4rem 0 2rem;
    color: #ffffff;
    position: relative;
}

.header_navbar_9137 {
    flex: 1 0 auto;
}

/* Inner/service pages: clear fixed header */
.header_navbar_9137:not(:has(.welcome_board_5847)) {
    padding-top: 80px;
}

.wrapper-bundle_7305 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}


.education_history_8391 {
    position: relative;
    background: linear-gradient(135deg, rgb(229,233,227), rgb(160,173,156,0.5));
    padding: 80px 0;
    overflow: hidden;
}

.education_history_8391::before {
    width: 60%;
    position: absolute;
    background: rgb(197,208,194,0.5);
    top: -10%;
    z-index: 1;
    right: -10%;
    border-radius: 20px;
    content: "";
    animation: float 8s ease-in-out infinite;
    height: 80%;
    transform: rotate(-15deg);
}

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

.education_history_8391 .rating_showcase_7694 {
    display: grid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-columns: 1fr 2fr;
    transform: rotate(-2deg);
    padding: 40px;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    gap: 15px;
    background: #ffffff;
    border-radius: 20px;
}

.education_history_8391 .rating_showcase_7694:hover .photo_strip_9652 {
    transform: rotate(0deg) scale(1.05);
}

.education_history_8391 .rating_showcase_7694 span:not(.name) {
    transform: translateX(20px);
    font-size: 18px;
    grid-area: job;
    color: #000000;
    font-style: italic;
}

.education_history_8391 .job_expertise_0852::before {
    color: rgb(197,208,194,0.5);
    line-height: 1;
    position: absolute;
    content: "";
    left: 10px;
    top: -10px;
    font-size: calc(48px * 2);
    font-family: serif;
}

.connect_form_7049 {
    overflow: hidden;
    position: relative;
    background: rgb(229,233,227);
    padding: 90px 0;
}

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

.connect_form_7049 h2 {
    position: relative;
    display: inline-block;
    font-size: 33px;
    border-bottom: 3px solid rgb(197,208,194);
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
}

.connect_form_7049 .photo_strip_9652 {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}

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

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

.connect_form_7049 h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
    color: rgb(197,208,194);
    position: relative;
}

.connect_form_7049 input[type="text"] {
    font-size: 17px;
    width: 100%;
    background: rgb(229,233,227);
    transition: all 0.3s ease;
    padding: 15px 20px;
    border: none;
    border-radius: 0 10px 10px 0;
    color: #000000;
    border-left: 3px solid rgb(197,208,194);
}

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

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

.connect_form_7049 .contact_reach_0786 label {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}

.connect_form_7049 .contact_reach_0786 a {
    color: rgb(197,208,194);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.connect_form_7049 .contact_reach_0786 a:hover::after {
    height: 2px;
    background: rgb(160,173,156);
}

.connect_form_7049 .request_list_4578 {
    font-weight: 600;
    border-radius: 10px;
    padding: 15px 35px;
    align-self: flex-start;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    font-size: 20px;
    margin-top: 15px;
    border: none;
    background: rgb(197,208,194);
    position: relative;
}

.connect_form_7049 .request_list_4578:hover {
    background: rgb(160,173,156);
}

.connect_form_7049 svg {
    transition: all 0.3s ease;
    fill: rgb(197,208,194);
    width: 20px;
    height: 20px;
}

.connect_form_7049 svg:hover {
    fill: rgb(160,173,156);
}

.help_desk_info_5914 {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(
        135deg, 
        rgb(197,208,194,0.5) 0%, 
        rgb(160,173,156,0.5) 50%, 
        rgb(197,208,194,0.5) 100%
    );
    overflow: hidden;
}



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

.help_desk_info_5914 .message_us_4895 {
    font-size: 33px;
    -webkit-background-clip: text !important;
    margin-bottom: 2rem;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(
        90deg, 
        rgb(197,208,194), 
        rgb(160,173,156)
    );
}

.help_desk_info_5914 .photo_strip_9652 {
    border: 4px solid rgb(160,173,156);
    width: 250px;
    overflow: hidden;
    height: 250px;
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    border-radius: 50%;
    transition: transform 0.3s ease;
    margin: 0 auto 2rem;
    position: relative;
}

.help_desk_info_5914 .contact_section_0574 p svg {
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    margin: 0 8px;
    opacity: 0.8;
    flex-shrink: 0;
}

.help_desk_info_5914 .contact_section_0574 p:hover {
    transform: translateX(10px);
}

.help_desk_info_5914 .contact_section_0574 p:hover svg path {
    fill: rgb(160,173,156);
}

.help_desk_info_5914 .contact_section_0574 a:hover {
    color: rgb(160,173,156);
}

.help_desk_info_5914 .edu_query_3578 {
    margin-top: 2rem;
    border-radius: 10px;
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
}

.help_desk_info_5914 .request_team_7609 svg {
    transition: all 0.3s ease;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    opacity: 0.8;
}

.help_desk_info_5914 .edu_query_3578:hover .request_team_7609 svg path {
    fill: rgb(160,173,156);
}

.help_desk_info_5914 .quick_contact_0967 {
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    display: flex;
    position: relative;
    background: rgba(255,255,255,0.1);
    align-items: center;
    border-radius: 10px;
}

.help_desk_info_5914 .quick_contact_0967 svg path {
    fill: rgb(160,173,156);
}

.help_desk_info_5914 .quick_contact_0967:hover svg {
    opacity: 1;
    transform: translateX(0);
    width: 16px;
    margin-right: 6px;
}

.data_analysis_5120::before {
    z-index: -1;
    backdrop-filter: blur(8px);
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.data_analysis_5120 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
}

.data_analysis_5120 .learn_statistics_1267 {
    margin-bottom: 25px;
    display: inline-block;
}

.data_analysis_5120 .learn_statistics_1267 svg,
.data_analysis_5120 .learn_statistics_1267 img {
    fill: rgb(197,208,194);
    width: 70px;
    height: 70px;
    filter: drop-shadow(0 0 10px rgb(197,208,194,0.5));
}

.data_analysis_5120 .boost_statistics_1724 {
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 700;
    font-size: 31px;
}

.data_analysis_5120 .class_gains_7426 {
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 30px;
    grid-template-rows: repeat(2, 1fr);
    gap: 25px;
}

.data_analysis_5120 .edu_statistics_5601 {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    overflow: hidden;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.data_analysis_5120 .statistics_points_4307 svg {
    width: 40px;
    filter: drop-shadow(0 0 5px rgb(197,208,194,0.5));
    height: 40px;
    fill: rgb(197,208,194);
}

.data_analysis_5120 .edu_statistics_5601 span {
    margin-bottom: 5px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    display: block;
}



.data_analysis_5120 .class_gains_7426:has(.edu_statistics_5601:only-child) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.data_analysis_5120 .class_gains_7426:has(.edu_statistics_5601:nth-child(3):last-child) {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}



.data_analysis_5120 .edu_statistics_5601::before {
    width: 40px;
    position: absolute;
    transition: opacity 0.3s ease;
    height: 40px;
    opacity: 0;
    right: 0;
    background: linear-gradient(135deg, transparent, rgb(197,208,194,0.5));
    top: 0;
    border-top-right-radius: 10px;
    content: '';
}

.data_analysis_5120 .edu_statistics_5601:hover::after {
    opacity: 1;
}

.our_mission_2037 {
    position: relative;
    background-color: rgb(229,233,227);
    overflow: hidden;
    padding: 90px 0;
}

.our_mission_2037::after {
    background: radial-gradient(circle at bottom left, rgb(160,173,156,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 60%;
    z-index: 1;
    left: 0;
    opacity: 0.3;
}

.our_mission_2037 .knowledge_learning_1297 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
}

.our_mission_2037 h3::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(197,208,194), rgb(160,173,156));
    border-radius: 10px;
    width: 80px;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.our_mission_2037 .training_pro_2916:hover {
    transform: translateX(10px);
}

.our_mission_2037 .training_pro_2916 span {
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(197,208,194);
    display: inline-block;
    font-size: 24px;
}

.our_mission_2037 .training_pro_2916 span::after {
    bottom: -5px;
    background-color: rgb(160,173,156);
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
}

.our_mission_2037 .photo_strip_9652 {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 250px;
    border-radius: 13px;
}

.our_mission_2037 .study_track_5013 {
    display: flex;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    flex-direction: column;
    position: relative;
    border-radius: 13px;
    transform: translateX(0);
}

.our_mission_2037 .study_track_5013 {
    border-color: rgb(160,173,156);
}

.our_mission_2037 .team_profile_9605::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
}

.our_mission_2037 .knowledge_learning_1297::after {
    z-index: -1;
    content: "";
    right: -75px;
    animation: rotate 20s linear infinite reverse;
    width: 150px;
    border-radius: 50%;
    bottom: -75px;
    height: 150px;
    opacity: 0.4;
    position: absolute;
    border: 2px dotted rgb(160,173,156,0.5);
}

.our_mission_2037 .study_track_5013::before {
    background: rgb(160,173,156);
}

.our_mission_2037 .training_pro_2916::after,
.our_mission_2037 .study_track_5013::after {
    height: 100px;
    width: 100px;
    top: -50%;
    right: -50%;
    position: absolute;
    content: "";
    opacity: 0.2;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
}

.learning_process_6748::after {
    bottom: -30%;
    content: "";
    z-index: 0;
    background: rgb(160,173,156,0.5);
    opacity: 0.25;
    border-radius: 50%;
    filter: blur(120px);
    width: 100%;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    right: -30%;
    position: absolute;
    height: 100%;
}

.learning_process_6748 h3 {
    position: relative;
    padding: 0;
    margin: 0;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    animation: slideInLeft 0.8s ease-out forwards;
}

.learning_process_6748 h3 {
    text-align: center;
    font-size: calc(35px * 0.8);
}

.learning_process_6748 h3::before {
    height: 4px;
    transform-origin: left;
    left: 0;
    animation: expandLine 1s 0.4s forwards ease-out;
    width: 4rem;
    top: -1rem;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(197,208,194), rgb(160,173,156));
    border-radius: 10px;
    transform: scaleX(0);
}

.learning_process_6748 h3::before,
    .learning_process_6748 h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.learning_process_6748 span::before {
    background: rgb(160,173,156);
    border-radius: 50%;
    position: absolute;
    height: 8px;
    width: 8px;
    animation: pulse 3s infinite;
    left: -5px;
    content: "";
    top: 0;
}

.learning_process_6748 span::before,
    .learning_process_6748 span::after {
    left: 50%;
    transform: translateX(-50%);
}

.learning_process_6748 span::before {
    left: 50%;
    top: -5px;
}



.course_program_description_4752 {
    min-height: 100vh;
    display: flex;
    position: relative;
    background-color: rgb(229,233,227);
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.course_program_description_4752 .knowledge_2753::before {
    top: 0;
    width: 100%;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    position: absolute;
    height: 100%;
    content: "";
    z-index: 2;
    left: 0;
}

.course_program_description_4752 .knowledge_2753:hover .job_training_0496 {
    animation-play-state: paused;
}

.course_program_description_4752 .job_training_0496:hover {
    transform: scale(1);
}

.course_program_description_4752 .job_training_0496:nth-child(1) {
    animation-delay: 0s;
}

.course_program_description_4752 .job_training_0496:nth-child(3) {
    animation-delay: -12s;
}

.course_program_description_4752 .job_training_0496:nth-child(5) {
    animation-delay: -24s;
}

.course_program_description_4752 .container {
    margin: 0 auto;
    z-index: 10;
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.course_program_description_4752 .skill_plan_9362 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    max-width: 1000px;
    width: 100%;
    padding: 3rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    aspect-ratio: 1;
}

.course_program_description_4752 .skill_plan_9362::after {
    filter: blur(20px);
    position: absolute;
    height: 120%;
    opacity: 0.1;
    content: "";
    width: 120%;
    animation: pulse-glow 5s ease-in-out infinite alternate;
    background: radial-gradient(
        ellipse at center,
        rgb(197,208,194,0.5) 0%,
        transparent 70%
    );
    z-index: -2;
}

.course_program_description_4752 .skill_plan_9362 p {
    line-height: 1.6;
    font-size: 15px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #000000;
    margin-bottom: 2rem;
}

.course_program_description_4752 .request_list_4578::before {
    z-index: -1;
    top: 0;
    transform: scaleX(0);
    transition: transform 0.6s ease;
    left: 0;
    background: rgb(160,173,156);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    transform-origin: right;
}

.course_program_description_4752 .skill_plan_9362 .orbital-elements {
    pointer-events: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 50%;
}




.course_program_description_4752 .next_skill_0976:has(.job_training_0496:nth-child(2):last-child) .job_training_0496:nth-child(1) {
    animation-delay: 0s;
}

.course_program_description_4752 .next_skill_0976:has(.job_training_0496:nth-child(2):last-child) .job_training_0496:nth-child(2) {
    animation-delay: -15s;
}

.course_program_description_4752 .next_skill_0976:has(.job_training_0496:nth-child(3):last-child) .job_training_0496:nth-child(1) {
    animation-delay: 0s;
}

.course_program_description_4752 .next_skill_0976:has(.job_training_0496:nth-child(3):last-child) .job_training_0496:nth-child(3) {
    animation-delay: -20s;
}

.course_program_description_4752 .next_skill_0976:has(.job_training_0496:nth-child(4):last-child) .job_training_0496:nth-child(2) {
    animation-delay: -7.5s;
}

.course_program_description_4752 .next_skill_0976:has(.job_training_0496:nth-child(4):last-child) .job_training_0496:nth-child(4) {
    animation-delay: -22.5s;
}

.learning_outcomes_8574::before {
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(197,208,194,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(160,173,156,0.5), 0.08) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
    width: 100%;
}

.learning_outcomes_8574 .container {
    padding: 0 20px;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.learning_outcomes_8574 .photo_strip_9652:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(30px);
}

.learning_outcomes_8574 .knowledge_learning_1297 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}

.learning_outcomes_8574 .content_box_7364::before {
    transition: transform 0.4s ease;
    height: 100%;
    opacity: 0.8;
    content: "";
    top: 0;
    transform: scaleY(0.9);
    width: 4px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(197,208,194), rgb(160,173,156));
    position: absolute;
    left: -20px;
}

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

.learning_outcomes_8574 ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.learning_outcomes_8574 li {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 20px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    transform: translateX(0);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
}

.learning_outcomes_8574 li svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}

.learning_outcomes_8574 li svg path {
    fill: rgb(197,208,194);
    transition: fill 0.3s ease;
}

.learning_outcomes_8574 li:nth-child(odd) {
    transform: translateX(-5px);
}

.learning_outcomes_8574 li:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

.secure_cache_6059 h1 {
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(197,208,194);
    font-size: 38px;
}

.secure_cache_6059 h2 {
    margin-bottom: 15px;
    font-size: 29px;
    color: rgb(160,173,156);
    font-weight: 600;
}

.secure_cache_6059 li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.secure_cache_6059 div {
    margin-bottom: 20px;
}

.welcome_board_5847 {
    width: 100%;
    background: linear-gradient(45deg, #000000 0%, rgb(160,173,156,0.5) 100%);
    overflow: hidden;
    position: relative;
    min-height: 600px;
    height: 100vh;
}

.welcome_board_5847 .learning_main_5068 {
    top: 0;
    z-index: 1;
    width: 60%;
    right: 0;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    position: absolute;
}

.welcome_board_5847 .course_lead_2163 {
    animation: staggered-carousel 25s ease-in-out infinite;
    display: flex;
    width: 500%;
    height: 100%;
}

.welcome_board_5847 .learn_begin_4371::before {
    inset: 0;
    mix-blend-mode: color;
    z-index: 2;
    content: '';
    opacity: 0.3;
    position: absolute;
    background: rgb(197,208,194,0.5);
}

.welcome_board_5847 .learn_begin_4371 img {
    transition: transform 1s ease;
    transform: scale(1);
    width: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1);
    height: 100%;
}

.welcome_board_5847 .content_box_7364 {
    justify-self: center;
    max-width: 500px;
    padding: 0;
    align-self: center;
    grid-column: 1;
    z-index: 10;
    position: relative;
    width: 80%;
}

.welcome_board_5847 .content_box_7364::after {
    position: absolute;
    right: -20px;
    width: 70px;
    bottom: -20px;
    height: 70px;
    content: '';
    border-right: 4px solid rgb(197,208,194);
    border-bottom: 4px solid rgb(197,208,194);
    opacity: 0.8;
}

.welcome_board_5847 .content_box_7364 h1::after {
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    animation: heading-line 3s ease infinite;
    background: rgb(197,208,194);
    bottom: 0;
    width: 80px;
}

.welcome_board_5847 .content_box_7364 .request_list_4578::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(160,173,156) 0%,
        rgb(197,208,194) 100%
    );
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
}

.welcome_board_5847 .content_box_7364 .request_list_4578:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    opacity: 0.95;
    right: 0;
    position: absolute;
    z-index: -2;
    background: rgb(197,208,194);
    left: 0;
    bottom: 0;
    content: "";
    top: 0;
}

.med_guides_6932::before {
    background: rgb(160,173,156);
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 3px;
}

.med_guides_6932::after {
    background-repeat: repeat-x;
    content: "";
    background-image: 
        linear-gradient(90deg, 
            rgb(160,173,156) 0px, rgb(160,173,156) 10px,
            transparent 10px, transparent 15px,
            rgb(160,173,156) 15px, rgb(160,173,156) 30px,
            transparent 30px, transparent 35px,
            rgb(160,173,156) 35px, rgb(160,173,156) 40px,
            transparent 40px, transparent 60px,
            rgb(160,173,156) 60px, rgb(160,173,156) 70px,
            transparent 70px, transparent 80px,
            rgb(160,173,156) 80px, rgb(160,173,156) 90px,
            transparent 90px, transparent 110px,
            rgb(160,173,156) 110px, rgb(160,173,156) 120px,
            transparent 120px, transparent 140px
        );
    top: 3px;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    left: 0;
    height: 8px;
}

.med_guides_6932 .company_holder h3 {
    border-top-right-radius: 30px;
    position: relative;
    font-size: 36px;
    padding: 1.5rem 2rem;
    font-weight: 700;
    background: rgb(160,173,156);
    border-top-left-radius: 30px;
    margin: 0;
    color: #ffffff;
}

.med_guides_6932 .workshop_cta_9836 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    color: #ffffff;
    padding: 2rem;
}

.med_guides_6932 .workshop_cta_9836::after {
    height: 20px;
    content: "";
    border-radius: 50%;
    width: 20px;
    right: -10px;
    opacity: 0.6;
    background: rgb(160,173,156);
    position: absolute;
    bottom: 2rem;
    pointer-events: none;
}

.med_guides_6932 .main_header_7860::before {
    bottom: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    border-radius: 30px;
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.med_guides_6932 .main_header_7860 h5::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    background: #ffffff;
    height: 8px;
    width: 8px;
}

.med_guides_6932 .main_header_7860 .page_top_0961 {
    background: rgba(255, 255, 255, 0.05);
    gap: 2px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.med_guides_6932 .main_header_7860 .page_top_0961 a::before {
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 0.7rem;
    background: rgb(160,173,156);
    border-radius: 50%;
    top: 50%;
}

.hackathon_2967 {
    background: rgb(160,173,156);
    position: relative;
    padding: 2rem 0;
    margin-top: 2.5rem;
}

.hackathon_2967::before {
    position: absolute;
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(197,208,194) 20px, rgb(197,208,194) 40px,
            transparent 40px, transparent 60px,
            rgb(197,208,194) 60px, rgb(197,208,194) 80px,
            transparent 80px, transparent 100px,
            rgb(197,208,194) 100px, rgb(197,208,194) 120px
        );
    height: 5px;
    content: "";
    left: 0;
    width: 100%;
    top: -5px;
}

.hackathon_2967 .privacy_cta_9784::before,
.hackathon_2967 .privacy_cta_9784::after {
    background: rgb(197,208,194);
    top: 50%;
    position: absolute;
    height: 1px;
    transform: translateY(-50%);
    width: 50px;
    content: "";
}

.hackathon_2967 .privacy_cta_9784::before {
    margin-right: 15px;
    right: 100%;
}

.thxField_2987::before {
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: 0;
    opacity: 0.7;
    animation: pulse 10s infinite alternate ease-in-out;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(197,208,194,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(160,173,156,0.5) 0%, transparent 60%);
    right: 0;
    content: "";
}

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

.thxField_2987 h2::after {
    width: 60px;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    bottom: -12px;
    height: 3px;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 20px;
    background: rgb(160,173,156);
    position: absolute;
}

.thxField_2987 .knowledge_learning_1297::before {
    content: "";
    height: 5px;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(197,208,194), rgb(160,173,156));
    left: 0;
    z-index: 3;
}

.thxField_2987 .knowledge_learning_1297:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(197,208,194), 0.4);
    transform: translateZ(30px) rotateX(0deg);
}

.thxField_2987 li::before {
    content: "✓";
    top: -15px;
    color: #ffffff;
    left: 40px;
    height: 30px;
    position: absolute;
    justify-content: center;
    display: flex;
    width: 30px;
    box-shadow: 0 5px 15px rgba(rgb(197,208,194), 0.3);
    font-size: 16px;
    align-items: center;
    border-radius: 50%;
    background: rgb(197,208,194);
}

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

.tariff_wrapper_3859 .discount_plan_2561 {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.tariff_wrapper_3859 h2::after {
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(197,208,194), rgb(160,173,156));
    transform: translateX(-50%);
    content: "";
    left: 50%;
    height: 3px;
    bottom: -10px;
}

.tariff_wrapper_3859 .basic_rates_8213 {
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
    width: 100%;
}

.tariff_wrapper_3859 .package_deals_9146:hover {
    transform: translateY(-10px) rotateY(2deg);
}

.tariff_wrapper_3859 .cost_fee_3497 {
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    transition: all 0.4s ease;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    padding: 35px 30px;
}

.tariff_wrapper_3859 .rate_packages_2876 {
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    display: flex;
}

.tariff_wrapper_3859 .package_deals_9146 h4::after {
    height: 2px;
    background-color: rgb(197,208,194);
    bottom: -10px;
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
}

.tariff_wrapper_3859 .study_price_9538 {
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(197,208,194,0.5) 0%, rgb(160,173,156,0.5) 100%);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: calc(24px * 1.4);
    font-weight: 700;
    padding: 10px 20px;
    transform: translateZ(10px);
}

.client_opinions_8064::before {
    z-index: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(197,208,194,0.5),
            transparent 2px,
            transparent 10px,
            rgb(197,208,194,0.5) 12px
        );
    opacity: 0.05;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
}

.client_opinions_8064 h2::after {
    height: 4px;
    content: "";
    background: linear-gradient(to right, rgb(197,208,194), rgb(160,173,156));
    left: 0;
    bottom: -10px;
    width: 80px;
    position: absolute;
}

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

.client_opinions_8064 .rating_showcase_7694::before {
    color: rgb(197,208,194);
    right: 20px;
    position: absolute;
    top: 10px;
    content: "";
    font-weight: 700;
    opacity: 0.1;
    line-height: 1;
    font-size: 120px;
    font-family: Arial, sans-serif;
}

.client_opinions_8064 .rating_showcase_7694:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.client_opinions_8064 .rating_showcase_7694 h3::after {
    position: absolute;
    left: 0;
    transform: scaleX(0);
    bottom: -5px;
    width: 40px;
    content: "";
    background: rgb(160,173,156);
    transform-origin: left;
    transition: transform 0.3s ease;
    height: 2px;
}

.client_opinions_8064 .rating_showcase_7694 div {
    margin-top: auto;
    position: relative;
    align-self: flex-end;
}

.client_opinions_8064 .rating_showcase_7694:hover img {
    transform: scale(1.1);
}

.client_opinions_8064 .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

header:before {
    pointer-events: none;
    left: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
}

header .header_page_4753 {
    position: relative;
}

header .header_page_4753:before {
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    height: 2px;
    position: absolute;
    opacity: 0.3;
    bottom: -1px;
}

header .header_page_4753:after {
    top: 50%;
    opacity: 0.5;
    left: 0;
    position: absolute;
    filter: blur(8px);
    content: '';
    width: 60px;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    height: 60px;
}

header .header_edu_3174 {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

header .header_edu_3174:before {
    content: '';
    left: 0;
    opacity: 0.5;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 20px;
    transform: translateY(-50%) translateX(-40px);
    top: 50%;
    border-radius: 50%;
}

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

header .main_header_7860:before {
    transition: opacity 0.4s ease;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 2px;
    bottom: -10px;
    opacity: 0;
    width: 100%;
    content: '';
    position: absolute;
}

header .head_guide_3254:before {
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    content: '';
    transform: translateY(-50%);
    top: 50%;
    background: #ffffff;
    left: -12px;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

header .head_guide_3254:hover {
    transform: translateX(5px);
    color: #ffffff;
}

header .head_guide_3254:hover:before {
    opacity: 1;
    left: -20px;
}

header .top_info_2083 {
    padding: 5px;
    align-items: center;
    text-decoration: none;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}

header .top_info_2083:after {
    border-radius: 50%;
    opacity: 0;
    width: 10px;
    transition: all 0.3s ease;
    height: 10px;
    left: -5px;
    top: -5px;
    content: '';
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

header .top_info_2083 svg,
header .top_info_2083 img {
    transition: all 0.3s ease;
    width: auto;
    height: 40px;
    display: block;
}

.future_attendees_8697 {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    background: rgb(229,233,227);
}

.future_attendees_8697::after {
    height: 100%;
    background: rgb(160,173,156,0.5);
    content: "";
    z-index: 1;
    position: absolute;
    transform: rotate(-35deg);
    left: -50%;
    width: 100%;
    bottom: -50%;
}

.future_attendees_8697 .knowledge_learning_1297 {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    overflow: hidden;
    padding: 60px 40px;
    position: relative;
    background: #ffffff;
}

.future_attendees_8697 .knowledge_learning_1297::after {
    border: 2px solid rgb(197,208,194,0.5);
    width: 120px;
    z-index: -1;
    content: "";
    border-radius: 50%;
    height: 120px;
    right: 20px;
    position: absolute;
    top: 20px;
    opacity: 0.5;
}

.future_attendees_8697 h4::before {
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    background: rgb(197,208,194);
    left: 50%;
    bottom: -20px;
    width: 40px;
    height: 4px;
    content: "";
}

.future_attendees_8697 div > div {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.future_attendees_8697 p {
    display: flex;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    align-items: center;
    font-size: 12px;
    padding: 24px;
}

.future_attendees_8697 p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
    border-color: rgb(197,208,194,0.5);
}

.future_attendees_8697 p svg {
    width: 28px;
    margin-right: 18px;
    height: 28px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.future_attendees_8697 p:hover svg path {
    fill: rgb(160,173,156);
}

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

.future_attendees_8697 .knowledge_learning_1297 > div p:nth-child(2) {
    animation-delay: 0.3s;
}

.future_attendees_8697 .knowledge_learning_1297 > div p:nth-child(4) {
    animation-delay: 0.7s;
}

.future_attendees_8697 .knowledge_learning_1297 > div p:nth-child(6) {
    animation-delay: 1.1s;
}

.future_attendees_8697 p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.connect_form_7049 {
    padding: 70px 0;
}.connect_form_7049 .feedback_support_6915 {
    flex-direction: column;
}.connect_form_7049 .photo_strip_9652 {
    min-height: 300px;
    flex: 0 0 auto;
}.connect_form_7049 .inquiry_panel_3206 {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}



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



@media (max-width: 1024px) {.help_desk_info_5914 .container {
    padding: 2rem 15px;
}.help_desk_info_5914 .msg_details_6487 {
    padding: 2rem;
}.help_desk_info_5914 .photo_strip_9652 {
    height: 200px;
    width: 200px;
}.help_desk_info_5914 .contact_section_0574 p svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}.help_desk_info_5914 .request_team_7609 svg {
    height: 20px;
    margin-right: 8px;
    width: 20px;
}
}



@media (max-width: 480px) {.help_desk_info_5914 .container {
    padding: 1rem 15px;
}.help_desk_info_5914 .msg_details_6487 {
    padding: 1rem;
}.help_desk_info_5914 .photo_strip_9652 {
    width: 120px;
    height: 120px;
}.help_desk_info_5914 .contact_section_0574 p svg {
    height: 14px;
    width: 14px;
    margin-right: 5px;
}.help_desk_info_5914 .request_team_7609 svg {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}}



@media screen and (max-width: 992px) {.data_analysis_5120 {
    padding: 80px 0;
}.data_analysis_5120 .statistics_gain_4217 {
    gap: 50px;
    grid-template-columns: 1fr;
}.data_analysis_5120 .boost_statistics_1724 {
    text-align: center;
}.data_analysis_5120 .boost_statistics_1724::after {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(197,208,194), transparent);
}.data_analysis_5120 .statistics_advance_1087 {
    margin-bottom: 0;
    text-align: center;
}.data_analysis_5120 .learn_statistics_1267 {
    display: flex;
    justify-content: center;
}.data_analysis_5120 .class_gains_7426 {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
}.data_analysis_5120 .class_gains_7426::before {
    display: none;
}
}



@media (max-width: 1200px) {.our_mission_2037 {
    padding: 80px 0;
}.our_mission_2037 .knowledge_learning_1297 {
    grid-gap: 40px;
}.our_mission_2037 h3 {
    margin-bottom: 40px;
}
}



@media (max-width: 992px) {.our_mission_2037 .knowledge_learning_1297 {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}.our_mission_2037 h3 {
    margin-bottom: 35px;
}.our_mission_2037 .training_pro_2916:hover,
    .our_mission_2037 .study_track_5013:hover {
    transform: translateY(-10px);
}
}



@media (max-width: 576px) {.our_mission_2037 {
    padding: 50px 0;
}.our_mission_2037 h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.our_mission_2037 .training_pro_2916,
    .our_mission_2037 .study_track_5013 {
    padding: 20px;
}.our_mission_2037 .training_pro_2916 p,
    .our_mission_2037 .study_track_5013 p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    margin-bottom: 20px;
}.our_mission_2037 .photo_strip_9652,
    .our_mission_2037 .team_profile_9605 {
    height: 200px;
}}




@media screen and (max-width: 1200px) {.course_program_description_4752 .skill_plan_9362 {
    max-width: 900px;
}
}



@media screen and (max-width: 992px) {.course_program_description_4752 .skill_plan_9362 {
    padding: 3rem;
    max-width: 800px;
}
}



@media screen and (max-width: 576px) {.course_program_description_4752 .skill_plan_9362 {
    max-width: 90%;
    aspect-ratio: auto;
    border-radius: 15px;
    min-height: auto;
    padding: 2rem 1.5rem;
}.course_program_description_4752 .skill_plan_9362::before {
    border-radius: 15px;
}.course_program_description_4752 .skill_plan_9362 h3 {
    font-size: calc(37px * 0.8);
}.course_program_description_4752 .skill_plan_9362 p {
    font-size: calc(15px * 0.9);
    -webkit-line-clamp: 4;
    margin-bottom: 1.5rem;
}.course_program_description_4752 .request_list_4578 {
    font-size: calc(17px * 0.9);
    padding: 0.7rem 1.8rem;
}.course_program_description_4752::after {
    bottom: 10%;
}}



@media (max-width: 768px) {.learning_outcomes_8574 {
    padding: 60px 0;
}.learning_outcomes_8574 .photo_strip_9652 {
    max-height: 320px;
}.learning_outcomes_8574 h1 {
    font-size: calc(47px * 0.8);
}.learning_outcomes_8574 li {
    padding: 12px 15px;
    margin-bottom: 15px;
}.learning_outcomes_8574 li p {
    font-size: calc(15px * 0.95);
}.learning_outcomes_8574 li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}


@media only screen and (max-width: 800px) {.secure_cache_6059 {
    padding: 30px;
}.secure_cache_6059 h1 {
    font-size: calc(18px * 0.8);
}.secure_cache_6059 h2 {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 1200px) {.welcome_board_5847 .learning_main_5068 {
    width: 65%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}.welcome_board_5847 .content_box_7364 {
    width: 85%;
    max-width: 450px;
}
}



@media (max-width: 768px) {.welcome_board_5847 {
    min-height: 500px;
}.welcome_board_5847 .content_box_7364 {
    padding: 2rem;
}.welcome_board_5847 .content_box_7364 h1 {
    font-size: calc(47px * 0.9);
}.welcome_board_5847 .content_box_7364 p {
    font-size: calc(12px * 0.95);
}.welcome_board_5847 .content_box_7364::before,
    .welcome_board_5847 .content_box_7364::after {
    height: 50px;
    width: 50px;
}
}



@media (max-width: 576px) {.welcome_board_5847 {
    min-height: 450px;
}.welcome_board_5847 .content_box_7364 {
    padding: 1.5rem;
}.welcome_board_5847 .content_box_7364 h1 {
    font-size: calc(47px * 0.8);
}.welcome_board_5847 .content_box_7364 p {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.9);
}.welcome_board_5847 .content_box_7364 .request_list_4578 {
    padding: 12px 25px;
    width: 100%;
    text-align: center;
}.welcome_board_5847 .content_box_7364::before,
    .welcome_board_5847 .content_box_7364::after {
    left: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
}.welcome_board_5847 .content_box_7364::after {
    right: -10px;
    bottom: -10px;
}
}



@media (max-width: 992px) {.med_guides_6932 {
    padding: 3.5rem 0 1.5rem;
}.med_guides_6932 .container {
    flex-direction: column;
    gap: 2.5rem;
}.med_guides_6932 .company_holder,
    .med_guides_6932 .play_market_4507 {
    flex: 1 1 100%;
    min-width: 100%;
}.med_guides_6932 .main_header_7860 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.hackathon_2967 .container::before,
    .hackathon_2967 .container::after {
    display: none;
}
}



@media (max-width: 576px) {.med_guides_6932 {
    padding: 2.5rem 0 0.8rem;
}.med_guides_6932 .main_header_7860 {
    flex: 1 1 100%;
    min-width: 100%;
}.med_guides_6932 .page_top_0961 {
    gap: 1rem;
}.med_guides_6932 .main_header_7860 .page_top_0961 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.med_guides_6932 .main_header_7860 .page_top_0961 a::before {
    left: 0.6rem;
}.hackathon_2967 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.hackathon_2967 .privacy_cta_9784::before,
    .hackathon_2967 .privacy_cta_9784::after {
    display: none;
}
}



@media (max-width: 991px) {.thxField_2987 {
    padding: 80px 0;
}.thxField_2987 h2 {
    font-size: calc(33px * 0.9);
    padding-left: 15px;
}.thxField_2987 li {
    padding: 30px;
}.thxField_2987 li::before {
    left: 30px;
}
}



@media (max-width: 767px) {.thxField_2987 {
    padding: 60px 0;
}.thxField_2987 h2 {
    font-size: calc(33px * 0.8);
    transform: translateZ(20px);
    margin-bottom: 30px;
}.thxField_2987 h2::after {
    width: 40px;
}.thxField_2987 .knowledge_learning_1297 {
    transform: translateZ(10px) rotateX(1deg);
}.thxField_2987 .knowledge_learning_1297:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thxField_2987 li {
    padding: 25px 20px;
}.thxField_2987 li::before {
    top: -12px;
    font-size: 14px;
    width: 24px;
    left: 20px;
    height: 24px;
}.thxField_2987 span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}



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



@media (max-width: 768px) {.tariff_wrapper_3859 {
    padding: 60px 0;
}.tariff_wrapper_3859 .basic_rates_8213 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.tariff_wrapper_3859 .learning_fees_9135 {
    margin-bottom: 40px;
}.tariff_wrapper_3859 h2 {
    font-size: calc(36px * 0.8);
}.tariff_wrapper_3859 .cost_fee_3497 {
    padding: 30px 25px;
}
}



@media screen and (max-width: 991px) {.client_opinions_8064 {
    padding: 4rem 0;
}.client_opinions_8064 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.client_opinions_8064 .success_stories_6231 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media screen and (max-width: 768px) {.client_opinions_8064 {
    padding: 3rem 0;
}.client_opinions_8064 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.client_opinions_8064 .success_stories_6231 {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.client_opinions_8064 .rating_showcase_7694 {
    padding: 1.5rem;
    min-height: 200px;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .main_header_7860 {
    gap: 20px;
}header .top_info_2083 svg,
header .top_info_2083 img {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .top_info_2083 svg,
header .top_info_2083 img {
    height: 30px;
}}



@media (max-width: 991px) {.future_attendees_8697 {
    padding: 90px 0 80px;
}.future_attendees_8697 .knowledge_learning_1297 {
    padding: 50px 30px;
}.future_attendees_8697 h4 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.future_attendees_8697 div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.future_attendees_8697 p {
    padding: 20px;
}.future_attendees_8697 .knowledge_learning_1297::after {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 768px) {.future_attendees_8697 {
    padding: 80px 0 70px;
}.future_attendees_8697 .knowledge_learning_1297 {
    padding: 40px 25px;
}.future_attendees_8697 h4 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.8);
}.future_attendees_8697 div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.future_attendees_8697 div > div::before {
    display: none;
}.future_attendees_8697 p {
    padding: 18px;
}.future_attendees_8697 p svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.future_attendees_8697 .knowledge_learning_1297::after {
    right: auto;
    bottom: 20px;
    top: auto;
    height: 80px;
    left: 20px;
    width: 80px;
}
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

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

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 10px);
    }
    100% {
        transform: translate(-10px, 20px);
    }
}



@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}



@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}



@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}



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



@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}



@keyframes heading-line {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}



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



@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(20px, 20px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}

/* Mobile menu toggle */
.menu_toggle_3847 {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    cursor: pointer;
    z-index: 1002;
    flex-shrink: 0;
}

.menu_toggle_3847 span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.menu_toggle_3847[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu_toggle_3847[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.menu_toggle_3847[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.menu_overlay_5921 {
    visibility: hidden;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.menu_overlay_5921.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 991px) {
    header {
        overflow: visible;
    }

    .menu_toggle_3847 {
        display: flex;
        order: -1;
        margin-right: auto;
        position: relative;
        z-index: 1004;
    }

    header .header_edu_3174 {
        flex-wrap: nowrap;
        justify-content: flex-end;
        gap: 12px;
        width: 100%;
    }

    header .top_info_2083 {
        margin-left: 0;
        flex-shrink: 0;
    }

    body.menu-open {
        overflow: hidden;
    }

    body.menu-open header {
        z-index: 1002;
    }

    .menu_overlay_5921 {
        z-index: 1001;
    }
}

/* Footer contact */
.footer_contact_8142 {
    margin-top: 1.25rem;
    position: relative;
    z-index: 2;
}

.footer_contact_8142 p {
    margin: 0.5rem 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer_contact_8142 a {
    color: #ffffff;
    text-decoration: underline;
    transition: opacity 0.2s ease;
    position: relative;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto;
}

.footer_contact_8142 a:hover {
    opacity: 0.8;
}

.footer_messengers_5271 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.75rem !important;
}

.footer_messengers_5271 a {
    text-decoration: none;
    padding: 0.4rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
}

.footer_messengers_5271 a:hover {
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
}

/* Contact form fixes */
.connect_form_7049 .contact_reach_0786 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.connect_form_7049 .contact_reach_0786 input[type="checkbox"] {
    flex-shrink: 0;
}

.connect_form_7049 .contact_reach_0786 label {
    flex: 1;
    min-width: 0;
}

@media (max-width: 576px) {
    .connect_form_7049 .feedback_support_6915 {
        border-radius: 16px;
    }

    .connect_form_7049 .inquiry_panel_3206 {
        padding: 25px 18px 35px !important;
    }

    .connect_form_7049 .request_list_4578 {
        width: 100%;
        align-self: stretch;
        text-align: center;
    }

    .connect_form_7049 .contact_reach_0786 label {
        font-size: 15px;
    }
}

/* ===== Mobile responsive bundle ===== */
@media (max-width: 991px) {
    .header_navbar_9137:not(:has(.welcome_board_5847)) {
        padding-top: 70px;
    }

    .welcome_board_5847 {
        margin-top: -64px;
        padding-top: 64px;
        min-height: auto;
        height: auto;
    }

    .welcome_board_5847 .learning_main_5068 {
        position: relative;
        width: 100%;
        height: 220px;
        clip-path: none;
    }

    .welcome_board_5847 .content_box_7364 {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 1.5rem 1rem 2rem;
    }

    .education_history_8391 .rating_showcase_7694 {
        grid-template-columns: 1fr;
        transform: none;
        padding: 1.5rem;
    }

    .education_history_8391 .photo_strip_9652 {
        width: 100%;
        height: 180px;
        transform: none;
    }

    .help_desk_info_5914 .msg_details_6487 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .help_desk_info_5914 .photo_strip_9652 {
        margin: 0 auto 1rem;
    }

    .data_analysis_5120 .class_gains_7426 {
        grid-template-columns: 1fr;
    }

    .data_analysis_5120 .statistics_gain_4217 {
        text-align: center;
    }

    .med_guides_6932 .container {
        padding: 0 15px;
    }

    .med_guides_6932 .play_market_4507 {
        min-width: 0;
        width: 100%;
    }

    .med_guides_6932 .page_top_0961 {
        flex-direction: column;
    }

    .med_guides_6932 .main_header_7860 {
        min-width: 0;
        width: 100%;
    }

    .footer_contact_8142 a {
        display: inline-block;
        padding: 2px 0;
    }

    .secure_cache_6059 {
        padding: 2rem 0 3rem;
    }

    .secure_cache_6059 h1 {
        font-size: calc(2rem * 0.85);
        line-height: 1.2;
    }

    .secure_cache_6059 h2,
    .secure_cache_6059 h3 {
        font-size: calc(1.4rem * 0.9);
    }

    .secure_cache_6059 p,
    .secure_cache_6059 li {
        font-size: 15px;
        line-height: 1.6;
    }

    .tariff_wrapper_3859 .package_deals_9146 {
        width: 100%;
        text-align: center;
    }

    .our_mission_2037 .knowledge_learning_1297,
    .future_attendees_8697 .knowledge_learning_1297 {
        padding: 2rem 1.25rem;
    }
}

@media (max-width: 576px) {
    header .container {
        padding: 10px 12px !important;
    }

    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .welcome_board_5847 .content_box_7364 h1 {
        font-size: 1.75rem !important;
        line-height: 1.2;
    }

    .welcome_board_5847 .learning_main_5068 {
        height: 160px;
    }

    .connect_form_7049 {
        padding: 50px 0 !important;
    }

    .connect_form_7049 .photo_strip_9652 {
        min-height: 160px !important;
    }

    .footer_contact_8142 p {
        font-size: 0.9rem;
    }

    .med_guides_6932 .company_holder h3 {
        font-size: 1.5rem;
        padding: 1rem 1.25rem;
    }

    .med_guides_6932 .workshop_cta_9836 {
        padding: 1.25rem;
        font-size: 13px;
    }
}

/* About page */
.about_page_45 .about_intro_9145 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin: 2rem 0 3rem;
}

.about_page_45 .about_intro_9145 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.about_page_45 .about_gallery_5278 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.about_page_45 .about_gallery_5278 figure {
    margin: 0;
}

.about_page_45 .about_gallery_5278 img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.about_page_45 .about_gallery_5278 figcaption {
    margin-top: 0.75rem;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    font-style: italic;
}

.about_page_45 .about_values_6381 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0 1rem;
}

.about_page_45 .about_values_6381 div {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid rgb(197,208,194);
}

.about_page_45 .about_values_6381 h4 {
    margin-bottom: 0.75rem;
    color: rgb(160,173,156);
}

@media (max-width: 768px) {
    .about_page_45 .about_intro_9145,
    .about_page_45 .about_gallery_5278,
    .about_page_45 .about_values_6381 {
        grid-template-columns: 1fr;
    }

    .about_page_45 .about_intro_9145 img,
    .about_page_45 .about_gallery_5278 img {
        height: 220px;
    }
}
