.event-page {
  width: 100%;
}

.hero-h {
  min-height: 700px;
  max-height: 700px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .hero-h {
    min-height: 620px;
    max-height: 620px;
  }
}
@media (min-width: 1023px) {
  .hero-h {
    min-height: 100vh;
    max-height: auto;
  }
}
@media (min-width: 1199px) {
  .hero-h {
    min-height: 807px;
    max-height: 807px;
  }
}

.hero-section {
  height: 100vh;
  min-height: 900px;
}
@media (min-width: 1199px) {
  .hero-section {
    height: 897px;
    min-height: 897px;
  }
}
@media (min-width: 2249px) {
  .hero-section {
    max-height: 100%;
  }
}
@media (min-width: 1023px) {
  .hero-section .row {
    justify-content: space-between;
  }
}
@media (min-width: 1199px) {
  .hero-section .row {
    flex-wrap: nowrap;
  }
}
.hero-section .col-content {
  max-width: 610px;
  width: 100%;
}
.hero-section .col-carousel {
  max-width: 395px;
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 1199px) {
  .hero-section .col-carousel {
    margin-top: 42px;
  }
}
.hero-section .content {
  width: 100%;
}
.hero-section .content .logo {
  max-width: 307px;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1199px) {
  .hero-section .content .logo {
    max-width: 540px;
    margin-bottom: 24px;
  }
}
.hero-section .content .logo img {
  max-width: 100%;
  height: auto;
}
.hero-section .content .title, .hero-section .content .subtitle {
  color: #fff;
}
.hero-section .content h1.title {
  font-size: 1.5rem;
  line-height: 110%;
  margin-bottom: 24px;
}
@media (min-width: 1199px) {
  .hero-section .content h1.title {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}
.hero-section .content .slogan {
  font-family: "Inerta-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 110%;
  letter-spacing: 0%;
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
}
.hero-section .content p.subtitle {
  font-size: clamp(1rem, 1.5vw + 0.8rem, 1.25rem);
  line-height: 25px;
}
.hero-section .content .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin-top: 60px;
}
@media (min-width: 1199px) {
  .hero-section .content .buttons-wrapper {
    margin-top: 80px;
  }
}
.hero-section .content .buttons-wrapper .btn-black {
  max-width: -moz-max-content;
  max-width: max-content;
}
.hero-section .content .buttons-wrapper .btn-transparent {
  line-height: 22px !important;
}
.hero-section .carousel-wrapper {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 0.5px solid rgba(255, 255, 255, 0.6);
  background: rgba(58, 39, 99, 0.17);
  display: none;
}
@media (min-width: 1023px) {
  .hero-section .carousel-wrapper {
    display: block;
  }
}
.hero-section .es-slider-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  font-family: sans-serif;
}
.hero-section .es-slides {
  position: relative;
  height: 220px;
}
.hero-section .es-slide {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hero-section .es-slide.active {
  opacity: 1;
}
.hero-section .es-slide-label {
  font-family: "Inerta-Regular", sans-serif;
  font-size: clamp(0.875rem, 0.5vw + 0.75rem, 1rem);
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 21px;
}
.hero-section .es-slide-date {
  font-family: "Inerta-Medium", sans-serif;
  font-size: clamp(1.2rem, 2vw + 1rem, 1.5rem);
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
.hero-section .es-slide-meta {
  font-family: "Inerta-Regular", sans-serif;
  font-size: clamp(0.875rem, 0.5vw + 0.75rem, 1rem);
  line-height: 18px;
  letter-spacing: 0%;
  color: #fff;
}
.hero-section .es-slide-footer {
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  padding-top: 21px;
}
.hero-section .es-slide-link {
  font-family: "Inerta-Regular", sans-serif;
  font-size: clamp(0.875rem, 0.5vw + 0.75rem, 1rem);
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FF9500;
  text-decoration: none;
}
.hero-section .es-dots {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  padding: 0 24px 20px;
  margin-top: 10px;
}
.hero-section .es-dot {
  max-width: 8px;
  width: 100%;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 0.5px solid #FFFFFF;
  display: inline-block;
  transition: background 0.3s;
  cursor: pointer;
}
.hero-section .es-dot.active {
  background: #fff;
}
.hero-section .es-w-dot {
  display: inline-block;
  margin: 0 8px;
}
.hero-section .es-arrow {
  max-width: 23px;
  width: 100%;
  height: 19px;
  display: inline-block;
  max-width: 23px;
  width: 100%;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='13' viewBox='0 0 23 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2588 8.00002H0' stroke='%23FF9500' stroke-width='0.926819' stroke-miterlimit='10'/%3E%3Cpath d='M11.3975 3.00005C11.3975 5.73589 13.6616 8.00005 16.3975 8.00005C13.6616 8.00005 11.3975 10.2642 11.3975 13' stroke='%23FF9500' stroke-width='0.855526' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}

.program {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  .program {
    padding: 120px 0;
  }
}
.program .title-wrapper p.subtitle {
  font-family: "Inerta-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000 !important;
}
.program .title-wrapper p.subtitle b {
  font-weight: bolder;
}
.program .col-program {
  max-width: 576px;
  width: 100%;
}
.program .col-program .content {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .program .col-program .content {
    margin-top: 60px;
  }
}
.program .col-program .content hr {
  margin-top: 24px;
}
.program .col-program .content .time {
  background: #35198B;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 3px 8px;
  border-radius: 5px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.program .col-program .content .time span {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
}
.program .col-program .content .item {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #0F0F0F;
  margin: 12px 0 8px 0;
}
@media (min-width: 1199px) {
  .program .col-program .content .item {
    font-size: 1.375rem;
  }
}
.program .col-program .content .speakers, .program .col-program .content .moderator {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0F0F0F;
}
.program .col-program .content .speakers span, .program .col-program .content .moderator span {
  font-family: "Inerta- SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0%;
}
.program .col-program .content .content-text p {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0F0F0F;
  margin: 16px 0 0 0;
}
.program .col-program .content .show-wrapper .show-content {
  font-family: "Inerta-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #0F0F0F;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  cursor: pointer;
}
.program .music-box {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .program .music-box {
    margin-top: 60px;
  }
}
.program .music-box p {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 1199px) {
  .program .music-box p {
    font-size: 1.25px;
  }
}/*# sourceMappingURL=event-page.css.map */