.section-hero {
  position: relative;
  isolation: isolate;
  min-height: 40.625rem;
  padding-block: 4.875rem;
  overflow: hidden;
  background: var(--color-text);
  color: var(--color-white);
}
.section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #141A26 0%, rgba(20, 26, 38, 0.8) 34.93%, rgba(20, 26, 38, 0.3) 100%);
}
.section-hero__background {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.section-hero__background img,
.section-hero__background video,
.section-hero__background picture {
  width: 100%;
  height: 100%;
}
.section-hero__background img,
.section-hero__background video {
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(29rem, 38rem);
  align-items: center;
  gap: 5.5rem;
}
.section-hero__main {
  width: 100%;
}
.section-hero__content {
  color: var(--color-white);
}
.section-hero__content .section-label {
  min-height: 2.25rem;
  margin-bottom: 0.625rem;
  padding: 0.375rem 1.125rem;
  color: inherit;
}
.section-hero__content h1,
.section-hero__content .h1 {
  margin-bottom: 0.625rem;
  line-height: 1.18;
}
.section-hero__content h1 strong,
.section-hero__content h1 b,
.section-hero__content .h1 strong,
.section-hero__content .h1 b {
  font-weight: 800;
}
.section-hero__content h1 .accent,
.section-hero__content .h1 .accent {
  color: var(--color-orange);
  font-weight: 800;
}
.section-hero__content p {
  max-width: 41rem;
  line-height: 1.55;
}
.section-hero__content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125rem;
  margin: 1.5rem 0 0;
}
.section-hero__content ul > li {
  min-height: 2rem;
  padding: 0.25rem 0.875rem 0.25rem 3.0625rem;
  border-radius: 0.3125rem;
  background: var(--color-white);
  color: var(--color-text);
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.35;
}
.section-hero__content ul > li::before, .section-hero__content ul > li::after {
  top: 0.25rem;
  left: 0.9375rem;
}
.section-hero__content ul > li::before {
  display: none;
  background-color: transparent;
}
.section-hero__content ul > li::after {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}
.section-hero__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.8125rem;
  margin-top: 2.5rem;
}
.section-hero__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: none;
  min-height: 4.5625rem;
}
.section-hero__logo img,
.section-hero__logo svg,
.section-hero__logo picture {
  width: auto;
  max-width: 100%;
  max-height: 4.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 63.99875rem) {
  .section-hero {
    padding-block: 4rem;
  }
  .section-hero::before {
    background: rgba(10, 18, 31, 0.78);
  }
  .section-hero__grid {
    grid-template-columns: 1fr;
  }
  .section-hero__main {
    max-width: 48rem;
  }
}
@media (max-width: 47.93625rem) {
  .section-hero {
    min-height: 0;
    padding-block: 30px;
  }
  .section-hero .container {
    max-width: calc(100% - var(--container-padding) * 2);
    min-width: 0;
  }
  .section-hero::before {
    background: rgba(10, 18, 31, 0.78);
  }
  .section-hero__grid {
    width: 100%;
    max-width: 100%;
    gap: 14px;
    min-width: 0;
  }
  .section-hero__main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .section-hero__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .section-hero__content .section-label {
    max-width: 100%;
    min-height: 34px;
    margin-bottom: 10px;
    padding: 9px 16px;
    border-width: 1px;
    border-radius: 40px;
    font-size: 16px;
    line-height: 1;
  }
  .section-hero__content h1,
  .section-hero__content .h1 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.2;
    overflow-wrap: break-word;
  }
  .section-hero__content p {
    line-height: 1.6;
  }
  .section-hero__content ul {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
    gap: 5px;
    margin: 20px 0 0;
  }
  .section-hero__content li {
    position: relative;
    display: block;
    width: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 32px;
    padding: 4px 10px 4px 40px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .section-hero__content li * {
    max-width: 100%;
  }
  .section-hero__content li::before, .section-hero__content li::after {
    top: 7px;
    left: 10px;
  }
  .section-hero__content li::after {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .section-hero__content li::before {
    display: none;
  }
  .section-hero__logos {
    flex-wrap: nowrap;
    gap: 20px 14px;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .section-hero__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 45px;
  }
  .section-hero__logo img,
  .section-hero__logo svg,
  .section-hero__logo picture {
    width: auto;
    max-width: 100%;
    max-height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 35.99875rem) {
  .section-hero__content h1,
  .section-hero__content .h1 {
    font-size: 40px;
  }
  .section-hero__content li {
    font-size: 16px;
  }
}
/*# sourceMappingURL=section-hero.css.map */