.aboutUs{background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow-x:hidden}.aboutUs-section{background-color:var(--light-white);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:65svh;margin:0;display:flex;position:relative}.aboutUs-section .top-image{object-fit:cover;object-position:middle;width:100%;max-width:100%;height:100%;min-height:400px;position:absolute;inset:0;overflow:hidden}.aboutUs-section .top-content{z-index:1;flex-direction:row;justify-content:center;align-items:flex-end;height:100%;display:flex;position:relative}.aboutUs-section .top-content .top-text{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1000px;height:100%;margin-top:70px;display:flex}.aboutUs-section .top-content .top-text h1{color:#fff;font-size:2.5em;font-weight:800}.aboutUs-section .top-content .top-text h3{color:#fff;font-size:1.3em}.team{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:5% 0;display:flex}.team h2{font-size:1.7em;font-weight:500}@media only screen and (max-width:900px){.team{padding:10% 0}}.team-members{grid-template-columns:auto auto auto;align-items:start;gap:10px;padding:1% 5%;display:grid}@media only screen and (min-width:1024px){.team-members{justify-items:center}}@media only screen and (max-width:900px){.team-members{grid-template-columns:auto}}.team-member{flex-direction:column;justify-content:center;align-items:center;min-width:285px;max-width:310px;margin:5px 10px;display:flex}.team-member img{border-radius:50%;width:auto;height:200px;margin:10px 0}.team-member h4{color:var(--dark-blue);text-align:center;border-bottom:1px solid #002855;width:100%;padding:5px 0;font-size:1rem;font-weight:500}.team-member h3{color:var(--dark-blue);text-align:center;font-weight:600}.team-member p{color:var(--dark-blue);text-wrap:wrap;text-align:center;font-size:1em;font-weight:500}@media only screen and (min-width:1024px){.team-member:nth-child(4){grid-area:2/1/auto/3}.team-member:nth-child(5){grid-area:2/2/auto/4}}@media only screen and (max-width:900px){.team-member{min-width:10%;max-width:90%}.team-member img{width:90%;max-width:200px;height:auto}}.recruiting{text-align:center;background:#f3f7fb;flex-direction:column;justify-content:center;align-items:center;width:100%;height:max-content;padding:5% 2%;display:flex}.recruiting h2{font-size:1.7em;font-weight:500}.recruiting p{max-width:1000px;font-size:1em}.recruiting a{width:max-content;height:50px;margin:0 0 2%;position:relative}.recruiting a img,.recruiting a p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.recruiting a img{z-index:1;width:auto;height:50px}.recruiting a p{color:#fff;z-index:2;width:max-content}@media only screen and (max-width:900px){.recruiting{padding:10% 2%}.recruiting a{width:100%;max-width:250px}.recruiting a img{width:90%;height:auto}}.recruiting-text{color:var(--dark-blue);margin-bottom:1em}
