.omni-win-home {
  background-color: rgba(247, 247, 250, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
}

/* Header Section */
.header-container {
  display: flex;
  width: 100%;
  padding: 10px 82px;
  align-items: center;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .header-container {
    max-width: 100%;
    padding: 10px 20px;
  }
}

.logo {
  aspect-ratio: 3.73;
  object-fit: contain;
  object-position: center;
  width: 149px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.navigation-menu {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 0;
  align-items: center;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .navigation-menu {
    max-width: 100%;
  }
}

.nav-link {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}

.solution-dropdown {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  gap: 4px;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
  justify-content: start;
}

@media (max-width: 991px) {
  .solution-dropdown {
    white-space: initial;
  }
}

.solution {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.dropdown-arrow {
  aspect-ratio: 2.25;
  object-fit: contain;
  object-position: center;
  width: 9px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.contact-us {
  align-self: stretch;
  border-radius: 12px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px;
  gap: 10px;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  line-height: 1;
  background-color: #2E6EAD;
}

.language-selector {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 34px;
  padding: 9px 0;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  justify-content: center;
}

.language-icon {
  aspect-ratio: 1.53;
  object-fit: contain;
  object-position: center;
  width: 26px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.dropdown-arrow-small {
  aspect-ratio: 2.25;
  object-fit: contain;
  object-position: center;
  width: 9px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

/* Hero Section */
.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 664px;
  width: 100%;
  padding: 162px 80px;
  align-items: start;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  justify-content: center;
}

@media (max-width: 991px) {
  .hero-section {
    max-width: 100%;
    padding: 100px 20px;
  }
}

.hero-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  display: flex;
  margin-bottom: -29px;
  width: 599px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  .hero-content {
    margin-bottom: 10px;
  }
}

.hero-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}

@media (max-width: 991px) {
  .hero-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 53px;
  }
}

.hero-description {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  line-height: 22px;
  margin-top: 20px;
  margin: 20px 0 0 0;
}

.bold-text {
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 991px) {
  .hero-description {
    max-width: 100%;
  }
}

.cta-button {
  align-self: start;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  margin-top: 20px;
  min-height: 50px;
  padding: 17px 40px;
  gap: 10px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(46, 110, 173, 1);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 991px) {
  .cta-button {
    padding: 17px 20px;
  }
}

.trial-info {
  font-weight: 300;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .trial-info {
    max-width: 100%;
  }
}

/* Platform Showcase */
.platform-showcase {
  aspect-ratio: 2.51;
  object-fit: contain;
  object-position: center;
  width: 1278px;
  border-radius: 24px;
  align-self: center;
  z-index: 10;
  margin-top: 36px;
  max-width: 100%;
}

/* Services Container */
.services-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .services-container {
    max-width: 100%;
  }
}

.services-background {
  aspect-ratio: 1.31;
  object-fit: contain;
  object-position: center;
  width: 970px;
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 991px) {
  .services-background {
    max-width: 100%;
  }
}

.services-overlay {
  background-color: rgba(255, 255, 255, 1);
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  width: 963px;
  flex-shrink: 0;
  height: 743px;
}

/* Expert Services Section */
.expert-services {
  align-self: center;
  z-index: 10;
  display: flex;
  margin-top: -564px;
  margin-left: 73px;
  width: 100%;
  max-width: 1435px;
  flex-direction: column;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 991px) {
  .expert-services {
    max-width: 100%;
    margin-top: -200px;
    margin-left: 0;
  }
}

.services-content {
  align-self: end;
  width: 720px;
  max-width: 100%;
  padding: 0 40px;
}

@media (max-width: 991px) {
  .services-content {
    padding: 0 20px;
  }
}

.services-title {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 991px) {
  .services-title {
    max-width: 100%;
  }
}

.services-description-container {
  margin-top: 40px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 991px) {
  .services-description-container {
    max-width: 100%;
  }
}

.services-intro {
  margin: 0;
}

@media (max-width: 991px) {
  .services-intro {
    max-width: 100%;
  }
}

.services-details {
  margin-top: 6px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .services-details {
    max-width: 100%;
  }
}

/* Game Portfolio Section */
.game-portfolio {
  align-self: start;
  display: flex;
  margin-top: 270px;
  align-items: center;
  gap: 37px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .game-portfolio {
    max-width: 100%;
    margin-top: 40px;
  }
}

.portfolio-content {
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 40px;
  width: 720px;
}

@media (max-width: 991px) {
  .portfolio-content {
    max-width: 100%;
    padding: 0 20px;
  }
}

.portfolio-title {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 991px) {
  .portfolio-title {
    max-width: 100%;
  }
}

.portfolio-description {
  margin-top: 40px;
  width: 100%;
  font-size: 12px;
  line-height: 22px;
}

@media (max-width: 991px) {
  .portfolio-description {
    max-width: 100%;
  }
}

.portfolio-intro {
  font-weight: 600;
  margin: 0;
}

@media (max-width: 991px) {
  .portfolio-intro {
    max-width: 100%;
  }
}

.portfolio-details {
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .portfolio-details {
    max-width: 100%;
  }
}

.portfolio-image {
  aspect-ratio: 1.45;
  object-fit: contain;
  object-position: center;
  width: 521px;
  border-radius: 25px;
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 991px) {
  .portfolio-image {
    max-width: 100%;
  }
}

/* Solutions Section */
.solutions-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  margin-top: 156px;
  width: 100%;
  padding: 100px 82px;
  flex-direction: column;
  align-items: stretch;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  justify-content: center;
}

@media (max-width: 991px) {
  .solutions-section {
    max-width: 100%;
    padding: 100px 20px;
    margin-top: 40px;
  }
}

.solutions-header {
  align-self: center;
  display: flex;
  width: 640px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  justify-content: start;
}

.solutions-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 991px) {
  .solutions-title {
    max-width: 100%;
  }
}

.solutions-subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .solutions-subtitle {
    max-width: 100%;
  }
}

.solutions-grid {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: stretch;
  gap: 20px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .solutions-grid {
    max-width: 100%;
  }
}

.solution-card {
  border-radius: 24px;
  display: flex;
  min-width: 240px;
  padding: 40px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  width: 339px;
  background-color: #f5f5f5;
}

.solution-card.dark {
  background-color: #2E6EAD;
}

@media (max-width: 991px) {
  .solution-card {
    max-width: 100%;
    padding: 40px 20px;
  }
}

.card-content {
  width: 100%;
}

.solution-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 87px;
}

.solution-details {
  margin-top: 22px;
  width: 100%;
}

.solution-name {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  margin: 0;
}

.dark .solution-name {
  color: rgba(255, 255, 255, 1);
}

.solution-description {
  color: rgba(76, 76, 76, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 6px;
  margin-bottom: 0;
}

.dark .solution-description {
  color: rgba(241, 241, 241, 1);
}

/* Providers Section */
.providers-section {
  margin-top: 5px;
  width: 100%;
  padding: 100px 82px;
}

@media (max-width: 991px) {
  .providers-section {
    max-width: 100%;
    padding: 100px 20px;
  }
}

.providers-header {
  max-width: 100%;
  width: 1756px;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 1);
}

.providers-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 991px) {
  .providers-title {
    max-width: 100%;
  }
}

.providers-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .providers-description {
    max-width: 100%;
  }
}

.providers-grid {
  margin-top: 40px;
  width: 100%;
  max-width: 1756px;
}

@media (max-width: 991px) {
  .providers-grid {
    max-width: 100%;
  }
}

.providers-row {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 18px;
}

.providers-row:last-child {
  margin-bottom: 0;
  z-index: 10;
}

.provider-logo {
  aspect-ratio: 2.23;
  object-fit: contain;
  object-position: center;
  width: 225px;
  border-radius: 12px;
  flex-shrink: 0;
  max-width: 100%;
}

/* Footer */
.site-footer {
  background-color: rgba(0, 0, 0, 1);
  display: flex;
  margin-top: 82px;
  width: 100%;
  padding: 20px 82px;
  align-items: center;
  gap: 40px 100px;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .site-footer {
    max-width: 100%;
    padding: 20px;
    margin-top: 40px;
  }
}

.footer-left {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  align-items: end;
  gap: 20px;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  justify-content: start;
  flex-wrap: wrap;
  width: 693px;
}

@media (max-width: 991px) {
  .footer-left {
    max-width: 100%;
  }
}

.footer-logo {
  aspect-ratio: 3.73;
  object-fit: contain;
  object-position: center;
  width: 149px;
  flex-shrink: 0;
}

.copyright {
  margin: 0;
}

.footer-nav {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 0;
  align-items: center;
  gap: 40px;
  color: rgba(255, 215, 53, 1);
  font-weight: 500;
  line-height: 1;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .footer-nav {
    max-width: 100%;
  }
}

.footer-link {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  color: rgba(255, 215, 53, 1);
}

.highlight {
  color: rgba(255, 215, 53, 1);
}

.api-solution {
  color: rgba(247, 190, 17, 1);
}

.white-label {
  color: rgba(247, 190, 17, 1);
}
