.hero-maq-bg-wrap-p7n3 {
  background: #FFE600;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1920px;
  width: calc(100% - 16px);
  margin: 8px;
  position: relative;
}

.hero-maq-section-p7n3 {
  display: flex;
  flex-direction: column-reverse;
  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 {
  left: 0;
  width: 100%;
  overflow: hidden;
}

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

.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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.hero-maq-countdown-p7n3 {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
}

.hero-maq-cd-item-p7n3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  min-width: 30px;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 9999px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #282834;
  white-space: nowrap;
  font-feature-settings: 'case' 1;
}

.hero-maq-cd-unit-p7n3 {
  font-size: 16px;
  font-weight: 400;
  color: #282834;
}

.hero-maq-cd-sep-p7n3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #282834;
}

.hero-maq-button-p7n3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 20px 14px 24px;
  min-height: 20px;
  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: #FFE600;
    border-radius: 20px;
    width: calc(100% - 16px);
    margin: 8px auto 0;
    height: calc(100vh - 16px);
    max-height: none;
    min-height: 500px;
  }

  .hero-maq-section-p7n3 {
    flex-direction: column;
  }

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

  .hero-maq-bg-p7n3 {
    width: 100%;
    object-fit: contain;
    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: 60%;
    justify-content: flex-end;
  }

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

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

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

@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: 41.77%;
    height: 100%;
  }

  .hero-maq-cd-item-p7n3 {
    font-size: 16px;
    padding: 10px 16px;
    min-width: 32px;
  }

  .hero-maq-bg-p7n3 {
    object-fit: contain;
    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: 60%;
    justify-content: flex-end;
  }

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

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

@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: 48px;
    letter-spacing: -2.24px;
  }
}

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

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

@media (max-width: 440px) and (max-height: 850px){
  .hero-maq-content-p7n3{
    gap:14px
  }
}
@media (max-width: 440px){

  .hero-maq-img-wrap-p7n3{
    margin-bottom: -35%;
  }
  
  .hero-maq-bg-p7n3 {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
    display: block;
    margin: auto;
    transform: translateY(-12vh);
  }
}