/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1620 {
    /* 200px - 300px - top leaving extra space for the navigation */
    /* 60px - 100px bottom */
    padding: clamp(12.5rem, 25.95vw, 18.75em) calc(16 / 16 * 1rem) clamp(3.75rem, 7.82vw, 6.25rem);
    position: relative;
    z-index: 1;
    /* prevents the topper line from causing an overflow */
    overflow: hidden;
    background-color: #f7f7f7;
  }
  #hero-1620 .cs-container {
    width: 100%;
    max-width: calc(1280 / 16 * 1rem);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* 60px - 180px */
    gap: clamp(3.75rem, 13vw, 11.25rem);
  }
  #hero-1620 .cs-content {
    --cornerWidth: 8.75rem;
    --cornerHeight: 8.75rem;
    width: 100%;
    max-width: calc(850 / 16 * 1rem);
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    /* 48px - 80px top & bottom */
    /* 16px - 48px left & right */
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 3rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #hero-1620 .cs-content:before {
    /* top left corner */
    content: "";
    width: 35vw;
    max-width: var(--cornerWidth);
    height: 35vw;
    max-height: var(--cornerHeight);
    opacity: 1;
    border: 0px solid #fff;
    border-right: none;
    border-bottom: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1620 .cs-content:after {
    /* top right corner */
    content: "";
    width: 35vw;
    max-width: var(--cornerWidth);
    height: 35vw;
    max-height: var(--cornerHeight);
    opacity: 1;
    border: 0px solid #fff;
    border-bottom: none;
    border-left: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #hero-1620 .cs-corners {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1620 .cs-corners:before {
    /* bottom left corner */
    content: "";
    width: 35vw;
    max-width: var(--cornerWidth);
    height: 35vw;
    max-height: var(--cornerHeight);
    opacity: 1;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1620 .cs-corners:after {
    /* bottom right corner */
    content: "";
    width: 35vw;
    max-width: var(--cornerWidth);
    height: 35vw;
    max-height: var(--cornerHeight);
    opacity: 1;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  #hero-1620 .cs-topper {
    /* 13px - 16px */
    font-size: clamp(0.8125rem, 1.5vw, 1rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: calc(4 / 16 * 1rem);
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(8 / 16 * 1rem);
    position: relative;
  }
  #hero-1620 .cs-chevron {
    --chevronColor: var(--primary);
    width: calc(48 / 16 * 1rem);
    height: auto;
  }
  #hero-1620 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    max-width: calc(829 / 16 * 1rem);
    /* 16px - 24px */
    margin: 0 0 calc(40 / 16 * 1rem) 0;
    color: #fff;
    position: relative;
  }
  #hero-1620 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    /* 464px - 622px */
    max-width: clamp(29rem, 60vw, 38.785rem);
    margin: 0 auto 0;
    margin-bottom: calc(32 / 16 * 1rem);
    color: #fff;
  }
  #hero-1620 .cs-button-solid {
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    min-width: calc(200 / 16 * 1rem);
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 calc(24 / 16 * 1rem);
    color: white;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #hero-1620 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    /*background: white;*/
    color: var(--primary);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #hero-1620 .cs-button-solid:hover:before {
    width: 100%;
  }
  #hero-1620 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #hero-1620 .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    margin: 0;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    /* 24px - 32px */
    padding: clamp(1.5rem, 3vw, 2rem);
    background-color: #fff;
    box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    grid-column: span 12;
    grid-row: span 1;
    position: relative;
    z-index: 1;
  }
  #hero-1620 .cs-icon {
    width: calc(48 / 16 * 1rem);
    height: auto;
    margin: 0 0 calc(24 / 16 * 1rem) 0;
  }
  #hero-1620 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: bold;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0 0 calc(16 / 16 * 1rem) 0;
    color: var(--headerColor);
  }
  #hero-1620 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    max-width: calc(450 / 16 * 1rem);
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #hero-1620 .cs-background {
    width: 100%;
    height: 55.01%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-1620 .cs-background:before {
    /* Overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: #111926;
    opacity: 0.8;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* prevents the cursor from interacting with it */
    pointer-events: none;
  }
  #hero-1620 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-1620 .cs-item {
    grid-column: span 3;
  }
  #hero-1620 .cs-background {
    height: 80%;
  }
}
/* Large Desktop - Parallax Effect - 1600px */
@media only screen and (min-width: 100rem) {
  #hero-1620 .cs-background {
    background: url("/assets/images/tempsdpm/landing.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #hero-1620 .cs-background img {
    display: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-1620 .cs-item {
    background-color: var(--medium);
  }
  body.dark-mode #hero-1620 .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #hero-1620 .cs-h3,
  body.dark-mode #hero-1620 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1620 .cs-item-text {
    opacity: 0.8;
  }
  body.dark-mode #hero-1620 .cs-background:before {
    opacity: 0.9;
  }
}
