.school_hero{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding-inline:3rem;display:flex}.school_hero_content{flex-direction:column;gap:1.5rem;width:40%;display:flex}.school_hero_text{line-height:1.6}.school_hero_buttons{flex-wrap:wrap;gap:1rem;display:flex}.school_hero_image{z-index:0;border-radius:12px;width:50%;height:60vh;max-height:650px;position:relative;overflow:hidden}@media (max-width:1024px){.school_hero{flex-direction:column;gap:2rem;padding:3rem 1.5rem}}@media (max-width:768px){.school_hero{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.school_hero_content{flex-direction:column;gap:1.5rem;width:90%;display:flex}.school_hero_image{order:-1;width:90%}.school_hero_buttons{flex-direction:column;width:100%}.school_hero_buttons>*{text-align:center;width:100%}.school_hero_buttons>a>*{text-align:center;width:100%!important}}@media (max-width:480px){.school_hero_image{width:90%;height:40vh;max-height:450px}}
.school_values{z-index:1;width:100%;padding-bottom:10vh;position:relative}.school_values_container{background-color:var(--white-color);margin-inline:auto;z-index:2;border-radius:12px;width:calc(100% - 6rem);margin-top:-2rem;padding:3rem 2rem}.school_values_title{text-align:center;margin-bottom:2.5rem}.school_values_list{grid-template-columns:repeat(3,1fr);gap:2rem;list-style:none;display:grid}.school_values_item{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.school_values_icon{color:var(--blue-color);font-size:3rem}.school_values_desc{max-width:220px}.school_values_yellow{z-index:-1;content:" ";background-color:var(--gold-color);width:100%;height:40vh;max-height:350px;position:absolute;bottom:0}@media (max-width:1024px){.school_values{margin:0;padding:2.5rem 1.5rem}.school_values_list{gap:1.5rem}.school_values_icon{font-size:2.5rem}}@media (max-width:768px){.school_values{padding:2rem 0}.school_values_container{padding-inline:1rem}.school_values_list{grid-template-columns:1fr;gap:2rem}.school_values_desc{max-width:280px}}@media (max-width:480px){.school_values{border-radius:8px}.school_values_title{margin-bottom:1.5rem}.school_values_icon{font-size:2.25rem}.school_values_container>h2{font-size:28px}}
.school_team{background-color:var(--white-color);width:100%;margin:0 auto;padding:4rem 6rem}.school_team_header{text-align:center;margin-bottom:3rem}.school_team_subtitle{margin-top:.5rem}.school_team_list{flex-wrap:wrap;justify-content:center;align-items:center;gap:11%;margin-bottom:2rem;padding-inline:2rem;display:flex}.school_team_card{flex-direction:row;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.school_team_avatar{border-radius:50%;flex-shrink:0;width:90px;height:90px;position:relative;overflow:hidden}.school_team_info{flex-direction:column;display:flex}.school_team_stats{grid-template-columns:repeat(3,1fr);gap:2rem;list-style:none;display:grid}.school_team_stat{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.school_team_stat_icon{color:var(--blue-color);font-size:3.5rem}.school_team_stat_number{color:var(--blue-color);font-size:2rem;font-weight:600}.school_team_stat_label{color:var(--blue-color);max-width:180px;font-size:.9rem}@media (max-width:1024px){.school_team{padding:3rem 1.5rem}.school_team_avatar{width:80px;height:80px}}@media (max-width:768px){.school_team_list{grid-template-columns:repeat(2,1fr);gap:1.5rem}.school_team_card:nth-child(4),.school_team_card:nth-child(5){grid-column:auto;justify-self:start;margin-right:0}.school_team_stats{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:480px){.school_team_list{grid-template-columns:1fr}.school_team_card{justify-content:flex-start}}
