.thesierra-section-header {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.thesierra-section-header .tsr-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  height: 65vh;
}
@media screen and (max-width: 768px) {
  .thesierra-section-header .tsr-header-wrapper {
    padding-top: 128px;
    align-content: baseline;
  }
}
.thesierra-section-header .tsr-header__title {
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .thesierra-section-header .tsr-header__title {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
}
.thesierra-section-header .tsr-highlight__image-bottom {
  position: absolute;
  bottom: -55%;
  height: 50%;
  left: 40%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1920px) {
  .thesierra-section-header .tsr-highlight__image-bottom {
    bottom: -40%;
    left: 50%;
    transform: translateX(-70%);
  }
}
@media screen and (max-width: 1440px) {
  .thesierra-section-header .tsr-highlight__image-bottom {
    bottom: -40%;
    left: 50%;
    transform: translateX(-70%);
  }
}
@media screen and (max-width: 768px) {
  .thesierra-section-header .tsr-highlight__image-bottom {
    left: 60%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 576px) {
  .thesierra-section-header .tsr-highlight__image-bottom {
    left: 70%;
    bottom: -45%;
  }
}
@media screen and (max-width: 400px) {
  .thesierra-section-header .tsr-highlight__image-bottom {
    bottom: -45%;
    left: 75%;
  }
}
.thesierra-section-header .tsr-highlight-remark {
  position: absolute;
  bottom: -35%;
  left: 55%;
  width: 400px;
}
.thesierra-section-header .tsr-highlight-remark li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .thesierra-section-header .tsr-highlight-remark {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.thesierra-section-about {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
.thesierra-section-about .tsr-about-logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .thesierra-section-about {
    padding-top: 64px;
    padding-bottom: 0px;
  }
  .thesierra-section-about .digital-card-container {
    width: 100vw;
    height: 70vw;
    position: relative;
    overflow: hidden;
  }
  .thesierra-section-about .digital-card-container video {
    position: absolute;
    top: 5%;
    transform: scale(1.3) translateX(25%);
    left: -50%;
    transform-origin: center left;
  }
}

.tsr-accordion .accordion-item {
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid var(--champagne-gold-dark, #ccbfa2);
}
.tsr-accordion .accordion-collapse {
  background-color: #ccbfa2;
  margin-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tsr-accordion .accordion-header {
  background: #2e452f;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tsr-accordion .accordion-header:has(.accordion-button.collapsed) {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tsr-accordion .accordion-header button {
  color: var(--champagne-gold-light, #e7ceb5);
  background: transparent;
  font-family: Trirong;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}
.tsr-accordion .accordion-header .accordion-button.collapsed {
  border-radius: 8px;
}
.tsr-accordion .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.tsr-accordion .accordion-header .accordion-button::after {
  background-image: url("../img/ui/icon-minus.svg");
  transform: translateY(50%);
  transition: none;
}
.tsr-accordion .accordion-header .accordion-button.collapsed::after {
  background-image: url("../img/ui/icon-plus.svg");
  transform: translateY(0%);
  transition: none;
}

.tsr-feature-thumbnail {
  width: 200px;
  object-fit: contain;
  margin: 0 auto;
}

.tsr-feature-metadata__title {
  text-transform: uppercase;
  text-align: center;
  color: var(--color-brown01);
}

.tsr-feature-metadata__desc {
  text-align: center;
}

.tsr-popup .mfp-content {
  padding: 0;
  max-width: 1000px;
}
.tsr-popup .mfp-content:has(.white-popup) {
  padding: 0 !important;
}
.tsr-popup .tsr-popup-close:hover {
  background: transparent;
}
.tsr-popup .tsr-popup-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: Trirong;
  color: var(--color-brown01);
  background-color: #fbf9ee;
}
.tsr-popup .tsr-popup-wrapper .tsr_popup-header {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  width: fit-content;
}
.tsr-popup .tsr-popup-wrapper .tsr_popup-header::after {
  content: "";
  position: absolute;
  background: url("../img/pages/privilege/2024/tsr-heading-line.svg") no-repeat;
  top: 55%;
  transform: translateY(-50%);
  left: 105%;
  width: 100%;
  height: 3px;
  z-index: 2;
}
.tsr-popup .tsr-popup-wrapper .col-l {
  background-color: #fbf9ee;
  width: 50%;
  padding: 0 66px;
}
.tsr-popup .tsr-popup-wrapper .col-r {
  width: 50%;
  padding: 96px 66px;
  text-align: center;
}
.tsr-popup .ezyQR {
  border-radius: 8px;
  border-width: 10px;
}
.tsr-popup .white-popup {
  background: #fff;
}

/*# sourceMappingURL=card-2024.css.map */
