.all-events-card {
  height: 100%;
}
.all-events-card > .component-content {
  height: 100%;
}
.all-events-card > .component-content > a {
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  overflow: hidden;
  text-align: left;
  border: 1px solid #d5d4d4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #2D2926;
}
.all-events-card > .component-content > a .media {
  position: relative;
}
.all-events-card > .component-content > a button[aria-label=like] {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.all-events-card > .component-content > a .free-banner {
  position: absolute;
  top: 0;
  right: 0;
}
.all-events-card > .component-content > a img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.all-events-card > .component-content > a:hover {
  background: #26646A;
  border: 1px solid #26646A;
  color: #fff;
}
.all-events-card > .component-content > a:hover .text .date:before {
  background: url('data:image/svg+xml, %3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M20.625 4.3125H16.6875V2.8125C16.6875 2.70937 16.6031 2.625 16.5 2.625H15.1875C15.0844 2.625 15 2.70937 15 2.8125V4.3125H9V2.8125C9 2.70937 8.91563 2.625 8.8125 2.625H7.5C7.39687 2.625 7.3125 2.70937 7.3125 2.8125V4.3125H3.375C2.96016 4.3125 2.625 4.64766 2.625 5.0625V20.625C2.625 21.0398 2.96016 21.375 3.375 21.375H20.625C21.0398 21.375 21.375 21.0398 21.375 20.625V5.0625C21.375 4.64766 21.0398 4.3125 20.625 4.3125ZM19.6875 19.6875H4.3125V10.7812H19.6875V19.6875ZM4.3125 9.1875V6H7.3125V7.125C7.3125 7.22813 7.39687 7.3125 7.5 7.3125H8.8125C8.91563 7.3125 9 7.22813 9 7.125V6H15V7.125C15 7.22813 15.0844 7.3125 15.1875 7.3125H16.5C16.6031 7.3125 16.6875 7.22813 16.6875 7.125V6H19.6875V9.1875H4.3125Z" fill="white" /%3e%3c/svg%3e');
}
.all-events-card > .component-content > a:hover .text .location:before {
  background: url('data:image/svg+xml, %3csvg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg clip-path="url%28%23clip0_2652_40078%29"%3e%3cpath d="M21 10.5C21 17.5 12 23.5 12 23.5C12 23.5 3 17.5 3 10.5C3 8.11305 3.94821 5.82387 5.63604 4.13604C7.32387 2.44821 9.61305 1.5 12 1.5C14.3869 1.5 16.6761 2.44821 18.364 4.13604C20.0518 5.82387 21 8.11305 21 10.5Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /%3e%3cpath d="M12 13.5C13.6569 13.5 15 12.1569 15 10.5C15 8.84315 13.6569 7.5 12 7.5C10.3431 7.5 9 8.84315 9 10.5C9 12.1569 10.3431 13.5 12 13.5Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_2652_40078"%3e%3crect width="24" height="24" fill="white" transform="translate%280 0.5%29" /%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e');
}
.all-events-card > .component-content > a:hover .text .online:before {
  background: url('data:image/svg+xml, %3csvg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg clip-path="url%28%23clip0_2652_48293%29"%3e%3cpath d="M20 18.5C21.1 18.5 21.99 17.6 21.99 16.5L22 6.5C22 5.4 21.1 4.5 20 4.5H4C2.9 4.5 2 5.4 2 6.5V16.5C2 17.6 2.9 18.5 4 18.5H0V20.5H24V18.5H20ZM4 6.5H20V16.5H4V6.5Z" fill="white" /%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_2652_48293"%3e%3crect width="24" height="24" fill="white" transform="translate%280 0.5%29" /%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e');
}
.all-events-card > .component-content > a .text {
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.all-events-card > .component-content > a .text .date {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  display: flex;
}
.all-events-card > .component-content > a .text .date:before {
  display: block;
  content: "";
  background: url('data:image/svg+xml, %3csvg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M20.625 4.8125H16.6875V3.3125C16.6875 3.20937 16.6031 3.125 16.5 3.125H15.1875C15.0844 3.125 15 3.20937 15 3.3125V4.8125H9V3.3125C9 3.20937 8.91563 3.125 8.8125 3.125H7.5C7.39687 3.125 7.3125 3.20937 7.3125 3.3125V4.8125H3.375C2.96016 4.8125 2.625 5.14766 2.625 5.5625V21.125C2.625 21.5398 2.96016 21.875 3.375 21.875H20.625C21.0398 21.875 21.375 21.5398 21.375 21.125V5.5625C21.375 5.14766 21.0398 4.8125 20.625 4.8125ZM19.6875 20.1875H4.3125V11.2812H19.6875V20.1875ZM4.3125 9.6875V6.5H7.3125V7.625C7.3125 7.72813 7.39687 7.8125 7.5 7.8125H8.8125C8.91563 7.8125 9 7.72813 9 7.625V6.5H15V7.625C15 7.72813 15.0844 7.8125 15.1875 7.8125H16.5C16.6031 7.8125 16.6875 7.72813 16.6875 7.625V6.5H19.6875V9.6875H4.3125Z" fill="black" /%3e%3c/svg%3e');
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  .all-events-card > .component-content > a .text .date {
    font-size: 16px;
  }
}
.all-events-card > .component-content > a .text .title {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 575.98px) {
  .all-events-card > .component-content > a .text .title {
    font-size: 18px;
  }
}
.all-events-card > .component-content > a .text .location {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  display: flex;
}
.all-events-card > .component-content > a .text .location:before {
  display: block;
  content: "";
  background: url('data:image/svg+xml, %3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M13.5 9C13.5 9.82843 12.8284 10.5 12 10.5C11.1716 10.5 10.5 9.82843 10.5 9C10.5 8.17157 11.1716 7.5 12 7.5C12.8284 7.5 13.5 8.17157 13.5 9Z" stroke="black" stroke-width="2" stroke-linejoin="round" /%3e%3cpath d="M4.5 9.62903C4.5 4.8871 7.625 1.5 12 1.5C16.375 1.5 19.5 4.8871 19.5 9.62903C19.5 14.5188 15.6655 18.969 12 21.75C8.33454 18.969 4.5 14.5188 4.5 9.62903Z" stroke="black" stroke-width="2" stroke-linejoin="round" /%3e%3c/svg%3e');
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  .all-events-card > .component-content > a .text .location {
    font-size: 16px;
  }
}
.all-events-card > .component-content > a .text .online {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  display: flex;
}
.all-events-card > .component-content > a .text .online:before {
  display: block;
  content: "";
  background: url('data:image/svg+xml, %3csvg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg clip-path="url%28%23clip0_2652_48293%29"%3e%3cpath d="M20 18.5C21.1 18.5 21.99 17.6 21.99 16.5L22 6.5C22 5.4 21.1 4.5 20 4.5H4C2.9 4.5 2 5.4 2 6.5V16.5C2 17.6 2.9 18.5 4 18.5H0V20.5H24V18.5H20ZM4 6.5H20V16.5H4V6.5Z" fill="%23323232" /%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_2652_48293"%3e%3crect width="24" height="24" fill="white" transform="translate%280 0.5%29" /%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e');
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  .all-events-card > .component-content > a .text .online {
    font-size: 16px;
  }
}
.all-events-card > .component-content > a .text .tags {
  display: none;
  flex-wrap: wrap;
  gap: 4px;
}
.all-events-card > .component-content > a .text .tags span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #2d2926;
  background: #FFDC28;
  border-radius: 20px;
  padding: 3px 10px;
  display: block;
}
.all-events-card:not([data-free=true]) .free-banner {
  display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .all-events-card {
    height: 100%;
  }
  .all-events-card > .component-content {
    height: 100%;
  }
  .all-events-card > .component-content > a img {
    width: 300px;
  }
}
.super-event-banner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #ffc845;
  color: #2d2926;
  transform: rotate(-45deg) translate(-28%, -35%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
}

[data-super-event] .super-event-banner {
  display: flex;
}

#events-filter .dropdown-menu,
.events-filter .dropdown-menu {
  border-image-source: linear-gradient(90deg, #3CA0F0 0.33%, #3CC882 50.52%, #FFDC28 99.74%);
  border-image-slice: 0;
  border-radius: 8px;
  background-color: #fff;
  border-width: 3px 0 0 0;
  border-style: solid;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #3CA0F0 0.33%, #3CC882 50.52%, #FFDC28 99.74%);
}
#events-filter .filter-wrapper > button,
.events-filter .filter-wrapper > button {
  color: #6464E6;
  font-weight: 600;
  font-size: 32px;
  height: 54px;
  padding: 8px 12px;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  #events-filter .filter-wrapper > button,
.events-filter .filter-wrapper > button {
    font-size: 24px;
    height: 45px;
  }
}
@media (max-width: 575.98px) {
  #events-filter .filter-wrapper > button,
.events-filter .filter-wrapper > button {
    font-size: 18px;
    height: 38px;
  }
}
#events-filter .filter-wrapper > button::after,
.events-filter .filter-wrapper > button::after {
  content: none;
}
#events-filter .filter-wrapper > button img,
.events-filter .filter-wrapper > button img {
  width: 30px;
  height: 30px;
  vertical-align: sub;
}
@media (max-width: 991.98px) {
  #events-filter .filter-wrapper > button img,
.events-filter .filter-wrapper > button img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 575.98px) {
  #events-filter .filter-wrapper > button img,
.events-filter .filter-wrapper > button img {
    width: 20px;
    height: 20px;
  }
}
#events-filter .filter-wrapper .btn:focus:not(:active):not(:hover),
.events-filter .filter-wrapper .btn:focus:not(:active):not(:hover) {
  background-color: #fff !important;
}
#events-filter .filter-wrapper .dropdown-menu,
.events-filter .filter-wrapper .dropdown-menu {
  padding: 28px 29px;
}
@media (max-width: 575.98px) {
  #events-filter .filter-wrapper .dropdown-menu,
.events-filter .filter-wrapper .dropdown-menu {
    padding: 44px 16px 32px 16px;
  }
}
#events-filter .sort-by-wrapper,
.events-filter .sort-by-wrapper {
  margin-right: 5px;
}
#events-filter .sort-by-wrapper .dropdown-menu,
.events-filter .sort-by-wrapper .dropdown-menu {
  padding: 14px 20px 0;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 250px !important;
  transform: translate3d(-59px, 69px, 0px) !important;
}
#events-filter .sort-by-wrapper .dropdown-menu li,
.events-filter .sort-by-wrapper .dropdown-menu li {
  color: #141E3C;
  margin-bottom: 14px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  font-size: 24px !important;
}
@media (max-width: 991.98px) {
  #events-filter .sort-by-wrapper .dropdown-menu li,
.events-filter .sort-by-wrapper .dropdown-menu li {
    font-size: 20px !important;
  }
}
@media (max-width: 575.98px) {
  #events-filter .sort-by-wrapper .dropdown-menu li,
.events-filter .sort-by-wrapper .dropdown-menu li {
    font-size: 16px !important;
  }
}
#events-filter .sort-by-wrapper .dropdown-menu li .form-check-input,
.events-filter .sort-by-wrapper .dropdown-menu li .form-check-input {
  background-color: transparent;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  #events-filter .sort-by-wrapper .dropdown-menu,
.events-filter .sort-by-wrapper .dropdown-menu {
    width: 228px !important;
    transform: translate3d(5px, 69px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  #events-filter .sort-by-wrapper .dropdown-menu,
.events-filter .sort-by-wrapper .dropdown-menu {
    width: 228px !important;
    transform: translate3d(5px, 60px, 0px) !important;
  }
}
@media (max-width: 575.98px) {
  #events-filter .sort-by-wrapper .dropdown-menu,
.events-filter .sort-by-wrapper .dropdown-menu {
    width: calc(100vw - 38px) !important;
    transform: translate3d(-153px, 50px, 0px) !important;
  }
}
#events-filter .all-filters-wrapper,
.events-filter .all-filters-wrapper {
  margin-left: 2px;
}
@media (min-width: 576px) {
  #events-filter .all-filters-wrapper .h3,
#events-filter .all-filters-wrapper h3,
.events-filter .all-filters-wrapper .h3,
.events-filter .all-filters-wrapper h3 {
    font-size: 28px !important;
    line-height: 120% !important;
  }
}
@media (max-width: 575.98px) {
  #events-filter .all-filters-wrapper .h3,
#events-filter .all-filters-wrapper h3,
.events-filter .all-filters-wrapper .h3,
.events-filter .all-filters-wrapper h3 {
    font-size: 18px !important;
  }
}
#events-filter .all-filters-wrapper .irs--round,
.events-filter .all-filters-wrapper .irs--round {
  width: 85% !important;
}
#events-filter .all-filters-wrapper .dropdown-menu,
.events-filter .all-filters-wrapper .dropdown-menu {
  max-height: inherit;
  overflow: visible;
  color: #6464E6;
  position: relative;
  padding: 0px !important;
  width: 692px !important;
  transform: translate3d(-2px, 70px, 0px) !important;
}
@media (max-width: 991.98px) {
  #events-filter .all-filters-wrapper .dropdown-menu,
.events-filter .all-filters-wrapper .dropdown-menu {
    position: absolute;
    width: 728px !important;
  }
}
@media (max-width: 767.98px) {
  #events-filter .all-filters-wrapper .dropdown-menu,
.events-filter .all-filters-wrapper .dropdown-menu {
    position: absolute;
    transform: translate3d(-2px, 60px, 0px) !important;
    width: calc(100vw - 62px) !important;
    max-width: 695px;
  }
}
@media (max-width: 575.98px) {
  #events-filter .all-filters-wrapper .dropdown-menu,
.events-filter .all-filters-wrapper .dropdown-menu {
    position: absolute;
    width: calc(100vw - 38px) !important;
    transform: translate3d(-2px, 50px, 0px) !important;
  }
}
#events-filter .all-filters-wrapper .dropdown-menu .all-filter-group,
.events-filter .all-filters-wrapper .dropdown-menu .all-filter-group {
  max-height: 450px;
  overflow: auto;
  padding: 5px 41px !important;
  margin: 45px 6px 31px !important;
}
@media (max-width: 991.98px) {
  #events-filter .all-filters-wrapper .dropdown-menu .all-filter-group,
.events-filter .all-filters-wrapper .dropdown-menu .all-filter-group {
    max-height: 400px;
    padding: 5px 31px !important;
    margin: 45px 6px 24px !important;
  }
}
@media (max-width: 575.98px) {
  #events-filter .all-filters-wrapper .dropdown-menu .all-filter-group,
.events-filter .all-filters-wrapper .dropdown-menu .all-filter-group {
    padding: 5px 14px !important;
    margin: 39px 6px 41px !important;
  }
}
#events-filter .all-filters-wrapper .dropdown-menu .all-filter-group::-webkit-scrollbar,
.events-filter .all-filters-wrapper .dropdown-menu .all-filter-group::-webkit-scrollbar {
  width: 6px;
  border-radius: 40px;
}
#events-filter .all-filters-wrapper .dropdown-menu .all-filter-group::-webkit-scrollbar-thumb,
.events-filter .all-filters-wrapper .dropdown-menu .all-filter-group::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #D9D9D9;
}
#events-filter .all-filters-wrapper .dropdown-menu .all-filter-group .close-calendar-icon,
.events-filter .all-filters-wrapper .dropdown-menu .all-filter-group .close-calendar-icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  transform: scale(0.5);
  z-index: 10;
}
#events-filter .all-filters-wrapper .dropdown-menu .all-filter-group .close-calendar-icon,
.events-filter .all-filters-wrapper .dropdown-menu .all-filter-group .close-calendar-icon {
  cursor: pointer;
}
#events-filter .all-filters-wrapper .dropdown-clear-filters,
.events-filter .all-filters-wrapper .dropdown-clear-filters {
  color: #000;
  float: none;
}
#events-filter .all-filters-wrapper .btn-search,
.events-filter .all-filters-wrapper .btn-search {
  padding: 8px 16px;
  width: auto;
  border-radius: 10px;
  height: auto;
}
#events-filter .all-filters-wrapper button.nac-chip,
.events-filter .all-filters-wrapper button.nac-chip {
  margin-bottom: 0.5rem !important;
}
@media (max-width: 575.98px) {
  #events-filter .all-filters-wrapper button.nac-chip,
.events-filter .all-filters-wrapper button.nac-chip {
    padding: 5px 10px !important;
  }
}
#events-filter .all-filters-wrapper .close-dropdown-icon,
.events-filter .all-filters-wrapper .close-dropdown-icon {
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 32px;
  top: 26px;
  right: 26px;
}
@media (max-width: 991.98px) {
  #events-filter .all-filters-wrapper .close-dropdown-icon,
.events-filter .all-filters-wrapper .close-dropdown-icon {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 575.98px) {
  #events-filter .all-filters-wrapper .close-dropdown-icon,
.events-filter .all-filters-wrapper .close-dropdown-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
  }
}
#events-filter .all-filters-wrapper .date-picker,
.events-filter .all-filters-wrapper .date-picker {
  padding-left: 0px;
  border-image-source: linear-gradient(90deg, #3CA0F0 0.33%, #3CC882 50.52%, #FFDC28 99.74%);
  border-image-slice: 0;
  border-radius: 8px;
  background-color: #fff;
  border-width: 3px 0 0 0;
  border-style: solid;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #3CA0F0 0.33%, #3CC882 50.52%, #FFDC28 99.74%);
}

.filter-item-group .chip-wrapper {
  flex-wrap: wrap;
  overflow: hidden;
}
.filter-item-group .show-more,
.filter-item-group .show-less {
  text-decoration: underline;
  color: #fff;
  background-color: transparent;
  border: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  float: left;
  margin-top: 8px;
  margin-bottom: 17px;
}

.btn-clear-all-filters {
  display: flex;
  background-color: transparent;
  align-items: center;
  color: #fff;
  border: none;
  margin-top: 34px;
  margin-bottom: 39px;
  padding-left: 0;
  cursor: pointer;
  float: right;
  margin-top: 8px;
  margin-bottom: 17px;
}
.btn-clear-all-filters img {
  margin-left: 8px;
  transform: rotateY(180deg);
  height: 18px;
  width: 22px;
}

.sub-event-filter {
  margin: auto;
}
.sub-event-filter .filter-wrapper > button {
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .sub-event-filter .filter-wrapper > button {
    font-size: 36px !important;
  }
}
@media (max-width: 575.98px) {
  .sub-event-filter .filter-wrapper > button {
    font-size: 24px !important;
  }
}
.sub-event-filter .filter-wrapper > button img {
  width: 54px;
  height: 54px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .sub-event-filter .filter-wrapper > button img {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 575.98px) {
  .sub-event-filter .filter-wrapper > button img {
    width: 36px;
    height: 36px;
  }
}
.sub-event-filter .all-filters-wrapper {
  text-align: center;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.sub-event-filter .all-filters-wrapper > button {
  background-color: transparent !important;
  outline-color: transparent;
  border: none;
  color: #FFF !important;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.92px;
  height: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
  word-break: break-word;
}
.sub-event-filter .all-filters-wrapper > button:focus, .sub-event-filter .all-filters-wrapper > button:hover {
  outline-style: none;
  outline-width: 0;
  box-shadow: none !important;
  background-color: transparent !important;
  outline: none !important;
}
@media (max-width: 575.98px) {
  .sub-event-filter .all-filters-wrapper > button {
    font-size: 30px;
    line-height: 38px;
  }
}
.sub-event-filter .all-filters-wrapper .btn:focus:not(:active):not(:hover) {
  background-color: transparent !important;
}
.sub-event-filter .all-filters-wrapper .all-filter-dropdown {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%) !important;
}
.sub-event-filter .all-filters-wrapper .all-filter-dropdown .all-filter-group h4 {
  font-size: 28px;
  line-height: 120%;
  margin-top: 0.5rem;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .sub-event-filter .all-filters-wrapper .all-filter-dropdown .all-filter-group h4 {
    font-size: 18px;
  }
}
.sub-event-filter .all-filters-wrapper .all-filter-dropdown .all-filter-group button.btn-clear-all-filters {
  margin-left: 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 575.98px) {
  .sub-event-filter .all-filters-wrapper .all-filter-dropdown .all-filter-group button.btn-clear-all-filters {
    font-size: 14px;
    margin: 32px 0px;
  }
}
.sub-event-filter .all-filters-wrapper .all-filter-dropdown .all-filter-group button.btn-clear-all-filters img {
  transform: rotateY(0);
  width: 32px;
  height: 26px;
}
@media (max-width: 575.98px) {
  .sub-event-filter .all-filters-wrapper .all-filter-dropdown .all-filter-group button.btn-clear-all-filters img {
    width: 22px;
    height: 18px;
  }
}
.sub-event-filter .filter-item-group {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.sub-event-filter .filter-item-group h3 {
  font-weight: 600;
}
.sub-event-filter .filter-item-group .chip-wrapper {
  flex-wrap: wrap;
}
.sub-event-filter .filter-item-group .show-more,
.sub-event-filter .filter-item-group .show-less {
  text-decoration: underline;
  color: #fff;
  background-color: transparent;
  border: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  float: left;
  margin-top: 8px;
  margin-bottom: 17px;
}

.action-group {
  margin-top: 20px;
}

#all-events {
  padding-bottom: 38px;
  background-color: #141e3c;
}
#all-events .waterfall-container .loading {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#all-events .waterfall-container .loading img {
  width: 200px;
  height: 200px;
}
@media (max-width: 575.98px) {
  #all-events .waterfall-container .loading img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575.98px) {
  #all-events .waterfall-container .loading {
    top: 30px;
  }
}
#all-events .waterfall-container .loading p {
  font-weight: 900;
  font-size: 24px;
  line-height: 28.8px;
  background: linear-gradient(90deg, #3CA6E0 0%, #3CC882 49.88%, #FFDC28 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 36px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 575.98px) {
  #all-events .waterfall-container .loading p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .events-page .filter-item-group {
    margin-top: 0;
  }
}
.events-page .filter-item-group .my-2 {
  font-size: 32px;
}
@media (max-width: 991.98px) {
  .events-page .filter-item-group .my-2 {
    margin-top: 28px;
  }
}
@media (max-width: 575.98px) {
  .events-page .filter-item-group .my-2 {
    margin-top: 20px;
  }
}

#section-main {
  background: linear-gradient(360deg, #141e3c 26.13%, rgba(20, 30, 60, 0.5) 100%);
}

.nacPaginationContainer {
  margin-top: 64px;
}
@media (max-width: 991.98px) {
  .nacPaginationContainer {
    margin-top: 40px;
  }
}
.nacPaginationContainer:empty {
  margin-top: 0;
}
.nacPaginationContainer .nacPagination {
  display: block;
  width: 100%;
  height: 60px;
  padding-top: 20px;
  border-top: 1px solid #e4e7ec;
  padding: 20px 135px 0 135px;
  position: relative;
}
@media (max-width: 575.98px) {
  .nacPaginationContainer .nacPagination {
    height: 53px;
    padding: 16px 40px 0 40px;
    margin-top: 40px;
  }
}
.nacPaginationContainer .nacPagination .previousButton {
  width: 121px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 0;
  padding: 10px 16px 10px 44px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .nacPaginationContainer .nacPagination .previousButton {
    height: 36px;
    width: 36px;
    border: 1px solid #D0D5DD;
    top: 16px;
    padding: 8px;
    border-radius: 8px;
  }
}
.nacPaginationContainer .nacPagination .previousButton svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 16px;
}
@media (max-width: 575.98px) {
  .nacPaginationContainer .nacPagination .previousButton svg {
    top: 8px;
    left: 8px;
  }
}
.nacPaginationContainer .nacPagination .previousButton span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #344054;
}
@media (max-width: 575.98px) {
  .nacPaginationContainer .nacPagination .previousButton span {
    display: none;
  }
}
.nacPaginationContainer .nacPagination .nextButton {
  width: 94px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 10px 44px 10px 16px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .nacPaginationContainer .nacPagination .nextButton {
    height: 36px;
    width: 36px;
    border: 1px solid #D0D5DD;
    top: 16px;
    padding: 8px;
    border-radius: 8px;
  }
}
.nacPaginationContainer .nacPagination .nextButton svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 16px;
}
@media (max-width: 575.98px) {
  .nacPaginationContainer .nacPagination .nextButton svg {
    top: 8px;
    right: 8px;
  }
}
.nacPaginationContainer .nacPagination .nextButton span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #344054;
}
@media (max-width: 575.98px) {
  .nacPaginationContainer .nacPagination .nextButton span {
    display: none;
  }
}
.nacPaginationContainer .nacPagination .previousButton:hover,
.nacPaginationContainer .nacPagination .nextButton:hover {
  background-color: #F9FAFB;
}
.nacPaginationContainer .nacPagination button:disabled {
  background-color: #F9FAFB !important;
}
.nacPaginationContainer .nacPagination .paginationItemsArea {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .nacPaginationContainer .nacPagination .paginationItemsArea {
    top: 16px;
  }
}
.nacPaginationContainer .nacPagination .paginationItemsArea .paginationButton,
.nacPaginationContainer .nacPagination .paginationItemsArea .paginationContent {
  flex-shrink: 0;
  float: left;
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  color: #475467;
}
@media (max-width: 575.98px) {
  .nacPaginationContainer .nacPagination .paginationItemsArea .paginationButton,
.nacPaginationContainer .nacPagination .paginationItemsArea .paginationContent {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
  }
}

.chip-contain {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.sub-event-page #all-events {
  background-color: #fff;
}
.sub-event-page #all-events .responsive-container {
  padding-top: 48px;
}
@media (max-width: 575.98px) {
  .sub-event-page #all-events .responsive-container {
    padding-top: 24px;
  }
}
.sub-event-page #all-events .responsive-container .waterfall-container {
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 32px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .sub-event-page #all-events .responsive-container .waterfall-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px 24px;
  }
}
@media (max-width: 575.98px) {
  .sub-event-page #all-events .responsive-container .waterfall-container {
    gap: 24px 13px;
  }
}

.subEventDropdownMask {
  background: rgba(20, 30, 60, 0.7);
  z-index: 20;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.noscroll {
  overflow: hidden !important;
}