body{background-color:var(--secondary)}@media only screen and (min-width:0rem){#about-story{background-color:#f7f7f7;padding:var(--sectionPadding);padding-top:clamp(7rem,10vw,9rem)}#about-story .cs-container{align-items:center;display:flex;flex-direction:column;gap:2.5rem;margin:auto;max-width:80rem;width:100%}#about-story .cs-content{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}#about-story .cs-picture{display:block;overflow:hidden;width:100%}#about-story .cs-picture img{border-radius:.75rem;display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}}@media only screen and (min-width:48rem){#about-story{padding-top:clamp(10rem,13vw,12rem)}#about-story .cs-container{align-items:stretch;flex-direction:row;gap:clamp(2.5rem,5vw,4rem)}#about-story .cs-content{flex-shrink:0;width:50%}#about-story .cs-picture{align-self:stretch;flex-shrink:0;width:50%}#about-story .cs-picture img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}}@media only screen and (min-width:64rem){#about-story{padding-top:clamp(10rem,13vw,12rem)}#about-story .cs-content{width:48%}#about-story .cs-picture{align-self:center;width:48%}#about-story .cs-picture img{height:40rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center 60%;object-position:center 60%}}@media only screen and (min-width:0rem){#about-cta{background-color:var(--bgLight);padding:var(--sectionPadding)}#about-cta .cs-container{gap:2rem;margin:auto;max-width:80rem;width:100%}#about-cta .cs-container,#about-cta .cs-content{align-items:center;display:flex;flex-direction:column}#about-cta .cs-content{text-align:center}#about-cta .cs-button-group{align-items:center;display:flex;flex-direction:column;gap:1rem}}@media only screen and (min-width:37.5rem){#about-cta .cs-button-group{flex-direction:row;justify-content:center}}