.home-hero {
  background-color: #052A2D;
  color: #ffffff;
  margin: 0;
}
.home-hero .hover-arrow {
  fill: none;
  margin-left: 0;
  opacity: 1;
  position: relative;
  top: 1px;
  stroke: #fff;
  stroke-width: 1.25px;
}
.home-hero .hover-arrow-line-path {
  opacity: 0;
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home-hero .hover-arrow-tip-path {
  opacity: 1;
  transform: none;
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.home-hero-inner {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .home-hero-inner {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.home-hero-content {
  position: relative;
  z-index: 20;
}
@media (min-width: 1024px) {
  .home-hero-content {
    min-width: 0;
  }
}

.home-hero-content-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  max-width: 37.5rem;
  padding: 2rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 664px) {
  .home-hero-content-inner {
    padding: 2rem 0;
  }
}
@media (min-width: 768px) {
  .home-hero-content-inner {
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .home-hero-content-inner {
    padding: 3rem 2rem;
    max-width: unset;
  }
}
@media (min-width: 1280px) {
  .home-hero-content-inner {
    padding: 6rem 2rem;
  }
}
@media (min-width: 1390px) {
  .home-hero-content-inner {
    margin-left: auto;
    margin-right: 0;
    max-width: 660px;
    padding: 6rem 1rem 6rem 0;
  }
}
.home-hero-content-inner h1 {
  color: #fff;
  font-family: "PP Agrandir Narrow", "Trebuchet MS", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 768px) {
  .home-hero-content-inner h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .home-hero-content-inner h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .home-hero-content-inner h1 {
    font-size: 4.375rem;
    line-height: 1.05;
  }
}

.home-hero-text p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 768px) {
  .home-hero-text p {
    font-size: 1rem;
  }
}
.home-hero-text p br {
  display: none;
}
@media (min-width: 1280px) {
  .home-hero-text p br {
    display: inline;
  }
}

.home-hero-ctas {
  align-items: center;
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  .home-hero-ctas {
    gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .home-hero-ctas {
    margin: 1rem 0;
  }
}
.home-hero-ctas .primary-cta {
  background-color: #2AD1E0;
  border-radius: 50rem;
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.75rem 1.5rem;
  text-align: center;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .home-hero-ctas .primary-cta {
    font-size: 1rem;
    padding: 0.75rem 2.25rem;
  }
}
.home-hero-ctas .primary-cta:hover {
  background-color: rgb(121, 238, 246);
  color: #1a1a1a;
}
.home-hero-ctas .secondary-cta {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.5rem;
  line-height: 1.2;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .home-hero-ctas .secondary-cta {
    font-size: 1rem;
  }
}
.home-hero-ctas .secondary-cta:hover {
  color: inherit;
  opacity: 0.75;
}
.home-hero-ctas .secondary-cta:hover .hover-arrow-line-path {
  opacity: 1;
}
.home-hero-ctas .secondary-cta:hover .hover-arrow-tip-path {
  opacity: 1;
  transform: translateX(3px);
}

.home-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  margin: 0;
  padding: 0;
  row-gap: 0.5rem;
}
@media (min-width: 768px) {
  .home-hero-highlights {
    column-gap: 1.5rem;
  }
}
.home-hero-highlights li {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  list-style: none;
}
@media (min-width: 768px) {
  .home-hero-highlights li {
    gap: 0.5rem;
  }
}
.home-hero-highlights li img {
  display: block;
  max-width: 0.875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .home-hero-highlights li img {
    max-width: 1rem;
  }
}
.home-hero-highlights li span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .home-hero-highlights li span {
    font-size: 1rem;
  }
}

.home-hero-content-shadow {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  height: 2rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1024px) {
  .home-hero-content-shadow {
    display: none;
  }
}

.home-hero-graphic {
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .home-hero-graphic {
    height: 100%;
    min-width: 0;
  }
}

.home-hero-graphic-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 1024px) {
  .home-hero-graphic-inner {
    height: 100%;
  }
}

.image-friendly-business-guy {
  aspect-ratio: 1.06/1;
  display: block;
  margin: 0 auto;
  max-width: 15rem !important;
  position: relative;
  opacity: 0;
  transform: scaleX(0.95);
  width: 100%;
  will-change: transform;
  z-index: 20;
}
@media (min-width: 1024px) {
  .image-friendly-business-guy {
    height: 100% !important;
    object-fit: contain;
    left: 0;
    max-width: unset !important;
    position: absolute;
    width: 100% !important;
  }
}

.home-hero-carousels {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1024px) {
  .home-hero-carousels {
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .home-hero-carousels {
    gap: 4rem;
  }
}

.home-hero-carousel-line .splide__slide {
  padding: 0 0.5rem;
}
@media (min-width: 1024px) {
  .home-hero-carousel-line .splide__slide {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1280px) {
  .home-hero-carousel-line .splide__slide {
    padding: 0 2rem;
  }
}
.home-hero-carousel-line .splide__slide img {
  border-radius: 0;
  display: block;
  height: 3rem;
  max-width: unset !important;
  width: auto;
}
@media (min-width: 1024px) {
  .home-hero-carousel-line .splide__slide img {
    height: 6rem;
  }
}

#home-hero-carousel-line-1, #home-hero-carousel-line-2, #home-hero-carousel-line-3 {
  opacity: 0;
}

.home-hero-fade-left {
  background-image: linear-gradient(to right, rgb(5, 42, 45), rgba(5, 42, 45, 0));
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  z-index: 15;
}
@media (min-width: 1280px) {
  .home-hero-fade-left {
    width: 6rem;
  }
}
@media (min-width: 1600px) {
  .home-hero-fade-left {
    width: 12rem;
  }
}

.home-hero-fade-right {
  background-image: linear-gradient(to right, rgba(5, 42, 45, 0), rgb(5, 42, 45));
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  z-index: 15;
}
@media (min-width: 1280px) {
  .home-hero-fade-right {
    width: 6rem;
  }
}

#site-header {
  display: none;
}
