:root {
  --bs-dark-rgb: 87, 144, 50;
  --bs-primary: rgb(87, 144, 50);
  --bs-primary-bg-subtle: rgb(208, 231, 193);
  --bs-dark-border-subtle: #466a30;
  --bs-body-font-size: 1rem;
  --bs-body-color: #29343d;
}

.address-icon-link {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--bs-primary);
}

.event-header-section {
  position: relative;
  box-sizing: border-box;
  inline-size: 100%;
  height: 35vw;
  padding-block-start: 2vw;
  padding-inline-start: 4vw;
  background-color: #191c17;
  background-position: center;
  background-size: cover;
}

.event-header-section::after {
  content: '';
  position: absolute;
  border-radius: var(--bs-border-radius-lg) !important;
  background-image: linear-gradient( to bottom, rgb(0 0 0 / 1), rgb(0 0 0 / 0.6) 30%, rgb(0 0 0 / 0) 40%, rgb(0 0 0 / 0) 100% );
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 100%;
}

.event-header-section__content {
  position: relative;
  z-index: 1;
}

.event-header-section__content-header {
  --bs-heading-color: #fff;
}

.unat-swiper {
  height: min(50vw, 450px);
}

.unat-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.unat-swiper-img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.unat-video-container {
  /*width: 100%;*/
  height: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

.unat-video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.main-wrapper ul {
  list-style: initial;
  padding: initial;
  padding-left: 2rem;
}

/*
.container-fluid ul li {  
  padding: initial;
}*/

