
#hero-16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}
#hero-16 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#hero-16 .hero-content-wrapper-16 {
  max-width: 650px;
  padding: 2.5rem 3.5rem;
  border-radius: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  color: #ffffff;
}
#hero-16 .hero-title-16 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-16 .hero-subtitle-16 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-16 .hero-cta-button-16 {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
#hero-16 .hero-cta-button-16:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.98px) {
  #hero-16 {
    min-height: 65vh;
    padding: 3rem 1rem;
  }
  #hero-16 .hero-content-wrapper-16 {
    padding: 2rem;
    max-width: 90%;
  }
  #hero-16 .hero-title-16 {
    font-size: 2.2rem;
  }
  #hero-16 .hero-subtitle-16 {
    font-size: 1rem;
  }
}



#timeline-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-10 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-10 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-10 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-10 .milestone-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
#timeline-10 .milestone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#timeline-10 .card-header {
  padding: 1rem 1.25rem;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#timeline-10 .header-icon i {
  font-size: 1.3rem;
  color: var(--bs-primary);
}
#timeline-10 .header-date {
  font-size: 1.1rem;
  font-weight: 700;
  color: #495057;
  line-height: 1.2;
}
#timeline-10 .header-image {
  text-align: center;
  padding: 1rem 0 0 0;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
}
#timeline-10 .header-image img {
  max-height: 100px;
  width: auto;
  max-width: 80%;
  margin-bottom: -1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#timeline-10 .card-body {
  padding: 1.25rem;
  flex-grow: 1;
}
#timeline-10 .milestone-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#timeline-10 .milestone-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-10 .section-title {
    font-size: 2.1rem;
  }
  #timeline-10 .card-header {
    padding: 0.8rem 1rem;
  }
  #timeline-10 .header-date {
    font-size: 1rem;
  }
  #timeline-10 .card-body {
    padding: 1rem;
  }
  #timeline-10 .milestone-title {
    font-size: 1rem;
  }
}



#about-us-27 {
  padding: 80px 0;
  background-color: #1a1a1a;
  color: #fff;
}
#about-us-27 .section-title,
#about-us-27 .section-subtitle {
  text-align: center;
  margin-bottom: 50px;
}
#about-us-27 .game-showcase {
  margin-bottom: 60px;
}
#about-us-27 .game-showcase h3 {
  font-size: 2rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-27 .game-showcase .game-item {
  background-color: #222;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
#about-us-27 .game-showcase .game-item img {
  width: 100%;
  height: auto;
  display: block;
}
#about-us-27 .game-showcase .game-item .details {
  padding: 20px;
  text-align: center;
}
#about-us-27 .game-showcase .game-item .details h4 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 10px;
}
#about-us-27 .game-showcase .game-item .details p {
  font-size: 0.9rem;
  color: #ccc;
}
#about-us-27 .experience-highlights {
  margin-bottom: 60px;
}
#about-us-27 .experience-highlights h3 {
  font-size: 2rem;
  color: #00bfff;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-27 .experience-highlights .highlight-item {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-27 .experience-highlights .highlight-item i {
  font-size: 2.5rem;
  color: #00bfff;
  margin-bottom: 15px;
}
#about-us-27 .experience-highlights .highlight-item h4 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
}
#about-us-27 .experience-highlights .highlight-item p {
  font-size: 0.9rem;
  color: #ccc;
}
#about-us-27 .responsible-gaming {
  background-color: #333;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}
#about-us-27 .responsible-gaming h3 {
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 20px;
}
#about-us-27 .responsible-gaming p {
  font-size: 1rem;
  color: #f8f9fa;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #about-us-27 .game-showcase .row > div {
    margin-bottom: 0;
  }
  #about-us-27 .experience-highlights .row > div {
    margin-bottom: 0;
  }
}



#content-block-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  color: #343a40;
}
#content-block-17.bg-image-mode {
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
#content-block-17.bg-image-mode::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--cb17-overlay-color, rgba(0, 0, 0, 0.5));
  z-index: -1;
}
#content-block-17 .content-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}
#content-block-17 .content-wrapper h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: inherit;
  font-size: 2rem;
  text-shadow: var(--cb17-text-shadow, none);
}
#content-block-17 .content-wrapper p {
  font-size: 1rem;
  line-height: 1.7;
  color: inherit;
  margin-bottom: 1rem;
  text-shadow: var(--cb17-text-shadow, none);
}
#content-block-17 .content-wrapper p.lead {
  font-size: 1.25rem;
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}
#content-block-17 .content-wrapper p:last-child {
  margin-bottom: 0;
}
#content-block-17 .content-wrapper h3,
#content-block-17 .content-wrapper h4,
#content-block-17 .content-wrapper h5 {
  color: inherit;
  text-shadow: var(--cb17-text-shadow, none);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
#content-block-17 .content-wrapper ul,
#content-block-17 .content-wrapper ol {
  color: inherit;
  text-shadow: var(--cb17-text-shadow, none);
  display: inline-block;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
#content-block-17 .content-wrapper ul li,
#content-block-17 .content-wrapper ol li {
  margin-bottom: 0.5rem;
}
#content-block-17 .content-wrapper a.btn {
  margin-top: 1rem;
}
#content-block-17.bg-image-mode .content-wrapper a.btn-outline-secondary {
  color: var(--cb17-text-color, #ffffff);
  border-color: var(--cb17-text-color, #ffffff);
}
#content-block-17.bg-image-mode .content-wrapper a.btn-outline-secondary:hover {
  color: #333;
  background-color: var(--cb17-text-color, #ffffff);
  border-color: var(--cb17-text-color, #ffffff);
}
/* .bg-pattern-dots {
  background-image: radial-gradient(circle, rgba(0,0,0,0.1) 1px, transparent 1px);
  background-size: 10px 10px;
} */
@media (max-width: 767.98px) {
  #content-block-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #content-block-17 .content-wrapper h2 {
    font-size: 1.8rem;
  }
  #content-block-17 .content-wrapper p.lead {
    font-size: 1.1rem;
  }
}



#press-mentions-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-4 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-4 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-4 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-4 .timeline-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#press-mentions-4 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--bs-primary);
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#press-mentions-4 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 3rem;
}
#press-mentions-4 .timeline-item:last-child {
  margin-bottom: 0;
}
#press-mentions-4 .timeline-item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12.5px;
  background-color: white;
  border: 4px solid var(--bs-primary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
#press-mentions-4 .timeline-left {
  left: 0;
  padding-right: 30px;
}
#press-mentions-4 .timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
}
#press-mentions-4 .timeline-left::after {
  left: -12.5px;
}
#press-mentions-4 .timeline-right {
  left: 50%;
  padding-left: 70px;
}
#press-mentions-4 .timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
}
#press-mentions-4 .timeline-right::after {
  left: -12.5px;
}
#press-mentions-4 .timeline-content {
  padding: 20px 30px;
  background-color: #f8f9fa;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}
#press-mentions-4 .timeline-date {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.1rem;
}
#press-mentions-4 .timeline-item-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#press-mentions-4 .timeline-item-source {
  font-style: italic;
  color: #6c757d;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.9rem;
}
#press-mentions-4 .timeline-item-description {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.6;
}
#press-mentions-4 .timeline-item-link a {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#press-mentions-4 .timeline-item-link a:hover {
  text-decoration: underline;
}
#press-mentions-4 .timeline-item-link i {
  margin-left: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  #press-mentions-4 .timeline-wrapper::after {
    left: 31px;
  }
  #press-mentions-4 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    margin-bottom: 2rem;
  }
  #press-mentions-4 .timeline-item::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  #press-mentions-4 .timeline-left::after,
  #press-mentions-4 .timeline-right::after {
    left: 18px;
  }
  #press-mentions-4 .timeline-left,
  #press-mentions-4 .timeline-right {
    left: 0%;
  }
  #press-mentions-4 .timeline-content {
    padding: 15px 20px;
  }
  #press-mentions-4 .timeline-item-title {
    font-size: 1.15rem;
  }
}



#awards-18 {
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#awards-18 .container-tight {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#awards-18 .block-icon {
  margin-bottom: 1rem;
  opacity: 0.8;
}
#awards-18 .block-icon i {
  font-size: 2.2rem;
}
#awards-18 .block-headline {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#awards-18 .block-text {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 0;
}
#awards-18 .block-link {
  margin-top: 1.5rem;
}
#awards-18 .block-link .btn {
  padding: 0.6rem 1.5rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #awards-18 {
    padding: 2rem 1rem;
  }
  #awards-18 .block-headline {
    font-size: 1.4rem;
  }
  #awards-18 .block-text {
    font-size: 0.95rem;
  }
}



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}


