/*-- -------------------------- -->
<---          Content           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-1638 {
    padding: var(--sectionPadding);
    background-color: var(--pastelBeige);
    position: relative;
    z-index: 1;
  }

  #content-1638 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 100px */
    gap: clamp(3rem, 9vw, 6.25rem);
  }

  #content-1638 .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;
  }

  #content-1638 .cs-flex {
    max-width: 38rem;
  }

  #content-1638 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }

  #content-1638 .cs-text {
    margin-bottom: 1rem;
  }

  #content-1638 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }

  #content-1638 .cs-topper {
    color: var(--secondary);
  }

  #content-1638 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--secondary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }

  #content-1638 .cs-button-solid:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--primary);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width .3s;
  }

  #content-1638 .cs-button-solid:hover:before {
    width: 100%;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #content-1638:before {
    height: 63%;
  }

  #content-1638 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.5rem;
  }

  #content-1638 .cs-flex {
    width: 50%;
    text-align: left;
    max-width: 38rem;
  }

  #content-1638 .cs-title {
    margin: 0;
  }
}

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

/* Mobile */
@media only screen and (min-width: 0rem) {
  #sbs-2358 {
    padding: var(--sectionPadding);
    background-color: var(--primary);
  }

  #sbs-2358 .cs-container {
    width: 100%;
    /* changes to 1800px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

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

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

  #sbs-2358 .cs-topper {
    margin-bottom: 1.5rem;
    color: var(--tertiary);
  }

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

  #sbs-2358 .cs-text {
    max-width: 59.625rem;
    color: var(--pastelBeige);
  }

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

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

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

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

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

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

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

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

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

  #sbs-2358 .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-2358 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2358 .cs-container {
    max-width: 112.5rem;
    flex-direction: row;
    justify-content: space-between;
  }

  #sbs-2358 .cs-flex {
    width: 53%;
    max-width: 28.5625rem;
    flex: none;
    justify-content: space-between;
    gap: 0;
  }

  #sbs-2358 .cs-stat {
    margin-top: 6.25rem;
  }

  #sbs-2358 .cs-title {
    text-align: right;
  }

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

/*-- -------------------------- -->
<---     Side By SIde Pair      -->
<--- -------------------------- -*/

/* Mobile */
@media only screen and (min-width: 0rem) {
  #sbs-2376 {
    padding: var(--sectionPadding);
    background-color: var(--pastelGold);
    box-sizing: border-box;
  }

  #sbs-2376 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    /* 32px - 100px top & bottom */
    /* 16px - 32px left & right */
    padding: clamp(2rem, 8vw, 6.25rem) clamp(1rem, 3vw, 4rem);
    background-color: var(--ultraLight);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 40px - 48px */
    gap: clamp(2.5rem, 5vw, 3rem);
  }

  #sbs-2376 .cs-wrapper {
    display: flex;
    flex-direction: column;
    /* 16px - 20px */
    gap: clamp(1rem, 2.3vw, 1.25rem);
  }

  #sbs-2376 .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;
  }

  #sbs-2376 .cs-text {
    max-width: 62rem;
  }

  #sbs-2376 .cs-content2 .cs-text {
    margin-bottom: 1rem;
  }

  #sbs-2376 .cs-content2 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }

  #sbs-2376 .cs-flex {
    width: 100%;
    /* 24px - 32px top & bottom */
    /* 16px - 32px left & right */
    padding: clamp(1.5rem, 4vw, 2rem) clamp(1rem, 3vw, 2rem);
    box-sizing: border-box;
    background-color: var(--pastelGold);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 16px - 32px */
    gap: clamp(1rem, 4vw, 2rem);
  }

  #sbs-2376 .cs-h3 {
    font-size: 1.5625rem;
    line-height: 1.2em;
    font-weight: 700;
    /* 16px - 32px */
    margin: 0 0 clamp(1rem, 3vw, 2rem);
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--tertiary);
    color: var(--headerColor);
  }

  #sbs-2376 .cs-ul {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  #sbs-2376 .cs-li {
    font-size: var(--bodyFontSize);
    list-style: none;
    line-height: 1.5em;
    width: 100%;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    /* push icon top the top so if the list item goes to two lines the icon stays at the top */
    align-items: flex-start;
    gap: 0.5rem;
  }

  #sbs-2376 .cs-icon {
    width: 1.1875rem;
    height: auto;
    /* adds extra space between the icon and top of parent so it's more centered */
    margin-top: 3px;
    display: block;
    flex: none;
  }

  #sbs-2376 .cs-link {
    font-size: var(--bodyFontSize);
    text-decoration: none;
    line-height: 1.5em;
    font-weight: 700;
    margin: 0;
    color: var(--secondary);
    position: relative;
    z-index: 1;
  }

  #sbs-2376 .cs-link:before {
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #sbs-2376 .cs-picture {
    width: 100%;
    height: 75vw;
    max-height: 21.875rem;
    border-radius: 1rem;
    /* clips the border radius of the image */
    overflow: hidden;
    display: block;
    order: -1;
    position: relative;
    z-index: 1;
  }

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

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2376 .cs-flex {
    flex-direction: row;
    align-items: stretch;
  }

  #sbs-2376 .cs-flex:nth-child(even) .cs-picture {
    order: -1;
  }

  #sbs-2376 .cs-h3 {
    /* 108px - 142px */
    min-height: clamp(6.75rem, 12vw, 8.875rem);
  }

  #sbs-2376 .cs-picture {
    width: 70vw;
    max-width: 33rem;
    height: auto;
    max-height: 100%;
    order: 2;
  }
}