.front-door-hero {
  z-index: 4;
  padding-top: 8rem;
  position: relative;
}
@media (min-width: 1024px) {
  .front-door-hero {
    padding-top: 10rem;
  }
}
.front-door-hero .front-door-hero-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  z-index: 10;
}
@media (min-width: 1024px) {
  .front-door-hero .front-door-hero-section {
    max-width: 1024px;
    padding-bottom: 3%;
  }
}
@media (min-width: 1440px) {
  .front-door-hero .front-door-hero-section {
    max-width: 1206px;
  }
}
@media (min-width: 1600px) {
  .front-door-hero .front-door-hero-section {
    max-width: 1285px;
  }
}
@media (min-width: 1920px) {
  .front-door-hero .front-door-hero-section {
    max-width: 1477px;
  }
}
@media (min-width: 1024px) {
  .front-door-hero .front-door-hero-section .front-door-content {
    padding-top: 5%;
  }
}
.front-door-hero .front-door-hero-section .hero-intro-title,
.front-door-hero .front-door-hero-section .hero-title,
.front-door-hero .front-door-hero-section .hero-subtitle {
  width: 88%;
}
@media (min-width: 1024px) {
  .front-door-hero .front-door-hero-section .hero-intro-title,
.front-door-hero .front-door-hero-section .hero-title,
.front-door-hero .front-door-hero-section .hero-subtitle {
    width: 340px;
  }
}
@media (min-width: 1440px) {
  .front-door-hero .front-door-hero-section .hero-intro-title,
.front-door-hero .front-door-hero-section .hero-title,
.front-door-hero .front-door-hero-section .hero-subtitle {
    width: 517px;
  }
}
@media (min-width: 1600px) {
  .front-door-hero .front-door-hero-section .hero-intro-title,
.front-door-hero .front-door-hero-section .hero-title,
.front-door-hero .front-door-hero-section .hero-subtitle {
    width: 586px;
  }
}
@media (min-width: 1920px) {
  .front-door-hero .front-door-hero-section .hero-intro-title,
.front-door-hero .front-door-hero-section .hero-title,
.front-door-hero .front-door-hero-section .hero-subtitle {
    width: 782px;
  }
}
.front-door-hero .front-door-hero-section .hero-intro-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  letter-spacing: -0.25px;
}
@media (min-width: 992px) {
  .front-door-hero .front-door-hero-section .hero-intro-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  .front-door-hero .front-door-hero-section .hero-intro-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1920px) {
  .front-door-hero .front-door-hero-section .hero-intro-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.front-door-hero .front-door-hero-section .hero-title {
  font-size: 32px !important;
  line-height: 42px !important;
  color: black;
  font-weight: 700;
  letter-spacing: -0.25px;
}
@media (min-width: 992px) {
  .front-door-hero .front-door-hero-section .hero-title {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media (min-width: 1200px) {
  .front-door-hero .front-door-hero-section .hero-title {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}
@media (min-width: 1600px) {
  .front-door-hero .front-door-hero-section .hero-title {
    font-size: 56px !important;
    line-height: 68px !important;
  }
}
@media (min-width: 1920px) {
  .front-door-hero .front-door-hero-section .hero-title {
    font-size: 68px !important;
    line-height: 80px !important;
  }
}
.front-door-hero .front-door-hero-section .hero-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
  font-weight: 400;
  letter-spacing: -0.25px;
}
@media (min-width: 1600px) {
  .front-door-hero .front-door-hero-section .hero-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1920px) {
  .front-door-hero .front-door-hero-section .hero-subtitle {
    font-size: 22px;
    line-height: 34px;
  }
}
.front-door-hero .front-door-hero-section .coeff-review-badge-global {
  display: none;
}
@media (min-width: 1024px) {
  .front-door-hero .front-door-hero-section .coeff-review-badge-global {
    display: inline-flex;
    margin-top: 12px;
    border: 1px solid #CCCCFF;
  }
}
.front-door-hero .front-door-hero-section .front-door-get-started,
.front-door-hero .front-door-hero-section .front-door-get-demo {
  display: flex;
  padding: 14px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5.333px;
}
@media (min-width: 1024px) {
  .front-door-hero .front-door-hero-section .front-door-get-started,
.front-door-hero .front-door-hero-section .front-door-get-demo {
    padding: 16px 32px;
    gap: 10px;
  }
}
@media (min-width: 1600px) {
  .front-door-hero .front-door-hero-section .front-door-get-started,
.front-door-hero .front-door-hero-section .front-door-get-demo {
    padding: 15.556px 20px;
    gap: 11.111px;
  }
}
@media (min-width: 1920px) {
  .front-door-hero .front-door-hero-section .front-door-get-started,
.front-door-hero .front-door-hero-section .front-door-get-demo {
    padding: 18.667px 24px;
    gap: 13.333px;
  }
}
.front-door-hero .front-door-hero-section .front-door-get-started {
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: -0.25px;
  border-radius: 4.444px;
  background: #3053FF;
  letter-spacing: normal;
}
@media (min-width: 1600px) {
  .front-door-hero .front-door-hero-section .front-door-get-started {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1920px) {
  .front-door-hero .front-door-hero-section .front-door-get-started {
    font-size: 22px;
    line-height: 34px;
  }
}
.front-door-hero .front-door-hero-section .front-door-get-demo {
  font-size: 16px;
  line-height: 24px;
  color: #3053FF;
  font-weight: 700;
  letter-spacing: -0.25px;
  border-radius: 4.444px;
  border: 1.111px solid #3053FF;
  letter-spacing: normal;
}
@media (min-width: 1600px) {
  .front-door-hero .front-door-hero-section .front-door-get-demo {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1920px) {
  .front-door-hero .front-door-hero-section .front-door-get-demo {
    font-size: 22px;
    line-height: 34px;
  }
}

.front-door-hero-logo-band {
  display: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .front-door-hero-logo-band {
    width: 100%;
    max-width: 840px;
    padding-bottom: 3%;
  }
}
@media (min-width: 1440px) {
  .front-door-hero-logo-band {
    max-width: 1080px;
  }
}
@media (min-width: 1600px) {
  .front-door-hero-logo-band {
    max-width: 1180px;
  }
}
@media (min-width: 1920px) {
  .front-door-hero-logo-band {
    max-width: 1368px;
  }
}
.front-door-hero-logo-band .logo-band-desktop {
  width: 100%;
}
.front-door-hero-logo-band .logo-band-desktop img {
  width: 100%;
}