﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1251px;
    max-width: 100%;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
.main_mainbar_css {
    flex: 1 0 auto;
}
svg {
    width: 30px;
    height: 30px;
}
.footer {
    flex: 0 0 auto;
}
.wrapper-skeleton_css {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
section {
    background-color: rgb(234,232,238);
}
header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.find_support_css {
    position: relative;
    background: rgb(234,232,238);
    padding: 80px 0;
    overflow: hidden;
}

.find_support_css::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: rgb(205,202,214,0.5);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

.find_support_css .container {
    position: relative;
    z-index: 2;
}

.find_support_css .contact_question_css {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.find_support_css .contact_question_css::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100px;
    background: rgb(205,202,214);
    border-top-left-radius: 15px;
}

.find_support_css .contact_question_css h2 {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}

.find_support_css .contact_question_css p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.find_support_css .contact_question_css p svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: rgb(205,202,214);
}

.find_support_css .contact_question_css p svg path {
    fill: rgb(205,202,214);
}

.find_support_css .get_in_touch_css {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
}

.find_support_css .msg_info_css {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: rgb(234,232,238);
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.find_support_css .msg_info_css::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(205,202,214);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    z-index: 0;
}

.find_support_css .msg_info_css:hover::before {
    opacity: 1;
    transform: scale(1);
}

.find_support_css .msg_info_css svg {
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 1;
    fill: rgb(205,202,214);
    transition: all 0.3s ease;
}

.find_support_css .msg_info_css svg path {
    fill: rgb(205,202,214);
    transition: all 0.3s ease;
}

.find_support_css .msg_info_css:hover svg {
    fill: #ffffff;
}

.find_support_css .msg_info_css:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1024px) {
    .find_support_css {
        padding: 60px 0;
    }
    
    .find_support_css .contact_question_css {
        padding: 40px 30px;
    }
    
    .find_support_css .contact_question_css h2 {
        font-size: calc(31px - 2px);
    }
}

@media (max-width: 768px) {
    .find_support_css {
        padding: 50px 0;
    }
    
    .find_support_css::before {
        width: 50%;
    }
    
    .find_support_css .contact_question_css {
        padding: 35px 25px;
    }
    
    .find_support_css .contact_question_css h2 {
        font-size: calc(31px - 4px);
    }
    
    .find_support_css .get_in_touch_css {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .find_support_css {
        padding: 40px 0;
    }
    
    .find_support_css::before {
        width: 70%;
    }
    
    .find_support_css .contact_question_css {
        padding: 30px 20px;
    }
    
    .find_support_css .contact_question_css h2 {
        font-size: calc(31px - 5px);
    }
    
    .find_support_css .contact_question_css p {
        font-size: calc(16px - 1px);
    }
    
    .find_support_css .msg_info_css {
        width: 50px;
        height: 50px;
    }
    
    .find_support_css .msg_info_css svg {
        width: 20px;
        height: 20px;
    }
}.privacy_hideout_css {
    padding: 40px;
    width: 100%;
    height: auto;
    background: rgb(171,166,184);
    border: 2px solid rgb(205,202,214);
    box-shadow: 0 10px 30px rgb(205,202,214,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.privacy_hideout_css h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 39px;
    font-weight: 700;
    color: rgb(205,202,214);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(171,166,184);
    padding-bottom: 15px;
    width: 100%;
    max-width: 800px;
    text-shadow: 0 0 10px rgb(205,202,214);
}

.privacy_hideout_css h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 37px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    border-left: 5px solid rgb(205,202,214);
    padding-left: 15px;
    width: 100%;
    max-width: 800px;
    text-shadow: 0 0 10px rgb(171,166,184);
}
.privacy_hideout_css h2, .privacy_hideout_css h3,.privacy_hideout_css h4,.privacy_hideout_css h5, .privacy_hideout_css h6 {
    text-align: left;
}
.privacy_hideout_css ul, .privacy_hideout_css ol {
    list-style: none;
    padding-left: 0;
    margin: 30px 0;
    border-top: 2px solid rgb(205,202,214);
    border-bottom: 2px solid rgb(205,202,214);
    width: 100%;
    max-width: 800px;
    padding: 20px 0;
}

.privacy_hideout_css ul li, .privacy_hideout_css ol li {
    margin-bottom: 20px;
    font-size: 17px;
    color: #ffffff;
    padding-left: 25px;
    position: relative;
    font-weight: 300;
}

.privacy_hideout_css ul li::before, .privacy_hideout_css ol li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: rgb(205,202,214);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(205,202,214);
}

.privacy_hideout_css p, .privacy_hideout_css span, .privacy_hideout_css div {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    font-size: 17px;
    max-width: 800px;
    width: 100%;
    text-align: justify;
    text-shadow: 0 0 5px rgb(205,202,214,0.5);
}

.privacy_hideout_css div.container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .privacy_hideout_css {
        padding: 30px;
        border-radius: 10px;
    }

    .privacy_hideout_css h1 {
        font-size: calc(21px - 5px);
        padding-bottom: 10px;
    }

    .privacy_hideout_css h2 {
        font-size: calc(21px - 5px);
        padding-left: 10px;
    }

    .privacy_hideout_css ul, .privacy_hideout_css ol {
        padding: 15px 0;
        margin: 20px 0;
    }

    .privacy_hideout_css ul li, .privacy_hideout_css ol li {
        font-size: 17px;
        padding-left: 20px;
    }
}.leadership_experience_css {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, rgb(205,202,214,0.5) 0%, rgb(171,166,184,0.5) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
}

.leadership_experience_css .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.leadership_experience_css .alumni_feedback_css {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid rgb(205,202,214);
    border-radius: 16px;
    padding: 20px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.leadership_experience_css .alumni_feedback_css:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 15px rgb(205,202,214), 0 0 25px rgb(171,166,184);
    border-color: rgb(171,166,184);
}

.leadership_experience_css .img_display_css {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    border: 5px solid rgb(205,202,214);
    box-shadow: 0 0 15px rgb(205,202,214), 0 0 25px rgb(171,166,184);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.leadership_experience_css .alumni_feedback_css:hover .img_display_css {
    border-color: rgb(171,166,184);
    box-shadow: 0 0 15px rgb(171,166,184), 0 0 25px rgb(205,202,214);
}

.leadership_experience_css .past_work_css {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.leadership_experience_css .alumni_feedback_css .name {
    font-size: 20px;
    color: rgb(171,166,184);
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.leadership_experience_css .alumni_feedback_css span {
    font-size: 12px;
    color: rgb(205,202,214);
    font-weight: 400;
    margin-bottom: 14px;
}

.leadership_experience_css .alumni_feedback_css .exp_milestones_css {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    margin-top: 10px;
    border-top: 2px solid rgb(205,202,214,0.5);
    padding-top: 10px;
    transition: color 0.3s ease, border-top-color 0.3s ease;
}

.leadership_experience_css .alumni_feedback_css:hover .exp_milestones_css {
    color: rgb(171,166,184);
    border-top-color: rgb(171,166,184,0.5);
}

@media only screen and (max-width: 1200px) {
    .leadership_experience_css .alumni_feedback_css {
        flex: 0 0 90%;
    }
}

@media only screen and (max-width: 800px) {
    .leadership_experience_css .container {
        flex-direction: column;
        align-items: center;
    }

    .leadership_experience_css .alumni_feedback_css {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .leadership_experience_css {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-skeleton_css .leadership_experience_css {
    background: rgb(234,232,238);
}

.wrapper-skeleton_css .leadership_experience_css .alumni_feedback_css {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #000000;
}

.wrapper-skeleton_css .leadership_experience_css .img_display_css {
    width: 250px;
    height: 250px;
    margin-bottom: 25px;
    border-radius: 16px;
    border: 5px solid #ffffff;
}

.wrapper-skeleton_css .past_work_css {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-skeleton_css .leadership_experience_css .alumni_feedback_css .exp_milestones_css {
    margin-bottom: 20px;
    font-size: 22px;
    color: #000000;
}

.wrapper-skeleton_css .leadership_experience_css .alumni_feedback_css .name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton_css .leadership_experience_css .img_display_css {
        width: 160px;
        height: 160px;
    }

    .wrapper-skeleton_css .leadership_experience_css .alumni_feedback_css {
        flex-direction: column;
    }
}
.course_features_css {
    position: relative;
    padding: 140px 0;
    background: rgb(234,232,238);
    overflow: hidden;
}

.course_features_css::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgb(205,202,214,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(171,166,184,0.5) 100%);
    opacity: 0.15;
    z-index: 1;
}

.course_features_css .container {
    position: relative;
    z-index: 2;
}

.course_features_css .skill_plan_css {
    display: flex;
    flex-direction: column;
    position: relative;
}

.course_features_css .text_zone_css {
    order: 2;
    position: relative;
    z-index: 3;
    width: 80%;
    margin: -80px auto 0;
    background: #ffffff;
    padding: 40px;
    border-radius: 13px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.course_features_css .text_zone_css h2 {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.course_features_css .text_zone_css h2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, rgb(205,202,214), rgb(171,166,184));
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 10px;
}

.course_features_css .text_zone_css .training_css {
    font-size: 17px;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.course_features_css .text_zone_css .training_css:last-of-type {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.course_features_css .img_display_css {
    order: 1;
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    border-radius: 13px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg);
    transform-origin: bottom;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.course_features_css .img_display_css::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    z-index: 1;
}

.course_features_css .img_display_css::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    bottom: 0;
    left: 0;
    z-index: 1;
}

.course_features_css .skill_plan_css::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid rgb(205,202,214,0.5);
    border-radius: 50%;
    top: 20px;
    left: 10%;
    z-index: 1;
    animation: pulse 4s ease-in-out infinite;
}

.course_features_css .skill_plan_css::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgb(171,166,184,0.5);
    border-radius: 10px;
    bottom: 50px;
    right: 15%;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {
    .course_features_css .text_zone_css::before {
        content: '';
        position: absolute;
        width: 200px;
        height: 3px;
        background: linear-gradient(to right, transparent, rgb(205,202,214,0.5), transparent);
        top: 0;
        left: -160px;
        transform: translateY(130px) rotate(90deg);
        z-index: 1;
    }

    .course_features_css .text_zone_css::after {
        content: '';
        position: absolute;
        width: 200px;
        height: 3px;
        background: linear-gradient(to right, transparent, rgb(171,166,184,0.5), transparent);
        top: 0;
        right: -160px;
        transform: translateY(130px) rotate(90deg);
        z-index: 1;
    }
}

@media (max-width: 1200px) {
    .course_features_css .text_zone_css {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .course_features_css {
        padding: 100px 0;
    }
    
    .course_features_css .text_zone_css {
        width: 80%;
        padding: 30px;
    }
    
    .course_features_css .img_display_css {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .course_features_css {
        padding: 80px 0;
    }
    
    .course_features_css .text_zone_css {
        width: 90%;
        margin-top: -50px;
        padding: 25px;
    }
    
    .course_features_css .img_display_css {
        width: 100%;
        height: 300px;
        transform: perspective(1000px) rotateX(3deg);
    }
    
    .course_features_css .skill_plan_css::before,
    .course_features_css .skill_plan_css::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .course_features_css {
        padding: 60px 0;
    }
    
    .course_features_css .text_zone_css {
        width: 100%;
        margin-top: -30px;
        padding: 20px;
    }
    
    .course_features_css .img_display_css {
        height: 250px;
        transform: none;
    }
    
    .course_features_css .text_zone_css h2 {
        font-size: calc(31px * 0.85);
    }
    
    .course_features_css .text_zone_css .training_css {
        font-size: calc(17px * 0.95);
        line-height: 1.6;
    }
}.tyField_css {
    background-color: #ffffff;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    border-top: 5px solid rgb(205,202,214);
}
.tyField_css .container {
    background-color: rgb(234,232,238);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    padding: 40px 30px;
    max-width: 700px;
    width: 100%;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.tyField_css .container h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgb(205,202,214);
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tyField_css .container p {
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .tyField_css {
        padding: 30px 10px;
    }
    .tyField_css .container {
        padding: 30px 20px;
    }
    .tyField_css .container h2 {
        font-size: calc(28px - 4px);
    }
    .tyField_css .container p {
        font-size: calc(13px - 2px);
    }
}
header {
    padding-bottom: 10px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.nav_class_css {
    border-top: 5px solid rgb(205,202,214);
    border-bottom: 2px solid rgb(205,202,214);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.nav_class_css .main_pro_css {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}
.nav_class_css .main_pro_css .head_class_css {
    margin: 0;
    position: relative;
    z-index: 1;
}
.nav_class_css .main_pro_css .head_class_css svg, .nav_class_css .main_pro_css .head_class_css img {
    width: 80px;
    height: 80px;
    fill: rgb(205,202,214);
    transition: transform 0.3s ease;
}
.nav_class_css .page_top_css {
    font-size: 16px;
    color: rgb(171,166,184);
    font-weight: 600;
    margin-left: 20px;
    flex-grow: 1;
    text-align: center;
}
.nav_class_css .nav_sitewrap_css {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 0;
    position: relative;
    z-index: 11;
}
.nav_class_css .nav_sitewrap_css a {
    padding: 8px 10px;
    color: rgb(171,166,184);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.nav_class_css .nav_sitewrap_css a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(205,202,214);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 1200px) {
    .nav_class_css .main_pro_css {
        flex-direction: column;
    }
    .nav_class_css .page_top_css {
        margin: 10px 0;
        text-align: center;
    }
    .nav_class_css .nav_sitewrap_css {
        justify-content: center;
        flex-direction: column;
    }
    .nav_class_css .nav_sitewrap_css a {
        margin: 5px 0;
    }
}.our_mission_css {
    position: relative;
    background-color: rgb(234,232,238);
    padding: 120px 0;
    overflow: hidden;
}

.our_mission_css::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(205,202,214,0.5) 0%, transparent 50%, rgb(171,166,184,0.5) 100%);
    z-index: 1;
}

.our_mission_css::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(205,202,214,0.5) 0%, transparent 40%);
    z-index: 2;
}

.our_mission_css .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.our_mission_css h2 {
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.our_mission_css h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(205,202,214), rgb(171,166,184));
    border-radius: 10px;
}

.our_mission_css h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, rgb(171,166,184), rgb(205,202,214));
    border-radius: 10px;
    animation: pulse 3s infinite;
}

.our_mission_css .knowledge_guides_css {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
}

.our_mission_css .knowledge_guides_css::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(205,202,214,0.5), rgb(171,166,184,0.5), transparent);
}

.our_mission_css .community_ed_css {
    position: relative;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 19px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 2;
}

.our_mission_css .community_ed_css:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.our_mission_css .community_ed_css::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(205,202,214), rgb(171,166,184));
}

.our_mission_css .community_ed_css::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 30%;
    background: radial-gradient(circle at bottom right, rgb(205,202,214,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.our_mission_css .community_ed_css:hover::after {
    opacity: 1;
}

.our_mission_css .community_ed_css:first-child::before {
    background: linear-gradient(90deg, rgb(205,202,214), rgb(171,166,184));
}

.our_mission_css .community_ed_css:last-child::before {
    background: linear-gradient(90deg, rgb(171,166,184), rgb(205,202,214));
}

.our_mission_css .community_ed_css h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.our_mission_css .community_ed_css h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: rgb(205,202,214);
    border-radius: 50%;
}

.our_mission_css .community_ed_css:first-child h3::before {
    background-color: rgb(205,202,214);
}

.our_mission_css .community_ed_css:last-child h3::before {
    background-color: rgb(171,166,184);
}

.our_mission_css .community_ed_css p {
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
}

.our_mission_css .community_ed_css p::first-letter {
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(205,202,214);
}

.our_mission_css .community_ed_css:last-child p::first-letter {
    color: rgb(171,166,184);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.our_mission_css .container::before,
.our_mission_css .container::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(205,202,214,0.5);
    filter: blur(60px);
    z-index: -1;
}

.our_mission_css .container::before {
    top: -100px;
    left: -100px;
    animation: float 15s ease-in-out infinite;
}

.our_mission_css .container::after {
    bottom: -100px;
    right: -100px;
    background: rgb(171,166,184,0.5);
    animation: float 20s ease-in-out infinite reverse;
}

.our_mission_css::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(205,202,214,0.5) 45%, rgb(205,202,214,0.5) 55%, transparent 55%);
    background-size: 30px 30px;
    opacity: 0.3;
    z-index: 1;
}

.our_mission_css .community_ed_css:hover h3 {
    color: rgb(205,202,214);
    transition: color 0.3s ease;
}

.our_mission_css .community_ed_css:last-child:hover h3 {
    color: rgb(171,166,184);
}

.our_mission_css .community_ed_css:hover::before {
    background-size: 200% 200%;
    animation: gradient-shift 3s linear infinite;
}

@media (max-width: 991px) {
    .our_mission_css {
        padding: 80px 0;
    }
    
    .our_mission_css h2 {
        margin-bottom: 40px;
    }
    
    .our_mission_css .knowledge_guides_css {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .our_mission_css .knowledge_guides_css::before {
        display: none;
    }
    
    .our_mission_css .community_ed_css {
        padding: 30px;
    }
    
    .our_mission_css .container::before,
    .our_mission_css .container::after {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .our_mission_css {
        padding: 60px 0;
    }
    
    .our_mission_css h2 {
        margin-bottom: 30px;
        font-size: calc(29px * 0.9);
    }
    
    .our_mission_css h2::before {
        width: 60px;
    }
    
    .our_mission_css h2::after {
        width: 30px;
    }
    
    .our_mission_css .community_ed_css {
        padding: 25px;
    }
    
    .our_mission_css .community_ed_css h3 {
        font-size: calc(21px * 0.9);
        margin-bottom: 15px;
    }
    
    .our_mission_css .community_ed_css p {
        font-size: calc(17px * 0.95);
    }
    
    .our_mission_css .container::before,
    .our_mission_css .container::after {
        width: 100px;
        height: 100px;
        filter: blur(40px);
    }
}

@media (max-width: 480px) {
    .our_mission_css {
        padding: 40px 0;
    }
    
    .our_mission_css h2 {
        margin-bottom: 25px;
        font-size: calc(29px * 0.8);
        padding-bottom: 15px;
    }
    
    .our_mission_css h2::before {
        width: 50px;
        height: 2px;
    }
    
    .our_mission_css h2::after {
        width: 25px;
        height: 2px;
        bottom: -3px;
    }
    
    .our_mission_css .community_ed_css {
        padding: 20px;
    }
    
    .our_mission_css .community_ed_css h3 {
        font-size: calc(21px * 0.85);
        margin-bottom: 12px;
        padding-left: 15px;
    }
    
    .our_mission_css .community_ed_css h3::before {
        width: 6px;
        height: 6px;
    }
    
    .our_mission_css .community_ed_css p {
        font-size: calc(17px * 0.9);
    }
    
    .our_mission_css .community_ed_css::before {
        height: 3px;
    }
    
    .our_mission_css .container::before,
    .our_mission_css .container::after {
        width: 80px;
        height: 80px;
        filter: blur(30px);
    }
}.opening_page_css {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
    background-color: #000000;
}

.opening_page_css .study_center_css {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.opening_page_css .master_studyfast_css {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.opening_page_css .master_studyfast_css::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 20%,
        transparent 80%,
        #000000 100%
    ), linear-gradient(
        0deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        #000000 100%
    );
    opacity: 0.85;
    z-index: 2;
}

.opening_page_css .master_studyfast_css::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 8px 8px;
    background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
    opacity: 0.05;
    z-index: 2;
}

.opening_page_css .main_entry_css {
    display: flex;
    height: 100%;
    width: fit-content;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    animation: infinite-scroll 30s linear infinite;
}

.opening_page_css .page_primary_css {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100vw;
}

.opening_page_css .page_primary_css::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgb(205,202,214,0.5) 100%
    );
    mix-blend-mode: overlay;
    opacity: 0.3;
    z-index: 1;
}

.opening_page_css .page_primary_css::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgb(205,202,214,0.5) 0%,
        transparent 100%
    );
    opacity: 0.2;
    z-index: 1;
}

.opening_page_css .page_primary_css img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    filter: brightness(0.8) saturate(1.2);
    transition: transform 0.5s ease;
    animation: ken-burns 20s ease infinite alternate;
}

.opening_page_css .text_zone_css {
    position: relative;
    z-index: 5;
    width: 85%;
    max-width: 750px;
    text-align: center;
    padding: 3rem;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 70%
    );
    transform: translateY(0);
    animation: float 6s ease-in-out infinite;
}

.opening_page_css .text_zone_css::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid rgb(205,202,214,0.5);
    border-radius: 27px;
    opacity: 0.3;
    z-index: -1;
    transform: scale(0.97);
    animation: border-pulse 4s ease-in-out infinite;
}

.opening_page_css .text_zone_css::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    z-index: -1;
    filter: blur(15px);
}

.opening_page_css .text_zone_css h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 1.8rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

.opening_page_css .text_zone_css h2::before,
.opening_page_css .text_zone_css h2::after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: -8px;
    background: rgb(205,202,214);
}

.opening_page_css .text_zone_css h2::before {
    left: 0;
    right: 75%;
    animation: line-grow-left 1.5s ease-out forwards;
}

.opening_page_css .text_zone_css h2::after {
    right: 0;
    left: 75%;
    animation: line-grow-right 1.5s ease-out forwards;
}

.opening_page_css .text_zone_css p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    animation: text-fade 1.5s ease-in forwards;
}

.opening_page_css .text_zone_css .request_links_css {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    background: linear-gradient(
        to right,
        rgb(205,202,214) 0%,
        rgb(171,166,184) 50%,
        rgb(205,202,214) 100%
    );
    background-size: 200% auto;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: none;
    border-radius: 27px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    animation: button-gradient 3s ease infinite;
    z-index: 1;
}

.opening_page_css .text_zone_css .request_links_css::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.3) 0%,
        transparent 70%
    );
    transform: scale(0);
    transition: transform 0.5s ease-out;
    z-index: -1;
}

.opening_page_css .text_zone_css .request_links_css:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.opening_page_css .text_zone_css .request_links_css:hover::before {
    transform: scale(1);
}

@keyframes infinite-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / var(--slide-count, 2) * (var(--slide-count, 2) - 1)));
    }
}

@keyframes ken-burns {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes border-pulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(0.97);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes line-grow-left {
    0% {
        right: 100%;
    }
    100% {
        right: 75%;
    }
}

@keyframes line-grow-right {
    0% {
        left: 100%;
    }
    100% {
        left: 75%;
    }
}

@keyframes text-fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 0.95;
        transform: translateY(0);
    }
}

@keyframes button-gradient {
    0% {
        background-position: 0% center;
    }
    50% {
        background-position: 100% center;
    }
    100% {
        background-position: 0% center;
    }
}

@media (max-width: 1200px) {
    .opening_page_css {
        height: 90vh;
    }
    
    .opening_page_css .text_zone_css {
        width: 90%;
        max-width: 700px;
        padding: 2.5rem;
    }
}

@media (max-width: 992px) {
    .opening_page_css {
        height: 85vh;
    }
    
    .opening_page_css .text_zone_css {
        padding: 2rem;
        max-width: 650px;
    }
    
    .opening_page_css .text_zone_css h2 {
        font-size: calc(45px * 0.9);
        margin-bottom: 1.5rem;
    }
    
    .opening_page_css .text_zone_css p {
        font-size: calc(18px * 0.95);
        line-height: 1.7;
        margin-bottom: 2rem;
    }
    
    .opening_page_css .text_zone_css .request_links_css {
        padding: 0.8rem 2rem;
    }
}

@media (max-width: 768px) {
    .opening_page_css {
        height: 80vh;
        min-height: 550px;
    }
    
    .opening_page_css .master_studyfast_css::before {
        background: linear-gradient(
            90deg,
            #000000 0%,
            transparent 15%,
            transparent 85%,
            #000000 100%
        ), linear-gradient(
            0deg,
            #000000 0%,
            transparent 25%,
            transparent 75%,
            #000000 100%
        );
        opacity: 0.9;
    }
    
    .opening_page_css .text_zone_css {
        padding: 1.8rem;
        max-width: 90%;
    }
    
    .opening_page_css .text_zone_css h2 {
        font-size: 30px;
        margin-bottom: 1.3rem;
    }
    
    .opening_page_css .text_zone_css p {
        line-height: 1.6;
        margin-bottom: 1.8rem;
    }
    
    .opening_page_css .text_zone_css .request_links_css {
        padding: 0.7rem 1.8rem;
        font-size: calc(15px * 0.95);
    }
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {
    .opening_page_css {
        height: 70vh;
        min-height: 500px;
    }
    
    .opening_page_css .master_studyfast_css::before {
        background: linear-gradient(
            90deg,
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%
        ), linear-gradient(
            0deg,
            #000000 0%,
            transparent 20%,
            transparent 80%,
            #000000 100%
        );
        opacity: 0.92;
    }
    
    .opening_page_css .master_studyfast_css::after {
        background-size: 6px 6px;
    }
    
    .opening_page_css .text_zone_css {
        padding: 1.5rem;
    }
    
    .opening_page_css .text_zone_css::before {
        display: none;
    }
    
    .opening_page_css .text_zone_css h2 {
        font-size: calc(30px * 0.9);
        margin-bottom: 1.1rem;
    }
    
    .opening_page_css .text_zone_css h2::before,
    .opening_page_css .text_zone_css h2::after {
        height: 2px;
        bottom: -6px;
    }
    
    .opening_page_css .text_zone_css p {
        font-size: calc(18px * 0.9);
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    
    .opening_page_css .text_zone_css .request_links_css {
        padding: 0.6rem 1.5rem;
    }
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3px);
        }
    }
}

@media (max-width: 420px) {
    .opening_page_css {
        height: 60vh;
        min-height: 450px;
    }
    
    .opening_page_css .text_zone_css {
        padding: 1.2rem;
    }
    
    .opening_page_css .text_zone_css h2 {
        font-size: calc(30px * 0.85);
        margin-bottom: 1rem;
    }
    
    .opening_page_css .text_zone_css p {
        font-size: calc(18px * 0.85);
        margin-bottom: 1.2rem;
    }
    
    .opening_page_css .text_zone_css .request_links_css {
        padding: 0.5rem 1.3rem;
        font-size: calc(15px * 0.9);
    }
}

@media (max-height: 600px) {
    .opening_page_css {
        height: auto;
        min-height: 450px;
    }
    
    .opening_page_css .text_zone_css {
        padding: 1.5rem;
    }
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-2px);
        }
    }
}

.opening_page_css .page_primary_css:nth-child(odd) img {
    animation-delay: -10s;
}

.opening_page_css .main_entry_css {
    --slide-count: 2;
}

.opening_page_css:has(.page_primary_css:nth-child(3)) .main_entry_css {
    --slide-count: 3;
}

.opening_page_css:has(.page_primary_css:nth-child(4)) .main_entry_css {
    --slide-count: 4;
}

.opening_page_css:has(.page_primary_css:nth-child(5)) .main_entry_css {
    --slide-count: 5;
}

.opening_page_css:has(.page_primary_css:nth-child(n+6)) .main_entry_css {
    --slide-count: 5;
}.operation_process_css {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgb(171,166,184);
    color: #ffffff;
}

.operation_process_css::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(205,202,214) 0%, rgb(171,166,184) 100%);
    animation: rotateBackground 20s infinite linear;
    z-index: -1;
    filter: blur(100px);
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.operation_process_css .study_center_css {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    gap: 20px;
}

.operation_process_css h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 37px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.operation_process_css p {
    text-align: center;
    font-size: 17px;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    color: #ffffff;
    max-width: 800px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.operation_process_css p::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .operation_process_css {
        padding: 30px 0;
    }
}

.wrapper-skeleton_css .operation_process_css h2 {
    color: #ffffff;
    font-size: 39px;
    margin-bottom: 48px;
}

.wrapper-skeleton_css .operation_process_css {
    position: relative;
}

.wrapper-skeleton_css .operation_process_css::after {
    content: "";
    position: absolute;
    width: calc(50% - 6px);
    height: 44px;
    background: rgb(171,166,184);
    border-left: 12px solid #ffffff;
    bottom: -44px;
    right: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton_css .operation_process_css h2 {
        font-size: 37px;
        margin-bottom: 28px;
    }
}
.contact_form_box_css {
    padding: 100px 0;
    background: #000000;
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_form_box_css::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(205,202,214,0.5), transparent);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.contact_form_box_css .container {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 21px;
    padding: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.contact_form_box_css h3 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
    z-index: 2;
    grid-column: span 2;
}

.contact_form_box_css .support_links_css {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.contact_form_box_css form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}
.contact_form_box_css .query_support_css input {
    width: 100%;
}
.contact_form_box_css form input,
.contact_form_box_css form textarea {
    color: #000000;
    background: #ffffff;
    border: none;
    padding: 15px;
    font-size: 17px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.contact_form_box_css form input:focus,
.contact_form_box_css form textarea:focus {
    box-shadow: 0 0 10px rgb(171,166,184,0.5);
}

.contact_form_box_css form .request_links_css {
    grid-column: span 2;
    background: rgb(171,166,184);
    color: #ffffff;
    border-radius: 21px;
    padding: 15px;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact_form_box_css form .request_links_css:hover {
    background: rgb(205,202,214);
}

.contact_form_box_css .query_support_css {
    grid-column: span 2;
    display: flex;
    gap: 20px;
}

.contact_form_box_css .query_reach_css {
    grid-column: span 2;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.contact_form_box_css .query_reach_css label {
    font-size: 17px;
}

.contact_form_box_css .query_reach_css a {
    margin-left: 5px;
    color: rgb(205,202,214);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}

.contact_form_box_css .query_reach_css a:hover {
    color: rgb(171,166,184);
}

.contact_form_box_css .request_info_css {
    grid-column: span 2;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.contact_form_box_css .query_reach_css input[type=checkbox] {
    width: auto;
    margin-right: 10px;
}

@media only screen and (max-width: 800px) {
    .contact_form_box_css form {
        display: flex;
        flex-direction: column;
    }
    .contact_form_box_css .query_support_css {
        flex-direction: column;
    }
    .contact_form_box_css .request_links_css {
        grid-column: span 1;
    }
    .contact_form_box_css {
        padding: 50px 20px;
    }
    .contact_form_box_css h3 {
        font-size: 24px;
    }
    .contact_form_box_css .container {
        padding: 30px;
    }
}
footer {
    background: rgb(171,166,184);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    padding: 50px 0;
    box-shadow: 0 0 20px rgb(205,202,214,0.5);
}
footer .head_class_css {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgb(205,202,214);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
footer .head_class_css svg, footer .head_class_css svg path {
    fill: rgb(205,202,214);
    height: 60px;
    width: 60px;
    margin-right: 15px;
}
footer .header_nav_css {
    display: flex;
    flex-direction: row;
    align-items: center;
}
footer .header_nav_css a {
    color: rgb(171,166,184);
    text-decoration: none;
    font-size: 15px;
    margin-right: 20px;
    position: relative;
    padding: 5px 0;
}
footer .header_nav_css a::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(205,202,214);
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: transform 0.3s;
    transform: scaleX(0);
}
footer .header_nav_css a:hover::before {
    transform: scaleX(1);
}
footer .review_block_css {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
    border-top: 2px solid rgb(205,202,214);
}
footer .comm_guide_css {
    color: #ffffff;
}
footer .comm_guide_css a {
    color: rgb(171,166,184);
    text-decoration: none;
    margin-left: 5px;
    border-bottom: 1px solid rgb(171,166,184);
}
footer .comm_guide_css a:hover {
    color: rgb(205,202,214);
    border-bottom: 1px solid rgb(205,202,214);
}
footer .vr_labs_css {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(205,202,214);
}
footer .vr_labs_css .head_class_css {
    flex: 1;
}
footer .vr_labs_css .header_mentor_css {
    flex: 3;
    display: flex;
    justify-content: flex-end;
}
footer .header_mentor_css {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
@media (max-width: 1200px) {
    footer .vr_labs_css {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .header_mentor_css {
        justify-content: flex-start;
    }
}
@media (max-width: 800px) {
    footer .vr_labs_css {
        padding: 20px 10px;
    }
    footer .header_mentor_css {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .header_nav_css a {
        margin-bottom: 10px;
    }
    footer .comm_guide_css {
        text-align: center;
    }
    footer .comm_guide_css a {
        display: block;
        margin-top: 5px;
    }
}
.wrapper-skeleton_css footer .footer {
    padding: 0;
}
.wrapper-skeleton_css footer .vr_labs_css {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
}
.wrapper-skeleton_css footer .header_mentor_css {
    flex-direction: row;
    justify-content: flex-end;
}
.wrapper-skeleton_css footer .header_nav_css a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: rgb(205,202,214);
}
.wrapper-skeleton_css footer .review_block_css {
    background: rgb(205,202,214,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.wrapper-skeleton_css footer .comm_guide_css {
    text-align: center;
}
@media (max-width: 1200px) {
    .wrapper-skeleton_css footer .vr_labs_css {
        flex-direction: column;
    }
    .wrapper-skeleton_css footer .header_mentor_css {
        flex-direction: column;
        text-align: left;
        align-items: center;
        justify-content: center;
    }
    .wrapper-skeleton_css footer .header_nav_css a {
        padding-left: 0;
        font-size: 18px;
    }
    .wrapper-skeleton_css footer .header_nav_css a:first-child {
        margin-bottom: 10px;
    }
    .wrapper-skeleton_css footer .vr_labs_css {
        padding: 20px 10px;
    }
    .wrapper-skeleton_css footer .comm_guide_css {
        text-align: center;
    }
    .wrapper-skeleton_css footer .comm_guide_css a {
        display: block;
        margin-top: 5px;
    }
}