.hero-maq-bg-wrap-p7n3 {
  background: linear-gradient(64.64deg, #ffe600 19.795%, #f9c200 50%);
  border-radius: 20px;
  overflow: hidden;
  max-width: 1920px;
  width: calc(100% - 16px);
  margin: 8px;
  height: calc(100dvh - 60px);
  max-height: 800px;
  position: relative;
}

.hero-maq-section-p7n3 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-maq-content-p7n3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.hero-maq-eyebrow-p7n3 {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  color: #282834;
  margin: 0;
  font-feature-settings: "case" 1;
}

.hero-maq-img-wrap-p7n3 {
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.hero-maq-bg-p7n3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.hero-maq-title-p7n3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.6px;
  color: #282834;
  margin: 0;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings: 'ss04' on, 'case' on;
}

.hero-maq-button-p7n3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 20px 14px 24px;
  min-height: 48px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #fff;
  text-decoration: none;
  background: #4850e5;
  border-radius: 12px;
  white-space: nowrap;
  align-self: stretch;
  transition: background-color 0.18s ease-out;
}

.hero-maq-button-p7n3:hover {
  background: #3d44c4;
  color: #ffffff;
}

.hero-maq-button-p7n3:active {
  background: #3238a3;
  color: #ffffff;
}

.hero-maq-cta-icon-p7n3 {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .hero-maq-bg-wrap-p7n3 {
    background: linear-gradient(27.8deg, #ffe600 19.795%, #f9c200 50%);
    border-radius: 20px;
    width: calc(100% - 16px);
    margin: 8px auto 0;
    height: calc(100vh - 16px);
    max-height: none;
    min-height: 500px;
  }

  .hero-maq-img-wrap-p7n3 {
    top: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
  }

  .hero-maq-bg-p7n3 {
    object-fit: cover;
    object-position: center center;
  }

  .hero-maq-button-p7n3 {
    align-self: flex-start;
  }

  .hero-maq-content-p7n3 {
    padding: 40px 0 40px 40px;
    gap: 40px;
    max-width: 720px;
    justify-content: flex-end;
  }

  .hero-maq-eyebrow-p7n3 {
    font-size: 20px;
  }

  .hero-maq-title-p7n3 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }
}

@media (min-width: 1024px) {
  .hero-maq-bg-wrap-p7n3 {
    height: calc(100vh - 16px);
    min-height: 685px;
  }

  .nav-header ~ .hero-maq-bg-wrap-p7n3,
  .nav-header ~ div .hero-maq-bg-wrap-p7n3,
  .nav-header ~ section .hero-maq-bg-wrap-p7n3,
  .nav-header ~ main .hero-maq-bg-wrap-p7n3 {
    height: calc(100vh - 80px);
  }

  .hero-maq-img-wrap-p7n3 {
    top: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
  }

  .hero-maq-bg-p7n3 {
    object-fit: cover;
    object-position: center center;
  }

  .hero-maq-button-p7n3 {
    align-self: flex-start;
  }

  .hero-maq-content-p7n3 {
    padding: 40px 0 40px 40px;
    gap: 40px;
    max-width: 720px;
    justify-content: flex-end;
  }

  .hero-maq-title-p7n3 {
    font-size: 72px;
    letter-spacing: -2.88px;
  }
}

@media (min-width: 1024px) and (max-height: 750px) {
  .hero-maq-bg-wrap-p7n3 {
    min-height: auto;
  }

  .hero-maq-content-p7n3 {
    gap: 40px;
    padding: 40px 0 40px 40px;
  }

  .hero-maq-title-p7n3 {
    font-size: 56px;
    letter-spacing: -2.24px;
  }
}

@media (min-width: 1280px) {
  .hero-maq-title-p7n3 {
    font-size: 88px;
    letter-spacing: -3.52px;
  }
}

@media (min-width: 1920px) {
  .hero-maq-content-p7n3 {
    max-width: 1136px;
  }

  .hero-maq-title-p7n3 {
    font-size: 128px;
    letter-spacing: -6.4px;
  }
}
