.common-style {
  background-color: #fff;
  color: #000;
}

.event-container {
  display: flex;
  gap: 24px;
  margin: 0 auto;
}
.event-container .swiper-wrapper {
  height: auto !important;
}
.event-container .swiper-wrapper .vertical-video-wrapper {
  height: auto;
}
.event-container .swiper-wrapper .vertical-video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.event-left-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.event-right-container {
  width: 384px;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.event-right-container .swiper-slide {
  position: relative;
}
.event-right-container .swiper-slide .enlarge-image-btn {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 13px;
  bottom: 18px;
  cursor: pointer;
}
.event-right-container img {
  max-width: 100%;
}

#enlarge-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
#enlarge-wrapper .close-btn {
  position: absolute;
  top: 40px;
  right: 49px;
  cursor: pointer;
}
#enlarge-wrapper .enlarge-image {
  max-height: 90vh;
  max-width: 90vw;
}

.event-info-container {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.event-title {
  font-size: 48px;
  font-weight: 600;
  color: #141e3c;
}

.event-date {
  color: #141e3c;
  font-size: 28px;
  font-weight: 600;
}

.event-rating span {
  vertical-align: middle;
}
.event-rating .star {
  width: 38px;
  height: 38px;
}
.event-rating .star-count-rating {
  font-size: 20px;
  font-weight: 300;
  margin-left: 22px;
}

.rating-message {
  color: #6464E6;
  font-weight: 600;
  font-size: 18px;
}

.event-tags {
  display: flex;
  gap: 8px;
  padding-left: 2px;
  flex-wrap: wrap;
}

.event-nav-item button {
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.event-nav-item-active {
  background-color: #6464e6 !important;
  color: #ffffff;
}

.event-tag {
  background-color: #9dcff7;
  border-radius: 100px;
  padding: 6px 15px;
}

.event-nav {
  padding-top: 24px;
  padding-bottom: 24px;
}

.event-tab {
  width: 100%;
}

.event-nav-list {
  display: flex;
  gap: 12px;
}

.event-description {
  font-size: 18px;
  font-weight: 300;
  padding-left: 16px;
  border-left: 1px solid #141e3c;
  margin-bottom: 24px;
}
.event-description p {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.event-price {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 24px;
}

.event-price-title {
  color: #141e3c;
  font-size: 28px;
  font-weight: 600;
  display: block;
}

.event-price-detail {
  color: #141e3c;
  font-size: 20px;
  font-weight: 300;
}

.event-infor-detail {
  padding-top: 24px;
  font-size: 18px;
  font-weight: 300;
}
.event-infor-detail-headline {
  color: #141e3c;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}
.event-infor-detail-orderlist {
  padding-left: 16px;
}

.arrow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-inline: 20px;
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 20;
}

.arrow-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #E4E7EC;
  height: unset;
  width: unset;
  max-height: 44px;
  max-width: 44px;
  padding: 10px;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.arrow-icon-container.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.arrow-icon-container .icon {
  -webkit-mask-image: url("../images/icons/chevron-left.svg");
          mask-image: url("../images/icons/chevron-left.svg");
  background-color: #344054;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 10px;
          mask-size: 10px;
  height: 24px;
  width: 24px;
}
.arrow-icon-container:hover {
  background-color: #DFDFFA;
  border: none;
}
.arrow-icon-container:hover .icon {
  background-color: #5050B8;
}

.event-details-container {
  padding: 24px;
  background-color: #141e3c;
  color: #ffffff;
  border-radius: 8px;
}
.event-details-container ul {
  list-style: disc;
}

.event-details-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  padding-bottom: 12px;
  display: block;
}

.event-details-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 12px;
  display: block;
}

.event-location-container {
  display: flex;
  align-items: flex-start;
}
.event-location-container img {
  margin-top: 0;
  margin-right: 8px;
  width: 16px !important;
  height: 22px;
}
.event-location-container p {
  line-height: 31px;
  font-weight: 300;
  font-size: 18px;
}
.event-location-container a {
  color: #fff;
  line-height: 31px;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
}

.event-book-container {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 24px;
  background-color: #3ca0f0;
  border-radius: 8px;
}
.event-book-container form .event-book-button {
  width: 100%;
}

.event-book-button {
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  background-color: #141e3c;
  color: #ffffff;
  border: none;
}
.event-book-button a,
.event-book-button a:hover {
  color: #fff;
  text-decoration: none;
}

.event-book-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.event-book-action {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
}

.article-detail-page .event-book-action {
  height: 56px;
  width: 56px;
}
.article-detail-page .column-1 h4 {
  width: 40%;
  font-size: 18px;
  text-align: right;
  font-weight: 600;
  line-height: 21px;
}

.event-collapse-container {
  background-color: #141e3c;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 28px;
  padding: 18px;
  border-radius: 8px;
  margin-top: 24px;
}

.event-collapsible {
  padding: 18px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: none;
  align-items: center;
  gap: 24px;
  line-height: 25px;
  font-weight: 300;
  font-size: 18px;
  background-color: #141e3c;
}
.event-collapsible p {
  color: #ffffff;
}
.event-collapsible img {
  width: 100%;
  max-width: 175px;
  border-radius: 10px;
  border: 0;
}

.event-collapse-container.collapsed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.swiper-img-container,
.swiper-img-double-container {
  height: inherit;
  display: flex;
  flex-flow: column;
}
.swiper-img-container .swiper-slide iframe,
.swiper-img-double-container .swiper-slide iframe {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.event-toppick {
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #00b4ff, #ffff78) 1;
  border-image: linear-gradient(to right, #00b4ff, #ffff78) 1;
  height: 510px;
  background-color: #141e3c;
  padding: 80px 120px;
}
.event-toppick h2 {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  margin-bottom: 16px;
}

.event-toppick-container {
  max-width: 1280px;
  margin: 0 auto;
}
.event-toppick-container h2 {
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 20px;
}

.event-card-title {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #00b4ff, #ffff78) 1;
  border-image: linear-gradient(to right, #00b4ff, #ffff78) 1;
}

.event-carousel-container {
  display: flex;
  gap: 4px;
  align-items: center;
  width: 100%;
}

.event-card {
  width: 282px;
}

.event-btn-previous {
  width: 36px;
  height: 36px;
}
.event-btn-previous img {
  width: 100%;
  height: 100%;
}

.btn-toppick-previous {
  width: 100%;
  height: 100%;
  background-color: #6464e6;
  border-radius: 50%;
  border: none;
}

.btn-recommend-previous {
  width: 100%;
  height: 100%;
  background-color: #6464e6;
  border-radius: 50%;
  border: none;
}

.event-btn-next {
  width: 36px;
  height: 36px;
}
.event-btn-next img {
  width: 100%;
  height: 100%;
}

.btn-toppick-next {
  width: 100%;
  height: 100%;
  background-color: #6464e6;
  border-radius: 50%;
  border: none;
}

.btn-recommend-next {
  width: 100%;
  height: 100%;
  background-color: #6464e6;
  border-radius: 50%;
  border: none;
}

.event-recommend {
  border-top: 3px solid;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #00b4ff, #ffff78) 1;
  border-image: linear-gradient(to right, #00b4ff, #ffff78) 1;
  height: 510px;
  background-color: #141e3c;
  padding: 80px 120px;
}
.event-recommend h2 {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  margin-bottom: 16px;
}

.event-recommend-container {
  max-width: 1280px;
  margin: 0 auto;
}
.event-recommend-container h2 {
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 20x;
}

.event-toppick-carousel {
  width: calc(100% - 80px);
}

.event-recommend-carousel {
  width: calc(100% - 80px);
}

.event-carousel-wrapper {
  display: flex;
}

.mt-72 {
  margin-top: 0px;
}

.swiper-wrapper {
  height: auto;
}

.content-div {
  display: none;
}

.event-videos-tab-carousel {
  display: flex;
  width: 584px;
  height: auto;
  gap: 13px;
  align-items: center;
}
.event-videos-tab-carousel .swiper-wrapper {
  height: auto;
}
.event-videos-tab-carousel .swiper-wrapper .swiper-video-slide {
  flex-shrink: 0;
}
.event-videos-tab-carousel .swiper-wrapper .swiper-slide-active.horizontal-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.event-videos-tab-carousel .swiper-wrapper .swiper-slide-active.horizontal-video-wrapper .horizontal-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-videos-tab-carousel .swiper-wrapper .swiper-slide-active .vertical-video {
  height: 830px !important;
  width: 100% !important;
}

.btn-video-tab-next,
.btn-photo-tab-next {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6464e6;
  border: none;
  border-radius: 50%;
}
.btn-video-tab-next img,
.btn-photo-tab-next img {
  width: 100%;
  height: 100%;
}

.btn-video-tab-prev,
.btn-photo-tab-prev {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6464e6;
  border: none;
  border-radius: 50%;
}
.btn-video-tab-prev img,
.btn-photo-tab-prev img {
  width: 100%;
  height: 100%;
}

.btn-photo-tab-prev {
  position: absolute;
  left: 0;
  top: calc(50% - 36px);
}

.btn-photo-tab-next {
  position: absolute;
  right: 0;
  top: calc(50% - 36px);
}

.w-100 {
  width: 100%;
}

.rotate180 {
  rotate: 180deg;
}

.event-article-container {
  display: grid;
  width: 588px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.event-article-card {
  display: inline-block;
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
  margin-bottom: 24px;
}
.event-article-card img {
  width: 100%;
}

.event-photo-container {
  display: flex;
  width: 566px;
  height: auto;
  align-items: center;
  gap: 55px;
  position: relative;
}
.event-photo-container .event-photo-swiper {
  width: 414px;
  position: static;
}
.event-photo-container .swiper-wrapper {
  height: auto;
}
.event-photo-container .swiper-photo-slide {
  display: flex;
}
.event-photo-container .swiper-photo-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: inherit;
}

.event-photos-action {
  margin-top: 20px;
  margin-bottom: 30px;
}
.event-photos-action > div {
  position: relative;
  display: inline-block;
}
.event-photos-action .copy-tooltip {
  position: absolute;
  display: block;
  padding: 5px 0;
  z-index: 1070;
  font-size: 12px;
  font-weight: 400;
  left: -50%;
}
.event-photos-action .copy-tooltip .copy-tooltip-inner {
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.event-photos-action .copy-tooltip .copy-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000 !important;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.event-photo-count {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  min-height: 24px;
}

.event-heart {
  margin-right: 20px;
}

.event-article-cards {
  width: 588px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  max-width: 1232px;
}

.article-card {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px;
  border: none;
  background-color: transparent;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
}

.contact-info-mobile {
  display: none;
}

.contact-information-modal {
  color: #000;
  width: 588px;
  height: auto;
  padding: 40px 24px;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  border-width: 4px 0 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.175);
  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%);
}

.contact-information-close-container {
  display: flex;
  justify-content: space-between;
}

.contact-information-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}

.contact-information-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}

.contact-information-item-key {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 4px;
}

.contact-information-item-value {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  overflow-wrap: break-word;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .event-article-cards {
    width: auto !important;
  }
}
@media (max-width: 991.98px) {
  .event-right-container {
    width: 275px;
  }
  .event-right-container img {
    max-width: 100%;
  }
  .event-info-container {
    gap: 12px;
  }
  .event-title {
    font-size: 32px;
    line-height: 38px;
  }
  .event-ads {
    font-size: 16px;
  }
  .event-description {
    font-size: 16px;
    padding-left: 8px;
  }
  .event-price-title {
    font-size: 24px;
  }
  .event-price-detail {
    font-size: 18px;
  }
  .event-information-detail {
    padding-top: 0;
  }
  .event-infor-detail {
    font-size: 16px;
  }
  .event-infor-detail-headline {
    font-size: 24px;
  }
  .event-infor-detail-orderlist {
    padding-left: 16px;
    font-size: 16px;
  }
  .event-collapse-title {
    font-size: 24px;
    max-width: calc(100% - 20px);
  }
  .arrow-container {
    display: none;
  }
  .event-details-title {
    font-size: 24px;
  }
  .event-details-subtitle {
    font-size: 16px;
  }
  .event-details-subtitle p {
    font-size: 18px;
  }
  .event-book-container {
    padding: 18px 22px;
  }
  .event-book-button {
    font-size: 20px;
    padding: 8px 16px;
  }
  .event-carousel-container {
    gap: 38px;
  }
  .event-toppick {
    padding-top: 36px;
    padding-right: 47px;
    padding-left: 47px;
    padding-bottom: 34px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .event-recommend {
    padding-top: 38px;
    padding-right: 47px;
    padding-left: 47px;
    padding-bottom: 34px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .event-toppick-carousel {
    width: calc(100% - 184px);
  }
  .event-recommend-carousel {
    width: calc(100% - 184px);
  }
  .event-toppick-container {
    max-width: 695px;
  }
  .event-toppick-container h2 {
    font-size: 32px;
    font-weight: 600;
    max-width: 550px;
    margin: 0 auto;
  }
  .event-recommend-container {
    max-width: 695px;
  }
  .event-recommend-container h2 {
    font-size: 32px;
    font-weight: 600;
    max-width: 550px;
    margin: 0 auto;
  }
  .event-card img {
    width: 236px;
  }
  .swiper-video-slide img {
    width: 364px;
  }
  .event-videos-tab-carousel {
    width: 480px;
    gap: 22px;
  }
  .event-article-cards {
    width: 375px;
  }
  .contact-information-modal {
    width: 420px;
    height: auto;
    padding: 22px;
  }
  .contact-information-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
  .contact-information-items {
    gap: 12px;
    margin-top: 20px;
  }
  .contact-information-item-key {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 4px;
  }
  .contact-information-item-value {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .event-container {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
    gap: 0;
  }
  .event-left-container,
.event-right-container {
    display: contents;
    width: 100%;
  }
  .event-video-container {
    order: 1;
  }
  .event-nav {
    order: 2;
  }
  .event-info-container {
    order: 3;
  }
  .event-videos-content {
    order: 4;
  }
  .event-description {
    order: 4;
    margin-top: 24px;
  }
  .event-articles-content {
    order: 4;
  }
  .event-photos-content {
    order: 4;
  }
  .event-book-container {
    order: 5;
  }
  .event-details-container {
    order: 6;
  }
  .event-price {
    order: 7;
  }
  .event-infor-detail {
    order: 8;
  }
  .event-artist {
    order: 9;
  }
  .arrow-icon-container {
    height: 36px;
    width: 36px;
  }
  .event-nav-list {
    gap: 10px;
  }
  .event-nav-item button {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .event-date {
    font-size: 18px;
  }
  .event-ads {
    font-size: 14px;
  }
  .event-tag {
    font-size: 12px;
    font-weight: 500;
  }
  .event-description {
    font-size: 18px;
    font-weight: 300;
    padding-left: 8px;
  }
  .event-description p {
    margin-bottom: 0;
  }
  .event-price-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin-top: 24px;
  }
  .event-price-detail {
    font-weight: 300;
    font-size: 18px;
  }
  .event-price {
    padding-bottom: 0;
  }
  .event-infor-detail {
    padding-top: 24px;
    font-size: 18px;
    font-weight: 300;
  }
  .event-infor-detail-headline {
    color: #141e3c;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .event-infor-detail-orderlist {
    padding-left: 16px;
  }
  .event-collapse-title {
    font-size: 16px;
    font-weight: 600;
  }
  .event-collapse-container {
    background-color: #141e3c;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
  }
  .event-collapsible {
    padding: 18px 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
    align-items: flex-start;
    gap: 24px;
    line-height: 20px;
    font-weight: 300;
    font-size: 16px;
  }
  .btn-toppick-previous,
.btn-toppick-next {
    display: none;
  }
  .btn-recommend-previous,
.btn-recommend-next {
    display: none;
  }
  .event-card img {
    width: 255px;
  }
  .event-toppick {
    padding: 24px 16px;
    height: 444px;
  }
  .event-carousel-container {
    display: block;
    width: 100%;
  }
  .mt-72 {
    margin-top: 72px;
  }
  .event-book-container {
    display: flex;
    flex-direction: row-reverse;
    height: 68px;
    padding: 9px 16px;
    justify-content: space-between;
    position: fixed;
    z-index: 1000;
    right: 0px;
    left: 0px;
    bottom: 0px;
    border-radius: 0px;
    margin-top: 0px;
  }
  .event-book-contact {
    display: none;
  }
  .event-book-button {
    height: 50px;
  }
  .event-book-action {
    height: 36px;
    width: 36px;
  }
  .event-info-container-active {
    display: none;
  }
  .event-videos-tab-carousel {
    width: 343px;
  }
  .event-article-cards {
    width: 100%;
  }
  .event-videos-tab-carousel {
    gap: 0;
    display: block;
  }
  .swiper-video-slide {
    width: 100%;
  }
  .swiper-video-slide img {
    width: 100%;
  }
  .event-detail-page .swiper-slide {
    width: 343px;
  }
  .event-detail-page .swiper-slide img {
    width: 100%;
  }
  .event-photo-container {
    width: 343px;
  }
  .event-photo-container img {
    width: 100%;
  }
  .event-photos-action img {
    width: 32px;
    height: 32px;
  }
  .contact-information-modal {
    width: 100%;
    height: auto;
    padding: 22px;
    transform: translate(-50%, -10%);
    overflow-y: auto;
  }
  .contact-information-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
  .contact-information-items {
    gap: 12px;
    margin-top: 18px;
  }
  .contact-information-item-key {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 4px;
  }
  .contact-information-item-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
  }
  .contact-info-mobile {
    display: block;
    box-shadow: none !important;
    border-radius: 8px !important;
  }
  .event-toppick-carousel {
    width: 100%;
  }
  .event-recommend-carousel {
    width: 100%;
  }
  .event-recommend {
    padding: 24px 16px;
  }
}
.common-style {
  color: #475467;
  background-color: #fff;
}

.article-detail-page {
  overflow-x: hidden;
}
.article-detail-page p {
  font-size: 16px;
  line-height: 24px;
}
.article-detail-page img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
}
.article-detail-page .h3 {
  font-size: 32px;
  line-height: 48px;
}
.article-detail-page .nac-share-button img {
  width: 55%;
}
.article-detail-page .nac-share-button .st-btn {
  float: left;
  margin-bottom: 5px;
}
.article-detail-page .swiper {
  width: 100%;
  height: auto;
  position: relative;
}
.article-detail-page .swiper .arrow-container {
  display: none;
}
@media (min-width: 992px) {
  .article-detail-page .swiper:hover .arrow-container {
    display: flex;
  }
}
.article-detail-page .swiper .swiper-pagination:has(.hasVideo) .caption-wrapper-inside {
  display: block;
}
.article-detail-page .swiper .swiper-pagination:has(.hasVideo) .caption-wrapper-outside {
  display: none;
}
@media (min-width: 992px) {
  .article-detail-page .swiper .caption-wrapper-inside {
    display: none;
  }
  .article-detail-page .swiper .caption-wrapper-outside {
    display: block;
  }
}
.article-detail-page .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 16px;
}
.article-detail-page .swiper:has(iframe) .swiper-slide {
  height: auto;
}
.article-detail-page .swiper .swiper-slide-active:has(img) {
  background-color: #141E3C;
}
.article-detail-page .swiper .swiper-slide-item {
  height: 912px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .article-detail-page .swiper .swiper-slide-item {
    height: 942px;
  }
}
@media (max-width: 575.98px) {
  .article-detail-page .swiper .swiper-slide-item {
    height: 560px;
    width: 100%;
  }
}
.article-detail-page .swiper .swiper-slide-item .horizontal-video {
  width: 100%;
  height: auto;
}
.article-detail-page .swiper .swiper-slide-item .vertical-video {
  width: 100%;
  height: 100%;
}
.article-detail-page .swiper .swiper-slide-item iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.article-detail-page .swiper .swiper-slide-item:has(img) {
  height: 480px;
  padding: 0;
  border-radius: 8px;
}
@media (max-width: 1199.98px) {
  .article-detail-page .swiper .swiper-slide-item:has(img) {
    height: 390px;
  }
}
@media (max-width: 575.98px) {
  .article-detail-page .swiper .swiper-slide-item:has(img) {
    height: 228px;
  }
}
.article-detail-page .swiper .swiper-slide-item:has(img) img {
  width: 100%;
  height: 480px;
  aspect-ratio: 720/480;
}
@media (max-width: 1199.98px) {
  .article-detail-page .swiper .swiper-slide-item:has(img) img {
    height: 389px;
    aspect-ratio: 584/389;
  }
}
@media (max-width: 575.98px) {
  .article-detail-page .swiper .swiper-slide-item:has(img) img {
    height: 228px;
    aspect-ratio: 343/228;
  }
}
.article-detail-page .swiper .swiper-slide-item:has(img) .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 16px;
}
.article-detail-page .swiper .swiper-slide-item:has(img) .thumbnail-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  height: 100%;
  width: 100%;
  filter: blur(20px);
}
.article-detail-page .swiper .horizontal-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.article-detail-page .swiper .horizontal-video-wrapper .horizontal-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-detail-page .swiper .facebook {
  height: 320px;
}
@media (max-width: 1199.98px) {
  .article-detail-page .swiper .facebook {
    height: 480px;
  }
}
@media (max-width: 991.98px) {
  .article-detail-page .swiper .facebook {
    height: 380px;
  }
}
@media (max-width: 575.98px) {
  .article-detail-page .swiper .facebook {
    height: 220px;
  }
}
@media (max-width: 1199.98px) {
  .article-detail-page .swiper .instagram {
    height: 1080px;
  }
}
@media (max-width: 991.98px) {
  .article-detail-page .swiper .instagram {
    height: 942px;
  }
}
@media (max-width: 575.98px) {
  .article-detail-page .swiper .instagram {
    height: 560px;
  }
}
.article-detail-page .swiper .instagramLandscape {
  height: 912px !important;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .article-detail-page .swiper .instagramLandscape {
    height: 740px !important;
  }
}
@media (max-width: 575.98px) {
  .article-detail-page .swiper .instagramLandscape {
    height: 206px !important;
  }
}
.article-detail-page .swiper .tiktokLandscape {
  height: 912px !important;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .article-detail-page .swiper .tiktokLandscape {
    height: 740px !important;
  }
}
@media (max-width: 575.98px) {
  .article-detail-page .swiper .tiktokLandscape {
    height: 206px !important;
  }
}
.article-detail-page .swiper .tiktok-vertical {
  height: 750px !important;
}
@media (min-width: 576px) {
  .article-detail-page .swiper .tiktok-vertical {
    height: 760px !important;
  }
}
.article-detail-page .swiper .arrow-container:has(button.swiper-button-lock) {
  margin: 0;
}
.article-detail-page .horizontal-video-wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  display: flex;
}
.article-detail-page .horizontal-video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.article-detail-page .vertical-video-wrapper {
  height: auto;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .article-detail-page .article-body-9 .vertical-video {
    min-width: 560px;
  }
}
.article-detail-page button.nac-btn,
.article-detail-page a.nac-btn {
  border-radius: 9999px;
  font-size: 24px;
  line-height: 24px;
  padding: 14px 30px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .article-detail-page button.nac-btn,
.article-detail-page a.nac-btn {
    padding: 8px 16px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .article-detail-page button.nac-btn,
.article-detail-page a.nac-btn {
    font-size: 16px;
  }
}
.article-detail-page button.nac-btn.dark,
.article-detail-page a.nac-btn.dark {
  background-color: #141E3C;
  color: #ffffff;
}
.article-detail-page button.nac-btn.dark:hover,
.article-detail-page 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) {
  .article-detail-page button.nac-btn.dark:hover,
.article-detail-page a.nac-btn.dark:hover {
    box-shadow: 0 0 0 3px #141E3C;
  }
}
.article-detail-page button.nac-btn.dark:active,
.article-detail-page a.nac-btn.dark:active {
  background-color: #ffffff;
  color: #141E3C;
  box-shadow: 0 0 0 3px #fff;
}
.article-detail-page button.nac-btn.dark.outline,
.article-detail-page a.nac-btn.dark.outline {
  box-shadow: 0 0 0 3px #fff;
}
.article-detail-page button.nac-btn.dark.outline:hover,
.article-detail-page 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) {
  .article-detail-page button.nac-btn.dark.outline:hover,
.article-detail-page a.nac-btn.dark.outline:hover {
    box-shadow: 0 0 0 3px #fff;
  }
}
.article-detail-page button.nac-btn.dark.outline:active,
.article-detail-page a.nac-btn.dark.outline:active {
  box-shadow: 0 0 0 3px #141E3C;
}
.article-detail-page button.nac-btn.light,
.article-detail-page a.nac-btn.light {
  background-color: #ffffff;
  color: #141E3C;
}
@media (max-width: 991.98px) {
  .article-detail-page button.nac-btn.light,
.article-detail-page a.nac-btn.light {
    box-shadow: 0 0 0 3px #fff;
  }
}
.article-detail-page button.nac-btn.light:hover,
.article-detail-page 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) {
  .article-detail-page button.nac-btn.light:hover,
.article-detail-page a.nac-btn.light:hover {
    box-shadow: 0 0 0 3px #fff;
  }
}
.article-detail-page button.nac-btn.light:active,
.article-detail-page a.nac-btn.light:active {
  background-color: #141E3C;
  color: #ffffff;
  box-shadow: 0 0 0 3px #141E3C;
}
.article-detail-page button.nac-btn.light.outline,
.article-detail-page a.nac-btn.light.outline {
  box-shadow: 0 0 0 3px #141E3C;
}
.article-detail-page button.nac-btn.light.outline:hover,
.article-detail-page 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) {
  .article-detail-page button.nac-btn.light.outline:hover,
.article-detail-page a.nac-btn.light.outline:hover {
    box-shadow: 0 0 0 3px #141E3C;
  }
}
.article-detail-page button.nac-btn.light.outline:active,
.article-detail-page a.nac-btn.light.outline:active {
  box-shadow: 0 0 0 3px #fff;
}
.article-detail-page button.nac-btn.styled,
.article-detail-page a.nac-btn.styled {
  background-color: #6464E6;
  color: #ffffff;
  box-shadow: 0 0 0 3px #6464E6;
}
.article-detail-page button.nac-btn.styled:hover,
.article-detail-page 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) {
  .article-detail-page button.nac-btn.styled:hover,
.article-detail-page a.nac-btn.styled:hover {
    box-shadow: 0 0 0 3px #6464E6;
  }
}
.article-detail-page button.nac-btn.styled:active,
.article-detail-page a.nac-btn.styled:active {
  background-color: #ffffff;
  color: #6464E6;
  box-shadow: 0 0 0 3px #fff;
}
.article-detail-page button.nac-btn.styled.outline,
.article-detail-page a.nac-btn.styled.outline {
  box-shadow: 0 0 0 3px #fff;
}
.article-detail-page button.nac-btn.styled.outline:hover,
.article-detail-page 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) {
  .article-detail-page button.nac-btn.styled.outline:hover,
.article-detail-page a.nac-btn.styled.outline:hover {
    box-shadow: 0 0 0 3px #fff;
  }
}
.article-detail-page button.nac-btn.styled.outline:active,
.article-detail-page a.nac-btn.styled.outline:active {
  box-shadow: 0 0 0 3px #6464E6;
}
.article-detail-page button.nac-btn.disabled,
.article-detail-page a.nac-btn.disabled {
  background-color: #D5D4D4;
  border: 0;
  outline: 0;
  color: #A1A5B1;
  box-shadow: none;
  cursor: default;
}

.column-1,
.column-2,
.column-3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.column-1 p,
.column-2 p,
.column-3 p {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .article-detail-page .h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .column-1,
.column-2,
.column-3 {
    gap: 16px;
  }
}
.article-body-2 {
  width: 100%;
}
.article-body-2:has(.facebook) .content-gap, .article-body-2:has(.facebookLandscape) .content-gap {
  justify-content: center;
  align-items: center !important;
}
@media (min-width: 992px) {
  .article-body-2 {
    width: 94.2%;
  }
}
@media (min-width: 1200px) {
  .article-body-2 {
    width: 95.5%;
  }
}

.article-body-4:has(.facebook) .facebook, .article-body-4:has(.facebook) .facebookLandscape, .article-body-4:has(.facebookLandscape) .facebook, .article-body-4:has(.facebookLandscape) .facebookLandscape,
.article-body-1:has(.facebook) .facebook,
.article-body-1:has(.facebook) .facebookLandscape,
.article-body-1:has(.facebookLandscape) .facebook,
.article-body-1:has(.facebookLandscape) .facebookLandscape {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.article-body-4 .column-1,
.article-body-4 .column-2,
.article-body-1 .column-1,
.article-body-1 .column-2,
.article-body-2 .column-1,
.article-body-2 .column-2,
.article-body-5 .column-1,
.article-body-5 .column-2,
.article-body-9 .column-1,
.article-body-9 .column-2,
.article-body-10 .column-1,
.article-body-10 .column-2 {
  width: 50%;
}
@media (max-width: 991.98px) {
  .article-body-4 .column-1,
.article-body-4 .column-2,
.article-body-1 .column-1,
.article-body-1 .column-2,
.article-body-2 .column-1,
.article-body-2 .column-2,
.article-body-5 .column-1,
.article-body-5 .column-2,
.article-body-9 .column-1,
.article-body-9 .column-2,
.article-body-10 .column-1,
.article-body-10 .column-2 {
    width: 100% !important;
  }
}
.article-body-4 .column-1 img,
.article-body-4 .column-2 img,
.article-body-1 .column-1 img,
.article-body-1 .column-2 img,
.article-body-2 .column-1 img,
.article-body-2 .column-2 img,
.article-body-5 .column-1 img,
.article-body-5 .column-2 img,
.article-body-9 .column-1 img,
.article-body-9 .column-2 img,
.article-body-10 .column-1 img,
.article-body-10 .column-2 img {
  width: 100%;
}
.article-body-4 .column-1 .header,
.article-body-1 .column-1 .header,
.article-body-2 .column-1 .header,
.article-body-5 .column-1 .header,
.article-body-9 .column-1 .header,
.article-body-10 .column-1 .header {
  max-width: 495px;
}
.article-body-4 .swiper-slide b,
.article-body-4 .swiper-slide strong,
.article-body-1 .swiper-slide b,
.article-body-1 .swiper-slide strong,
.article-body-2 .swiper-slide b,
.article-body-2 .swiper-slide strong,
.article-body-5 .swiper-slide b,
.article-body-5 .swiper-slide strong,
.article-body-9 .swiper-slide b,
.article-body-9 .swiper-slide strong,
.article-body-10 .swiper-slide b,
.article-body-10 .swiper-slide strong {
  font-weight: bold;
}

.article-body-5 div, .article-body-5 span,
.article-body-6 div,
.article-body-6 span {
  color: #475467 !important;
}

.article-body-9 .swiper-slide,
.article-body-10 .swiper-slide,
.article-body-11 .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-detail-thumbnail {
  overflow: hidden;
  border-radius: 16px;
}
.event-detail-thumbnail .component-content {
  background-color: #fff;
  text-align: center;
  position: relative;
}
.event-detail-thumbnail .img-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  height: 640px;
}
@media (max-width: 991.98px) {
  .event-detail-thumbnail .img-container {
    height: 307px;
  }
}
@media (max-width: 575.98px) {
  .event-detail-thumbnail .img-container {
    height: 214px;
  }
}
.event-detail-thumbnail .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) {
  .event-detail-thumbnail .img-container .thumbnail {
    border-radius: 8px;
  }
}
.event-detail-thumbnail .img-container .thumbnail-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  height: 100%;
  width: 100%;
  filter: blur(20px);
}
.event-detail-thumbnail img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-detail-thumbnail iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-article .breadcrumb {
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .page-article .breadcrumb {
    max-width: clamp(343px, 41.2394366197px + 80.46948357vw, 1200px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .page-article .breadcrumb {
    max-width: 100%;
    width: 100%;
  }
}
.page-article .swiper-button-disabled {
  background-color: #666 !important;
  cursor: not-allowed;
}
.page-article .swiper-button-disabled .icon {
  -webkit-mask-image: url("../images/icons/chevron-left.svg");
          mask-image: url("../images/icons/chevron-left.svg");
  background-color: white;
}
.page-article .content-group h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  color: #101828;
}
@media (max-width: 991.98px) {
  .page-article .content-group h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-article .content-group p:not(.imgCaption),
.page-article .content-group a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 992px) {
  .page-article .content-group p:not(.imgCaption),
.page-article .content-group a {
    font-size: 18px;
    line-height: 28px;
  }
}
.page-article .content-group p {
  color: #475467;
  margin: 0;
}
.page-article .content-group a {
  color: #6464E6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575.98px) {
  .page-article .content-group .arrow-icon-container {
    width: 36px;
    height: 36px;
  }
}
.page-article .content-group .arrow-icon-container img {
  width: 34px;
  height: 34px;
}
@media (max-width: 991.98px) {
  .page-article .content-group .arrow-icon-container img {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 575.98px) {
  .page-article .content-group .arrow-icon-container img {
    width: 20px;
    height: 20px;
  }
}
.page-article .event-book-action {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  height: 36px;
  width: 36px;
}
@media (min-width: 576px) {
  .page-article .event-book-action {
    height: 46px;
    width: 46px;
  }
}
@media (min-width: 992px) {
  .page-article .event-book-action {
    height: 56px;
    width: 56px;
  }
}
.page-article .caption-wrapper {
  width: 100%;
}
.page-article .caption-wrapper .imgCaption, .page-article .caption-wrapper .imgCaption p, .page-article .caption-wrapper .credit p {
  margin-top: 12px;
  word-break: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 576px) {
  .page-article .caption-wrapper .imgCaption, .page-article .caption-wrapper .imgCaption p, .page-article .caption-wrapper .credit p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.page-article .caption-wrapper p {
  margin: 0;
}
.page-article .caption-wrapper .imgCaption, .page-article .caption-wrapper .imgCaption p {
  color: #475467;
}
.page-article .caption-wrapper .credit p {
  color: #98A2B3;
  margin-top: 8px;
  word-break: normal;
}
.page-article .caption-wrapper .credit p .icon {
  -webkit-mask-image: url("../images/icons/link-2c.svg");
          mask-image: url("../images/icons/link-2c.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #98A2B3;
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.page-article .caption-wrapper .credit p a {
  color: inherit;
  font-size: 14px;
  line-height: 20px;
}

.article-heading-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.article-heading-container .article-heading-title {
  font-weight: 600;
  color: #101828;
  font-size: 30px;
}
@media (min-width: 992px) {
  .article-heading-container .article-heading-title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px;
  }
}
.article-heading-container .article-heading-description {
  font-weight: 500;
  color: #475467;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.article-heading-container .article-heading-description p {
  margin: 0;
}
@media (min-width: 992px) {
  .article-heading-container .article-heading-description {
    font-size: 20px;
  }
}
.article-heading-container .article-heading-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .article-heading-container .article-heading-bottom {
    gap: 12px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
}
.article-heading-container .article-heading-bottom .article-information {
  color: #98A2B3;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .article-heading-container .article-heading-bottom .article-information {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .article-heading-container .article-heading-bottom .article-information {
    font-size: 20px;
  }
}
.article-heading-container .article-heading-bottom .tag-wrapper, .article-heading-container .article-heading-bottom .tag-item {
  color: #475467;
}
@media (min-width: 768px) {
  .article-heading-container .article-heading-bottom .tag-wrapper, .article-heading-container .article-heading-bottom .tag-item {
    font-size: 18px;
    line-height: 28px;
  }
}

.article-content {
  margin-top: 0px;
}
.article-content #article-detail {
  display: flex;
  flex-direction: column;
  color: #475467;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .article-content #article-detail {
    font-size: 18px;
    line-height: 28px;
  }
}
.article-content #article-detail .content-group {
  margin-block: 32px;
}
.article-content #article-detail .content-group .content-spacing-bottom {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .article-content #article-detail .content-group .content-spacing-bottom {
    padding-bottom: 48px;
  }
}
.article-content #article-detail .content-group .content-gap {
  gap: 40px;
}
@media (min-width: 768px) {
  .article-content #article-detail .content-group .content-gap {
    gap: 48px;
  }
}
.article-content #article-detail .content-group .single-column {
  width: 100%;
}
.article-content #article-detail .content-group .single-column .subscribe-button.desktop {
  display: none !important;
}
.article-content #article-detail .content-group .single-column .subscribe-button.mobile {
  display: block !important;
}
@media (min-width: 1200px) {
  .article-content #article-detail .content-group .single-column .subscribe-box-wrapper .subscribe-button.mobile {
    display: none !important;
  }
  .article-content #article-detail .content-group .single-column .subscribe-box-wrapper .subscribe-button.desktop {
    display: block !important;
  }
}
.article-content #article-detail .content-group .subscribe-box-wrapper {
  padding: 18.29px 14.63px;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  box-shadow: 0px 0.91px 1.83px 0px rgba(16, 24, 40, 0.0509803922);
  margin-bottom: 40px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .article-content #article-detail .content-group .subscribe-box-wrapper {
    padding: 24px;
    margin-bottom: 48px;
  }
}
.article-content #article-detail .content-group .subscribe-box-header {
  grid-column: 1/-1;
}
.article-content #article-detail .content-group .subscribe-box-header h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .article-content #article-detail .content-group .subscribe-box-header h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.article-content #article-detail .content-group .subscribe-box-header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  margin: 0;
}
.article-content #article-detail .content-group .subscribe-box-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 18px;
}
.article-content #article-detail .content-group .subscribe-box-content .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}
.article-content #article-detail .content-group .subscribe-box-content .captcha-placeholder {
  max-width: 242px;
}
.article-content #article-detail .content-group .subscribe-box-content .input-wrapper {
  position: relative;
}
.article-content #article-detail .content-group .subscribe-box-content .input-wrapper .subscribe-email-input {
  padding: 10px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  box-shadow: 0px 0.91px 1.83px 0px rgba(16, 24, 40, 0.0509803922);
  max-width: 320px;
  min-width: 320px;
  height: 40px;
}
.article-content #article-detail .content-group .subscribe-box-content .input-wrapper .subscribe-email-input:focus-visible {
  outline: none;
}
.article-content #article-detail .content-group .subscribe-box-content .input-wrapper .subscribe-email-input::-moz-placeholder {
  color: #d0d5dd;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.article-content #article-detail .content-group .subscribe-box-content .input-wrapper .subscribe-email-input::placeholder {
  color: #d0d5dd;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .article-content #article-detail .content-group .subscribe-box-content .input-wrapper .subscribe-email-input {
    height: 44px;
    grid-column: 1/1;
  }
}
.article-content #article-detail .content-group .subscribe-box-content .input-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%);
}
.article-content #article-detail .content-group .subscribe-box-content .input-wrapper.invalid .subscribe-email-input {
  border: 1px solid #FDA29B;
}
.article-content #article-detail .content-group .subscribe-box-content .input-wrapper.invalid .icon {
  display: block;
}
.article-content #article-detail .content-group .subscribe-box-content .subscribe-error-message {
  display: none;
  color: #D92D20;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: -10px;
}
.article-content #article-detail .content-group .subscribe-box-content .subscribe-error-message.show {
  display: block;
}
.article-content #article-detail .content-group .subscribe-box-content .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: 38px;
}
@media (min-width: 768px) {
  .article-content #article-detail .content-group .subscribe-box-content .subscribe-button {
    padding: 0.625rem 1rem;
    min-width: 132px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .article-content #article-detail .content-group .subscribe-box-content .subscribe-button {
    height: 44px;
  }
}
.article-content #article-detail .content-group .subscribe-box-content .subscribe-button.desktop {
  display: none;
}
@media (min-width: 768px) {
  .article-content #article-detail .content-group .subscribe-box-content .subscribe-button.desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .article-content #article-detail .content-group .subscribe-box-content .subscribe-button.mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .article-content #article-detail .content-group .subscribe-box-content {
    gap: 12px;
  }
}
.article-content #article-detail .content-group .highlight-wrapper {
  border-left: 2px solid #6464E6;
  margin-bottom: 40px;
}
.article-content #article-detail .content-group .highlight-wrapper .quote {
  margin: 0;
  padding-block: 8px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
}
.article-content #article-detail .content-group .highlight-wrapper .quote > * {
  font-weight: 500;
}
@media (min-width: 768px) {
  .article-content #article-detail .content-group .highlight-wrapper .quote {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .article-content #article-detail .content-group .highlight-wrapper .quote {
    padding-left: 18px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .article-content #article-detail .content-group .highlight-wrapper {
    margin-bottom: 48px;
  }
}
.article-content #article-detail .content-group .swiper-pagination {
  align-items: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
  position: absolute;
  bottom: 24px;
}
.article-content #article-detail .content-group .swiper-pagination.carousel {
  display: flex;
}
.article-content #article-detail .content-group .swiper-pagination.carousel .swiper-pagination-bullet-active::after {
  width: 0;
  -webkit-animation: fillWidth 6s linear forwards;
          animation: fillWidth 6s linear forwards;
}
.article-content #article-detail .content-group .swiper-pagination .swiper-pagination-bullet {
  flex: 1 1 64px;
  max-width: 64px;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 6px;
}
.article-content #article-detail .content-group .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.4);
}
.article-content #article-detail .content-group .swiper-pagination .swiper-pagination-bullet-active::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 11px;
  background-color: white;
}
@media (max-width: 991.98px) {
  .article-content #article-detail .content-group .swiper-pagination {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .article-content #article-detail .content-group .swiper-pagination {
    bottom: 12px;
  }
}
@media (max-width: 991.98px) {
  .article-content #article-detail .content-group .swiper-pagination.hasVideo {
    position: static;
    margin-top: 12px;
    bottom: 0;
  }
  .article-content #article-detail .content-group .swiper-pagination.hasVideo .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 0.4;
  }
  .article-content #article-detail .content-group .swiper-pagination.hasVideo .swiper-pagination-bullet-active {
    background-color: #ccc;
    opacity: 1;
  }
  .article-content #article-detail .content-group .swiper-pagination.hasVideo .swiper-pagination-bullet-active::after {
    background-color: #ccc;
  }
}
@-webkit-keyframes fillWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fillWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.article-content #article-detail .first-block {
  display: flex;
  flex-direction: column;
}
.article-content #article-detail .first-block-top {
  display: contents;
}
.article-content #article-detail .first-block-top .article-group-tab {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  order: 3;
}
.article-content #article-detail .first-block-top .article-group-tab button {
  background: transparent;
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
  color: #667085;
  font-weight: 600;
  min-width: 77px;
  min-height: 44px;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-top .article-group-tab button {
    font-size: 16px;
    line-height: 24px;
  }
}
.article-content #article-detail .first-block-top .article-group-tab button.active {
  background: #DFDFFA;
  color: #5050B8;
}
.article-content #article-detail .first-block-top .action-button-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  order: 1;
}
@media (min-width: 768px) {
  .article-content #article-detail .first-block-top .action-button-wrapper {
    gap: 8px;
  }
}
.article-content #article-detail .first-block-top .action-button-wrapper button {
  position: relative;
  border: 0;
  outline: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
  background-color: white;
}
.article-content #article-detail .first-block-top .action-button-wrapper button:hover {
  outline: 2px solid #8383eb;
}
.article-content #article-detail .first-block-top .action-button-wrapper button.btn-save {
  border-radius: 9999px;
  min-width: 210px;
  flex-grow: 1;
}
.article-content #article-detail .first-block-top .action-button-wrapper button.active {
  outline: 2px solid #8383eb;
}
.article-content #article-detail .first-block-top .action-button-wrapper button.active .icon {
  background-color: #5050B8;
}
@media (min-width: 768px) {
  .article-content #article-detail .first-block-top .action-button-wrapper button {
    width: 48px;
    height: 48px !important;
    padding: 14px;
  }
}
.article-content #article-detail .first-block-top .action-button-wrapper button.liked {
  background-color: #DFDFFA;
  color: #5050B8;
}
.article-content #article-detail .first-block-top .action-button-wrapper button.liked .icon {
  -webkit-mask-image: url("../images/icons/bookmarked-blue-active.svg") !important;
          mask-image: url("../images/icons/bookmarked-blue-active.svg") !important;
  background-color: #5050B8 !important;
}
.article-content #article-detail .first-block-top .action-button-wrapper button.copied .icon {
  -webkit-mask-image: url("../images/icons/copied.svg") !important;
          mask-image: url("../images/icons/copied.svg") !important;
  background-color: #6464E6 !important;
}
.article-content #article-detail .first-block-top .action-button-wrapper button .icon {
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #344054;
}
.article-content #article-detail .first-block-top .action-button-wrapper button .icon.bookmark {
  -webkit-mask-image: url("../images/icons/bookmark-2c.svg");
          mask-image: url("../images/icons/bookmark-2c.svg");
}
.article-content #article-detail .first-block-top .action-button-wrapper button .icon.nac-adjust-size-button {
  -webkit-mask-image: url("../images/icons/fontsize.svg");
          mask-image: url("../images/icons/fontsize.svg");
}
.article-content #article-detail .first-block-top .action-button-wrapper button .icon.nac-share-button {
  -webkit-mask-image: url("../images/icons/share.svg");
          mask-image: url("../images/icons/share.svg");
}
.article-content #article-detail .first-block-top .action-button-wrapper button .icon.copy {
  -webkit-mask-image: url("../images/icons/duplicate.svg");
          mask-image: url("../images/icons/duplicate.svg");
  position: relative;
  inset: unset;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-top {
    display: flex;
    justify-content: space-between;
  }
  .article-content #article-detail .first-block-top .article-group-tab {
    order: unset;
    margin-top: 0;
  }
  .article-content #article-detail .first-block-top .action-button-wrapper {
    order: unset;
    min-width: 384px;
    max-width: 384px;
  }
}
.article-content #article-detail .first-block-bottom {
  display: contents;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom:has(.partner-column) {
    margin-top: -48px;
  }
  .article-content #article-detail .first-block-bottom:has(.partner-column) .first-block-event {
    margin-top: 48px;
  }
}
.article-content #article-detail .first-block-bottom:has(.partner-column) .first-block-content {
  margin-bottom: 32px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom:has(.article-body-9):not(:has(.inner-article-content.full)) .first-block-content {
    width: 40%;
  }
}
.article-content #article-detail .first-block-bottom .first-block-content {
  order: 4;
}
.article-content #article-detail .first-block-bottom .first-block-content:not(:has(.inner-article-content)):not(:has(.partner-column)) {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-content:not(:has(.inner-article-content)):not(:has(.partner-column)) {
    margin-top: 24px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item:has(.inner-article-content) {
  margin-top: 32px;
  overflow-wrap: break-word;
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column p {
  margin: 0;
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column img {
  height: 228px;
}
@media (min-width: 768px) {
  .article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column img {
    height: 390px;
  }
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column img {
    height: 480px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column iframe {
  width: 100%;
  border-radius: 12px;
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column .read-more {
  margin-top: 24px;
  text-decoration: none;
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column .partner-info {
  margin-top: 32px;
  padding: 32px;
  background-color: #f9fafb;
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column .partner-info .name {
  margin-bottom: 12px;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 0;
}
@media (min-width: 576px) {
  .article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column .partner-info .name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column .partner-info .desc {
  overflow-wrap: break-word;
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column .partner-info .desc * {
  font-size: 16px;
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item .partner-column .partner-info .desc p {
  font-weight: 400;
  color: #475467;
}
.article-content #article-detail .first-block-bottom .first-block-content .first-content-item .subscribe-box-wrapper {
  margin-top: 0 !important;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container {
  padding: 0 16px 32px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-content #article-detail .first-block-bottom .first-block-content .itinerary-container {
    padding: 32px 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-content .itinerary-container {
    padding-top: 16px;
    padding-bottom: 32px;
    margin: 0;
    max-width: 40dvh;
  }
}
@media (min-width: 1200px) {
  .article-content #article-detail .first-block-bottom .first-block-content .itinerary-container {
    max-width: 60dvh;
  }
}
@media screen and (min-width: 1440px) {
  .article-content #article-detail .first-block-bottom .first-block-content .itinerary-container {
    max-width: 720px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-heading h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #101828;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-heading h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .swiper-slide:not(.swiper-slide-active) {
  overflow: hidden;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .swiper-slide:not([role=group]) {
  margin-left: 16px;
  padding-block: 32px;
  padding-right: 16px;
  border-bottom: 1px solid #e4e7ec;
}
@media (min-width: 768px) {
  .article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .swiper-slide:not([role=group]) {
    margin-left: 32px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card .title {
  margin-bottom: 16px;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card .title a {
  color: #5050B8;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card .title a {
    font-size: 20px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card p {
  margin: 0;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card .display:not(:first-child) {
  margin-top: 32px;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card .display .label {
  color: #6464E6;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card .display .value {
  margin-top: 8px;
  color: #101828;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  gap: 6px;
  display: flex;
}
@media (min-width: 768px) {
  .article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card .display .value {
    font-size: 18px;
    line-height: 28px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card .display .value .icon {
  height: 28px;
  width: 18px;
  min-width: 18px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #101828;
  -webkit-mask-size: 15px;
          mask-size: 15px;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card .display .value .calendar {
  -webkit-mask-image: url("../images/icons/calendar-rounded.svg");
          mask-image: url("../images/icons/calendar-rounded.svg");
  height: 24px;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-content .itinerary-swiper .article-headline-card .display .value .location {
  -webkit-mask-image: url("../images/icons/location-black-border.svg");
          mask-image: url("../images/icons/location-black-border.svg");
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .btn-itinerary {
  padding: 8px;
  width: 36px;
  height: 36px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #344054;
  background-color: transparent;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .btn-itinerary .label {
  display: none;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .btn-itinerary:hover {
  background-color: #f9fafb;
}
@media (min-width: 1200px) {
  .article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .btn-itinerary {
    height: 40px;
    min-height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 16px;
    border: none;
    align-items: center;
  }
  .article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .btn-itinerary .label {
    display: block;
  }
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .btn-itinerary .icon {
  width: 20px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #344054;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .btn-itinerary-navigation-prev .icon {
  -webkit-mask-image: url("../images/icons/arrow-left-bold.svg");
          mask-image: url("../images/icons/arrow-left-bold.svg");
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .btn-itinerary-navigation-next .icon {
  -webkit-mask-image: url("../images/icons/arrow-left-bold.svg");
          mask-image: url("../images/icons/arrow-left-bold.svg");
  transform: rotate(180deg);
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .btn-itinerary.swiper-button-disabled {
  visibility: hidden;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .itinerary-pagination {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .itinerary-pagination .nav-button {
  padding: 8px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: 36px;
  height: 36px;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .itinerary-pagination .page-number {
  padding: 10px 16px;
  cursor: pointer;
  background: transparent;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 20px;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .itinerary-pagination .page-number.active {
  background: #f9fafb;
  color: #182230;
}
.article-content #article-detail .first-block-bottom .first-block-content .itinerary-container .itinerary-footer .itinerary-pagination .dots {
  padding: 8px;
  font-size: 18px;
}
.article-content #article-detail .first-block-bottom .first-block-content .read-more {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FF5AA0;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #101828;
  border-radius: 9999px;
  border: none;
  min-width: 142px;
  height: 40px;
  gap: 12px;
  align-items: center;
}
.article-content #article-detail .first-block-bottom .first-block-content .read-more a {
  color: #101828;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.article-content #article-detail .first-block-bottom .first-block-content .read-more .icon {
  -webkit-mask-image: url("../images/icons/redirect.svg");
          mask-image: url("../images/icons/redirect.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-color: #101828;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-content .read-more {
    height: 48px;
    padding: 12px 18px;
  }
  .article-content #article-detail .first-block-bottom .first-block-content .read-more a {
    font-size: 16px;
    line-height: 24px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-event {
  order: 2;
}
.article-content #article-detail .first-block-bottom .first-block-event .text-scale {
  margin: 0;
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail {
    padding: 24px 24px 40px;
    background: #f9fafb;
    border: 1px solid #e4e7ec;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
    border-radius: 16px;
    margin-bottom: 48px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .mobile-wrapper {
  min-width: 320px;
  border-radius: 8px;
  padding: 24px 24px 8px;
  color: #101828;
  background: #f9fafb;
  border: 1px solid #e4e7ec;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  transition: all 300ms ease;
  max-height: 68px;
  overflow: hidden;
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .mobile-wrapper.expand {
  max-height: 1000px;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .mobile-wrapper {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail-header {
    margin-bottom: 32px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail-header .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail-header .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail-header .toggle-icon {
  height: 20px;
  width: 20px;
  -webkit-mask: url("../images/icons/chevron-left.svg");
          mask: url("../images/icons/chevron-left.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: rotate(-90deg);
  background-color: #5050B8;
  cursor: pointer;
  transition: all 200ms ease;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail-header .toggle-icon {
    display: none;
  }
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .event-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  color: #101828;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .event-title {
    font-size: 20px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .date {
  margin-bottom: 24px;
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .date .date-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6464E6;
  margin-bottom: 8px;
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .date .date-display {
  display: flex;
  align-items: center;
  gap: 6px;
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .date .date-display .icon {
  -webkit-mask-image: url("../images/icons/calendar-rounded.svg");
          mask-image: url("../images/icons/calendar-rounded.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #101828;
  width: 18px;
  height: 18px;
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .date .date-display .date-display-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .date .date-display .date-display-label {
    font-size: 18px;
    line-height: 28px;
  }
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail a.btn {
  display: block;
  width: 100%;
  border-radius: 9999px;
  border: 2px solid #7676e9;
  padding: 12px 24px;
  background: #6464E6;
  margin-top: 16px;
  box-shadow: none;
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail a.btn {
    margin-top: 0;
  }
}
.article-content #article-detail .first-block-bottom .first-block-event .article-event-float .detail .mobile-float {
  display: none;
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: white;
  padding-bottom: 24px;
  z-index: 30;
  opacity: 0;
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block-bottom {
    display: flex;
    gap: 96px;
  }
  .article-content #article-detail .first-block-bottom .first-block-content {
    margin-top: 24px;
    order: unset;
    flex-grow: 1;
    margin-top: 0;
  }
  .article-content #article-detail .first-block-bottom .first-block-event {
    order: unset;
    min-width: 384px;
    max-width: 384px;
  }
  .article-content #article-detail .first-block-bottom:has(.inner-article-content.full) {
    flex-direction: column-reverse;
    gap: 0;
  }
  .article-content #article-detail .first-block-bottom:has(.inner-article-content.full) .first-block-event {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    align-self: self-end;
  }
}
@media (min-width: 992px) {
  .article-content #article-detail .first-block.empty {
    margin-bottom: 0 !important;
  }
}

.loading {
  background-color: white;
  flex-direction: column;
  text-align: center;
  height: 1500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.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%;
}

#section-main {
  background-color: white !important;
}

.section-header .header {
  background: white !important;
}
.section-header .header a,
.section-header .header .dropdown-header,
.section-header .header .link {
  color: #101828 !important;
  border-color: #101828 !important;
}
.section-header .header .dropdown-header .icon {
  background-color: #101828 !important;
}
.section-header .header .modal-container .search {
  background-color: #344054 !important;
}
.section-header .header .modal-container .search:hover {
  background-color: black !important;
}
.section-header .header .icon .icon-burger {
  background-color: black !important;
}
.section-header .header .auth .icon.avatar {
  background-color: black !important;
}