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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(209,205,186), #ffffff);
    position: relative;
    z-index: 100;
}

.thxSpot_6::before {
    bottom: 0;
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    right: 0;
}

.thxSpot_6 h2::after {
    content: "";
    width: 100px;
    left: 0;
    bottom: -12px;
    transform: scaleX(0);
    animation: expandLine 0.5s 0.8s forwards ease-out;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(169,170,164) 0%, rgb(125,126,123) 100%);
    height: 4px;
}

.thxSpot_6 .learn_training_6:hover {
    transform: translateY(-5px);
}

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

.thxSpot_6 li {
    position: relative;
    padding-left: 1.5rem;
}

.thxSpot_6 span {
    animation: fadeText 0.8s 0.6s both;
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
    display: block;
    line-height: 1.8;
    color: #000000;
}

.tech_stack_5 .container {
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    gap: 3rem;
    position: relative;
}

.tech_stack_5 .about_learn_1 {
    opacity: 0.8;
    color: #ffffff;
    font-size: 17px;
    margin-top: 1rem;
    line-height: 1.6;
}

.tech_stack_5 .head_pagewrap_1 {
    gap: 4rem;
    display: flex;
}

.tech_stack_5 .header_mentor_4::before {
    height: 40px;
    border-top: 1px solid rgb(169,170,164);
    border-left: 1px solid rgb(169,170,164);
    opacity: 0.4;
    left: -20px;
    width: 40px;
    position: absolute;
    content: "";
    top: -10px;
}

.tech_stack_5 .header_mentor_4 .head_pagewrap_1 {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}

.tech_stack_5 .header_mentor_4 .head_pagewrap_1 a:hover {
    color: rgb(169,170,164);
    transform: translateX(5px);
    opacity: 1;
}

.fellow_prog_4 {
    position: relative;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
}

.fellow_prog_4 .trust_badge_7 {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    opacity: 0.7;
}

.cookie_ack_6 {
    margin-bottom: 20px;
}

.cookie_ack_6 svg, .cookie_ack_6 svg path, .cookie_ack_6 img {
    width: 60px;
    fill: rgb(169,170,164);
    height: 60px;
}

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

.cookie_button.visitor_privacy_8 {
    background: rgb(125,126,123);
}

.consentNotificationBox_2 p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(169,170,164);
}

#cookie_alert_info_2:checked ~ .consentNotificationBox_2 {
    visibility: hidden;
    opacity: 0;
}

.learning_system_8::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    animation: pulsate 12s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(169,170,164) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(125,126,123) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgb(169,170,164) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgb(125,126,123) 0%, transparent 6%);
}

.learning_system_8 .content_holder_0 {
    z-index: 2;
    padding: 4rem;
    position: relative;
}

.learning_system_8 .content_holder_0::after {
    bottom: 0;
    right: 0;
    position: absolute;
    height: 50%;
    border-radius: 10px;
    width: 5px;
    background: linear-gradient(to top, rgb(125,126,123), transparent);
    content: '';
}

.learning_system_8 p {
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 400;
    transform: perspective(500px) translateZ(0);
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
}

.about_this_8 .content_holder_0 {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 40px 60px;
    position: relative;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.about_this_8 h5::after {
    height: 3px;
    position: absolute;
    transition: transform 0.4s ease-out;
    content: "";
    transform: scaleX(1);
    left: 0;
    bottom: -5px;
    transform-origin: left;
    background: rgb(125,126,123);
    width: 70%;
}

.about_this_8 p b::after {
    background: linear-gradient(to right, rgb(169,170,164), transparent);
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
}

.education_experience_2 {
    overflow: hidden;
    padding: 80px 40px;
    position: relative;
    min-height: 450px;
    background: rgb(209,205,186);
}

.education_experience_2 .learner_views_5 {
    position: relative;
    max-width: 1000px;
    perspective: 1000px;
    margin: 0 auto;
    flex-direction: column;
    transform-style: preserve-3d;
    display: flex;
}

.education_experience_2 .career_progress_8 {
    overflow: hidden;
    border-radius: 12px;
    transform: translateZ(0);
    background: #ffffff;
    padding: 60px 40px 40px;
    margin-top: -40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.education_experience_2 .name {
    transform: translateX(0);
    transition: all 0.4s ease;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 33px;
    color: #000000;
    letter-spacing: 1px;
}

.education_experience_2 .experience_details_2 {
    line-height: 1.8;
    font-size: 15px;
    position: relative;
    opacity: 0.9;
    transition: all 0.4s ease 0.2s;
    color: #000000;
    padding: 20px 0;
    transform: translateY(0);
}

.education_experience_2 .learner_views_5:hover .experience_details_2::before,
.education_experience_2 .learner_views_5:hover .experience_details_2::after {
    width: 100px;
    background: rgb(125,126,123);
    height: 2px;
}

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

header .head_sitebar_3 {
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(169,170,164,0.5), rgb(125,126,123,0.5));
    border-radius: 26px;
    text-decoration: none;
}

header .header_top_4::before {
    left: 0;
    height: 3px;
    content: '';
    width: 100%;
    transition: transform 0.3s ease;
    top: 0;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(169,170,164), rgb(125,126,123));
    transform-origin: left;
}

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

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

.plan_array_4 h2::after {
    transition: transform 0.4s ease;
    display: block;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(125,126,123), rgb(169,170,164));
    transform: scaleX(1);
    width: 80px;
    margin: 20px auto 0;
}

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

.plan_array_4 .cost_fee_4::before {
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0;
    height: 100%;
    background: linear-gradient(230deg, rgb(125,126,123,0.5) 0%, transparent 80%);
    transition: opacity 0.5s ease;
    left: 0;
    top: 0;
}

.plan_array_4 .promo_plans_5 {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.plan_array_4 .promo_plans_5 h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    background: rgb(169,170,164);
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
}

.plan_array_4 .payment_plan_6 {
    transition: transform 0.3s ease;
    position: relative;
    background-clip: text !important;
    padding: 10px 0;
    font-size: calc(18px + 4px);
    -webkit-background-clip: text !important;
    display: inline-block;
    margin-top: auto;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(125,126,123) 0%, rgb(169,170,164) 100%);
    font-weight: 700;
    color: #ffffff;
}

.course_program_info_2 .job_training_8 {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 100%;
}

.course_program_info_2 .job_training_8::after {
    opacity: 0.3;
    mix-blend-mode: overlay;
    content: '';
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(169,170,164,0.5) 0px,
            rgb(169,170,164,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    z-index: 3;
    inset: 0;
    animation: slide-pattern 15s linear infinite;
}

.course_program_info_2 .education_flow_5 {
    background: rgb(209,205,186);
    overflow: hidden;
    position: relative;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.course_program_info_2 .education_flow_5 h3 {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 36px;
    display: inline-block;
    color: rgb(169,170,164);
    font-weight: 700;
}

.course_program_info_2 .education_flow_5:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}

.course_program_info_2 .education_flow_5 .query_panel_6 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-transform: uppercase;
    overflow: hidden;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    box-shadow: 0 5px 15px rgb(169,170,164,0.5);
    padding: 0.9rem 1.8rem;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(to right, 
        rgb(169,170,164), 
        rgb(125,126,123));
    text-decoration: none;
}

.contact_form_section_7 .img_container_1::before {
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(169,170,164,0.5) 0%, 
        rgb(125,126,123,0.5) 100%
    );
    top: 0;
    width: 120%;
    content: '';
    transform: skew(10deg);
    opacity: 0.7;
    z-index: 1;
}

.contact_form_section_7 .connect_box_1 h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
    padding-bottom: 1rem;
    font-size: 35px;
    position: relative;
}

.contact_form_section_7 .connect_box_1 form {
    gap: 1.5rem;
    display: grid;
}

.contact_form_section_7 .connect_box_1 input:not([type="checkbox"]):not([type="submit"])::after {
    bottom: -2px;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    position: absolute;
    background: rgb(169,170,164);
    width: 0;
    content: '';
}

.contact_form_section_7 .connect_box_1 .connect_grid_5 {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.contact_form_section_7 .connect_box_1 .connect_grid_5 input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    font-size: 0.8rem;
    content: '✔';
    color: #ffffff;
    top: 50%;
}

.contact_form_section_7 .connect_box_1 .query_panel_6 {
    font-size: 17px;
    font-weight: 600;
    background: rgb(169,170,164);
    padding: 1rem;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border: none;
}

.privacy_folio_2 {
    background: linear-gradient(135deg, rgb(209,205,186), rgba(245, 245, 250, 0.98));
    padding: 4rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.privacy_folio_2 .container {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 20px 40px rgba(rgb(169,170,164,0.5), 0.03);
    max-width: 1140px;
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 3rem;
    z-index: 1;
}

.privacy_folio_2 h3 {
    font-weight: 600;
    position: relative;
    font-size: calc(35px * 0.8);
    color: #000000;
    border-left: 2px solid rgb(125,126,123,0.5);
    padding-left: 12px;
    margin: 2rem 0 1rem;
}

.privacy_folio_2 p:hover {
    transform: translateX(5px);
}

.privacy_folio_2 p strong {
    color: rgb(169,170,164);
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.privacy_folio_2 ul {
    padding-left: 1.5rem;
    list-style: none;
    position: relative;
    margin: 1.5rem 0 2rem;
}

.privacy_folio_2 li {
    color: #000000;
    font-size: 15px;
    margin-bottom: 1rem;
    position: relative;
    transition: transform 0.3s ease;
    line-height: 1.7;
    padding-left: 1.5rem;
}

.privacy_folio_2 li:hover::before {
    background: rgb(169,170,164);
    transform: scale(1.3);
}

.privacy_folio_2 span:hover {
    border-left-color: rgb(169,170,164);
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(rgb(169,170,164,0.5), 0.05), transparent);
}

.welcome_board_1 .learn_training_6 {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    perspective: 1000px;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    z-index: 1;
}

.welcome_board_1 h1 {
    margin-bottom: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 46px;
    font-weight: 700;
    position: relative;
    color: #000000;
    line-height: 1.2;
    transform: translateX(0);
}

.welcome_board_1 h1::after {
    left: 0;
    bottom: -10px;
    content: "";
    width: 80px;
    transform: scaleX(0.7);
    transition: transform 0.5s ease;
    height: 3px;
    background: rgb(169,170,164);
    transform-origin: left;
    position: absolute;
}

.welcome_board_1 svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    width: 100px;
    height: 100px;
    transform: translateY(0);
    margin-bottom: 1rem;
}

.welcome_board_1 .content_holder_0:hover svg path,
.welcome_board_1 .content_holder_0:hover svg text {
    fill: rgb(169,170,164);
}

.welcome_board_1 .query_panel_6:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
        0 8px 20px -5px rgba(94,170,168,0.6),
        0 4px 10px -2px rgba(0,0,0,0.2);
}

.welcome_board_1 .query_panel_6:hover::before {
    left: 100%;
}

.welcome_board_1 .img_container_1 {
    transition: transform 0.5s ease;
    animation: slideInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    width: 100%;
    overflow: hidden;
    height: 320px;
    box-shadow: 
        0 20px 40px -20px rgba(0,0,0,0.5),
        0 10px 20px -10px rgba(0,0,0,0.3);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    border-radius: 10px;
    position: relative;
}

.service_info_8::before {
    opacity: 0.4;
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(120deg, rgb(169,170,164,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 20%, rgb(125,126,123,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(169,170,164,0.5) 0%, transparent 50%);
    animation: gradientShift 15s ease infinite alternate;
    position: absolute;
    content: "";
    top: 0;
}

.service_info_8 .support_center_0 > p {
    text-align: center;
    margin: 0 auto 40px;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    max-width: 80%;
}

.service_info_8 .support_center_0 > p:last-of-type {
    max-width: fit-content;
    margin: 0 auto 60px;
    background: #ffffff;
    align-items: center;
    padding: 15px 25px;
    justify-content: center;
    display: flex;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    font-weight: 400;
}

.service_info_8 .edu_query_6 svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,170,164);
}


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



@media (max-width: 767px) {.thxSpot_6 {
    padding: 4rem 0;
}.thxSpot_6 h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.thxSpot_6 h2::after {
    height: 3px;
    width: 80px;
}.thxSpot_6 .learn_training_6 {
    padding: 1.75rem;
}.thxSpot_6 span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}



@media screen and (max-width: 768px) {.tech_stack_5 {
    padding: 3rem 0 2rem;
}.tech_stack_5 .head_pagewrap_1 {
    gap: 2rem;
    flex-direction: column;
}.tech_stack_5 .header_mentor_4::before,
    .tech_stack_5 .header_mentor_4::after {
    display: none;
}.tech_stack_5 .header_mentor_4 {
    margin-bottom: 1.5rem;
}.fellow_prog_4 {
    padding: 1rem 0;
}
}



@media (max-width: 768px) {.learning_system_8 {
    padding: 4rem 0;
}.learning_system_8 .learn_training_6 {
    width: 95%;
}.learning_system_8 .content_holder_0 {
    padding: 2rem;
}.learning_system_8 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.8);
}.learning_system_8 p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 767px) {.about_this_8 {
    padding: 80px 0;
}.about_this_8 .content_holder_0 {
    padding: 30px;
    transform: none;
}.about_this_8 .content_holder_0::after {
    display: none;
}.about_this_8 h5 {
    font-size: 24px;
}.about_this_8 p b {
    font-size: calc(14px * 1.3);
}
}



@media (max-width: 767px) {.education_experience_2 {
    padding: 60px 20px;
}.education_experience_2 .career_progress_8 {
    padding: 60px 25px 35px;
}.education_experience_2 .name {
    font-size: calc(33px - 4px);
}.education_experience_2 .career_progress_8 > div:nth-child(2) {
    font-size: calc(15px - 1px);
}.education_experience_2 .experience_details_2 {
    font-size: calc(15px - 1px);
}}



@media (max-width: 992px) {.plan_array_4 {
    padding: 90px 0;
}.plan_array_4 .pricing_deals_3 {
    grid-template-columns: repeat(2, 1fr);
}.plan_array_4 .program_rate_7 {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.plan_array_4 {
    padding: 60px 0;
}.plan_array_4 h2 {
    font-size: calc(34px - 6px);
}.plan_array_4 .promo_plans_5 h4 {
    font-size: 18px;
}.plan_array_4 .promo_plans_5 p {
    font-size: calc(16px - 1px);
}}



@media (min-width: 992px) and (max-width: 1400px) {.course_program_info_2 .education_flow_5 {
    padding: 2.5rem;
}.course_program_info_2 .learn_training_6 {
    max-width: 550px;
}
}



@media (max-width: 767px) {.course_program_info_2 .skill_work_7 {
    height: 300px;
}.course_program_info_2 .skill_route_2 {
    animation-duration: 25s;
}.course_program_info_2 .container {
    padding: 2.5rem 1rem;
}.course_program_info_2 .education_flow_5 {
    padding: 1.8rem;
}.course_program_info_2 .education_flow_5 h3 {
    font-size: calc(36px * 0.9);
}.course_program_info_2 .education_flow_5 p {
    font-size: calc(17px * 0.95);
    margin-bottom: 1.5rem;
}
}



@media screen and (max-width: 1200px) {.contact_form_section_7 .img_container_1 {
    margin-left: -3%;
}
}



@media screen and (max-width: 768px) {.contact_form_section_7 {
    padding: 3rem 0;
}.contact_form_section_7 h2 {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.8);
}.contact_form_section_7 h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact_form_section_7 .connect_box_1 h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 1.5rem;
}.contact_form_section_7 .connect_box_1 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (max-width: 576px) {.privacy_folio_2 {
    padding: 2rem 0.75rem;
}.privacy_folio_2 .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}.privacy_folio_2 h1 {
    padding-bottom: 0.75rem;
    font-size: calc(42px * 0.7);
}.privacy_folio_2 h2 {
    font-size: calc(35px * 0.75);
    padding-left: 10px;
}.privacy_folio_2 h3 {
    font-size: calc(35px * 0.65);
    padding-left: 8px;
}.privacy_folio_2 h4 {
    padding-left: 6px;
    font-size: calc(35px * 0.55);
}.privacy_folio_2 ul {
    padding-left: 0.75rem;
}.privacy_folio_2 li {
    padding-left: 1.25rem;
}.privacy_folio_2 p, 
  .privacy_folio_2 li, 
  .privacy_folio_2 span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.privacy_folio_2 span {
    padding-left: 0.75rem;
}}



@media (max-width: 767px) {.welcome_board_1 {
    padding: 3rem 0;
}.welcome_board_1 .content_holder_0 {
    padding: 2rem 1.5rem;
    text-align: center;
    align-items: center;
}.welcome_board_1 h1 {
    font-size: calc(46px * 0.9);
}.welcome_board_1 h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.welcome_board_1 .content_holder_0:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}.welcome_board_1 .edu_intro_1 {
    align-items: center;
}.welcome_board_1 ul {
    justify-content: center;
}}



@media (max-width: 576px) {.service_info_8 {
    padding: 40px 0;
}.service_info_8 .support_center_0 {
    padding: 30px 20px;
}.service_info_8 .support_center_0 h2 {
    font-size: calc(33px - 6px);
}.service_info_8 .support_center_0 h2::before,
    .service_info_8 .support_center_0 h2::after {
    margin: 0 10px;
    width: 30px;
}.service_info_8 .support_center_0 > p {
    font-size: calc(12px - 2px);
}.service_info_8 .support_center_0 > p:last-of-type {
    padding: 12px 15px;
    margin-bottom: 35px;
    font-size: calc(12px - 2px);
}.service_info_8 .message_block_4 {
    gap: 15px;
}.service_info_8 .edu_query_6 {
    height: 55px;
    width: 55px;
}.service_info_8 .edu_query_6 svg {
    height: 22px;
    width: 22px;
}
}

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



@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}



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

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

