.about-cover {
  background-image: url("../../../images/Header-BW.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 21/6;
  filter: grayscale(100%);
}
@media (min-width: 992px) {
  .about-cover {
    aspect-ratio: 21/2;
  }
}

.about-carousel .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

.about-gallery-carousel .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}

#nav-tab-schedule .col button {
  background-color: #F0F0F0;
}
#nav-tab-schedule .col button.active, #nav-tab-schedule .col button:hover, #nav-tab-schedule .col button:focus {
  background-color: #F9D949;
  color: #000;
}
#nav-tab-schedule .col:first-child button {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#nav-tab-schedule .col:last-child button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.headline-carousel .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.marquee-section {
  background-color: #fbf5e5;
}
.marquee-section .marquee {
  overflow: hidden;
}
.marquee-section .marquee .js-marquee {
  font-weight: 500;
  font-size: 14px;
  color: #2c5530;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.section-with-cloud {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 160px;
}
@media (max-width: 768px) {
  .section-with-cloud {
    padding-top: 100px;
  }
}

.section-with-top-cloud-mobile {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.section-with-cloud-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .section-with-cloud-bottom {
    padding-bottom: 100px;
  }
}

.competitions-mobile-carousel .owl-dots .owl-dot span {
  background: #484E54 !important;
}
.competitions-mobile-carousel .owl-dots .owl-dot.active span {
  background: #BFBFBD !important;
  width: 30px !important;
}
.competitions-mobile-carousel img {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.in-conjunction-mobile-carousel .owl-dots .owl-dot span {
  background: #F2F2F2 !important;
}
.in-conjunction-mobile-carousel .owl-dots .owl-dot.active span {
  background: #BFBFBD !important;
  width: 30px !important;
}

.exhibitor-mobile-carousel .owl-dots .owl-dot span {
  background: #D3D2CC !important;
}
.exhibitor-mobile-carousel .owl-dots .owl-dot.active span {
  background: #BFBFBD !important;
  width: 30px !important;
}

.content-img img {
  aspect-ratio: 16/9;
}

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