.hero {
  min-height: 200vh;
  background: #000;
}
.hero__video-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4901960784);
  opacity: 0;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.hero__page-one {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 42px;
  position: relative;
  z-index: 3;
}
.hero__title {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.hero__logo {
  max-width: 789px;
  width: 100%;
  height: auto;
}
.hero__logo img {
  height: auto;
  width: 100%;
}
.hero__btn-list {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__page-two {
  display: flex;
  flex-flow: column;
  gap: 60px;
  position: relative;
  z-index: 3;
  height: 100vh;
  max-width: 1349px;
}
.hero__text {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.hero__list {
  display: flex;
  width: 100%;
  gap: 72px;
  align-items: flex-start;
  max-width: 972px;
}
.hero__item-image {
  height: 65px;
  width: auto;
}
.hero__item-image img {
  height: 100%;
  width: auto;
}
.hero__item {
  display: flex;
  flex-flow: column;
  gap: 13px;
}
.hero__subtext {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #ffffff;
  max-width: 480px;
  width: 100%;
}
.hero__item-text {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-top: 8px;
}
.hero__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.hero__footer {
  margin-top: 0px;
  display: flex;
  flex-flow: column;
  gap: 38px;
}
.hero__partners-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__partners-item {
  height: auto;
  width: auto;
  cursor: pointer;
}
.hero__partners-item img {
  max-width: 172px;
  max-height: 84px;
  width: auto;
  height: auto;
}
.hero__partners-review {
  position: fixed;
  max-width: 312px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-flow: column;
  gap: 18px;
  opacity: 0;
  background: rgba(254, 254, 254, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px) saturate(160%);
  -webkit-backdrop-filter: blur(40px) saturate(160%);
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  position: absolute;
  overflow: hidden;
}
.hero__partners-review::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  background-size: cover;
  pointer-events: none;
  border-radius: inherit;
}
.hero__partners-head {
  display: flex;
  gap: 32px;
}
.hero__partners-author-image {
  width: 86px;
  height: 102px;
}
.hero__partners-author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__partners-partner-image {
  width: 100%;
  max-height: 102px;
  height: auto;
}
.hero__partners-partner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero__partners-body {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.hero__partners-footer {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #ffffff;
}

@media (max-width: 1279px) {
  .hero__text {
    font-family: "ABC Arizona Mix Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.03em;
    max-width: 335px;
    width: 100%;
  }
  .hero__list {
    flex-flow: column;
    gap: 48px;
  }
  .hero__item-image {
    height: 43px;
    width: auto;
    display: flex;
    align-items: flex-start;
  }
  .hero__item-image img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero__title {
    font-family: "ABC Arizona Mix Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.03em;
    max-width: 720px;
  }
  .hero__btn-list {
    gap: 4px;
  }
  .hero__page-one {
    justify-content: flex-end;
    padding-bottom: 165px;
  }
  .hero__page-two {
    height: auto;
  }
  .hero__partners-list {
    gap: 64px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    touch-action: pan-x;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: grab;
  }
  .hero__partners-list.dragging {
    cursor: grabbing;
  }
  .hero__partners-list::-webkit-scrollbar {
    display: none;
  }
} /*# sourceMappingURL=style.css.map */
