@media only screen and (min-width:0rem){#cs-services-list{padding:var(--sectionPadding)}#cs-services-list .cs-container{gap:clamp(2rem,4vw,3rem);margin:auto;max-width:80rem}#cs-services-list .cs-container,#cs-services-list .cs-content{align-items:center;display:flex;flex-direction:column;width:100%}#cs-services-list .cs-content{text-align:center}#cs-services-list .cs-card-group{display:flex;flex-direction:column;gap:clamp(1.25rem,2.5vw,1.5rem);margin:0;padding:0;width:100%}#cs-services-list .cs-item{background-color:var(--bgWhite);border:1px solid var(--border);border-radius:2px;cursor:pointer;list-style:none;overflow:hidden;position:relative;transition:box-shadow .3s}#cs-services-list .cs-item:hover{box-shadow:0 4px 24px rgba(0,0,0,.06)}#cs-services-list .cs-item:hover .cs-picture img{transform:scale(1.03)}#cs-services-list .cs-picture{aspect-ratio:3/2;display:block;overflow:hidden;width:100%}#cs-services-list .cs-picture img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease;width:100%}#cs-services-list .cs-text-group{padding:clamp(1.25rem,2.5vw,1.75rem)}#cs-services-list .cs-h3{color:var(--headerColor);font-family:var(--headerFont);font-size:1.25rem;font-weight:700;line-height:1.2em;margin-bottom:.75rem}#cs-services-list .cs-item-text{color:var(--bodyTextColor);font-size:1rem;line-height:1.8em;margin:0}#cs-services-list .cs-quote-link{color:var(--primary);display:inline-block;font-family:var(--bodyFont);font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-top:.75rem;text-decoration:none;text-transform:uppercase;transition:color .3s}#cs-services-list .cs-quote-link:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}#cs-services-list .cs-quote-link:hover{color:var(--primaryDark)}}@media only screen and (min-width:48rem){#cs-services-list .cs-card-group{display:grid;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:0rem){#cs-gallery{background-color:var(--bgLight);padding:var(--sectionPadding)}#cs-gallery .cs-container{gap:clamp(2rem,4vw,3rem);margin:auto;max-width:80rem}#cs-gallery .cs-container,#cs-gallery .cs-content{align-items:center;display:flex;flex-direction:column;width:100%}#cs-gallery .cs-content{text-align:center}#cs-gallery .cs-gallery-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);width:100%}#cs-gallery .cs-gallery-picture{aspect-ratio:4/3}}@media only screen and (min-width:48rem){#cs-gallery .cs-gallery-grid{gap:1rem;grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:64rem){#cs-gallery .cs-gallery-grid{grid-template-columns:repeat(4,1fr)}}