:root{--primary:#155e63;--primaryLight:#f8ec5a;--secondary:#f8ec5a;--secondaryLight:#f8ec5a;--secondaryBackground:#0f4f55}body{background-color:var(--primary)}@media only screen and (min-width:0rem){#about-story{background-color:var(--primary);overflow:hidden;padding:var(--sectionPadding);position:relative;z-index:1}#about-story .cs-container{align-items:center;display:flex;flex-direction:column;gap:clamp(3rem,6vw,4rem);margin:0 auto;max-width:36.5rem;width:100%}#about-story .cs-content{align-items:flex-start;display:flex;flex-direction:column;max-width:39.375rem;width:100%}#about-story .cs-h2,#about-story .cs-li,#about-story .cs-text,#about-story .cs-title{color:var(--bodyTextColorWhite)}#about-story .cs-topper{color:var(--primaryLight)}#about-story .cs-title{font-family:var(--headerFont);margin-bottom:1rem;max-width:26ch}#about-story .cs-text{font-family:var(--bodyFont);margin-bottom:1rem}#about-story .cs-h2{font-family:var(--headerFont);font-size:clamp(1.5rem,3vw,2rem);font-weight:500;line-height:1.2;margin:.75rem 0 1rem}#about-story .cs-card-group{align-items:stretch;display:grid;gap:clamp(1rem,2vw,1.25rem);grid-template-columns:repeat(auto-fit,minmax(15.265rem,1fr));margin:0 0 1.5rem;max-width:39.375rem;padding:0;width:100%}#about-story .cs-item{align-items:flex-start;background-color:var(--secondaryBackground);border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:.75rem;height:100%;list-style:none;padding:clamp(1rem,3vw,1.5rem)}#about-story .cs-h3{align-items:center;color:var(--bodyTextColorWhite);display:flex;font-family:var(--headerFont);font-size:1.25rem;font-weight:500;gap:.5rem;line-height:1.2;margin:0}#about-story .cs-h3-icon{display:block;flex:none;height:auto;width:2rem}#about-story .cs-item-text{color:var(--bodyTextColorWhite);font-family:var(--bodyFont);font-size:.9375rem;line-height:1.5;margin:0}#about-story .cs-ul{flex-direction:column;gap:.75rem;margin:0 0 1.5rem;padding:0}#about-story .cs-li,#about-story .cs-ul{align-items:flex-start;display:flex;width:100%}#about-story .cs-li{font-family:var(--bodyFont);font-size:var(--bodyFontSize);gap:.5rem;line-height:1.5;list-style:none}#about-story .cs-icon{display:block;filter:none;flex:none;height:auto;margin-top:1px;width:1.5rem}#about-story .cs-button-solid{align-items:center;background-color:var(--primaryLight);background-image:linear-gradient(180deg,hsla(0,0%,100%,.18),rgba(0,0,0,.1));border:1px solid color-mix(in srgb,#fff 15%,transparent);border-radius:.5rem;box-shadow:var(--blackButtonShadow);color:var(--dark);display:inline-flex;font-family:var(--bodyFont);font-size:1rem;font-weight:600;height:2.875rem;justify-content:center;line-height:2.875rem;margin:0;min-width:0;padding:0 1.75rem;text-align:center;text-transform:uppercase;transition:transform .3s,box-shadow .3s,background-color .3s,color .3s}#about-story .cs-button-solid:before{display:none}#about-story .cs-button-solid:hover{background-color:var(--background);box-shadow:var(--blackButtonShadowHover);color:var(--dark);transform:translateY(-2px)}#about-story .cs-button-solid:active{box-shadow:var(--blackButtonShadowActive);transform:translateY(1px)}#about-story .cs-image-group{aspect-ratio:3/4;border-radius:clamp(2rem,4vw,3rem);box-shadow:0 4px 12px rgba(0,0,0,.15);max-width:36.625rem;overflow:hidden;position:relative;width:100%}#about-story .cs-background,#about-story .cs-background img{display:block;height:100%;width:100%}#about-story .cs-background img{-o-object-fit:cover;object-fit:cover}#about-story .cs-box{align-items:flex-start;background-color:var(--primaryLight);border-radius:2rem;bottom:.75rem;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;max-width:19rem;padding:1.5rem;position:absolute;right:.75rem;width:calc(100% - 1.5rem)}#about-story .cs-desc{color:#000;font-family:var(--headerFont);font-size:1.25rem;font-weight:500;line-height:1.2;margin:0;width:100%}}@media only screen and (min-width:37.5rem) and (max-width:63.9375rem){#about-story .cs-h3{font-size:1.125rem}}@media only screen and (min-width:64rem){#about-story .cs-container{align-items:center;flex-direction:row;justify-content:space-between;max-width:80rem}#about-story .cs-image-group{order:2}}@media only screen and (min-width:0rem){#team-gallery{background:var(--secondaryBackground);overflow:hidden;padding:var(--sectionPadding)}#team-gallery .cs-container{margin:0 auto;max-width:80rem;width:100%}#team-gallery .cs-heading{margin-bottom:clamp(2rem,5vw,4rem);max-width:45rem}#team-gallery .cs-topper{color:var(--primaryLight)}#team-gallery .cs-text,#team-gallery .cs-title{color:var(--bodyTextColorWhite)}#team-gallery .cs-text{max-width:42rem}#team-gallery .cs-grid{display:grid;gap:clamp(.75rem,2vw,1.5rem);grid-template-columns:repeat(2,minmax(0,1fr))}#team-gallery figure{aspect-ratio:1;background:#0b3f44;border-radius:1rem;margin:0;min-width:0;overflow:hidden}#team-gallery img,#team-gallery picture{display:block;height:100%;width:100%}#team-gallery img{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .35s ease}#team-gallery figure:hover img{transform:scale(1.03)}}@media only screen and (min-width:64rem){#team-gallery .cs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}