body {
  overflow-x: hidden;
}

div.section {
  padding-left: 15px;
  padding-right: 15px;
}

.h-full.min-h-screen {
  min-height: 70vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-g_opacityBgImage,
.object-cover {
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.flex.items-end.justify-end.w-full.gap-9 {
  display: none;
}

div.mb-10.h-full.flex.flex-col {
  height: auto;
}

.flex-grow.mb-40 {
  margin-bottom: 0 !important;
}

input,
select {
  background: #8049f3 !important;
}

/* Swiper mobile fixes */
.swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 20px !important;
}

.swiper-pagination-bullet {
  background: #9ca3af !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #a855f7 !important;
}

/* Mobile team section */
@media (max-width: 768px) {
  .block.md\:hidden.h-\[320px\] {
    display: block !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=custom.css.map */
