.s-intro-hero .container {
  position: relative;
}

.s-intro-hero__body {
  padding-top: 4rem;
}

.s-intro-hero__pre-title {
  margin-bottom: 2rem;
  font-family: InterMedium;
  line-height: 1.5rem;
  letter-spacing: 0.00625em;
}

.s-intro-hero__title {
  font-size: 7.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.s-intro-hero__title__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.s-intro-hero__title__highlight--indented {
  margin-left: 7.25rem;
  display: inline-block;
}

.s-intro-hero__title__highlight span {
  font-family: inherit;
  font-style: normal;
}

.s-intro-hero__title__highlight .italic,
.s-intro-hero__title__highlight i,
.s-intro-hero__title__highlight em {
  font-family: InterRegularItalic;
  font-style: italic;
}

.s-intro-hero__title__highlight .spin {
  font-family: InterRegular;
}

.s-intro-hero__title__description {
  max-width: 22.8125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  opacity: 0.72;
  letter-spacing: 0.03125em;
}

.s-intro-hero__btn {
  position: absolute;
  top: 0px;
  right: 2.5rem;
}

@media (max-width: 79.9988em) {
  .s-intro-hero__title {
    font-size: 5.5rem;
  }

  .s-intro-hero__title__highlight {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .s-intro-hero__title__description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 61.9988em) {
  .s-intro-hero__title__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .s-intro-hero__title__description {
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
    max-width: max-content;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .s-intro-hero__btn {
    display: none;
  }
}

@media (max-width: 47.9988em) {
  .s-intro-hero__body {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .s-intro-hero__pre-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0;
  }

  .s-intro-hero__title {
    font-size: 3rem;
    letter-spacing: -0.0267857143em;
  }

  .s-intro-hero__title__description {
    max-width: 100%;
  }

  .s-intro-hero__title__body {
    gap: 1rem;
  }

  .s-intro-hero__title__highlight--indented {
    margin-left: 0px;
  }
}

@media (max-width: 23.4375em) {
  .s-intro-hero__title {
    font-size: 2.5rem;
  }
}

.s-intro-hero__mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
  width: 100%;
}

@media (min-width: 48em) {
  .s-intro-hero__mobile-actions {
    display: none;
  }
}

.s-intro-hero__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  font-family: InterSemiBold, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}

.s-intro-hero__action-btn--primary {
  background-color: #e30613;
  color: #ffffff;
  border: 1px solid #e30613;
}

.s-intro-hero__action-btn--primary:hover {
  background-color: #c1000b;
}

.s-intro-hero__action-btn--secondary {
  background-color: transparent;
  color: inherit;
  border: 1px solid currentColor;
}

.s-intro-hero__action-btn--secondary:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=intro.ec9973fe.css.map*/