﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container-wrap43281 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.head_bar64527 {
    flex: 1 0 auto;
}
a {
    color: inherit;
    text-decoration: none;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(214,221,239);
}
svg {
    width: 30px;
    height: 30px;
}
header,footer {
    width: 100%;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
.container {
    margin: auto;
    width: 1236px;
    max-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;
    }
}.contact_box50417 {
    padding: 80px 0;
    background: rgb(214,221,239);
    font-family: Roboto, sans-serif;
    background: linear-gradient(135deg, rgb(214,221,239) 30%, rgb(173,185,218,0.5) 100%);
}
.contact_box50417 h3 {
    color: rgb(131,153,197);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(173,185,218);
    display: inline-block;
}
.contact_box50417 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.contact_box50417 .community_ed05871 {
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}
.contact_box50417 .support_inquiry48236 {
    flex: 1;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(173,185,218,0.5);
    background: linear-gradient(135deg, #ffffff 30%, rgb(131,153,197,0.5) 100%);
}
.contact_box50417 .support_inquiry48236 h5 {
    color: rgb(173,185,218);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact_box50417 .support_inquiry48236 span {
    color: #000000;
    font-size: 12px;
}
.contact_box50417 .support_inquiry48236 svg, .contact_box50417 .support_inquiry48236 svg path {
    fill: rgb(173,185,218);
    width: 30px;
    height: 30px;
}
.contact_box50417 .support_inquiry48236 .connect_widget39815 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact_box50417 .support_inquiry48236 .contact_info>div {
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}
.contact_box50417 .support_inquiry48236 .contact_info>div:hover {
    transform: translateX(5px);
}
.contact_box50417 .support_inquiry48236 .connect_widget39815 span {
    margin-left: 10px;
    font-weight: 300;
}
.contact_box50417 .main_edu62037 {
    display: flex;
    flex-direction: column; 
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s;
}
.contact_box50417 .main_edu62037 svg, .contact_box50417 .main_edu62037 img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    transition: transform 0.3s;
}
.contact_box50417 .main_edu62037 svg:hover, .contact_box50417 .main_edu62037 img:hover {
    transform: scale(1.1);
}
.contact_box50417 .support_help12804 {
    flex: 1;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(131,153,197,0.5);
    background: linear-gradient(135deg, #ffffff 30%, rgb(173,185,218,0.5) 100%);
}
.contact_box50417 .support_help12804 form {
    display: flex;
    flex-direction: column;
}
.contact_box50417 .support_help12804 h3 {
    color: rgb(173,185,218);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    border-bottom: 2px solid rgb(131,153,197);
    display: inline-block;
}
.contact_box50417 .support_help12804 input {
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    width: 100%;
    margin-bottom: 24px;
    font-size: 12px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact_box50417 .support_help12804 input:focus {
    border-color: rgb(131,153,197);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact_box50417 .support_help12804 .connect_list80249 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact_box50417 .support_help12804 .query_inquiry08317 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact_box50417 .support_help12804 .query_inquiry08317 input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
.contact_box50417 .support_help12804 .query_inquiry08317 label {
    font-size: 12px;
    color: #000000;
}
.contact_box50417 .support_help12804 .query_inquiry08317 a {
    color: rgb(173,185,218);
    margin-left: 5px;
    text-decoration: underline;
}
.contact_box50417 .support_help12804 .message_list29764 {
    background: rgb(131,153,197);
    color: #ffffff;
    border-radius: 20px;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-end; 
    border: 2px solid rgb(173,185,218);
    background: linear-gradient(135deg, rgb(131,153,197) 30%, rgb(173,185,218,0.5) 100%);
}
.contact_box50417 .support_help12804 .message_list29764:hover {
    background: rgb(173,185,218);
    transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
    .contact_box50417 .community_ed05871 {
        flex-direction: column;
    }
    .contact_box50417 .support_inquiry48236, .contact_box50417 .support_help12804 {
        flex-direction: column; 
        width: 100%;
        margin-bottom: 20px;
    }
    .contact_box50417 h3 {
        font-size: 21px;
    }
    .contact_box50417 .support_help12804 input, .contact_box50417 .support_help12804 .connect_list80249 input {
        width: 100%;
    }
}
.education_history72130 {
   padding: 120px 0;
   background: rgb(131,153,197);
   position: relative;
   overflow: hidden;
}

.education_history72130::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgb(131,153,197,0.5);
   transform: skewY(-3deg);
}

.education_history72130 .student_reviews16540 {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   max-width: 1000px;
   margin: 0 auto;
}

.education_history72130 .student_reviews16540 .img_cell86294 {
   width: 400px;
   height: 400px;
   margin-bottom: 40px;
   border-radius: 18px;
   border: 3px solid rgb(173,185,218);
   box-shadow: 15px 15px 0 rgb(173,185,218,0.5);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.education_history72130 .student_reviews16540 .img_cell86294:hover {
   transform: translate(-5px, -5px);
   box-shadow: 20px 20px 0 rgb(173,185,218,0.5);
}

.education_history72130 .work_summary48920 {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   color: #ffffff;
   margin-bottom: 30px;
}

.education_history72130 .work_summary48920 .name {
   font-size: 32px;
   font-weight: 700;
   margin-bottom: 15px;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.education_history72130 .work_summary48920 .career_section35406 {
   font-size: 24px;
   font-weight: 300;
   color: rgb(173,185,218);
}

.education_history72130 .worker_info {
   width: 100%;
   max-width: 800px;
}

.education_history72130 .worker_info .career_back76928 {
   margin: 20px 0;
   padding: 30px;
   background: rgba(0, 0, 0, 0.5);
   border-radius: 10px;
   text-align: center;
   color: #ffffff;
   font-size: 24px;
   font-style: italic;
   position: relative;
   border-left: 4px solid rgb(173,185,218);
}

.education_history72130 .worker_info .work_box01574 {
   margin: 20px 0;
   padding: 30px;
   background: rgba(0, 0, 0, 0.5);
   border-radius: 10px;
   text-align: center;
   color: #ffffff;
   font-size: 14px;
   line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
   .education_history72130 {
       padding: 80px 0;
   }
   
   .education_history72130 .student_reviews16540 .img_cell86294 {
       width: 350px;
       height: 350px;
   }
   
   .education_history72130 .worker_info {
       max-width: 90%;
   }
}

@media only screen and (max-width: 768px) {
   .education_history72130 {
       padding: 60px 0;
   }
   
   .education_history72130 .student_reviews16540 .img_cell86294 {
       width: 300px;
       height: 300px;
       margin-bottom: 30px;
   }
   
   .education_history72130 .work_summary48920 .name {
       font-size: 24px;
   }
   
   .education_history72130 .work_summary48920 .career_section35406 {
       font-size: 14px;
   }
   
   .education_history72130 .worker_info .career_back76928,
   .education_history72130 .worker_info .work_box01574 {
       padding: 20px;
   }
}

@media only screen and (max-width: 480px) {
   .education_history72130 {
       padding: 40px 0;
   }
   
   .education_history72130 .student_reviews16540 .img_cell86294 {
       width: 250px;
       height: 250px;
       margin-bottom: 20px;
   }
   
   .education_history72130 .worker_info .career_back76928 {
       font-size: 14px;
   }
}.container-wrap43281 .program_information21764 {
    padding: 60px 0;
    background: rgb(131,153,197);
    overflow: hidden;
}

.container-wrap43281 .program_information21764 .program_path91743 {
    display: flex;
    justify-content: center;
}

.container-wrap43281 .program_information21764 .program_path91743 .study_path10532 {
    width: 100%;
    max-width: 800px;
    background: linear-gradient(135deg, rgb(173,185,218), rgb(131,153,197));
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.container-wrap43281 .program_information21764 .program_path91743 .study_path10532:hover {
    transform: translateY(-5px);
}

.container-wrap43281 .program_information21764 .img_cell86294 {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.container-wrap43281 .program_information21764 .program_path91743 .study_path10532:hover .img_cell86294 {
    transform: scale(1.05);
}

.container-wrap43281 .program_information21764 .textual_box85736 {
    padding: 40px;
    width: 100%;
    text-align: center;
}

.container-wrap43281 .program_information21764 .textual_box85736 h3 {
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.container-wrap43281 .program_information21764 .textual_box85736 p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.6;
}

.container-wrap43281 .program_information21764 .message_list29764 {
    display: inline-block;
    padding: 15px 30px;
    background: rgb(173,185,218);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.container-wrap43281 .program_information21764 .message_list29764:hover {
    background: rgb(131,153,197);
    transform: translateY(-3px);
}

@media only screen and (max-width: 800px) {
    .container-wrap43281 .program_information21764 .textual_box85736 {
        padding: 20px;
    }
}
footer {
    background: linear-gradient(135deg, rgb(131,153,197), #000000);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 50px 0;
    position: relative;
}
footer .footer {
    padding: 30px 0;
    border-top: 2px solid rgb(173,185,218);
    border-bottom: 2px solid rgb(173,185,218);
}
footer .conduct_code83452 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
footer .main_edu62037 {
    flex: 1;
    text-align: center;
}
footer .main_edu62037 svg, footer .main_edu62037 img {
    height: 80px;
    width: auto;
    transition: transform 0.3s ease;
}
footer .main_edu62037:hover svg, footer .main_edu62037:hover img {
    transform: scale(1.1);
}
footer .nav_prime52436 {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .nav_prime52436 h5 {
    font-size: 21px;
    color: rgb(173,185,218);
    margin-bottom: 20px;
    position: relative;
}
footer .nav_prime52436 h5::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: rgb(173,185,218);
    transform: translateX(-50%);
}
footer .main_tutor61897 {
    display: flex;
    flex-direction: column;
}
footer .nav_prime52436 a {
    color: var(--white-color_opacity);
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}
footer .nav_prime52436 a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgb(173,185,218);
    transition: width 0.3s ease, left 0.3s ease;
}
footer .nav_prime52436 a:hover {
    color: rgb(173,185,218);
}
footer .nav_prime52436 a:hover::before {
    width: 100%;
    left: 0;
}
footer .connect_widget39815 {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
footer .connect_widget39815 h5 {
    font-size: 21px;
    color: rgb(173,185,218);
    margin-bottom: 20px;
    position: relative;
}
footer .connect_widget39815 h5::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: rgb(173,185,218);
    transform: translateX(-50%);
}
footer .connect_widget39815 div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
}
footer .connect_widget39815 div svg, footer .connect_widget39815 div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(173,185,218);
    transition: transform 0.3s ease;
}
footer .connect_widget39815 div:hover svg, footer .connect_widget39815 div:hover img {
    transform: scale(1.2);
}
footer .flag_content72368 {
    margin-top: 20px;
    font-size: 16px;
    color: var(--white-color_opacity);
    text-align: center;
}
footer .learn_nav34091 {
    background: rgb(131,153,197);
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
    border: 1px solid rgb(173,185,218);
    position: relative;
}
footer .learn_nav34091::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 100%;
    height: 10px;
    background: rgb(173,185,218);
    transform: translateX(-50%);
    border-radius: 21px 21px 0 0;
}
footer .hackathon31840 {
    color: #ffffff;
}
footer .hackathon31840 a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease;
}
footer .hackathon31840 a:hover {
    color: rgb(173,185,218);
}
@media only screen and (max-width: 1200px) {
    footer .conduct_code83452 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .conduct_code83452 > * {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .nav_prime52436, footer .connect_widget39815 {
        align-items: center;
    }
    footer .nav_prime52436 a, footer .connect_widget39815 div {
        justify-content: center;
    }
}
@media only screen and (max-width: 400px) {
    footer .main_edu62037 svg, footer .main_edu62037 img {
        height: 60px;
    }
    footer h5 {
        font-size: 20px;
    }
    footer .nav_prime52436 a, footer .connect_widget39815 div {
        font-size: 16px;
    }
}
.give_it_a_try23847 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.give_it_a_try23847 h2 {
    color: rgb(131,153,197);
}

.give_it_a_try23847 .message_list29764 {
    background: rgb(131,153,197);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.give_it_a_try23847 .message_list29764:hover {
    background: rgb(173,185,218);
}

.give_it_a_try23847 .community_ed05871 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.give_it_a_try23847 h2 {
    font-size: 33px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.give_it_a_try23847 .message_list29764 {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .give_it_a_try23847 .community_ed05871 {
        flex-direction: column;
    }

    .container-wrap43281 section.give_it_a_try23847 h2 {
        font-size: 26px;
    }

    .give_it_a_try23847 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .give_it_a_try23847 .message_list29764 {
        font-size: 24px;
    }

    .give_it_a_try23847 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.container-wrap43281 .give_it_a_try23847 {
    background: rgb(131,153,197);
    color: #000000;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.container-wrap43281 .give_it_a_try23847::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(173,185,218,0.5);
    z-index: 1;
}

.container-wrap43281 .give_it_a_try23847 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-wrap43281 .give_it_a_try23847 .community_ed05871 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.container-wrap43281 .give_it_a_try23847 .community_ed05871:hover {
    transform: translateY(-10px);
}

.container-wrap43281 .give_it_a_try23847 h2 {
    font-family: Roboto, sans-serif;
    font-size: 33px;
    color: rgb(173,185,218);
    margin-bottom: 20px;
    position: relative;
    margin-right: 0;
}

.container-wrap43281 .give_it_a_try23847 h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: rgb(173,185,218);
}

.container-wrap43281 .give_it_a_try23847 .message_list29764 {
    display: inline-block;
    padding: 15px 50px;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: rgb(173,185,218);
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.container-wrap43281 .give_it_a_try23847 .message_list29764::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgb(173,185,218,0.5);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
    z-index: -1;
}

.container-wrap43281 .give_it_a_try23847 .message_list29764:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.container-wrap43281 .give_it_a_try23847 .message_list29764:hover {
    color: rgb(173,185,218);
    background: #ffffff;
}

@media only screen and (max-width: 800px) {
    .container-wrap43281 .give_it_a_try23847 .community_ed05871 {
        padding: 40px 20px;
    }

    .container-wrap43281 .give_it_a_try23847 h2 {
        font-size: 39px;
    }

    .container-wrap43281 .give_it_a_try23847 .message_list29764 {
        padding: 10px 30px;
        font-size: 15px;
    }
}.title_section73401 {
    position: relative;
    overflow: hidden;
    background: rgb(214,221,239);
}

.title_section73401 .community_ed05871 {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.title_section73401 .img_cell86294 {
    width: 100%;
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.title_section73401 .img_cell86294:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 50%, rgba(0, 0, 0, 0.5));
    opacity: 0.7;
}

.title_section73401 .textual_box85736 {
    display: flex;
    padding: 40px calc((100% - 1200px) / 2);
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: -100px;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.title_section73401 .textual_box85736 .message_list29764 {
    padding: 18px 24px;
    color: #ffffff;
    background: rgb(173,185,218);
    border: none;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 24px;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.title_section73401 .tech_master10678 {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-right: 14px;
}

.title_section73401 .tech_master10678 h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.title_section73401 .tech_master10678 span {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.title_section73401 .textual_box85736:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 130px;
    background: linear-gradient(90deg, rgb(131,153,197,0.5), transparent 100%);
    opacity: 0.2;
    z-index: -1;
}

.title_section73401 .tech_master10678 svg {
    width: 90px;
    height: 90px;
    fill: rgb(173,185,218);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

@media only screen and (max-width: 1200px) {
    .title_section73401 .textual_box85736 {
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .title_section73401 .textual_box85736 {
        flex-direction: column;
        align-items: flex-start;
    }

    .title_section73401 .tech_master10678 h2 {
        margin-top: 20px;
        font-size: 24px;
    }

    .title_section73401 .textual_box85736 .message_list29764 {
        margin-top: 20px;
    }
}.our_story34817 {
    position: relative;
    background: rgb(214,221,239);
    padding: 120px 0;
    overflow: hidden;
}

.our_story34817::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
                rgb(173,185,218,0.5) 0%, 
                transparent 25%);
    z-index: 1;
}

.our_story34817::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, 
                rgb(131,153,197,0.5) 0%, 
                transparent 25%);
    z-index: 1;
}

.our_story34817 .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.our_story34817 h2 {
    font-size: 37px;
    color: #000000;
    margin-bottom: 70px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.our_story34817 h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(173,185,218);
    border-radius: 10px;
}

.our_story34817 .mastery_center65381 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    position: relative;
}

.our_story34817 .instructor_bio41825 {
    background: #ffffff;
    border-radius: 13px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.our_story34817 .instructor_bio41825:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
    transform-origin: left center;
}

.our_story34817 .instructor_bio41825:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
    transform-origin: right center;
}

.our_story34817 .instructor_bio41825:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.our_story34817 .instructor_bio41825 h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 20px 30px;
    background: rgb(173,185,218);
    position: relative;
    z-index: 2;
}

.our_story34817 .instructor_bio41825:nth-child(2) h3 {
    background: rgb(131,153,197);
}

.our_story34817 .instructor_bio41825 p {
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    padding: 30px;
    margin: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.our_story34817 .instructor_bio41825 p::first-letter {
    font-size: calc(15px * 1.8);
    font-weight: 700;
    color: rgb(173,185,218);
    float: left;
    margin-right: 8px;
    line-height: 1;
}

.our_story34817 .instructor_bio41825:nth-child(2) p::first-letter {
    color: rgb(131,153,197);
}

.our_story34817 .instructor_bio41825::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(173,185,218,0.5), 0.1) 50%);
    z-index: 1;
}

.our_story34817 .instructor_bio41825:nth-child(2)::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(131,153,197,0.5), 0.1) 50%);
}

.our_story34817 .instructor_bio41825::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(173,185,218), transparent);
    z-index: 3;
}

.our_story34817 .instructor_bio41825:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(131,153,197), transparent);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}


@media screen and (max-width: 991px) {
    .our_story34817 {
        padding: 90px 0;
    }

    .our_story34817 h2 {
        margin-bottom: 60px;
    }

    .our_story34817 .mastery_center65381 {
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .our_story34817 {
        padding: 70px 0;
    }

    .our_story34817 h2 {
        margin-bottom: 50px;
    }

    .our_story34817 .mastery_center65381 {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 30px;
    }

    .our_story34817 .instructor_bio41825:first-child,
    .our_story34817 .instructor_bio41825:nth-child(2) {
        grid-column: 1;
        grid-row: auto;
    }
}

@media screen and (max-width: 576px) {
    .our_story34817 {
        padding: 60px 0;
    }

    .our_story34817 .container {
        padding: 0 15px;
    }

    .our_story34817 h2 {
        margin-bottom: 40px;
        font-size: calc(37px * 0.9);
    }

    .our_story34817 h2::after {
        width: 60px;
        height: 3px;
        bottom: -15px;
    }

    .our_story34817 .instructor_bio41825 h3 {
        font-size: calc(24px * 0.9);
        padding: 15px 20px;
    }

    .our_story34817 .instructor_bio41825 p {
        font-size: calc(15px * 0.95);
        padding: 20px;
        line-height: 1.7;
    }
}.ty_div38942 {
    background: rgb(214,221,239);
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}
.ty_div38942 .container {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(173,185,218,0.5);
}
.ty_div38942 h2 {
    font-family: Roboto, sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(173,185,218);
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}
.ty_div38942 p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    max-width: 600px;
    width: 100%;
    text-align: justify;
    margin-bottom: 0;
    border-top: 1px solid rgb(173,185,218,0.5);
    padding-top: 20px;
}
@media only screen and (max-width: 800px) {
    .ty_div38942 {
        padding: 30px 10px;
    }
    
    .ty_div38942 .container {
        padding: 30px;
    }
    .ty_div38942 h2 {
        font-size: calc(34px - 2px);
        padding-bottom: 8px;
    }
    .ty_div38942 p {
        font-size: calc(16px - 1px);
        padding-top: 15px;
    }
}
.privacy_fortress30295 {
    background-color: rgb(173,185,218);
    padding: 50px;
    color: #000000;
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
    border: 1px solid rgb(173,185,218);
}
.privacy_fortress30295 h1 {
    font-size: 40px;
    font-weight: 700;
    color: rgb(173,185,218);
    border-bottom: 3px solid rgb(131,153,197);
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.privacy_fortress30295 h2 {
    font-size: 35px;
    font-weight: 600;
    color: rgb(131,153,197);
    border-bottom: 2px solid rgb(173,185,218);
    padding-bottom: 5px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}
.privacy_fortress30295 h3, .privacy_fortress30295 h4, .privacy_fortress30295 h5, .privacy_fortress30295 h6 {
    margin: 10px 0;
}
.privacy_fortress30295 ul,
.privacy_fortress30295 ol {
    margin: 20px 0;
    padding: 0 20px;
    list-style-position: inside;
}
.privacy_fortress30295 ul {
    list-style-type: square;
}
.privacy_fortress30295 ol {
    list-style-type: decimal;
}
.privacy_fortress30295 li {
    margin-bottom: 10px;
    font-size: 12px;
    color: #000000;
    border-bottom: 1px solid rgb(173,185,218,0.5);
    padding-bottom: 5px;
}
.privacy_fortress30295 p {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
}
.privacy_fortress30295 > div {
    background-color: rgb(214,221,239);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(173,185,218,0.5);
}
.privacy_fortress30295 span {
    font-weight: 600;
    color: rgb(131,153,197);
}
@media only screen and (max-width: 800px) {
    .privacy_fortress30295 {
        padding: 30px;
        gap: 20px;
    }
    .privacy_fortress30295 h1 {
        font-size: calc(19px * 0.8);
    }
    .privacy_fortress30295 h2 {
        font-size: calc(19px * 0.8);
    }
    .privacy_fortress30295 ul,
    .privacy_fortress30295 ol {
        padding-left: 15px;
    }
    .privacy_fortress30295 > div {
        padding: 15px;
    }
}.head_pagewrap60957 {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}
.head_pagewrap60957 .head_site24053 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.head_pagewrap60957 .main_edu62037 {
    display: flex;
    align-items: center;
}
.head_pagewrap60957 .top_master54972 {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(173,185,218);
    font-weight: 700;
    font-size: 18px;
    transition: color 0.3s ease;
}
.head_pagewrap60957 .top_master54972:hover {
    color: rgb(131,153,197);
}
.head_pagewrap60957 .top_master54972 svg,
.head_pagewrap60957 .top_master54972 img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    fill: rgb(173,185,218);
    transition: fill 0.3s ease;
}
.head_pagewrap60957 .top_master54972:hover svg,
.head_pagewrap60957 .top_master54972:hover img {
    fill: rgb(131,153,197);
}
.head_pagewrap60957 .head_tutor03429 {
    font-size: 13px;
    color: #000000;
    margin-left: 20px;
    position: relative;
    padding-left: 15px;
}
.head_pagewrap60957 .head_tutor03429::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background-color: rgb(173,185,218);
}
.head_pagewrap60957 .top_nav42096 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.head_pagewrap60957 .top_nav42096 a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    font-size: 14px;
    transition: color 0.3s ease;
}
.head_pagewrap60957 .top_nav42096 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(173,185,218);
    transition: width 0.3s ease;
}
.head_pagewrap60957 .top_nav42096 a:hover,
.head_pagewrap60957 .top_nav42096 a:focus {
    color: rgb(173,185,218);
}
.head_pagewrap60957 .top_nav42096 a:hover::after,
.head_pagewrap60957 .top_nav42096 a:focus::after {
    width: 100%;
}
@media (max-width: 1200px) {
    .head_pagewrap60957 .head_site24053 {
        flex-direction: column;
        align-items: flex-start;
    }
    .head_pagewrap60957 .main_edu62037 {
        margin-bottom: 15px;
    }
    .head_pagewrap60957 .head_tutor03429 {
        margin-left: 0;
        margin-bottom: 15px;
        padding-left: 0;
        padding-top: 15px;
    }
    .head_pagewrap60957 .head_tutor03429::before {
        left: 0;
        top: 0;
        transform: none;
        width: 50px;
        height: 3px;
    }
    .head_pagewrap60957 .top_nav42096 {
        flex-direction: column;
        width: 100%;
    }
    .head_pagewrap60957 .top_nav42096 a {
        padding: 10px 0;
        border-bottom: 1px solid rgb(131,153,197,0.5);
    }
    .head_pagewrap60957 .top_nav42096 a:last-child {
        border-bottom: none;
    }
    .head_pagewrap60957 .top_nav42096 a::after {
        display: none;
    }
}
.head_pagewrap60957::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgb(173,185,218);
}
@media (prefers-reduced-motion: reduce) {
    .head_pagewrap60957,
    .head_pagewrap60957 *,
    .head_pagewrap60957 *::before,
    .head_pagewrap60957 *::after {
        transition: none !important;
    }
}.advantages_summary16784 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(214,221,239) 0%, rgb(131,153,197,0.5) 100%);
}

.advantages_summary16784 .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.advantages_summary16784 .learn_extra75269 {
    background-color: #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.advantages_summary16784 .learn_extra75269 h2 {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    padding: 1.5rem 1rem;
    margin-bottom: 0;
    background: linear-gradient(90deg, rgb(173,185,218) 0%, rgb(131,153,197) 100%);
    position: relative;
}

.advantages_summary16784 .learn_extra75269 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #ffffff;
}

.advantages_summary16784 .expert_learn59064 {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.advantages_summary16784 .learn_benefits70312 {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.advantages_summary16784 .learn_upgrade61028 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid rgb(131,153,197,0.5);
    border-radius: 0.25rem;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.advantages_summary16784 .learn_upgrade61028::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: rgb(173,185,218);
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
}

.advantages_summary16784 .learn_upgrade61028:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.advantages_summary16784 .learn_upgrade61028:hover::before {
    transform: scaleY(1);
}

.advantages_summary16784 .knowledge_boost56943 {
    flex: 0 0 3rem;
    margin-right: 1rem;
}

.advantages_summary16784 .learn_upgrade61028 svg,
.advantages_summary16784 .learn_upgrade61028 svg path {
    width: 3rem;
    height: 3rem;
    fill: rgb(173,185,218);
    transition: fill 0.3s ease-in-out;
}

.advantages_summary16784 .learn_upgrade61028:hover svg,
.advantages_summary16784 .learn_upgrade61028:hover svg path {
    fill: rgb(131,153,197);
}

.advantages_summary16784 .learn_upgrade61028 h4 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.advantages_summary16784 .learn_upgrade61028:hover h4 {
    color: rgb(173,185,218);
}

.advantages_summary16784 .img_cell86294 {
    flex: 0 0 40%;
    max-width: 40%;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    position: relative;
}

.advantages_summary16784 .img_cell86294::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgb(173,185,218,0.5) 0%, rgb(131,153,197,0.5) 100%);
    opacity: 0.6;
}

@media (max-width: 991.98px) {
    .advantages_summary16784 .learn_benefits70312,
    .advantages_summary16784 .img_cell86294 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .advantages_summary16784 .expert_learn59064 {
        flex-direction: column;
    }

    .advantages_summary16784 .img_cell86294 {
        min-height: 300px;
        order: -1;
    }
}

@media (max-width: 767.98px) {
    .advantages_summary16784 {
        padding: 3rem 0;
    }
    
    .advantages_summary16784 .learn_extra75269 h2 {
        font-size: 19px;
    }
    
    .advantages_summary16784 .learn_upgrade61028 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .advantages_summary16784 .learn_upgrade61028::before {
        width: 100%;
        height: 5px;
        transform: scaleX(0);
    }
    
    .advantages_summary16784 .learn_upgrade61028:hover::before {
        transform: scaleX(1);
    }
    
    .advantages_summary16784 .knowledge_boost56943 {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .advantages_summary16784 {
        padding: 2rem 0;
    }
    
    .advantages_summary16784 .learn_extra75269 h2 {
        font-size: 19px;
    }
    
    .advantages_summary16784 .learn_upgrade61028 h4 {
        font-size: calc(18px * 0.9);
    }
}