/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-843 {
    /* 175px - 260px top */
    padding: clamp(10.9375rem, 20vw, 16.25rem) 1.2rem clamp(6.25rem, 12vw, 12vw);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #banner-843 .cs-container {
    text-align: center;
    max-width: 80rem;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
  }
  #banner-843 .cs-int-title {
    font: 700 clamp(2.4375rem, 6.4vw, 3.8125rem)/1.2em var(--font-rem);
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #banner-843 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner-843 .cs-background:before {
    /* background color overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: var(--secondary-light);
    opacity: 0.8;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner-843 .cs-background img {
    width: 100%;
    height: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #banner-843 .cs-wave {
    /* we're stretching the svg wider than the viewport so it's taller and has more of a presence */
    width: 48rem;
    height: auto;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #banner-843 .cs-wave {
    width: 100%;
    left: 0;
    transform: none;
  }
}
/*-- -------------------------- -->
<---          Pricing           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #pricing-2183 {
    padding: var(--sectionPadding);
    background-color: #EDEAE4;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #pricing-2183 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #pricing-2183 .cs-content {
    /* set text align to center if content needs to be centered */
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    /* left aligns content, set to center to align content horizontally */
    align-items: center;
  }
  #pricing-2183 .cs-content.lower .cs-text {
    margin-bottom: 12px;
    font-size: 0.9rem;
    text-wrap: balance;
    max-width: 100%;
  }
  #pricing-2183 .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  #pricing-2183 .cs-item {
    list-style: none;
    align-items: center;
    /* 32px - 48px top & Bottom */
    padding: clamp(2rem, 6vw, 3rem) 0;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    /* 24px - 48px */
    gap: clamp(1.5rem, 5vw, 3rem);
  }
  #pricing-2183 .cs-h3 {
    /* 31px - 39px */
    font-family: var(--font-rem);
    font-size: clamp(1.9375rem, 5vw, 2.4375rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--primary);
    text-align: left;
  }
  #pricing-2183 .cs-title {
    color: var(--black);
    max-width: 100%;
  }
  #pricing-2183 .cs-text {
    max-width: 42rem;
  }
  #pricing-2183 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    line-height: 1.5em;
    width: 100%;
    max-width: 37.875rem;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #pricing-2183 .cs-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #pricing-2183 .cs-price {
    /* 39px - 49px */
    font-size: clamp(2.4375rem, 2vw, 2.8rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--secondary-light);
  }
  #pricing-2183 .cs-price .sub-text {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.4em;
    font-weight: 500;
    color: var(--bodyTextColor);
  }
  #pricing-2183 .cs-link {
    margin-top: 8px;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
  }
  #pricing-2183 .cs-icon {
    width: 1.25rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #pricing-2183 .cs-floater {
    width: clamp(6.25rem, 20vw, 32rem);
    height: auto;
    display: block;
    position: absolute;
    opacity: 0.4;
    top: 0.625rem;
    left: -10px;
    z-index: -1;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #pricing-2183 .cs-container {
    max-width: 80rem;
  }
  #pricing-2183 .cs-item {
    /* 24px - 40px */
    padding-left: clamp(1.5rem, 3vw, 2.5rem);
    padding-right: clamp(1.5rem, 3vw, 2.5rem);
    flex-direction: row;
    position: relative;
    z-index: 1;
  }
  #pricing-2183 .cs-item:nth-of-type(2):before, #pricing-2183 .cs-item:nth-of-type(4):before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #pricing-2183 .cs-h3 {
    width: 30%;
    max-width: 20.3125rem;
    flex: none;
    text-align: center;
  }
  #pricing-2183 .cs-link:hover .cs-icon {
    transform: translateX(0.5rem);
  }
}

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