/*-- -------------------------- -->
<---            Hero            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1969 {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
  }

  #hero-1969 .cs-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  #hero-1969 .cs-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 4vw;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    align-items: center;
  }
  #hero-1969 .cs-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.3) 100%
    );
    z-index: -1;
    pointer-events: none;
  }

  #hero-1969 .cs-picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  #hero-1969 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #hero-1969 .cs-content {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 2rem;
    max-width: 28rem;
  }

  #hero-1969 .cs-title {
    line-height: 1.1;
    margin: 0;
    color: #f7f7f7;
    font-size: clamp(2.438rem, 4.876vw, 3.9rem);
    margin-top: 4rem;
  }
  #hero-1969 .cs-text {
    color: #f7f7f7;
    margin-top: 1rem;
  }
  #hero-1969 .cs-form-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 23.375rem;
  }

  #hero-1969 .cs-form {
    width: 100%;
    padding: 0.75rem;
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  #hero-1969 .cs-label {
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  #hero-1969 .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    box-sizing: border-box;
    padding: 0 1rem;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
  }
  #hero-1969 .cs-textarea {
    min-height: 7.5rem;
    padding-top: 1rem;
    resize: vertical;
  }

  #hero-1969 .cs-button-solid {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 3.5rem;
    font-family: "Work Sans", sans-serif;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-top: 0.5rem;
    border: none;
    background-color: var(--primary);
    color: #000;
    border-radius: 1rem;
    cursor: pointer;
    transition:
      background-color 0.3s,
      color 0.3s;
  }

  #hero-1969 .cs-button-solid:hover {
    background-color: #000;
    color: #fff;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-1969 .cs-wrapper {
    padding: 5rem 1.75rem;
    align-items: center;
  }
  #hero-1969 .cs-form-wrapper {
    max-width: 23.375rem;
    margin-top: 5rem;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 64rem) {
  #hero-1969 .cs-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 6rem 3rem;
  }
  #hero-1969 .cs-wrapper::before {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.65) 30%,
      rgba(0, 0, 0, 0.4) 55%,
      rgba(0, 0, 0, 0.1) 85%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  #hero-1969 .cs-content {
    max-width: 62rem;
    margin-bottom: 0;
    width: 68%;
  }
  #hero-1969 .cs-title {
    margin-top: 0;
  }
  #hero-1969 .cs-text {
    width: 60%;
    margin-top: 1rem;
  }
  #hero-1969 .cs-form-wrapper {
    max-width: 22rem;
    align-self: center;
    margin-top: 0;
  }
}

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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbs-2278,
  #RPsbsr-2278,
  #RPsbs2-2278 {
    background-color: #f7f7f7;
    padding: var(--sectionPadding);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px, changed clamp at Desktop */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #RPsbs-2278 .cs-header,
  #RPsbsr-2278 .cs-header,
  #RPsbs2-2278 .cs-header {
    width: 100%;
    /* changes to 1280px at Desktop */
    max-width: 43.75rem;
    margin: auto;
  }
  #RPsbs-2278 .cs-topper,
  #RPsbs2-2278 .cs-topper {
    margin-bottom: 1rem;
    color: #f19d00;
  }
  #RPsbs-2278 .cs-container,
  #RPsbsr-2278 .cs-container,
  #RPsbs2-2278 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 43.75rem;
    margin: auto;
    padding: var(--sectionPadding);
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px, changed clamp at tablet */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #RPsbs-2278 .cs-container:before,
  #RPsbsr-2278 .cs-container:before,
  #RPsbs2-2278 .cs-container:before {
    /* green background */
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #RPsbs-2278 .cs-content,
  #RPsbsr-2278 .cs-content,
  #RPsbs2-2278 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 42.875rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #RPsbs-2278 .cs-title,
  #RPsbsr-2278 .cs-title,
  #RPsbs2-2278 .cs-title {
    margin: 0;
    max-width: 24ch;
  }
  #RPsbs-2278 .cs-h3,
  #RPsbsr-2278 .cs-h3,
  #RPsbs2-2278 .cs-h3 {
    /* 25px - 39px */
    font-size: clamp(1.5625rem, 4vw, 2.4375rem);
    line-height: 1.2em;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #RPsbs-2278 .cs-text,
  #RPsbsr-2278 .cs-text,
  #RPsbs2-2278 .cs-text {
    margin-bottom: 1rem;
    /* uncomment this style if you remove the list for consistent styling*/
  }
  #RPsbs-2278 .cs-heading,
  #RPsbsr-2278 .cs-heading,
  #RPsbs2-2278 .cs-heading {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #RPsbs-2278 .cs-ul,
  #RPsbsr-2278 .cs-ul,
  #RPsbs2-2278 .cs-ul {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #RPsbs-2278 .cs-li,
  #RPsbsr-2278 .cs-li,
  #RPsbs2-2278 .cs-li {
    list-style: none;
    font-size: 1rem;
    line-height: 1.5em;
    /* color: var(--bodyTextColor); */
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
  }
  #RPsbs-2278 .cs-li:before,
  #RPsbsr-2278 .cs-li:before,
  #RPsbs2-2278 .cs-li:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.4375rem;
    background: var(--secondary);
    opacity: 1;
    display: block;
    flex: none;
    transform: rotate(45deg);
  }
  #RPsbs-2278 .cs-number,
  #RPsbsr-2278 .cs-number,
  #RPsbs2-2278 .cs-number {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    font-weight: 700;
    /* 24px - 28px */
    width: clamp(1.5rem, 2.9vw, 1.75rem);
    height: clamp(1.5rem, 2.9vw, 1.75rem);
    margin-right: 0.75rem;
    border-radius: 50%;
    background: var(--headerColor);
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    /* we set this element to align to the top of the li, so if there's 
              multiple lines it will stay at the top instead of the center of the text */
    align-self: flex-start;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #RPsbs-2278 .cs-button-solid,
  #RPsbsr-2278 .cs-button-solid,
  #RPsbs2-2278 .cs-button-solid {
    font-size: 1rem;
    letter-spacing: 0.05em;

    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    margin: 0;
    /* color: var(--bodyTextColorWhite); */
    color: #000;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    transition: color 0.3s;
  }
  #RPsbs-2278 .cs-button-solid:before,
  #RPsbsr-2278 .cs-button-solid:before,
  #RPsbs2-2278 .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;
  }
  #RPsbs-2278 .cs-button-solid:hover,
  #RPsbsr-2278 .cs-button-solid:hover,
  #RPsbs2-2278 .cs-button-solid:hover {
    color: #fff;
  }
  #RPsbs-2278 .cs-button-solid:hover:before,
  #RPsbsr-2278 .cs-button-solid:hover:before,
  #RPsbs2-2278 .cs-button-solid:hover:before {
    width: 100%;
  }
  #RPsbs-2278 .cs-picture,
  #RPsbsr-2278 .cs-picture,
  #RPsbs2-2278 .cs-picture {
    width: 100%;
    height: 91.14vw;
    max-height: 22.5rem;
    margin: 0;
    position: relative;
    display: block;
  }
  #RPsbs-2278 .cs-picture img,
  #RPsbsr-2278 .cs-picture img,
  #RPsbs2-2278 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Desktop - 768px */
@media only screen and (min-width: 64rem) {
  #RPsbs-2278 .cs-header,
  #RPsbsr-2278 .cs-header,
  #RPsbs2-2278 .cs-header {
    max-width: 80rem;
  }
  #RPsbs-2278 .cs-container,
  #RPsbsr-2278 .cs-container,
  #RPsbs2-2278 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #RPsbs-2278 .cs-container:before,
  #RPsbsr-2278 .cs-container:before,
  #RPsbs2-2278 .cs-container:before {
    /* 110px - 335px */
    margin-left: calc(clamp(110px, 14vw, 335px) * -1);
    left: 50%;
    transform: none;
  }
  #RPsbs-2278 .cs-picture,
  #RPsbsr-2278 .cs-picture,
  #RPsbs2-2278 .cs-picture {
    max-width: 32.625rem;
    height: auto;
    max-height: 100%;
  }
}

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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbsr-2278 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* Desktop - 768px */
@media only screen and (min-width: 64em) {
  #RPsbsr-2278 {
    padding-top: 0;
  }
  #RPsbsr-2278 .cs-container {
    justify-content: flex-end;
  }
  #RPsbsr-2278 .cs-container:before {
    margin-left: 0;
    /* 110px - 335px */
    margin-right: calc(clamp(110px, 14vw, 335px) * -1);
    right: 50%;
    left: auto;
    transform: none;
  }
  #RPsbsr-2278 .cs-picture {
    /* sends it to the right in the 2nd position */
    order: 2;
  }
}

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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #quote-1307 {
    position: relative;
    z-index: 1;
  }
  #quote-1307 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    box-sizing: border-box;
    padding: var(--sectionPadding);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #quote-1307 .cs-content {
    width: 100%;
    max-width: 53.125rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    /* set text align to left if content needs to be left aligned */
    text-align: center;
  }
  #quote-1307 .cs-quote {
    /* 31px - 49px */
    font-size: clamp(1.9375rem, 5.1vw, 3.0625rem);
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    color: #fff;
    text-align: inherit;
  }
  #quote-1307 .cs-name {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 3.25vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0.5rem;
    color: var(--primary);
    display: block;
    text-align: inherit;
  }
  #quote-1307 .cs-job {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: #f7f7f7;
    text-align: inherit;
  }
  #quote-1307 .cs-background {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* darkened overlay */
  }
  #quote-1307 .cs-background::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  #quote-1307 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.24;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 64rem) {
  #quote-1307 .cs-container {
    align-items: flex-start;
  }

  #quote-1307 .cs-content {
    align-items: flex-start;
    text-align: left;
  }
}
