/*-- -------------------------- -->
<---           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;
    gap: 5.5rem;
  }
  #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: 0.8;
  }
  #hero-2325 .cs-button-solid {
    font-size: 1rem;
    text-align: center;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    /* clips corners of the before element */
    overflow: hidden;
    margin: 0;
    color: #fff;
    padding: 0 1.75rem;
    background-color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #hero-2325 .cs-button-solid:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #hero-2325 .cs-button-solid:hover {
    color: #fff;
  }
  #hero-2325 .cs-button-solid:hover:before {
    width: 100%;
  }
  #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;
  }
  #hero-2325 .cs-item:nth-of-type(2) {
    background-color: var(--primary);
  }
  #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: var(--headerColor);
  }
  #hero-2325 .cs-picture {
    width: 100%;
    /* 427px - 581px */
    max-width: clamp(26.6875rem, 50vw, 36.3125rem);
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 7;
  }
  #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-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    z-index: 2;
  }
  #hero-2325 .cs-background2 {
    height: 100vw;
    max-height: 30rem;
    flex: none;
    bottom: 12.5rem;
  }
}
/* 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-content h1 {
    font-size: 2.5em;
  }
  #hero-2325 .cs-content p {
    font-size: 1em;
    max-width: 90%;
  }
  #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;
    right: -0.625rem;
  }
  #hero-2325 .cs-image-group {
    flex-direction: row;
  }
  #hero-2325 .cs-background2 {
    width: 25vw;
    height: 100%;
    max-height: 100%;
    border-left: 2px solid #FFC219;
    bottom: auto;
  }
  #hero-2325 .cs-background::after {
    background: unset;
  }
  #hero-2325 .cs-background1::after {
    background: rgba(0, 0, 0, 0.72);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-2325 {
    /* 100px - 172px */
    padding-bottom: clamp(15.625rem, 24vw, 27rem);
  }
  #hero-2325 .cs-container {
    align-items: center;
  }
  #hero-2325 .cs-item {
    flex-direction: row;
    align-items: center;
  }
  #hero-2325 .cs-picture {
    width: 45%;
    /* same value as the padding, but opposite */
    /* 32px - 80px */
    right: 1rem;
  }
  #hero-2325 .cs-background2 {
    width: 32.8125vw;
  }
}
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  #services-2349 {
    padding: var(--sectionPadding);
  }
  #services-2349 .cs-card-group {
    width: 100%;
    max-width: 112.5rem;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px, changes to 100px at large desktop 1300px */
    column-gap: clamp(1rem, 3vw, 1.25rem);
    row-gap: 2rem;
  }
  #services-2349 .cs-item {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    grid-column: span 12;
  }
  #services-2349 .cs-link {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #services-2349 .cs-icon {
    width: 1.5rem;
    height: auto;
    margin-bottom: 1.5rem;
    display: block;
  }
  #services-2349 .cs-h2 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    text-align: inherit;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    height: 100%;
    color: var(--headerColor);
    border-bottom: 1px solid #e3ddd9;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }
  #services-2349 .cs-item-text {
    font-size: 1rem;
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-2349 .cs-item {
    grid-column: span 6;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-2349 .cs-item {
    grid-column: span 3;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #services-2349 .cs-card-group {
    column-gap: 6.25rem;
  }
}
