.section-header .header {
  font-family: "Lexend", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: white;
  z-index: 1000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #141E3C 100%);
  display: grid;
  align-items: center;
  grid-template: auto/1fr auto auto;
  padding: 16px;
  width: 100%;
  position: relative;
  transition: all 500ms ease-in-out;
  transition-property: top, opacity, transform;
}
.section-header .header a {
  text-decoration: none;
}
.section-header .header input {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
}
.section-header .header.navigation {
  background: white;
}
.section-header .header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
}
.section-header .header .logo img {
  width: 93px;
  height: 24px;
}
.section-header .header .icon-burger {
  width: 24px;
  height: 24px;
  -webkit-mask: url("../images/icons/burger.svg") no-repeat center;
          mask: url("../images/icons/burger.svg") no-repeat center;
  background-color: white !important;
}
.section-header .header .icon-burger.show {
  -webkit-mask: url("../images/icons/close-thin.svg") no-repeat center;
          mask: url("../images/icons/close-thin.svg") no-repeat center;
  background-color: #344054 !important;
}
.section-header .header ul.navigation {
  position: fixed;
  padding: 24px 16px;
  inset: 0;
  top: 72px;
  list-style-type: none;
  margin: 0 auto;
  align-items: center;
  gap: 32px;
  text-transform: capitalize;
  color: #344054;
  height: calc(100dvh - 72px);
  width: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  z-index: 21;
  transition: transform 500ms ease;
  transform: translateX(-100%);
}
.section-header .header ul.navigation > * + * {
  margin-top: 8px;
}
.section-header .header ul.navigation .dropdown-trigger {
  display: list-item;
  cursor: pointer;
  position: relative;
}
.section-header .header ul.navigation .dropdown-trigger .dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-header .header ul.navigation .dropdown-trigger .dropdown-header .icon {
  width: 12px;
  height: 8px;
  -webkit-mask: url("../images/icons/chevron-down-bold.svg") no-repeat center;
          mask: url("../images/icons/chevron-down-bold.svg") no-repeat center;
  background-color: #101828;
  transition: transform 250ms ease-out;
}
.section-header .header ul.navigation .dropdown-trigger.show .dropdown-header .icon {
  transform: rotate(180deg);
}
.section-header .header ul.navigation .item {
  padding-block: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  cursor: pointer;
}
.section-header .header ul.navigation .dropdown {
  background: white;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  padding: 24px 12px;
  color: #101828;
  margin-top: 8px;
  flex-direction: column;
}
.section-header .header ul.navigation .dropdown .subitem {
  font-weight: 400;
  font-size: 16px;
  font-family: "Lexend", sans-serif !important;
  text-transform: capitalize;
  color: #344054;
}
.section-header .header ul.navigation .dropdown .subitem > a {
  padding: 12px;
  display: block;
}
.section-header .header ul.navigation .dropdown .subitem:hover {
  background: #f9fafb;
  border-radius: 8px;
}
.section-header .header ul.navigation .dropdown .subitem.active a, .section-header .header ul.navigation .dropdown .subitem:hover a {
  color: #6464e6 !important;
  font-weight: 600;
}
@media (min-width: 576px) {
  .section-header .header ul.navigation {
    height: 620px;
    max-width: 600px;
    transform: translateX(-100dvw);
  }
  .section-header .header ul.navigation .item {
    margin-inline: 16px;
  }
}
.section-header .header .modal-container {
  height: 40px;
  width: 40px;
}
.section-header .header .modal-container button {
  border: none;
  background-color: transparent;
}
.section-header .header .modal-container .search {
  width: inherit;
  height: inherit;
  -webkit-mask-image: url("../images/icons/search-refraction.svg");
          mask-image: url("../images/icons/search-refraction.svg");
  background-color: #d0d5dd;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.section-header .header .modal-container .search.dark {
  background-color: #344054;
}
.section-header .header .auth button {
  border: none;
  background-color: transparent;
}
.section-header .header .auth .link {
  display: none;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 600;
  color: white;
  border-bottom: 2px solid white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.section-header .header .auth .link:hover {
  color: #6464e6 !important;
  border-color: #6464e6 !important;
}
.section-header .header .auth .icon.avatar {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/icons/user.svg");
          mask-image: url("../images/icons/user.svg");
  background-color: #d0d5dd;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 50%;
          mask-size: 50%;
}
.section-header .header .auth .icon.avatar:hover {
  background-color: white;
  transition: all 200ms ease;
}
.section-header .header .auth .icon.avatar.navigation {
  position: static;
  background-color: black;
}
.section-header .header .auth .avatar {
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .section-header .header {
    padding: 20px calc((100% - clamp(343px, 41.2394366197px + 80.46948357vw, 1200px)) / 2);
    gap: 10px;
    display: flex;
  }
  .section-header .header .icon-burger {
    display: none;
  }
  .section-header .header .logo {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    margin-left: -10px;
  }
  .section-header .header .logo img {
    width: 124px;
    height: 32px;
  }
  .section-header .header ul.navigation {
    display: flex;
    position: static;
    padding: 0;
    padding-right: 30px;
    height: auto;
    margin: 0;
    margin-left: auto;
    justify-content: end;
    max-width: unset;
    overflow: visible;
    z-index: 2;
    transform: translateX(0);
    flex-wrap: wrap;
  }
  .section-header .header ul.navigation > * + * {
    margin-top: 0;
  }
  .section-header .header ul.navigation .dropdown-trigger .dropdown-header {
    color: white;
    display: flex;
    gap: 13px;
  }
  .section-header .header ul.navigation .dropdown-trigger .dropdown-header .icon {
    background-color: white;
  }
  .section-header .header ul.navigation .item {
    padding-block: 0;
    margin-inline: 0;
  }
  .section-header .header ul.navigation .item a {
    color: white;
  }
  .section-header .header ul.navigation .dropdown {
    position: absolute;
    gap: 4px;
    top: 100%;
    min-width: 335px;
    padding: 12px;
    margin-top: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-header .header ul.navigation .subitem a {
    color: #101828;
  }
  .section-header .header .modal-container {
    margin-right: 10px;
  }
  .section-header .header .modal-container .search {
    padding: 0 7px;
  }
  .section-header .header .modal-container .search:hover {
    background-color: white;
    transition: all 200ms ease;
  }
  .section-header .header .modal-container .search.dark:hover {
    background-color: black;
  }
  .section-header .header .modal-container .search:focus-visible {
    outline: none;
  }
  .section-header .header .auth .link {
    display: block;
    color: white;
  }
  .section-header .header .auth .icon.avatar {
    display: none;
  }
}
.section-header .headerHide {
  transform: translateY(-100%);
}
.section-header .headerHide .announcement {
  opacity: 0;
}
.section-header .headerWhiteVersion .auth .link {
  color: #101828;
}
.section-header .headerWhiteVersion .avatar {
  background-color: #000;
}
.section-header .headerWhiteVersion .navigation a {
  color: #101828 !important;
}
.section-header .headerWhiteVersion .dropdown-trigger .dropdown-header {
  color: #101828 !important;
}
.section-header .headerWhiteVersion .dropdown-trigger .dropdown-header .icon {
  background-color: #101828 !important;
}
.section-header .headerWhiteVersion .icon-burger {
  background-color: #000 !important;
}
.section-header .header-search-overlay {
  background: rgba(20, 30, 60, 0.7);
  position: fixed;
  inset: 0;
  z-index: 20;
  transform: translateX(-100%);
  transition: transform 500ms ease;
}
@media (min-width: 576px) {
  .section-header .header-search-overlay {
    display: none;
    transform: unset;
    transition: unset;
  }
}
.section-header .header-search-overlay.navigation {
  background: white;
  top: 72px;
  height: 100dvh;
  transform: translateX(-100%);
  transition: transform 500ms ease;
  display: block;
}
@media (min-width: 576px) {
  .section-header .header-search-overlay.navigation {
    max-height: 620px;
  }
}
@media (min-width: 992px) {
  .section-header .header-search-overlay.navigation {
    max-height: unset;
  }
}
.section-header .search-modal {
  max-width: 640px;
  width: 100%;
  font-size: 14px;
  font-family: "Lexend", sans-serif !important;
  position: fixed;
  inset: 0;
  z-index: 20;
  background: white;
  max-height: 100dvh;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 500ms ease;
}
@media (min-width: 576px) {
  .section-header .search-modal {
    background: transparent;
    inset: unset;
    overflow-y: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: unset;
    display: none;
  }
}
.section-header .search-modal .searchbox:focus-within {
  border: none;
  outline: 2px solid #8383EB;
  border-radius: 12px;
  box-shadow: 0px 0px 0px 1px #8383EB;
}
.section-header .search-modal .datepicker-wrapper:focus-within,
.section-header .search-modal .input-wrapper:focus-within {
  border: none;
  outline: 2px solid #8383EB;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 1px #8383EB;
}
.section-header .search-modal .content {
  width: 100%;
  min-height: 500px;
  background-color: white;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
}
@media (min-width: 576px) {
  .section-header .search-modal .content {
    max-height: 70dvh;
  }
}
.section-header .search-modal .content .back-button {
  padding: 12px;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../images/icons/arrow-left-bold.svg") no-repeat center;
          mask: url("../images/icons/arrow-left-bold.svg") no-repeat center;
  background-color: #344054;
}
.section-header .search-modal .content .close-button {
  padding: 10px;
  width: 20px;
  height: 20px;
  align-self: end;
  display: none;
  -webkit-mask: url("../images/icons/close-thin.svg") no-repeat center;
          mask: url("../images/icons/close-thin.svg") no-repeat center;
  background-color: #667085;
  transition: background-color 200ms ease;
}
.section-header .search-modal .content .close-button:hover {
  background-color: #222;
}
.section-header .search-modal .content .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 45px;
}
.section-header .search-modal .content .searchbox {
  margin-top: 16px;
  width: 100%;
  position: relative;
}
.section-header .search-modal .content .searchbox .icon {
  -webkit-mask: url("../images/icons/search-refraction.svg") no-repeat center;
          mask: url("../images/icons/search-refraction.svg") no-repeat center;
  background-color: #667085;
}
.section-header .search-modal .content .searchbox [placeholder] {
  text-overflow: ellipsis;
}
.section-header .search-modal .content .searchbox input {
  width: inherit;
  padding: 16px 40px 16px 45px;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
}
.section-header .search-modal .content .searchbox input::-moz-placeholder {
  color: #667085;
  font-family: "Lexend", sans-serif !important;
  letter-spacing: 0.5px;
}
.section-header .search-modal .content .searchbox input::placeholder {
  color: #667085;
  font-family: "Lexend", sans-serif !important;
  letter-spacing: 0.5px;
}
.section-header .search-modal .content .searchbox .clear-icon {
  position: absolute;
  cursor: pointer;
  right: 16px;
  width: 16px;
  height: 100%;
  background: url("../images/icons/close-circle-fill.svg") no-repeat center;
}
.section-header .search-modal .content .searchbox:has(input:disabled) .icon {
  background-color: #98a2b3;
}
.section-header .search-modal .content .searchbox:has(input:disabled) input {
  background-color: #f9fafb;
  border-color: #f2f4f7;
}
.section-header .search-modal .content .searchbox:has(input:disabled) input::-moz-placeholder {
  color: #98a2b3;
}
.section-header .search-modal .content .searchbox:has(input:disabled) input::placeholder {
  color: #98a2b3;
}
.section-header .search-modal .content .divider {
  width: 100%;
  display: flex;
  align-items: center;
  padding-block: 16px;
}
.section-header .search-modal .content .divider.has-text {
  margin-top: 16px;
  padding: 0;
}
.section-header .search-modal .content .divider.has-text p {
  font-size: 14px;
  margin: 0;
  padding-inline: 10px;
  font-weight: 500;
  color: #98a2b3;
}
.section-header .search-modal .content .divider hr {
  width: inherit;
  border-top: 2px solid #d0d5dd;
}
.section-header .search-modal .content .filters {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  width: 100%;
}
.section-header .search-modal .content .filters .datepicker-wrapper,
.section-header .search-modal .content .filters .slider-wrapper {
  position: relative;
}
.section-header .search-modal .content .filters .datepicker-wrapper .easepick-wrapper,
.section-header .search-modal .content .filters .slider-wrapper .easepick-wrapper {
  left: 0;
}
.section-header .search-modal .content .filters .datepicker-wrapper input:not(#price-slider),
.section-header .search-modal .content .filters .slider-wrapper input:not(#price-slider) {
  display: block;
  padding: 10px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: inherit;
}
.section-header .search-modal .content .filters .datepicker-wrapper input:not(#price-slider)::-webkit-outer-spin-button, .section-header .search-modal .content .filters .datepicker-wrapper input:not(#price-slider)::-webkit-inner-spin-button,
.section-header .search-modal .content .filters .slider-wrapper input:not(#price-slider)::-webkit-outer-spin-button,
.section-header .search-modal .content .filters .slider-wrapper input:not(#price-slider)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.section-header .search-modal .content .filters .datepicker-wrapper input:not(#price-slider):not(.price-input),
.section-header .search-modal .content .filters .slider-wrapper input:not(#price-slider):not(.price-input) {
  width: 100%;
  padding-left: 45px;
}
.section-header .search-modal .content .filters .datepicker-wrapper:has(input:disabled) .icon,
.section-header .search-modal .content .filters .slider-wrapper:has(input:disabled) .icon {
  background-color: #98a2b3;
}
.section-header .search-modal .content .filters .datepicker-wrapper:has(input:disabled) input,
.section-header .search-modal .content .filters .slider-wrapper:has(input:disabled) input {
  border-color: #f2f4f7 !important;
  background-color: #f9fafb !important;
}
.section-header .search-modal .content .filters .datepicker-wrapper:has(input:disabled) input::-moz-placeholder, .section-header .search-modal .content .filters .slider-wrapper:has(input:disabled) input::-moz-placeholder {
  color: #98a2b3;
}
.section-header .search-modal .content .filters .datepicker-wrapper:has(input:disabled) input::placeholder,
.section-header .search-modal .content .filters .slider-wrapper:has(input:disabled) input::placeholder {
  color: #98a2b3;
}
.section-header .search-modal .content .filters .datepicker-wrapper:has(input:disabled) .icon-dropdown,
.section-header .search-modal .content .filters .slider-wrapper:has(input:disabled) .icon-dropdown {
  pointer-events: none;
  background-color: #98a2b3;
}
.section-header .search-modal .content .filters .datepicker-wrapper .icon {
  -webkit-mask: url("../images/icons/calendar-rounded.svg") no-repeat center;
          mask: url("../images/icons/calendar-rounded.svg") no-repeat center;
  background-color: #667085;
}
.section-header .search-modal .content .filters .slider-wrapper .icon {
  -webkit-mask: url("../images/icons/dollar.svg") no-repeat center;
          mask: url("../images/icons/dollar.svg") no-repeat center;
  background-color: #667085;
}
.section-header .search-modal .content .filters .slider-wrapper .icon-dropdown {
  position: absolute;
  right: 16px;
  top: 0;
  height: 100%;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-mask: url("../images/icons/chevron-down-bold.svg") no-repeat center;
          mask: url("../images/icons/chevron-down-bold.svg") no-repeat center;
  background-color: #667085;
  transition: all 200ms ease;
}
.section-header .search-modal .content .filters .slider-wrapper .icon-dropdown:hover {
  background-color: #222;
}
.section-header .search-modal .content .filters .slider-wrapper:has(.price-slider-dropdown.d-block) .icon-dropdown {
  transform: rotate(180deg);
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown {
  min-height: 195px;
  border-radius: 8px;
  position: absolute;
  background-color: white;
  z-index: 20;
  margin-top: 8px;
  border: 1px solid #e4e7ec;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown {
    left: 0;
    max-width: 300px;
  }
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .price-inputs-wrapper {
  padding: 16px;
  padding-bottom: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .price-inputs-wrapper .divider {
  width: 20px;
  margin-top: 25px;
  -webkit-mask: url("../images/icons/minus-gray.svg") no-repeat center;
          mask: url("../images/icons/minus-gray.svg") no-repeat center;
  background-color: #d0d5dd;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .price-inputs-wrapper div:not(.divider) {
  width: 100%;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .price-inputs-wrapper label {
  color: #101828;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .irs-bar {
  height: 8px;
  background-color: #6464e6;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .irs-line {
  height: 8px;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .irs-handle {
  width: 24px;
  height: 24px;
  border: 2px solid #6464e6;
  background-color: white;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .price-slider-dropdown-footer {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid #e4e7ec;
  width: 100%;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .price-slider-dropdown-footer .btn {
  box-shadow: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  flex-grow: 1;
  transition: all 200ms ease;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .price-slider-dropdown-footer .btn-clear {
  border: 1px solid #d0d5dd;
  color: #344054;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .price-slider-dropdown-footer .btn-clear:hover {
  background-color: #efefef;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .price-slider-dropdown-footer .btn-apply {
  color: white;
  background-color: #6464e6;
}
.section-header .search-modal .content .filters .slider-wrapper .price-slider-dropdown .price-slider-dropdown-footer .btn-apply:hover {
  opacity: 0.9;
  transition: opacity 200ms ease;
}
@media (min-width: 576px) {
  .section-header .search-modal .content .filters {
    flex-direction: row;
    gap: 8px;
  }
  .section-header .search-modal .content .filters .datepicker-wrapper,
.section-header .search-modal .content .filters .slider-wrapper {
    width: 50%;
  }
}
.section-header .search-modal .content .suggestion .suggestion-options {
  display: grid;
  grid-template: 1fr/1fr;
}
@media (min-width: 576px) {
  .section-header .search-modal .content .suggestion .suggestion-options {
    grid-template: auto/repeat(2, minmax(0, 1fr));
  }
}
.section-header .search-modal .content .suggestion .suggestion-options .option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 8px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.section-header .search-modal .content .suggestion .suggestion-options .option:hover .information .title {
  color: #6464e6;
}
.section-header .search-modal .content .suggestion .suggestion-options .option .icon {
  position: relative;
  border: 1.5px solid #e4e7ec;
  height: 40px;
  width: 40px;
  border-radius: 8px;
}
.section-header .search-modal .content .suggestion .suggestion-options .option .icon img {
  width: 20px;
}
.section-header .search-modal .content .suggestion .suggestion-options .option .information p {
  font-size: 14px;
  margin: 0;
  color: #344054;
  font-weight: 400;
}
.section-header .search-modal .content .suggestion .suggestion-options .option .information p.title {
  color: #101828;
  text-transform: capitalize;
  font-weight: 500;
}
.section-header .search-modal .content h4 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #667085;
}
.section-header .search-modal .content .recent-searches {
  display: none;
}
.section-header .search-modal .content .recent-searches .clear-all {
  font-weight: 600;
  color: #5050B8;
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
}
.section-header .search-modal .content .recent-searches .clear-all:active {
  filter: contrast(1.5);
}
.section-header .search-modal .content .saved-searches {
  display: none;
}
.section-header .search-modal .content .pill-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding-block: 8px;
}
.section-header .search-modal .content .pill {
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid #e4e7ec;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  white-space: pre;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-header .search-modal .content .pill.clearable {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #C7D7FE;
  background-color: #EEF4FF;
  color: #3538CD;
}
.section-header .search-modal .content .pill.clearable span {
  white-space: nowrap;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-header .search-modal .content .pill.clearable .remove {
  padding: 0 4px;
  font-size: 1px;
  -webkit-mask: url("../images/icons/close-thin.svg") no-repeat center;
          mask: url("../images/icons/close-thin.svg") no-repeat center;
  width: 10px;
  height: 10px;
  background: #8098F9;
  transition: background-color 200ms ease;
}
.section-header .search-modal .content .pill.clearable .remove:hover {
  background-color: #6464e6;
}
@media (min-width: 576px) {
  .section-header .search-modal .content {
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  }
  .section-header .search-modal .content .back-button {
    display: none;
  }
  .section-header .search-modal .content .close-button {
    display: block;
  }
}
.section-header .search-modal .submit {
  padding: 16px;
}
@media (min-width: 576px) {
  .section-header .search-modal .submit {
    padding: 0;
  }
}
.section-header .search-modal .submit .see-result {
  width: 100%;
  border-radius: 8px;
  min-height: 48px;
  padding: 12px 18px;
  text-transform: uppercase;
  color: #98a2b3;
  background-color: #f2f4f7;
  border: 1px solid #e4e7ec;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-weight: bold;
  cursor: not-allowed;
}
.section-header .search-modal .submit .see-result:not(:disabled) {
  cursor: pointer;
  color: white;
  background: #6464e6;
  border: none;
  transition-property: color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
}
@media (min-width: 576px) {
  .section-header .search-modal .submit .see-result {
    background-color: white;
    margin-top: 8px;
  }
}
.section-header .ui-front {
  position: relative;
  z-index: 1000;
}
.section-header .ui-front .ui-autocomplete {
  position: absolute;
  top: 0 !important;
  left: 0;
  z-index: 1000;
  float: left;
  display: block;
  min-width: 160px;
  max-width: 100%;
  padding: 1rem 0.5rem;
  margin: 0.5rem 0 0.625rem 1.5rem;
  list-style: none;
  background-color: white;
  color: #101828;
  border: 1px solid #e4e7ec;
  border-radius: 0.75rem;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.0784313725);
}
.section-header .ui-front .ui-autocomplete .ui-menu-item {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 5px;
  padding-left: 10px;
  clear: both;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
  font-family: "Lexend", sans-serif !important;
}
.section-header .ui-front .ui-autocomplete .ui-menu-item .autocomplete-icon {
  padding-right: 8px;
}
.section-header .ui-front .ui-autocomplete .ui-menu-item .autocomplete-content {
  white-space: normal;
}
.section-header .ui-front .ui-autocomplete .ui-menu-item .highlight {
  color: #6464e6;
}
.section-header .ui-front .ui-autocomplete .ui-menu-item:has(.ui-state-hover, .ui-state-active) {
  background-color: #8383EB;
  color: white;
  text-decoration: none;
  background-image: none;
  cursor: pointer;
  border-radius: 8px;
}
.section-header .ui-front .ui-autocomplete .ui-menu-item:has(.ui-state-hover, .ui-state-active) .autocomplete-icon path {
  stroke: white;
}
.section-header .ui-front .ui-autocomplete .ui-menu-item:has(.ui-state-hover, .ui-state-active) .highlight {
  color: white;
}

.ui-helper-hidden-accessible {
  display: none;
}

.section-footer footer {
  background-color: white;
  padding-bottom: 0 !important;
}
.section-footer footer .responsive-container {
  max-width: clamp(343px, 41.2394366197px + 0.8046948357 * 100 * 1vw, 1200px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  padding: 3rem 1rem;
  font-family: "Lexend", sans-serif;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.section-footer footer .responsive-container > * {
  grid-column: 1/-1;
}
@media screen and (min-width: 375px) {
  .section-footer footer .responsive-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 576px) {
  .section-footer footer .responsive-container {
    padding-top: 4rem;
  }
}
.section-footer footer .responsive-container .logo {
  height: 32px;
  width: 124px;
  order: 0;
}
.section-footer footer .responsive-container .description {
  margin: 0;
  margin-top: 1.5rem;
  color: #101828;
  font-size: 1rem;
  font-weight: 400;
  max-width: unset;
  order: 1;
}
@media (min-width: 992px) {
  .section-footer footer .responsive-container .description {
    grid-column: 1/1;
    padding-right: 20px;
  }
}
.section-footer footer .responsive-container .subscribe-form {
  order: 4;
  margin-top: 2.5rem;
}
.section-footer footer .responsive-container .subscribe-form > * + * {
  margin-top: 1rem;
}
.section-footer footer .responsive-container .subscribe-form .label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #101828;
  line-height: 1.25rem;
  text-align: left;
}
.section-footer footer .responsive-container .subscribe-form .action-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-footer footer .responsive-container .subscribe-form .action-wrapper .input-wrapper {
  position: relative;
}
.section-footer footer .responsive-container .subscribe-form .action-wrapper .input-wrapper .captcha-placeholder {
  margin-top: 16px;
  min-width: 200px;
  min-height: 40px;
}
.section-footer footer .responsive-container .subscribe-form .action-wrapper .input-wrapper .email-wrapper {
  position: relative;
}
.section-footer footer .responsive-container .subscribe-form .action-wrapper .input-wrapper .email-wrapper .icon {
  display: none;
  height: 16px;
  width: 16px;
  -webkit-mask-image: url("../images/icons/error.svg");
          mask-image: url("../images/icons/error.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #F04438;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.section-footer footer .responsive-container .subscribe-form .action-wrapper .input-wrapper .email-wrapper.invalid #email {
  border: 1px solid #FDA29B;
}
.section-footer footer .responsive-container .subscribe-form .action-wrapper .input-wrapper .email-wrapper.invalid .icon {
  display: block;
}
.section-footer footer .responsive-container .subscribe-form .action-wrapper .input-wrapper .subscribe-error-message {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #d92d20;
  text-align: left;
  margin-top: 6px;
}
.section-footer footer .responsive-container .subscribe-form .action-wrapper .input-wrapper .subscribe-error-message.show {
  display: block;
}
.section-footer footer .responsive-container .subscribe-form input {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  width: 100%;
  padding-right: 35px;
}
.section-footer footer .responsive-container .subscribe-form input::-moz-placeholder {
  font-weight: 400;
  color: #D0D5DD;
  font-size: 16px;
  line-height: 24px;
}
.section-footer footer .responsive-container .subscribe-form input::placeholder {
  font-weight: 400;
  color: #D0D5DD;
  font-size: 16px;
  line-height: 24px;
}
.section-footer footer .responsive-container .subscribe-form input:focus-visible {
  outline-color: #8383EB;
}
.section-footer footer .responsive-container .subscribe-form .subscribe-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FF5AA0;
  padding: 0.625rem 0.875rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #101828;
  border-radius: 9999px;
  border: none;
  min-width: 116px;
  height: 40px;
}
.section-footer footer .responsive-container .subscribe-form .subscribe-button:hover {
  background-color: #d94d88;
  transition: background-color 200ms linear;
}
@media (min-width: 576px) {
  .section-footer footer .responsive-container .subscribe-form .subscribe-button {
    padding: 0.625rem 1rem;
    min-width: 132px;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 44px;
  }
}
@media (min-width: 992px) {
  .section-footer footer .responsive-container .subscribe-form {
    display: block;
    order: 2;
    grid-column: auto/-1;
    margin-top: 0;
    justify-self: end;
    text-align: right;
    grid-row: 2/4;
  }
  .section-footer footer .responsive-container .subscribe-form > * + * {
    margin-top: 1.25rem;
  }
  .section-footer footer .responsive-container .subscribe-form .action-wrapper {
    flex-direction: row;
    gap: 16px;
  }
  .section-footer footer .responsive-container .subscribe-form .action-wrapper .input-wrapper .captcha-placeholder {
    margin-top: 20px;
  }
  .section-footer footer .responsive-container .subscribe-form .action-wrapper .input-wrapper input {
    width: 320px;
  }
}
.section-footer footer .responsive-container .footer-links {
  display: grid;
  order: 3;
  grid-column: 1/-1;
  grid-template-rows: repeat(2, 1fr 1fr);
  grid-template-columns: 1fr 1fr;
  row-gap: 1.5rem;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #101828;
  margin-top: 2.5rem;
  text-decoration: none;
}
.section-footer footer .responsive-container .footer-links .footer-link {
  display: block;
  color: #101828;
  font-weight: 600;
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.section-footer footer .responsive-container .footer-links .footer-link:hover {
  color: #FF5AA0;
  transition: color 150ms ease;
}
@media screen and (max-width: 390px) {
  .section-footer footer .responsive-container .footer-links {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .section-footer footer .responsive-container .footer-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    grid-row: 3;
  }
  .section-footer footer .responsive-container .footer-links .footer-link {
    display: inline;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section-footer footer .responsive-container .footer-links {
    grid-column: 1;
  }
}
.section-footer footer .responsive-container .social-links {
  display: flex;
  gap: 1.5rem;
  order: 5;
  align-items: end;
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-top: 2rem;
  width: calc(100% - 32px);
  border-top: 1px solid #E4E7EC;
}
.section-footer footer .responsive-container .social-links a {
  background-color: #98a2b3;
  width: 24px;
  height: 24px;
}
.section-footer footer .responsive-container .social-links #facebook {
  -webkit-mask: url("../images/icons/facebook-circle.svg") no-repeat center;
          mask: url("../images/icons/facebook-circle.svg") no-repeat center;
}
.section-footer footer .responsive-container .social-links #instagram {
  -webkit-mask: url("../images/icons/instagram-gray.svg") no-repeat center;
          mask: url("../images/icons/instagram-gray.svg") no-repeat center;
}
.section-footer footer .responsive-container .social-links #tiktok {
  -webkit-mask: url("../images/icons/tiktok-gray.svg") no-repeat center;
          mask: url("../images/icons/tiktok-gray.svg") no-repeat center;
}
.section-footer footer .responsive-container .social-links #youtube {
  -webkit-mask: url("../images/icons/youtube-gray.svg") no-repeat center;
          mask: url("../images/icons/youtube-gray.svg") no-repeat center;
}
.section-footer footer .responsive-container .social-links a:hover {
  background-color: #FF5AA0;
}
@media (min-width: 768px) {
  .section-footer footer .responsive-container .social-links {
    order: 6;
    grid-column: auto/-1;
    justify-content: end;
    width: 100%;
    margin-left: 0;
  }
}
.section-footer footer .responsive-container .footer-text {
  order: 6;
  color: #667085;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-footer footer .responsive-container .footer-text p {
  margin: 0;
  white-space: nowrap;
  font-weight: 400 !important;
}
@media (min-width: 768px) {
  .section-footer footer .responsive-container .footer-text {
    flex-direction: row;
    gap: 1.25rem;
    order: 5;
    grid-column: 1/1;
    align-self: end;
    border-top: 1px solid #E4E7EC;
    padding-top: 2rem;
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.section-catchMembership {
  display: block;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
}
.section-catchMembership .loading {
  text-align: center;
  height: 984px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-catchMembership .loading img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .section-catchMembership .loading img {
    width: 120px;
    height: 120px;
  }
}
.section-catchMembership .loading p {
  font-weight: 900;
  font-size: 24px;
  line-height: 28.8px;
  background: linear-gradient(90deg, #3CA6E0 0%, #3CC882 49.88%, #FFDC28 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 36px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .section-catchMembership .loading p {
    font-size: 16px;
  }
}
.section-catchMembership button {
  height: 48px;
  border: 0;
  background-color: #FF5AA0;
  color: #101828;
  font-weight: 600;
  font-size: 16px;
  border-radius: 9999px;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 48px;
}
.section-catchMembership .main {
  height: 100%;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-catchMembership .main .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-catchMembership .main .top .title {
  font-size: 48px;
  color: #101828;
  font-weight: 600;
}
.section-catchMembership .main .top .description {
  color: #475467;
  font-size: 20px;
  margin-top: 16px;
}
.section-catchMembership .main .bottom img {
  width: 100%;
  aspect-ratio: 1200/560;
  margin-top: 64px;
  border-radius: 16px;
}
@media (max-width: 575.98px) {
  .section-catchMembership .main .bottom img {
    margin-top: 32px;
  }
}
@media (max-width: 991.98px) {
  .section-catchMembership button {
    margin-top: 32px;
  }
  .section-catchMembership .main .top .title {
    font-size: 36px;
  }
  .section-catchMembership .main .top .description {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .section-catchMembership button {
    height: 40px;
    margin-top: 24px;
    font-size: 14px;
  }
  .section-catchMembership .main {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-catchMembership .main .top .title {
    font-size: 20px;
  }
  .section-catchMembership .main .top .description {
    font-size: 14px;
    max-width: 266px;
    margin-top: 8px;
  }
}

.section-culturePass {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.section-culturePass .loading {
  text-align: center;
  height: 984px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-culturePass .loading img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .section-culturePass .loading img {
    width: 120px;
    height: 120px;
  }
}
.section-culturePass .loading p {
  font-weight: 900;
  font-size: 24px;
  line-height: 28.8px;
  background: linear-gradient(90deg, #3CA6E0 0%, #3CC882 49.88%, #FFDC28 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 36px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .section-culturePass .loading p {
    font-size: 16px;
  }
}
.section-culturePass .main {
  height: 100%;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .section-culturePass .main {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 575.98px) {
  .section-culturePass .main {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.section-culturePass .main .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  .section-culturePass .main .top {
    margin-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .section-culturePass .main .top {
    margin-bottom: 42px;
  }
}
.section-culturePass .main .top .title {
  font-size: 48px;
  color: #101828;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .section-culturePass .main .top .title {
    margin-bottom: 16px;
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .section-culturePass .main .top .title {
    font-size: 24px;
  }
}
.section-culturePass .main .top .title:empty {
  display: none;
}
.section-culturePass .main .top .description {
  color: #475467;
  font-size: 20px;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .section-culturePass .main .top .description {
    font-size: 16px;
  }
}
.section-culturePass .main .top .description:empty {
  display: none;
}
.section-culturePass .main .top button {
  height: 48px;
  border: 0;
  background-color: #FF5AA0;
  color: #101828;
  font-weight: 600;
  font-size: 16px;
  border-radius: 9999px;
  padding-left: 18px;
  padding-right: 18px;
}
.section-culturePass .main .top div:last-child {
  margin-bottom: 0;
}
.section-culturePass .main .content {
  position: relative;
  padding-bottom: 36px;
}
@media (max-width: 991.98px) {
  .section-culturePass .main .content {
    padding-bottom: 24px;
  }
}
.section-culturePass .main .content .subtitle {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 32px;
  color: #101828;
}
@media (max-width: 991.98px) {
  .section-culturePass .main .content .subtitle {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .section-culturePass .main .content .subtitle {
    font-size: 20px;
    margin-bottom: 42px;
  }
}
@media (max-width: 991.98px) {
  .section-culturePass .main .content .cpcards-carousel {
    margin-right: 0;
  }
}
.section-culturePass .main .content .cpcards-carousel .swiper-slide {
  width: calc((100% - 64px) / 3);
}
@media (max-width: 991.98px) {
  .section-culturePass .main .content .cpcards-carousel .swiper-slide {
    width: 280px;
  }
}
@media (max-width: 575.98px) {
  .section-culturePass .main .content .cpcards-carousel .swiper-slide {
    width: 280px;
  }
}
.section-culturePass .main .content .cpcards-carousel .event-cards .item-card {
  background-color: transparent;
}
.section-culturePass .main .content .cpcards-carousel .event-cards .item-card .card-super-banner {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.section-culturePass .main .content .cpcards-carousel .event-cards .item-card .super-event {
  border: 1px solid #8383EB;
}
@media (max-width: 575.98px) {
  .section-culturePass .main .content .cpcards-carousel .event-cards .item-card .img-box {
    height: 175px;
    border-radius: 16px;
  }
  .section-culturePass .main .content .cpcards-carousel .event-cards .item-card .card-super-banner {
    line-height: 28px;
    padding: 0 12px;
    font-size: 14px;
    right: 10px;
    top: 10px;
  }
  .section-culturePass .main .content .cpcards-carousel .event-cards .item-card .info .card-title {
    margin-top: 10px;
  }
  .section-culturePass .main .content .cpcards-carousel .event-cards .item-card .info .info-title {
    font-size: 20px;
    line-height: 28px;
  }
  .section-culturePass .main .content .cpcards-carousel .event-cards .item-card .info .card-date-time {
    font-size: 14px;
    margin-top: 20px;
  }
  .section-culturePass .main .content .cpcards-carousel .event-cards .item-card .info .card-location,
.section-culturePass .main .content .cpcards-carousel .event-cards .item-card .info .card-online {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .section-culturePass .main .content .cpcards-carousel .article-card-item .img-container {
    height: 175px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .section-culturePass .main .content .cpcards-carousel .article-card-item .description-container .title-container .title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .section-culturePass .main .content .cpcards-carousel .article-card-item .description-container .read {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-culturePass .main .content .cpcards-carousel .carousel-btn-prev,
.section-culturePass .main .content .cpcards-carousel .carousel-btn-next {
  position: absolute;
  top: 180px;
  z-index: 3;
  border: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.8980392157);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-culturePass .main .content .cpcards-carousel .carousel-btn-prev:hover, .section-culturePass .main .content .cpcards-carousel .carousel-btn-prev:active,
.section-culturePass .main .content .cpcards-carousel .carousel-btn-next:hover,
.section-culturePass .main .content .cpcards-carousel .carousel-btn-next:active {
  opacity: 0.9;
}
.section-culturePass .main .content .cpcards-carousel .carousel-btn-prev img,
.section-culturePass .main .content .cpcards-carousel .carousel-btn-next img {
  filter: invert(1);
  width: 24px;
  height: 24px;
}
.section-culturePass .main .content .cpcards-carousel .carousel-btn-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 1199.98px) {
  .section-culturePass .main .content .cpcards-carousel .carousel-btn-prev {
    display: none;
  }
}
.section-culturePass .main .content .cpcards-carousel .carousel-btn-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 1199.98px) {
  .section-culturePass .main .content .cpcards-carousel .carousel-btn-next {
    display: none;
  }
}
.section-culturePass .main .content .cpcards-carousel .swiper-button-disabled {
  display: none;
}

#myCatchListModal {
  cursor: default;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(20, 30, 60, 0.7);
}
#myCatchListModal .modal-header, #myCatchListModal .modal-footer {
  border: none;
}
#myCatchListModal .modal-content {
  width: 500px;
  background-image: none;
  border: 0;
  padding: 24px;
}
@media (max-width: 575.98px) {
  #myCatchListModal .modal-content {
    width: 100%;
    max-width: 343px;
    padding: 24px 16px 16px 16px;
  }
}
#myCatchListModal .modal-header {
  align-items: normal;
  padding: 0;
  justify-content: flex-end;
  margin-bottom: 10px;
}
#myCatchListModal .modal-close {
  border: none;
  width: 10px;
  height: 10px;
  background: transparent url("../images/icons/close-thin.svg") no-repeat center;
}
#myCatchListModal .modal-dialog {
  max-width: unset;
  width: 500px;
  justify-content: center;
}
@media (max-width: 575.98px) {
  #myCatchListModal .modal-dialog {
    width: auto;
  }
}
#myCatchListModal .modal-body {
  margin: 0;
  padding: 0;
  gap: 0;
}
#myCatchListModal .modal-body::-webkit-scrollbar {
  width: 8px;
}
#myCatchListModal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background-color: #d9d9d9;
}
#myCatchListModal .modal-body .catch-list {
  margin: 0;
  padding-left: 0;
  max-height: 400px;
  overflow: auto;
}
#myCatchListModal .modal-body .catch-list-item, #myCatchListModal .modal-body .catch-list-item-favourites {
  min-height: 44px;
  padding: 0 16px 0 14px;
  list-style-type: none;
}
#myCatchListModal .modal-body .catch-list-item label, #myCatchListModal .modal-body .catch-list-item-favourites label {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #344054;
}
#myCatchListModal .modal-body .catch-list-item label input, #myCatchListModal .modal-body .catch-list-item-favourites label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 0.25em;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
#myCatchListModal .modal-body .catch-list-item label input[type=checkbox]:not(:disabled):checked, #myCatchListModal .modal-body .catch-list-item-favourites label input[type=checkbox]:not(:disabled):checked {
  background-color: #6464E6;
  border-color: #6464E6;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
#myCatchListModal .modal-body .catch-list-item label input[type=checkbox]:disabled, #myCatchListModal .modal-body .catch-list-item-favourites label input[type=checkbox]:disabled {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
#myCatchListModal .modal-body .catch-list li:nth-child(odd) {
  background-color: #F9FAFB;
}
#myCatchListModal .modal-body .catch-list li:nth-child(even) {
  background-color: #F2F4F7;
}
#myCatchListModal .modal-body .create-new {
  display: block;
  height: 36px;
  padding: 8px 14px 8px 38px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #5050B8;
  text-decoration: underline;
  margin: 12px 0;
  position: relative;
}
#myCatchListModal .modal-body .create-new::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"%3e%3cpath d="M6.9974 1.16675V12.8334M1.16406 7.00008H12.8307" stroke="%235050B8" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round" /%3e%3c/svg%3e') no-repeat center;
  position: absolute;
  top: 8px;
  left: 12px;
}
#myCatchListModal .modal-title {
  color: #101828;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  #myCatchListModal .modal-title {
    font-size: 20px;
    line-height: 28px;
  }
}
#myCatchListModal .modal-title-description {
  font-weight: 400;
  font-size: 20px;
  color: #475467;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  #myCatchListModal .modal-title-description {
    font-size: 18px;
  }
}
#myCatchListModal .modal-footer {
  padding: 32px 0 0;
}
#myCatchListModal .modal-footer .modal-submit-btn {
  width: 250px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  background-color: #FF5AA0;
  border: none;
  padding: 0;
  margin: 0;
  color: #101828;
}
@media (max-width: 575.98px) {
  #myCatchListModal .modal-footer .modal-submit-btn {
    width: 100%;
  }
}
#myCatchListModal .modal-footer .error-list-tips {
  width: 100%;
}

#createNewCatchList {
  width: 100vw;
  height: 100vh;
  z-index: 2222;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(20, 30, 60, 0.7);
}
#createNewCatchList .modal-header, #createNewCatchList .modal-footer {
  border: none;
}
#createNewCatchList .modal-content {
  width: 500px;
  background-image: none;
  border: 0;
  padding: 24px;
}
@media (max-width: 575.98px) {
  #createNewCatchList .modal-content {
    width: 100%;
    max-width: 343px;
    padding: 24px 16px 16px 16px;
  }
}
#createNewCatchList .modal-header {
  align-items: normal;
  padding: 0;
  justify-content: flex-end;
  margin-bottom: 10px;
}
#createNewCatchList .modal-close {
  border: none;
  width: 10px;
  height: 10px;
  background: transparent url("../images/icons/close-thin.svg") no-repeat center;
}
#createNewCatchList .modal-dialog {
  max-width: unset;
  width: 500px;
  justify-content: center;
}
@media (max-width: 575.98px) {
  #createNewCatchList .modal-dialog {
    width: auto;
  }
}
#createNewCatchList .modal-body {
  height: 135px;
  margin: 0;
  padding: 0;
  gap: 0;
}
#createNewCatchList .modal-body::-webkit-scrollbar {
  width: 8px;
}
#createNewCatchList .modal-body::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background-color: #d9d9d9;
}
#createNewCatchList .modal-body input {
  border: 1px solid #D0D5DD;
  height: 44px;
  border-radius: 4px;
  padding-left: 8px;
}
#createNewCatchList .modal-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #101828;
}
@media (max-width: 575.98px) {
  #createNewCatchList .modal-title {
    font-size: 20px;
    line-height: 28px;
  }
}
#createNewCatchList .modal-footer {
  padding: 0;
}
#createNewCatchList .modal-footer .modal-submit-btn {
  width: 250px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  background-color: #FF5AA0;
  border: none;
  padding: 0;
  margin: 0;
  color: #101828;
}
@media (max-width: 575.98px) {
  #createNewCatchList .modal-footer .modal-submit-btn {
    width: 100%;
  }
}
#createNewCatchList .modal .error-name-tips {
  width: 100%;
}

#successful-message-modal .modal-header, #successful-message-modal .modal-footer {
  border: none;
}
#successful-message-modal .modal-content {
  width: 500px;
  background-image: none;
  border: 0;
  padding: 24px;
}
@media (max-width: 575.98px) {
  #successful-message-modal .modal-content {
    width: 100%;
    max-width: 343px;
    padding: 24px 16px 24px 16px;
  }
}
#successful-message-modal .modal-dialog {
  justify-content: center;
}
#successful-message-modal .modal-header {
  align-items: normal;
  padding: 0;
  justify-content: flex-end;
  margin-bottom: 10px;
}
#successful-message-modal .modal-close {
  border: none;
  width: 10px;
  height: 10px;
  background: transparent url("../images/icons/close-thin.svg") no-repeat center;
}
#successful-message-modal .modal-body {
  margin: 0;
  padding: 0;
  gap: 0;
}
#successful-message-modal .modal-body::-webkit-scrollbar {
  width: 8px;
}
#successful-message-modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background-color: #d9d9d9;
}
#successful-message-modal .modal-body .successIcon {
  margin-bottom: 16px;
}
#successful-message-modal .modal-body .successful-message {
  color: #475467;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  #successful-message-modal .modal-body .successful-message {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  #successful-message-modal .modal-body .successful-message {
    font-size: 18px;
  }
}
#successful-message-modal .modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  #successful-message-modal .modal-title {
    font-size: 20px;
    line-height: 28px;
  }
}
#successful-message-modal .modal-footer {
  padding: 0;
}
#successful-message-modal .modal-footer .modal-submit-btn {
  width: 250px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  background-color: #FF5AA0;
  border: none;
  padding: 0;
  margin: 0;
  color: #101828;
}
@media (max-width: 575.98px) {
  #successful-message-modal .modal-footer .modal-submit-btn {
    width: 100%;
  }
}

.nac-notifications {
  display: none !important;
  position: absolute;
  top: 65px;
  right: 0;
  background-color: #ffffff;
  color: #141E3C;
  border: 2px solid #141E3C;
  border-radius: 8px;
  z-index: 1000;
  padding: 0 24px;
  text-align: left;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .nac-notifications {
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .nac-notifications {
    padding: 0 16px;
    right: 2px !important;
    top: 58px;
  }
}
.nac-notifications.show {
  display: flex !important;
}
.nac-notifications .notifications-item {
  border: none;
  color: #141E3C;
  background-color: transparent;
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
  position: static !important;
  text-align: left;
  height: 60px;
  line-height: 60px !important;
  padding: 0;
  border-bottom: 1px solid #141E3C;
}
@media (max-width: 991.98px) {
  .nac-notifications .notifications-item {
    font-size: 24px;
    height: 48px;
    line-height: 48px !important;
  }
}
.nac-notifications .notifications-item.sign {
  border-bottom: none;
}
.nac-notifications .notifications-item.notice .unread-notice {
  width: auto;
  max-width: 40px;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  background-color: #E71321;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  border-radius: 12px;
  margin-left: 10px;
}
.nac-notifications .notifications-item.sign::before {
  content: "";
  width: 36px;
  height: 36px;
  margin-right: 8px;
  background-image: url("../images/icons/user-login.svg");
  background-size: contain;
}
.nac-notifications .notice-dialog {
  width: 528px;
  max-height: calc(100vh - 250px);
  padding: 25px 0;
  border-radius: 8px;
  border: 2px solid #141E3C;
  background-color: #ffffff;
  position: absolute;
  top: -2px;
  right: -2px;
  margin: 0;
  margin-left: auto;
  z-index: 11;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .nac-notifications .notice-dialog {
    width: 430px;
    padding: 24px 0;
  }
}
@media (max-width: 575.98px) {
  .nac-notifications .notice-dialog {
    width: 100vw;
    height: auto;
    max-height: calc(100vh - 59px);
  }
}
.nac-notifications .notice-dialog-authorized {
  display: none;
}
.nac-notifications .notice-dialog-unauthorized {
  display: flex;
}
.nac-notifications .notice-dialog-header {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.nac-notifications .notice-dialog-header .go-back {
  border: none;
  background-color: transparent;
  color: #6464E6;
  font-size: 20px;
  font-weight: 600;
  margin-left: 24px;
}
@media (max-width: 991.98px) {
  .nac-notifications .notice-dialog-header .go-back {
    margin-left: 20px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .nac-notifications .notice-dialog-header .go-back {
    margin-left: 16px;
    font-size: 14px;
  }
}
.nac-notifications .notice-dialog-header .go-back::before {
  content: "";
  width: 12px;
  height: 18px;
  margin-right: 12px;
  background: url("../images/icons/chevron-left-indigo.svg");
}
.nac-notifications .notice-dialog-header .close {
  position: absolute;
  top: 0px;
  right: 45px;
  width: 32px;
  height: 32px;
  background: transparent url("../images/icons/close-indigo.svg") no-repeat;
  background-size: contain;
  border: none;
}
@media (max-width: 991.98px) {
  .nac-notifications .notice-dialog-header .close {
    right: 33px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 575.98px) {
  .nac-notifications .notice-dialog-header .close {
    right: 16px;
    width: 20px;
    height: 20px;
  }
}
.nac-notifications .notice-dialog-content {
  padding: 0 24px;
  overflow: auto;
}
@media (max-width: 575.98px) {
  .nac-notifications .notice-dialog-content {
    padding: 0 16px;
  }
}
.nac-notifications .notice-dialog-content::-webkit-scrollbar {
  width: 8px;
}
.nac-notifications .notice-dialog-content::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background-color: #d9d9d9;
}
.nac-notifications .notice-dialog-content .section-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #141E3C;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .nac-notifications .notice-dialog-content .section-title {
    font-size: 20px;
  }
}
.nac-notifications .notice-dialog-content .section-title .my-notifications {
  margin-bottom: 0;
}
.nac-notifications .notice-dialog-content .general-notice-content {
  border: 2px solid #141E3C;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.nac-notifications .notice-dialog-content .general-notice-content .general-notice-content-wrapper {
  display: flex;
  overflow: hidden;
}
.nac-notifications .notice-dialog-content .general-notice-content .general-notice-content-wrapper > div, .nac-notifications .notice-dialog-content .general-notice-content .general-notice-content-wrapper .NoAnnouncement {
  width: 100%;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1.4;
  color: #141E3C;
  transition: 200ms transform;
  overflow-y: auto;
  max-height: 120px;
}
.nac-notifications .notice-dialog-content .general-notice-content .general-notice-content-wrapper > div::-webkit-scrollbar, .nac-notifications .notice-dialog-content .general-notice-content .general-notice-content-wrapper .NoAnnouncement::-webkit-scrollbar {
  width: 6px;
  border-radius: 50%;
}
.nac-notifications .notice-dialog-content .general-notice-content .general-notice-content-wrapper > div::-webkit-scrollbar-thumb, .nac-notifications .notice-dialog-content .general-notice-content .general-notice-content-wrapper .NoAnnouncement::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #D9D9D9;
}
@media (max-width: 991.98px) {
  .nac-notifications .notice-dialog-content .general-notice-content .general-notice-content-wrapper > div, .nac-notifications .notice-dialog-content .general-notice-content .general-notice-content-wrapper .NoAnnouncement {
    font-size: 14px;
    max-height: 100px;
  }
}
.nac-notifications .notice-dialog-content .general-notice-content .switch-bar {
  line-height: 1;
  margin-top: 5px;
  gap: 10px;
  font-size: 16px;
}
.nac-notifications .notice-dialog-content .general-notice-content .switch-bar button {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background-color: #6464E6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
}
@media (max-width: 991.98px) {
  .nac-notifications .notice-dialog-content .general-notice-content .switch-bar button {
    width: 32px;
    height: 32px;
  }
}
.nac-notifications .notice-dialog-content .general-notice-content .switch-bar button.notice-prev {
  background-image: url("../images/icons/chevron-prev.svg");
}
.nac-notifications .notice-dialog-content .general-notice-content .switch-bar button.notice-next {
  background-image: url("../images/icons/chevron-next.svg");
}
.nac-notifications .notice-dialog-content .general-notice-content .switch-bar button.notice-prev-disabled, .nac-notifications .notice-dialog-content .general-notice-content .switch-bar button.notice-next-disabled {
  pointer-events: none;
  cursor: auto;
  background-color: #B8BBC4;
}
.nac-notifications .notice-dialog-content .general-notice-content .switch-bar button.notice-prev-disabled {
  background-image: url("../images/icons/chevron-prev-disabled.svg");
}
.nac-notifications .notice-dialog-content .general-notice-content .switch-bar button.notice-next-disabled {
  background-image: url("../images/icons/chevron-next-disabled.svg");
}
.nac-notifications .notice-dialog-content .general-notice-content .switch-bar span {
  width: 50px;
  text-align: center;
}
.nac-notifications .notice-dialog-content .my-notice-item {
  padding: 20px 0;
  gap: 28px;
  color: #141E3C;
}
.nac-notifications .notice-dialog-content .my-notice-item:not(:last-of-type) {
  border-bottom: 1px solid #141E3C;
}
.nac-notifications .notice-dialog-content .my-notice-item img {
  width: 60px;
  height: 60px;
}
@media (max-width: 991.98px) {
  .nac-notifications .notice-dialog-content .my-notice-item img {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 575.98px) {
  .nac-notifications .notice-dialog-content .my-notice-item img {
    width: 48px;
    height: 48px;
  }
}
.nac-notifications .notice-dialog-content .my-notice-item .my-notice-desc {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .nac-notifications .notice-dialog-content .my-notice-item .my-notice-desc {
    font-size: 14px;
  }
}
.nac-notifications .notice-dialog-content .my-notice-item .my-notice-datetime {
  gap: 20px;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .nac-notifications .notice-dialog-content .my-notice-item .my-notice-datetime {
    font-size: 10px;
  }
}
.nac-notifications .notice-dialog-content .my-notice-item > img {
  border-radius: 50%;
}
.nac-notifications .notice-dialog-unauthorized {
  margin: 0;
  margin-left: auto;
  padding: 19px 0;
}
@media (max-width: 575.98px) {
  .nac-notifications .notice-dialog-unauthorized {
    padding: 13px 0;
    height: auto;
  }
}
.nac-notifications .notice-dialog-unauthorized .close {
  position: absolute;
  top: 20px;
  right: 45px;
  width: 32px;
  height: 32px;
  z-index: 10;
  background: transparent url("../images/icons/close-indigo.svg") no-repeat;
  background-size: contain;
  border: none;
}
@media (max-width: 991.98px) {
  .nac-notifications .notice-dialog-unauthorized .close {
    right: 33px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 575.98px) {
  .nac-notifications .notice-dialog-unauthorized .close {
    top: 18px;
    right: 16px;
    width: 20px;
    height: 20px;
  }
}
.nac-notifications a {
  color: #141E3C !important;
}

.homepage-header .nac-notifications {
  top: 160px;
  left: 45px;
}
@media (max-width: 575.98px) {
  .homepage-header .nac-notifications {
    top: 60px;
    left: 15px;
  }
  .homepage-header .nac-notifications .notice-dialog {
    width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* breakpoints */
.privacy-warning {
  font-size: 16px;
  opacity: 0.8;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 0;
  color: #FFFFFF;
  text-align: center;
  z-index: 9050;
  background: url(../Images/overlay-bg.png);
}

.privacy-warning .component-content {
  position: relative;
  height: auto;
  width: 90%;
  padding: 15px;
  margin: 0 auto;
}

.privacy-warning a {
  color: #FFFFFF;
}

.privacy-warning .close {
  transform: scale(1.3, 0.95);
  font-size: 35px;
  font-size: 3.5rem;
  position: absolute;
  top: -35px !important;
  right: 8px;
  font-weight: bold;
  cursor: pointer;
}
.privacy-warning .close a,
.privacy-warning .close button {
  font-size: 25px;
  background-color: transparent;
  border: none;
  color: inherit;
  font-weight: 600;
}

.privacy-warning .learnMore {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.privacy-warning .submit {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
}

.privacy-warning .submit a, .privacy-warning .submit button {
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
  padding: 5px 10px;
  cursor: pointer;
  color: #000 !important;
}

.privacy-warning.restrictive {
  top: 0;
}

.privacy-warning.restrictive .info {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}

.privacy-warning.restrictive .submit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.nac-form-outline {
  display: flex;
  align-items: center;
  outline: none;
  border-radius: 8px;
  position: relative;
}
.nac-form-outline:focus-within {
  box-shadow: 0 0 0 1pt #2d2926;
}

.nac-form-control-2 {
  display: flex;
  align-items: center;
  border-radius: 8px;
  width: 100%;
  background-color: #ffffff;
}
.nac-form-control-2 li[data-value=input] a {
  padding: 4px 8px;
}
.nac-form-control-2 li[data-value=input] input {
  width: 100%;
  padding: 6px;
  min-height: 0px;
  border-radius: 5px;
  border: 1px solid #ced4da;
}
.nac-form-control-2 li[data-value=input] input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.2509803922);
}
.nac-form-control-2 li[data-value=input]:hover {
  background-color: inherit;
}
.nac-form-control-2 input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 64px;
  background-color: #ffffff;
}
.nac-form-control-2 input[type=time] {
  min-width: 100px;
}
.nac-form-control-2 input:disabled {
  opacity: 1;
}
.nac-form-control-2 input:not([type=checkbox]),
.nac-form-control-2 textarea {
  padding: 27px 16px 9px 16px;
  border: none;
  border-radius: 8px;
  display: inline;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  background-clip: padding-box;
}
.nac-form-control-2 input:not([type=checkbox]):-webkit-autofill,
.nac-form-control-2 textarea:-webkit-autofill {
  -webkit-background-clip: text;
}
.nac-form-control-2 input:not([type=checkbox]):focus,
.nac-form-control-2 textarea:focus {
  outline: none;
}
.nac-form-control-2 textarea#ListWithUsDescription {
  padding-top: 0px;
  margin-top: 27px;
}
.nac-form-control-2 iconify-icon {
  display: inline;
  width: 24px;
  height: 24px;
  z-index: 1;
  color: #141e3c;
}
.nac-form-control-2 iconify-icon:not(.nac-form-control--suffix-icon) {
  margin-right: -6px;
  margin-left: 16px;
}
.nac-form-control-2 iconify-icon.nac-form-control--suffix-icon {
  margin-right: 16px;
  margin-left: -6px;
}
.nac-form-control-2 .nac-floating-label {
  position: relative;
  width: 100%;
  display: flex;
}
.nac-form-control-2 .nac-floating-label label {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  top: 20px;
  left: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.2s;
  cursor: text;
  white-space: nowrap;
  color: #141E3C;
}
@media (max-width: 575.98px) {
  .nac-form-control-2 .nac-floating-label label {
    font-size: 14px;
  }
}
.nac-form-control-2 .nac-floating-label input::-moz-placeholder, .nac-form-control-2 .nac-floating-label textarea::-moz-placeholder {
  opacity: 0;
}
.nac-form-control-2 .nac-floating-label input::placeholder,
.nac-form-control-2 .nac-floating-label textarea::placeholder {
  opacity: 0;
}
.nac-form-control-2 .nac-floating-label input:focus + label,
.nac-form-control-2 .nac-floating-label input:not(:placeholder-shown) + label,
.nac-form-control-2 .nac-floating-label input:-webkit-autofill + label,
.nac-form-control-2 .nac-floating-label textarea:focus + label,
.nac-form-control-2 .nac-floating-label textarea:not(:placeholder-shown) + label,
.nac-form-control-2 .nac-floating-label textarea:-webkit-autofill + label,
.nac-form-control-2 .nac-floating-label input:focus + .easepick-wrapper + label,
.nac-form-control-2 .nac-floating-label input:not(:placeholder-shown) + .easepick-wrapper + label,
.nac-form-control-2 .nac-floating-label input:-webkit-autofill + .easepick-wrapper + label {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 50%);
  transform: scale(0.875) translateX(-12px) translateY(-17px);
  font-size: 12px;
  padding-left: 0;
  color: #141E3C;
}
.nac-form-control-2 .nac-floating-label input[type=text] + label, .nac-form-control-2 .nac-floating-label textarea[type=text] + label {
  pointer-events: none;
}
.nac-form-control-2.is-invalid.nac-form-outline,
.nac-form-control-2.is-invalid .nac-form-outline {
  box-shadow: 0 0 0 1pt #e71321;
  -webkit-animation: shake 0.2s ease-in-out 0s 2;
          animation: shake 0.2s ease-in-out 0s 2;
}
.nac-form-control-2.is-invalid.nac-form-outline label,
.nac-form-control-2.is-invalid .nac-form-outline label {
  color: #e71321;
}
.nac-form-control-2.is-invalid.nac-form-outline iconify-icon,
.nac-form-control-2.is-invalid .nac-form-outline iconify-icon {
  color: #e71321;
}
.nac-form-control-2.disabled {
  background: rgba(45, 41, 38, 0.1);
  border: 1px solid #aba9a8;
}

.nac-form-validation {
  display: none;
}

.nac-invalid-feedback {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #e71321;
  margin-top: 2px;
  margin-bottom: 6px;
}

:not(.is-invalid) + .nac-form-validation {
  display: none;
}

.is-invalid + .nac-form-validation {
  display: block;
}

@-webkit-keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.2rem;
  }
  75% {
    margin-left: -0.2rem;
  }
  100% {
    margin-left: 0rem;
  }
}

@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.2rem;
  }
  75% {
    margin-left: -0.2rem;
  }
  100% {
    margin-left: 0rem;
  }
}
.nac-dropdown-toggle {
  display: flex;
  align-items: center;
}
.nac-dropdown-toggle::after {
  content: "";
  background: url('data:image/svg+xml, %3csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3ccircle cx="10" cy="10" r="10" transform="matrix%280 1 1 0 0 0%29" fill="%236464E6"/%3e%3cpath d="M6.18848 8.56548C6.38164 8.75864 8.80864 11.1856 9.998 12.375L13.8075 8.56548" stroke="white" stroke-width="2" stroke-linecap="round"/%3e%3c/svg%3e') no-repeat center center/contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: all 0.2s;
  margin-right: 16px;
  min-width: 20px;
}
.nac-dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.nac-form-contact-number #MyProfileCountryCode {
  padding-top: 10px;
}
.nac-form-contact-number .dropdown {
  width: 120px;
}
.nac-form-contact-number .dropdown-menu {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.nac-form-contact-number .nac-dropdown-toggle {
  font-size: 8px;
}
.nac-form-contact-number .nac-dropdown-toggle::after {
  margin-left: -8px;
  margin-right: 8px;
}
.nac-form-contact-number .separator {
  height: 100%;
  padding: 13px 0;
  margin-right: -6px;
  z-index: 1;
  border-right: 1px solid #d5d4d4;
}

.nac-round-select {
  font-weight: 400;
  color: #2D2926;
  padding: 12px 14px;
  border-radius: 100px;
  align-items: center;
  outline: 1px solid #ebebeb;
  border: 0;
  min-width: 210px;
}
.nac-round-select:focus-within {
  outline: none;
  box-shadow: 0 0 0 1pt #2d2926;
}

.nac-select-label {
  font-weight: 400;
  display: block;
  width: 100%;
}

@media (max-width: 575.98px) {
  .form-actions {
    justify-content: center !important;
  }
}
.input-loading-spinner {
  content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor"%3E%3Canimate attributeName="r" begin="0" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(45 12 12)"%3E%3Canimate attributeName="r" begin="0.125s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(90 12 12)"%3E%3Canimate attributeName="r" begin="0.25s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(135 12 12)"%3E%3Canimate attributeName="r" begin="0.375s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(180 12 12)"%3E%3Canimate attributeName="r" begin="0.5s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(225 12 12)"%3E%3Canimate attributeName="r" begin="0.625s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(270 12 12)"%3E%3Canimate attributeName="r" begin="0.75s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(315 12 12)"%3E%3Canimate attributeName="r" begin="0.875s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3C%2Fsvg%3E');
  font-size: 16px;
  margin-right: 16px;
  margin-left: -6px;
  z-index: 1;
}

.form-check-input:checked[type=radio] {
  background-color: #fff;
  border-color: #6464E6;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%236464E6'/%3e%3c/svg%3e");
}

.form-check-input[type=radio] {
  min-width: 16px;
}

.form-step-2 .form-actions {
  width: clamp(343px, 168.7042253521px + 0.4647887324 * 100 * 1vw, 838px);
  max-width: 100%;
}

.btn-subscribe-news {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  background: #6464E6;
  border-radius: 72px;
  width: 72px;
  height: 72px;
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.25));
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.btn-subscribe-news:hover {
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.25));
}
.btn-subscribe-news:active {
  background: #7a7aea;
  filter: none;
}

.btn-search {
  padding: 0;
  width: 100px;
  min-width: 100px;
  margin-right: -1px;
  height: 56px;
  border-radius: 99px;
}
.btn-search:hover {
  outline: 2px solid #6464e6;
}
.btn-search:hover iconify-icon {
  color: #fff !important;
}

.btn {
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6464E6;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 77, 73, 71;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6464E6;
  --bs-btn-active-border-color: none;
  --bs-btn-focus-outline-color: #6464E6;
  --bs-btn-hover-box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
  --bs-btn-box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
  box-shadow: var(--bs-btn-box-shadow);
}
.btn:hover {
  box-shadow: var(--bs-btn-hover-box-shadow);
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
}
.btn:focus:active {
  box-shadow: none;
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
}
.btn:focus:not(:active):not(:hover) {
  box-shadow: var(--bs-btn-box-shadow);
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
}
.btn:disabled {
  background-color: #eaeaea;
  color: #c2c2c2;
  box-shadow: none;
}

#recommended-events .responsive-container .btn-primary,
.homepage-events .component-content .actions .btn-primary,
.homepage-articles .component-content .actions .btn-primary {
  font-weight: 400;
  background-color: #6464e6;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  width: 250px;
}
#recommended-events .responsive-container .btn-primary:hover,
.homepage-events .component-content .actions .btn-primary:hover,
.homepage-articles .component-content .actions .btn-primary:hover {
  font-weight: 900;
  box-shadow: none;
}
#recommended-events .responsive-container .btn-primary:focus:active,
.homepage-events .component-content .actions .btn-primary:focus:active,
.homepage-articles .component-content .actions .btn-primary:focus:active {
  font-weight: 400;
  box-shadow: none;
  opacity: 0.7;
}
#recommended-events .responsive-container .btn-primary:focus:not(:active):not(:hover),
.homepage-events .component-content .actions .btn-primary:focus:not(:active):not(:hover),
.homepage-articles .component-content .actions .btn-primary:focus:not(:active):not(:hover) {
  font-weight: 400;
  background-color: #6464e6;
  outline: 0;
  box-shadow: none;
}
#recommended-events .responsive-container .btn-primary img,
.homepage-events .component-content .actions .btn-primary img,
.homepage-articles .component-content .actions .btn-primary img {
  height: 17px;
  margin-left: 13px;
}

#recommended-events .responsive-container .btn-primary {
  width: 300px;
}

.btn-primary {
  font-weight: 400;
  background-color: #141e3c;
  box-shadow: none;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover {
  font-weight: 400;
  box-shadow: none;
}
.btn-primary:focus:active {
  font-weight: 400;
  box-shadow: none;
  opacity: 0.7;
}
.btn-primary:focus:not(:active):not(:hover) {
  font-weight: 400;
  background-color: #141e3c;
  outline: 0;
  box-shadow: none;
}
.btn-primary img {
  height: 17px;
  margin-left: 13px;
}

.btn-outline-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-hover-color: #6464E6;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #141e3c;
  --bs-btn-active-color: #6464E6;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #6464E6;
  box-shadow: none;
  border: 1px solid var(--bs-btn-hover-border-color);
  background-color: #fff;
  color: var(--bs-btn-color);
  font-weight: 400;
}
.btn-outline-primary:hover {
  box-shadow: none;
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border: 1px solid var(--bs-btn-hover-color) !important;
  font-weight: 400;
}
.btn-outline-primary:focus:active {
  box-shadow: none;
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border: 1px solid var(--bs-btn-active-border-color);
  font-weight: 400;
}
.btn-outline-primary:focus:not(:active):not(:hover) {
  box-shadow: none;
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border: 1px solid var(--bs-btn-color);
  font-weight: 400;
  outline: 0;
}

.timeout-dialog h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .timeout-dialog h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;
  }
}
.timeout-dialog p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: #2D2926;
  margin-bottom: 31px;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-hover-color: #6464E6;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #141e3c;
  --bs-btn-active-color: #6464E6;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #6464E6;
  box-shadow: none;
  border: 2px solid #fff;
  background-color: transparent;
}
.btn-outline-white:hover {
  box-shadow: var(--bs-btn-hover-box-shadow);
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border: 2px solid var(--bs-btn-hover-color) !important;
}
.btn-outline-white:focus:active {
  box-shadow: none;
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border: 2px solid var(--bs-btn-active-border-color);
}
.btn-outline-white:focus:not(:active):not(:hover) {
  box-shadow: var(--bs-btn-box-shadow);
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border: 2px solid var(--bs-btn-focus-outline-color);
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
}

.btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6464e6;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: #6464e6;
}
.btn-red:hover {
  outline: 2px solid #6464e6;
}

.btn-text {
  --bs-btn-color: #6464e6;
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-color: #6464E6;
  --bs-btn-active-bg: rgba(100, 100, 230, 0.1);
  --bs-btn-active-color: #6464E6;
  padding: 12px 32px;
  box-shadow: none !important;
}
.btn-text:hover svg path {
  stroke: #6464E6;
}

.btn-like .icon-liked,
.nac-like-button .icon-liked {
  display: none;
}
.btn-like .icon-unliked,
.nac-like-button .icon-unliked {
  display: block;
}
.btn-like[data-like-status=true] .icon-liked,
.nac-like-button[data-like-status=true] .icon-liked {
  display: block;
}
.btn-like[data-like-status=true] .icon-unliked,
.nac-like-button[data-like-status=true] .icon-unliked {
  display: none;
}

.btn-like {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 10px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  z-index: 2;
  transition: transform 0.1 ease-out;
}
.btn-like > span {
  width: 24px;
  height: 24px;
}
.btn-like:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn-like:hover iconify-icon {
  color: #fff;
}
.btn-like:active {
  transform: scale(0.95);
}

.btn-normal {
  padding: 12px 20px;
  font-weight: bold;
  font-size: 24px;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.border-button-black {
  border: solid 3px black;
}

.border-button-white {
  border: solid 3px white;
}

.btn-dark {
  background-color: black;
  color: white;
}
.btn-dark:hover {
  border: solid 5px white;
  font-weight: bolder;
  font-size: 26px;
  background-color: black;
  color: white;
}
.btn-dark:active {
  border: solid 3px black;
  font-weight: bold;
  font-size: 24px;
  background-color: white;
  color: black;
}

.btn-light {
  background-color: white;
  color: black;
}
.btn-light:hover {
  border: solid 5px black;
  font-weight: bolder;
  font-size: 26px;
  background-color: white;
  color: black;
}
.btn-light:active {
  border: solid 3px white;
  font-weight: bold;
  font-size: 24px;
  background-color: black;
  color: white;
}

.btn-styled {
  background-color: #6464e6;
  color: white;
}
.btn-styled:hover {
  border: solid 5px white;
  font-weight: bolder;
  font-size: 26px;
  background-color: #6464e6;
  color: white;
}
.btn-styled:active {
  border: solid 3px #6464e6;
  font-weight: bold;
  font-size: 24px;
  background-color: white;
  color: #6464e6;
}

@media (min-width: 576px) {
  .btn-like {
    padding: 12px;
  }
}
@media (max-width: 575.98px) {
  .btn-styled-mobile {
    background-color: white;
    color: #6464e6;
  }
  .btn-normal {
    padding: 8px 16px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 15px;
  }
  .btn-dark:focus {
    border: solid 3px black;
    font-weight: bold;
    font-size: 16px;
    background-color: white;
    color: black;
  }
  .btn-light:focus {
    border: solid 3px white;
    font-weight: bold;
    font-size: 16px;
    background-color: black;
    color: white;
  }
  .btn-light-mobile:focus {
    border: solid 3px black;
    font-weight: bold;
    font-size: 16px;
    background-color: black;
    color: white;
  }
  .btn-styled:focus {
    border: solid 3px white;
    font-weight: bold;
    font-size: 16px;
    background-color: white;
    color: #6464e6;
  }
  .btn-styled-mobile:focus {
    border: solid 3px white;
    font-weight: bold;
    font-size: 16px;
    background-color: #6464e6;
    color: white;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .btn-styled-tablet {
    background-color: white;
    color: #6464e6;
  }
  .border-button-styled {
    border: solid 3px #6464e6;
  }
  .btn-normal {
    padding: 12px 20px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 15px;
  }
  .btn-dark:focus {
    border: solid 3px white;
    font-weight: bold;
    font-size: 24px;
    background-color: white;
    color: black;
  }
  .btn-dark-tablet:focus {
    border: solid 3px black;
    font-weight: bold;
    font-size: 24px;
    background-color: white;
    color: black;
  }
  .btn-light:focus {
    border: solid 3px white;
    font-weight: bold;
    font-size: 24px;
    background-color: black;
    color: white;
  }
  .btn-light-tablet:focus {
    border: solid 3px black;
    font-weight: bold;
    font-size: 24px;
    background-color: black;
    color: white;
  }
  .btn-styled:focus {
    border: solid 3px white;
    font-weight: bold;
    font-size: 24px;
    background-color: white;
    color: #6464e6;
  }
  .btn-styled-tablet:focus {
    border: solid 3px white;
    font-weight: bold;
    font-size: 24px;
    background-color: #6464e6;
    color: white;
  }
}
.btn-no-shadow {
  box-shadow: none !important;
}

.focus-white:focus:not(:active) {
  outline: 2px solid white !important;
}

.btn-icon {
  --bs-btn-bg: #fff;
  --bs-btn-color: #000;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-blue:hover iconify-icon {
  color: #6464e6 !important;
}

.hover-red:hover iconify-icon {
  color: #e71321 !important;
}

.active-white:active iconify-icon {
  color: #fff !important;
}

#filter-modal .btn-filter .label {
  white-space: normal;
}

.btn-filter {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #d5d4d4;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 400;
  opacity: 0.6;
}
.btn-filter .label {
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .btn-filter .label {
    white-space: normal;
  }
}
.btn-filter:hover:not(.btn-filter-selected) .label {
  padding-bottom: 8px;
  border-bottom: 2px solid #9c9c9c;
}
.btn-filter:active {
  transform: scale(0.95);
  transition: transform 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-filter-selected {
  opacity: 1;
}
.btn-filter-selected .label {
  padding-bottom: 8px;
  border-bottom: 2px solid #ffffff;
}

.btn-arrow,
.btn-arrow-video {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: inherit;
  border-radius: 48px;
}
.btn-arrow:not(:disabled):hover,
.btn-arrow-video:not(:disabled):hover {
  background-color: #6464E6;
}
.btn-arrow:not(:disabled):hover iconify-icon,
.btn-arrow-video:not(:disabled):hover iconify-icon {
  color: #fff !important;
}
.btn-arrow:not(:disabled):active,
.btn-arrow-video:not(:disabled):active {
  background-color: #6464E6;
}
.btn-arrow:not(:disabled):active iconify-icon,
.btn-arrow-video:not(:disabled):active iconify-icon {
  color: #fff !important;
}
.btn-arrow:disabled iconify-icon,
.btn-arrow-video:disabled iconify-icon {
  color: rgba(0, 0, 0, 0.11) !important;
}

.btn-loading-spinner::after {
  content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor"%3E%3Canimate attributeName="r" begin="0" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(45 12 12)"%3E%3Canimate attributeName="r" begin="0.125s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(90 12 12)"%3E%3Canimate attributeName="r" begin="0.25s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(135 12 12)"%3E%3Canimate attributeName="r" begin="0.375s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(180 12 12)"%3E%3Canimate attributeName="r" begin="0.5s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(225 12 12)"%3E%3Canimate attributeName="r" begin="0.625s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(270 12 12)"%3E%3Canimate attributeName="r" begin="0.75s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3Ccircle cx="12" cy="2" r="0" fill="currentColor" transform="rotate(315 12 12)"%3E%3Canimate attributeName="r" begin="0.875s" calcMode="spline" dur="1s" keySplines="0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8%3B0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0%3B2%3B0%3B0"%2F%3E%3C%2Fcircle%3E%3C%2Fsvg%3E');
  padding-left: 10px;
  font-size: 16px;
  z-index: 1;
}

button.nac-btn,
a.nac-btn {
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  padding: 12px 20px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  button.nac-btn,
a.nac-btn {
    padding: 8px 16px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  button.nac-btn,
a.nac-btn {
    font-size: 16px;
  }
}
button.nac-btn.dark,
a.nac-btn.dark {
  background-color: #141E3C;
  color: #ffffff;
  box-shadow: 0 0 0 3px #141E3C;
}
button.nac-btn.dark:hover,
a.nac-btn.dark:hover {
  box-shadow: 0 0 0 6px #141E3C, 0px 9px 9px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  button.nac-btn.dark:hover,
a.nac-btn.dark:hover {
    box-shadow: 0 0 0 3px #141E3C;
  }
}
button.nac-btn.dark:active,
a.nac-btn.dark:active {
  background-color: #ffffff;
  color: #141E3C;
  box-shadow: 0 0 0 3px #fff;
}
button.nac-btn.dark.outline,
a.nac-btn.dark.outline {
  box-shadow: 0 0 0 3px #fff;
}
button.nac-btn.dark.outline:hover,
a.nac-btn.dark.outline:hover {
  box-shadow: 0 0 0 6px #fff, 0px 9px 9px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  button.nac-btn.dark.outline:hover,
a.nac-btn.dark.outline:hover {
    box-shadow: 0 0 0 3px #fff;
  }
}
button.nac-btn.dark.outline:active,
a.nac-btn.dark.outline:active {
  box-shadow: 0 0 0 3px #141E3C;
}
button.nac-btn.light,
a.nac-btn.light {
  background-color: #ffffff;
  color: #141E3C;
  box-shadow: 0 0 0 3px #fff;
}
@media (max-width: 991.98px) {
  button.nac-btn.light,
a.nac-btn.light {
    box-shadow: 0 0 0 3px #fff;
  }
}
button.nac-btn.light:hover,
a.nac-btn.light:hover {
  box-shadow: 0 0 0 6px #fff, 0px 9px 9px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  button.nac-btn.light:hover,
a.nac-btn.light:hover {
    box-shadow: 0 0 0 3px #fff;
  }
}
button.nac-btn.light:active,
a.nac-btn.light:active {
  background-color: #141E3C;
  color: #ffffff;
  box-shadow: 0 0 0 3px #141E3C;
}
button.nac-btn.light.outline,
a.nac-btn.light.outline {
  box-shadow: 0 0 0 3px #141E3C;
}
button.nac-btn.light.outline:hover,
a.nac-btn.light.outline:hover {
  box-shadow: 0 0 0 6px #141E3C, 0px 9px 9px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  button.nac-btn.light.outline:hover,
a.nac-btn.light.outline:hover {
    box-shadow: 0 0 0 3px #141E3C;
  }
}
button.nac-btn.light.outline:active,
a.nac-btn.light.outline:active {
  box-shadow: 0 0 0 3px #fff;
}
button.nac-btn.styled,
a.nac-btn.styled {
  background-color: #6464E6;
  color: #ffffff;
  box-shadow: 0 0 0 3px #6464E6;
}
button.nac-btn.styled:hover,
a.nac-btn.styled:hover {
  box-shadow: 0 0 0 6px #6464E6, 0px 9px 9px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  button.nac-btn.styled:hover,
a.nac-btn.styled:hover {
    box-shadow: 0 0 0 3px #6464E6;
  }
}
button.nac-btn.styled:active,
a.nac-btn.styled:active {
  background-color: #ffffff;
  color: #6464E6;
  box-shadow: 0 0 0 3px #fff;
}
button.nac-btn.styled.outline,
a.nac-btn.styled.outline {
  box-shadow: 0 0 0 3px #fff;
}
button.nac-btn.styled.outline:hover,
a.nac-btn.styled.outline:hover {
  box-shadow: 0 0 0 6px #fff, 0px 9px 9px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  button.nac-btn.styled.outline:hover,
a.nac-btn.styled.outline:hover {
    box-shadow: 0 0 0 3px #fff;
  }
}
button.nac-btn.styled.outline:active,
a.nac-btn.styled.outline:active {
  box-shadow: 0 0 0 3px #6464E6;
}
button.nac-btn.disabled,
a.nac-btn.disabled {
  background-color: #D5D4D4;
  border: 0;
  outline: 0;
  color: #A1A5B1;
  box-shadow: none;
  cursor: default;
}

.svg-icon-purple {
  background: url("../images/icons/close-icon.png") no-repeat center/contain;
}

.svg-icon-purple svg path {
  stroke: #6464E6;
}

.announcement {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.announcement > .component-content {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(4px, 2.9436619718px + 0.0028169014 * 100 * 1vw, 7px) clamp(16px, -20.6197183099px + 0.0976525822 * 100 * 1vw, 120px);
  width: 100%;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-height: 40px;
  top: 0;
  z-index: 9;
}
.announcement > .component-content .announcement-carousel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 32px;
}
.announcement > .component-content .announcement-carousel .announcement-text {
  display: inline;
}
.announcement > .component-content .announcement-carousel .announcement-text .phone-detector {
  color: white !important;
  pointer-events: none;
  text-decoration: none;
}
.announcement > .component-content .announcement-carousel .announcement-text:not([data-selected=true]) {
  display: none;
}
.announcement > .component-content .announcement-carousel .announcement-pagination {
  display: inline-block;
}
.announcement > .component-content button {
  border: 0 !important;
  outline: none !important;
  background: none !important;
}

.btn-chat-with-us {
  position: fixed;
  bottom: -130px;
  right: calc((100vw - clamp(343px, 41.2394366197px + 0.8046948357 * 100 * 1vw, 1200px)) / 2);
  z-index: 3;
  transform: translateY(50%);
}
.btn-chat-with-us button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px 1px rgba(16, 24, 40, 0.1803921569) inset;
  height: 56px;
  width: 56px;
  border-radius: 9999px;
  padding: 0;
  border: 2px solid #d65890;
  transition: opacity 200ms ease;
}
.btn-chat-with-us button:hover {
  opacity: 0.9;
}
.btn-chat-with-us .unread-indicator {
  display: none;
}
.btn-chat-with-us .btn {
  background-color: #FF5AA0;
  color: #101828 !important;
}
.btn-chat-with-us .btn:focus:active {
  background-color: #FF5AA0;
  opacity: 0.7;
}
.btn-chat-with-us .btn:focus:not(:active):not(:hover) {
  background-color: #FF5AA0;
}

#subscriptionSuccessModal .modal-dialog {
  max-width: 700px !important;
  min-width: 700px !important;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #subscriptionSuccessModal .modal-dialog {
    max-width: 500px !important;
    min-width: 500px !important;
  }
}
@media (max-width: 575.98px) {
  #subscriptionSuccessModal .modal-dialog {
    max-width: calc(100% - 32px) !important;
    min-width: 343px !important;
  }
}
#subscriptionSuccessModal .modal-dialog .modal-content {
  gap: 16px;
  padding: 48px 16px 44px;
}
@media (min-width: 768px) {
  #subscriptionSuccessModal .modal-dialog .modal-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#subscriptionSuccessModal .modal-dialog .modal-content .modal-close {
  border: none;
  position: absolute;
  background-color: transparent;
  top: 12px;
  right: 12px;
  padding: 8px;
}
#subscriptionSuccessModal .modal-dialog .modal-content .modal-close-icon {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../images/icons/close-thin.svg");
          mask-image: url("../images/icons/close-thin.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #475467;
}
#subscriptionSuccessModal .modal-dialog .modal-content .icon {
  height: 48px;
  width: 48px;
  background-color: #dcfae6;
  border-radius: 9999px;
  padding: 12px;
}
#subscriptionSuccessModal .modal-dialog .modal-content .icon .icon-success {
  -webkit-mask-image: url("../images/icons/check-circle.svg");
          mask-image: url("../images/icons/check-circle.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #079455;
  width: 24px;
  height: 24px;
}
#subscriptionSuccessModal .modal-dialog .modal-content .modal-body {
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
#subscriptionSuccessModal .modal-dialog .modal-content .modal-body .modal-title {
  color: #101828;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 28px;
}
@media (min-width: 768px) {
  #subscriptionSuccessModal .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
#subscriptionSuccessModal .modal-dialog .modal-content .modal-body .modal-desc {
  font-weight: 400;
  color: #475467;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  #subscriptionSuccessModal .modal-dialog .modal-content .modal-body .modal-desc {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}
#subscriptionSuccessModal .modal-dialog .modal-content .modal-body #newsletter-email-slot {
  color: #6464E6;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
@media (min-width: 992px) {
  #subscriptionSuccessModal .modal-dialog .modal-content .modal-body #newsletter-email-slot {
    font-size: 20px;
  }
}

#contactUsFormModal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
#contactUsFormModal .modal-title {
  color: #2D2926;
}
#contactUsFormModal .modal-body {
  padding: 0;
}
#contactUsFormModal .modal-dialog {
  max-width: 637px;
  border-radius: 16px;
}
#contactUsFormModal .modal-content {
  padding: 40px;
}
#contactUsFormModal .modal-body p {
  font-weight: 400;
  font-size: 16px;
  color: #2D2926;
}
#contactUsFormModal .modal-actions button,
#contactUsFormModal .modal-actions button:hover,
#contactUsFormModal .modal-actions button:focus:active,
#contactUsFormModal .modal-actions button:focus:not(:active):not(:hover) {
  font-weight: 400;
}

#termAndConditionModal .modal-dialog {
  max-width: 739px;
}
#termAndConditionModal .modal-content {
  padding: 40px;
}
#termAndConditionModal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 29px;
}
#termAndConditionModal .modal-body {
  padding: 0;
}

#submitModal .modal-dialog {
  max-width: 588px;
}
@media (max-width: 991.98px) {
  #submitModal .modal-dialog {
    max-width: 421px;
  }
}
@media (max-width: 575.98px) {
  #submitModal .modal-dialog {
    max-width: 348px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
  }
}
#submitModal .modal-content {
  padding: 53px 56px 60px 56px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #submitModal .modal-content {
    padding: 45px 25px;
  }
}
@media (max-width: 991.98px) {
  #submitModal .modal-content {
    padding: 30px 25px 34px 25px;
  }
}
#submitModal .modal-body {
  padding: 0;
}
#submitModal h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 35px;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  #submitModal h6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#submitModal .modal-button-group button {
  width: 477px;
}
@media (max-width: 991.98px) {
  #submitModal .modal-button-group button {
    width: 270px;
  }
}
@media (max-width: 575.98px) {
  #submitModal .modal-button-group button {
    width: 195px;
  }
}
#submitModal .modal-button-group button a {
  text-decoration: none;
  color: inherit;
}
#submitModal .modal-button-group button:last-child {
  margin-top: 15px;
}

#leaveSiteModal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 29px;
}
#leaveSiteModal .modal-dialog {
  max-width: 608px;
}
#leaveSiteModal .modal-content {
  padding: 40px;
}

.modal-actions {
  display: flex;
  justify-content: center;
  gap: 26px;
}

.filters-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 20px;
}

@media (min-width: 768px) {
  .filters-modal-grid {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
@media (min-width: 992px) {
  .filters-modal-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
#filter-modal-desktop {
  --bs-modal-width: 831px;
}
#filter-modal-desktop .modal-content {
  background: #6464e6;
  color: #fff;
}
#filter-modal-desktop .modal-header {
  border-bottom: none;
}
#filter-modal-desktop .modal-header h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
#filter-modal-desktop .modal-footer {
  border-top: none;
}
#filter-modal-desktop .accordion {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: #6464e6;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-y: 20px;
  --bs-accordion-btn-color: #fff;
  --bs-accordion-btn-bg: #6464e6;
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3e%3cpath fill="white" d="m12 13.172l4.95-4.95l1.414 1.414L12 16L5.636 9.636L7.05 8.222z"/%3e%3c/svg%3e');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3e%3cpath fill="white" d="m12 13.172l4.95-4.95l1.414 1.414L12 16L5.636 9.636L7.05 8.222z"/%3e%3c/svg%3e');
  --bs-accordion-btn-focus-border-color: white;
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: #6464e6;
}
#filter-modal-desktop .accordion-button {
  border-bottom: 1px solid #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  cursor: default;
}
#filter-modal-desktop .accordion-button iconify-icon {
  margin-right: 8px;
}
#filter-modal-desktop .btn-filter {
  width: 80px;
}
#filter-modal-desktop .accordion-button::after {
  display: none;
}

#filter-modal .modal-content {
  background: #6464e6;
  color: #fff;
}
#filter-modal .modal-header {
  border-bottom: none;
}
#filter-modal .modal-header h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
#filter-modal .modal-footer {
  border-top: none;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
}
#filter-modal .accordion-button,
#filter-modal .accordion-body {
  padding: 15px 0;
}
#filter-modal .accordion {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: #6464e6;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-y: 20px;
  --bs-accordion-btn-color: #fff;
  --bs-accordion-btn-bg: #6464e6;
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3e%3cpath fill="white" d="m12 13.172l4.95-4.95l1.414 1.414L12 16L5.636 9.636L7.05 8.222z"/%3e%3c/svg%3e');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3e%3cpath fill="white" d="m12 13.172l4.95-4.95l1.414 1.414L12 16L5.636 9.636L7.05 8.222z"/%3e%3c/svg%3e');
  --bs-accordion-btn-focus-border-color: white;
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: #6464e6;
}
#filter-modal .filters-modal-checklist {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
#filter-modal .filters-modal-checklist--item {
  display: flex;
  align-items: center;
}
#filter-modal .filters-modal-checklist--item input[type=checkbox] {
  margin-right: 8px;
}
#filter-modal .filters-modal-checklist--item input[type=checkbox]:checked {
  border: 1px solid #fff;
}
#filter-modal .filters-modal-checklist--item .nac-form-control-2 {
  background-color: #fff;
}
#filter-modal .accordion-button {
  border-bottom: 1px solid #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
}
#filter-modal .accordion-button iconify-icon,
#filter-modal .accordion-button svg {
  margin-right: 8px;
}
#filter-modal .btn-filter {
  width: 80px;
}
#filter-modal .modal-body {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}
#filter-modal ::-webkit-scrollbar {
  width: 12px;
}
#filter-modal ::-webkit-scrollbar-track {
  background: transparent;
}
#filter-modal ::-webkit-scrollbar-thumb {
  background: #d5d4d4;
  border-radius: 8px;
}
#filter-modal ::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
#filter-modal .filter-modal--buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 576px) {
  #filter-modal {
    --bs-modal-width: 745px;
  }
  #filter-modal .modal-body {
    max-height: calc(100vh - 210px) !important;
  }
  #filter-modal .modal-footer {
    justify-content: space-between !important;
    align-items: center;
    flex-direction: row;
  }
  #filter-modal .btn-clear-all-filters {
    margin-bottom: 0 !important;
  }
  #filter-modal .filter-modal--buttons {
    -moz-column-gap: 10px;
         column-gap: 10px;
    max-width: none !important;
  }
}
#subscribingNewsletterModal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
#subscribingNewsletterModal .modal-header button {
  position: absolute;
  top: 39px;
  right: 51px;
  width: 32px;
  height: 32px;
  background-size: 100%;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  #subscribingNewsletterModal .modal-header button {
    top: 36px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  #subscribingNewsletterModal .modal-header button {
    top: 38px;
    right: 16px;
  }
}
#subscribingNewsletterModal .modal-dialog {
  max-width: 847px;
}
@media (max-width: 575.98px) {
  #subscribingNewsletterModal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}
#subscribingNewsletterModal .modal-content {
  padding: 52px 40px 30px 33px;
}
@media (max-width: 991.98px) {
  #subscribingNewsletterModal .modal-content {
    padding-bottom: 66px;
  }
}
@media (max-width: 575.98px) {
  #subscribingNewsletterModal .modal-content {
    padding: 70px 16px 24px 16px;
  }
}
#subscribingNewsletterModal .modal-body {
  padding: 0;
}
#subscribingNewsletterModal .modal-body .subscription-sub-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  #subscribingNewsletterModal .modal-body .subscription-sub-title {
    font-size: 18px;
  }
}
#subscribingNewsletterModal .modal-body .topics > div {
  margin-bottom: 8px;
  gap: 8px calc(8px - 0.25rem);
}
#subscribingNewsletterModal .modal-body .topics .subscription-sub-title {
  margin-bottom: 0;
}
#subscribingNewsletterModal .modal-title {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
}
#subscribingNewsletterModal .nac-form-control-2,
#subscribingNewsletterModal #subscribeNewsletterEmail {
  max-width: 414px !important;
  width: 100% !important;
}
#subscribingNewsletterModal .chip:hover,
#subscribingNewsletterModal .chip:focus,
#subscribingNewsletterModal .chip:active {
  font-weight: 400;
}
#subscribingNewsletterModal .mb-2 {
  font-weight: 900;
}

#ListWithUsErrorModal .modal-content {
  padding: 40px;
  padding-bottom: 0;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #e71321 0.33%, #e71321 50.52%, #e71321 99.74%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-width: 4px 0 0 0;
}
#ListWithUsErrorModal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
#ListWithUsErrorModal .modal-footer {
  border-top: none;
}
#ListWithUsErrorModal .modal-body {
  padding: 0;
  margin-top: 8px;
}

#FeedbackErrorModal .modal-content {
  padding: 40px;
  padding-bottom: 0;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #e71321 0.33%, #e71321 50.52%, #e71321 99.74%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-width: 4px 0 0 0;
}
#FeedbackErrorModal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
#FeedbackErrorModal .modal-footer {
  border-top: none;
}
#FeedbackErrorModal .modal-body {
  padding: 0;
}

.btn-text-simple {
  color: #fff;
  text-decoration: none;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 6px;
  padding: 2px;
  transition: transform 0.1s ease-out;
}
.btn-text-simple:hover {
  background-color: #6464E6;
  color: #fff;
}
.btn-text-simple:active {
  background-color: #6464E6;
  color: #fff;
  transform: scale(0.98);
}

#organiserDetailModal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
#organiserDetailModal .modal-body {
  padding: 0;
}
#organiserDetailModal .modal-footer {
  border-top: none;
}
#organiserDetailModal .modal-dialog {
  max-width: 637px;
  border-radius: 16px;
}
#organiserDetailModal .modal-content {
  padding: 40px;
}
#organiserDetailModal .organiserDetailModal--key {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #817f7d;
}
#organiserDetailModal .organiserDetailModal--value {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  color: #2d2926;
  word-wrap: break-word;
}
#organiserDetailModal .modal-title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  color: #2D2926;
}

@media (min-width: 576px) {
  #organiserDetailModal .modal-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    color: #2D2926;
  }
}
#image-cropper-modal .modal-content {
  padding: clamp(15px, 6.1971830986px + 0.0234741784 * 100 * 1vw, 40px);
}
#image-cropper-modal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 15px;
}
#image-cropper-modal .modal-footer {
  border-top: none;
}
#image-cropper-modal .modal-body {
  padding: 0;
}

#cover-photo-uploader-modal .modal-content {
  padding: clamp(15px, 6.1971830986px + 0.0234741784 * 100 * 1vw, 40px);
}
#cover-photo-uploader-modal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 15px;
}
#cover-photo-uploader-modal .modal-footer {
  border-top: none;
}
#cover-photo-uploader-modal .modal-body {
  padding: 0;
}

#SessionTimeoutModal {
  --bs-modal-width: clamp(343px, 270.1126760563px + 0.1943661972 * 100 * 1vw, 550px);
}
#SessionTimeoutModal .modal-content {
  padding: 40px;
}
#SessionTimeoutModal .modal-content p {
  line-height: 27px;
}
#SessionTimeoutModal .modal-content .nac-not-found--card-btns button {
  width: 100%;
  max-width: 282px;
  border: 3px solid #141e3c;
  box-shadow: none;
}
@media (min-width: 768px) {
  #SessionTimeoutModal .modal-content .nac-not-found--card-btns button {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  #SessionTimeoutModal .modal-content .nac-not-found--card-btns button {
    max-width: 389px;
  }
}
#SessionTimeoutModal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
#SessionTimeoutModal .modal-footer {
  border-top: none;
}
#SessionTimeoutModal .modal-body {
  padding: 0;
}

#LoginNowModal .modal-dialog {
  max-width: 343px;
  border-radius: 8px;
  border-top: 4px solid #E71321;
  margin-left: auto;
  margin-right: auto;
}
#LoginNowModal .modal-content {
  padding: 20px 55px;
  text-align: center;
}
@media (max-width: 575.98px) {
  #LoginNowModal .modal-content {
    padding: 38px 29px 26px 29px;
  }
}
@media (max-width: 575.98px) {
  #LoginNowModal .modal-content .modal-actions {
    gap: 22px;
  }
}
#LoginNowModal .modal-body {
  padding: 0;
}
#LoginNowModal .modal-actions form a {
  display: inline-block;
}
#LoginNowModal .modal-actions .nac-btn.light {
  outline-color: #141E3C;
}
#LoginNowModal h6 {
  color: #141E3C;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 575.98px) {
  #LoginNowModal h6 {
    margin-bottom: 24px;
  }
}
#LoginNowModal .nac-btn {
  padding: 8px 16px;
}
@media (min-width: 768px) {
  #LoginNowModal .modal-content {
    padding: 20px 55px;
    text-align: center;
  }
  #LoginNowModal .modal-dialog {
    max-width: 420px;
  }
  #LoginNowModal h6 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  #LoginNowModal .nac-btn {
    padding: 8px 16px;
  }
}
@media (min-width: 992px) {
  #LoginNowModal .modal-content {
    padding: 30px 55px;
    text-align: center;
  }
  #LoginNowModal .modal-dialog {
    max-width: 558px;
  }
  #LoginNowModal h6 {
    font-size: 32px;
    margin-bottom: 35px;
    padding: 0 40px;
  }
  #LoginNowModal .nac-btn {
    padding: 12px 20px;
  }
}

.nac-not-found {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: clamp(40px, 18.8732394366px + 0.0563380282 * 100 * 1vw, 100px);
  padding-bottom: clamp(40px, 28.7323943662px + 0.0300469484 * 100 * 1vw, 72px);
  background-color: #fff;
  min-height: calc(100vh - 499px);
}

.nac-not-found--card-container {
  border: 4px 0px 0px 0px;
  background: linear-gradient(90deg, #3CA0F0 0.33%, #3CC882 50.52%, #FFDC28 99.74%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border-top: 4px solid;
  border-image-source: linear-gradient(90deg, #3CA0F0 0.33%, #3CC882 50.52%, #FFDC28 99.74%);
  border-image-slice: 0;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.nac-not-found--card {
  padding: 40px 30px;
  width: clamp(343px, 256.3802816901px + 0.2309859155 * 100 * 1vw, 589px);
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  text-align: left;
}
.nac-not-found--card h1 {
  margin-top: 0px !important;
  margin-bottom: 24px !important;
  color: #2d2926;
  margin-top: clamp(14px, 5.9014084507px + 0.0215962441 * 100 * 1vw, 37px);
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
}
@media (max-width: 575.98px) {
  .nac-not-found--card h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;
  }
}
.nac-not-found--card p {
  font-size: clamp(14px, 12.5915492958px + 0.0037558685 * 100 * 1vw, 18px);
  margin-top: 0px;
  margin-bottom: 24px;
  color: #2d2926;
  font-weight: 400;
  line-height: 150%;
}
.nac-not-found--card p:last-child {
  margin-bottom: 31px;
}
.nac-not-found--card .colorful-text {
  background-image: linear-gradient(91.65deg, #3CA3E7 22.57%, #3CC882 106.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nac-not-found--card-btns {
  text-align: center;
}
.nac-not-found--card-btns a {
  color: inherit;
  text-decoration: none;
}
.nac-not-found--card-btns button {
  width: 100%;
  max-width: 389px;
}
@media (max-width: 575.98px) {
  .nac-not-found--card-btns button {
    max-width: 278px;
  }
}
.nac-not-found--card-btns button:last-child {
  margin-top: 10px;
}

.btn-join-catch,
.btn-join-catch:hover {
  background: #141E3C;
  color: #FFF;
  box-shadow: none;
}

.btn-back-home,
.btn-back-home:hover {
  background: #FFF;
  color: #141E3C;
  box-shadow: none;
}

@media (max-width: 575.98px) {
  .nac-not-found--card .btn-join-catch,
.nac-not-found--card .btn-back-home {
    width: 278px;
    height: 35px;
    line-height: 29px;
    padding: 0;
  }
}
.page-unexpected-error {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .page-unexpected-error .nac-not-found--card {
    padding-bottom: 22px;
  }
}
@media (max-width: 575.98px) {
  .page-unexpected-error .nac-not-found--card {
    padding-bottom: 40px;
  }
}
.page-unexpected-error .nac-not-found--card h1 {
  color: #222;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
}
@media (max-width: 575.98px) {
  .page-unexpected-error .nac-not-found--card h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;
  }
}
.page-unexpected-error .nac-not-found--card p {
  color: #2D2926;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 31px;
}
@media (max-width: 991.98px) {
  .page-unexpected-error .nac-not-found--card p {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .page-unexpected-error .nac-not-found--card p {
    font-size: 14px;
  }
}

.cta-popover {
  background: #fbfbfb;
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.25), 0px 1px 3px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px;
  padding: 8px 10px;
  min-width: 40px;
}

.sharethis-inline-share-buttons {
  min-width: 40px;
}

.at-share-btn-elements {
  display: flex !important;
}

.nac-adjust-size-button, .nac-share-button, .nac-like-button {
  display: flex;
  align-items: center;
}
.nac-adjust-size-button .dropdown-menu, .nac-share-button .dropdown-menu, .nac-like-button .dropdown-menu {
  width: auto !important;
  border-image-source: linear-gradient(90deg, #3CA0F0 0.33%, #3CC882 50.52%, #FFDC28 99.74%);
  border-image-slice: 0;
  border-radius: 8px;
  background-color: #fff;
  border-width: 3px 0 0 0;
  border-style: solid;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #3CA0F0 0.33%, #3CC882 50.52%, #FFDC28 99.74%);
}

.btn-sharing {
  display: flex;
  padding: 0;
  background-color: inherit;
  border: 0;
}

.btn-font-size {
  display: flex;
  padding: 6px;
  background-color: inherit;
  border-radius: 50%;
  border: 1px solid #6464e6;
  position: relative;
}
.btn-font-size iconify-icon {
  color: #6464e6;
}
.btn-font-size:hover {
  border-color: #6464E6;
}
.btn-font-size:hover iconify-icon {
  color: #6464E6;
}
.btn-font-size:active {
  border-color: #6464E6;
}
.btn-font-size:active iconify-icon {
  color: #6464E6;
}
.btn-font-size svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.event-cards {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.event-cards * {
  text-decoration: none !important;
}
.event-cards .item-card {
  background-color: #fff;
  position: relative;
}
.event-cards .item-card .card-super-banner {
  color: #fff;
  border-radius: 15px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  white-space: pre;
}
@media (max-width: 575.98px) {
  .event-cards .item-card .card-super-banner {
    top: 6px;
    right: 5px;
    font-size: 8.26px;
    padding: 2px 6px;
    line-height: 11.81px;
  }
}
.event-cards .item-card .super-event {
  background: #5050B8;
}
@media (max-width: 991.98px) {
  .event-cards .item-card .super-event {
    background: #6464E6;
  }
}
.event-cards .item-card .member-exclusive {
  background: #F79009;
  color: #101828;
}
.event-cards .item-card .img-box {
  overflow: hidden;
  position: relative;
  height: 240px;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .event-cards .item-card .img-box {
    height: 175px;
  }
}
@media (max-width: 575.98px) {
  .event-cards .item-card .img-box {
    height: 103px;
    border-radius: 8px;
  }
}
.event-cards .item-card .img-box .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.event-cards .item-card .img-box .thumbnail-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  filter: blur(20px);
}
.event-cards .item-card .info {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .event-cards .item-card .info {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .event-cards .item-card .info {
    padding-top: 0;
    height: auto;
  }
}
.event-cards .item-card .info .card-date {
  margin-top: 10px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.event-cards .item-card .info .card-date-time {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #5050B8;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .event-cards .item-card .info .card-date-time {
    margin-top: 8px;
    font-size: 8px;
    line-height: 12px;
  }
}
.event-cards .item-card .info .card-date-word {
  color: #98A2B3;
}
.event-cards .item-card .info .card-title {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .event-cards .item-card .info .card-title {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
  }
}
.event-cards .item-card .info .card-title-icon {
  background-image: url("../images/icons/arrow-up-right.svg");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.event-cards .item-card .info .info-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #101828;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575.98px) {
  .event-cards .item-card .info .info-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.event-cards .item-card .info .card-location,
.event-cards .item-card .info .card-online {
  margin-top: 10px;
  color: #98A2B3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  .event-cards .item-card .info .card-location,
.event-cards .item-card .info .card-online {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .event-cards .item-card .info .card-location,
.event-cards .item-card .info .card-online {
    margin-top: 6px;
    font-size: 10px;
    line-height: 14px;
  }
}
.event-cards .item-card .info .add-to-catch-list {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 190px;
  right: 10px;
  background-color: transparent;
  background-image: url("../images/icons/bookmark.svg");
  background-size: 100%;
  border: 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .event-cards .item-card .info .add-to-catch-list {
    top: 125px;
  }
}
@media (max-width: 575.98px) {
  .event-cards .item-card .info .add-to-catch-list {
    top: 74px;
    right: 5px;
    height: 24px;
    width: 24px;
  }
}
.event-cards .item-card .info .blue-btn {
  background-image: url("../images/icons/bookmark_blue.svg") !important;
}
.event-cards .item-card .info .yellow-btn {
  background-image: url("../images/icons/bookmark_yellow.svg") !important;
}
.event-cards .card-free-banner {
  margin-top: 10px;
  color: #B93815;
  background: #FEF6EE;
  border: 1px solid #F9DBAF;
  height: 30px;
  border-radius: 15px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  width: auto;
  text-decoration: none;
}
.event-cards .card-tag-img-btn {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
  margin-top: 30px;
}
.event-cards .card-tag-img-btn img {
  height: 100%;
  border-radius: 9999px;
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .event-cards .card-tag-img-btn:not(.detail-page) {
    margin-top: 16px;
    height: 16px;
  }
  .event-cards .card-tag-img-btn:not(.detail-page) img {
    width: 80px;
  }
}

@media (max-width: 575.98px) {
  .event-cards:last-child {
    margin-bottom: 0;
  }
}

.breadcrumb {
  background-color: transparent !important;
  padding: 0 0 16px 0;
}
.breadcrumb a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #6464e6;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item {
  display: flex !important;
  align-items: center;
}
.breadcrumb .breadcrumb-item:nth-last-of-type(1) {
  max-width: 90%;
}
.breadcrumb .breadcrumb-item a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  margin: 0 10px;
  width: 16px;
  height: 24px;
  display: inline-block;
  content: "";
  background-image: url('data:image/svg+xml, %3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg opacity="0.5"%3e%3cpath d="M5 1L11 8L5 15" stroke="%232D2926" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/g%3e%3c/svg%3e');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumb--white a {
  color: #fff !important;
}
.breadcrumb--white .breadcrumb-item + .breadcrumb-item::before, .breadcrumb--white .breadcrumb-item:last-child::after {
  background-image: url('data:image/svg+xml, %3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg opacity="0.5"%3e%3cpath d="M5 1L11 8L5 15" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/g%3e%3c/svg%3e') !important;
}

@media (min-width: 576px) {
  .breadcrumb a {
    font-size: 16px;
    line-height: 24px;
  }
}
body:not(:has(.section-slides)) {
  background-color: white;
}

.responsive-container {
  max-width: clamp(343px, 41.2394366197px + 0.8046948357 * 100 * 1vw, 1200px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

* {
  overscroll-behavior: contain;
}

#event-detail-page .dropdown-menu,
#article-detail-page .dropdown-menu {
  border: none;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  max-height: 40vh;
  overflow: auto;
  background-color: #ffffff;
  transform: translate(8px, 64px) !important;
  border-radius: 8px;
}
#event-detail-page .dropdown-menu .dropdown-item,
#article-detail-page .dropdown-menu .dropdown-item {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: normal;
  height: 50px;
  color: #141E3C;
}
#event-detail-page .dropdown-menu .dropdown-item:hover,
#article-detail-page .dropdown-menu .dropdown-item:hover {
  background-color: #A2A2F0;
  border-radius: 8px;
}

.modal-title {
  color: #2D2926;
}

#wrapper {
  overflow: hidden !important;
}

.modal-content.nac-modal {
  border-width: 4px 0 0 0;
  border-style: solid;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #3CA0F0 0.33%, #3CC882 50.52%, #FFDC28 99.74%);
  color: #141E3C;
}

#event-detail-breadcrumb,
#article-detail-breadcrumb {
  display: block;
  background-color: #fff;
  padding-top: 24px;
}
@media (max-width: 991.98px) {
  #event-detail-breadcrumb,
#article-detail-breadcrumb {
    padding-top: 62px;
  }
}
@media (max-width: 575.98px) {
  #event-detail-breadcrumb,
#article-detail-breadcrumb {
    padding-top: 46px;
  }
}
#event-detail-breadcrumb .breadcrumb,
#article-detail-breadcrumb .breadcrumb {
  color: #475467;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 575.98px) {
  #event-detail-breadcrumb .breadcrumb,
#article-detail-breadcrumb .breadcrumb {
    -webkit-line-clamp: 2;
  }
}

.breadcrumb {
  padding-bottom: 0;
}
.breadcrumb span {
  color: #2d2926;
}
.breadcrumb a {
  color: #98A2B3;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  #wrapper .swiper-card-carousel:nth-of-type(3) {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  #wrapper .swiper-card-carousel:nth-of-type(3) {
    padding-bottom: 120px;
  }
}

.swiper-card-carousel {
  position: relative;
  border-image-source: linear-gradient(90deg, #00B4FF 0.01%, #FFFF78 100.01%);
  border-image-slice: 1;
  background-color: #141E3C;
  color: #fff;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .swiper-card-carousel {
    padding: 64px 32px 32px;
  }
}
@media (min-width: 992px) {
  .swiper-card-carousel {
    padding: 64px 0 86px;
  }
}
.swiper-card-carousel .responsive-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 28px 1fr;
  row-gap: 12px;
}
@media (min-width: 768px) {
  .swiper-card-carousel .responsive-container {
    row-gap: 40px;
  }
}
@media (min-width: 992px) {
  .swiper-card-carousel .responsive-container {
    grid-template-rows: 48px 1fr;
    row-gap: 24px;
  }
}
.swiper-card-carousel .responsive-container .carousel-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  grid-column: 1/-1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
@media (min-width: 768px) {
  .swiper-card-carousel .responsive-container .carousel-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .swiper-card-carousel .responsive-container .carousel-title {
    font-size: 36px;
    line-height: 44px;
    grid-column: 1/3;
  }
}
.swiper-card-carousel .responsive-container .view-all {
  border: 1px solid #d0d5dd;
  border-radius: 9999px;
  grid-row: 3;
  grid-column: 1/-1;
  justify-self: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  margin-top: 12px;
  padding: 10px 14px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .swiper-card-carousel .responsive-container .view-all {
    padding: 10px 16px;
    min-height: 44px;
    margin-top: 8px;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .swiper-card-carousel .responsive-container .view-all {
    padding: 12px 18px;
    grid-column: 3/-1;
    grid-row: 1;
    justify-self: end;
    min-height: 48px;
    margin-top: 0;
  }
}
.swiper-card-carousel .responsive-container .swiper {
  position: static;
}
.swiper-card-carousel .responsive-container .swiper.active {
  overflow: visible !important;
}

.recommended-events-carousel,
.event-swiper-wrapper {
  width: 100%;
  grid-row: 2/-1;
  grid-column: 1/-1;
}
.recommended-events-carousel .carousel-btn-prev,
.recommended-events-carousel .carousel-btn-next,
.event-swiper-wrapper .carousel-btn-prev,
.event-swiper-wrapper .carousel-btn-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  border: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.8980392157);
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommended-events-carousel .carousel-btn-prev:hover, .recommended-events-carousel .carousel-btn-prev:active,
.recommended-events-carousel .carousel-btn-next:hover,
.recommended-events-carousel .carousel-btn-next:active,
.event-swiper-wrapper .carousel-btn-prev:hover,
.event-swiper-wrapper .carousel-btn-prev:active,
.event-swiper-wrapper .carousel-btn-next:hover,
.event-swiper-wrapper .carousel-btn-next:active {
  opacity: 0.9;
}
.recommended-events-carousel .carousel-btn-prev img,
.recommended-events-carousel .carousel-btn-next img,
.event-swiper-wrapper .carousel-btn-prev img,
.event-swiper-wrapper .carousel-btn-next img {
  filter: invert(1);
  width: 24px;
  height: 24px;
}
.recommended-events-carousel .carousel-btn-prev,
.event-swiper-wrapper .carousel-btn-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 1199.98px) {
  .recommended-events-carousel .carousel-btn-prev,
.event-swiper-wrapper .carousel-btn-prev {
    display: none;
  }
}
.recommended-events-carousel .carousel-btn-next,
.event-swiper-wrapper .carousel-btn-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 1199.98px) {
  .recommended-events-carousel .carousel-btn-next,
.event-swiper-wrapper .carousel-btn-next {
    display: none;
  }
}
.recommended-events-carousel .swiper-button-disabled,
.event-swiper-wrapper .swiper-button-disabled {
  display: none;
}

#RecommendedEventsMatchVibe .swiper-slide {
  max-width: calc((100% - 64px) / 3);
}
@media (max-width: 767.98px) {
  #RecommendedEventsMatchVibe .swiper-slide {
    max-width: 280px;
  }
}
#RecommendedEventsMatchVibe .swiper-slide .event-cards .item-card {
  width: 100%;
  background-color: transparent;
}
@media (max-width: 575.98px) {
  #RecommendedEventsMatchVibe .swiper-slide .event-cards .item-card .img-box {
    height: 175px;
  }
  #RecommendedEventsMatchVibe .swiper-slide .event-cards .item-card .card-location {
    font-size: 16px;
    line-height: 24px;
  }
  #RecommendedEventsMatchVibe .swiper-slide .event-cards .item-card .super-event {
    font-size: 14px;
    line-height: 20px;
  }
  #RecommendedEventsMatchVibe .swiper-slide .event-cards .item-card .member-exclusive {
    font-size: 14px;
    line-height: 20px;
  }
}
#RecommendedEventsMatchVibe .swiper-slide .event-cards .item-card .super-event {
  background: #6464E6;
}
#RecommendedEventsMatchVibe .swiper-slide .event-cards .item-card .card-date-time {
  color: #6464E6;
  font-size: 14px;
  line-height: 20px;
}
#RecommendedEventsMatchVibe .swiper-slide .event-cards .item-card .card-title .info-title {
  color: white;
  font-size: 20px;
  line-height: 28px;
}
#RecommendedEventsMatchVibe .swiper-slide .event-cards .item-card .card-online {
  font-size: 16px;
  line-height: 24px;
}

#getEditorTopPick .swiper-slide {
  max-width: calc((100% - 96px) / 4);
}
@media (max-width: 575.98px) {
  #getEditorTopPick .swiper-slide {
    max-width: 100%;
  }
}
#getEditorTopPick .swiper-slide .article-card-item {
  display: flex;
  flex-direction: row;
  padding-block: 8px;
  gap: 16px;
}
@media (min-width: 576px) {
  #getEditorTopPick .swiper-slide .article-card-item {
    flex-direction: column;
    gap: 0;
  }
}
#getEditorTopPick .swiper-slide .article-card-item .img-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 88px;
  max-height: 88px;
  min-width: 140px;
  max-width: 140px;
}
@media (min-width: 576px) {
  #getEditorTopPick .swiper-slide .article-card-item .img-container {
    max-height: 175px;
    max-width: unset;
  }
}
#getEditorTopPick .swiper-slide .article-card-item .img-container .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 16px;
}
#getEditorTopPick .swiper-slide .article-card-item .img-container .thumbnail-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  height: 100%;
  width: 100%;
  filter: blur(20px);
}
#getEditorTopPick .swiper-slide .article-card-item .description-container {
  flex-grow: 1;
  padding-block: 3px;
}
@media (min-width: 576px) {
  #getEditorTopPick .swiper-slide .article-card-item .description-container {
    flex-grow: unset;
    padding-block: 0;
  }
}
#getEditorTopPick .swiper-slide .article-card-item .description-container .read {
  color: #98A2B3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 576px) {
  #getEditorTopPick .swiper-slide .article-card-item .description-container .read {
    font-size: 16px;
    line-height: 24px;
  }
}
#getEditorTopPick .swiper-slide .article-card-item .description-container .title-container {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
#getEditorTopPick .swiper-slide .article-card-item .description-container .title-container .title {
  display: -webkit-box;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 20px;
  color: white;
}
#getEditorTopPick .swiper-slide .article-card-item .description-container .title-container .title:hover {
  color: #1570EF;
  transition: color 200ms ease;
}
@media (min-width: 768px) {
  #getEditorTopPick .swiper-slide .article-card-item .description-container .title-container {
    margin-top: 10px;
  }
  #getEditorTopPick .swiper-slide .article-card-item .description-container .title-container .title {
    font-size: 20px;
    line-height: 28px;
  }
}
#getEditorTopPick .swiper-slide .article-card-item .description-container .like {
  background-image: url("../images/icons/bookmark_yellow.svg");
}
#getEditorTopPick .swiper-slide .article-card-item .bookmark {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  background-image: url("../images/icons/bookmark.svg");
  background-color: rgba(0, 0, 0, 0.6);
}

.loadingArea {
  display: block;
  width: 100%;
  height: 340px;
  position: relative;
}
@media (max-width: 575.98px) {
  .loadingArea {
    height: 180px;
    margin-top: 40px;
  }
}
.loadingArea .loadingContent {
  display: block;
  width: 100%;
  height: 320px;
  position: absolute;
  top: 20px;
  left: 0;
}
@media (max-width: 575.98px) {
  .loadingArea .loadingContent {
    height: 180px;
    top: 0;
  }
}
.loadingArea .loadingContent .loadingImage {
  display: block;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .loadingArea .loadingContent .loadingImage {
    width: 120px;
    height: 120px;
  }
}
.loadingArea .loadingContent .loadingImage img {
  height: 100%;
  width: 100%;
}
.loadingArea .loadingContent .loadingWord {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  height: 80px;
  box-sizing: border-box;
  line-height: 60px;
  padding-top: 20px;
  background: linear-gradient(to right, #3ca6e0, #3CC882, #ffdc28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .loadingArea .loadingContent .loadingWord {
    font-size: 16px;
    height: 50px;
    line-height: 30px;
  }
}

.copy-tooltip {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}
.copy-tooltip .copy-tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #D0D5DD;
}
.copy-tooltip .copy-tooltip-inner {
  background-color: #D0D5DD;
  margin-top: -11px;
  border: 1px solid #D0D5DD;
  padding: 2px 6px;
  border-radius: 2px;
}

.text-scale-div {
  display: none;
}

.text-scale {
  display: flex;
  align-items: center;
  border: 1px solid #E4E7EC;
  background-color: #F9FAFB;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
}
.text-scale > div {
  width: 100%;
}
.text-scale .slider-container {
  position: relative;
}
.text-scale .slider-container .slider-point {
  cursor: pointer;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #98A2B3;
}
.text-scale .slider-container .decrease-font-size {
  top: 0;
  left: 0;
}
.text-scale .slider-container .reset-font-size {
  top: 0;
  left: 50%;
}
.text-scale .slider-container .increase-font-size {
  top: 0;
  left: calc(100% - 3px);
}
.text-scale .slider-container .slider-point.active {
  border: 2px solid #6464E6;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: -9px;
  left: calc(50% - 12px);
}
.text-scale .slider-container .slider-block {
  width: 100%;
  height: 6px;
  background-color: #E4E7EC;
  border-radius: 999px;
}
@media (max-width: 991.98px) {
  .text-scale .slider-container .slider-block {
    width: 100%;
  }
}
.text-scale .small-text {
  margin-right: 18px;
  font-size: 18px;
  font-weight: 500;
}
.text-scale .big-text {
  margin-left: 18px;
  font-size: 24px;
  font-weight: 600;
}

.article-card-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 64px) / 3);
}
@media (max-width: 991.98px) {
  .article-card-item {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}
@media (max-width: 575.98px) {
  .article-card-item {
    flex: 0 0 calc((100% - 13px) / 2);
  }
}
.article-card-item .img-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
  width: 100%;
  height: 240px;
}
@media (max-width: 991.98px) {
  .article-card-item .img-container {
    height: 175px;
  }
}
@media (max-width: 575.98px) {
  .article-card-item .img-container {
    height: 103px;
    margin-bottom: 8px;
    border-radius: 8px;
  }
}
.article-card-item .img-container .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 16px;
}
@media (max-width: 575.98px) {
  .article-card-item .img-container .thumbnail {
    border-radius: 8px;
  }
}
.article-card-item .img-container .thumbnail-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  height: 100%;
  width: 100%;
  filter: blur(20px);
}
.article-card-item .img-container .bookmark {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  background-image: url("../images/icons/bookmark.svg");
  background-color: rgba(0, 0, 0, 0.6);
}
.article-card-item .img-container .like {
  background-image: url("../images/icons/bookmark_yellow.svg");
}
.article-card-item .description-container {
  display: flex;
  flex-direction: column;
}
.article-card-item .description-container .title-container {
  display: flex;
  justify-content: space-between;
  order: 1;
  text-decoration: none;
  margin-top: 0;
}
.article-card-item .description-container .title-container .title {
  display: -webkit-box;
  font-weight: 600;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #101828;
  word-wrap: break-word;
}
@media (max-width: 575.98px) {
  .article-card-item .description-container .title-container .title {
    font-size: 12px;
  }
}
.article-card-item .description-container .read {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 500;
  color: #98A2B3;
  order: 2;
}
@media (max-width: 575.98px) {
  .article-card-item .description-container .read {
    font-size: 10px;
    margin-top: 6px;
    line-height: 14px;
  }
  .article-card-item .description-container .read > img {
    margin-right: 6px !important;
    width: 14px;
    height: 14px;
  }
}
.article-card-item .description-container .read span {
  display: inline-block;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/book-open.svg");
}
@media (max-width: 575.98px) {
  .article-card-item .description-container .read span {
    width: 14px;
    height: 14px;
    background-image: url("/-/media/Themes/NAC%20tenant/NAC%20Web/NACTheme/images/icons/book-open-m-01.svg");
  }
}