/*-- -------------------------- -->
<---            Hero            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-288 {
    /* centers button */
    text-align: center;
    /* 116px - 164px top */
    /* 60px - 100px  bottom */
    padding: clamp(7.25rem, 16.82vw, 10.25rem) 1rem clamp(3.75rem, 7.82vw, 6.25rem);
    position: relative;
    padding-top: 4em;
  }
  mark {
    display: inline-block;
    line-height: 0em;
    padding-bottom: 0.5em;
    background-color: var(--primary);
  }
  #hero-288 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #hero-288 .cs-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #hero-288 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 5vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    max-width: 43.75rem;
    margin: 0 auto 1rem;
    color: var(--headerColor);
    position: relative;
  }
  #hero-288 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    max-width: 33.1875rem;
    margin: 0 auto;
    /* 28px - 40px */
    margin-bottom: clamp(1.75rem, 3.92vw, 2.5rem);
    color: var(--bodyTextColor);
  }
  #hero-288 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: auto;
    color: white;
    min-width: 13rem;
    max-width: 13rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    background-color: var(--secondary);
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    transition: color 0.3s;
  }
  #hero-288 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--primary);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
    transition: width 0.3s;
  }
  #hero-288 .cs-button-solid:hover {
    color: #fff;
  }
  #hero-288 .cs-button-solid:hover:before {
    width: 100%;
  }
  #hero-288 .cs-stats-group {
    max-width: 32.625rem;
    margin: 0;
    /* 40px - 98px */
    margin-top: clamp(2.5rem, calc(7.3vw), 6.125rem);
    /* 40px - 48px */
    margin-bottom: clamp(2.5rem, 10vw, 3rem);
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* 20px - 40px */
    column-gap: clamp(1.25rem, 5.9vw, 2.5rem);
  }
  #hero-288 .cs-item {
    list-style: none;
    width: auto;
  }
  #hero-288 .cs-number {
    /* 25px - 49px */
    font-size: clamp(1.5625rem, 3.8vw, 3.0625rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
    display: block;
  }
  #hero-288 .cs-desc {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 2.1vw, 1rem);
    line-height: 1.5em;
    color: #767676;
  }
  #hero-288 .cs-picture {
    width: 100%;
    max-width: 36.5625rem;
    /* 380px - 453px */
    height: clamp(23.75rem, 59vw, 28.3215rem);
    border-radius: 1rem;
    /* clips the img tag corners */
    overflow: hidden;
    display: block;
    position: relative;
  }
  #hero-288 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes image act as a background image */
    object-fit: contain;
  }
  #hero-288 .cs-waves {
    width: 100%;
    height: 30%;
    background-color: var(--primary);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  #hero-288 .cs-waves img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes image act as a background image */
    object-fit: cover;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-288 {
    text-align: left;
  }
  #hero-288 .cs-container {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 6.25rem;
  }
  #hero-288 .cs-content {
    width: 40%;
    /* prevents flex-box from squishing it */
    flex: none;
    align-items: flex-start;
  }
  #hero-288 .cs-title,
  #hero-288 .cs-text {
    text-align: left;
  }
  #hero-288 .cs-picture {
    max-width: 70rem;
    /* 623px - 814px */
    height: clamp(38.9375rem, 60vw, 50.875rem);
  }
  #hero-288 .cs-waves {
    height: 100%;
    width: calc(49vw);
    left: 50%;
    margin-left: 12.5rem;
  }
}
#hero-288 .features-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  /* Adjust the top margin to add space from the title */
  text-align: center;
}
.cd-demo-chip-list {
  margin-bottom: 1rem;
  gap: 0.75rem;
}
.cd-demo-chip-list li {
  padding: 5px;
  /* Adjust the value as needed */
}
.chip__icon-wrapper {
  display: flex;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: hsla(230, 13%, 9%, 0.95);
  color: hsl(0, 0%, 100%);
  /* icon color */
}
.chip__icon-wrapper svg {
  display: block;
  margin: auto;
}
.cd-icon {
  --size: 1em;
  font-size: var(--size);
  height: 1em;
  width: 1em;
  display: inline-block;
  fill: var(--primary);
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}
.cd-icon use {
  /* SVG symbols - enable icon color corrections */
  color: var(--primary);
  fill: currentColor;
}
ol,
ul,
menu {
  list-style: none;
}
.chip__btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  background-color: hsla(230, 13%, 9%, 0.2);
  border-radius: 50%;
  will-change: transform;
  transition: background, box-shadow, transform;
  transition-duration: 0.2s;
}
.chip--success {
  background-color: hsla(170, 78%, 36%, 0.2);
  color: hsl(230, 13%, 9%);
}
.chip {
  /* reset */
  border: 0;
  color: inherit;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  border-radius: 50em;
  padding: 0.25rem;
  background-color: hsla(230, 13%, 9%, 0.1);
  font-size: 0.9375rem;
}
.chip__label {
  padding: 0 0.5rem;
}
#hero-288 .critical-button-group {
  display: flex;
  /* Use flexbox to layout the buttons */
  justify-content: center;
  /* Center the buttons horizontally */
  gap: 10px;
  /* Add some space between the buttons */
  padding-top: 1rem;
}
.cs-button-solid-2 {
  color: black !important;
  background-color: transparent !important;
  border: 2px solid black;
}
