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

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

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

.hero-maq-img-wrap-6suo {
  position: absolute;
  width: 100%;
  top: -72px;
  padding: 0px 16px;
}

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

.hero-maq-title-6suo {
  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-6suo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  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-6suo:hover {
  background: #3d44c4;
  color: #ffffff;
}

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

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

/* mobile: large devices */
@media (min-height: 740px) and (max-width: 500px) {
  .hero-maq-bg-6suo {
    width: calc(100% + 64px);
    margin-left: -32px;
  }

  .hero-maq-img-wrap-6suo {
    padding: 0px;
  }
}

/* desktop */
@media (min-width: 1024px) {
  .hero-maq-bg-wrap-6suo {
    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: 685px;
  }

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

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

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

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

  .hero-maq-title-6suo {
    font-size: 72px;
    letter-spacing: -2.88px;
    max-width: 500px;
  }
}


/* desktop: small screens */
@media (min-width: 1024px) and (max-height: 750px) {
  .hero-maq-bg-wrap-6suo {
    min-height: auto;
  }

  .hero-maq-content-6suo {
    gap: 24px;
    padding: 24px 0 24px 40px;
  }

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

@media (min-width: 1366px) {
  .hero-maq-title-6suo {
    max-width: none;
    font-size: 88px;
    letter-spacing: -3.52px;
  }
}

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

  .hero-maq-title-6suo {
    font-size: 100px;
    letter-spacing: -6.4px;
  }
}
