/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-2325 {
    /* 150px - 300px Top */
    padding: clamp(9rem, 30.95vw, 18.75rem) 1rem 3.75rem;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  #hero-2325 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #hero-2325 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 10;
  }
  #hero-2325 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2em;
    width: 100%;
    max-width: 17ch;
    margin: 0 0 1rem;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #hero-2325 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.5em;
    width: 100%;
    max-width: 43.75rem;
    /* 28px - 40px */
    margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
    color: var(--bodyTextColorWhite);
    opacity: .8;
  }
  #hero-2325 .cs-button-solid-alt {
    /* clips corners of the before element */
    overflow: hidden;
    padding: 0 1.75rem;
    background-color: #232323;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    position: relative;
  }
  #hero-2325 .cs-button-solid-alt:hover {
    background-color: var(--primaryShade);
    color: #fff;
  }
  #hero-2325 .cs-card-group {
    max-width: 80rem;
    padding: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  #hero-2325 .cs-item {
    width: 100%;
    /* 16px - 24px top & Bottom */
    /* 16px - 40px left & right */
    padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 2.5rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
    background-color: #f7f7f7;
  }
  #hero-2325 .cs-item-picture {
    /* 48px - 80px */
    width: clamp(3rem, 6vw, 5rem);
    height: clamp(3rem, 6vw, 5rem);
    border-radius: 50%;
    overflow: hidden;
    display: block;
    flex: none;
    position: relative;
    z-index: 1;
  }
  #hero-2325 .cs-item-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #hero-2325 .cs-h3 {
    font-size: clamp(1rem, 3vw, 1.25rem);
    line-height: 1.2em;
    margin: 0;
    color: black;
  }
  #hero-2325 .cs-picture {
    width: 100%;
    /* 427px - 581px */
    max-width: 26.6875rem;
    height: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 7;
    aspect-ratio: 0.68;
  }
  #hero-2325 .cs-picture img {
    width: 100%;
    height: auto;
  }
  #hero-2325 .cs-image-group {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  #hero-2325 .cs-background {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #hero-2325 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-2325 .cs-background1:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .72;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #hero-2325 .cs-background2 {
    max-height: 30rem;
    flex: none;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-2325 {
    padding-bottom: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5.625rem;
  }
  #hero-2325 .cs-container {
    justify-content: flex-start;
    flex-direction: row;
  }
  #hero-2325 .cs-content {
    text-align: left;
    width: 53%;
    align-items: flex-start;
  }
  #hero-2325 .cs-card-group {
    width: 96%;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #hero-2325 .cs-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #hero-2325 .cs-picture {
    width: 56%;
    position: absolute;
    bottom: -7.5rem;
    right: 6rem;
    aspect-ratio: 0.68;
  }
  #hero-2325 .cs-picture img {
    width: 160%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  #hero-2325 .cs-image-group {
    flex-direction: row;
  }
  #hero-2325 .cs-background2 {
    width: 25vw;
    height: 100%;
    max-height: 100%;
    border-left: 2px solid var(--primaryShade);
    bottom: auto;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-2325 {
    /* 100px - 172px */
    padding-bottom: clamp(15.625rem, 24vw, 27rem);
  }
  #hero-2325 .cs-item {
    flex-direction: row;
    align-items: center;
  }
  #hero-2325 .cs-picture {
    width: 100%;
    /* same value as the padding, but opposite */
    bottom: calc(-20vw);
    /* 32px - 80px */
    right: 5.5rem;
    max-width: 36.3125rem;
    aspect-ratio: 0.66666667;
  }
  #hero-2325 .cs-picture img {
    width: 125%;
    height: auto;
    object-fit: cover;
  }
  #hero-2325 .cs-background2 {
    width: 32.8125vw;
  }
}
