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

* {
    scrollbar-color: rgb(123,168,154) rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}

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

.hackathon {
    flex: 0 0 auto;
}

.hackathon {
    z-index: 1;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000 0%, rgb(168,199,187,0.5) 100%);
    padding: 5rem 0 1rem;
    position: relative;
    color: #ffffff;
}

.user_feedback h4 {
    transform: skewX(-5deg);
    font-size: 34px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    margin-bottom: 50px;
}

.user_feedback .feedback_views {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 25px 25px;
    transition: all 0.4s ease;
    position: relative;
    transform: translateY(0) rotate(0);
}

.user_feedback .feedback_views::after {
    position: absolute;
    height: 80px;
    bottom: 0;
    transform: translate(50%, 50%);
    background: rgb(123,168,154,0.5);
    content: "";
    border-radius: 50%;
    right: 0;
    width: 80px;
    z-index: 0;
}

.user_feedback .feedback_views p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #000000;
    font-style: italic;
    font-weight: 400;
}

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

.company_overview .text_field {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    margin-left: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.9);
    max-width: 90%;
}

.company_overview .text_field > div:nth-child(2) {
    margin-bottom: 1.5rem;
}

.company_overview .text_field p {
    color: #000000;
    margin: 0;
    line-height: 1.5;
    font-size: calc(13px * 1.4);
}

.company_overview .text_field ol {
    padding: 0;
    list-style-position: inside;
    margin: 0;
}

.leadership_profile {
    overflow: hidden;
    background: rgb(212,227,220);
    padding: 4rem 2rem;
    position: relative;
    border-radius: 20px;
}

.leadership_profile .feedback_views {
    position: relative;
    gap: 0;
    max-width: 900px;
    z-index: 2;
    display: grid;
    grid-template-columns: 45% 55%;
    margin: 0 auto;
}

.leadership_profile .img_float::before {
    transition: all 0.5s ease;
    border: 1px solid #ffffff;
    position: absolute;
    opacity: 0;
    bottom: 20px;
    top: 20px;
    content: "";
    left: 20px;
    mix-blend-mode: overlay;
    z-index: 3;
    right: 20px;
    transform: scale(0.9);
}

.leadership_profile .feedback_views:hover .exp_container::before {
    width: 15px;
}

.leadership_profile .name {
    letter-spacing: -1px;
    font-family: Arial, sans-serif;
    margin-bottom: 0.8rem;
    color: rgb(168,199,187);
    transform: translateX(20px);
    line-height: 1.1;
    font-size: calc(30px * 1.2);
    transition: all 0.4s ease;
    font-weight: 700;
    opacity: 0.9;
}

.leadership_profile .employee_info::first-letter {
    color: rgb(168,199,187);
    font-weight: 700;
    font-size: 1.6em;
}

.privacy_hideout {
    overflow: hidden;
    padding: 40px;
    width: 100%;
    background: linear-gradient(135deg, rgb(168,199,187,0.5) 30%, rgb(123,168,154,0.5) 100%);
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.privacy_hideout ul, .privacy_hideout ol {
    padding: 15px 0;
    list-style: none;
    color: #000000;
    padding-left: 20px;
    font-size: 15px;
    list-style-position: outside;
    font-family: Arial, sans-serif;
}

.privacy_hideout p:hover, .privacy_hideout span:hover, .privacy_hideout div:hover {
    color: rgb(168,199,187);
    transform: translateY(-2px);
}

.digital_tracking {
    flex-direction: column;
    padding: 20px;
    display: flex;
    align-items: center;
}

.cookieNotificationAlert h5 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    color: rgb(168,199,187);
}

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

.opening_page::after {
    z-index: 0;
    transform: rotate(-5deg);
    right: -5px;
    opacity: 0.3;
    bottom: -5px;
    content: "";
    filter: blur(15px);
    background: linear-gradient(to right, rgb(168,199,187,0.5), rgb(123,168,154));
    height: 40%;
    position: absolute;
    width: 60%;
}

.opening_page .virtual_school > div:first-child p {
    color: #000000;
    position: relative;
    padding-left: 2rem;
    font-weight: 600;
    font-size: calc(14px * 1.4);
    line-height: 1.5;
    margin-bottom: 1rem;
    max-width: 90%;
}

.opening_page .virtual_study > div {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.opening_page .virtual_study h3 {
    font-size: calc(19px * 1.1);
    position: relative;
    max-width: 90%;
    z-index: 3;
    font-weight: 600;
    padding: 2.5rem 2rem 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 1.4;
    color: #ffffff;
}

.opening_page .virtual_study > div > div {
    z-index: 3;
    animation: slideUpFade 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: translateY(20px);
    position: relative;
}

.opening_page .virtual_study > div > div > div::before {
    width: calc(100% - 4rem);
    left: 2rem;
    position: absolute;
    content: "";
    height: 2px;
    transform: scaleX(0);
    bottom: -10px;
    animation: scaleLineRight 0.6s 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(168,199,187);
    transform-origin: left;
}

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

.thxPanel .community_ed::after {
    right: 40px;
    width: 80px;
    content: "";
    position: absolute;
    background: rgb(123,168,154,0.5);
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -15px;
    animation: float 8s infinite ease-in-out;
    height: 80px;
    transform: rotate(15deg);
}

.thxPanel .community_ed:hover h5::after {
    width: 120px;
}

.thxPanel p {
    transition: color 0.3s ease;
    font-size: 15px;
    position: relative;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    z-index: 2;
}

.thxPanel a:hover p {
    color: rgb(168,199,187);
}

.data_exploration::before {
    content: "";
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    top: 0;
    position: absolute;
    right: 0;
    height: 8px;
    left: 0;
}

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

.data_exploration h4::after {
    left: 50%;
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
}

.data_exploration .statistics_support:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12), 
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.8) inset;
}

.data_exploration .statistics_support::after {
    background: radial-gradient(circle, transparent 30%, rgba(rgb(123,168,154,0.5), 0.03) 70%);
    left: -25%;
    opacity: 0;
    transform: scale(0.8);
    position: absolute;
    content: "";
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: 150%;
    z-index: -1;
    top: -25%;
    width: 150%;
}

.data_exploration .statistics_support p {
    font-weight: 700;
    color: rgb(168,199,187);
    margin: 0 0 0.5rem;
    line-height: 1;
    font-size: calc(28px * 1.2);
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
}

.data_exploration .statistics_support:hover span {
    color: rgb(123,168,154);
}

.data_exploration .statistics_support:nth-child(even) div {
    background-image: 
        linear-gradient(135deg, transparent 0%, rgba(rgb(123,168,154,0.5), 0.03) 100%);
}

.data_exploration .statistics_support:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s both;
}

.data_exploration .statistics_support:nth-child(7) {
    animation: fadeInUp 0.5s 0.7s both;
}

.newsletter_subscription::after {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    width: 80%;
    content: "";
    filter: blur(8px);
    animation: float 12s infinite alternate;
    position: absolute;
    right: -10%;
    opacity: 0.3;
    z-index: 1;
    background: rgb(168,199,187,0.5);
    height: 60%;
    bottom: -10%;
    transform: rotate(-15deg);
}

.newsletter_subscription .input_holder {
    flex-direction: column;
    max-width: 600px;
    display: flex;
    transform: rotate(-2deg);
    gap: 1.5rem;
    position: relative;
    width: 100%;
}

.newsletter_subscription .sub_cta:focus {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    outline: none;
    transform: translateY(-5px);
}

.newsletter_subscription .sub_codes::before {
    top: 0;
    background: linear-gradient(90deg, rgb(123,168,154) 0%, rgb(168,199,187) 100%);
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%;
}

.newsletter_subscription .sub_codes:hover::before {
    opacity: 1;
}

.course_rewards::before {
    top: 0;
    content: '';
    width: 100%;
    z-index: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

.course_rewards h2::after {
    background: linear-gradient(90deg, rgb(123,168,154) 0%, transparent 100%);
    content: '';
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 3px;
    left: 0;
}

.course_rewards .img_float::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(168,199,187,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
}

.course_rewards .text_main_holder > div:nth-child(1) {
    grid-column: 7 / 13;
    grid-row: 1 / 2;
}

.course_rewards .text_main_holder > div:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 7 / 13;
}

.course_rewards .text_main_holder > div:nth-child(2n) {
    transform: translateX(30px);
}

.course_rewards .text_main_holder > div:nth-child(2n):hover {
    transform: translateX(30px) translateY(-10px);
}

.course_rewards .text_main_holder svg {
    padding: 9px;
    width: 45px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
    height: 45px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.07);
    flex-shrink: 0;
    border-radius: 50%;
}

.course_rewards .text_main_holder p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
}



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

.hackathon .compliance {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}

.hackathon .get_helpdesk::before {
    width: 50%;
    top: -2px;
    animation: scanLine 4s infinite linear;
    background: linear-gradient(90deg, transparent, rgb(123,168,154), transparent);
    height: 2px;
    left: 50%;
    content: '';
    position: absolute;
    transform: translateX(-50%);
}

.hackathon .info_item a:hover {
    box-shadow: 0 0 15px rgb(168,199,187,0.5);
    background: #000000;
    border-color: rgb(168,199,187,0.5);
}

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

.hackathon .main_pagebar svg {
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(168,199,187,0.5));
    height: auto;
    transition: filter 0.3s ease;
}

.hackathon .nav_guide h5 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    color: #ffffff;
}

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

.hackathon .top_lesson a:hover::before {
    box-shadow: 0 0 8px rgb(168,199,187);
    height: 7px;
    background: rgb(168,199,187);
    width: 7px;
}

.hackathon .subscribe_holder h5 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
}

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

.hackathon .input_holder input[type="email"] {
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    flex: 1;
    padding: 0.875rem 1rem;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    border: 1px solid rgb(123,168,154,0.5);
}

.hackathon .sub_codes:hover {
    background: rgb(123,168,154);
    box-shadow: 0 0 15px rgb(123,168,154,0.5);
    transform: translateY(-2px);
}

.hackathon .sub_codes:hover::before {
    left: 100%;
}

.hackathon .facebook_cta {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.7;
}

header::before {
    z-index: -1;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    position: absolute;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    top: 0;
    content: '';
}

header .top_head:hover::after {
    opacity: 1;
    width: 80%;
}

header .top_head:hover svg {
    transform: translateY(-5px);
}

header .nav_guide {
    width: 100%;
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 29px;
    max-width: 800px;
    padding: 0.6rem 1rem;
    position: relative;
    justify-content: center;
    display: flex;
    gap: 0.8rem;
}

header .header_start::before {
    background: #ffffff;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    transform: translateY(100%) scale(0.8);
    content: '';
    opacity: 0;
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
}

.course_program_description::after {
    left: 0;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(123,168,154,0.5) 0%,
        transparent 50%
    );
    z-index: 1;
    top: 0;
    filter: blur(50px);
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
}

.course_program_description .img_float {
    z-index: 1;
    transition: transform 0.7s ease-out, filter 0.7s ease;
    position: absolute;
    height: 100%;
    transform: scale(1.05);
    left: 0;
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    top: 0;
}

.course_program_description .knowledge {
    transform: translateX(-30px);
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 27px 0 0 27px;
    background: rgba(255, 255, 255, 0.85);
    z-index: 4;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 50px;
    backdrop-filter: blur(10px);
    max-width: 55%;
}

.course_program_description .main_pagebar svg {
    transition: transform 0.3s ease;
    height: 60px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    width: auto;
}

.course_program_description .main_pagebar::after {
    bottom: -8px;
    content: "";
    transition: width 0.3s ease;
    border-radius: 10px;
    position: absolute;
    width: 40px;
    background: rgb(123,168,154);
    left: 0;
    height: 3px;
}

.contact_panel {
    padding: 0;
    position: relative;
}

.contact_panel::before {
    top: 0;
    opacity: 0.85;
    width: 100%;
    background: rgb(212,227,220);
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
}

.contact_panel .inquiry_support {
    z-index: 10;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    grid-column: 3 / 11;
    background: #ffffff;
    border-radius: 22px;
    grid-row: 1 / 2;
}

.contact_panel .inquiry_support span {
    color: #000000;
    font-size: 14px;
}

.contact_panel .inquiry_support a:hover {
    color: rgb(123,168,154);
}

.contact_panel form h3 {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
}

.contact_panel form input[type="text"],
.contact_panel form input[type="email"] {
    background: #ffffff;
    width: 100%;
    border: 1px solid rgb(212,227,220);
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    font-size: 14px;
    border-radius: 10px;
    padding: 18px 20px;
}

.contact_panel .inquiry_block input[type="checkbox"]:checked {
    background-color: rgb(168,199,187);
    border-color: rgb(168,199,187);
}

.contact_panel .inquiry_block label {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}

.contact_panel .inquiry_block a:hover {
    color: rgb(123,168,154);
}

.contact_panel .feedback_inquiry:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
    background: rgb(123,168,154);
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 8px;
}
}


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



@media (max-width: 767px) {.user_feedback {
    padding: 50px 0;
}.user_feedback::before {
    width: 200%;
    left: -50%;
    transform: rotate(-10deg);
}.user_feedback h4 {
    font-size: calc(34px * 0.85);
    margin-bottom: 30px;
}.user_feedback .edu_stories {
    transform: none;
    gap: 30px;
    grid-template-columns: 1fr;
}.user_feedback .feedback_views,
    .user_feedback .feedback_views:nth-child(odd),
    .user_feedback .feedback_views:nth-child(even) {
    transform: none;
    padding: 25px 20px 20px;
}.user_feedback .img_float {
    width: 70px;
    height: 70px;
}}



@media (max-width: 768px) {.leadership_profile .feedback_views {
    grid-template-columns: 1fr;
}.leadership_profile .img_float {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.leadership_profile .exp_container {
    margin-left: 0;
    padding: 3rem 2rem 2rem;
    margin-top: -50px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}}



@media (min-width: 768px) {.opening_page {
    padding: 3rem;
}.opening_page .virtual_school {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.opening_page .virtual_school > div:first-child p {
    padding-left: 3rem;
    font-size: calc(14px * 1.6);
    max-width: 100%;
}.opening_page .virtual_school > div:first-child p::before {
    width: 6px;
}.opening_page .virtual_study h3 {
    padding: 3rem 3rem 1.5rem;
    font-size: calc(19px * 1.2);
}.opening_page .virtual_study h3::before {
    width: 80px;
    top: 2rem;
    left: 3rem;
}.opening_page .virtual_study h1.title_style_header {
    font-size: calc(45px * 1.2);
    padding: 0 3rem 3rem;
}
}



@media (max-width: 767px) {.thxPanel {
    padding: 80px 0 60px;
}.thxPanel .community_ed {
    transform: perspective(800px) rotateY(-1deg);
    padding: 40px 25px;
}.thxPanel h5 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.thxPanel p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.thxPanel .community_ed::before {
    width: 3px;
}.thxPanel .community_ed::after {
    right: 20px;
    width: 60px;
    top: -10px;
    height: 60px;
}
}



@media screen and (max-width: 767px) {.data_exploration {
    padding: 4rem 0;
}.data_exploration ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.data_exploration .statistics_support {
    height: 180px;
}.data_exploration .statistics_support p {
    font-size: calc(28px * 1.1);
}.data_exploration .statistics_support span {
    font-size: calc(15px * 0.9);
}
}



@media (max-width: 768px) {.newsletter_subscription {
    padding: 4rem 1.5rem 5rem;
}.newsletter_subscription p {
    max-width: 100%;
    font-size: 18px;
}.newsletter_subscription .input_holder {
    transform: none;
}.newsletter_subscription .sub_codes {
    align-self: center;
    transform: none;
    width: 100%;
}.newsletter_subscription .sub_codes:hover {
    transform: translateY(-5px);
}}



@media (max-width: 576px) {.course_rewards {
    padding: 60px 0;
}.course_rewards h2 {
    font-size: 30px;
}.course_rewards .img_float {
    min-height: 280px;
}.course_rewards .text_main_holder > div {
    padding: 20px;
    gap: 15px;
}.course_rewards .text_main_holder svg {
    padding: 7px;
    height: 38px;
    width: 38px;
}}



@media (min-width: 769px) {.hackathon .input_holder {
    flex-direction: row;
}.hackathon .sub_codes {
    width: auto;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main_top {
    gap: 1.2rem;
}header .top_head svg {
    width: 180px;
}header .nav_guide {
    padding: 0.5rem;
    gap: 0.6rem;
}header .header_start {
    font-size: calc(12px - 1px);
    padding: 0.6rem 1rem;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main_top {
    gap: 1rem;
}header .top_head svg {
    width: 150px;
}header .nav_guide {
    gap: 0.4rem;
    padding: 0.4rem;
}header .header_start {
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
}
}



@media (max-width: 1200px) {.course_program_description .knowledge {
    max-width: 65%;
}
}



@media (max-width: 992px) {.course_program_description {
    padding: 80px 0;
}.course_program_description .community_ed {
    min-height: auto;
    display: block;
}.course_program_description .img_float {
    position: relative;
    height: 300px;
    margin-bottom: 30px;
}.course_program_description .knowledge {
    border-radius: 27px;
    transform: translateX(0);
    max-width: 100%;
    padding: 40px 30px;
}.course_program_description .knowledge::before,
    .course_program_description .knowledge::after {
    border-radius: 27px;
}
}



@media (max-width: 768px) {.contact_panel .inquiry_support h3 {
    padding: 30px;
    font-size: calc(37px * 0.9);
}.contact_panel .support_widget {
    padding: 150px 20px 80px;
}.contact_panel form {
    padding: 40px 30px;
    width: 100%;
}.contact_panel form h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 35px;
}
}



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



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



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



@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

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

