@charset "UTF-8";
/**
 * 計算 Visual 區塊寬度
 * @param {Number} $col - 對應的欄位數 (3~9)
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
[v-cloak] {
  visibility: hidden;
}

html,
body {
  scroll-behavior: auto !important;
  overflow-x: hidden;
}

body {
  padding: 0;
  font-family: "Noto Sans TC", "微軟正黑體", "Ping Fang TC", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #111111;
  letter-spacing: 1px;
  background: #f9f9f9;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ad8e21;
  border-radius: 6px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(173, 142, 33, 0.6);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #ad8e21;
  text-underline-offset: 3px;
  word-break: break-all;
}
a:hover {
  color: rgb(130.1699029126, 106.8446601942, 24.8300970874);
}

ol,
ul {
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}
ol li,
ul li {
  letter-spacing: 1.8px;
  margin-bottom: 0.5rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0.5rem;
}
ol ol li,
ol ul li,
ul ol li,
ul ul li {
  margin-bottom: 0.5rem;
}

ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}

hr {
  color: #d7d7d7;
  opacity: 1;
}

.navbar {
  position: absolute;
  top: 1rem;
  z-index: 1030;
  width: 100%;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-grid {
    display: grid;
    grid-template-columns: auto max-content;
    grid-template-rows: auto auto;
    align-items: start;
  }
}
.navbar .navbar-collapse {
  transition: height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
  margin-top: -5px;
}
.navbar .navbar-collapse.show, .navbar .navbar-collapse.collapsing {
  margin-top: -5px;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-collapse {
    grid-column: 2;
    grid-row: 2;
  }
}
.navbar .navbar-brand {
  position: relative;
  display: inline-block;
}
.navbar .navbar-brand .navbar-brand-wrapper {
  position: relative;
  display: inline-block;
  width: 110px;
  height: auto;
}
.navbar .navbar-brand .navbar-logo {
  width: 110px;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.navbar .navbar-brand .navbar-logo-white {
  position: relative;
  z-index: 2;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.navbar .navbar-brand .navbar-logo-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.navbar .navbar-brand.scrolled .navbar-logo-white {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
}
.navbar .navbar-brand.scrolled .navbar-logo-color {
  opacity: 1;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-brand {
    grid-column: 1;
    grid-row: 1/3;
  }
}
.navbar .navbar-nav {
  padding: 0 0.5rem;
  border-radius: 0 0 5px 5px;
  margin-top: 0;
  transition: border-radius 0.35s ease;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-nav {
    width: fit-content;
    padding: 0;
    border-radius: 5px;
  }
}
.navbar .navbar-nav .nav-item {
  background: #000000;
  position: relative;
  padding: 0;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: #ad8e21;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    left: unset;
    top: 0;
    right: 100%;
  }
}
.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  background: #000000;
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 1000;
}
@media all and (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    min-width: 100px;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
  padding: 0.75rem 0.5rem;
  text-align: center;
  background: #000000;
  transition: color 0.3s ease, background 0.3s ease;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: center;
    padding: 0.75rem 1rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: #000000;
  color: #ad8e21;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  outline: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  overflow: hidden;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navbar .navbar-nav .nav-item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item:first-child {
    border-radius: 0;
  }
}
.navbar .navbar-nav .nav-item:first-child .nav-link {
  padding: 0.875rem 1.25rem 0.875rem 2rem;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item:first-child .nav-link {
    text-align: right;
    padding: 0.75rem;
  }
}
.navbar .navbar-nav .nav-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}
.navbar .navbar-nav .nav-item:last-child .nav-link {
  padding: 0.875rem 2rem 0.875rem 1.25rem;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    text-align: right;
    padding: 0.75rem;
  }
}
.navbar .navbar-nav .nav-link {
  color: #ffffff;
  padding: 0.875rem 1.25rem;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-link {
    text-align: right;
    padding: 0.75rem;
  }
}
.navbar .navbar-toggler {
  background: #000000;
  line-height: unset;
  box-shadow: none;
  border-radius: 0 0 5px 0;
  transition: border-radius 0.35s ease;
  margin-bottom: 0;
  border: none;
  padding: 0.5rem 0.75rem;
}
.navbar .navbar-toggler:not(.collapsed) {
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
}
@media all and (max-width: 1199.98px) {
  .navbar .navbar-toggler {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 100%;
    text-align: right;
  }
}

.accordion-faq .accordion-item {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
}
.accordion-faq .accordion-item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.accordion-faq .accordion-button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 1.5rem 0;
}
.accordion-faq .accordion-button:not(.collapsed) {
  color: #000000;
}
.accordion-faq .accordion-button::after {
  display: none;
}
.accordion-faq .accordion-body {
  padding: 0 0 1.5rem 0;
}

.accordion-concierge .accordion-item {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
}
.accordion-concierge .accordion-item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.accordion-concierge .accordion-button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 1.5rem 0;
}
.accordion-concierge .accordion-button:not(.collapsed) {
  color: #000000;
}
.accordion-concierge .accordion-button::after {
  display: none;
}
.accordion-concierge .accordion-body {
  padding: 0 0 1.5rem 0;
}

.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-results__option--selected.select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #ad8e21;
  color: #ffffff;
}
.select2-container--default .select2-results__option--selected.select2-results__option--highlighted:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background: #ad8e21;
  color: #ffffff;
}
.select2-search__field {
  outline: none;
}
.select2-dropdown {
  border: 1px solid #000000;
}
.select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.select2-results__option:hover {
  background: #ad8e21;
  color: #ffffff;
}
.select2-results__option--selectable:hover {
  background: #ad8e21;
  color: #ffffff;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #000000;
  border-radius: 0;
  padding: 0.5rem 2.25rem 0.5rem 1.5rem;
  background-position: right 1.5rem center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 16px;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url("../_img/official_website/icon/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single::placeholder {
  color: #000000;
}

.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.btn {
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
}

.btn-main, .nav-tabs .btn-guide-tab.active, .btn-main:hover, .btn-main:active:focus {
  color: #ffffff;
  background: #ad8e21;
  border: 1px solid #ad8e21;
  box-shadow: 0 3px 3px rgba(173, 142, 33, 0.2);
}
.btn-main:disabled, .nav-tabs .btn-guide-tab.active:disabled, .btn-main:disabled:active:focus, .btn-main[disabled=disabled], .nav-tabs [disabled=disabled].btn-guide-tab.active, [disabled=disabled].btn-main:active:focus {
  color: #ffffff;
  background: rgb(194.4150485437, 159.5776699029, 37.0849514563);
  opacity: 0.5;
  border: 1px solid rgb(194.4150485437, 159.5776699029, 37.0849514563);
  pointer-events: none;
}

.btn-sub, .nav-tabs .btn-guide-tab, .nav-tabs .btn-guide-tab:active:focus, .btn-sub:hover, .btn-sub:active:focus {
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 3px 3px rgba(173, 142, 33, 0.2);
}
.btn-sub:disabled, .nav-tabs .btn-guide-tab:disabled, .btn-sub:disabled:active:focus, .btn-sub[disabled=disabled], .nav-tabs [disabled=disabled].btn-guide-tab, [disabled=disabled].btn-sub:active:focus {
  color: #ffffff;
  background: rgb(194.4150485437, 159.5776699029, 37.0849514563);
  opacity: 0.5;
  border: 1px solid rgb(194.4150485437, 159.5776699029, 37.0849514563);
  pointer-events: none;
}

.btn-guide-tab {
  padding: 0.75rem 1.75rem;
  min-width: 130px;
}
@media all and (max-width: 767.98px) {
  .btn-guide-tab {
    padding: 0.5rem 1rem;
  }
}

.nav-tabs {
  justify-content: center;
  gap: 1rem;
  border-bottom: none;
}
.tab-content {
  margin-top: 3rem;
}

.card-membership {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
}
.card-membership button {
  border: 1px solid #9d9d9d;
  border-radius: 0;
  padding: 1rem 2.25rem 1rem 1.5rem;
  background-position: right 1.5rem center;
}
.card-membership button:focus {
  border: 1px solid #9d9d9d;
  box-shadow: none;
}
.card-membership .card-body {
  padding: 1.5rem;
}
.card-membership .card-body.show {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0.5rem 4rem;
}
@media all and (max-width: 1399.98px) {
  .card-membership .card-body.show {
    gap: 0.5rem 1.5rem;
  }
}
@media all and (max-width: 1199.98px) {
  .card-membership .card-body.show {
    grid-template-columns: repeat(2, auto);
  }
}
@media all and (max-width: 991.98px) {
  .card-membership .card-body.show {
    grid-template-columns: 1fr;
    padding: 0.5rem;
  }
}
.card-membership .card-body:not(.show) {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.card-membership .card-membership-item {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 0.5rem;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  outline: none;
}
.card-membership .card-membership-item div {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.card-membership .card-membership-item div span {
  text-wrap: nowrap;
}
@media all and (max-width: 991.98px) {
  .card-membership .card-membership-item div span {
    text-wrap: wrap;
  }
}
.card-membership .card-membership-item div::before {
  content: url("/_img/official_website/icon/question.svg");
  display: block;
  height: 24px;
}
.card-membership .card-membership-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(173, 142, 33, 0.05);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.card-membership .card-membership-item > * {
  position: relative;
  z-index: 1;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-membership .card-membership-item:hover, .card-membership .card-membership-item.active {
  color: #ad8e21;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(173, 142, 33, 0.15);
}
.card-membership .card-membership-item:hover::before, .card-membership .card-membership-item.active::before {
  opacity: 1;
}
.card-membership .card-membership-item:active {
  transform: translateY(0);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(25% - 7.5px));
  justify-content: center;
  gap: 10px;
  position: relative;
  left: -5px;
}
@media all and (max-width: 1199.98px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 991.98px) {
  .card-grid {
    grid-template-columns: repeat(1, 1fr);
    left: 0;
  }
}
@media all and (max-width: 424.98px) {
  .card-grid {
    width: 100%;
  }
}
.card-grid .card {
  padding: 1rem;
  border: 0;
  border-radius: 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 1rem;
  text-decoration: none;
  color: #000000;
}
@media all and (max-width: 991.98px) {
  .card-grid .card {
    display: grid;
    grid-template-columns: 33% 67%;
    align-items: center;
    gap: 1rem;
  }
}
@media all and (max-width: 767.98px) {
  .card-grid .card {
    display: flex;
  }
}
.card-grid .card:hover {
  transform: translateY(-8px);
  box-shadow: 8px 12px 20px rgba(0, 0, 0, 0.15);
}
.card-grid .card:hover h5 {
  color: #ad8e21;
}
.card-grid .card-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 0.5rem;
  padding: 0;
  width: 100%;
}
@media all and (max-width: 991.98px) {
  .card-grid .card-body {
    padding: 0 1rem;
  }
}
@media all and (max-width: 767.98px) {
  .card-grid .card-body {
    padding: 0;
  }
}
.card-grid .card-body-group {
  display: flex;
  align-items: start;
  justify-items: start;
  gap: 0.5rem;
}
.card-grid .card-img {
  border-radius: 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767.98px) {
  .card-grid .card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center 60%;
  }
}

.swiper-airport-lounge {
  padding: 3rem 0;
}
.swiper-airport-lounge .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.swiper-airport-lounge .swiper-pagination-bullet-active {
  background: #5f5f5f;
}
.swiper-airport-lounge-visual {
  width: calc(50vw + 100% / 7);
}
@media all and (max-width: 991.98px) {
  .swiper-airport-lounge-visual {
    width: 100vw;
  }
}
.swiper-airport-lounge-slide > div:last-child {
  min-height: 140px;
}
@media all and (max-width: 991.98px) {
  .swiper-airport-lounge-slide > div:last-child {
    min-height: auto;
  }
}

.swiper-membership-guide {
  position: relative;
}
.swiper-membership-guide .swiper-wrapper {
  align-items: stretch;
}
.swiper-membership-guide .swiper-slide {
  height: 100%;
  min-height: 605px;
}
@media all and (max-width: 1399.98px) {
  .swiper-membership-guide .swiper-slide {
    min-height: 515px;
  }
}
@media all and (max-width: 1199.98px) {
  .swiper-membership-guide .swiper-slide {
    min-height: 540px;
  }
}
@media all and (max-width: 991.98px) {
  .swiper-membership-guide .swiper-slide {
    min-height: 560px;
  }
}
@media all and (max-width: 767.98px) {
  .swiper-membership-guide .swiper-slide {
    min-height: 880px;
  }
}
@media all and (max-width: 575.98px) {
  .swiper-membership-guide .swiper-slide {
    min-height: 700px;
  }
}
@media all and (max-width: 424.98px) {
  .swiper-membership-guide .swiper-slide {
    min-height: auto;
  }
}
.swiper-membership-guide .swiper-membership-guide-slide {
  height: 100%;
}
.swiper-membership-guide .swiper-membership-guide-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-membership-guide .swiper-membership-guide-slide figcaption h4 {
  margin-bottom: 3rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.swiper-membership-guide .swiper-membership-guide-slide figcaption h4::before, .swiper-membership-guide .swiper-membership-guide-slide figcaption h4::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background: #ad8e21;
}
.swiper-membership-guide .swiper-membership-guide-slide figcaption h4::before {
  flex: 0;
  width: 0;
  display: none;
}
@media all and (max-width: 991.98px) {
  .swiper-membership-guide .swiper-membership-guide-slide figcaption h4 {
    justify-content: center;
  }
  .swiper-membership-guide .swiper-membership-guide-slide figcaption h4::before {
    flex: 1;
    width: auto;
    display: block;
  }
  .swiper-membership-guide .swiper-membership-guide-slide figcaption h4::after {
    flex: 1;
    width: auto;
  }
}
.swiper-membership-guide .swiper-membership-guide-slide figcaption p {
  color: #ffffff;
}
@media all and (max-width: 991.98px) {
  .swiper-membership-guide .swiper-membership-guide-slide figcaption p {
    text-align: center;
  }
}
.swiper-membership-guide .swiper-membership-guide-slide figcaption span {
  background: #ad8e21;
  font-weight: bold;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 991.98px) {
  .swiper-membership-guide .swiper-membership-guide-slide figcaption span {
    display: block;
    width: fit-content;
    margin: 0 auto 2rem auto;
  }
}
.swiper-membership-guide .swiper-button-prev,
.swiper-membership-guide .swiper-button-next {
  width: 44px;
  height: 44px;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.swiper-membership-guide .swiper-button-prev:after,
.swiper-membership-guide .swiper-button-next:after {
  font-size: 2.5rem;
}
@media all and (max-width: 991.98px) {
  .swiper-membership-guide .swiper-button-prev:after,
  .swiper-membership-guide .swiper-button-next:after {
    font-size: 1.5rem;
  }
}
.swiper-membership-guide .swiper-button-prev:hover,
.swiper-membership-guide .swiper-button-next:hover {
  border-color: #ffffff;
  color: #ffffff;
}
@media all and (max-width: 991.98px) {
  .swiper-membership-guide .swiper-button-prev {
    top: unset;
    bottom: 0;
    left: calc(50% - 40px);
  }
}
@media all and (max-width: 991.98px) {
  .swiper-membership-guide .swiper-button-next {
    top: unset;
    bottom: 0;
    right: calc(50% - 40px);
  }
}

.swiper-brand-concept .swiper-brand-concept-slider {
  position: relative;
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-wrapper {
  align-items: center;
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-slide {
  height: -webkit-fill-available;
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
  max-height: 450px;
}
@media all and (max-width: 767.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-img {
    min-height: 270px;
  }
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-graphic-text {
  position: absolute;
  width: 300px;
  bottom: -45px;
  left: 45px;
}
@media all and (max-width: 991.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-graphic-text {
    width: 200px;
    bottom: -30px;
    left: 30px;
  }
}
@media all and (max-width: 767.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-graphic-text {
    bottom: 280px;
  }
}
@media all and (max-width: 575.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-graphic-text {
    width: 150px;
    bottom: 300px;
  }
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-content {
  padding: 3rem 2rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media all and (max-width: 991.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-content {
    padding: 2rem 1rem;
  }
}
@media all and (max-width: 767.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-content {
    padding: 1.5rem 2rem;
    top: -2rem;
    margin-bottom: -5rem;
  }
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-content h5 {
  color: #AAAAAA;
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-content p {
  margin-bottom: 0;
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-content span {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  font-size: 450px;
  font-style: italic;
  z-index: -1;
}
@media all and (max-width: 991.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-content span {
    font-size: 250px;
  }
}
@media all and (max-width: 767.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-content span {
    display: none;
  }
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-nav {
  display: flex;
  margin-top: 2rem;
}
@media all and (max-width: 991.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-nav {
    justify-content: center;
  }
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-button-prev,
.swiper-brand-concept .swiper-brand-concept-slider .swiper-button-next {
  position: static;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
  margin-top: 0;
  color: #ffffff;
}
@media all and (max-width: 991.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-button-prev,
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-button-prev:after,
.swiper-brand-concept .swiper-brand-concept-slider .swiper-button-next:after {
  font-size: 1rem;
}
@media all and (max-width: 991.98px) {
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-button-prev:after,
  .swiper-brand-concept .swiper-brand-concept-slider .swiper-button-next:after {
    font-size: 0.75rem;
  }
}
.swiper-brand-concept .swiper-brand-concept-slider .swiper-button-prev:hover,
.swiper-brand-concept .swiper-brand-concept-slider .swiper-button-next:hover {
  background: #ad8e21;
  border-color: #ad8e21;
  color: #ffffff;
}

.swiper-services {
  overflow: visible;
  margin-top: 3rem;
}
@media all and (max-width: 767.98px) {
  .swiper-services {
    margin-top: 1rem;
  }
}
.swiper-services-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #000000;
  text-decoration: none;
}
.swiper-services-item:hover {
  transform: translateY(-8px);
  box-shadow: 8px 12px 20px rgba(0, 0, 0, 0.15);
}
.swiper-services-item:hover h5 {
  color: #ad8e21;
}
.swiper-services-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.swiper-services-item img {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media all and (max-width: 424.98px) {
  .swiper-services-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.swiper-services-item br {
  display: none;
}
@media all and (max-width: 575.98px) {
  .swiper-services-item br {
    display: block;
  }
}
.swiper-services .swiper-wrapper {
  padding-bottom: 1rem;
}
.swiper-services .swiper-slide {
  height: auto;
  display: flex;
}
.swiper-services .swiper-pagination {
  display: none;
}
@media all and (max-width: 991.98px) {
  .swiper-services .swiper-pagination {
    display: block;
  }
}
.swiper-services .swiper-nav {
  display: flex;
  margin: 2rem 0;
}
.swiper-services .swiper-nav:has(.swiper-button-lock:nth-of-type(1)):has(.swiper-button-lock:nth-of-type(2)) {
  display: none;
}
@media all and (max-width: 991.98px) {
  .swiper-services .swiper-nav {
    justify-content: center;
  }
}
.swiper-services .swiper-button-prev, .swiper-services .swiper-button-next {
  position: static;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
  margin-top: 0;
  color: #000000;
}
@media all and (max-width: 991.98px) {
  .swiper-services .swiper-button-prev, .swiper-services .swiper-button-next {
    display: none;
  }
}
.swiper-services .swiper-button-prev:after, .swiper-services .swiper-button-next:after {
  font-size: 1rem;
}
@media all and (max-width: 991.98px) {
  .swiper-services .swiper-button-prev:after, .swiper-services .swiper-button-next:after {
    font-size: 0.75rem;
  }
}
.swiper-services .swiper-button-prev:hover, .swiper-services .swiper-button-next:hover {
  background: #ad8e21;
  border-color: #ad8e21;
  color: #ffffff;
}
.swiper-services .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.swiper-services .swiper-pagination-bullet-active {
  background: #5f5f5f;
}

.text-main {
  color: #ad8e21;
}

.text-second {
  color: #5c5c5c;
}

.text-linear-deep-blue, .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-content span {
  background: linear-gradient(to bottom, #263150 0%, #3E4E7F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-main {
  background: #ad8e21;
}

.bg-linear-main, .traveler-stories-wide-backdrop, .traveler-stories-tall-backdrop, .traveler-stories-longform-backdrop, .services-backdrop, .our-services-backdrop {
  background: linear-gradient(to right, #C89F50 0%, #685633 100%);
}

.bg-linear-deep-blue, .swiper-brand-concept .swiper-brand-concept-slider .swiper-slide {
  background: linear-gradient(to bottom, #26314F 0%, #2C4077 100%);
}

.bg-light-blue {
  background: #D5E0E6;
}

.bg-linear-deep-orange, .brand-values-backdrop {
  background: linear-gradient(to right, #D26544 0%, #9A361E 100%);
}

.bg-linear-light-green {
  background: linear-gradient(to right, #D3C54A 0%, #9A8C1E 100%);
}

.hero {
  position: relative;
}
@media all and (max-width: 767.98px) {
  .hero .hero-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 70% center;
  }
}
.hero .hero-title {
  color: #ffffff;
  text-align: start;
}
.hero .hero-title h1 {
  margin-bottom: 1rem;
}
@media all and (max-width: 991.98px) {
  .hero .hero-title h1 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767.98px) {
  .hero .hero-title h1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 424.98px) {
  .hero .hero-title h1 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 991.98px) {
  .hero .hero-title h5 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767.98px) {
  .hero .hero-title h5 {
    font-size: 1rem;
  }
}
.hero .hero-layout {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media all and (max-width: 1399.98px) {
  .hero .hero-layout {
    top: 50%;
  }
}
@media all and (max-width: 424.98px) {
  .hero .hero-layout {
    top: 60%;
  }
}
.hero .hero-scroll-down {
  position: absolute;
  bottom: 20px;
  right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: #ffffff;
  z-index: 2;
  cursor: pointer;
}
@media all and (max-width: 767.98px) {
  .hero .hero-scroll-down {
    position: static;
    padding-top: 1rem;
  }
}
@media all and (max-width: 767.98px) {
  .hero .hero-scroll-down .hero-scroll-down-text {
    display: none;
  }
}
.hero .hero-scroll-down .hero-scroll-down-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
@media all and (max-width: 767.98px) {
  .hero .hero-scroll-down .hero-scroll-down-icon {
    color: #9d9d9d;
  }
}

.font-times, .step-vertical-title span, .step-horizontal-title span, .concierge-secretary-step-title span, .luggage-delivery-step-title span, .swiper-brand-concept .swiper-brand-concept-slider .swiper-brand-concept-content span {
  font-family: "Times New Roman", Times, serif;
}

.tracking-wider {
  letter-spacing: 0.1rem;
}

.tracking-widest {
  letter-spacing: 0.2rem;
}

.small-text, .navbar .navbar-nav, .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}

.brightness-0 {
  filter: brightness(0);
}

.w-fit {
  width: fit-content;
}

.search-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr) max-content;
  gap: 1rem;
}
@media all and (max-width: 991.98px) {
  .search-bar {
    grid-template-columns: 1fr;
  }
}
.search-bar input[type=submit] {
  padding: 1rem 2.5rem;
}
.search-bar select::placeholder,
.search-bar input:not(:last-child)::placeholder {
  color: #000000;
}

.hide-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.hide-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
.hide-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(173, 142, 33, 0.2);
  border-radius: 6px;
}
.hide-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(173, 142, 33, 0.6);
}

.prev-button .prev-button-layout {
  width: 320px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  background: #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
@media all and (max-width: 575.98px) {
  .prev-button .prev-button-layout {
    width: 250px;
  }
}
.prev-button .prev-button-layout:hover {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  background: #ad8e21;
  color: #ffffff;
}
.prev-button .prev-button-layout:hover .prev-button-content img {
  transform: translateX(-2px) rotate(180deg);
  filter: brightness(5);
}
.prev-button .prev-button-layout:hover .prev-button-content p {
  color: #ffffff;
}
.prev-button .prev-button-layout::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cbcbcb;
  margin-top: 0.5rem;
}
.prev-button .prev-button-layout .prev-button-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}
.prev-button .prev-button-layout .prev-button-content p {
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.prev-button .prev-button-layout .prev-button-content img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(180deg);
}

.next-button .next-button-layout {
  width: 320px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  background: #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
@media all and (max-width: 575.98px) {
  .next-button .next-button-layout {
    width: 250px;
  }
}
.next-button .next-button-layout:hover {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  background: #ad8e21;
  color: #ffffff;
}
.next-button .next-button-layout:hover .next-button-content img {
  filter: brightness(5);
  transform: translateX(2px);
}
.next-button .next-button-layout:hover .next-button-content p {
  color: #ffffff;
}
.next-button .next-button-layout::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cbcbcb;
  margin-top: 0.5rem;
}
.next-button .next-button-layout .next-button-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}
.next-button .next-button-layout .next-button-content p {
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.next-button .next-button-layout .next-button-content img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.next-button-primary .next-button-layout {
  background: #ad8e21;
  color: #ffffff;
}
.next-button-primary .next-button-layout:hover {
  background: rgb(160.1509708738, 131.4533980583, 30.5490291262);
  color: #ffffff;
}
.next-button-primary .next-button-layout:hover .next-button-content p {
  color: #ffffff;
}
.next-button-primary .next-button-content img {
  filter: brightness(5);
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: #000000;
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media all and (max-width: 767.98px) {
  .scroll-to-top {
    right: 20px;
  }
}
.scroll-to-top .scroll-to-top-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.scroll-to-top .scroll-to-top-icon svg {
  width: 25px;
  height: 13px;
  display: block;
}
.scroll-to-top .scroll-to-top-text {
  color: #000000;
}
@media all and (max-width: 767.98px) {
  .scroll-to-top .scroll-to-top-text {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ad8e21;
    color: #ffffff;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.scroll-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.scroll-to-top.stuck-to-main {
  position: absolute;
  bottom: 20px;
  right: 50px;
}
@media all and (max-width: 767.98px) {
  .scroll-to-top.stuck-to-main {
    right: 20px;
  }
}

.heading-text, .heading-text-dark {
  position: relative;
  padding: 0 0.75rem;
}
.heading-text::before, .heading-text-dark::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #000000;
}
.heading-text-dark::before {
  background: #ffffff;
}

.table.table-airport-lounge {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  border-collapse: collapse;
}
@media all and (max-width: 767.98px) {
  .table.table-airport-lounge {
    border-width: 0px;
    background-color: #f9f9f9;
  }
}
.table.table-airport-lounge td,
.table.table-airport-lounge th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
.table.table-airport-lounge td:not(:last-child),
.table.table-airport-lounge th:not(:last-child) {
  border-right: 1px solid #d7d7d7;
}
@media all and (max-width: 767.98px) {
  .table.table-airport-lounge td:not(:last-child),
  .table.table-airport-lounge th:not(:last-child) {
    border-right: none;
  }
}
.table.table-airport-lounge thead th {
  background: #ad8e21;
  color: #ffffff;
  padding: 1rem 0;
}
@media all and (max-width: 767.98px) {
  .table.table-airport-lounge thead {
    display: none;
  }
}
.table.table-airport-lounge tbody tr:hover {
  background: rgb(247.1504854369, 239.7766990291, 213.8495145631);
}
@media all and (max-width: 767.98px) {
  .table.table-airport-lounge tbody tr:hover {
    background: transparent;
  }
}
@media all and (max-width: 767.98px) {
  .table.table-airport-lounge tbody tr:not(:last-child) td:last-child {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 767.98px) {
  .table.table-airport-lounge tbody td {
    display: grid;
    grid-template-columns: 138px 1fr;
    align-items: center;
    text-align: left;
    padding: 0;
    background-color: #ffffff;
    word-break: break-all;
  }
  .table.table-airport-lounge tbody td:last-child {
    border-bottom: none;
  }
  .table.table-airport-lounge tbody td:before {
    content: attr(data-title);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    text-align: center;
    padding: 0.5rem 0;
    margin-right: 0.5rem;
    height: 100%;
    color: #ffffff;
    background: #ad8e21;
    white-space: nowrap;
  }
}
.table.table-airport-lounge .table-airport-lounge-location {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5rem;
}
@media all and (max-width: 767.98px) {
  .table.table-airport-lounge .table-airport-lounge-location {
    display: grid;
    grid-template-columns: 1fr 25px;
  }
}
.table.table-airport-lounge .table-search-icon {
  display: inline-flex;
  align-items: center;
}
.table.table-airport-lounge .table-search-icon img {
  width: 40px;
  height: 40px;
  display: block;
}
@media all and (max-width: 767.98px) {
  .table.table-airport-lounge .table-search-icon img {
    width: 25px;
    height: 25px;
  }
}

.table.table-tc {
  text-align: center;
  border: 1px solid #d7d7d7;
}
.table.table-tc td,
.table.table-tc th {
  padding: 1rem;
  font-weight: normal;
  vertical-align: middle;
  border-right: 1px solid #d7d7d7;
}
.table.table-tc thead th {
  background: #ad8e21;
  color: #ffffff;
}
.table.table-tc tbody th {
  background: rgba(173, 142, 33, 0.5);
  color: #ffffff;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1599.98px) {
  .container-wide {
    max-width: 1600px;
  }
}

.section-title,
.section-intro-text {
  text-align: center;
  padding: 3rem 0;
  letter-spacing: 3px;
  margin-bottom: 0;
}
@media all and (max-width: 767.98px) {
  .section-title,
  .section-intro-text {
    padding: 2rem 0;
  }
}

.section-block-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0 0 3rem 0;
}
@media all and (max-width: 991.98px) {
  .section-block-title {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 2rem 0;
  }
}
.section-block-title h4,
.section-block-title p {
  margin-bottom: 0;
}

.step-horizontal, .concierge-secretary-step, .luggage-delivery-step, .courtesy-clearance-step, .airport-lounge-step {
  padding: 3rem 0;
}
.step-horizontal-layout, .concierge-secretary-step-layout, .luggage-delivery-step-layout, .courtesy-clearance-step-layout, .airport-lounge-step-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 991.98px) {
  .step-horizontal-layout, .concierge-secretary-step-layout, .luggage-delivery-step-layout, .courtesy-clearance-step-layout, .airport-lounge-step-layout {
    flex-direction: column;
    margin: 0 auto;
  }
}
.step-horizontal-item, .concierge-secretary-step-item, .luggage-delivery-step-item, .courtesy-clearance-step-item, .airport-lounge-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  gap: 1rem;
  height: 100%;
  padding: 0 1rem;
  flex: 1;
}
@media all and (max-width: 991.98px) {
  .step-horizontal-item, .concierge-secretary-step-item, .luggage-delivery-step-item, .courtesy-clearance-step-item, .airport-lounge-step-item {
    flex-direction: row;
    width: 100%;
    padding: 0 3rem;
  }
}
@media all and (max-width: 424.98px) {
  .step-horizontal-item, .concierge-secretary-step-item, .luggage-delivery-step-item, .courtesy-clearance-step-item, .airport-lounge-step-item {
    padding: 0 1rem;
  }
}
.step-horizontal-item p, .concierge-secretary-step-item p, .luggage-delivery-step-item p, .courtesy-clearance-step-item p, .airport-lounge-step-item p {
  text-align: center;
}
@media all and (max-width: 991.98px) {
  .step-horizontal-item p, .concierge-secretary-step-item p, .luggage-delivery-step-item p, .courtesy-clearance-step-item p, .airport-lounge-step-item p {
    text-align: left;
    flex: 1;
  }
}
@media all and (max-width: 991.98px) {
  .step-horizontal-item img, .concierge-secretary-step-item img, .luggage-delivery-step-item img, .courtesy-clearance-step-item img, .airport-lounge-step-item img {
    width: 100px;
  }
}
@media all and (max-width: 767.98px) {
  .step-horizontal-item img, .concierge-secretary-step-item img, .luggage-delivery-step-item img, .courtesy-clearance-step-item img, .airport-lounge-step-item img {
    width: 80px;
  }
}
.step-horizontal-content, .concierge-secretary-step-content, .luggage-delivery-step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media all and (max-width: 991.98px) {
  .step-horizontal-content, .concierge-secretary-step-content, .luggage-delivery-step-content {
    flex-direction: column;
    align-items: start;
    gap: 0.25rem;
    flex: 1;
  }
  .step-horizontal-content br, .concierge-secretary-step-content br, .luggage-delivery-step-content br {
    display: none;
  }
}
.step-horizontal-title, .concierge-secretary-step-title, .luggage-delivery-step-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media all and (max-width: 991.98px) {
  .step-horizontal-title, .concierge-secretary-step-title, .luggage-delivery-step-title {
    flex-direction: column;
    align-items: start;
  }
}
.step-horizontal-title p, .concierge-secretary-step-title p, .luggage-delivery-step-title p {
  text-align: start;
}
.step-horizontal-title span, .concierge-secretary-step-title span, .luggage-delivery-step-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ad8e21;
  color: #ffffff;
  padding: 0.25rem;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1;
}
@media all and (max-width: 991.98px) {
  .step-horizontal-icon, .concierge-secretary-step-icon, .luggage-delivery-step-icon, .courtesy-clearance-step-icon, .airport-lounge-step-icon {
    transform: rotate(90deg);
  }
}

.step-vertical, .courtesy-clearance-service-step {
  padding: 3rem 0;
}
.step-vertical-frame, .courtesy-clearance-service-step-frame {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media all and (max-width: 991.98px) {
  .step-vertical-frame, .courtesy-clearance-service-step-frame {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
  }
}
@media all and (max-width: 767.98px) {
  .step-vertical-frame, .courtesy-clearance-service-step-frame {
    gap: 2rem;
    padding: 0 2rem;
  }
}
@media all and (max-width: 575.98px) {
  .step-vertical-frame, .courtesy-clearance-service-step-frame {
    padding: 0;
  }
}
@media all and (max-width: 424.98px) {
  .step-vertical-frame, .courtesy-clearance-service-step-frame {
    gap: 1rem;
  }
}
@media all and (max-width: 991.98px) {
  .step-vertical-frame > div, .courtesy-clearance-service-step-frame > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
  }
}
.step-vertical-frame h4, .courtesy-clearance-service-step-frame h4 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 991.98px) {
  .step-vertical-frame h4, .courtesy-clearance-service-step-frame h4 {
    justify-content: center;
    margin-bottom: 0;
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    background: #f9f9f9;
    width: fit-content;
    padding: 0 2rem;
    margin: 0 auto;
  }
}
@media all and (max-width: 767.98px) {
  .step-vertical-frame h4, .courtesy-clearance-service-step-frame h4 {
    padding: 0 1rem;
  }
}
@media all and (max-width: 424.98px) {
  .step-vertical-frame h4, .courtesy-clearance-service-step-frame h4 {
    font-size: 1.25rem;
    padding: 0 0.5rem;
  }
}
.step-vertical-layout, .courtesy-clearance-service-step-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 991.98px) {
  .step-vertical-layout, .courtesy-clearance-service-step-layout {
    flex-direction: column;
    gap: 0.5rem;
    margin: 0 auto;
    flex: 1;
    min-height: 0;
    padding: 2rem 0;
  }
}
.step-vertical-item, .courtesy-clearance-service-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  gap: 1rem;
  height: 100%;
  padding: 0 1rem;
  flex: 1;
}
@media all and (max-width: 991.98px) {
  .step-vertical-item, .courtesy-clearance-service-step-item {
    gap: 0.5rem;
    width: 100%;
    padding: 0 3rem;
    flex: 1;
  }
}
@media all and (max-width: 767.98px) {
  .step-vertical-item, .courtesy-clearance-service-step-item {
    padding: 0 1rem;
  }
}
.step-vertical-item p, .courtesy-clearance-service-step-item p {
  text-align: center;
}
@media all and (max-width: 991.98px) {
  .step-vertical-item img, .courtesy-clearance-service-step-item img {
    width: 100px;
  }
}
@media all and (max-width: 767.98px) {
  .step-vertical-item img, .courtesy-clearance-service-step-item img {
    width: 80px;
  }
}
.step-vertical-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media all and (max-width: 991.98px) {
  .step-vertical-content {
    flex-direction: column;
    align-items: start;
    gap: 0.25rem;
    flex: 1;
  }
  .step-vertical-content br {
    display: none;
  }
}
.step-vertical-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media all and (max-width: 991.98px) {
  .step-vertical-title {
    flex-direction: column;
    align-items: start;
  }
}
.step-vertical-title p {
  text-align: start;
}
.step-vertical-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ad8e21;
  color: #ffffff;
  padding: 0.25rem;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1;
}
@media all and (max-width: 991.98px) {
  .step-vertical-icon, .courtesy-clearance-service-step-icon {
    transform: rotate(90deg);
  }
}

.figure-start-visual, .traveler-stories-tall-visual, .concierge-collapse-figure-visual, .concierge-service-visual, .airport-transfer-step-visual, .taiwan-huanyu-visual, .membership-guide-visual, .swiper-airport-lounge-visual {
  position: absolute;
  right: 0;
  max-width: unset;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 991.98px) {
  .figure-start-visual, .traveler-stories-tall-visual, .concierge-collapse-figure-visual, .concierge-service-visual, .airport-transfer-step-visual, .taiwan-huanyu-visual, .membership-guide-visual, .swiper-airport-lounge-visual {
    position: relative;
    height: auto;
    right: calc(-50% + 50vw);
  }
}
.figure-start-content, .taiwan-huanyu-content, .membership-guide-content, .swiper-airport-lounge-slide {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3rem;
  padding: 0 0 0 3rem;
}
@media all and (max-width: 991.98px) {
  .figure-start-content, .taiwan-huanyu-content, .membership-guide-content, .swiper-airport-lounge-slide {
    gap: 1rem;
    padding: 0;
  }
}

.figure-end-visual, .traveler-stories-wide-visual, .traveler-stories-longform-visual, .courtesy-clearance-guidance-visual-vvip, .courtesy-clearance-guidance-visual-vip, .our-services-visual, .brand-values-visual {
  position: absolute;
  left: 0;
  max-width: unset;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 991.98px) {
  .figure-end-visual, .traveler-stories-wide-visual, .traveler-stories-longform-visual, .courtesy-clearance-guidance-visual-vvip, .courtesy-clearance-guidance-visual-vip, .our-services-visual, .brand-values-visual {
    position: relative;
    height: auto;
    left: calc(50% - 50vw);
  }
}
.figure-end-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3rem;
  padding: 0 3rem 0 0;
}
@media all and (max-width: 991.98px) {
  .figure-end-content {
    gap: 1rem;
    padding: 0;
  }
}

.grid-split-content, .courtesy-clearance-guidance-content-vvip, .courtesy-clearance-guidance-content-vip {
  display: grid;
  grid-template-areas: "graphic visual" "description visual";
  gap: 0 3rem;
}
@media all and (max-width: 991.98px) {
  .grid-split-content, .courtesy-clearance-guidance-content-vvip, .courtesy-clearance-guidance-content-vip {
    grid-template-areas: "visual description" "graphic description";
    gap: 1rem 1rem;
  }
}
.grid-split-visual-wrapper, .courtesy-clearance-guidance-visual-wrapper {
  grid-area: visual;
}
.grid-split-graphic-text, .courtesy-clearance-guidance-graphic-text-vvip, .courtesy-clearance-guidance-graphic-text-vip {
  grid-area: graphic;
}
.grid-split-description, .courtesy-clearance-guidance-steps {
  grid-area: description;
}

.location-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media all and (max-width: 991.98px) {
  .location-intro {
    grid-template-columns: 1fr;
  }
}
.location-intro .location-img {
  height: 100%;
  object-fit: cover;
}
.location-intro .location-info {
  padding: 2rem 5rem;
}
@media all and (max-width: 1199.98px) {
  .location-intro .location-info {
    padding: 2rem;
  }
}
@media all and (max-width: 991.98px) {
  .location-intro .location-info {
    padding: 2rem 2rem 0 2rem;
  }
}
.location-intro .location-info-title {
  margin-bottom: 2rem;
}

.membership-guide .membership-guide-img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.membership-guide .membership-guide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 1rem;
}

.brand-values {
  padding: 3rem 0;
}
.brand-values-content {
  padding-right: 5rem;
}
@media all and (max-width: 1199.98px) {
  .brand-values-content {
    padding-right: 3rem;
  }
}
@media all and (max-width: 991.98px) {
  .brand-values-content {
    margin-top: -3rem;
    padding-right: 0;
    position: relative;
    z-index: 5;
  }
}
@media all and (max-width: 575.98px) {
  .brand-values-content {
    margin-top: -2rem;
  }
}
.brand-values-content h4 {
  text-align: center;
}
@media all and (max-width: 991.98px) {
  .brand-values-content h4 {
    text-align: start;
    position: relative;
    padding: 0 0.75rem;
  }
  .brand-values-content h4::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #000000;
  }
}
.brand-values-visual {
  width: calc(50vw + 100% / 4);
  padding: 1rem 0 0 1rem;
}
@media all and (max-width: 991.98px) {
  .brand-values-visual {
    width: 100vw;
  }
}
.brand-values-backdrop {
  position: absolute;
  z-index: -1;
  padding: 0;
  height: calc(100% - 1rem);
  top: 0;
  left: 0;
  width: calc(50vw + 100% / 4 - 1rem);
}
@media all and (max-width: 991.98px) {
  .brand-values-backdrop {
    width: 100vw;
    height: calc(100% - 1rem);
    left: calc(50% - 50vw - 1rem);
  }
}

.brand-story {
  margin: 10rem 0 5rem 0;
}
@media all and (max-width: 991.98px) {
  .brand-story {
    margin: 3rem 0 0 0;
  }
}
.brand-story .brand-story-layout {
  position: relative;
}
@media all and (max-width: 991.98px) {
  .brand-story .brand-story-layout {
    top: -6rem;
  }
}
@media all and (max-width: 575.98px) {
  .brand-story .brand-story-layout {
    top: -4rem;
  }
}
@media all and (max-width: 424.98px) {
  .brand-story .brand-story-layout {
    top: -3rem;
  }
}
@media all and (max-width: 319.98px) {
  .brand-story .brand-story-layout {
    top: -2rem;
  }
}
.brand-story .brand-story-graphic-text-layout {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 991.98px) {
  .brand-story .brand-story-graphic-text-layout {
    position: relative;
    top: 2rem;
    transform: none;
  }
}
@media all and (max-width: 575.98px) {
  .brand-story .brand-story-graphic-text-layout {
    top: 1rem;
  }
}
.brand-story .brand-story-img-layout {
  display: none;
}
@media all and (max-width: 991.98px) {
  .brand-story .brand-story-img-layout {
    display: block;
    position: relative;
  }
}
.brand-story .brand-story-img-backdrop {
  position: absolute;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  z-index: -1;
}
@media all and (max-width: 991.98px) {
  .brand-story .brand-story-img-backdrop {
    width: 100%;
    height: 1rem;
    bottom: -1rem;
    left: 1.5rem;
  }
}

.our-services {
  padding: 3rem 0;
}
.our-services-content {
  padding-right: 5rem;
}
@media all and (max-width: 1199.98px) {
  .our-services-content {
    padding-right: 3rem;
  }
}
@media all and (max-width: 991.98px) {
  .our-services-content {
    margin-top: -2rem;
    padding-right: 0;
    position: relative;
    z-index: 5;
  }
}
@media all and (max-width: 575.98px) {
  .our-services-content {
    margin-top: -1rem;
  }
}
.our-services-content h4 {
  text-align: center;
}
@media all and (max-width: 991.98px) {
  .our-services-content h4 {
    text-align: start;
    position: relative;
    padding: 0 0.75rem;
  }
  .our-services-content h4::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #000000;
  }
}
.our-services-visual {
  width: calc(50vw + 100% / 4);
  padding: 0 0 0 1rem;
}
@media all and (max-width: 991.98px) {
  .our-services-visual {
    width: 100vw;
  }
}
.our-services-backdrop {
  position: absolute;
  z-index: -1;
  padding: 0;
  height: 100%;
  top: 1rem;
  left: 0;
  width: calc(50vw + 100% / 4 - 1rem);
}
@media all and (max-width: 991.98px) {
  .our-services-backdrop {
    width: 100vw;
    height: 100%;
    left: calc(50% - 50vw - 1rem);
  }
}

.page-btn {
  padding: 3rem 0 5rem 0;
}
.page-btn-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media all and (max-width: 991.98px) {
  .page-btn-layout {
    flex-wrap: wrap;
  }
}

.services {
  padding: 3rem 0;
}
.services-layout {
  flex-direction: row;
}
@media all and (max-width: 991.98px) {
  .services-layout {
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 991.98px) {
  .services-layout > div:first-child {
    margin-top: -3rem;
    z-index: 3;
  }
}
.services-visual {
  position: absolute;
  max-width: unset;
  height: 100%;
  left: 0;
  object-fit: cover;
  padding-top: 1rem;
  width: calc(50vw + 100% / 7);
}
@media all and (max-width: 991.98px) {
  .services-visual {
    position: relative;
    height: 300px;
    width: 100vw;
    left: calc((100% - 100vw) / 2);
  }
}
@media all and (max-width: 767.98px) {
  .services-visual {
    height: 200px;
  }
}
.services-backdrop {
  position: absolute;
  width: calc(50vw + 14.2857142857% - 1rem);
  height: 100%;
  z-index: -1;
  top: 0;
  left: 1rem;
}
@media all and (max-width: 991.98px) {
  .services-backdrop {
    left: calc((100% - 100vw) / 2 + 1rem);
    width: 100vw;
  }
}

.membership-guide {
  padding: 3rem 0;
}
.membership-guide-visual {
  object-position: left;
  width: calc(50vw - 100% / 5);
}
@media all and (max-width: 991.98px) {
  .membership-guide-visual {
    width: 100vw;
  }
}
.taiwan-huanyu {
  padding: 3rem 0;
}
.taiwan-huanyu-visual {
  width: 50vw;
}
@media all and (max-width: 991.98px) {
  .taiwan-huanyu-visual {
    width: 100vw;
  }
}
.global-huanyu {
  padding: 3rem 0;
  position: relative;
}
.global-huanyu-container {
  position: relative;
}
@media all and (max-width: 991.98px) {
  .global-huanyu-container {
    margin-top: -15rem;
  }
}
@media all and (max-width: 767.98px) {
  .global-huanyu-container {
    margin-top: -10rem;
  }
}
@media all and (max-width: 575.98px) {
  .global-huanyu-container {
    margin-top: -5rem;
  }
}
.global-huanyu-layout {
  position: absolute;
  bottom: 15rem;
}
@media all and (max-width: 1599.98px) {
  .global-huanyu-layout {
    bottom: 10rem;
  }
}
@media all and (max-width: 1399.98px) {
  .global-huanyu-layout {
    bottom: 5rem;
  }
}
@media all and (max-width: 991.98px) {
  .global-huanyu-layout {
    position: relative;
    bottom: 0;
  }
}
.global-huanyu-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3rem;
}
@media all and (max-width: 991.98px) {
  .global-huanyu-content {
    gap: 2rem;
    padding: 0;
  }
}

@media all and (max-width: 991.98px) {
  .airport-lounge-step-layout {
    max-width: 350px;
  }
}
.airport-lounge-benefit {
  padding: 3rem 0;
}
.airport-lounge-benefit-content {
  display: flex;
  flex-direction: column;
}
.airport-lounge-benefit-content .next-button {
  margin-top: auto;
  padding-top: 2rem;
}
@media all and (max-width: 991.98px) {
  .airport-lounge-benefit-layout {
    gap: 3rem;
  }
}

@media all and (max-width: 991.98px) {
  .courtesy-clearance-step-layout {
    max-width: 350px;
  }
}
.luggage-delivery-step {
  background: #ffffff;
}
@media all and (max-width: 991.98px) {
  .luggage-delivery-step-layout {
    max-width: 400px;
  }
}
@media all and (max-width: 991.98px) {
  .concierge-secretary-step-layout {
    max-width: 350px;
  }
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-service-step-frame {
    max-width: 550px;
  }
}
.courtesy-clearance-service-step-frame h4::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-service-step-frame h4::after {
    display: none;
  }
}
.courtesy-clearance-service-step-frame > div:nth-of-type(1) h4::after {
  background: #ad8e21;
}
.courtesy-clearance-service-step-frame > div:nth-of-type(2) h4::after {
  background: #5c5c5c;
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-service-step-frame > div {
    border-radius: 10px;
  }
  .courtesy-clearance-service-step-frame > div:nth-of-type(1) {
    border: 1px solid #ad8e21;
  }
  .courtesy-clearance-service-step-frame > div:nth-of-type(2) {
    border: 1px solid #5c5c5c;
  }
}
.courtesy-clearance-guidance {
  padding: 3rem 0;
}
.courtesy-clearance-guidance-content-vip {
  grid-template-columns: 5fr 7fr;
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-guidance-content-vip {
    grid-template-columns: 8fr 4fr;
  }
}
.courtesy-clearance-guidance-content-vvip {
  grid-template-columns: 6fr 6fr;
}
@media all and (max-width: 1199.98px) {
  .courtesy-clearance-guidance-content-vvip {
    grid-template-columns: 7fr 5fr;
  }
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-guidance-content-vvip {
    grid-template-columns: 8fr 4fr;
  }
}
.courtesy-clearance-guidance-visual-wrapper {
  position: relative;
}
.courtesy-clearance-guidance-visual-vip {
  width: calc(50vw + 14.2857142857% - 1.5rem);
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-guidance-visual-vip {
    position: relative;
    width: calc(50vw + 25% - 0.5rem);
    height: 300px;
    left: calc((50vw + 25% - 100% - 0.5rem) * -1);
    object-fit: cover;
  }
}
@media all and (max-width: 767.98px) {
  .courtesy-clearance-guidance-visual-vip {
    height: 100%;
  }
}
.courtesy-clearance-guidance-visual-vvip {
  width: calc(50vw - 1.5rem);
}
@media all and (max-width: 1199.98px) {
  .courtesy-clearance-guidance-visual-vvip {
    width: calc(50vw - 20% - 1.5rem);
  }
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-guidance-visual-vvip {
    position: relative;
    width: calc(50vw + 25% - 0.5rem);
    height: 300px;
    left: calc((50vw + 25% - 100% - 0.5rem) * -1);
    object-fit: cover;
  }
}
@media all and (max-width: 767.98px) {
  .courtesy-clearance-guidance-visual-vvip {
    height: 100%;
  }
}
.courtesy-clearance-guidance-graphic-text-vip {
  width: 80%;
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-guidance-graphic-text-vip {
    width: 100%;
  }
}
.courtesy-clearance-guidance-graphic-text-vvip {
  width: 66.6666666667%;
}
@media all and (max-width: 1199.98px) {
  .courtesy-clearance-guidance-graphic-text-vvip {
    width: 57.1428571429%;
  }
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-guidance-graphic-text-vvip {
    width: 100%;
  }
}
.courtesy-clearance-guidance-steps {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-top: 3rem;
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-guidance-steps {
    flex-direction: row-reverse;
    padding-top: 0;
    gap: 2rem;
  }
}
@media all and (max-width: 575.98px) {
  .courtesy-clearance-guidance-steps {
    gap: 1rem;
  }
}
.courtesy-clearance-guidance-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media all and (max-width: 1399.98px) {
  .courtesy-clearance-guidance-layout {
    gap: 1rem;
  }
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-guidance-layout {
    flex-direction: column;
    align-items: start;
  }
}
.courtesy-clearance-guidance-step {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
@media all and (max-width: 424.98px) {
  .courtesy-clearance-guidance-step p {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-guidance-arrow {
    height: 100%;
  }
}
@media all and (max-width: 991.98px) {
  .courtesy-clearance-guidance-arrow img {
    height: 100%;
    min-width: 10px;
  }
}
@media all and (max-width: 767.98px) {
  .courtesy-clearance-guidance-arrow img {
    min-width: 9px;
  }
}
@media all and (max-width: 424.98px) {
  .courtesy-clearance-guidance-arrow img {
    min-width: 8px;
  }
}

.airport-transfer-step {
  padding: 3rem 0;
}
.airport-transfer-step-content {
  display: grid;
  grid-template-areas: "visual1 description" "visual2 description";
  gap: 3rem;
  grid-template-columns: 6fr 6fr;
}
@media all and (max-width: 991.98px) {
  .airport-transfer-step-content {
    grid-template-areas: "visual1" "description" "visual2";
    grid-template-columns: 1fr;
  }
}
.airport-transfer-step-visual-wrapper:nth-child(1) {
  grid-area: visual1;
  position: relative;
}
.airport-transfer-step-visual-wrapper:nth-child(2) {
  grid-area: visual2;
  position: relative;
}
.airport-transfer-step-visual {
  width: calc(50vw - 1.5rem);
}
@media all and (max-width: 991.98px) {
  .airport-transfer-step-visual {
    position: relative;
    width: calc(100vw + 0%);
    height: 300px;
    left: calc((100vw + 0% - 100%) / 2 * -1);
    object-fit: cover;
  }
}
.airport-transfer-step-description {
  grid-area: description;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3rem;
  padding-left: 3.5rem;
  background-image: url("../_img/official_website/icon/step-arrow-max.svg");
  background-repeat: no-repeat;
  background-size: auto calc(100% - 5px);
  background-position: left 5px;
}
.airport-transfer-step-description > div {
  position: relative;
}
.airport-transfer-step-description > div::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #ad8e21;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: -59px;
}
@media all and (max-width: 991.98px) {
  .airport-transfer-step-description > div::before {
    left: -35px;
  }
}
@media all and (max-width: 991.98px) {
  .airport-transfer-step-description {
    padding-left: 2rem;
  }
}

.concierge-service {
  padding: 0 0 3rem 0;
}
.concierge-service-visual {
  width: 50vw;
}
@media all and (max-width: 991.98px) {
  .concierge-service-visual {
    width: 100vw;
  }
}
.concierge-service-content {
  padding: 2rem 0 0 3rem;
  min-height: 450px;
}
@media all and (max-width: 991.98px) {
  .concierge-service-content {
    min-height: auto;
  }
}
@media all and (max-width: 575.98px) {
  .concierge-service-content {
    padding: 2rem 0 0 0;
  }
}
.concierge-service-content ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.concierge-service-content ul li {
  letter-spacing: 1.8px;
  margin-bottom: 0.5rem;
}
.concierge-service-description {
  margin-top: 3rem;
  margin-bottom: 0;
  text-align: center;
  line-height: 2;
}
@media all and (max-width: 991.98px) {
  .concierge-service-description {
    margin-top: 2rem;
  }
}

.concierge-collapse {
  padding-bottom: 3rem;
}
.concierge-collapse-head h4 {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #d7d7d7;
}
.concierge-collapse-btn {
  width: 100%;
  padding: 1.5rem 0 0 0;
  text-align: start;
}
.concierge-collapse-btn:not(:last-child) {
  border-bottom: 1px dashed #d7d7d7;
}
.concierge-collapse-btn:not(:last-child):active {
  border-bottom: 1px dashed #d7d7d7;
}
.concierge-collapse-btn:not(.collapsed) img {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.concierge-collapse-btn img {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
  filter: invert(1);
  width: 20px;
}
@media all and (max-width: 991.98px) {
  .concierge-collapse-btn img {
    width: 12px;
  }
}
.concierge-collapse-layout, .concierge-collapse-layout-restaurant, .concierge-collapse-layout-global-golf, .concierge-collapse-layout-railway, .concierge-collapse-layout-globalAirport, .concierge-collapse-layout-globalCarRental, .concierge-collapse-layout-rental, .concierge-collapse-layout-hotel, .concierge-collapse-layout-global-restaurant, .concierge-collapse-layout-global-fasttrack, .concierge-collapse-layout-airport, .concierge-collapse-layout-charter {
  display: grid;
  align-items: center;
  justify-content: start;
  padding-bottom: 1.5rem;
  grid-template-columns: 200px 1fr 25px;
}
@media all and (max-width: 767.98px) {
  .concierge-collapse-layout, .concierge-collapse-layout-restaurant, .concierge-collapse-layout-global-golf, .concierge-collapse-layout-railway, .concierge-collapse-layout-globalAirport, .concierge-collapse-layout-globalCarRental, .concierge-collapse-layout-rental, .concierge-collapse-layout-hotel, .concierge-collapse-layout-global-restaurant, .concierge-collapse-layout-global-fasttrack, .concierge-collapse-layout-airport, .concierge-collapse-layout-charter {
    grid-template-columns: 100px 1fr 25px;
  }
}
@media all and (max-width: 575.98px) {
  .concierge-collapse-layout, .concierge-collapse-layout-restaurant, .concierge-collapse-layout-global-golf, .concierge-collapse-layout-railway, .concierge-collapse-layout-globalAirport, .concierge-collapse-layout-globalCarRental, .concierge-collapse-layout-rental, .concierge-collapse-layout-hotel, .concierge-collapse-layout-global-restaurant, .concierge-collapse-layout-global-fasttrack, .concierge-collapse-layout-airport, .concierge-collapse-layout-charter {
    grid-template-columns: 96px 1fr 20px;
  }
}
.concierge-collapse-layout > div:first-child, .concierge-collapse-layout-restaurant > div:first-child, .concierge-collapse-layout-global-golf > div:first-child, .concierge-collapse-layout-railway > div:first-child, .concierge-collapse-layout-globalAirport > div:first-child, .concierge-collapse-layout-globalCarRental > div:first-child, .concierge-collapse-layout-rental > div:first-child, .concierge-collapse-layout-hotel > div:first-child, .concierge-collapse-layout-global-restaurant > div:first-child, .concierge-collapse-layout-global-fasttrack > div:first-child, .concierge-collapse-layout-airport > div:first-child, .concierge-collapse-layout-charter > div:first-child {
  padding-right: 1rem;
}
.concierge-collapse-layout-group, .concierge-collapse-layout-restaurant-group, .concierge-collapse-layout-global-golf-group, .concierge-collapse-layout-railway-group, .concierge-collapse-layout-globalAirport-group, .concierge-collapse-layout-globalCarRental-group, .concierge-collapse-layout-rental-group {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
@media all and (max-width: 767.98px) {
  .concierge-collapse-layout-group, .concierge-collapse-layout-restaurant-group, .concierge-collapse-layout-global-golf-group, .concierge-collapse-layout-railway-group, .concierge-collapse-layout-globalAirport-group, .concierge-collapse-layout-globalCarRental-group, .concierge-collapse-layout-rental-group {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (min-width: 991.98px) {
  .concierge-collapse-tabs {
    display: flex !important;
    height: 100% !important;
  }
}
@media all and (max-width: 991.98px) {
  .concierge-collapse-tabs {
    gap: 0.5rem !important;
    padding: 0.5rem;
  }
}
@media all and (max-width: 991.98px) {
  .concierge-collapse-tabs > button {
    padding: 0.5rem 1rem;
    text-align: start;
    box-shadow: none;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    color: #000000 !important;
    background: #ffffff !important;
  }
  .concierge-collapse-tabs > button:hover, .concierge-collapse-tabs > button.active {
    color: #ad8e21 !important;
    background: rgba(173, 142, 33, 0.05) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(173, 142, 33, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media all and (max-width: 991.98px) {
  .concierge-collapse-nav {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 5px;
  }
}
@media all and (max-width: 991.98px) {
  .concierge-collapse-nav > button {
    border: 1px solid #9d9d9d;
    border-radius: 0;
    padding: 1rem 2.25rem 1rem 1.5rem;
    background-position: right 1.5rem center;
  }
}
.concierge-collapse-figure-visual {
  width: 50vw;
}
@media all and (max-width: 991.98px) {
  .concierge-collapse-figure-visual {
    width: 100vw;
  }
}
.concierge-collapse-figure-content {
  padding: 2rem 0 0 3rem;
  min-height: 450px;
}
@media all and (max-width: 991.98px) {
  .concierge-collapse-figure-content {
    min-height: auto;
    padding: 2rem 0 0 0;
  }
}
.concierge-collapse-figure-btn {
  margin-top: 5rem;
  width: fit-content;
}
@media all and (max-width: 991.98px) {
  .concierge-collapse-figure-btn {
    margin-top: 1rem;
  }
}

.traveler-stories article {
  padding: 3rem 0;
}
@media all and (max-width: 991.98px) {
  .traveler-stories article {
    padding: 0 0 3rem 0;
  }
}
.traveler-stories-longform-content {
  padding-right: 5rem;
}
@media all and (max-width: 1199.98px) {
  .traveler-stories-longform-content {
    padding-right: 3rem;
  }
}
@media all and (max-width: 991.98px) {
  .traveler-stories-longform-content {
    padding-right: 0.75rem;
  }
}
.traveler-stories-longform-content h4 {
  text-align: center;
}
@media all and (max-width: 991.98px) {
  .traveler-stories-longform-content h4 {
    position: relative;
    text-align: start;
    padding: 0 0.75rem;
  }
  .traveler-stories-longform-content h4::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #000000;
  }
}
.traveler-stories-longform-visual-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 0;
}
@media all and (max-width: 991.98px) {
  .traveler-stories-longform-visual-wrapper {
    flex-direction: column-reverse;
    padding-left: 0.75rem;
    gap: 1rem;
  }
}
.traveler-stories-longform-visual-wrapper p {
  margin-top: auto;
}
.traveler-stories-longform-visual {
  width: calc(50vw + 100% / 4);
  padding: 1rem 0 0 1rem;
  height: 493px;
}
@media all and (max-width: 1399.98px) {
  .traveler-stories-longform-visual {
    height: 541.5px;
  }
}
@media all and (max-width: 1199.98px) {
  .traveler-stories-longform-visual {
    height: 518px;
  }
}
@media all and (max-width: 991.98px) {
  .traveler-stories-longform-visual {
    width: 100vw;
    height: auto;
    padding: 1rem 0 0 0;
  }
}
.traveler-stories-longform-backdrop {
  position: absolute;
  z-index: -1;
  padding: 0;
  height: 477px;
  width: calc(50vw + 100% / 4 - 1rem);
}
@media all and (max-width: 1399.98px) {
  .traveler-stories-longform-backdrop {
    height: 525.5px;
  }
}
@media all and (max-width: 1199.98px) {
  .traveler-stories-longform-backdrop {
    height: 502px;
  }
}
@media all and (max-width: 991.98px) {
  .traveler-stories-longform-backdrop {
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(50% - 50vw + 1rem);
  }
}
@media all and (max-width: 991.98px) {
  .traveler-stories-tall {
    position: relative;
  }
}
.traveler-stories-tall-visual {
  object-position: left;
  width: calc(50vw - 100% / 5);
}
@media all and (max-width: 991.98px) {
  .traveler-stories-tall-visual {
    width: 100vw;
  }
}
.traveler-stories-tall-content {
  padding-top: 10rem;
  padding-left: 5rem;
}
@media all and (max-width: 1199.98px) {
  .traveler-stories-tall-content {
    padding-left: 3rem;
  }
}
@media all and (max-width: 991.98px) {
  .traveler-stories-tall-content {
    padding-top: 0;
    padding-left: 0.75rem;
    margin-bottom: 1rem;
  }
}
.traveler-stories-tall-content h4 {
  text-align: start;
}
@media all and (max-width: 991.98px) {
  .traveler-stories-tall-content h4 {
    position: relative;
    padding: 0 0.75rem;
  }
  .traveler-stories-tall-content h4::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #000000;
  }
}
.traveler-stories-tall-graphic-text {
  margin-bottom: -2rem;
}
@media all and (max-width: 991.98px) {
  .traveler-stories-tall-graphic-text {
    position: absolute;
    margin-bottom: -1rem;
    bottom: 3.5rem;
    right: calc((-100vw + 100%) / 2 + 1rem);
    filter: invert(1);
    width: 170px;
  }
}
.traveler-stories-tall-backdrop {
  position: absolute;
  z-index: -1;
  padding: 0;
  height: 100%;
  top: -1rem;
  left: calc(-50vw + 120%);
  width: calc(50vw - 100% / 5 - 1rem);
}
@media all and (max-width: 991.98px) {
  .traveler-stories-tall-backdrop {
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(50% - 50vw + 1rem);
  }
}
.traveler-stories-wide-visual-wrapper {
  height: 200px;
}
@media all and (max-width: 991.98px) {
  .traveler-stories-wide-visual-wrapper {
    margin-top: 1rem;
  }
}
.traveler-stories-wide-visual {
  object-position: left;
  width: calc((100vw - 100%) / 2 + 100%);
}
@media all and (max-width: 991.98px) {
  .traveler-stories-wide-visual {
    width: 100vw;
    height: 100%;
    object-position: 30%;
  }
}
.traveler-stories-wide-content {
  padding-top: 3rem;
}
@media all and (max-width: 1199.98px) {
  .traveler-stories-wide-content {
    padding-left: 3rem;
  }
}
@media all and (max-width: 991.98px) {
  .traveler-stories-wide-content {
    padding-top: 0;
    padding-left: 0.75rem;
    margin-bottom: 1rem;
  }
}
.traveler-stories-wide-content h4 {
  text-align: start;
}
@media all and (max-width: 991.98px) {
  .traveler-stories-wide-content h4 {
    position: relative;
    padding: 0 0.75rem;
  }
  .traveler-stories-wide-content h4::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #000000;
  }
}
.traveler-stories-wide-backdrop {
  position: absolute;
  z-index: -1;
  padding: 0;
  height: 100%;
  width: calc(((100vw - 100%) / 2 + 100%) * 0.85);
  top: -1rem;
  left: calc((100vw - 100%) / 2 * -1);
}
@media all and (max-width: 991.98px) {
  .traveler-stories-wide-backdrop {
    width: 100vw;
    height: 100%;
    top: -1rem;
    left: calc(50% - 50vw + 1rem);
  }
}/*# sourceMappingURL=style.css.map */