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

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #about-hero-3124 {
    padding: var(--sectionPadding);
    background-color: #010104;
    position: relative;
    z-index: 1;
  }
  #about-hero-3124 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #about-hero-3124 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  #about-hero-3124 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  #about-hero-3124 .cs-text { color: var(--bodyTextColorWhite); opacity: .9; }
  #about-hero-3124 .cs-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
  #about-hero-3124 .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    font-weight: 700;
    min-width: auto;
    padding: 0 1.5rem;
    color: #fff;
    background: var(--primary);
    border-radius: 0.25rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color .3s;
  }
  #about-hero-3124 .cs-button-solid:hover { background: var(--primaryLight); }
  #about-hero-3124 .cs-btn-alt { background: #222; }
  #about-hero-3124 .cs-btn-alt:hover { background: #000; }

  #about-hero-3124 .cs-picture {
    width: 100%;
    height: clamp(17.5rem, 58vw, 32rem);
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
  }
  #about-hero-3124 .cs-picture img { width: 100%; height: 100%; object-fit: cover; position: absolute; }

  #about-hero-3124 .cs-card-group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2.4vw, 1.25rem);
    padding: 0;
    margin: 0;
  }
  #about-hero-3124 .cs-item {
    list-style: none;
    grid-column: span 12;
    background: #2c2c2c;
    border: 1px solid #3a3a3a;
    border-radius: .75rem;
    padding: clamp(1rem, 2.6vw, 1.5rem);
    display: flex; flex-direction: column; gap: .5rem; align-items: flex-start;
  }
  #about-hero-3124 .cs-h3 { color: var(--bodyTextColorWhite); margin: 0; font-size: 1.125rem; }
  #about-hero-3124 .cs-item-text { color: var(--bodyTextColorWhite); opacity: .9; margin: 0; }
  #about-hero-3124 .cs-icon { width: 2rem; height: auto; filter: brightness(0) saturate(100%) invert(86%) sepia(6%) saturate(228%) hue-rotate(178deg) brightness(105%) contrast(98%); }
}

/* Tablet - 43.75rem */
@media only screen and (min-width: 43.75rem) {
  #about-hero-3124 .cs-item { grid-column: span 6; }
}

/* Tablet - 48rem */
@media only screen and (min-width: 48rem) {
  #about-hero-3124 .cs-content { text-align: left; align-items: flex-start; }
}

/* Small Desktop - 64rem */
@media only screen and (min-width: 64rem) {
  #about-hero-3124 .cs-item { grid-column: span 3; }
}

/* Large Desktop - 81.25rem */
@media only screen and (min-width: 81.25rem) {
}


/*-- -------------------------- -->
<---      Mission & Values      -->
<--- -------------------------- -*/

/* Mobile */
@media only screen and (min-width: 0rem) {
  #mission-3125 { padding: var(--sectionPadding); background: #fff; }
  #mission-3125 .cs-container { width: 100%; max-width: 80rem; margin: auto; display: flex; flex-direction: column; align-items: center; gap: clamp(2rem, 5vw, 3rem); }
  #mission-3125 .cs-content { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; max-width: 44rem; }
  #mission-3125 .cs-card-group { width: 100%; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2.4vw, 1.25rem); padding: 0; margin: 0; }
  #mission-3125 .cs-card { list-style: none; grid-column: span 12; border: 1px solid #ececec; border-radius: .75rem; padding: clamp(1rem, 2.4vw, 1.5rem); display: grid; grid-template-columns: auto 1fr; gap: .75rem 1rem; align-items: center; }
  #mission-3125 .cs-card-icon { width: 2rem; height: auto; filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(2594%) hue-rotate(195deg) brightness(99%) contrast(101%); align-self: center; }
  #mission-3125 .cs-card-title { margin: 0; font-size: clamp(1rem, 2.6vw, 1.25rem); color: var(--headerColor); justify-self: start; }
  #mission-3125 .cs-card-text { margin: 0; color: var(--bodyTextColor); grid-column: 1 / -1; }
}
@media only screen and (min-width: 48rem) {
  #mission-3125 .cs-card { grid-column: span 6; }
}
@media only screen and (min-width: 64rem) {
  #mission-3125 .cs-card { grid-column: span 4; }
}


/*-- -------------------------- -->
<---          Timeline          -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #timeline-3126 { padding: var(--sectionPadding); background: #f7f9fc; }
  #timeline-3126 .cs-container { width: 100%; max-width: 80rem; margin: auto; display: flex; flex-direction: column; gap: clamp(2rem, 5vw, 3rem); }
  #timeline-3126 .cs-content { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
  #timeline-3126 .cs-timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2.4vw, 1.25rem); }
  #timeline-3126 .cs-tl-item { grid-column: span 12; background: #fff; border: 1px solid #eaeaea; border-radius: .75rem; padding: clamp(1rem, 2.4vw, 1.5rem); }
  #timeline-3126 .cs-tl-year { display: inline-block; font-weight: 700; color: var(--primary); margin-bottom: .25rem; }
  #timeline-3126 .cs-tl-title { margin: 0 0 .25rem 0; color: var(--headerColor); font-size: clamp(1rem, 2.6vw, 1.25rem); }
  #timeline-3126 .cs-tl-text { margin: 0; color: var(--bodyTextColor); }
}
@media only screen and (min-width: 48rem) {
  #timeline-3126 .cs-tl-item { grid-column: span 6; }
}
@media only screen and (min-width: 64rem) {
  #timeline-3126 .cs-tl-item { grid-column: span 3; }
}


/*-- -------------------------- -->
<---            Team            -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #team-3127 { padding: var(--sectionPadding); }
  #team-3127 .cs-container { width: 100%; max-width: 80rem; margin: auto; display: flex; flex-direction: column; gap: clamp(2rem, 5vw, 3rem); align-items: center; }
  #team-3127 .cs-content { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
  #team-3127 .cs-team { list-style: none; margin: 0; padding: 0; width: 100%; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2.4vw, 1.25rem); }
  #team-3127 .cs-member { grid-column: span 12; background: #fff; border: 1px solid #ececec; border-radius: .75rem; padding: clamp(1rem, 2.4vw, 1.25rem); display: flex; flex-direction: column; gap: .5rem; }
  #team-3127 .cs-member-picture { width: 100%; height: 14rem; border-radius: .5rem; overflow: hidden; position: relative; }
  #team-3127 .cs-member-picture img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
  #team-3127 .cs-member-name { margin: .5rem 0 0 0; color: var(--headerColor); font-size: clamp(1rem, 2.6vw, 1.25rem); }
  #team-3127 .cs-member-role { margin: 0; color: var(--primary); font-weight: 700; }
  #team-3127 .cs-member-bio { margin: 0; color: var(--bodyTextColor); }
}
@media only screen and (min-width: 48rem) {
  #team-3127 .cs-member { grid-column: span 6; }
}
@media only screen and (min-width: 64rem) {
  #team-3127 .cs-member { grid-column: span 3; }
}


/*-- -------------------------- -->
<---         Credentials         -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #credentials-3128 { padding: var(--sectionPadding); background: #fff; }
  #credentials-3128 .cs-container { width: 100%; max-width: 80rem; margin: auto; display: flex; flex-direction: column; gap: clamp(2rem, 5vw, 3rem); align-items: center; }
  #credentials-3128 .cs-content { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
  #credentials-3128 .cs-badges { list-style: none; margin: 0; padding: 0; width: 100%; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2.4vw, 1.25rem); }
  #credentials-3128 .cs-badge { grid-column: span 6; border: 1px solid #eaeaea; border-radius: .75rem; padding: clamp(1rem, 2.4vw, 1.25rem); text-align: center; }
  #credentials-3128 .cs-badge-num { display: block; font-weight: 900; color: var(--primary); font-size: clamp(1.25rem, 4vw, 1.75rem); }
  #credentials-3128 .cs-badge-label { color: var(--headerColor); }
  #credentials-3128 .cs-cta { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: center; width: 100%; align-self: center; }
  #credentials-3128 .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    font-weight: 700;
    padding: 0 1.5rem;
    color: #fff;
    background: var(--primary);
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #credentials-3128 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #credentials-3128 .cs-button-solid:hover:before { width: 100%; }
  #credentials-3128 .cs-cta .cs-button-solid { display: block; width: fit-content; margin: 0 auto; }
  #credentials-3128 .cs-btn-alt { background: #222; }
  #credentials-3128 .cs-btn-alt:hover { background: #000; }
}
@media only screen and (min-width: 48rem) { #credentials-3128 .cs-badge { grid-column: span 3; } }

/* Section Divider */
@media only screen and (min-width: 0rem) {
  .cs-section-divider {
    width: 100%;
    max-width: 80rem;
    margin: clamp(2rem, 4vw, 3rem) auto;
    border-top: 1px solid #eaeaea;
    padding: 0 1rem;
  }
}

/*-- -------------------------- -->
<---             FAQ            -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #faq-3129 { padding: var(--sectionPadding); background: #f7f9fc; }
  #faq-3129 .cs-container { width: 100%; max-width: 64rem; margin: auto; display: flex; flex-direction: column; gap: clamp(2rem, 5vw, 3rem); }
  #faq-3129 .cs-content { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
  #faq-3129 .cs-faq { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2.4vw, 1.25rem); }
  #faq-3129 .cs-faq-item { grid-column: span 12; background: #fff; border: 1px solid #eaeaea; border-radius: .75rem; padding: clamp(0.75rem, 2vw, 1rem); }
  #faq-3129 .cs-faq-q { margin: 0; }
  #faq-3129 .cs-faq-button {
    width: 100%; text-align: left; background: transparent; color: var(--headerColor);
    border: none; padding: .75rem 2.75rem .75rem 1rem; border-radius: .5rem; font-weight: 700; font-size: 1rem; position: relative;
  }
  #faq-3129 .cs-faq-button:after {
    content: ""; width: 1.25rem; height: 1.25rem; position: absolute; right: .75rem; top: 50%; transform: translateY(-50%);
    background: var(--primary);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M12 16l-6-6h12z"/></svg>') no-repeat center / contain;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M12 16l-6-6h12z"/></svg>') no-repeat center / contain;
    transition: transform .3s;
  }
  #faq-3129 .cs-faq-button[aria-expanded="true"]:after { transform: translateY(-50%) rotate(180deg); }
  #faq-3129 .cs-faq-a { 
    padding: 0 1rem 0 1rem; 
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out;
  }
  #faq-3129 .cs-faq-a.cs-active {
    max-height: 1500px;
    opacity: 1;
    padding: 0.75rem 1rem 1rem 1rem;
  }
  #faq-3129 .cs-faq-a p { margin: 0; color: var(--bodyTextColor); line-height: 1.6; }
  #faq-3129 .cs-faq-item.cs-faq-hidden {
    display: none;
  }
  #faq-3129 .cs-faq-item.cs-faq-hidden.cs-show {
    display: block;
    animation: fadeInUp 0.4s ease-out;
  }
  #faq-3129 .cs-faq-item.cs-faq-hidden.cs-hiding {
    animation: fadeOutDown 0.4s ease-in;
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(1rem);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeOutDown {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(1rem);
    }
  }
  #faq-3129 .cs-faq-more {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  #faq-3129 .cs-faq-show-more,
  #faq-3129 .cs-faq-show-less {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    font-weight: 700;
    padding: 0 1.5rem;
    color: #fff;
    background: var(--primary);
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
  }
  #faq-3129 .cs-faq-show-more:hover,
  #faq-3129 .cs-faq-show-less:hover {
    background: var(--primaryLight);
    transform: translateY(-2px);
  }
  #faq-3129 .cs-faq-show-more:active,
  #faq-3129 .cs-faq-show-less:active {
    transform: translateY(0);
  }
  #faq-3129 .cs-faq-show-more.hidden,
  #faq-3129 .cs-faq-show-less.hidden {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  #faq-3129 .cs-faq-item { grid-column: span 12; }
}






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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-2201 {
      padding: var(--sectionPadding);
      padding-top: clamp(15rem, 20vw, 12.5rem);
      background-color: #1a1a1a;
      overflow: hidden;
      position: relative;
      z-index: 1;
    }
    /* Give a little space for the decorative truck anchored at the bottom */
    #sbs-2201 { padding-bottom: clamp(10.5rem, 6vw, 8rem); }
    #sbs-2201 .cs-container {
      width: 100%;
      /* changes to 1280px at tablet */
      max-width: 44rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-2201 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      max-width: 36.625rem;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
    }
    #sbs-2201 .cs-title {
      max-width: 30ch;
      color: white;
    }
    #sbs-2201 .cs-text {
      margin-bottom: 1.5rem;
      color: white;
    }
    #sbs-2201 .cs-weekdays,
    #sbs-2201 .cs-weekends {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.2em;
      text-transform: uppercase;
      letter-spacing: 1.6px;
      color: white;
    }
    #sbs-2201 .cs-weekdays {
      margin-bottom: 0.5rem;
    }
    #sbs-2201 .cs-button-solid {
      font-size: 1rem;
      font-weight: 700;
      /* 46px - 56px */
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-align: center;
      text-decoration: none;
      min-width: 9.375rem;
      margin: 2rem 0 0 0;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
      padding: 0 1.5rem;
      background-color: var(--primary);
      color: #fff;
      display: inline-block;
      position: relative;
      z-index: 1;
    }
    #sbs-2201 .cs-button-solid:before {
      content: "";
      width: 0%;
      height: 100%;
      background: #000;
      opacity: 1;
      border-radius: 0.25rem;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width 0.3s;
    }
    #sbs-2201 .cs-button-solid:hover:before {
      width: 100%;
    }
    #sbs-2201 .cs-image-group {
      /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */
      font-size: min(2.3vw, .75rem);
      /* everything inside this box is in ems so we can scale it all down proportionally with a font size */
      width: 39.375em;
      height: 39.1875em;
      order: -1;
      position: relative;
      /* prevents flexbox from squishing it */
      flex: none;
    }
    #sbs-2201 .cs-picture {
      overflow: hidden;
      border: 8px solid #fff;
      display: block;
      position: absolute;
    }
    #sbs-2201 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }
    #sbs-2201 .cs-picture1 {
      width: 24em;
      height: 29.375em;
      top: 0;
      left: 0;
    }
    #sbs-2201 .cs-picture2 {
      width: 21.5625em;
      height: 31.875em;
      right: 0;
      bottom: 0;
    }
    #sbs-2201 .cs-flower {
      /* Full-width decorative graphic, anchored bottom center */
      width: 100%;
      height: auto;
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 1rem;
      margin: 0;
    }
  }
/* Mobile - 480px */
  @media only screen and (min-width: 34rem) {
    #sbs-2201 .cs-flower { bottom: 0; }
    #sbs-2201 { padding-bottom: clamp(13.5rem, 6vw, 8rem); }
  }

  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #sbs-2201 .cs-container {
      max-width: 80rem;
    }
    #sbs-2201 { padding-bottom: clamp(20.5rem, 6vw, 8rem); }
  }
  /* Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #sbs-2201 .cs-container {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
    }
    #sbs-2201 .cs-content {
      text-align: left;
      padding: 3rem 0;
      align-self: center;
      align-items: flex-start;
    }
    #sbs-2201 .cs-image-group {
      font-size: min(1.3vw, 1rem);
      height: auto;
      min-height: 39.1875em;
    }
    #sbs-2201 .cs-picture1 {
      height: 74.960128%;
    }
    #sbs-2201 .cs-picture2 {
      height: 81.339719%;
    }
    #sbs-2201 { padding-bottom: clamp(25.5rem, 6vw, 8rem); }
  }


    /* 4k - 3840px */
    @media only screen and (min-width: 1500px) {
        #sbs-2201 .cs-flower {
            width: 70%;
        }
      }

  /* 4k - 3840px */
  @media only screen and (min-width: 2160px) {
    #sbs-2201 .cs-flower {
        width: 50%;
    }
  }
