#cs-navigation {
  background-color: #fff;
}
#cs-navigation.loaded {
  background-color: #fff;
}
#cs-navigation.loaded .cs-logo {
  visibility: visible;
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2171 {
    padding-top: 4rem;
    background-color: #c6e0ff;
    position: relative;
    z-index: 1;
  }
  #sbs-2171 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sbs-2171 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    /* moved section padding to cs-content so the cs-background can be full width */
    padding: var(--sectionPadding);
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    gap: 1rem;
  }
  #sbs-2171 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-2171 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-2171 .topper {
    font-family: "Tenor Sans", "Arial", sans-serif;
    font-size: clamp(0.9125rem, 1.8vw, 1.2rem);
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--five);
    margin-bottom: 0.25rem;
    display: block;
  }
  #sbs-2171 .cs-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5rem;
  }
  #sbs-2171 .cs-flex {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #sbs-2171 .button {
    white-space: nowrap;
    z-index: 1;
    position: relative;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(29, 70, 107, 0.25), inset 0px 4px 4px 0px rgba(255, 255, 255, 0.5);
    padding: 0;
    text-decoration: none;
    font-size: 1rem;
    line-height: 3.125em;
    border-radius: 1.25rem;
    width: 45%;
    color: var(--five);
    transition: color 0.3s;
    transition-delay: 0.1s;
    text-align: center;
    overflow: visible;
    font-family: "Poppins", "Arial", sans-serif;
    border: 4px solid transparent;
    font-weight: 500;
    border-radius: 40px;
    margin-bottom: 1.5rem;
    bottom: 1rem;
  }
  #sbs-2171 .cs-icon {
    width: 1.25rem;
    height: auto;
    display: block;
  }
  #sbs-2171 .cs-picture {
    display: block;
    position: relative;
    width: 100%;
    height: 22.5rem;
    z-index: 1;
  }
  #sbs-2171 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-2171 .cs-floater {
    width: 24%;
    max-width: 18.4375rem;
    height: auto;
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2171 {
    /* 90px - 150px */
    /* returned section padding to the section container, this Stitch has 1.5X padding top and bottom than the normal Stitch */
    padding: 0 1rem;
    margin-top: 5rem;
  }
  #sbs-2171 .cs-container {
    flex-direction: row;
    justify-content: flex-end;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #sbs-2171 .cs-content {
    width: 48%;
    max-width: 35.1875rem;
    /* 32px - 90px */
    padding: clamp(2rem, 5vw, 5.625rem) 0;
    min-height: 35rem;
  }
  #sbs-2171 .cs-picture {
    width: 50vw;
    height: auto;
    margin-right: 2.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
  }
  #sbs-2171 .cs-floater {
    display: block;
  }
}
