/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-81 {
    padding: 0 1rem;
    padding-top: clamp(12.5rem, 25.95vw, 17.5rem);
    padding-bottom: clamp(6.25rem, 14.5vw, 10rem);
    position: relative;
    z-index: 1;
  }
  #hero-81:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-81 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
  }
  #hero-81 .cs-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: left;
    max-width: 43.75rem;
    margin: 0 auto 1rem 0;
    color: #fff;
    position: relative;
  }
  #hero-81 .cs-text {
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    text-align: left;
    max-width: 33.75rem;
    margin: 0 auto 0 0;
    margin-bottom: 2rem;
    color: #fff;
  }
  #hero-81 .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 12.5rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #hero-81 .cs-button-solid:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--secondary);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width .3s;
  }
  #hero-81 .cs-button-solid:hover {
    color: var(--headerColor);
  }
  #hero-81 .cs-button-solid:hover:before {
    width: 100%;
  }
  #hero-81 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-81 .cs-background:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #hero-81 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/*-- -------------------------- -->
<---        Services            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #h-services-81 {
    padding: 0;
    position: relative;
    z-index: 10;
    margin-top: -4rem;
  }
  #h-services-81 .cs-card-group {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1.25rem;
  }
  #h-services-81 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 22.5rem;
    padding: 2rem 1.5rem;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  #h-services-81 .cs-icon {
    width: 3.25rem;
    height: auto;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #h-services-81 .cs-icon img {
    width: 100%;
    height: auto;
  }
  #h-services-81 .cs-icon svg {
    width: 100%;
    height: auto;
  }
  #h-services-81 .cs-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #h-services-81 .cs-text {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #h-services-81 .cs-card-group {
    flex-wrap: nowrap;
  }
  #h-services-81 .cs-item {
    max-width: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #h-services-81 .cs-item {
    background-color: var(--medium);
  }
  body.dark-mode #h-services-81 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #h-services-81 .cs-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-81 {
    padding: var(--sectionPadding);
  }
  #sbs-81 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-81 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-81 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-81 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-81 .cs-ul {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #sbs-81 .cs-li {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    list-style: none;
    width: 100%;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #sbs-81 .cs-li-icon {
    width: 1.5rem;
    height: auto;
    flex: none;
  }
  #sbs-81 .cs-picture {
    width: 100%;
    max-width: 39.375rem;
    height: 25rem;
    display: block;
    position: relative;
  }
  #sbs-81 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-81 .cs-container {
    flex-direction: row;
    justify-content: flex-start;
  }
  #sbs-81 .cs-content {
    width: 53%;
    max-width: 33.875rem;
  }
  #sbs-81 .cs-picture {
    width: 47vw;
    max-width: 39.375rem;
    height: clamp(25rem, 50vw, 43.75rem);
    position: relative;
  }
}
/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-45 {
    padding: var(--sectionPadding);
    position: relative;
    overflow: hidden;
  }
  #gallery-45 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #gallery-45 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #gallery-45 .cs-button-group {
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  #gallery-45 .cs-button {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: center;
    border: none;
    padding: 0.5rem 1.5rem;
    color: var(--bodyTextColor);
    background-color: transparent;
    border-radius: 0.25rem;
    transition: background-color 0.3s, color 0.3s;
  }
  #gallery-45 .cs-button:hover {
    cursor: pointer;
  }
  #gallery-45 .cs-button.cs-active {
    background-color: var(--primary);
    color: #fff;
  }
  #gallery-45 .cs-gallery-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  #gallery-45 .cs-gallery {
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: transform 0.7s, opacity 0.3s, visibility 0.5s, top 0.3s, left 0.3s;
  }
  #gallery-45 .cs-gallery.cs-hidden {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  #gallery-45 .cs-image {
    width: 100%;
    height: clamp(15rem, 50vw, 25rem);
    display: block;
    position: relative;
  }
  #gallery-45 .cs-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #gallery-45 .cs-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews-81 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #reviews-81 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #reviews-81 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #reviews-81 .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1.25rem;
  }
  #reviews-81 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 25rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
  }
  #reviews-81 .cs-icon {
    width: 2.5rem;
    height: auto;
  }
  #reviews-81 .cs-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    color: var(--headerColor);
  }
  #reviews-81 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #reviews-81 .cs-name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--headerColor);
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews-81 .cs-card-group {
    flex-wrap: nowrap;
  }
  #reviews-81 .cs-item {
    max-width: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews-81 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  body.dark-mode #reviews-81 .cs-item {
    background-color: var(--medium);
  }
  body.dark-mode #reviews-81 .cs-h3,
  body.dark-mode #reviews-81 .cs-name {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #reviews-81 .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
}
/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-51 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #cta-51 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #cta-51 .cs-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cta-51 .cs-topper {
    color: var(--secondary);
  }
  #cta-51 .cs-title {
    color: #fff;
  }
  #cta-51 .cs-text {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 2rem;
  }
  #cta-51 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta-51 .cs-picture:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #cta-51 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}


@media only screen and (min-width: 48rem) {
  #gallery-45 .cs-image {
    height: 18rem;
  }
}

@media only screen and (min-width: 64rem) {
  #gallery-45 .cs-image {
    height: 20rem;
  }
}

/* Override homepage gallery to match portfolio style - SQUARE IMAGES */
@media only screen and (min-width: 0rem) {
  #gallery-45 .cs-gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  #gallery-45 .cs-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Makes it square */
    position: relative;
    overflow: hidden;
  }
  
  #gallery-45 .cs-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 48rem) {
  #gallery-45 .cs-gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media only screen and (min-width: 64rem) {
  #gallery-45 .cs-gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

/*-- -------------------------- -->
<---    Side By Side Reverse    -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbsr-2326 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #sbsr-2326 .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 4vw, 4rem);
  }
  #sbsr-2326 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 36.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbsr-2326 .cs-title {
    max-width: 30ch;
  }
  #sbsr-2326 .cs-text {
    margin-bottom: 1rem;
  }
  #sbsr-2326 .cs-text:last-of-type {
    margin-bottom: 1.5rem;
  }
  #sbsr-2326 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    padding: 0 1.5rem;
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #sbsr-2326 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    border-radius: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbsr-2326 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbsr-2326 .cs-h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    color: var(--headerColor);
  }
  #sbsr-2326 .cs-ul {
    margin: 0.75rem 0 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #sbsr-2326 .cs-li {
    font-size: 1rem;
    line-height: 1.5em;
    list-style: none;
    padding-left: clamp(1.25rem, 3vw, 1.5rem);
    color: var(--bodyTextColor);
    position: relative;
  }
  #sbsr-2326 .cs-li strong {
    color: var(--headerColor);
  }
  #sbsr-2326 .cs-li::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    background-color: var(--secondary);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
  #sbsr-2326 .cs-button-box {
    font-size: inherit;
    width: 100%;
    max-width: 39.375rem;
    margin: clamp(3rem, 6.5vw, 4rem) 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #sbsr-2326 .cs-link {
    text-decoration: none;
    padding-right: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
  }
  #sbsr-2326 .cs-link:hover:before {
    width: 100%;
    height: 4.5em;
  }
  #sbsr-2326 .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #sbsr-2326 .cs-link:hover .cs-icon {
    transform: translateX(0.4375rem);
  }
  #sbsr-2326 .cs-link:before {
    content: "";
    width: 3.75em;
    height: 3.75em;
    background: var(--primary);
    opacity: 0.05;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    transition: width 0.3s, height 0.3s, border-radius 0.3s;
  }
  #sbsr-2326 .cs-wrapper {
    width: 3.75em;
    height: 3.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    transition: transform 0.3s;
  }
  #sbsr-2326 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #sbsr-2326 .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #sbsr-2326 .cs-header {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #sbsr-2326 .cs-link-content {
    font-size: 1.5625em;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #sbsr-2326 .cs-image-group {
    font-size: min(2.32vw, .9rem);
    width: 39.375em;
    height: 36.125em;
    display: block;
    position: relative;
    z-index: 1;
    order: -1;
  }
  #sbsr-2326 .cs-picture {
    display: block;
    position: absolute;
  }
  #sbsr-2326 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbsr-2326 .cs-picture1 {
    width: 25.75em;
    height: 25.75em;
    border-right: 0.875em solid #fff;
    border-bottom: 0.875em solid #fff;
    top: 0;
    bottom: 17.5625em;
    left: 0;
  }
  #sbsr-2326 .cs-picture2 {
    width: 25.8125em;
    height: 22em;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  #sbsr-2326 .cs-picture3 {
    width: 14.5625em;
    height: auto;
    bottom: 5.8125em;
    left: 6.25em;
  }
  #sbsr-2326 .cs-picture3 img {
    position: relative;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbsr-2326 .cs-container {
    max-width: 80rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbsr-2326 .cs-container {
    flex-direction: row;
    align-items: stretch;
  }
  #sbsr-2326 .cs-button-box {
    font-size: min(1.4vw, 1rem);
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #sbsr-2326 .cs-image-group {
    font-size: min(1.1vw, 1rem);
    height: auto;
    min-height: 36.125em;
    margin-bottom: 4.375rem;
    order: initial;
    flex: none;
  }
  #sbsr-2326 .cs-picture1 {
    height: auto;
    top: 0;
    bottom: 10.375em;
  }
  #sbsr-2326 .cs-picture2 {
    height: auto;
    top: 14.125em;
  }
}

/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1081 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #services-1081 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1081 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-1081 .cs-title {
    max-width: 20ch;
  }
  #services-1081 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: stretch;
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #services-1081 .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-column: span 12;
    position: relative;
    z-index: 1;
  }
  #services-1081 .cs-item:hover .cs-picture:before {
    opacity: 0.8;
  }
  #services-1081 .cs-item:hover .cs-picture img {
    transform: scale(1.2);
  }
  #services-1081 .cs-item:hover .cs-h3 {
    background-color: var(--primary);
  }
  #services-1081 .cs-picture {
    width: 100%;
    height: clamp(11.25rem, 24vw, 15rem);
    overflow: hidden;
    display: block;
    position: relative;
  }
  #services-1081 .cs-picture:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    transition: opacity 0.3s;
  }
  #services-1081 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.65s;
  }
  #services-1081 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.5em;
    font-weight: 700;
    text-align: inherit;
    width: 100%;
    margin: 0;
    padding: clamp(0.75rem, 1.6vw, 1rem) clamp(1rem, 2.5vw, 1.5rem);
    box-sizing: border-box;
    background-color: #1a1a1a;
    color: var(--bodyTextColorWhite);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1rem);
    transition: background-color 0.3s;
  }
  #services-1081 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1.25rem;
    padding: clamp(1rem, 2.5vw, 1.25rem);
    box-sizing: border-box;
    padding-bottom: 0;
    color: var(--bodyTextColor);
  }
  #services-1081 .cs-link {
    font-size: 1rem;
    line-height: 1.2em;
    text-align: inherit;
    text-decoration: none;
    font-weight: 700;
    margin: 0 0 clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 2.5vw, 1.5rem);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #services-1081 .cs-link:hover .cs-arrow {
    transform: translateX(0.25rem);
  }
  #services-1081 .cs-arrow {
    width: 1.25rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #services-1081 .cs-h3 .cs-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    flex: none;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1081 .cs-container {
    max-width: 80rem;
  }
  #services-1081 .cs-item {
    grid-column: span 4;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-1081 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  body.dark-mode #services-1081 .cs-title,
  body.dark-mode #services-1081 .cs-text,
  body.dark-mode #services-1081 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-1081 .cs-text,
  body.dark-mode #services-1081 .cs-item-text {
    opacity: 0.8;
  }
  body.dark-mode #services-1081 .cs-h3 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  body.dark-mode #services-1081 .cs-item {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

/*-- -------------------------- -->
<---        Side By Side        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2377 {
    padding: var(--sectionPadding);
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
    background-color: #FBF9F5;
    position: relative;
    z-index: 1;
  }
  #sbs-2377 .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2.5rem, 6vw, 4rem);
  }
  #sbs-2377 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 39.375rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #sbs-2377 .cs-title {
    max-width: 20ch;
    margin: 0;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    padding-bottom: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #sbs-2377 .cs-title:before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #D2D8DF;
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #sbs-2377 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-2377 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-2377 .cs-button-solid {
    font-size: 1rem;
    line-height: 3.5em;
    text-decoration: none;
    font-weight: 700;
    width: auto;
    margin: 0;
    color: #fff;
    padding: 0 3rem;
    border-radius: 6.25rem;
    overflow: hidden;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #sbs-2377 .cs-button-solid:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 0%;
    background: #1a1a1a;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbs-2377 .cs-button-solid:hover {
    color: var(--primary);
  }
  #sbs-2377 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbs-2377 .cs-picture {
    width: 100%;
    height: 90vw;
    max-height: 25rem;
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    position: relative;
  }
  #sbs-2377 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-2377 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #sbs-2377 .cs-content {
    width: 50%;
    max-width: 36.625rem;
    padding-bottom: 7.6875rem;
    flex: none;
    align-self: flex-start;
  }
  #sbs-2377 .cs-picture {
    height: auto;
    max-height: 100%;
    order: -1;
  }
}

/*-- -------------------------- -->
<---         Services           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-2377 {
    padding: var(--sectionPadding);
    padding-top: 0;
    background-color: #FBF9F5;
  }
  #services-2377 .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-2377 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
  }
  #services-2377 .cs-item {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: clamp(1rem, 3vw, 2rem);
    border-radius: 1rem;
    background-color: #fff;
    box-sizing: border-box;
    grid-column: span 12;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
  }
  #services-2377 .cs-icon {
    height: clamp(5rem, 9vw, 7.5rem);
    width: auto;
    margin-bottom: 2rem;
    display: block;
  }
  #services-2377 .cs-item img.cs-icon {
    filter: sepia(1) saturate(4) hue-rotate(345deg) brightness(0.72);
  }
  #services-2377 .cs-item svg.cs-icon {
    color: #8B5A2B;
    fill: none;
  }
  #services-2377 .cs-item svg.cs-icon * {
    stroke: currentColor !important;
    fill: none !important;
  }
  #services-2377 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: bold;
    text-align: inherit;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #services-2377 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    max-width: 28.125rem;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-2377 .cs-item {
    grid-column: span 6;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-2377 .cs-container {
    max-width: 80rem;
  }
  #services-2377 .cs-item {
    grid-column: span 3;
  }
}

/*-- -------------------------- -->
<---           Steps            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #steps-585 {
    padding: var(--sectionPadding);
  }
  #steps-585 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #steps-585 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #steps-585 .cs-card-group {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  #steps-585 .cs-item {
    list-style: none;
    min-height: 18.125rem;
    padding: 1rem clamp(1rem, 1.8vw, 1.5rem);
    border-bottom: 1px solid var(--headerColor);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #steps-585 .cs-item:last-of-type {
    border: none;
  }
  #steps-585 .cs-h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2em;
    text-align: left;
    margin: 0 0 0.75rem 0;
    color: var(--primary);
    display: block;
  }
  #steps-585 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #steps-585 .cs-number {
    font-size: 3.8125rem;
    font-weight: 900;
    line-height: 1.2em;
    margin: auto 0 0 0;
    color: var(--primary);
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #steps-585 .cs-container {
    max-width: 80rem;
  }
  #steps-585 .cs-card-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #steps-585 .cs-item {
    width: 48%;
  }
  #steps-585 .cs-item:nth-of-type(3) {
    border-bottom: none;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #steps-585 .cs-card-group {
    flex-wrap: nowrap;
  }
  #steps-585 .cs-item {
    border-bottom: none;
    border-right: 1px solid var(--headerColor);
  }
}

/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-49 {
    padding: var(--sectionPadding);
    position: relative;
  }
  #gallery-49 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #gallery-49 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #gallery-49 .cs-image-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    place-content: center;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    gap: clamp(0.5rem, 1.5vw, 1.25rem);
  }
  #gallery-49 .cs-item {
    list-style: none;
    width: 100%;
    margin: 0;
    aspect-ratio: 1;
    grid-column: span 6;
    display: block;
    position: relative;
    overflow: hidden;
    transition: border-radius 0.3s;
  }
  #gallery-49 .cs-item:hover {
    border-radius: 9.375rem 9.375rem 0 0;
  }
  #gallery-49 .cs-item:hover .cs-picture img {
    transform: scale(1.1);
  }
  #gallery-49 .cs-item:hover .cs-hover-box {
    opacity: 1;
    pointer-events: all;
  }
  #gallery-49 .cs-item:hover .cs-h3 {
    opacity: 1;
    transform: translateY(0);
  }
  #gallery-49 .cs-item:hover .cs-link {
    opacity: 1;
    transform: translateY(0);
  }
  #gallery-49 .cs-picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #gallery-49 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s;
  }
  #gallery-49 .cs-item-1 {
    grid-column: 1 / span 12;
    grid-row: 1 / 2;
    aspect-ratio: 2.07594937;
  }
  #gallery-49 .cs-item-5 {
    grid-column: 7 / span 6;
    grid-row: 3 / span 2;
    aspect-ratio: initial;
  }
  #gallery-49 .cs-hover-box {
    height: 100%;
    width: 100%;
    padding: 1em 0.625em;
    opacity: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: opacity 0.3s;
    pointer-events: none;
    position: relative;
  }
  #gallery-49 .cs-hover-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.9;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  #gallery-49 .cs-h3 {
    font-size: clamp(0.875rem, 1.8vw, 1.25rem);
    line-height: 1.2em;
    text-align: center;
    margin: 0;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--headerColor);
    opacity: 0;
    display: block;
    transform: translateY(0.625rem);
    transition: opacity 0.3s, transform 0.5s;
  }
  #gallery-49 .cs-link {
    font-size: 0.9375rem;
    line-height: 2.875rem;
    font-weight: bold;
    text-decoration: none;
    padding: 0 1rem;
    background-color: #1a1a1a;
    color: #fff;
    opacity: 0;
    border-radius: 1.4375rem;
    overflow: hidden;
    transform: translateY(0.625rem);
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: opacity 0.5s, transform 0.5s, background-color 0.3s, color 0.3s;
  }
  #gallery-49 .cs-link:hover {
    background-color: #fff;
    color: #1a1a1a;
    cursor: pointer;
  }
  #gallery-49 .cs-link:hover:before {
    width: 100%;
  }
  #gallery-49 .cs-link:before {
    content: "";
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    border-radius: 1.4375rem;
    background: #fff;
    opacity: 1;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #gallery-49 .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #gallery-49 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
    transition: width 0.3s;
  }
  #gallery-49 .cs-button-solid:hover:before {
    width: 100%;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #gallery-49 .cs-item {
    grid-column: span 3;
  }
  #gallery-49 .cs-item-1 {
    grid-column: 1 / span 6;
  }
  #gallery-49 .cs-item-2 {
    grid-column: 1 / span 3;
    grid-row: 2;
  }
  #gallery-49 .cs-item-3 {
    grid-column: 4 / span 3;
    grid-row: 2;
  }
  #gallery-49 .cs-item-5 {
    grid-column: 7 / span 3;
    grid-row: 2;
  }
  #gallery-49 .cs-item-6 {
    grid-column: 10 / span 3;
    grid-row: 1 / span 2;
    aspect-ratio: initial;
  }
}
