/*-- -------------------------- -->
<---            Hero            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-856 {
    padding: clamp(11.25rem, 23.82vw, 18.75rem) 1rem clamp(3.75rem, 7.82vw, 6.25rem);
    background-color: var(--primary);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-856 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(4rem, 10vw, 7rem);
    position: relative;
    z-index: 2;
  }
  #hero-856 .cs-content {
    text-align: center;
    max-width: 39.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10;
  }
  #hero-856 .cs-topper {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    margin-bottom: 0.25rem;
    display: block;
  }
  #hero-856 .cs-title {
    font-size: clamp(2.4375rem, 5vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    max-width: 15ch;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #hero-856 .cs-text {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    max-width: 33.1875rem;
    margin: 0 0 clamp(1.75rem, 3.92vw, 2.5rem) 0;
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
  #hero-856 .button-solid {
    z-index: 1;
    position: relative;
    display: inline-block;
    border-radius: 3.75rem;
    margin: 0;
    background-color: var(--primaryLight);
    min-width: 11.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    padding: 0 3rem;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--headerFont);
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    font-weight: 700;
    color: var(--primary);
    -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s, color 0.3s, background-color 0.3s;
    transition: box-shadow 0.3s, color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    text-align: center;
    white-space: nowrap;
  }
  #hero-856 .button-solid:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 1;
    border-radius: 0.25rem;
    /*background: var(--secondary);*/
    background: #fff;
    height: 100%;
    width: 0%;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  #hero-856 .button-solid:hover {
    background-color: var(--secondary);
    color: var(--primary);
  }
  #hero-856 .button-solid:hover:before {
    width: 100%;
  }
  #hero-856 .button-solid.secondary {
    background-color: var(--secondary);
    color: var(--primary);
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  #hero-856 .button-solid.secondary:hover {
    background-color: #fff;
  }
  #hero-856 .button-solid.secondary:before {
    background-color: #fff;
  }
  #hero-856 .button-solid.white {
    background-color: #fff;
    color: var(--primary);
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  #hero-856 .button-solid.white:hover {
    background-color: #fff;
  }
  #hero-856 .button-solid.white:before {
    background-color: #fff;
  }
  #hero-856 .cs-picture {
    width: 100%;
    max-width: 37.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #hero-856 img {
    width: 100%;
    height: auto;
  }
  #hero-856 .cs-wave {
    /* we're stretching the svg wider than the viewport so it's taller and has more of a presence */
    width: 320%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-856 {
    text-align: left;
    padding-bottom: 17vw;
  }
  #hero-856 .cs-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #hero-856 .cs-content {
    width: 45vw;
    /* prevents flex-box from squishing it */
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #hero-856 .cs-title,
  #hero-856 .cs-text {
    text-align: left;
  }
  #hero-856 .cs-picture {
    width: 55vw;
    max-width: 58.5rem;
    position: absolute;
    top: auto;
    bottom: -3.25rem;
    right: -0.5rem;
  }
  #hero-856 .cs-wave {
    width: 100%;
    left: 0;
    /* flips it horizontally */
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
/* 1334px */
@media only screen and (min-width: 83.375rem) {
  #hero-856 .cs-picture {
    bottom: -8rem;
    right: -1.5rem;
    width: 55vw;
  }
  #hero-856 .cs-picture img {
    max-width: 780px;
  }
}
/*1500px Large Screens*/
@media only screen and (min-width: 1500px) {
  #hero-856 .cs-picture {
    right: -9.375em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-856 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #hero-856 .cs-title,
  body.dark-mode #hero-856 .cs-text,
  body.dark-mode #hero-856 .cs-number,
  body.dark-mode #hero-856 .cs-desc {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-856 .cs-wave path {
    fill: var(--dark);
  }
}
