.animation{height:100vh;display:flex;justify-content:center;align-items:center}.animation .loader{width:35px;aspect-ratio:.75;--c:no-repeat linear-gradient(var(--primary) 0 0);background:var(--c) 0 50%,var(--c) 50% 50%,var(--c) 100% 50%;animation:l7 1s linear infinite alternate}@keyframes l7{0%{background-size:20% 50%,20% 50%,20% 50%}20%{background-size:20% 20%,20% 50%,20% 50%}40%{background-size:20% 100%,20% 20%,20% 50%}60%{background-size:20% 50%,20% 100%,20% 20%}80%{background-size:20% 50%,20% 50%,20% 100%}to{background-size:20% 50%,20% 50%,20% 50%}}.contentWrapper{width:100%;max-width:1200px;margin:0 auto;padding:12px 20px}.effect .children{animation:content-animation 1s ease forwards}@keyframes content-animation{0%{opacity:0}to{opacity:1}}.teamSection{padding:30px 0;background-color:#f9fafb}.teamSection .teamHeader{line-height:1.2;text-align:center;margin-bottom:20px}.teamSection .teamHeader h1{color:#000;font-size:40px;font-weight:500}.teamSection .teamHeader p{color:#777;font-size:20px;font-weight:400;margin-top:10px}.teamSection .teamGrid{display:grid;grid-template-columns:1fr;gap:20px}@media only screen and (min-width:640px){.teamSection .teamGrid{grid-template-columns:1fr 1fr}}@media only screen and (min-width:992px){.teamSection .teamGrid{grid-template-columns:1fr 1fr 1fr}}.teamSection .teamGrid .teamMember{position:relative;background-color:#fff;padding:20px;border-radius:10px;margin-top:100px}.teamSection .teamGrid .teamMember .memberImage{background-color:#00cfff;border-radius:10px;height:280px;position:relative}.teamSection .teamGrid .teamMember .memberImage img{width:245px;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:20px;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.teamSection .teamGrid .teamMember .memberInfo{text-align:center;padding-top:10px;line-height:1.5}.teamSection .teamGrid .teamMember .memberInfo h3{font-size:22px;font-weight:600;color:#4a4a4a}.teamSection .teamGrid .teamMember .memberInfo p{font-size:17px;color:#777}