:root {
  /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */
  --primary: #E3F99D;
  --primaryDark: #C2FF00;
  --primaryMoreDark: #A2D500;
  --primaryLight: #ffba43;
  --secondary: #ffba43;
  --secondaryLight: #ffba43;
  --headerColor: #1a1a1a;
  --bodyTextColor: #4e4b66;
  --lightGrayColor: #70816E;
  --bodyTextColorWhite: #fafbfc;
  /* 13px - 16px */
  --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
  /* 31px - 49px */
  --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
  --bodyFontSize: 1rem;
  /* 60px - 100px top and bottom */
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

*,
*:before,
*:after {
  /* prevents padding from affecting height and width */
  box-sizing: border-box;
}

.cs-topper {
  font-size: var(--topperFontSize);
  line-height: 1.2em;
  /* text-transform: uppercase; */
  text-align: inherit;
  letter-spacing: .1em;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
  display: block;
  font-style: italic;
}

.cs-title {
  font-size: var(--headerFontSize);
  font-weight: 400;
  line-height: 1.2em;
  text-align: inherit;
  max-width: 43.75rem;
  margin: 0 0 1rem 0;
  color: var(--headerColor);
  position: relative;
}

.cs-title span {
  font-weight: 900;
  font-style: italic;
}

.cs-text {
  font-size: var(--bodyFontSize);
  line-height: 1.5em;
  text-align: inherit;
  width: 100%;
  max-width: 40.625rem;
  margin: 0;
  color: var(--bodyTextColor);
}


/* Mobile - 360px */
@media only screen and (min-width: 0rem) {

  /*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
  #hero-2509 {
    padding: var(--sectionPadding);
    padding-top: 18.75rem;
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }

  #hero-2509 .cs-container {
    max-width: 90rem;
    margin: 0 auto;
  }

  #hero-2509 .cs-content {
    padding: clamp(1.25rem, 5vw, 3rem) clamp(1rem, 4vw, 4.5rem);
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
  }

  #hero-2509 .cs-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    pointer-events: none;
    opacity: 0.4;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #hero-2509 .cs-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  #hero-2509 .cs-title {
    font-size: clamp(2.4375rem, 8vw, 3.8125rem);
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }

  #hero-2509 .cs-title strong {
    font-style: italic;
    font-weight: 700;
  }

  #hero-2509 .cs-wrapper {
    display: flex;
    gap: 2rem;
    align-items: center;
  }

  #hero-2509 .cs-social {
    display: none;
  }

  #hero-2509 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    text-decoration: none;
    margin-top: auto;
    padding-right: 1.5rem;
    color: var(--bodyTextColorWhite);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
  }

  #hero-2509 .cs-button-solid:hover {
    color: #000000;
  }

  #hero-2509 .cs-button-solid:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 3.25rem;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.7s;
    transform-origin: left;
  }

  #hero-2509 .cs-button-solid:hover:before {
    transform: scaleX(1);
  }

  #hero-2509 .cs-box {
    width: 3.25rem;
    height: 3rem;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #hero-2509 .cs-button-icon {
    width: 1rem;
    height: auto;
    display: block;
  }

  #hero-2509 .cs-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
  }

  #hero-2509 .cs-info-group {
    display: flex;
    gap: 1.5rem;
    opacity: 0;
    position: absolute;
    top: -1.5rem;
    left: 0;
    transition: opacity 0.3s, top 0.3s;
  }

  #hero-2509 .cs-info-group.cs-active {
    opacity: 1;
    position: relative;
    top: 0;
    z-index: 1;
  }

  #hero-2509 .cs-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  #hero-2509 .cs-h2 {
    font-size: 1.5625rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }

  #hero-2509 .cs-h2 strong {
    font-style: italic;
  }

  #hero-2509 .cs-text {
    color: var(--bodyTextColorWhite);
  }

  #hero-2509 .cs-button-group {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
  }

  #hero-2509 .cs-button-group:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 1;
    display: block;
    order: 10;
    transition: width 0.3s;
  }

  #hero-2509 .cs-button {
    font-size: 1.5625rem;
    font-weight: 400;
    width: 3.375rem;
    height: 3.375rem;
    border: none;
    color: var(--bodyTextColorWhite);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  #hero-2509 .cs-button:before {
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
  }

  #hero-2509 .cs-button.cs-active,
  #hero-2509 .cs-button:hover {
    cursor: pointer;
  }

  #hero-2509 .cs-button.cs-active:before,
  #hero-2509 .cs-button:hover:before {
    width: 100%;
  }

  #hero-2509 .cs-picture {
    min-width: 6.875rem;
    height: 6.875rem;
    border: 1px solid #fff;
    display: none;
    flex: none;
    position: relative;
    z-index: 1;
  }

  #hero-2509 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }

  #hero-2509 .cs-background {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s;
  }

  #hero-2509 .cs-background.cs-active {
    opacity: 1;
  }

  #hero-2509 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }

  /*-- -------------------------- -->
<---        Story section       -->
<--- -------------------------- -*/
  #sbs-2357 {
    padding: var(--sectionPadding);
  }

  #sbs-2357 .cs-container {
    width: 100%;
    /* changes to 1800px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    /* 32px - 64px */
    gap: clamp(2rem, 5vw, 4rem);
  }

  #sbs-2357 .cs-content {
    width: 100%;
    max-width: 75.9375rem;
    order: -1;
  }

  #sbs-2357 .cs-flex {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #sbs-2357 .cs-title {
    /* 25px - 39px */
    font-size: clamp(1.5625rem, 5vw, 1.9375rem);
    /* 32px - 64px */
    margin: 0 0 clamp(2rem, 7vw, 4rem);
    max-width: 100%;
  }

  #sbs-2357 .cs-text {
    max-width: 59.625rem;
  }

  #sbs-2357 .cs-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #sbs-2357 .cs-number {
    /* 39px - 90px */
    font-size: clamp(2.4375rem, 7vw, 5.625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
  }

  #sbs-2357 .cs-color {
    color: var(--primaryMoreDark);
    display: inline-block;
    transform: translateX(-0.5rem);
  }

  #sbs-2357 .cs-desc {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }

  #sbs-2357 .cs-picture {
    width: 100%;
    max-height: 40rem;
    display: block;
    position: relative;
    z-index: 1;
  }

  #sbs-2357 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sbs-2357 .cs-image-group {
    position: relative;
    z-index: 1;
  }

  #sbs-2357 .cs-picture1 {
    height: 110vw;
  }

  #sbs-2357 .cs-picture2 {
    height: 132vw;
    margin-bottom: 1.5rem;
  }

  #sbs-2357 .cs-link {
    /* 13px - 16px */
    font-size: clamp(0.8125rem, 2vw, 1rem);
    line-height: 1.2em;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 85%;
    height: 3.5rem;
    margin: 0;
    padding: 0 1rem;
    background-color: #fff;
    color: var(--headerColor);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 10;
    transition: background-color 0.3s, color 0.3s;
  }

  #sbs-2357 .cs-link:hover {
    background-color: #1a1a1a;
    color: #fff;
  }

  #sbs-2357 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }

  /*-- -------------------------- -->
<---        Why Choose Us       -->
<--- -------------------------- -*/
  #why-choose-1824 {
    padding: var(--sectionPadding);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  #why-choose-1824 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }

  #why-choose-1824 .cs-topper {
    width: auto;
  }

  #why-choose-1824 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 40.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #why-choose-1824 .cs-title {
    margin: 0;
    max-width: 20ch;
  }

  #why-choose-1824 .cs-flex {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  #why-choose-1824 .cs-box {
    background-color: #1a1a1a;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #why-choose-1824 .cs-box-content {
    margin: 0;
    /* 32px - 40px top & bottm */
    /* 24px - 40px left & right */
    padding: clamp(2rem, 2.5vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
    /* prevents padding from affecting width and height */
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: hidden 0.3s, opacity 0.3s, transform 0.7s;
  }

  #why-choose-1824 .cs-box-content.cs-hidden {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(3rem);
  }

  #why-choose-1824 .cs-box-icon {
    text-align: left;
    width: 3.875rem;
    height: auto;
    margin: 0 0 2rem;
    display: block;
  }

  #why-choose-1824 .cs-h3 {
    /* 25px - 31px */
    font-size: clamp(1.5625rem, 2.5vw, 1.9375rem);
    line-height: 1.2em;
    text-align: inherit;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--bodyTextColorWhite);
  }

  #why-choose-1824 .cs-box-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: inherit;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }

  #why-choose-1824 .cs-button-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  #why-choose-1824 .cs-button {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0 0 1.5rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }

  #why-choose-1824 .cs-button.cs-active .cs-icon-wrapper,
  #why-choose-1824 .cs-button:hover .cs-icon-wrapper {
    background-color: var(--primary);
  }

  /* #why-choose-1824 .cs-button.cs-active .cs-icon,
  #why-choose-1824 .cs-button:hover .cs-icon {
    filter: grayscale(1) brightness(1000%);
  } */
  #why-choose-1824 .cs-button.cs-active .cs-arrow,
  #why-choose-1824 .cs-button:hover .cs-arrow {
    filter: none;
    opacity: 1;
  }

  #why-choose-1824 .cs-button:hover {
    cursor: pointer;
  }

  #why-choose-1824 .cs-icon-wrapper {
    width: 3.75rem;
    height: 3.75rem;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing them */
    flex: none;
    transition: background-color 0.3s;
  }

  #why-choose-1824 .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
  }

  #why-choose-1824 .cs-button-text {
    font-size: 1.25rem;
    text-align: inherit;
    line-height: 1.2em;
    font-weight: 700;
    max-width: 19ch;
    margin: 0;
    padding: 0;
    color: var(--headerColor);
  }

  #why-choose-1824 .cs-arrow {
    width: 2rem;
    margin-left: auto;
    filter: grayscale(1) brightness(100%);
    opacity: 0.2;
    height: auto;
    display: block;
  }

  #why-choose-1824 .cs-image-group {
    width: 100%;
    height: 100vw;
    min-height: 25rem;
    /* chnages to 100% on desktop */
    max-height: 42.5rem;
    position: relative;
    z-index: 1;
  }

  #why-choose-1824 .cs-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #why-choose-1824 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  #why-choose-1824 .cs-floater {
    /* 72px - 120px */
    width: clamp(4.5rem, 10vw, 7.5rem);
    height: clamp(4.5rem, 10vw, 7.5rem);
    background-color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 10;
  }

  #why-choose-1824 .cs-floater-icon {
    /* 32px - 60px */
    width: clamp(2rem, 4vw, 3.75rem);
    height: auto;
    display: block;
  }

  /*-- -------------------------- -->
<---     Service section        -->
<--- -------------------------- -*/
  #projects-605 {
    padding: var(--sectionPadding);
  }

  #projects-605 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }

  #projects-605 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }

  #projects-605 .cs-title {
    max-width: 20ch;
  }

  #projects-605 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 16px - 20px */
    gap: clamp(1rem, 1.8vw, 1.25rem);
    row-gap: 2.5rem;
  }

  #projects-605 .cs-item {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #projects-605 .cs-info {
    width: 100%;
    /* 350px - 450px */
    min-height: clamp(21.875rem, 38vw, 28.125rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* 32px - 100px top */
    /* 16px - 24px left & right */
    padding: clamp(2rem, 8vw, 6.25rem) clamp(1rem, 1.8vw, 1.5rem) 6.25rem;
    border-radius: 0.5rem;
    /* clips the img tag corners */
    overflow: hidden;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    position: relative;
  }

  #projects-605 .cs-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  #projects-605 .cs-link:hover .cs-header,
  #projects-605 .cs-link:focus .cs-header,
  #projects-605 .cs-link:hover .cs-item-text,
  #projects-605 .cs-link:focus .cs-item-text {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    transition:
      transform 0.6s,
      visibility 0.3s,
      opacity 0.6s;
  }

  #projects-605 .cs-link:hover .cs-number,
  #projects-605 .cs-link:focus .cs-number {
    padding-bottom: 0.9375rem;
  }

  #projects-605 .cs-link:hover .cs-number:before,
  #projects-605 .cs-link:focus .cs-number:before {
    /* changes to 500px at tablet */
    width: 50rem;
    height: 31.25rem;
    opacity: 0.9;
  }

  #projects-605 .cs-link:hover .cs-background img,
  #projects-605 .cs-link:focus .cs-background img {
    transform: scale(1.1);
  }

  #projects-605 .cs-header {
    /* 28px - 40px */
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    line-height: 1.2em;
    font-weight: 700;
    height: 0;
    /* 16px - 24px bottom */
    margin: 0 0 clamp(1rem, 1.8vw, 1.5rem);
    color: var(--headerColor);
    opacity: 0;
    visibility: hidden;
    transform: translateY(2.5rem);
    transition:
      transform 0.2s,
      visibility 0.1s,
      opacity 0.2s,
      height 0.4s;
    transition-delay: 0.1s;
  }

  #projects-605 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-align: left;
    width: 100%;
    max-width: 25rem;
    height: 0;
    margin: 0;
    color: var(--headerColor);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6.25rem);
    transition:
      transform 0.3s,
      visibility 0.3s,
      opacity 0.3s,
      height 0.4s;
    transition-delay: 0.2s;
  }

  #projects-605 .cs-number {
    /* 24px - 32px */
    font-size: clamp(1.5rem, 2vw, 2rem);
    /* 60px - 80px */
    line-height: clamp(3.75rem, 9vw, 5rem);
    font-weight: 700;
    width: clamp(3.75rem, 7vw, 5rem);
    height: clamp(3.75rem, 7vw, 5rem);
    margin: 0;
    padding: 0;
    color: var(--headerColor);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: padding-bottom 0.3s;
  }

  #projects-605 .cs-number:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    transition:
      width 0.6s,
      height 0.6s,
      opacity 0.3s;
    z-index: -1;
  }

  #projects-605 .cs-h3 {
    /* 20px - 24px */
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: var(--headerColor);
    display: block;
  }

  #projects-605 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /* clips img tag when it scales on hover */
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #projects-605 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s;
  }

  /*-- -------------------------- -->
<---          Steps             -->
<--- -------------------------- -*/
  #steps-1713 {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #steps-1713 .cs-container {
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
  }

  #steps-1713 .cs-wrapper {
    /* changes to 630px on tablet */
    max-width: 31.25rem;
    margin: auto;
    padding: var(--sectionPadding);
    display: flex;
    flex-direction: column;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }

  #steps-1713 .cs-content {
    /* set text align to center if content needs to be centrally aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
  }

  #steps-1713 .cs-title {
    margin: 0;
  }

  #steps-1713 .cs-card-group {
    margin: 0;
    padding: 0;
    display: grid;
    justify-items: center;
    align-items: stretch;
    /* 24px - 32px */
    gap: clamp(1.5rem, 3vw, 2rem);
    grid-auto-flow: row;
  }

  #steps-1713 .cs-item {
    list-style: none;
    display: flex;
    align-items: flex-start;
    position: relative;
  }

  #steps-1713 .cs-number {
    /* 80px - 100px */
    font-size: clamp(5rem, 9vw, 6.25rem);
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: -2px;
    margin-right: -1.25rem;
    color: var(--primaryMoreDark);
    opacity: 0.12;
    display: block;
  }

  #steps-1713 .cs-h3 {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }

  #steps-1713 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }

  #steps-1713 .cs-background {
    width: 100%;
    height: 22.5rem;
    display: block;
  }

  #steps-1713 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*-- -------------------------- -->
<---           Gallery          -->
<--- -------------------------- -*/
  #gallery-2243 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #gallery-2243 .cs-container {
    width: 100%;
    max-width: 115rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 5vw, 4rem);
    position: relative;
    z-index: 1;
  }

  #gallery-2243 .cs-content {
    /* aligns text centrally. set to left to left-align text */
    text-align: center;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* centrally aligns items. set to flex-start to left-align items */
    align-items: center;
    z-index: 2;
  }

  #gallery-2243 .cs-title {
    max-width: 40ch;
  }

  #gallery-2243 .cs-gallery {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(16, 16.666vw);
    gap: clamp(0.5rem, 2vw, 1.25rem);
  }

  #gallery-2243 .cs-picture {
    grid-column: span 6;
    display: block;
    position: relative;
    z-index: 1;
  }

  #gallery-2243 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  #gallery-2243 .cs-picture1 {
    grid-row: 2 / span 3;
  }

  #gallery-2243 .cs-picture2 {
    grid-row: 1 / span 4;
  }

  #gallery-2243 .cs-picture3 {
    grid-column: span 12;
    grid-row: 5 / span 5;
  }

  #gallery-2243 .cs-picture4 {
    grid-row: 10 / span 4;
  }

  #gallery-2243 .cs-picture5 {
    grid-row: 11 / span 3;
  }

  /*-- -------------------------- -->
<---        Testimonial         -->
<--- -------------------------- -*/
  #reviews-2528 {
    padding: var(--sectionPadding);
    padding-left: 0;
    overflow: hidden;
    background-color: #F4F5EB;
    position: relative;
    z-index: 1;
  }

  #reviews-2528 .cs-container {
    width: 100%;
    max-width: 90rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 40px - 48px */
    gap: clamp(2.5rem, 5vw, 3rem);
  }

  #reviews-2528 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }

  #reviews-2528 .cs-topper {
    font-style: italic;
    font-size: 1.5625rem;
    text-transform: initial;
    letter-spacing: 0;
    color: var(--headerColor);
  }

  #reviews-2528 .cs-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  #reviews-2528 .cs-review-box {
    width: 100%;
    padding: clamp(1.5rem, 6vw, 3.5rem) clamp(1.25rem, 5vw, 4.5rem);
    padding-bottom: 3.5rem;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    border: 1px solid #D4D4D4;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }

  #reviews-2528 .cs-review-box.cs-active {
    position: relative;
    opacity: 1;
    visibility: visible;
  }

  #reviews-2528 .cs-review {
    font-size: var(--headerFontSize);
    line-height: 1.2em;
    font-style: italic;
    font-weight: 500;
    max-width: 43.75rem;
    margin: 0;
    color: var(--headerColor);
  }

  #reviews-2528 .cs-flex {
    padding-top: 1rem;
    border-top: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
  }

  #reviews-2528 .cs-picture {
    width: 4.375rem;
    height: 4.375rem;
    display: block;
    position: relative;
    z-index: 1;
  }

  #reviews-2528 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }

  #reviews-2528 .cs-name {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #reviews-2528 .cs-name strong {
    font-size: 1.5625rem;
    line-height: 1.2em;
    font-style: italic;
    color: var(--headerColor);
  }

  #reviews-2528 .cs-button-group {
    margin-top: clamp(1.5rem, 3vw, 3rem);
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
  }

  #reviews-2528 .cs-button-group:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #D4D4D4;
    opacity: 1;
    display: block;
    order: 10;
    transition: width 0.3s;
  }

  #reviews-2528 .cs-button {
    font-size: 1.5625rem;
    font-weight: 400;
    width: 4.375rem;
    height: 4.375rem;
    border: none;
    color: #D4D4D4;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }

  #reviews-2528 .cs-button:before {
    content: '';
    width: 0%;
    height: 2px;
    background: #D4D4D4;
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
  }

  #reviews-2528 .cs-button.cs-active,
  #reviews-2528 .cs-button:hover {
    cursor: pointer;
    color: var(--headerColor);
  }

  #reviews-2528 .cs-button.cs-active:before,
  #reviews-2528 .cs-button:hover:before {
    width: 100%;
    background: var(--headerColor);
  }

  #reviews-2528 .cs-slider-group {
    width: 95%;
    height: 60vw;
    margin-left: auto;
    margin-top: -2rem;
    margin-right: -1rem;
    position: relative;
    z-index: 5;
  }

  #reviews-2528 .cs-background {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s, visibility 0.3s;
  }

  #reviews-2528 .cs-background.cs-active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  #reviews-2528 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }


  /*-- -------------------------- -->
<---           Footer           -->
<--- -------------------------- -*/
  #cs-footer-2440 {
    padding: var(--sectionPadding);
    padding-bottom: 1.5rem;
    background-color: #111418;
    overflow: hidden;
  }

  #cs-footer-2440 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
  }

  #cs-footer-2440 .cs-top {
    display: flex;
    flex-direction: column;
    /* 16px - 80px */
    column-gap: clamp(1rem, 6vw, 5rem);
    row-gap: 2rem;
  }

  #cs-footer-2440 .cs-logo-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 32px - 72px */
    gap: clamp(2rem, 5vw, 4.5rem);
  }

  #cs-footer-2440 .cs-logo {
    max-width: 12.8125rem;
    height: auto;
    display: block;
  }

  #cs-footer-2440 .cs-logo-img {
    width: 100%;
    height: auto;
    display: block;
  }

  #cs-footer-2440 .cs-contact-group {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
  }

  #cs-footer-2440 .cs-contact-li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
  }

  #cs-footer-2440 .cs-contact-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }

  #cs-footer-2440 .cs-contact-link {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    text-decoration: none;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }

  #cs-footer-2440 .cs-ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  #cs-footer-2440 .cs-header {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.75rem;
    color: var(--bodyTextColorWhite);
    display: block;
  }

  #cs-footer-2440 .cs-header .cs-link {
    opacity: 1;
  }

  #cs-footer-2440 .cs-li {
    font-size: 1rem;
    line-height: 1.5em;
    list-style: none;
    margin: 0;
  }

  #cs-footer-2440 .cs-link {
    text-decoration: none;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
    transition: color 0.3s;
  }

  #cs-footer-2440 .cs-link:hover {
    color: var(--primaryMoreDark);
  }

  #cs-footer-2440 .cs-subscribe-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  #cs-footer-2440 .cs-subscribe-group .cs-header {
    margin: 0;
  }

  #cs-footer-2440 .cs-form {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 1rem;
  }

  #cs-footer-2440 .cs-input {
    width: 100%;
    padding: 1rem;
    background-color: transparent;
    color: var(--bodyTextColorWhite);
    border: none;
    border-bottom: 1px solid #21252E;
  }

  #cs-footer-2440 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    padding: 0 1rem;
    background-color: var(--primaryMoreDark);
    color: var(--headerColor);
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  #cs-footer-2440 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: var(--primaryDark);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }

  #cs-footer-2440 .cs-button-solid:hover:before {
    width: 100%;
  }

  #cs-footer-2440 .cs-button-solid {
    min-width: auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #cs-footer-2440 .cs-icon {
    width: 1.25rem;
    height: auto;
    display: block;
  }

  #cs-footer-2440 .cs-bottom {
    /* 48px - 80px */
    margin-top: clamp(3rem, 6vw, 5rem);
    /* 24px - 40px */
    padding-top: clamp(1.5rem, 3vw, 2.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
  }

  #cs-footer-2440 .cs-bottom:before {
    content: '';
    width: 100%;
    max-width: 80rem;
    height: 1px;
    background: #2D2F2E;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #cs-footer-2440 .cs-flex {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0.25rem;
  }

  #cs-footer-2440 .cs-divider {
    width: 1px;
    height: 0.8125rem;
    background-color: var(--bodyTextColorWhite);
    opacity: 0.8;
    display: block;
  }

  #cs-footer-2440 .cs-copyright {
    text-decoration: none;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
    transition: color 0.3s;
  }


  /*-- -------------------------- -->
<---             SBS            -->
<--- -------------------------- -*/
  #sbs-2457 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }

  #sbs-2457 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #sbs-2457 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #sbs-2457 .cs-topper {
    color: var(--lightGrayColor);
    font-size: 1.2rem;
    font-style: normal;
  }

  #sbs-2457 .cs-title {
    /* 25px - 39px */
    font-size: clamp(1.5625rem, 3vw, 2.4375rem);
    max-width: 100%;
    margin: 0;
  }

  #sbs-2457 .cs-image-group {
    /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */
    font-size: min(2vw, 0.5rem);
    /* everything inside this box is in ems so we can scale it all down proportionally with a font size */
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
  }

  #sbs-2457 .cs-picture {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    display: block;
    position: absolute;
  }

  #sbs-2457 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sbs-2457 .cs-picture1 {
    width: 12.3125em;
    height: 16.25em;
    top: 0;
    left: 0;
    transform: rotate(-15deg);
  }

  #sbs-2457 .cs-picture2 {
    width: 12.3125em;
    height: 16.25em;
    right: 0;
    bottom: 50%;
    transform: rotate(15deg);
  }

  #sbs-2457 .cs-picture3 {
    width: 19.0625em;
    height: 10.4375em;
    right: 0;
    bottom: 0;
    transform: rotate(-15deg);
  }

  .about_contect_area {
    padding: 100px 0 200px;
  }


  /*-- -------------------------- -->
<---       Meet The Team        -->
<--- -------------------------- -*/
  #meet-team-977 {
    padding: var(--sectionPadding);
    overflow: hidden;
  }

  #meet-team-977 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }

  #meet-team-977 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    max-width: 40.625rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }

  #meet-team-977 .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--headerColor);
    margin-bottom: 0.25rem;
    display: block;
  }

  #meet-team-977 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 400;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }

  #meet-team-977 .cs-title span {
    font-weight: 900;
  }

  #meet-team-977 .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: var(--bodyTextColor);
  }

  #meet-team-977 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  #meet-team-977 .cs-item {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  #meet-team-977 .cs-item:hover {
    cursor: pointer;
  }

  #meet-team-977 .cs-item:hover .cs-picture:before,
  #meet-team-977 .cs-item:hover .cs-picture:after {
    opacity: 1;
  }

  #meet-team-977 .cs-item:hover .cs-picture img {
    transform: scale(1.1);
  }

  #meet-team-977 .cs-picture {
    width: 100%;
    height: 25rem;
    /* removed at tablet */
    aspect-ratio: 0.82;
    /* clips img tag from overflowing it on hover */
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
  }

  #meet-team-977 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* makes sure the top of the image is at the top of the parent, heads won't get cut off this way */
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.7s;
  }

  #meet-team-977 .cs-info {
    width: 90%;
    max-width: 15rem;
    padding: 1.5rem;
    /* prevents padding from affecting the height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  #meet-team-977 .cs-info:before {
    /* background-color */
    content: "";
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: 0.8;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    transition:
      background-color 0.3s,
      opacity 0.3s;
  }

  #meet-team-977 .cs-name {
    /* 20px - 25px */
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #ffffff;
    display: block;
  }

  #meet-team-977 .cs-job {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: #ffffff;
    display: block;
  }

  #meet-team-977 .cs-item:hover .cs-name {
    color: #000000;
  }

  #meet-team-977 .cs-item:hover .cs-job {
    color: #000000;
  }

  #meet-team-977 .cs-social-group {
    margin: 0.5rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  #meet-team-977 .cs-link {
    width: 2rem;
    height: 2rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #meet-team-977 .cs-link:hover .cs-icon {
    filter: grayscale(0);
    transform: translateY(-0.25rem);
  }

  #meet-team-977 .cs-icon {
    width: 0.75rem;
    height: auto;
    filter: grayscale(1);
    transition:
      filter 0.3s,
      transform 0.3s;
    z-index: 10;
  }


  /*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
  #banner-310 {
    /* 144px - 252px */
    padding-top: clamp(9rem, 25vw, 15.75rem);
    /* 80px - 140px */
    padding-bottom: clamp(5rem, 13vw, 8.75rem);
    position: relative;
    z-index: 1;
  }

  #banner-310 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #banner-310 .cs-int-title {
    /* 39px - 49px */
    font-size: clamp(2.4375rem, 4.5vw, 3.0625rem);
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    max-width: 43.75rem;
    margin: 0 auto 0.75rem;
    color: var(--bodyTextColorWhite);
    position: relative;
  }

  #banner-310 .cs-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #banner-310 .cs-link {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.2em;
    text-decoration: none;
    color: var(--primaryMoreDark);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #banner-310 .cs-link:last-of-type {
    /* remove the chevron on the last list item */
  }

  #banner-310 .cs-link:last-of-type::after {
    display: none;
  }

  #banner-310 .cs-link:after {
    /* chevron - added as pseudo to make adding and removing them easier */
    content: "";
    width: 0.4375rem;
    height: 0.75rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    background: url("https://csimg.nyc3.digitaloceanspaces.com/Banners/chevron-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #banner-310 .cs-link.cs-active {
    color: var(--bodyTextColorWhite);
  }

  #banner-310 .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
  }

  #banner-310 .cs-background:before {
    /* black overlay box */
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0.72;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #banner-310 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }


  /*-- -------------------------- -->
<---      Services page         -->
<--- -------------------------- -*/
  #services-1666 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  #services-1666 .cs-container {
    width: 100%;
    /* changes to 1280px at small desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 40px - 64px */
    gap: clamp(2.5rem, 3.9vw, 4rem);
  }

  #services-1666 .cs-image-group {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
  }

  #services-1666 .cs-picture {
    width: 100%;
    min-height: 20.5rem;
    display: block;
    position: relative;
  }

  #services-1666 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #services-1666 .cs-floater {
    width: clamp(20.125rem, 40vw, 28.1875rem);
    height: clamp(20.1875rem, 40vw, 28.25rem);
    position: absolute;
    bottom: 0rem;
    z-index: 1;
    mix-blend-mode: soft-light;
  }

  #services-1666 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 40.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: none;
  }

  #services-1666 .cs-title {
    /* 16px - 24px */
    margin: 0 0 clamp(1rem, 1.96vw, 1.5rem) 0;
  }

  #services-1666 .cs-text {
    /* 16px - 24px */
    margin: 0 0 clamp(1rem, 1.96vw, 1.5rem) 0;
  }

  #services-1666 .cs-faq-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* 16px - 20px */
    gap: clamp(1rem, 2.4vw, 1.25rem);
  }

  #services-1666 .cs-faq-item {
    list-style: none;
    width: 100%;
    background-color: transparent;
    border: 1px solid #e8e8e8;
    padding: 0;
    box-sizing: border-box;
    transition: border-bottom 0.3s;
  }

  #services-1666 .cs-faq-item.active .cs-indicator:before {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  #services-1666 .cs-faq-item.active .cs-indicator:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  #services-1666 .cs-faq-item.active .cs-item-p {
    height: auto;
    padding-top: 1rem;
    opacity: 1;
    transform: scaleY(1);
  }

  #services-1666 .cs-faq-item:hover {
    cursor: pointer;
  }

  #services-1666 .cs-button {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    width: 100%;
    padding: 1rem 1rem 0 1rem;
    border: none;
    background: transparent;
    color: var(--headerColor);
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* 16px - 24px */
    gap: clamp(1rem, 2.5vw, 1.5rem);
    position: relative;
    transition: background-color 0.3s, color 0.3s;
  }

  #services-1666 .cs-button:hover {
    cursor: pointer;
  }

  #services-1666 .cs-indicator {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    z-index: 1;
  }

  #services-1666 .cs-indicator:before {
    /* left line */
    content: '';
    width: 1rem;
    height: 0.125rem;
    background-color: #767676;
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .5s;
  }

  #services-1666 .cs-indicator:after {
    /* right line */
    content: '';
    width: 1rem;
    height: 0.125rem;
    background-color: #767676;
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .5s;
  }

  #services-1666 .cs-button-text {
    width: 90%;
    padding: 0;
    display: block;
  }

  #services-1666 .cs-item-p {
    font-size: 0.875rem;
    line-height: 1.5em;
    width: 100%;
    max-width: none;
    height: 0;
    margin: 0;
    /* 16px - 24px */
    padding: 0 1rem 1rem 1rem;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    opacity: 0;
    color: var(--bodyTextColor);
    /* clips the text so it doesn't show up */
    overflow: hidden;
    position: relative;
    transition: opacity 0.3s, padding-bottom 0.3s, padding-top 0.3s;
  }

  #services-1666 .cs-icon {
    width: 2rem;
    height: 2rem;
    display: block;
  }

  #services-1666 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    width: clamp(11.625rem, 23vw, 13.625rem);
    /* 28px - 40px */
    margin: clamp(1.75rem, 3.9vw, 2.5rem) 0 0 0;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    color: #fff;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  #services-1666 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    /* add a border radius below this to round corners */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }

  #services-1666 .cs-button-solid:hover:before {
    width: 100%;
  }


  /*-- -------------------------- -->
<---   Why choose us inner      -->
<--- -------------------------- -*/
  #services-1734 {
    padding: var(--sectionPadding);
    background-color: #F7F7F7;
    position: relative;
  }

  #services-1734 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }

  #services-1734 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }

  #services-1734 .cs-title {
    max-width: 12ch;
    color: var(--headerColor);
  }

  #services-1734 .cs-text {
    color: var(--bodyTextColor);
  }

  #services-1734 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    column-gap: clamp(1rem, 2vw, 1.25rem);
    row-gap: 2rem;
  }

  #services-1734 .cs-item {
    list-style: none;
    width: 100%;
    grid-column: span 12;
  }

  #services-1734 .cs-item:hover .cs-picture img {
    opacity: .3;
    transform: scale(1.2);
  }

  #services-1734 .cs-item:hover .cs-h3 {
    color: var(--primaryMoreDark);
  }

  #services-1734 .cs-link {
    text-decoration: none;
    width: 100%;
    height: 100%;
    /* we use flexbox here to grow the link to fit the whole item, making it clickable everywhere, no matter the size */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* 12px - 20px */
    gap: clamp(0.75rem, 1.6vw, 1.25rem);
    position: relative;
    z-index: 1;
  }

  #services-1734 .cs-picture {
    width: 100%;
    /* 300px - 380px */
    height: clamp(12.5rem, 33vw, 26.25rem);
    background-color: #000;
    display: block;
    position: relative;
    z-index: -1;
    overflow: hidden;
  }

  #services-1734 .cs-picture img {
    width: 100%;
    height: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform ease-in-out 0.5s, opacity 0.3s;
  }

  #services-1734 .cs-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  #services-1734 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 1.8vw, 1.5625rem);
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0;
    color: var(--headerColor);
    transition: color 0.3s;
  }

  #services-1734 .cs-arrow {
    width: 1.5rem;
    height: auto;
  }

  /*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/
  #contact-2404 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }

  #contact-2404 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 44rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    column-gap: 1rem;
    /* chnages to 64px at desktop */
    row-gap: 1rem;
    position: relative;
  }

  #contact-2404 .cs-content {
    text-align: left;
    width: 100%;
    display: contents;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
  }

  #contact-2404 .cs-group {
    display: contents;
  }

  #contact-2404 .cs-topper {
    color: var(--headerColor);
  }

  #contact-2404 .cs-title {
    max-width: 12ch;
  }

  #contact-2404 .cs-text {
    margin-bottom: 1rem;
  }

  #contact-2404 .cs-text:last-of-type {
    margin-bottom: 0;
  }

  #contact-2404 .cs-content-group,
  #contact-2404 .cs-card-group,
  #contact-2404 .cs-picture,
  #contact-2404 .cs-form {
    grid-column: span 12;
  }

  #contact-2404 .cs-picture {
    width: 100%;
    height: 100vw;
    /* temporary margin, removing at tablet */
    margin: 2rem 0;
    border-radius: 0;
    /* clips image corners */
    overflow: hidden;
    display: block;
    position: relative;
  }

  #contact-2404 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  #contact-2404 .cs-contact-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0 0 1.5rem;
    color: var(--bodyTextColor);
  }

  #contact-2404 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
  }

  #contact-2404 .cs-item {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    /* 16px - 20px */
    padding: clamp(1rem, 3vw, 1.25rem);
    border-radius: 0;
    gap: 1.5rem;
    background-color: #F4F5EB;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    grid-column: span 12;
    grid-row: span 1;
    display: flex;
    row-gap: 2.875rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
  }

  #contact-2404 .cs-icon {
    /* 48px - 72px */
    height: clamp(3rem, 6vw, 4.5rem);
    width: auto;
    display: block;
  }

  #contact-2404 .cs-flex-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #contact-2404 .cs-header {
    font-weight: bold;
    color: var(--headerColor);
    margin: 0;
  }

  #contact-2404 .cs-link {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    max-width: 28.125rem;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
    text-decoration: none;
  }

  #contact-2404 .cs-form {
    width: 100%;
    /* 24px - 48px top and bottom */
    /* 16px - 32px left and right */
    padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 2rem);
    /* prevents flexbox from affecting height and width */
    box-sizing: border-box;
    background-color: #F4F5EB;
    border-radius: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
  }

  #contact-2404 .cs-label {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    width: 100%;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    grid-column: span 12;
    gap: 0.25rem;
  }

  #contact-2404 .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 0;
    padding-left: 1.5rem;
    color: var(--headerColor);
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
  }

  #contact-2404 .cs-input::placeholder {
    color: #4c4a48;
  }

  #contact-2404 .cs-textarea {
    min-height: 7.5rem;
    padding-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: inherit;
  }

  #contact-2404 .cs-button-wrapper {
    margin: 0;
    grid-column: span 12;
  }

  #contact-2404 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #1a1a1a;
    border: none;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primaryMoreDark);
    border-radius: 0.25rem;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    transition: color 0.3s;
  }

  #contact-2404 .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;
    transition: width 0.3s;
  }

  #contact-2404 .cs-button-solid:hover {
    color: #fff;
  }

  #contact-2404 .cs-button-solid:hover:before {
    width: 100%;
  }

  #contact-2404 .cs-submit {
    width: auto;
    border-radius: 0;
  }

  #contact-2404 .cs-submit:hover {
    cursor: pointer;
  }


}


/* Tablet - 768px */
@media only screen and (min-width: 550px) {}


/* Tablet - 550px */
@media only screen and (min-width: 34.375rem) {

  /*-- -------------------------- -->
<---       Meet The Team        -->
<--- -------------------------- -*/
  #meet-team-977 .cs-card-group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  #meet-team-977 .cs-item {
    width: 50%;
  }

  #meet-team-977 .cs-picture {
    /* remove the aspect ratio so the height can be squished */
    aspect-ratio: initial;
  }

}


/* Tablet - 600px */
@media only screen and (min-width: 600px) {

  /*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
  #hero-2509 {
    min-height: 100dvh;
  }

  #hero-2509 .cs-picture {
    display: block;
  }


}


/* Tablet - 768px */
@media only screen and (min-width: 48rem) {

  /*-- -------------------------- -->
<---        Story section       -->
<--- -------------------------- -*/
  #sbs-2357 .cs-container {
    max-width: 112.5rem;
    flex-direction: row;
    justify-content: space-between;
  }

  #sbs-2357 .cs-flex {
    width: 53%;
    max-width: 28.5625rem;
    flex: none;
    justify-content: flex-start;
    gap: 0;
    order: 2;
  }

  #sbs-2357 .cs-stat {
    margin-top: 2rem;
  }

  #sbs-2357 .cs-picture2 {
    max-height: 100%;
    /* 480px - 660px */
    height: clamp(30rem, 60vw, 42.5rem);
  }

  /*-- -------------------------- -->
<---        Why Choose Us       -->
<--- -------------------------- -*/
  #why-choose-1824 .cs-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  #why-choose-1824 .cs-flex {
    flex-direction: row;
    align-items: stretch;
  }

  #why-choose-1824 .cs-box {
    width: 50%;
    height: 100%;
    display: flex;
    order: 2;
  }

  #why-choose-1824 .cs-box-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #why-choose-1824 .cs-button-group {
    width: 50%;
  }

  /*-- -------------------------- -->
<---     Service section        -->
<--- -------------------------- -*/
  #projects-605 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #projects-605 .cs-flex-group {
    width: 45%;
  }

  #projects-605 .cs-text {
    width: 48vw;
  }

  #projects-605 .cs-card-group {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
  }

  #projects-605 .cs-item {
    width: clamp(48.87%, 46vw, 49.04%);
  }

  #projects-605 .cs-link:hover .cs-number:before,
  #projects-605 .cs-link:focus .cs-number:before {
    width: 31.25rem;
  }

  /*-- -------------------------- -->
<---          Steps             -->
<--- -------------------------- -*/
  #steps-1713 {
    padding: var(--sectionPadding);
  }

  #steps-1713 .cs-container {
    padding: 0;
    flex-direction: row;
    justify-content: flex-end;
  }

  #steps-1713 .cs-title {
    margin: 0;
  }

  #steps-1713 .cs-wrapper {
    width: 65vw;
    max-width: 39.375rem;
    margin: 0;
    padding: 0;
  }

  #steps-1713 .cs-card-group {
    /* 16px - 32px */
    gap: clamp(1rem, 3vw, 2rem);
  }

  #steps-1713 .cs-item {
    flex-direction: row;
  }

  #steps-1713 .cs-picture {
    width: 11.25rem;
    height: 11.25rem;
  }

  #steps-1713 .cs-background {
    width: 30%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  /*-- -------------------------- -->
<---           Gallery          -->
<--- -------------------------- -*/
  #gallery-2243 .cs-gallery {
    /* 320px - 600px */
    height: clamp(20rem, 41vw, 37.5rem);
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }

  #gallery-2243 .cs-gallery .cs-picture {
    grid-column: span 1;
  }

  #gallery-2243 .cs-gallery .cs-picture1 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 3;
  }

  #gallery-2243 .cs-gallery .cs-picture2 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 4;
  }

  #gallery-2243 .cs-gallery .cs-picture3 {
    grid-column: 3 / span 2;
    grid-row: 1 / span 6;
  }

  #gallery-2243 .cs-gallery .cs-picture4 {
    grid-column: 5 / span 1;
    grid-row: 1 / span 4;
  }

  #gallery-2243 .cs-gallery .cs-picture5 {
    grid-column: 6 / span 1;
    grid-row: 2 / span 3;
  }

  /*-- -------------------------- -->
<---        Testimonial         -->
<--- -------------------------- -*/
  #reviews-2528 {
    padding-left: 1rem;
  }

  #reviews-2528 .cs-review-box {
    width: 85%;
  }

  #reviews-2528 .cs-review {
    width: 80%;
  }

  #reviews-2528 .cs-button-group {
    width: 100%;
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #reviews-2528 .cs-slider-group {
    width: 53vw;
    min-height: 16.6875rem;
    height: 20vw;
    margin-top: -10.625rem;
  }


  /*-- -------------------------- -->
<---           Footer           -->
<--- -------------------------- -*/
  #cs-footer-2440 .cs-top {
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  #cs-footer-2440 .cs-logo-group {
    /* 285px - 316px */
    max-width: clamp(17.8125rem, 22vw, 19.75rem);
    margin-right: auto;
  }

  #cs-footer-2440 .cs-ul {
    /* Add padding to offset the .cs-ul from the logo, which sits above the rest of the items */
    padding-top: 5.25rem;
    flex: none;
  }

  #cs-footer-2440 .cs-subscribe-group {
    width: 100%;
  }

  #cs-footer-2440 .cs-bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  /*-- -------------------------- -->
<---             SBS            -->
<--- -------------------------- -*/
  #sbs-2457 .cs-container {
    padding: 0 clamp(7.5rem, 12vw, 11.25rem);
  }

  #sbs-2457 .cs-image-group {
    font-size: min(1vw, 0.6rem);
  }

  #sbs-2457 .cs-picture {
    opacity: 1;
  }

  #sbs-2457 .cs-picture1 {
    top: -5em;
    left: 0;
  }

  #sbs-2457 .cs-picture2 {
    top: -5.9375em;
    right: 0;
  }

  #sbs-2457 .cs-picture3 {
    margin-left: 16rem;
    bottom: -10.5em;
    left: clamp(0rem, 40vw, 21rem);
  }


  /*-- -------------------------- -->
<---      Services page         -->
<--- -------------------------- -*/
  #services-1666 .cs-picture {
    height: 100%;
    min-width: 36.5rem;
    width: 48vw;
    right: 0;
    top: 0;
  }


  /*-- -------------------------- -->
<---   Why choose us inner      -->
<--- -------------------------- -*/
  #services-1734 .cs-container {
    max-width: 80rem;
  }

  #services-1734 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }

  #services-1734 .cs-title {
    margin: 0;
  }

  #services-1734 .cs-text {
    width: 50%;
  }

  #services-1734 .cs-item {
    grid-column: span 3;
  }


  /*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/
  #contact-2404 .cs-content {
    flex-direction: row;
    align-items: stretch;
  }

  #contact-2404 .cs-content-group {
    /* temporary padding bottom for tablet */
    padding-bottom: 4.875rem;
    align-self: flex-start;
    grid-column: span 6;
  }

  #contact-2404 .cs-card-group {
    margin-top: 2rem;
  }

  #contact-2404 .cs-item {
    flex-direction: row;
    grid-column: span 6;
  }

  #contact-2404 .cs-item:last-of-type {
    grid-column: span 12;
  }

  #contact-2404 .cs-label {
    grid-column: span 6;
  }

  #contact-2404 .cs-label:last-of-type {
    grid-column: span 12;
  }

  #contact-2404 .cs-picture {
    max-width: 32.625rem;
    min-height: 16.25rem;
    height: auto;
    max-height: 100%;
    margin: 0;
    flex: none;
    grid-column: 7 / span 6;
    grid-row: 1;
  }



}

/* Mobile - 1023.5px */
@media only screen and (max-width: 1023.5px) {

  /*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/
  #cs-navigation .cs-li {
    text-align: center;
    width: 100%;
    display: block;
  }

  #cs-navigation .cs-dropdown {
    width: 70%;
    max-width: 31.25rem;
    color: var(--bodyTextColorWhite);
    position: relative;
  }

  #cs-navigation .cs-dropdown.cs-active .cs-drop-ul {
    height: auto;
    margin: 0.75rem 0 0 0;
    padding: 0.75rem 0;
    opacity: 1;
    visibility: visible;
  }

  #cs-navigation .cs-dropdown.cs-active .cs-drop-link {
    opacity: 1;
  }

  #cs-navigation .cs-dropdown .cs-li-link {
    position: relative;
    transition: opacity 0.3s;
  }

  #cs-navigation .cs-drop-icon {
    width: 0.9375rem;
    height: auto;
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-50%);
  }

  #cs-navigation .cs-drop-ul {
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    background-color: var(--primary);
    border-radius: 1rem;
    overflow: hidden;
    opacity: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    transition: padding 0.3s, margin 0.3s, height 0.3s, opacity 0.3s, visibility 0.3s;
  }

  #cs-navigation .cs-drop-li {
    list-style: none;
  }

  #cs-navigation .cs-li-link.cs-drop-link {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 2vw, 1.25rem);
    color: #fff;
  }


}


/* Tablet - 650px - 1024px */
@media only screen and (min-width: 40.625rem) and (max-width: 1023.5px) {

  /*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/
  #cs-navigation .cs-button-outline {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    padding: 1rem 1.75rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.875rem;
    display: block;
    z-index: 1;
  }


}


/* Mobile - 1023.5px */
@media only screen and (max-width: 1023.5px) {

  /*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/
  body.cs-open {
    overflow: hidden;
  }

  #cs-navigation {
    width: 91%;
    max-width: 80rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    /* 12px - 24px */
    padding: clamp(0.75rem, 2vw, 1.5rem);
    border-radius: 1rem;
    position: fixed;
    top: 1.25rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%);
    transition: top 0.3s, border-radius 0.3s, width 0.3s, max-width 0.3s;
  }

  #cs-navigation:before {
    /* background color */
    content: "";
    width: 100%;
    height: 100%;
    background: #08101a;
    opacity: 1;
    border-radius: 1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.2s, border-radius 0.3s ease-in-out;
  }

  #cs-navigation:after {
    /* background color */
    content: "";
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: 0;
    border-radius: 1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    transition: transform 0.2s, border-radius 0.3s, opacity 0.3s ease-in-out;
  }

  #cs-navigation.cs-active:before,
  #cs-navigation.cs-active:after {
    transform: translateX(-50%) scale(1.03);
  }

  #cs-navigation.cs-active .cs-toggle {
    transform: rotate(180deg);
  }

  #cs-navigation.cs-active .cs-ul-wrapper {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 0.15s;
  }

  #cs-navigation.cs-active .cs-li {
    opacity: 1;
    transform: translateY(0);
  }

  #cs-navigation .cs-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
  }

  #cs-navigation .cs-logo {
    width: auto;
    max-width: 12.5rem;
    height: 100%;
    margin: 0 auto 0 0;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
  }

  #cs-navigation .cs-logo img {
    width: 100%;
    height: 100%;
    /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
    object-fit: contain;
  }

  #cs-navigation .cs-toggle {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 0 0 auto;
    background-color: var(--primary);
    border: none;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    transition: transform 0.6s;
  }

  #cs-navigation .cs-nav {
    /* sends it to the right in the 3rd position */
    order: 3;
  }

  #cs-navigation .cs-active .cs-line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }

  #cs-navigation .cs-active .cs-line2 {
    top: 50%;
    transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
    transform-origin: center;
  }

  #cs-navigation .cs-active .cs-line3 {
    opacity: 0;
    bottom: 100%;
  }

  #cs-navigation .cs-box {
    /* 24px - 28px */
    width: clamp(1.5rem, 2vw, 1.75rem);
    height: 1rem;
    position: relative;
  }

  #cs-navigation .cs-line {
    width: 100%;
    height: 2px;
    background-color: #000000;
    border-radius: 6.25rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #cs-navigation .cs-line1 {
    top: 0;
    transition: transform 0.5s, top 0.3s, left 0.3s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
    transform-origin: center;
  }

  #cs-navigation .cs-line2 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: top 0.3s, left 0.3s, transform 0.5s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }

  #cs-navigation .cs-line3 {
    width: 66%;
    bottom: 0;
    left: 0;
    transform: none;
    transition: bottom 0.3s, opacity 0.3s;
  }

  #cs-navigation .cs-button-outline {
    display: none;
  }

}


/* Small Desktop - 1024px */
@media only screen and (max-width: 1023.5px) {

  /*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/
  #cs-navigation .cs-ul-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 2.4em;
    background-color: #08101a;
    overflow: hidden;
    border-radius: 0 0 1.5rem 1.5rem;
    position: absolute;
    top: 85%;
    left: 0;
    z-index: -1;
    transform: scaleY(0);
    transition: transform 0.4s;
    transform-origin: top;
  }

  #cs-navigation .cs-ul {
    width: 100%;
    height: auto;
    max-height: 65vh;
    margin: 0;
    padding: 4rem 0 0 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
  }

  #cs-navigation .cs-li {
    text-align: center;
    list-style: none;
    width: 100%;
    margin-right: 0;
    opacity: 0;
    /* transition from these values */
    transform: translateY(-70/16rem);
    transition: transform 0.6s, opacity 0.9s;
  }

  #cs-navigation .cs-li:nth-of-type(1) {
    transition-delay: 0.05s;
  }

  #cs-navigation .cs-li:nth-of-type(2) {
    transition-delay: 0.1s;
  }

  #cs-navigation .cs-li:nth-of-type(3) {
    transition-delay: 0.15s;
  }

  #cs-navigation .cs-li:nth-of-type(4) {
    transition-delay: 0.2s;
  }

  #cs-navigation .cs-li:nth-of-type(5) {
    transition-delay: 0.25s;
  }

  #cs-navigation .cs-li:nth-of-type(6) {
    transition-delay: 0.3s;
  }

  #cs-navigation .cs-li:nth-of-type(7) {
    transition-delay: 0.35s;
  }

  #cs-navigation .cs-li:nth-of-type(8) {
    transition-delay: 0.4s;
  }

  #cs-navigation .cs-li:nth-of-type(9) {
    transition-delay: 0.45s;
  }

  #cs-navigation .cs-li:nth-of-type(10) {
    transition-delay: 0.5s;
  }

  #cs-navigation .cs-li:nth-of-type(11) {
    transition-delay: 0.55s;
  }

  #cs-navigation .cs-li:nth-of-type(12) {
    transition-delay: 0.6s;
  }

  #cs-navigation .cs-li:nth-of-type(13) {
    transition-delay: 0.65s;
  }

  #cs-navigation .cs-li-link {
    /* 16px - 24px */
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    line-height: 1.2em;
    text-decoration: none;
    margin: 0;
    color: var(--bodyTextColorWhite);
    display: inline-block;
    position: relative;
  }

  #cs-navigation .cs-li-link.cs-active {
    color: var(--primary);
  }

  #cs-navigation .cs-li-link:hover {
    color: var(--primary);
  }


}


/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {

  /*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/
  #cs-navigation .cs-dropdown {
    position: relative;
  }

  #cs-navigation .cs-dropdown:hover {
    cursor: pointer;
  }

  #cs-navigation .cs-dropdown:hover .cs-drop-ul {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  #cs-navigation .cs-dropdown:hover .cs-drop-li {
    opacity: 1;
    transform: translateY(0);
  }

  #cs-navigation .cs-drop-icon {
    width: 0.9375rem;
    height: auto;
    display: inline-block;
  }

  #cs-navigation .cs-drop-ul {
    min-width: 12.5rem;
    margin: 0;
    padding: 0;
    background-color: #08101a;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 10px 16px;
    border-bottom: 5px solid var(--primary);
    border-radius: 0 0 1rem 1rem;
    /* if you have 8 or more links in your dropdown nav, uncomment the columns property to make the list into 2 even columns. Change it to 3 or 4 if you need extra columns. Then remove the transition delays on the cs-drop-li so they don't have weird scattered animations */
    position: absolute;
    top: 100%;
    z-index: -100;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
  }

  #cs-navigation .cs-drop-li {
    list-style: none;
    font-size: 1rem;
    text-decoration: none;
    opacity: 0;
    width: 100%;
    height: auto;
    color: var(--bodyTextColor);
    display: block;
    transform: translateY(-10/16rem);
    transition: opacity 0.6s, transform 0.6s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(1) {
    transition-delay: 0.05s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(2) {
    transition-delay: 0.1s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(3) {
    transition-delay: 0.15s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(4) {
    transition-delay: 0.2s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(5) {
    transition-delay: 0.25s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(6) {
    transition-delay: 0.3s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(7) {
    transition-delay: 0.35s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(8) {
    transition-delay: 0.4s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(9) {
    transition-delay: 0.45s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(10) {
    transition-delay: 0.5s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(11) {
    transition-delay: 0.55s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(12) {
    transition-delay: 0.6s;
  }

  #cs-navigation .cs-drop-li:nth-of-type(13) {
    transition-delay: 0.65s;
  }

  #cs-navigation .cs-li-link.cs-drop-link {
    font-size: 1rem;
    white-space: nowrap;
    line-height: 1.5em;
    text-decoration: none;
    width: 100%;
    padding: 0.75rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    color: var(--bodyTextColorWhite);
    display: block;
    transition: color 0.3s, background-color 0.3s;
  }

  #cs-navigation .cs-li-link.cs-drop-link:hover {
    background-color: var(--primary);
    color: #1a1a1a;
  }

  #cs-navigation .cs-li-link.cs-drop-link:before {
    display: none;
  }


  /*-- -------------------------- -->
<---     Desktop Navigation     -->
<--- -------------------------- -*/
  #cs-navigation {
    width: 91%;
    max-width: 90rem;
    height: 5.5rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 1rem 0;
    background-color: #08101a;
    border-radius: 0;
    display: flex;
    align-items: center;
    position: fixed;
    top: 2rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%);
    transition: top 0.3s, border-radius 0.3s, width 0.3s, max-width 0.3s;
  }

  #cs-navigation.scroll {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    top: 0;
  }

  #cs-navigation .cs-container {
    width: 100%;
    max-width: 90rem;
    margin: auto;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
  }

  #cs-navigation .cs-toggle {
    display: none;
  }

  #cs-navigation .cs-logo {
    width: 24.4%;
    max-width: 17.5625rem;
    height: 3.125rem;
    /* margin-right auto pushes everything away from it to the right */
    margin: 0 auto 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 100;
  }

  #cs-navigation .cs-logo img {
    width: 100%;
    height: 100%;
    /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
    object-fit: contain;
  }

  #cs-navigation .cs-ul-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    /* absolutely positioned to be dead center */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #cs-navigation .cs-ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* 20px - 36px */
    gap: clamp(1.25rem, 2.6vw, 2.25rem);
  }

  #cs-navigation .cs-li {
    list-style: none;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    /* prevent flexbox from squishing it */
    flex: none;
  }

  #cs-navigation .cs-li-link {
    font-size: 1rem;
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: #fff;
    display: block;
    position: relative;
    transition: color 0.3s;
  }

  #cs-navigation .cs-li-link:hover {
    color: var(--primaryMoreDark);
  }

  #cs-navigation .cs-li-link.cs-active {
    color: var(--primaryMoreDark);
  }

  #cs-navigation .cs-button-outline {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    padding: 1rem 1.75rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    display: block;
    z-index: 1;
    transition: background-color 0.3s, color 0.3s;
  }

  #cs-navigation .cs-button-outline:hover {
    background-color: #fff;
    color: var(--headerColor);
  }

  /*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
  #hero-2509 .cs-content {
    flex-direction: row;
    gap: 5rem;
  }

  #hero-2509 .cs-right {
    padding-top: 2.5rem;
    justify-content: flex-end;
  }

  /*-- -------------------------- -->
<---        Why Choose Us       -->
<--- -------------------------- -*/
  #why-choose-1824 .cs-content {
    width: 53%;
    padding: 3rem 0 0 0;
    box-sizing: border-box;
  }

  #why-choose-1824 .cs-flex {
    width: 74%;
    max-width: 53rem;
    padding: 0 0 3rem;
    box-sizing: border-box;
  }

  #why-choose-1824 .cs-image-group {
    width: 40vw;
    max-width: 32.625rem;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }


  /*-- -------------------------- -->
<---          Steps             -->
<--- -------------------------- -*/
  #steps-1713 .cs-wrapper {
    width: 50vw;
  }

  #steps-1713 .cs-background {
    width: 50vw;
    right: 50%;
    left: auto;
    margin-right: 8rem;
  }


  /*-- -------------------------- -->
<---        Testimonial         -->
<--- -------------------------- -*/
  #reviews-2528 .cs-slider-group {
    width: 40vw;
  }


  /*-- -------------------------- -->
<---           Footer           -->
<--- -------------------------- -*/
  #cs-footer-2440 .cs-top {
    flex-wrap: nowrap;
  }

  #cs-footer-2440 .cs-ul {
    padding: 0;
  }

  #cs-footer-2440 .cs-subscribe-group {
    width: initial;
    /* 281px - 372px */
    max-width: clamp(17.5625rem, 26vw, 23.25rem);
  }

  /*-- -------------------------- -->
<---             SBS            -->
<--- -------------------------- -*/
  #sbs-2457 .cs-image-group {
    font-size: min(1.1vw, 0.6rem);
  }


  /*-- -------------------------- -->
<---       Meet The Team        -->
<--- -------------------------- -*/
  #meet-team-977 .cs-container {
    max-width: 80rem;
  }

  #meet-team-977 .cs-item {
    width: 25%;
  }

  #meet-team-977 .cs-item:hover .cs-info:before {
    background-color: var(--primary);
    opacity: 1;
  }

  #meet-team-977 .cs-item:hover .cs-social-group {
    height: 2rem;
    margin-top: 0.5rem;
  }

  #meet-team-977 .cs-item:hover .cs-link {
    opacity: 1;
    transform: translateX(0);
  }

  #meet-team-977 .cs-social-group {
    height: 0;
    margin-top: 0;
    transition:
      height 0.3s,
      marign-top 0.3s;
  }

  #meet-team-977 .cs-link {
    opacity: 0;
    transform: translateX(-0.5rem);
    transition:
      opacity 0.6s,
      transform 0.4s;
  }

  #meet-team-977 .cs-link:nth-of-type(2) {
    transition-delay: 0.1s;
  }

  #meet-team-977 .cs-link:nth-of-type(3) {
    transition-delay: 0.2s;
  }

  #meet-team-977 .cs-link:nth-of-type(4) {
    transition-delay: 0.3s;
  }


  /*-- -------------------------- -->
<---      Services page         -->
<--- -------------------------- -*/
  #services-1666 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  #services-1666 .cs-content {
    width: 55%;
  }

  #services-1666 .cs-image-group {
    width: 100%;
    max-width: 33.875rem;
  }

  #services-1666 .cs-picture {
    width: 100%;
    min-width: 100%;
  }

  #services-1666 .cs-floater {
    width: 28.1875rem;
    right: clamp(50%, 18vw, 75%);
    bottom: -6.25rem;
  }

  /*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/
  #contact-2404 .cs-container {
    max-width: 80rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 4rem;
  }

  #contact-2404 .cs-content {
    width: 100%;
    flex-direction: row;
    height: auto;
    display: flex;
    justify-content: space-between;
    /* 40px - 64px */
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  #contact-2404 .cs-content-group {
    width: 100%;
    max-width: 32.625rem;
    padding-bottom: 0;
  }

  #contact-2404 .cs-group {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    /* 40px - 64px */
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  #contact-2404 .cs-card-group {
    width: 49vw;
    max-width: 43.375rem;
    margin: 0;
    flex: none;
  }

  #contact-2404 .cs-form {
    width: 49vw;
    max-width: 43.375rem;
    flex: none;
  }

  #contact-2404 .cs-label {
    grid-column: span 6;
  }

  #contact-2404 .cs-label:last-of-type {
    grid-column: span 12;
  }

  #contact-2404 .cs-submit {
    width: auto;
    grid-column: span 6;
  }

  #contact-2404 .cs-picture {
    width: 100%;
    max-width: 32.625rem;
    height: auto;
    flex: auto;
  }




}


/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {

  /*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
  #hero-2509 .cs-social {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  #hero-2509 .cs-social-li {
    list-style: none;
  }

  #hero-2509 .cs-social-link {
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, border-color 0.3s;
  }

  #hero-2509 .cs-social-link:hover {
    background-color: var(--primary);
    border-color: var(--primary);
  }

  #hero-2509 .cs-social-link:hover .cs-social-icon {
    filter: grayscale(1) brightness(1000%);
  }

  #hero-2509 .cs-social-icon {
    width: 1rem;
    height: auto;
    display: block;
  }

  /*-- -------------------------- -->
<---        Testimonial         -->
<--- -------------------------- -*/
  #reviews-2528 .cs-wrapper {
    max-width: 65.75rem;
    margin-right: auto;
  }

  #reviews-2528 .cs-review-box {
    width: 100%;
  }

  #reviews-2528 .cs-button-group {
    position: relative;
  }

  #reviews-2528 .cs-slider-group {
    width: 43vw;
    min-height: auto;
    height: auto;
    margin: 0;
    margin-left: -11.0625rem;
    position: absolute;
    top: 4.25rem;
    bottom: 0;
    left: 100%;
  }


  /*-- -------------------------- -->
<---             SBS            -->
<--- -------------------------- -*/
  #sbs-2457 .cs-image-group {
    font-size: min(1.1vw, 1rem);
  }

  /*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/
  #contact-2404 .cs-card-group {
    align-self: flex-end;
  }

  #contact-2404 .cs-item {
    grid-column: span 4;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  #contact-2404 .cs-item:last-of-type {
    grid-column: span 4;
  }


  /*  */

  #meet-team-977 .cs-card-group {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }

  /*  */



}



/* Large Desktop - 1600px */
@media only screen and (min-width: 1600px) {}


/* Desktop - 1300px */
@media only screen and (min-width: 75rem) {

  /*-- -------------------------- -->
<---     Service section        -->
<--- -------------------------- -*/
  #projects-605 .cs-item {
    /* we do this so it's stackable. You can add any number of reviews you want and they will stack and center in the middle. We dont use grid because if you have an odd number of cards, they don't stay centered, they align with their grid lines. This way its more FLEX-ible*/
    width: clamp(23.7%, 23vw, 23.81%);
  }

}


/* Desktop - 1600px */
@media only screen and (min-width: 100rem) {

  /*-- -------------------------- -->
<---           Gallery          -->
<--- -------------------------- -*/
  #gallery-2243 .cs-gallery {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  #gallery-2243 .cs-gallery .cs-picture {
    grid-column: span 1;
  }

  #gallery-2243 .cs-gallery .cs-picture1 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 4;
  }

  #gallery-2243 .cs-gallery .cs-picture2 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 5;
  }

  #gallery-2243 .cs-gallery .cs-picture3 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 6;
  }

  #gallery-2243 .cs-gallery .cs-picture4 {
    grid-column: 4 / span 1;
    grid-row: 1 / span 5;
  }

  #gallery-2243 .cs-gallery .cs-picture5 {
    grid-column: 5 / span 1;
    grid-row: 2 / span 4;
  }

}