.eventList.type2 .eve.mainContent,
.mainContent a {
  color: #231f20;
}
.mainContent {
  background-color: var(--purple);
  /* padding-bottom: 86px; */
}
.enrolItem[data-part="2"] .contentContainer {
  padding-top: var(--mar_top_mid);
}

.pageHead {
  position: relative;
  /* color: var(--white); */
  background-image: url(../images/all_programme_top_bg.svg);
  height: 185px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
/* .pageHead::before {
  content: "";
  display: block;
  background-color: #3fb7a0;
  background-image: url(../images/page_head_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  height: 0;
  padding-bottom: 41%;
} */
.pageHead .pageTitleContainer {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
.pageHead .pageTitle::after {
  /* content: '';
	display: block;
    width: 261px;
    height: 2px; */
  /* background-image: url(../images/mint_content_divider.svg); */
  /* background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
	margin-top: 4px; */
}
nav {
  display: none;
  padding: 14px 0;
}
nav .navArrow {
  width: 14px;
  height: 14px;
  background-image: url(../images/icn_nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin: 0 20px;
}
nav .navItem {
  font-size: 13px;
  /* color: #847bb7; */
  text-decoration: none;
}
nav .navItem.active {
  font-weight: bold;
  color: #231f20;
  background-color: transparent !important;
  border-bottom: 0px;
}

.desc {
  padding-top: 15px;
}

.bling {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  pointer-events: none;
}
.bling span {
  /* display: none; */
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  opacity: 0;
  animation: starBlink 2s infinite;
}
.bling span:nth-child(1) {
  display: inline-block;
  vertical-align: top;
}
.bling span:nth-child(2) {
  animation-delay: 0.5s;
}
.bling.bling1 span {
  background-image: url(../images/bling1.svg);
}
.bling.bling2 span {
  background-image: url(../images/bling2.svg);
}
.datepickerWrapper {
  display: flex;
  width: 100%;
  border-bottom: 1px solid var(--white);
  /* align-items: center; */
  flex-direction: column;
}

.datepickerWrapper .sort_by_date_title {
  width: 113px;
  margin-right: 67px;
  margin-top: 40px;
  font-weight: 700;
}

.datepickerWrapper .clearDatepicker {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 8px;
}
.datepickerWrapper .btnClearFilters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;

  font-size: 16px;
  color: #231f20;
  text-decoration: none;
  position: absolute;
  top: -26px;
}
/* .datepickerWrapper .btnClearFilters::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icn_clear.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
} */

.sort_by_date_title .eventFilters {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.eventFilters .filtersScroll {
  width: 100%;
  padding-left: var(--pad_lr);
  overflow-x: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.eventFilters .filtersScroll::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.cateFilter {
  display: none;
}
.locationFilter {
  display: block;
}

.eventFilters .filtersRow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  /* margin-top: 16px; */
  border: 1px solid var(--white);
  width: 100%;
  padding: 27px;
  flex-wrap: wrap;
  position: relative;
  border-top: none;
}
.eventFilters .en::before {
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  /* background-color: white; */
  position: absolute;
  /* border: 1px solid white; */
  /* background-color: var(--green_light); */
  border-left: 1px solid white;
  border-top: 1px solid white;
  top: -17px;
  background-color: var(--light_green);
  left: 28px;
  transform: rotate(64deg) translateY(50%) skewX(38deg);
}
.eventPeriodFilter .en::before {
  left: 265px;
}
.cateFilter .en::before {
  left: 129px;
}
.eventFilters .tc::before {
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  /* background-color: white; */
  position: absolute;
  /* border: 1px solid white; */
  /* background-color: var(--green_light); */
  border-left: 1px solid white;
  border-top: 1px solid white;
  top: -17px;
  background-color: var(--light_green);
  left: 11px;
  transform: rotate(64deg) translateY(50%) skewX(38deg);
}
.eventPeriodFilter .tc::before {
  left: 172px;
}
.cateFilter .tc::before {
  left: 87px;
}
.filter_event_time {
  display: flex;
  flex-direction: row;
  padding-right: 0px;
  gap: 20px;
}

.eventPeriodFilter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  display: none;
  /* margin-top: 10px; */
}

/* .eventFilters .filterItem:last-child {
  padding-right: var(--pad_lr);
} */
.eventFilters .filterItem .itemBtn {
  display: block;
  font-size: 16px;
  color: #231f20;
  text-decoration: none;
  white-space: nowrap;

  border: 1px solid #231f20;
  background-color: var(--white);
  padding: 5px 15px;
}
.eventFilters .filterItem .itemBtn.active {
  color: var(--white);
  /* font-weight: bold; */
  background-color: #cd3794;
  border-color: #cd3794;
}

.title {
  margin-top: var(--mar_top_mid);
}
/* .titleContainer .decorArrow {
  width: 104px;
  height: 69px;
  background-image: url(../images/green_decor_arrow.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  padding-left: 88px;
  box-sizing: content-box;
}
.titleContainer .decorArrow::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url(../images/gray_decor_arrow.svg) repeat-x 0 0;
  background-size: auto 100%;
  margin-left: 104px;
} */
.bgDecor {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.bgDecor .decorArrow {
  width: 172px;
  height: 114px;
  background-image: url(../images/pink_decor_arrow.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
}

.infoVal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.infoVal .itemIcon {
  flex-shrink: 0;
  width: 18px;
  margin-top: 2px;
  margin-right: 15px;
}
.infoContainer {
  padding-top: var(--pad_top_big);
}
.infoContainer .infoTxts {
  /* border-top: 1px solid var(--mint); */
  /* padding-top: 35px; */
  margin-top: 35px;
}
.infoContainer .infoTxts .infoDesc {
  text-align: justify;
}
.infoContainer .itemLink {
  word-break: break-all;
}
.infoBox {
  /* padding: 0px 15px 20px; */
  font-size: 16px;
}
.infoBox .infoItem:not(:first-child) {
  border-top: 1px solid var(--white);
  background-image: url(../images/line_dot.svg);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 2px;
  padding-top: 18px;
  margin-top: 14px;
}
.infoBox .infoVal:not(:first-child) {
  padding-top: 10px;
}
.infoBox .btnWrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  margin-left: -8px;
}
.infoBox .btn {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1em;
  min-width: 108px;
  color: var(--pink_light_txt);
  background: transparent;
  border: 1px solid var(--pink_light_txt);
  padding: 2px 15px;
}
.extraInfo {
  border: 1px solid var(--pink_light);
  border-radius: var(--border_radius2_const);
  padding: 22px 15px 20px;
  margin-top: 70px;
}
.extraInfo .infoItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.extraInfo .infoItem .infoTxts {
  padding-top: 30px;
}
.extraInfo .infoItem .infoTxts .infoTitle {
  margin-bottom: 4px;
}
.extraInfo .infoItem .infoTxts p {
  font-size: var(--fs-remark);
  line-height: 1.5em;
}

/* Programme */

.programme .eventListContainer {
  position: relative;
  padding-bottom: 100px;
  /* overflow: hidden; */
}

#clearFilter {
  position: absolute;
  right: 0px;
  display: none;

  /* transform: translateX(-50%); */
}

.programme .firework_1 span {
  display: block;
  position: absolute;
  top: -20px;
  left: -3%;
  width: 200px;
  aspect-ratio: 1/1;
  background-image: url(../images/firework.svg);
  background-size: 100% auto;
}

.programme .firework_2 span {
  display: block;
  position: absolute;
  width: 450px;
  bottom: -100px;
  right: -150px;
  aspect-ratio: 1/1;
  background-image: url(../images/firework.svg);
  background-size: 100% auto;
  z-index: -1;
}

.programme .firework_3 {
  position: absolute;
  width: 60vw;
  max-width: 500px;
  top: 650px;
  /* bottom: -170px; */
  right: -35%;

  aspect-ratio: 1/1;
  background-image: url(../images/firework.svg);
  background-size: 100% auto;
}
.programme h1 {
  color: #662d91;
}
.programme .mainContent,
.search .mainContent {
  position: relative;
  background-color: transparent;

  /* padding-bottom: 112px; */
}

.search .container {
  max-width: 1182px;
}
/* .programme .mainContent::after,
.search .mainContent::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 253px;
  height: 127px;
  background-image: url(../images/intro_arrow.svg);
  background-repeat: repeat;
  background-position: bottom center;
  background-size: auto 50%;
  background-size: auto 100%;
} */
.programme .eventListWrapper,
.search .eventListWrapper {
  position: relative;
  z-index: 5;
}
.programme .locationContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  width: 100%;
}
.programme .locationContainer .locationChoice > label {
  display: none;
}
.programme .locationChoice {
  width: 25%;

  min-width: 209px;

  height: 35px;
}

.programme .filter_tag .active {
  border-bottom: 1px solid #cd3794;
  color: #231f20;
  position: relative;
}

.programme .locationFilter .filterItem:first-child {
  display: none;
}
.programme .cateFilter .filterItem:first-child {
  display: none;
}
.programme .filter_tag .active span {
  border: none;
}
.programme .locationChoice .select2-container {
  width: 100% !important;
  max-width: 304px;
}
.programme .btnOpenSearch {
  height: 35px;
  background-color: #cd3794;
  padding-inline: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-decoration: none;
  font-size: 18px;
}

.programme .btnOpenSearch .search_icon {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 100%;
  /* border-radius: 50%; */
  background-image: url(../images/icn_search_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}

.programme .filtersScroll_fixed {
  display: flex;
  flex-direction: column;
  height: 56px;
  border-bottom: 1px solid var(--white);
  padding-left: 0px;
  gap: 10px;
  margin-top: 10px;
}
.programme .filtersScroll_fixed .filter_tag_container {
  display: flex;
  gap: 30px;
  flex-grow: 1;
  position: relative;
}

/* .programme .filtersScroll_fixed .filter_tag_container .filter_tag {
  width: 132px;
  display: flex;

} */

.programme .filtersScroll_fixed .filter_tag_container a {
  text-decoration: none;
}

.programme .filtersScroll_fixed .filter_by {
  width: 98px;
  margin-right: 70px;
  font-weight: 700;
}

.filter_by_eventPeriod span,
.filter_by_location span,
.filter_by_category span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icn_arrow_black.svg);
  background-size: 10px;
}

.filter_by_eventPeriod .active,
.filter_by_location .active,
.filter_by_category .active {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/arrow_left.svg);
  background-size: 10px;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.programme .filtersScroll_fixed .filtersRow {
  margin-top: 0px;
}
.eventList.type2 {
  align-items: flex-start;
  min-height: 400px;
  margin: 0;
}
.eventList.type2 .eventItem {
  width: 100%;
  padding: 32px 0px;
}
.eventList.type2 .eventItem .itemBtn {
  flex-direction: column;
  align-items: flex-start;

  padding: 0;
  overflow: hidden;

  position: relative;
  width: 100%;
}

.search .eventList.type2 .eventItem .itemTxts {
  background-color: transparent;
}

.search .eventList.type2 .eventItem {
  border-bottom: 1px solid var(--white);
}
.eventList.type2 .eventItem .itemBtn .district {
  display: flex;
  width: 6%;
  height: fit-content;
  background-color: #662d91;
  font-size: 12px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  overflow-wrap: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.4em;
  position: absolute;
  top: 0px;
  right: 0px;
}

.en .eventList.type2 .eventItem .itemBtn span {
  letter-spacing: 0em;
}
.programme .eventList.type2 .eventItem .itemBtn .en {
  display: flex;
  width: 6%;
  height: fit-content;
  background-color: #662d91;
  font-size: 12px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  overflow-wrap: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0px;
  right: 0px;
}
.eventList.type2 .eventItem .itemImg {
  position: relative;
  flex-shrink: 0;
  width: 94%;
  border-radius: 0;
  margin: 0;
}
.eventList.type2 .eventItem .itemImg img {
  width: 100%;

  height: 100%;
  /* object-fit: cover; */
}
.eventList.type2 .eventItem .itemTxts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: var(--pad_top) 8px;
  height: 100%;
  width: 94%;
  background-color: var(--white);
}
.eventList.type2 .eventItem .period {
  /* font-size: var(--fs-small); */
  line-height: 1em;
  margin-top: 0;
}
.eventList.type2 .eventItem .cateIcon {
  width: 12px;
  margin-right: 6px;
}
.eventList.type2 .eventItem .cateName {
  padding-top: 0;
  margin-top: 6px;
}
/* .eventList.type2 .eventItem .itemTitle {
  flex-grow: 0;
  font-size: 22px;
  line-height: 1.2em;
  margin-top: 6px;
  height: 58px;
  text-overflow: ellipsis;
} */
.eventList.type2 .eventItem .cateNameTxt {
  /* font-size: var(--fs-remark);
  border-radius: 3px; */
  padding: 4px 15px;
  font-size: 16px;
}

.search .eventListWrapper {
  background-color: var(--light_green);
}
.search .mainContent .topContent {
  display: flex;
  flex-direction: row;

  align-items: center;
}
.search .mainContent .topContent .bling span:nth-child(2) {
  display: none;
}
.search h1 {
  padding: 0 10px;
  font-size: 35px;
  color: var(--purple_dark);
  font-weight: 700;
}

.search .topContent_bg {
  padding-top: 53px;
  height: 100%;
  width: 100%;
  background-color: var(--white);
  background-image: url(../images/page_bg_top.svg);
  background-repeat: no-repeat;

  background-position: top center;

  background-size: 100% auto;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.search .topContent {
  width: 100%;
  max-width: 1182px;
}
.searchWrapper {
  padding-top: 20px;
  width: 100%;
  padding-left: var(--pad_lr);
  padding-right: var(--pad_lr);
}
.searchWrapper .searchContainer {
  position: relative;
  width: 100%;
  height: 50px;
  border: 3px solid var(--light_green);
  background: rgba(255, 255, 255, 0.8);

  display: flex;
  flex-direction: row;
  align-items: center;

  max-width: 1182px;
  padding-inline: 10px;
}
.searchWrapper .btnSearch {
  /* position: absolute;
  top: 50%;
  /* left: 18px; */
  width: 52px;
  height: 52px;
  background-image: url(../images/icn_search_deep_purple.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px;
}
.searchWrapper .btnClearSearch {
  /* position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%); */
  /* width: 52px; */
  height: 52px;
  /* background-image: url(../images/icn_clear.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: none;
}
.searchWrapper .inputSearch {
  font-size: 32px;
  font-weight: 700;
  color: var(--purple_dark);
  /* border: 1px solid var(--white); */
  background-color: transparent;
  /* background-image: url(../images/icn_search_white.svg);
    background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: 22px auto; */
  /* height: 60px; */
  outline: none;
  padding: 0px;
}

/* .search .searchCity {
  margin-bottom: 50px;
} */
.search .searchCity .cityContainer {
  display: flex;
  padding-top: 20px;
  justify-content: flex-start;
  gap: 20px;
  margin-left: 0px;
  padding-inline: 62px;
  flex-wrap: wrap;
}

.search .searchCity .cityContainer a {
  color: #231f20;
  text-decoration: none;
  list-style: none;
  font-size: 20px;
  padding: 5px 25px;
  line-height: 31px;
  border: 1px solid #231f20;
  min-width: 93px;
}

.light_green_bg_top {
  width: 100%;
  min-height: 47px;
  background-image: url(../images/light_green_bg_top.svg);
  background-size: 100% auto;
  background-position: top;
  margin-bottom: -1px;
  margin-top: -31px;
  /* top: -6vw; */

  background-repeat: no-repeat;
}

.search .searchNumContainer {
  padding-top: 32px;
  color: #662d91;
  font-size: 25px;
  font-weight: 700;
}
.search .eventList {
  padding-top: 12px;
}

.search .eventListWrapper {
  display: flex;
  flex-direction: column-reverse;
  /* padding-left: 62px; */
  padding-top: 20px;
  /* padding-right: 49px; */
}

.search .eventListWrapper .tagContainer {
  border-left: 1px solid var(--white);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  min-width: 295px;
  /* max-width: 295px; */
  padding-left: 20px;
  padding-top: 20px;
}

.search .eventListWrapper .tagContainer .trendingTitle {
  font-size: 25px;
  font-weight: 700;
  color: #662d91;
  font-family: Arial;
  margin-bottom: 34px;
}

.search .eventListWrapper .tagContainer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 0px;

  /* align-items: center; */
}
.search .eventListWrapper .tagContainer a {
  text-decoration: none;
}
.search .eventListWrapper .tagContainer a li {
  text-decoration: none;
  list-style: none;
  color: #231f20;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  padding-inline: 25px;
  border: 1px solid #231f20;
}
/* all programme */

.programme .mainContent {
  background-color: var(--light_green);
}
#pagination_container {
  height: 100px;

  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  /* left: 50%;
  transform: translateX(50%); */
}
#pagination {
  max-width: 700px;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  margin-left: 0px;
  gap: 10px;
}
#pageTips {
  position: fixed;
  right: 10px;
  font-size: 15px;
}
ul li {
  list-style: none;
  display: inline-block;
  user-select: none;
}
.list-items {
  width: 28px;
  height: 28x;
  line-height: 28px;
  text-align: center;

  color: #231f20;
  cursor: pointer;
  transition: all 0.3s;

  font-size: 25px;
  /* font-weight: 700; */
}
.list-items:hover {
  color: #662d91;
}
.active,
.active:hover {
  color: #662d91;
}
#pagination .active,
#pagination .active:hover {
  border-bottom: 2px solid #662d91;
  font-weight: 700;
}
#pagination #btnPrev,
#btnNext {
  border: 1px solid #662d91;
  color: #662d91;
}
#btnPrev span {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images/icn_purple_arrow.svg);
  background-size: 70% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#btnNext span {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images/icn_purple_arrow.svg);
  background-size: 70% auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}

/* Programme Details */
.programmeDetails .mainWrapper {
  background-color: var(--light_green);
}
.programmeDetails .detailsBanner {
  position: relative;
  overflow: hidden;
  z-index: 11;
}
.programmeDetails .gallery .slick-arrow.slick-next {
  top: 100%;
  right: 30%;
}
.programmeDetails .gallery .slick-arrow.slick-prev {
  top: 100%;
  left: 30%;
  transform: translateY(-50%) rotate(90deg);
}
.programmeDetails .gallery .slick-dots {
  margin-top: 5%;
  padding: 0px;
  border-radius: 0px;
}
.programmeDetails .gallery .slick-arrow {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background-color: white;
  border: 1px solid #cd3794;
  background: url(../images/icn_arrow_right.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(-90deg);
}
.programmeDetails .itemPrice .itemTxt {
  display: flex;
  align-items: center;
}
.programmeDetails .infoBox .btn {
  height: 100%;
  width: max-content;
  padding: 0 22px;
  background-color: #cd3794;
  border: none;
  line-height: 28px;
  min-width: 2em;
  color: var(--white);
  font-size: 16px;
  margin-left: 24px;
}

/* .programmeDetails .container {
  padding-left: 0px;
  padding-right: 0px;
} */
.programmeDetails .detailsBanner .slick-dots {
  /* background: var(--purple); */
  margin-left: 0px;
}
.programmeDetails .bannerImgFill {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: -50px;
  transform: translate(0, -50%);
  width: calc(100% + 100px);
  filter: blur(24px);
}
.programmeDetails .bannerImg {
  position: relative;
  z-index: 5;
  max-width: 1440px;
  margin: 0 auto;
}
.programmeDetails .cateName {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* align-items: flex-start; */
  gap: 10px;
  margin-top: 12px;
}

.programmeDetails .container .cateName .distinct {
  background-color: #662d91;
  border: 1px solid #662d91;
  color: var(--white);
}
.programmeDetails .cateName .cateNameTxt {
  font-size: 16px;
  /* line-height: 1.43em;  */
  color: #662d91;
  border: 1px solid #662d91;
  background-color: var(--white);
  /* border-radius: var(--border_radius_const); */
  padding: 4px 15px;
  width: fit-content;
}
.programmeDetails .eventList .cateName .cateNameTxt {
  font-size: 12px;
}

.programmeDetails .cateName .cateNameTxt p {
  width: 100%;
}

.programmeDetails .mainContent {
  padding-bottom: 0;
  background-color: var(--light_green);
  /* position: relative; */
}

.programmeDetails .mainContent .contentContainer {
  position: relative;
}

.programmeDetails .titleContainer {
  background-image: none;
}

.programmeDetails .mainContent .firework_bg span {
  width: 40%;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: -2;

  aspect-ratio: 1/1;
  background-image: url(../images/firework.svg);
  background-size: contain;

  transform: translateY(-57%);
}

.programmeDetails .content {
  padding-bottom: 38px;
}

.programmeDetails .extension_desc {
  margin-block: 22px;
}
.programmeDetails .extension_desc_title {
  display: flex;
  flex-direction: row;
  height: 22px;
  align-items: center;
}

.programmeDetails .extension_desc_content {
  display: none;
  padding-block: 22px;
}
.programmeDetails p {
  line-height: 28px;
}

.programmeDetails .extension_desc_title p {
  font-weight: 700;
  margin-right: 16px;
}
.programmeDetails .extension_desc_title a {
  height: 100%;
}

.programmeDetails .extension_desc_title a span {
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images//icn_arrow_right.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: rotateX(180deg);
}
.programmeDetails .extension_desc_title a .active {
  transform: rotateX(0deg);
  border-bottom: 0px;
}
.programmeDetails .infoTxts {
  font-size: 16px;
}
.programmeDetails .infoContainer .btnContainer img {
  width: 30px;
}
.programmeDetails .title h1 {
  color: #662d91;
}
.programmeDetails .tnc {
  margin-top: 50px;
}
.programmeDetails .gallery {
  padding-top: 60px;
  /* padding-bottom: 96px; */
  background-color: var(--white);
}

.programmeDetails .gallery .slick-dots {
  margin-left: 0px;
}

.programmeDetails .gallery .container {
  position: relative;
}
.programmeDetails .mainWrapper .gallery .firework_bg {
  width: 30%;
  background-image: url(../images/firework_green_gellery.svg);
  top: -20%;
  transform: translateY(0);
}

.programmeDetails .gallery .titleContainer {
  padding-left: 0px;
  color: #662d91;
}
.programmeDetails .gallery .titleContainer {
  height: fit-content;
}
.programmeDetails .gallery .container {
  max-height: 500px;
}
.programmeDetails .gallerySlider {
  /* padding: 35px 10px 0; */
}
.programmeDetails .gallerySlider {
  padding: 0 10px;
}

.programmeDetails .gallerySlider .slick-list {
  height: max-content !important;
}
.programmeDetails .gallerySlider .slick-list .slick-track {
  display: flex !important;
}

.programmeDetails .gallerySlider .slick-list .slick-track .slick-slide {
  scale: 0.9 !important;
}

.programmeDetails .gallerySlider .slick-list .slick-track .slick-center {
  /* scale: 1.5 !important; */
  z-index: 2 !important;
  transition: linear 0.3s;
}
.programmeDetails .slideBtn {
  display: block;
  /* border-radius: 9px; */
  /* border-radius: var(--border_radius2_const); */
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  font-size: 0;
  color: transparent;
}

.programmeDetails .section_top_bg {
  background-image: url(../images/light_green_bg_bottom.svg);
  width: 100%;
  height: 65px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: var(--white);
  /* margin-top: -10px; */
  background-size: 100%;
}

.programmeDetails .mainWrapper .screenings {
  background-color: var(--white);
  margin-top: -1px;
  padding-bottom: 50px;
  /* padding-top: 0px; */
}

.programmeDetails .screenings .titleContainer {
  padding-left: 0px;
  height: 60px;
}
.programmeDetails .screenings .infoVal {
  margin-top: 5px;
}

.programmeDetails .screenings .desc {
  font-size: 16px;
  color: #231f20;
  line-height: 1.4em;
}

.programmeDetails .mainWrapper .show_additional {
  /* background-color: var(--light_green); */
  position: relative;
}

.programmeDetails .mainWrapper .screenings:nth-child(2n + 1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background-image: url(../images/light_green_bg_bottom.svg);
  background-position: bottom;
  /* background-color: var(--white); */
  background-repeat: no-repeat;
  /* margin-top: -22px; */
  background-size: 100%;
  position: absolute;
  bottom: -55px;
}
.programmeDetails .mainWrapper .show_additional {
  padding-bottom: 0px;
}

.programmeDetails .mainWrapper .show_additional .white_bg_top {
  width: 100%;
  height: 43px;
  background-image: url(../images/title_bg_bottom.png);
  position: absolute;
  top: -10px;
  left: 0px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 108% auto;
}
.programmeDetails .mainWrapper .screenings {
  position: relative;
  padding-bottom: 50px;
}

.programmeDetails .mainWrapper .screenings:nth-child(2n + 1) {
  background-color: var(--light_green);
}

.programmeDetails .mainWrapper .screenings:nth-child(2n + 1)::before {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background-image: url(../images/light_green_bg_top.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -55px;
}
.programmeDetails .firework_bg_2 span {
  display: block;
  position: absolute;
  width: 22vw;
  aspect-ratio: 1 / 1;
  background-image: url(../images/firework_green.svg);
  bottom: -22vw;
  right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: right;
}

.programmeDetails .screenings .infoVal:first-child {
  margin-top: 0;
}
.programmeDetails .screeningsList {
  padding-top: 40px;
}
.programmeDetails .screeningsItem {
  margin-bottom: 12px;
}
.programmeDetails .screeningsItem .itemContent {
  flex-grow: 1;
  position: relative;
  text-decoration: none;

  padding: 12px 40px 12px 18px;
  background: var(--seasalt);
  display: block;
  overflow: hidden;
}
.programmeDetails .itemContent .itemTitle {
  padding-block: 20px;
}
.programmeDetails .itemPink .itemContent .itemTitle {
  border-bottom: 1px solid #cd3794;
}
.programmeDetails .itemPurple .itemContent .itemTitle {
  border-bottom: 1px solid #662d91;
}
.programmeDetails .itemGreenLight .itemContent .itemTitle {
  border-bottom: 1px solid var(--light_green);
}

/* .programmeDetails .screeningsItem .itemContent h3 {
  font-size: 1.19em;
} */
.programmeDetails .screeningsItem .itemContent::after {
  content: "";
  position: absolute;
  top: -86px;
  right: 21px;
  width: 11px;

  width: 171px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.programmeDetails .screeningsItem.itemMint .itemContent::after {
  background: var(--mint);
}
.programmeDetails .screeningsItem.itemPink .itemContent::after {
  background: linear-gradient(180deg, #cd3794bf, transparent);
}
.programmeDetails .screeningsItem.itemPurple .itemContent::after {
  background: linear-gradient(180deg, #662d91bf, transparent);
}
.programmeDetails .screeningsItem.itemGreenLight .itemContent::after {
  background: linear-gradient(180deg, #9ed8d3bf, transparent);
}
.programmeDetails .screeningsItem .infoContent {
  padding-top: 18px;
  font-size: 16px;
}
.programmeDetails .screenings .remarks {
  font-size: var(--fs-small);
  line-height: 1.5em;
  margin-top: 16px;
}
.programmeDetails .screenings .remarks p:not(:first-child) {
  margin-top: 10px;
}
.programmeDetails .screenings .artistList {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;

  margin: 10px -5px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling in iOS */
  touch-action: auto; /* Ensures touch events are not blocked */
  z-index: 1;
}
.programmeDetails .screenings .artistList::-webkit-scrollbar {
  opacity: 0;
}
.programmeDetails .screenings .artistItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
  max-width: 50%;
  padding: 0 5px 15px;
  /* margin-right: 20px; */
}
.programmeDetails .screenings .artistItem .itemImg {
  /* background-color: var(--grey); */
  /* height: 150px; */
  /* width: 200px; */
  /* border-radius: 8px; */
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.programmeDetails .screenings .titleTxt {
  font-size: 35px;
  color: #662d91;
}
.programmeDetails .screenings .itemTitle h3 {
  font-size: 18px;
}
.programmeDetails .screenings .artistItem .itemName {
  flex-grow: 1;
  padding: 10px 0;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}
.programmeDetails .eventList .eventItem .itemImg {
  margin: 0 -8px;
}
.programmeDetails .eventItem .itemBtn {
  background-color: #fff;
  /* border-radius: var(--border_radius); */
  padding: 0 8px 10px;
}

.programmeDetails .eventList {
  padding-top: 0px;
  z-index: 6;
}
.programmeDetails .eventList .eventItem .cateIcon {
  width: 13px;
}
.programmeDetails .whats_on_title {
  /* background-image: url(../images/purple_bg_top.svg); */
  max-width: 100%;
  background-color: var(--white);
  top: -20%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  /* z-index: 4; */
  /* margin-top: -20px;
  margin-bottom: -20px; */
}
.programmeDetails .whats_on_title .titleContainer {
  padding-left: 0px;
  align-items: center;
}

.programmeDetails .titleContainer .title {
  z-index: 7;
}
.programmeDetails .whats_on {
  background-color: #662d91;
  position: relative;
  /* background-image: url(../images/purple_bg_top.svg); */
}
.programmeDetails .bg_purple_top {
  background-image: url(../images/purple_bg_top.svg);
  height: 100px;
  width: 100%;
  position: absolute;
  top: -50px;
  background-position: top;
  background-size: 100%;
  z-index: 4;
}
.programmeDetails .bg_curve {
  width: 100%;
  min-height: 300px;
  height: 32vw;
  flex-shrink: 0;
  background-image: url(../images/search_ribbon.svg);
  position: absolute;
  top: -20%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 5;
}

.programmeDetails .eventList .slick-list {
  /* overflow: hidden; */
}
.programmeDetails .eventList .eventItem img {
  width: 100%;
}
.programmeDetails .eventItem .period {
  /* font-size: var(--fs-small); */
  line-height: 1.2em;
  /* margin-top: 10px; */
}

.programmeDetails .eventItem .itemBtn {
  height: 100%;
}

.programmeDetails .eventList .eventItem .period {
  font-weight: 400;
  font-size: 13px;
  margin-block: 11px;
}
.programmeDetails .eventList .eventItem .itemTitle {
  font-size: 13px;
  line-height: 1.1em;
  height: 86px;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #231f20;
  margin-bottom: 5px;
  display: block;
  overflow: visible;
}

.survey .eventList .eventItem .itemTitle {
  font-size: 13px;
  line-height: 1.1em;
  height: 86px;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #231f20;
  margin-bottom: 5px;
  display: block;
  overflow: visible;
}

.survey .eventItem .cateName {
  font-size: 16px;
}
.programmeDetails .eventItem .cateName {
  /* margin-top: var(--mar_top); */
  overflow: hidden;
}
.programmeDetails .eventList .eventItem .cateNameTxt {
  /* font-size: var(--fs-remark); */

  padding: 5px 10px 4px;
  width: max-content;
}
.programmeDetails .slick-track {
  gap: 0px;
}
/* About the Fest */
.about_fest .presentedBy {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.presentedBy_title {
  font-size: 14px;
  margin-bottom: 10px;
}

.organizedBy_title {
  font-size: 14px;
  margin-bottom: 10px;
}
.about_fest .organizedBy {
  margin-top: 30px;
  display: flex;
  /* gap: 30px; */
  flex-wrap: wrap;
}

.about_fest .organizedBy span {
  display: block;
  /* margin-bottom: 30px; */
}
.about_fest .presentedBy_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* gap: 30px; */
  max-width: 370px;
}

.about_fest .en {
  max-width: 100%;
}

.about_fest .en {
  max-width: 100%;
}

.about_fest .presentedBy_container span {
  display: block;
  width: 170px;
  /* margin-right: 30px; */
}

.about_fest .en span {
  font-size: 12px;
  width: 100%;
}
.about_fest .organizedBy_container {
  display: flex;

  flex-direction: column;

  gap: 20px;
}
.about_fest .logoContainer {
  display: block;
  height: 70px;
  aspect-ratio: 177/40;
  background-image: url(../images/about_fest_cstb_logo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.about_fest .LCSD {
  height: 87px;
  aspect-ratio: 86/47;
  background-image: url(../images/lcsd_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: -18px;
}

.about_fest .coverPage {
  width: 100%;
  padding: 0px;
}
.about_fest .explore_container {
  background-color: var(--white);
}

.about_fest .contentContainer {
  position: relative;
}

.about_fest .contentContainer .firework_bg span {
  display: block;
  position: absolute;
  width: 40%;
  aspect-ratio: 1/1;
  background-image: url(../images/firework.svg);
  background-size: 100% auto;
  left: -20%;
  top: 15%;
}

.about_fest .contentContainer::after {
  display: block;
  content: "";
  height: 200px;
  width: 100%;
  background-image: url(../images/light_green_bg_bottom.svg);
  background-position: bottom;

  background-color: var(--white);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.about_fest .contentBox {
  display: flex;
  justify-content: end;
}
.about_fest .contentBox .content {
  margin-top: 0px;
}

.about_fest .contentBox .content .title {
  text-align: left;
}
.about_fest .coverPage img {
  width: 100%;
}
.about_fest .mainContent {
  background-color: var(--light_green);
}

.about_fest .mainContent .banner {
  padding: 0px;
}
.about_fest .decorArrowLine {
  margin-top: 35px;
}
.about_fest .content {
  margin-top: 100px;
}
.about_fest .mainContent .bling {
  display: none;
}
.about_fest .mainContent .title {
  text-align: center;
}

/* related_links */
.related_links .wrapper {
  background-color: var(--light_green);
  min-height: auto;
}

.related_links .light_green_bg_top {
  margin-top: 0px;
}

.related_links section {
  padding-top: 0px;
}
.related_links .mainContent .title {
  margin-top: 0px;
}
.related_links .mainContent .title h1 {
  font-size: 22px;
  text-align: left;

  font-weight: 700;
}

.related_links .explore_container {
  background-color: var(--white);
}

.related_links .contentContainer {
  position: relative;
}

.related_links .contentContainer .firework_bg span {
  display: block;
  position: absolute;
  width: 50%;
  aspect-ratio: 1/1;
  background-image: url(../images/firework.svg);
  background-size: 100% auto;
  left: -15%;
  bottom: -15%;
  max-width: 700px;
}

.related_links.contentBox {
  display: flex;
  justify-content: end;
}
.related_links .contentBox .content {
  margin-top: 0px;
}

.related_links.contentBox .content .title {
  text-align: left;
}
.related_links .coverPage img {
  width: 100%;
}
.related_links .mainContent {
  background-color: var(--light_green);
}

.related_links .mainContent .banner {
  padding: 0px;
}
.related_links.decorArrowLine {
  margin-top: 35px;
}
.related_links .content {
  margin-top: 100px;
}
.related_links .mainContent .bling {
  display: none;
}
.related_links .mainContent .title {
  text-align: center;
}

/* site-map */
.sitemap .mainContent {
  background-color: var(--light_green);
}

.sitemap ul {
  margin-left: 0px;
}
/* cities */
.cities .pageHead {
  background-image: url(../images/cities_background.png);
  width: 100%;
  background-position: top;
  aspect-ratio: 1440/400;
  height: 100%;
}

.cities .article-title {
  font-size: 32px;
  color: #662d91;
  margin-block: 32px;
  font-weight: 700;
}

.cities .whats_on {
  background-color: #662d91;
}

.cities .eventList .eventItem {
  background-color: var(--white);
  margin-right: 14px;
  margin-bottom: 14px;
  font-size: 16px;
  padding: 0px;
}
.cities .eventList .eventItem .period {
  font-size: 13px;
  height: 100%;
  padding: 0px 5px;
  min-height: 2.2em;
}
.cities .eventList .eventItem .itemTitle {
  font-size: 16px;
  height: 100%;
  font-weight: 700;
  padding: 0px 5px;
  min-height: 2.2em;
  max-height: 2.2em;
}

.cities .eventList .eventItem .cateName {
  padding-bottom: 5px;
  padding: 5px 5px;
  margin-top: 0px;
  font-size: 12px;
}
.cities .eventList .eventItem .cateName .cateNameTxt {
  font-size: 12px;
  padding: 6px 8px;
}

.cities .purple-background-top {
  background-color: transparent;
}
/* Survey */
.survey .mainWrapper {
  /* background-color: var(--light_green); */
}

.survey .mainContent {
  background-color: var(--light_green);
}

.survey .mainWrapper {
  background-color: var(--light_green);
}

.survey .pageHead {
  background-color: var(--white);
  background-image: none;
}

.survey .light_green_bg_top {
  width: 100%;
  min-height: 63px;
  background-image: url(../images/light_green_bg_top.svg);
  background-size: 100% auto;
  background-position: top;
  margin-bottom: -1px;
  margin-top: -1px;
  /* top: -6vw; */
  background-repeat: no-repeat;
  background-color: white;
}
.survey .searchWrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.survey .stageItem {
  margin-bottom: 32px;
  display: none;
}

.survey .intro {
  display: flex;
  justify-content: center;
}

.survey .intro p {
  max-width: 940px;
  /* text-align: center; */
}
.survey .stageItem.active {
  display: block;
}
.survey .surveyLanding {
  /* padding-top: 50px; */
  background-color: var(--light_green);
}
.survey .surveyLanding .bling {
  justify-content: center;
  padding-top: 28px;
  margin-bottom: 28px;
}
.survey .surveyLanding .bling span {
  width: 54px;
  height: 54px;
  animation: none;
}
.survey .surveyLanding .bling.anim span {
  animation-name: starBlink;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.survey .surveyLanding .bling span:nth-child(1) {
  animation-delay: 0s;
}
.survey .surveyLanding .bling span:nth-child(2) {
  animation-delay: 0.5s;
}
.survey .surveyLanding .bling span:nth-child(3) {
  animation-delay: 1s;
}
.survey .surveyLanding .bling span:nth-child(4) {
  animation-delay: 1.5s;
}
.survey .surveyLanding .searchTitle {
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.2em;
}
.survey .surveyLanding .searchWrapper {
  padding-top: 12px;
}
.survey .surveyLanding .eventListSort {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 30px;
  gap: 18px;
}
.survey .surveyLanding .eventListSort .sortBtn {
  color: var(--white);
  text-decoration: none;
  padding: 6px 0 6px 26px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 18px auto;
}
.survey .surveyLanding .eventListSort .sortBtn.active {
  color: #cd3794;
  border-bottom: 1px solid #cd3794;
}
.survey .surveyLanding .eventListSort .sortBtn.btnSortByName {
  background-image: url(../images/icn_by_name.svg);
}
.survey .surveyLanding .eventListSort .sortBtn.btnSortByName.active {
  background-image: url(../images/icn_by_name_active.svg);
}
.survey .surveyLanding .eventListSort .sortBtn.btnSortByDate {
  background-image: url(../images/icn_by_date.svg);
}
.survey .surveyLanding .eventListSort .sortBtn.btnSortByDate.active {
  background-image: url(../images/icn_by_date_active.svg);
}
.survey .surveyLanding .eventList {
  flex-direction: row;
  padding-top: 20px;
}
.survey .surveyLanding .eventList .eventItem {
  /* width: 50%; */
  margin-bottom: 20px;
}
.survey .surveyLanding .eventList .eventItem .itemBtn {
  position: relative;

  background-color: var(--white);
  overflow: hidden;
}
.survey .surveyLanding .eventList .eventItem .itemBtn.selected {
  color: #cd3794;
}
.survey .surveyLanding .eventList .eventItem .itemBtn.selected::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #cd3794;
  border-radius: var(--border_radius_const);
}
.survey .surveyLanding .eventList .eventItem .itemImg {
  position: relative;
  height: 0;
  border-radius: 0;
  padding-bottom: 55%;
}

.survey .eventList .eventItem .itemImg img {
  width: 100%;
}
.survey .surveyLanding .eventList .eventItem .itemImg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.survey .surveyLanding .eventList .eventItem .itemTxts {
  padding: 20px 12px;
}
/* .survey .surveyLanding .eventList .eventItem .itemTitle {
  font-size: var(--fs-body);
  font-weight: 400;
} */

.survey .eventList .eventItem .period {
  font-size: 16px;

  padding: 0px 5px;
  /* min-height: 2.2em; */
  margin-top: 5px;
  font-weight: 400;
}
.survey .surveyDetails {
  padding-top: 22px;
}
.survey .surveyDetails .titleContainer {
  padding-top: 24px;
}
.survey .surveyDetails .title {
  margin-top: 5px;
}
.survey .surveyDetails .title::after {
  margin-top: 24px;
}
.survey .surveyDetails .desc {
  padding: 50px 0 0;
}
.survey .surveyDetails .detailsImg {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  border-radius: 12px;
  overflow: hidden;
}
.survey .surveyDetails .detailsImg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.survey .surveyContainer {
  padding-top: 22px;
  /* padding-left: 12px;
	padding-right: 12px; */
}
.survey .surveyContainer .surveyItem {
  display: none;
}
.survey .surveyContainer .surveyItem.active {
  display: block;
}
.survey .surveyContainer .surveyProgress {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.survey .surveyContainer .surveyProgress .progressItem {
  text-align: center;
  width: 80px;
  padding: 0 4px;
  color: #231f20;
  /* color: #8a81ba; */
}
.survey .surveyContainer .surveyProgress .progressItem.active {
  font-weight: 700;
  color: #231f20;
  opacity: 1;
}

.survey .surveyContainer .surveyProgress .progressItem.active div {
  font-weight: 700;
}
.survey .surveyContainer .surveyProgress .progressItem::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: var(--border_radius_const);
  background-color: #3c817c;
}
.survey .surveyContainer .surveyProgress .progressItem.active::after {
  background-color: #cd3794;
}
.survey .surveyContainer .surveyProgress .progressItem .itemTxt {
  padding: 8px 0;
}
.survey .surveyContainer .surveyList {
  color: #231f20;
  background-color: var(--white);
  border-radius: var(--border_radius2_const);
  padding: 16px 12px 26px;
  margin-top: 28px;
}
.survey .surveyContainer .subtitle {
  color: #662d91;
}
.survey .surveyContainer .surveyDataUsage {
  margin-top: 30px;
}
.survey .surveyContainer .btn {
  display: none;
  margin: 0 0 10px;
  font-size: 25px;
  color: var(--white);
}

.survey .surveyContainer .btnPrevPart {
  color: #cd3794;
  background-color: var(--white);
}

.survey .surveyContainer .btnContainer .btnPrevPart:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icn_arrow_right.svg);
  background-size: 36px auto;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.survey .surveyContainer .btn.active {
  display: inline-block;
  vertical-align: top;
  display: flex;

  justify-content: space-between;
  padding: 12px 10px 12px 30px;
}
.survey .surveyContainer .btnNextPart {
  border: 1px solid var(--white);
}
.survey .surveyContainer .btnNextPart::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icn_arrow_white.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/* .survey .formContent hr {
    background-color: var(--purple);
    margin: 30px 0 0;
} */
.survey .formContent .formTop {
  margin-bottom: 32px;
}
.survey .formContent .formTop .formLabel {
  flex-shrink: 0;
}
.en.survey .formContent .formTop .formLabel {
  flex-shrink: 1;
}
.survey .formContent .formRow {
  margin-top: 30px;
}
.survey .formContent .formRow:first-child {
  /* margin-top: 0; */
}
.survey .formContent .formRow::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--purple);
  margin-bottom: 30px;
}
.survey .formContent .formRow:first-child::before {
  display: none;
}
.survey .formContent .formRow.firstRow .remarks {
  transform: translateY(-24px);
}
.survey .formContent .formRow.error .singleChoice .choiceBtn,
.survey .formContent .formRow.error .multiChoice .choiceBtn,
.survey .formContent .formCol.error .singleChoice .choiceBtn,
.survey .formContent .formCol.error .multiChoice .choiceBtn {
  border-color: var(--red);
}
.survey .formContent .formRow.error .agreeChoice .choiceBtn {
  border: 1px solid red;
}
.survey .formContent .formRow.error textarea,
.survey .formContent .formRow.error input,
.survey .formContent .formCol.error textarea,
.survey .formContent .formCol.error input {
  border: 1px solid var(--red);
}
.survey .formContent .formCol {
  padding-top: 16px;
}
.survey .formContent .formCol:first-child {
  padding-top: 0;
}
.survey .formContent .formLabel {
  flex-shrink: 0;
  display: block;
  line-height: 1.2em;
}
.survey .formContent .formInputContainer {
  padding-top: 16px;
}
.survey .formContent .formInput {
  padding-top: 8px;
}
.survey .formContent .formInputBlock {
  padding-top: 8px;
}
.survey .formContent input {
  background: var(--input);
}
.survey .formContent .select2-container--default .select2-selection--single {
  background: var(--input);
}
.survey
  .formContent
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--purple);
  max-width: 400px;
  padding-block: 7px;
}
.survey .formContent .agreeChoiceWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs-small);
  line-height: 1.5em;
  text-align: center;
  padding-top: 14px;
}
.survey .formContent .agreeChoice {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
}
.survey .formContent .agreeChoice .choiceBtn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e8e7ef;
}
.survey .formContent .agreeChoice .choiceBtn.selected {
  background: var(--purple);
}
.survey .formContent .singleChoice,
.survey .formContent .multiChoice {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 14px;
  column-gap: 10px;
  padding-top: 16px;
}
.survey .formContent .singleChoice .choiceBtn,
.survey .formContent .multiChoice .choiceBtn {
  text-decoration: none;
  color: #231f20;
  border: 1px solid #231f20;
  /* border-radius: var(--border_radius_const); */
  padding: 5px 15px;
}
.survey .formContent .singleChoice .choiceBtn.selected,
.survey .formContent .multiChoice .choiceBtn.selected {
  color: var(--white);
  background: #cd3794;
}
.survey .surveyContainer .thankyou {
  text-align: center;
  padding: 50px 20px 40px;
}

/* Invitation */
.invitation .mainContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
}
.invitation .kvContainer {
  background-image: url(../images/event_banner.svg);
  width: 100%;

  aspect-ratio: 2 / 1;
  max-width: 1128px;
  background-size: 100%;
}

.invitation .container {
  max-width: 600px;
  width: 100vw;
  background-color: #9ed8d3;
  /* padding-left: 0px;
  padding-right: 0px; */
}
.invitation .contentInner {
  /* padding-left: 40px;
  padding-right: 40px; */
}

.invitation .kv {
  max-width: 600px;
  margin: 0 auto;
}
.invitation .container {
  padding-left: 0px;
  padding-right: 0px;
}
.invitation #mainForm {
  padding-left: 20px;
  padding-right: 20px;
}
.invitation .eventTitle {
  padding: 30px 0;
  padding-top: 40px;
  background-color: #9ed8d3;
  padding-left: 20px;
  padding-right: 20px;
  width: 100vw;
  max-width: 600px;
}
.invitation .eventTitle h6 {
  font-size: 18px;
  line-height: 1.38em;
  text-align: center;
  margin-top: 5px;
  max-width: 600px;
}
.invitation .eventTitle h6:first-child {
  margin-top: 0;
}

.invitation .eventInfo {
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
  color: #231f20;
  margin-bottom: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.invitation .sepLine {
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  height: 1px;
  background-color: #fff;
}

.invitation #mainForm .checkboxWrapper {
  margin-top: 5px;
}
.invitation #mainForm .checkboxWrapper:first-child {
  margin-top: 0;
}
.invitation #mainForm .checkboxContainer .checkmark {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.invitation #mainForm .checkboxContainer input:checked ~ .checkmark {
  background: #cd3794;
}
.invitation #mainForm .checkboxContainer .checkmark::after {
  display: none;
}
.invitation #mainForm .attendNum {
  margin-top: 18px;
}
.invitation #mainForm .attendNum .label {
  margin-bottom: 8px;
}
.invitation #mainForm .hints {
  font-size: 12px;
  margin-top: 20px;
}
.invitation #mainForm .remarks {
  font-size: 12px;
  margin-top: 0px;
}
.invitation #mainForm .contactBox {
  font-family: "Microsoft JhengHei";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 181.818% */
  color: #231f20;
  /* width: 521px;
  height: 59px; */
  background: rgba(255, 255, 255, 0.2);
  margin-top: 14px;
  padding: 11px 11px 11px 19px;
  text-align: center;
}
.invitation #mainForm .mainInfoContainer {
  position: relative;
  padding-top: 52px;
  margin-top: 32px;
}
.invitation #mainForm .mainInfo {
  font-size: 11px;
  line-height: 1.5em;
  /* border-radius: var(--border_radius2_const); */
  color: #231f20;
  background-color: #fff;
  padding: 10px 20px 30px;
}
.invitation .mainInfoTable tbody {
  border: 0px;
  border-bottom: 1px solid#662D91;
}

.invitation .mainInfoTable td {
  border: 0px;
}

.invitation .mainInfoTable tr {
  border: 0px;
}

.invitation .contactPersonTable tbody {
  border: 0px;
}

.invitation .contactPersonTable tr {
  border: 0px;
}
.invitation .contactPersonTable td {
  border: 0px;
}
.invitation #mainForm .mainInfo table {
  width: 100%;
  border: 0px;
}
.invitation #mainForm .mainInfo td {
  vertical-align: middle;
  padding: 20px 0 0 0px;
}
.invitation #mainForm .mainInfo td:first-child {
  width: 136px;
  padding-left: 0;
}
@media only screen and (max-width: 480px) {
  .invitation #mainForm .mainInfo .mainInfoTable {
    display: block;
  }
  .invitation #mainForm .mainInfo tbody {
    display: block;
  }
  .invitation #mainForm .mainInfo tr {
    display: block;
    padding: 15px 0 0 0;
  }
  .invitation #mainForm .mainInfo tr:first-child {
    /* padding: 0; */
  }
  .invitation #mainForm .mainInfo td {
    display: block;
    padding: 5px 0 0 0;
  }
  .invitation #mainForm .mainInfo td:first-child {
    width: 90px;
    padding: 0;
  }
}
.invitation #mainForm .mainInfo input {
  font-size: 15px;
  border: 1px solid #9ed8d3;
  padding-top: 8px;
  padding-bottom: 8px;
}

.invitation #mainForm .contactPersonTable input {
  font-size: 15px;
  border: 1px solid #662d91;
  padding-top: 8px;
  padding-bottom: 8px;
}

.invitation #btnSubmit {
  display: flex;
  width: 224px;
  height: 36px;
  padding: 6.4px 36.8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.invitation #mainForm .mainInfo ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 15px;
  color: #cdcae2;
  opacity: 1; /* Firefox */
}
.invitation #mainForm .mainInfo :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 15px;
  color: #cdcae2;
}
.invitation #mainForm .mainInfo ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 15px;
  color: #cdcae2;
}
.invitation #mainForm .mainInfoContainer .remarks {
  text-align: right;
  margin: 14px 20px 0 0;
}
.invitation #mainForm .btnContaier {
  display: flex;
  text-align: center;
  margin-top: 34px;
  /* padding-inline: 188px; */
  align-items: center;
  justify-content: center;
}
.invitation .artsAction {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 36px;
}
.invitation .artsAction img {
  width: 72%;
  margin-right: -10px;
}
.invitation .thankyou {
  position: relative;
  font-size: 12px;
  text-align: center;

  margin-top: 20px;
  /* height: 200px; */

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.invitation .thankyou p {
  margin-top: 6px;
  padding-left: 49px;
  padding-right: 49px;
  line-height: normal;
  max-width: 560px;
}
.invitation .thankyou p:first-child {
  margin-top: 0;
}

.invitation .thankyou_lcsd_logo {
  width: 138px;
  height: 76px;
  background-image: url(../images/LCSD_logo.png);
  background-size: 100% auto;

  margin-top: 12px;
}

/* Enrolment */
.enrolment .mainContent {
  padding-top: 23px;
}
.enrolment .content {
  padding-bottom: 35px;
}
/* .enrolment h1 {
	font-size: 1.38em;
} */
.enrolment .remarks {
  margin-bottom: 5px;
}
.enrolment .bling1 {
  margin-top: 12px;
  margin-left: calc(var(--pad_lr) * -1);
}
.enrolment .bling1 span {
  width: 54px;
  height: 54px;
}
.enrolment .bling span {
  animation-name: none;
}
.enrolment .bling.anim span {
  animation-name: starBlink;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.enrolment .bling span:nth-child(3) {
  animation-delay: 1s;
}
.enrolment .bookingTimeContainer {
  position: relative;
}
.enrolment .bookingTime.bookingTimeFixed {
  display: none;
}
.enrolment .bookingTime {
  position: absolute;
  top: 50%;
  right: calc(var(--pad_lr) * -1);
  transform: translate(0, -50%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  line-height: 1em;
  background: #fff;
  padding: 7px 8px 5px 10px;
}
.enrolment .bookingTime .label {
  font-size: var(--fs-small);
  color: var(--purple);
}
.enrolment .bookingTime .time {
  color: #cd3794;
  margin-left: 4px;
}
.enrolment .enrolmentProgress {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}
.enrolment .enrolmentProgress .progressItem {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 0.3;
}
.enrolment .enrolmentProgress .progressItem.active {
  opacity: 1;
}
.enrolment .enrolmentProgress .progressArrow {
  width: 14px;
  height: 14px;
  background-image: url(../images/icn_nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  margin: 0 8px;
  opacity: 0.3;
}
.enrolment .enrolmentProgress .progressArrow.active {
  opacity: 1;
}
.enrolment .enrolmentProgress .progressItem .itemNum {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  color: var(--purple);
  background-color: #fff;
  border-radius: 50%;
  padding-top: 2px;
}
.enrolment .enrolmentProgress .progressItem.active.done .itemNum::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/icn_completed.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.enrolment .enrolmentProgress .progressItem .itemTxt {
  margin-left: 10px;
  display: none;
}
.enrolment .enrolmentProgress .progressItem.active .itemTxt {
  display: block;
}
.enrolment .enrolmentProgress .progressItem.active.done .itemTxt {
  display: none;
}
.enrolment .mainContent .btn {
  display: none;
}
.enrolment .mainContent .btn.active {
  display: inline-block;
  vertical-align: top;
}
.enrolment .enrolContainer {
  border: 1px solid #fff;
  border-radius: var(--border_radius2_const);
  margin: 38px -10px 0;
}
.enrolment .enrolItem {
  position: relative;
  padding: 20px 10px;
  display: none;
}
.enrolment .enrolItem .itemTitle {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  padding: 10px 10px;
  background-color: var(--purple);
}
.enrolment .enrolItem.active {
  display: block;
}
.enrolment .enrolItem .partic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 22px 0 0;
}
.enrolment .enrolItem .partic .num {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  min-width: 62px;
  border-radius: var(--border_radius2_const);
  background: var(--purple_dark);
  padding: 10px 10px;
}
.enrolment .enrolItem .partic .person {
  margin-left: 5px;
  margin-bottom: 2px;
}
.enrolment .enrolItem .controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3px;
  margin-left: 10px;
  margin-bottom: 2px;
}
.enrolment .enrolItem .controlBtn {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icn_increase.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.enrolment .enrolItem .controlBtn.btnIncrease {
  background-image: url(../images/icn_increase.svg);
}
.enrolment .enrolItem .controlBtn.btnDecrease {
  background-image: url(../images/icn_decrease.svg);
}
.enrolment .enrolItem .particTnc,
.enrolment .enrolItem .particTnc ol {
  font-size: var(--fs-small);
  line-height: 1.5em;
}
.enrolment .enrolItem .particTnc {
  border-top: 1px solid var(--mint);
  padding-top: 28px;
  margin-top: 28px;
}
.enrolment .enrolItem .particTnc ol {
  list-style: decimal;
  margin-top: 4px;
}
.enrolment .enrolItem .particTnc ol li {
  margin-left: 20px;
  margin-top: 10px;
}
.enrolment .enrolItem .particTnc ol li:first-child {
  margin-top: 0;
}
.enrolment .enrolItem[data-part="2"] {
  padding-left: 23px;
  padding-right: 23px;
}
.enrolment .enrolItem .dateOfVisitWrapper {
  max-width: 312px;
  margin: 0 auto;
}
.enrolment .enrolItem .dateOfVisit {
  margin-top: 10px;
}
.enrolment .enrolItem .timeslotList {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 26px -6px 0;
}
.enrolment .enrolItem .timeslotItem {
  width: 50%;
  max-width: 162px;
  padding: 0 6px 12px;
}
.enrolment .enrolItem #selectDate {
  color: #fff;
  background: var(--purple_dark);
}
.enrolment .enrolItem .btnTimeslot {
  display: block;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: var(--border_radius_const);
  padding: 8px 10px;
}
.enrolment .enrolItem .btnTimeslot.active {
  color: #cd3794;
  background-color: #fff;
}
.enrolment .enrolItem[data-part="3"] {
  padding-top: 35px;
}
.enrolment .enrolItem .remarks {
  display: none;
}
.enrolment #enrolForm {
  display: block;
}
.enrolment #enrolForm .inputWrapper {
  margin-top: 18px;
}
.enrolment #enrolForm .inputContainer {
  margin-top: 12px;
}
.enrolment #enrolForm input {
  color: #fff;
  border: 1px solid #fff;
  border-radius: var(--border_radius_const);
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
.enrolment #enrolForm .formRow {
  border-top: 1px solid var(--mint);
  padding-top: 44px;
  margin-top: 44px;
}
.enrolment #enrolForm .formRow:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.enrolment #enrolForm .checkboxWrapper {
  margin-top: 18px;
}
.enrolment #enrolForm .checkboxWrapper .txt {
  padding-top: 2px;
  padding-left: 35px;
}
.enrolment .checkboxContainer .checkmark {
  background-color: #8a81ba;
  border: 0;
  border-radius: 50%;
}
.enrolment .checkboxContainer .checkmark::after {
  width: 20px;
  height: 20px;
  background-image: url(../images/icn_completed.svg);
  background-size: 100% 100%;
}
.enrolment .enrolItem[data-part="4"] {
  padding: 35px 18px;
}
.enrolment .bookingInfo .infoItem {
  text-align: center;
  padding-top: 26px;
}
.enrolment .bookingInfo .infoItem:first-child {
  padding-top: 0;
}
.enrolment .bookingInfo .infoItem .itemLabel {
  margin-bottom: 6px;
}
.enrolment .bookingInfo .infoItem .itemRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.enrolment .bookingInfo .infoItem .itemRow > * {
  line-height: 1em;
}
.enrolment .bookingInfo .infoItem .sepLine {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 22px;
  background-color: var(--mint);
  margin: 0 26px;
}
.enrolment .userInfoContainer {
  border-top: 1px solid var(--mint);
  padding-top: 36px;
  margin-top: 36px;
}
.enrolment .userInfo td {
  padding-top: 26px;
}
.enrolment .userInfo .infoVal {
  font-size: 25px;
  font-weight: 700;
}
.enrolment .enrolExtra {
  display: none;
}
.enrolment .enrolExtra.active {
  display: block;
}
.enrolment .enrolExtra .remarks,
.enrolment .enrolExtra .remarks ul {
  font-size: var(--fs-small);
  line-height: 1.65em;
}
.enrolment .enrolExtra .remarks {
  color: #fff;
  background-color: var(--purple_dark);
  padding: 20px 14px;
  border-radius: var(--border_radius2_const);
  margin: 14px -10px 0;
}
.enrolment .enrolExtra .remarks ul {
  margin-bottom: -8px;
}
.enrolment .agreementContainer {
  font-size: 11px;
  line-height: 1.45em;
  margin-top: 64px;
}
.enrolment .agreementContainer .agreement {
  display: none;
}
.enrolment .agreementContainer .agreement.active {
  display: block;
}
.enrolment .agreementContainer .checkboxWrapper {
  margin-top: 18px;
}
.enrolment .agreementContainer .checkboxWrapper .txt {
  padding-top: 4px;
  padding-left: 32px;
}

/* Archives */
.archives article {
  padding-top: var(--pad_top);
}
.archives .article-title {
  padding-bottom: var(--pad_top);
}
.archives .article-contentItem {
  padding-bottom: var(--pad_top_big);
}
.archives .article-contentItem .itemTitle {
  border-bottom: 1px solid var(--mint);
  padding-bottom: 10px;
}
.archives .article-contentItem .itemDesc {
}
.archives .article-contentItem .itemDesc p {
  padding-top: var(--pad_top);
}

.eventList.type2 .eventItem .itemTitle {
  color: #231f20;
}

@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 640px) {
  .survey .stageItem {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 641px) {
  nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  /* Programme */
  .eventList.type2 .eventItem .itemBtn .district {
    font-size: 20px;
  }

  .eventPeriodFilter {
    gap: 10px;
    position: relative;
  }
  .datepickerWrapper .btnClearFilters {
    display: none;
  }
  .eventPeriodFilter .searchIcon {
    position: absolute;
    /* top: 0px; */
    right: var(--pad_lr);
  }

  /* .eventFilters .filtersRow::before {
    left: 193px;
  }

  .cateFilter .filtersRow::before {
    left: 339px;
  } */
  #clearFilter {
    position: absolute;
    right: 0px;
    display: block;
  }
  .programme .filtersScroll_fixed {
    display: flex;
    flex-direction: row;
    height: 104px;
    border-bottom: 1px solid var(--white);
    padding-left: 0px;
    justify-content: space-between;
    align-items: center;
  }
  S .programme .locationContainer {
    margin-top: 0px;
  }

  /* .eventList.type2 .eventItem .itemImg {
    width: 184px;
    height: 245px;
  }
  .eventList.type2 .eventItem .itemTxts {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background-color: var(--white);
    height: 245px;
  } */

  /* .eventList.type2 .eventItem .cateName {
    margin-top: 20px;
    column-gap: 20px;
  } */
  /* .eventList.type2 .eventItem .cateNameTxt {
    font-size: var(--fs-body);
    padding: 11px 15px 10px;
  } */
  .programme .white_bg_bottom {
    min-height: 35px;
    top: -1px;
  }

  .datepickerWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  /* Survey */
  .survey .surveyLanding .eventList .eventItem {
    width: 33.33%;
  }
  .survey .surveyDetails .detailsImg {
    padding-bottom: 56.25%;
  }

  /* search */

  .search .container {
    padding-inline: 62px;
  }

  .search .searchContainer {
    padding-inline: 0px;
  }
  .search .eventListWrapper .tagContainer {
    padding-inline: 62px;
  }

  .datepickerContainer {
    width: 100%;
  }

  .datepickerWrapper .sort_by_date_title {
    margin-top: 0px;
  }
}
@media (min-width: 961px) {
  /* .programmeDetails .eventList.type2 .eve.mainContent,
  .mainContent a {
    color: #231f20;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 0px;
    text-decoration: none;
  } */
  h1 {
    font-size: 3em;
  }
  .mainContent {
  }
  .contentContainer {
    padding-top: 0;
  }

  .invitation #mainForm {
    padding-left: 50px;
    padding-right: 50px;
  }
  .programmeDetails .screenings .desc {
    font-size: 20px;
  }

  .pageHead {
    background-color: #fff;
  }
  .programme .cateFilter .tc::before {
    left: 107px;
  }
  .programme .locationFilter .tc::before {
    left: 15px;
  }
  .eventFilters .en::before {
    left: 36px;
  }
  .eventPeriodFilter .en::before {
    left: 305px;
  }
  .cateFilter .en::before {
    left: 148px;
  }

  .eventPeriodFilter .tc::before {
    left: 219px;
  }
  .programme .mainWrapper {
    background-color: var(--light_green);
  }
  .programme .light_green_bg_top {
    margin-top: 0px;
    background-color: var(--white);
  }
  .programmeDetails .screenings .artistItem {
    margin-right: 20px;
  }
  .programmeDetails .eventList .eventItem .itemTitle {
    font-size: 16px;
  }

  .programmeDetails .screenings .artistItem .itemImg {
    height: 188px;
  }
  .programmeDetails p {
    font-size: 20px;
  }
  .programmeDetails .eventList.cateName .cateNameTxt {
    padding: 5px 25px;
    font-size: 16px;
  }
  .programmeDetails .gallery .slick-arrow.slick-next {
    top: 100%;
    right: 35%;
  }
  .programmeDetails .gallery .slick-arrow.slick-prev {
    top: 100%;
    left: 35%;
    transform: translateY(-50%) rotate(90deg);
  }
  .programmeDetails .gallery .slick-dots {
    margin-top: 5%;
    padding: 0px;
    border-radius: 0px;
  }
  .programmeDetails .gallery .slick-arrow {
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    background-color: white;
    border: 1px solid #cd3794;
    background: url(../images/icn_arrow_right.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(-90deg);
  }

  .infoBox {
    font-size: 20px;
    padding: 0px 37px 20px;
  }
  .programmeDetails .infoTxt {
    font-size: 20px;
  }
  .programmeDetails .infoBox .btn {
    height: 100%;

    padding: 0 25px;
    background-color: #cd3794;

    line-height: 31px;
    min-width: 2em;
    color: var(--white);
    font-size: 20px;
    margin-left: 24px;
  }

  .programmeDetails .extension_desc_title {
    height: 28px;
    font-size: 25px;
  }
  .programmeDetails .screeningsItem .infoContent {
    font-size: 20px;
  }
  .search .searchWrapper .searchContainer {
    height: 92px;
    padding: 20px;
    padding-inline: 30px;
  }
  .programmeDetails .screenings .itemTitle h3 {
    font-size: 25px;
  }
  .searchWrapper .btnSearch {
    background-size: 100% auto;
  }

  .survey .searchWrapper .btnSearch {
    background-size: 29px;
  }
  .programme .firework_3 {
    display: none;
  }
  .eventList.type2 .eve.mainContent,
  .mainContent a {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .survey .surveyLanding .eventList .eventItem .itemBtn {
    align-items: normal !important;
  }
  .programme .eventList.type2 .eve.mainContent,
  .mainContent a {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 0px;
    text-decoration: none;
  }
  /* .programme .filtersScroll_fixed .filter_tag_container .filter_tag {
    width: px;
  } */
  .filter_by_eventPeriod span,
  .filter_by_location span,
  .filter_by_category span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icn_arrow_black.svg);
    background-size: 20px;
  }

  .filter_by_eventPeriod .active,
  .filter_by_location .active,
  .filter_by_category .active {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow_left.svg);
    background-size: 20px;
    transform: rotate(90deg);
    background-color: transparent !important;
  }

  .search .white_bg_bottom {
    top: -1px;
  }
  .eventList.type2 .eventItem .itemBtn {
    flex-direction: row;
    align-items: flex-start;

    padding: 0;
    overflow: hidden;

    position: relative;
  }
  .eventList.type2 .eventItem .itemBtn .district {
    position: relative;
    top: 0px;
    left: 0px;
    width: 40px;
  }

  .eventList.type2 .eventItem .itemTxts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    aspect-ratio: 753 / 303;
  }

  .pageHead::before {
    background-image: url(../images/page_head_bg_d.jpg);
    background-position: bottom center;
    background-size: auto 170px;
    padding-bottom: 0;
    height: 171px;
  }
  /* .pageHead .pageTitleContainer {
		text-shadow: 3px 3px 15px rgba(11, 11, 11, 0.30);
	} */
  .pageHead .pageTitle::after {
    /* width: 360px;
		height: 4px;
		margin-top: 16px; */
  }

  nav {
    padding: 24px 0;
  }
  .programmeDetails .screenings .titleTxt {
    font-size: 2em;
  }
  .titleContainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    /* max-width: 760px; */
  }
  .titleContainer .title {
    width: 100%;
    z-index: 7;
  }
  .titleContainer h2 {
    font-size: 3.05em;
  }
  .titleContainer .decorArrow {
    flex-shrink: 0;
    width: 186px;
    height: 124px;
    padding-left: 0;
  }
  .titleContainer .decorArrow::after {
    margin-left: 186px;
  }

  .desc {
    padding-top: 25px;
  }

  .bling span {
    display: inline-block;
    vertical-align: top;
    width: 74px;
    height: 74px;
  }

  /* .programme .btnOpenSearch {
    width: 45px;
    height: 45px;
    background-size: 24px auto;
  } */

  .cateName {
    gap: 24px;
  }
  .programme .eventList.type2 .eventItem .cateNameTxt {
    padding: 5px 25px;
  }
  .cateNameTxt {
    font-size: 18px;
    padding: 5px 25px;
    width: fit-content;
  }

  .infoBox .infoVal:not(:first-child) {
    padding-top: 18px;
  }
  .infoVal .itemIcon {
    width: 24px;
    margin-top: 1px;
  }
  .infoContainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    height: 100%;
  }
  .infoContainer .infoTxts {
    flex-grow: 1;
    /* border-top: 0;
		border-left: 1px solid var(--mint); */
    margin-top: 0;
    /* padding-top: 0; */
    padding-right: 37px;
    /* border-right: 1px solid var(--white); */
  }

  .infoContainer .btnContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }

  .infoBox {
    height: 100%;
    flex-shrink: 0;
    width: 35%;
    border: none;
    border-left: 1px solid var(--white);
    border-radius: 0px;
  }

  .infoTxts {
    width: 55%;
  }
  .infoBox .infoItem:not(:first-child) {
    padding-top: 23px;
    margin-top: 19px;
  }
  .extraInfo {
    padding: 30px 0;
  }
  .extraInfo .infoItem {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
  }
  .extraInfo .infoItem > div {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .extraInfo .infoItem .infoTxts p {
    font-size: var(--fs-small);
    line-height: 2em;
  }

  /* Programme */
  .programme .eventFilters .filtersRow {
    flex-wrap: wrap;
  }
  .eventList.type2 .eventItem {
    padding-block: 32px;
  }
  .eventList.type2 .eventItem .itemImg {
    width: 40%;
  }

  .search .mainContent .topContent {
    justify-content: space-between;
  }
  .search .mainContent .topContent .bling span:nth-child(2) {
    display: inline-block;
  }

  /* Programme Details */
  /* .programmeDetails .content {
    padding-bottom: 150px;
  } */

  .programmeDetails .gallery {
    padding-bottom: 96px;
  }
  .programmeDetails .tnc {
    margin-top: 92px;
  }
  .programmeDetails .gallerySlider {
    padding: 35px 0 0;
  }
  .programmeDetails .screenings {
    /* padding-top: 75px; */
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .programmeDetails .screenings .infoVal {
    margin-top: 12px;
  }
  .programmeDetails .screeningsList {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .programmeDetails .screeningsItem {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .programmeDetails .screeningsItem .itemContent {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    padding: 20px 40px 20px 30px;
  }

  .programmeDetails .screeningsItem .itemTitle {
    /* flex: 1 0; */
  }
  /* .programmeDetails .screeningsItem .itemContent h3 {
    font-size: 1.33em;
  } */
  .programmeDetails .screeningsItem .infoContent {
    flex-grow: 1;
  }
  .programmeDetails .screenings .remarks {
    /* display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start; */
    margin-top: 40px;
  }
  /* .programmeDetails .screenings .artistItem {
    width: 16%;
  } */
  .programmeDetails .eventList {
    padding-top: 35px;
    z-index: 6;
  }

  .programmeDetails .eventList .eventItem {
    padding: 5px;
  }
  .programmeDetails .eventList .eventItem .itemImg {
    margin: 0 -15px;
    /* height: 178px; */
  }
  .programmeDetails .eventItem .period {
    font-size: 16px;
  }
  .programmeDetails .eventItem .itemBtn {
    padding: 0 15px 20px;
  }
  .programmeDetails .eventList .eventItem .cateIcon {
    width: 25px;
  }
  .programmeDetails .eventList .eventItem .cateNameTxt {
    font-size: var(--fs-body);
  }

  .programmeDetails .whats_on_title {
    background-size: 130% auto;
  }

  .programmeDetails .bg_curve {
    top: -30%;
  }

  /* About the Fest */
  /* .about_fest .mainContent {
    padding-bottom: 124px;
  } */
  .about_fest .contentContainer {
    position: relative;
  }

  .about_fest .en.presentedBy_container span {
    margin-right: 30px;
  }
  .about_fest .content {
    width: 80%;
    margin-top: 70px;
  }
  .about_fest .desc {
    text-align: justify;
  }
  .about_fest h1 {
    font-size: 2.6em;
  }
  .about_fest .en span {
    width: 370px;
  }
  /* related_links */
  .related_links .contentContainer {
    position: relative;
  }
  .related_links .content {
    width: 80%;
    margin-top: 70px;
  }
  .related_links .contentBox {
    display: flex;
    justify-content: end;
  }
  .related_links .desc {
    text-align: justify;
  }
  .related_links h1 {
    font-size: 2.6em;
  }
  .related_links .contentContainer .firework_bg span {
    position: absolute;
    width: 40%;
    aspect-ratio: 1/1;
    background-image: url(../images/firework.svg);
    background-size: 100% auto;
    left: -15%;
    bottom: 10%;
    max-width: 700px;
  }

  /* Survey */
  .survey .stageItem {
    margin-bottom: 60px;
  }

  .survey .intro p {
    text-align: center;
  }
  .survey .surveyLanding .intro {
    line-height: 1.72em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .survey .surveyLanding .searchTitle {
    font-size: 3em;
  }
  .survey .surveyLanding .searchWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .survey .surveyLanding .searchWrapper {
    width: 100%;
    padding-top: 0;
  }
  .survey .surveyLanding .searchWrapper .inputSearch {
    border-radius: var(--border_radius2_const);
    background-size: 28px auto;
    height: 53px;
  }
  .survey .surveyLanding .eventListSort {
    flex-shrink: 0;
    padding-top: 0;
    padding-left: 66px;
  }
  .survey .surveyLanding .eventListSort .sortBtn {
    background-size: 20px auto;
  }
  .survey .surveyLanding .eventListSort .sortBtn.active {
    border-bottom-width: 2px;
  }
  .survey .surveyLanding .eventList {
    padding-top: 36px;
  }
  .survey .surveyLanding .eventList .eventItem {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .survey .surveyLanding .eventList .eventItem .itemTxts {
    padding-bottom: 22px;
  }
  .survey .surveyDetails .detailsImgWrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .survey .surveyDetails .detailsImg {
    flex-shrink: 0;
    width: 297px;
    height: 223px;
    margin-right: 36px;
    padding-bottom: 0;
  }
  .survey .surveyDetails .titleContainer {
    align-self: center;
    padding-top: 0;
  }
  .survey .surveyContainer .subtitle {
    max-width: 830px;
  }
  .survey .surveyContainer .surveyList {
    padding: 48px 42px;
    margin-top: 66px;
  }
  .survey .surveyContainer .surveyProgress .progressItem {
    width: 200px;
  }
  /* .survey .formContent hr {
		margin-top: 55px;
	} */
  .survey .formContent .formTop {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 42px;
  }
  .survey .formContent .formRow {
    margin-top: 55px;
  }
  .survey .formContent .formRow:first-child {
    margin-top: 0;
  }
  .survey .formContent .formRow::before {
    margin-bottom: 55px;
  }
  .survey .formContent .formRow.firstRow .remarks {
    transform: translateY(-34px);
  }
  .survey .formContent .formCol {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 55px;
  }
  .survey .formContent .formCol:first-child {
    padding-left: 0;
  }
  .survey .formContent .formInputContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    max-width: 850px;
  }
  .survey .formContent .formInputContainer .formInput {
    width: 100%;
  }
  .survey .formContent .formInput {
    padding-top: 0;
    padding-left: 20px;
  }
  .survey .formContent .formInputBlock {
    padding-top: 25px;
  }
  .survey .formContent .agreeChoiceWrapper {
    font-size: var(--fs-body);
    padding-top: 0;
  }
  .survey .formContent .agreeChoice {
    margin: 0 50px;
  }
  .survey .surveyContainer .btnContainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 65px;
  }

  /* Enrolment */
  .enrolment .bookingTimeWrapper {
    position: relative;
  }
  .enrolment .topContent {
    padding-right: 300px;
  }
  .enrolment .bookingTimeContainer {
    position: absolute;
    top: 0;
    right: calc(var(--pad_lr) * -1);
  }
  .enrolment .bookingTime {
    display: none;
  }
  .enrolment .bookingTime.bookingTimeFixed {
    position: fixed;
    z-index: 100;
    top: 178px;
    right: 0;
    align-items: center;
    white-space: nowrap;
    padding: 10px 23px;
    display: block;
  }
  .enrolment .bookingTime .label {
    font-size: 20px;
    line-height: 1em;
  }
  .enrolment .bookingTime .time {
    font-size: 25px;
    line-height: 1em;
    margin-left: 8px;
  }
  .enrolment .bling span {
    width: 122px;
    height: 122px;
  }
  .enrolment .bling1 {
    display: none;
  }
  .enrolment .enrolmentProgress {
    justify-content: space-between;
  }
  .enrolment .enrolmentProgress .progressItem .itemNum {
    font-size: 20px;
    width: 30px;
    height: 30px;
    padding-top: 0;
  }
  .enrolment .enrolmentProgress .progressItem .itemTxt {
    display: block;
    margin-left: 15px;
  }
  .enrolment .enrolmentProgress .progressItem.active.done .itemTxt {
    display: block;
  }
  .enrolment .mainContent .btnContainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 65px;
  }
  .enrolment .enrolContainer {
    margin-left: 0;
    margin-right: 0;
  }
  .enrolment .enrolItem {
    padding: 30px 40px;
  }
  .enrolment .enrolItem .dateOfVisitWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  .enrolment .enrolItem .dateOfVisitContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .enrolment .enrolItem .dateOfVisit {
    margin-top: 0;
    padding-left: 35px;
  }
  .enrolment .enrolItem .particWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .enrolment .enrolItem .particContainer {
    flex-shrink: 0;
    width: 26%;
    text-align: center;
    margin-right: 40px;
  }
  .enrolment .enrolItem .particTnc {
    border-top: 0;
    border-left: 1px solid var(--mint);
    padding: 0 0 0 46px;
    margin: 0 0 0;
  }
  .enrolment .enrolItem .timeslotList {
    margin: 0 0 0 46px;
  }
  .enrolment .enrolItem .timeslotItem {
    width: auto;
    padding: 0 18px;
  }
  .enrolment .enrolItem .itemTitle {
    top: -24px;
    left: 22px;
    transform: translate(0, 0);
    padding-left: 15px;
    padding-right: 15px;
  }
  .enrolment .enrolItem .inputWrapper {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: flex-start;
  }
  .enrolment .enrolItem .remarks,
  .enrolment .enrolItem .remarks ul {
    font-size: var(--fs-small);
    line-height: 1.9em;
  }
  .enrolment .enrolItem .remarks {
    margin-top: 48px;
    display: block;
  }
  .enrolment #enrolForm .rowTitle {
    margin-bottom: 5px;
  }
  .enrolment #enrolForm .inputWrapper .inputContainer {
    width: 100%;
    margin: 0 0 0 30px;
  }
  .enrolment #enrolForm input {
    max-width: 360px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .enrolment #enrolForm .checkboxWrapper .txt {
    padding-top: 0;
  }
  .enrolment .enrolItem[data-part="4"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .enrolment .bookingInfo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .enrolment .bookingInfo .infoItem {
    text-align: left;
    padding: 0 0 0 120px;
  }
  .enrolment .bookingInfo .infoItem:first-child {
    padding: 0;
  }
  .enrolment .userInfoContainer p {
    margin-top: 6px;
  }
  .enrolment .userInfoContainer p:first-child {
    margin-top: 0;
  }
  .enrolment .userInfo {
    display: block;
    margin-top: 18px;
  }
  .enrolment .userInfo tbody {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .enrolment .userInfo tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 270px;
  }
  .enrolment .userInfo tbody td {
    padding: 10px 20% 0 0;
  }
  .enrolment .enrolExtraContainer {
    display: none;
  }
  .enrolment .agreementContainer {
    font-size: 13px;
  }

  /* Archives */
  .archives .article-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .archives .article-contentItem {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* search */
  .search .eventContainer {
    /* max-width: 70%; */
    padding-right: 20px;
  }

  /* .search .container {
    padding-inline: 0px;
  } */
}
@media (min-width: 1281px) {
  .search .eventListWrapper {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    /* padding-left: 62px; */
    padding-top: 78px;
    /* padding-right: 49px; */
  }
  .search .searchNumContainer {
    padding-top: 0px;
  }

  .programmeDetails .mainWrapper .show_additional .white_bg_top {
    height: 65px;
    top: -1px;
  }

  .locationFilters .filtersRow::before {
    left: 188px;
  }

  .cateFilter .filtersRow::before {
    left: 150px;
  }
  .search .eventListWrapper .tagContainer {
    width: 25%;
    min-width: 25%;
    padding-inline: 0px;
    padding-left: 38px;
    padding-top: 0px;
    /* max-width: 375px;
    min-width: 375px;
    padding-left: 62px;
    padding-right: 49px; */
  }
  /* Programme */
  .programme .eventFilters .filtersScroll {
    padding-left: 0;
  }

  /* Survey */
  .survey .surveyLanding .eventList .eventItem {
    width: 25%;
  }
  .survey
    .formContent
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    min-width: 243px;
  }

  /* Enrolment */
  .enrolment .bling1 {
    display: block;
  }
  .search .eventListWrapper .tagContainer {
    /* width: 375px;
    padding-right: 62px; */
  }
}
@media (min-width: 1441px) {
  /* About the Fest */
  .about_fest .mainContent .bling {
    position: absolute;
    top: 200px;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  .about_fest .mainContent .bling span {
    width: 121px;
    height: 121px;
    animation: none;
  }
  .about_fest .mainContent .bling.anim span {
    animation-name: starBlink;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  .about_fest .mainContent .bling span:nth-child(1) {
    animation-delay: 0s;
  }
  .about_fest .mainContent .bling span:nth-child(2) {
    animation-delay: 0.5s;
  }
  .about_fest .mainContent .bling span:nth-child(3) {
    animation-delay: 1s;
  }
  .about_fest .mainContent .bling span:nth-child(4) {
    animation-delay: 1.5s;
  }
  .about_fest .mainContent .bling span:nth-child(5) {
    animation-delay: 2s;
  }
}
