@media only screen and (min-width: 0rem) {
  #sbs-2277 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
    background-color: rgba(240, 199, 17, 0.0509803922);
  }
  #sbs-2277 .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2277 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-2277 .cs-flex {
    margin-bottom: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2277 .cs-wrapper {
    width: 100%;
  }
  #sbs-2277 .cs-title {
    max-width: 32ch;
  }
  #sbs-2277 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-2277 .cs-ul {
    width: 100%;
    max-width: 39.375rem;
    margin: 2rem 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #sbs-2277 .cs-li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #sbs-2277 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #sbs-2277 .cs-icon {
    width: 1.0625rem;
    height: auto;
    margin-top: 0.1875rem;
  }
  #sbs-2277 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0;
  }
  #sbs-2277 .cs-item-text strong {
    color: var(--headerColor);
  }
  #sbs-2277 .cs-image-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
  }
  #sbs-2277 .cs-card-group {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    column-gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #sbs-2277 .cs-item {
    list-style: none;
    width: 100%;
    padding: clamp(1.5rem, 4vw, 2rem);
    background-color: var(--secondary);
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
  }
  #sbs-2277 .cs-item:last-of-type {
    background-color: var(--primary);
  }
  #sbs-2277 .cs-item-icon {
    width: 3rem;
    height: auto;
    display: block;
  }
  #sbs-2277 .cs-number {
    font-size: clamp(1.9375rem, 4vw, 3.0625rem);
    line-height: 1.2em;
    color: var(--bodyTextColorWhite);
    font-family: var(--headerFontFamily);
    display: block;
  }
  #sbs-2277 .cs-desc {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.2em;
    display: block;
  }
  #sbs-2277 .cs-picture {
    width: 100%;
    height: 90vw;
    max-height: 30.6875rem;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-2277 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-2277 .cs-floater {
    width: auto;
    height: clamp(3.125rem, 8vw, 10rem);
    position: absolute;
    top: clamp(1.125rem, 6vw, 3.75rem);
    right: 0;
  }
}
@media only screen and (min-width: 48rem) {
  #sbs-2277 .cs-container {
    max-width: 80rem;
  }
  #sbs-2277 .cs-card-group {
    flex-direction: row;
    position: absolute;
    top: 0;
    right: 2rem;
  }
  #sbs-2277 .cs-item {
    width: 13.75rem;
    flex-direction: column;
  }
  #sbs-2277 .cs-picture {
    height: 30.6875rem;
    margin-top: clamp(3.75rem, 7vw, 4.5rem);
    position: relative;
    z-index: -1;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-2277 .cs-content {
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2277 .cs-title {
    margin: 0;
  }
  #sbs-2277 .cs-item {
    width: 12.5rem;
  }
  #sbs-2277 .cs-item:last-of-type {
    width: 13.75rem;
  }
  #sbs-2277 .cs-wrapper {
    display: flex;
    gap: 1.25rem;
  }
  #sbs-2277 .cs-flex {
    max-width: 29.4375rem;
    width: 100%;
    margin: 0;
    padding-top: 3.75rem;
    padding-right: 3.25rem;
  }
  #sbs-2277 .cs-image-group {
    height: auto;
  }
  #sbs-2277 .cs-picture {
    height: 100%;
  }
}
@media only screen and (min-width: 0rem) {
  #sbs-2276 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #sbs-2276 .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
  }
  #sbs-2276 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-2276 .cs-title {
    max-width: 25ch;
  }
  #sbs-2276 .cs-text {
    margin-bottom: 2rem;
  }
  #sbs-2276 .cs-text:first-of-type {
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: var(--headerColor);
  }
  #sbs-2276 .cs-signature {
    width: 10.625rem;
    height: auto;
    margin-bottom: 0.5rem;
    display: block;
  }
  #sbs-2276 .cs-name {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: var(--headerColor);
    display: block;
  }
  #sbs-2276 .cs-desc {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0 0 2rem 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #sbs-2276 .cs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  #sbs-2276 .cs-image-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
  }
  #sbs-2276 .cs-image-group a {
    display: none;
  }
  #sbs-2276 .cs-picture {
    width: 100%;
    height: 90vw;
    max-height: 31.25rem;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-2276 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48rem) {
  #sbs-2276 .cs-container {
    max-width: 80rem;
  }
  #sbs-2276 .cs-content {
    gap: clamp(2rem, 5vw, 4rem);
    padding-left: 3.25rem;
  }
  #sbs-2276 .cs-title {
    margin: 0;
  }
  #sbs-2276 .cs-wrapper {
    flex-direction: row;
    align-items: stretch;
  }
  #sbs-2276 .cs-flex {
    padding: 1rem 0;
    max-width: 24.0625rem;
    align-self: center;
  }
  #sbs-2276 .cs-picture1 {
    height: 25rem;
    max-height: initial;
  }
  #sbs-2276 .cs-picture2 {
    width: 47vw;
    max-width: 22.625rem;
    height: auto;
    order: -1;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-2276 .cs-container {
    flex-direction: row;
    align-items: stretch;
  }
  #sbs-2276 .cs-desc {
    margin: 0;
  }
  #sbs-2276 .cs-flex .cs-button-solid {
    display: none;
  }
  #sbs-2276 .cs-image-group {
    width: 50%;
    max-width: 25.8125rem;
  }
  #sbs-2276 .cs-image-group a {
    display: flex;
  }
  #sbs-2276 .cs-picture1 {
    height: 30.75rem;
  }
  #sbs-2276 .cs-picture2 {
    height: 25rem;
  }
}
@media only screen and (min-width: 75rem) {
  #sbs-2276 .cs-image-group {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 0rem) {
  #services-2279 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #services-2279 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-2279 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-2279 .cs-title {
    max-width: 20ch;
    color: var(--bodyTextColorWhite);
    margin: 0;
  }
  #services-2279 .cs-title-black {
    color: var(--headerColor) !important;
  }
  #services-2279 .cs-text {
    opacity: 0.8;
  }
  #services-2279 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(0.5rem, 2vw, 1.25rem);
  }
  #services-2279 .cs-item {
    --itemPadding:clamp(1rem, 3.5vw, 3rem);
    width: 100%;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: var(--itemPadding);
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-sizing: border-box;
    grid-column: span 12;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  #services-2279 .cs-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%;
    left: 0;
    transform: scale(0);
    transform-origin: center;
    background-color: var(--primary);
    transition: transform 0.3s;
  }
  #services-2279 .cs-item:hover::before {
    transform: scale(1);
  }
  #services-2279 .cs-icon-wrapper {
    width: clamp(3rem, 7vw, 6.25rem);
    height: clamp(3rem, 7vw, 6.25rem);
    margin: 0;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: var(--itemPadding);
    right: var(--itemPadding);
    z-index: 1;
    transition: transform 0.5s, border-radius 0.5s;
  }
  #services-2279 .cs-icon-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1A1A1A;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #services-2279 .cs-icon {
    width: clamp(1.5rem, 4vw, 3rem);
    height: auto;
    transition: transform 0.5s;
  }
  #services-2279 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    text-align: inherit;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--headerFontFamily);
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
  }
  #services-2279 .cs-h3:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: var(--primary);
    opacity: 1;
    display: block;
  }
  #services-2279 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    max-width: 18.75rem;
    margin: 0 0 clamp(3.5rem, 8vw, 6.75rem) 0;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #services-2279 .cs-link {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.375rem 0;
    color: var(--headerColor);
    display: inline-flex;
    justify-content: space-between;
    gap: 0.75rem;
    position: relative;
    transition: color 0.3s;
  }
  #services-2279 .cs-link:before {
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0rem;
    left: 0;
  }
  #services-2279 .cs-arrow {
    width: 1.25rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #services-2279 .cs-background {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s;
  }
  #services-2279 .cs-background:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #1a1a1a;
    opacity: 0.84;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #services-2279 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #services-2279 .cs-accent {
    width: 100%;
    height: 21.6875rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #services-2279 .cs-accent:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--secondary);
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #services-2279 .cs-accent img {
    width: 100%;
    height: 100%;
    opacity: 0.24;
    mix-blend-mode: soft-light;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48rem) {
  #services-2279 .cs-container {
    max-width: 80rem;
  }
  #services-2279 .cs-item {
    grid-column: span 6;
    justify-content: flex-start;
  }
  #services-2279 .cs-link {
    margin-top: auto;
  }
}
@media only screen and (min-width: 64rem) {
  #services-2279 .cs-item {
    grid-column: span 4;
  }
  #services-2279 .cs-item:nth-child(7), #services-2279 .cs-item:nth-child(8) {
    grid-column: span 6;
  }
  #services-2279 .cs-accent {
    height: clamp(27.1875rem, 41vw, 32.875rem);
  }
}
@media only screen and (min-width: 0rem) {
  #RPsbs-2278, #RPsbsr-2278 {
    background-color: #f7f7f7;
    padding: var(--sectionPadding);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #RPsbs-2278 .cs-header, #RPsbsr-2278 .cs-header {
    width: 100%;
    max-width: 43.75rem;
    margin: auto;
  }
  #RPsbs-2278 .cs-container, #RPsbsr-2278 .cs-container {
    width: 100%;
    max-width: 43.75rem;
    margin: auto;
    padding: var(--sectionPadding);
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4.5rem);
    position: relative;
    z-index: 1;
  }
  #RPsbs-2278 .cs-container:before, #RPsbsr-2278 .cs-container:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #RPsbs-2278 .cs-content, #RPsbsr-2278 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 42.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #RPsbs-2278 .cs-title, #RPsbsr-2278 .cs-title {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  #RPsbs-2278 .cs-title span, #RPsbsr-2278 .cs-title span {
    display: block;
  }
  #RPsbs-2278 .cs-h3, #RPsbsr-2278 .cs-h3 {
    font-size: clamp(1.5625rem, 4vw, 2.4375rem);
    line-height: 1.2em;
    margin: 0 0 1rem;
    font-weight: 700;
    font-family: var(--headerFontFamily);
    color: var(--headerColor);
    text-transform: uppercase;
    max-width: 25ch;
  }
  #RPsbs-2278 .cs-h4, #RPsbsr-2278 .cs-h4 {
    font-size: clamp(1.2625rem, 3vw, 2.1375rem);
    line-height: 1.2em;
    margin: 0 0 1rem;
    font-weight: 700;
    font-family: var(--headerFontFamily);
    color: var(--headerColor);
    text-transform: uppercase;
    max-width: 25ch;
  }
  #RPsbs-2278 .cs-text, #RPsbsr-2278 .cs-text {
    margin-bottom: 1rem;
    width: 100%;
    max-width: none;
  }
  #RPsbs-2278 .cs-heading, #RPsbsr-2278 .cs-heading {
    font-size: 1.25rem;
    font-family: var(--headerFontFamily);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--headerColor);
    text-transform: uppercase;
  }
  #RPsbs-2278 .cs-ul, #RPsbsr-2278 .cs-ul {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #RPsbs-2278 .cs-li, #RPsbsr-2278 .cs-li {
    list-style: none;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
  }
  #RPsbs-2278 .cs-li:before, #RPsbsr-2278 .cs-li:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.4375rem;
    background: var(--primary);
    opacity: 1;
    display: block;
    flex: none;
    transform: rotate(45deg);
  }
  #RPsbs-2278 .cs-number, #RPsbsr-2278 .cs-number {
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    font-weight: 700;
    width: clamp(1.5rem, 2.9vw, 1.75rem);
    height: clamp(1.5rem, 2.9vw, 1.75rem);
    margin-right: 0.75rem;
    border-radius: 50%;
    background: var(--headerColor);
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    flex: none;
  }
  #RPsbs-2278 .cs-picture, #RPsbsr-2278 .cs-picture {
    width: 100%;
    height: 91.14vw;
    max-height: 22.5rem;
    margin: 0;
    position: relative;
    display: block;
  }
  #RPsbs-2278 .cs-picture img, #RPsbsr-2278 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 64rem) {
  #RPsbs-2278 .cs-header, #RPsbsr-2278 .cs-header {
    max-width: 80rem;
  }
  #RPsbs-2278 .cs-container, #RPsbsr-2278 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #RPsbs-2278 .cs-container:before, #RPsbsr-2278 .cs-container:before {
    margin-left: calc(clamp(110px, 14vw, 335px) * -1);
    left: 50%;
    transform: none;
  }
  #RPsbs-2278 .cs-picture, #RPsbsr-2278 .cs-picture {
    max-width: 32.625rem;
    height: auto;
    max-height: 100%;
  }
}
@media only screen and (min-width: 0rem) {
  #RPsbsr-2278 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  #RPsbsr-2278 {
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #RPsbsr-2278 .cs-container {
    justify-content: flex-end;
  }
  #RPsbsr-2278 .cs-container:before {
    margin-left: 0;
    margin-right: calc(clamp(110px, 14vw, 335px) * -1);
    right: 50%;
    left: auto;
    transform: none;
  }
  #RPsbsr-2278 .cs-picture {
    order: 2;
  }
}
@media only screen and (min-width: 0rem) {
  #gallery-2281 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #gallery-2281:before {
    content: "";
    width: 100%;
    height: 22.5rem;
    margin-left: 3.4375rem;
    background: var(--primary);
    opacity: 0.05;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #gallery-2281 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #gallery-2281 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  #gallery-2281 .cs-title {
    margin: 0;
  }
  #gallery-2281 .cs-button-group {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: clamp(1.25rem, 3.4vw, 2.5rem);
  }
  #gallery-2281 .cs-button {
    font-size: 1rem;
    line-height: 1.5em;
    padding: 0;
    color: #585b5d;
    font: 400;
    font-family: var(--headerFontFamily);
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #gallery-2281 .cs-button:before {
    content: "";
    width: 100%;
    height: 4px;
    background: var(--primary);
    opacity: 0;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s, bottom 0.3s, transform 0.3s;
  }
  #gallery-2281 .cs-button:hover {
    color: var(--primary);
    cursor: pointer;
  }
  #gallery-2281 .cs-button:hover:before {
    opacity: 1;
    bottom: -0.625rem;
  }
  #gallery-2281 .cs-button.cs-active {
    color: var(--primary);
  }
  #gallery-2281 .cs-button.cs-active:before {
    opacity: 1;
    bottom: -0.625rem;
  }
  #gallery-2281 .cs-gallery-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #gallery-2281 .cs-gallery {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 1.5vw, 1.25rem);
    position: relative;
    perspective: 700px;
    transform-style: preserve-3d;
    transition: transform 0.7s, opacity 0.3s, visibility 0.5s, top 0.3s, left 0.3s;
    transform-origin: left top;
  }
  #gallery-2281 .cs-gallery.cs-hidden {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    transform: scaleY(0) scaleX(0);
  }
  #gallery-2281 .cs-gallery.cs-hidden .cs-image {
    transform: translateY(2.1875rem) rotateX(90deg);
    opacity: 0;
  }
  #gallery-2281 .cs-image {
    min-height: clamp(18.75rem, 40vw, 26.25rem);
    overflow: hidden;
    display: block;
    grid-column: span 12;
    position: relative;
    transform: translateY(0rem) rotateX(0);
    opacity: 1;
    transition: opacity 0.6s, transform 0.6s;
  }
  #gallery-2281 .cs-image:nth-of-type(1) {
    transition-delay: 0.1s;
  }
  #gallery-2281 .cs-image:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  #gallery-2281 .cs-image:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  #gallery-2281 .cs-image:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  #gallery-2281 .cs-image:nth-of-type(5) {
    transition-delay: 0.5s;
  }
  #gallery-2281 .cs-image:nth-of-type(6) {
    transition-delay: 0.6s;
  }
  #gallery-2281 .cs-image:nth-of-type(7) {
    transition-delay: 0.7s;
  }
  #gallery-2281 .cs-image:nth-of-type(8) {
    transition-delay: 0.8s;
  }
  #gallery-2281 .cs-picture {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
  }
  #gallery-2281 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.65s, opacity 0.3s;
  }
  #gallery-2281 .cs-info {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: clamp(1rem, 2vw, 1.5rem);
    left: 0;
    z-index: 10;
  }
  #gallery-2281 .cs-tag {
    font-size: clamp(0.8125rem, 2vw, 1rem);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 1.25rem;
    color: var(--bodyTextColorWhite);
    background-color: var(--primary);
  }
  #gallery-2281 .cs-project {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    color: var(--headerColor);
    background-color: #fff;
  }
}
@media only screen and (min-width: 37.5rem) {
  #gallery-2281 .cs-image {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 48rem) {
  #gallery-2281:before {
    width: 100vw;
    height: clamp(24.6875rem, 30vw, 30.625rem);
    right: auto;
    left: 50%;
  }
  #gallery-2281 .cs-content {
    text-align: left;
    align-items: flex-start;
  }
  #gallery-2281 .cs-button-group {
    border-bottom: 1px solid #e7e7e8;
  }
  #gallery-2281 .cs-button {
    padding-bottom: 1.25rem;
  }
  #gallery-2281 .cs-button:hover:before {
    transform: scale(1);
    bottom: -1px;
  }
  #gallery-2281 .cs-button.cs-active:before {
    bottom: -1px;
    transform: scale(1);
  }
  #gallery-2281 .cs-button:before {
    transform: scale(0);
    transition: transform 0.3s;
  }
  #gallery-2281 .cs-image {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 64rem) {
  #gallery-2281 .cs-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
  #gallery-2281 .cs-image:hover .cs-tag, #gallery-2281 .cs-image:hover .cs-project {
    transform: translateX(0);
    opacity: 1;
  }
  #gallery-2281 .cs-image:hover .cs-picture img {
    opacity: 0.8;
  }
  #gallery-2281 .cs-tag {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s;
  }
  #gallery-2281 .cs-project {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.4s ease-out, opacity 0.3s;
    transition-delay: 0.1s;
  }
}

/*# sourceMappingURL=local.css.map */
