:root {
  font-size: 10px;

  --font-family-body: 'DB Heavent', sans-serif;

  --font-weight-regular: normal;
  --font-weight-medium: 500;
  --font-weight-bold: bold;
  --font-weight-body: var(--font-weight-regular);

  --line-height-xs: 1;
  --line-height-sm: 1.2;
  --line-height-md: 1.4;
  --line-height-normal: normal;

  --font-size-h1: clamp(4.8rem, 5.5555555556vw, 8rem);
  --line-height-h1: var(--line-height-xs);
  --font-size-h2: clamp(4rem, 4.4444444444vw, 6.4rem);
  --line-height-h2: var(--line-height-xs);
  --font-size-h3: clamp(3.2rem, 3.3333333333vw, 4.8rem);
  --line-height-h3: var(--line-height-xs);
  --font-size-h4: clamp(2.8rem, 2.7777777778vw, 4rem);
  --line-height-h4: var(--line-height-xs);
  --font-size-h5: clamp(2.6rem, 2.2222222222vw, 3.2rem);
  --line-height-h5: var(--line-height-xs);
  --font-size-h6: clamp(2.4rem, 2.2222222222vw, 2.8rem);
  --line-height-h6: var(--line-height-xs);
  --font-size-xl: 2.4rem;
  --font-size-lg: 2.2rem;
  --font-size-md: 2rem;
  --font-size-sm: 1.6rem;
  --font-size-xs: 1.4rem;
  --font-size-2xs: 1.2rem;

  --font-size-body: var(--font-size-lg);
  --font-size-body-sm: var(--font-size-md);
  --line-height-body: var(--line-height-sm);

  --icon-size: 2.4rem;

  --letter-spacing: 0.28rem;

  --text-decoration-thickness: 1px;
  --text-underline-offset: calc(var(--text-decoration-thickness) * 2);

  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-white-filter: brightness(0) invert(1);

  --color-black: #111111;
  --color-black-rgb: 17, 17, 17;
  --color-black-filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(734%)
    hue-rotate(13deg) brightness(83%) contrast(87%);

  --color-black-soft: #393939;
  --color-black-soft-rgb: 57, 57, 57;
  --color-black-soft-filter: unset;

  --color-primary: #fdd219;
  --color-primary-rgb: 253, 210, 25;
  --color-primary-filter: unset;

  --color-primary-dark: #f7b228;
  --color-primary-dark-rgb: 247, 178, 40;
  --color-primary-dark-filter: unset;

  --color-secondary: #06b2bb;
  --color-secondary-rgb: 6, 178, 187;
  --color-secondary-filter: unset;

  --color-tertiary: #f78828;
  --color-tertiary-rgb: 247, 136, 40;
  --color-tertiary-filter: unset;

  --color-accent: #fa5456;
  --color-accent-rgb: 250, 84, 86;
  --color-accent-filter: unset;

  --color-body: #777777;
  --color-body-rgb: 119, 119, 119;
  --color-body-filter: unset;

  --color-background: #fcfbf8;
  --color-background-rgb: 252, 251, 248;
  --color-background-filter: unset;

  --color-border: #cdd5df;
  --color-border-rgb: 205, 213, 223;
  --color-border-filter: unset;

  --color-border-secondary: #ecf0f5;
  --color-border-secondary-rgb: 236, 240, 245;
  --color-border-secondary-filter: unset;

  --color-icon: #ffe36b;
  --color-icon-rgb: 255, 227, 107;
  --color-icon-filter: unset;

  --rgb: var(--color-body-rgb);
  --rgb-contrast: var(--color-background-rgb);

  --filter: var(--color-body-filter);
  --filter-couple: var(--color-background-filter);

  --color-link-hover: currentColor;
  --color-link-active: currentColor;

  --spacing-2xl: 6.4rem;
  --spacing-xl: 4.8rem;
  --spacing-lg: 4rem;
  --spacing-md: 3.2rem;
  --spacing-sm: 2.4rem;
  --spacing-xs: 1.6rem;
  --spacing-2xs: 1rem;
  --spacing-3xs: 0.8rem;
  --spacing-4xs: 0.4rem;

  --spacing-container: 11.2rem;
  --spacing-section: 8.6rem;

  --spacing-row: var(--spacing-xl);
  --spacing-column: var(--spacing-xl);
  --spacing-content: var(--spacing-sm);
  --spacing-content-sm: var(--spacing-xs);
  --spacing-content-xs: var(--spacing-2xs);

  --logo-height: 8.8rem;
  --header-navi-height: 11.6rem;
  --header-height: var(--header-navi-height);

  --border: 1px solid var(--color-border);
  --border-radius: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  --border-radius-sm: clamp(0.6rem, 0.5555555556vw, 0.8rem);

  --input-height: 4.8rem;
  --input-spacing-y: 0.3em;
  --input-spacing-x: var(--spacing-xs);
  --input-color-border: var(--color-border);
  --input-color-background: var(--color-white);
  --input-color-text: var(--color-black);
  --input-border: 1px solid var(--input-color-border);
  --input-border-radius: var(--border-radius-sm);

  --button-height: 4.8rem;
  --button-spacing-y: 0.3em;
  --button-spacing-x: var(--spacing-xs);
  --button-color-background: var(--color-primary);
  --button-color-border: var(--color-primary);
  --button-color-text: var(--color-black);
  --button-border: 1px solid;
  --button-border-radius: 50vw;

  --link-underline: 0 1px 0 0 currentColor;
  --link-underline-secondary: 0 1px 0 0 var(--color-secondary);

  --opacity: 0.5;
  --opacity-light: 0.2;
  --opacity-overlay: 0.7;

  --duration: 0.3s;
  --duration-slow: 0.6s;
  --duration-slower: 0.9s;
  --duration-fast: 200ms;
  --easing: ease;

  --padding-top-header: var(--header-height);
  --padding-bottom-header: var(--header-height);
}

/*FIX====================*/
.bg-black {
  --color-background: var(--color-black);
  --color-background-rgb: var(--color-black-rgb);
  --color-background-filter: var(--color-black-filter);
  background-color: rgba(var(--color-background-rgb), 1) !important;
}

.bg-white {
  --color-background: var(--color-white);
  --color-background-rgb: var(--color-white-rgb);
  --color-background-filter: var(--color-white-filter);
  background-color: rgba(var(--color-background-rgb), 1) !important;
}

.bg-primary {
  --color-background: var(--color-primary);
  --color-background-rgb: var(--color-primary-rgb);
  --color-background-filter: var(--color-primary-filter);
  background-color: rgba(var(--color-background-rgb), 1) !important;
}

.bg-secondary {
  --color-background: var(--color-secondary);
  --color-background-rgb: var(--color-secondary-rgb);
  --color-background-filter: var(--color-secondary-filter);
  background-color: rgba(var(--color-background-rgb), 1) !important;
}

.c-black {
  --rgb: var(--color-black-rgb);
  --rgb-contrast: var(--color-white-rgb);
  --filter: var(--color-black-filter);
  --filter-couple: var(--color-white-filter);
  --color-link-hover: rgba(var(--rgb), 1);
  --color-link-active: rgba(var(--rgb), 1);
  --button-color-background: var(--color-black);
  --button-color-border: var(--color-black);
  --button-color-text: var(--color-white);
  color: rgba(var(--rgb), 1) !important;
}

.c-white {
  --rgb: var(--color-white-rgb);
  --rgb-contrast: var(--color-black-rgb);
  --filter: var(--color-white-filter);
  --filter-couple: var(--color-black-filter);
  --color-link-hover: rgba(var(--rgb), 1);
  --color-link-active: rgba(var(--rgb), 1);
  --button-color-background: var(--color-white);
  --button-color-border: var(--color-white);
  --button-color-text: var(--color-black);
  color: rgba(var(--rgb), 1) !important;
}

.c-primary {
  --rgb: var(--color-primary-rgb);
  --rgb-contrast: var(--color-white-rgb);
  --filter: var(--color-primary-filter);
  --filter-couple: var(--color-white-filter);
  --color-link-hover: rgba(var(--rgb), 1);
  --color-link-active: rgba(var(--rgb), 1);
  color: rgba(var(--rgb), 1) !important;
}

.c-secondary {
  --rgb: var(--color-secondary-rgb);
  --rgb-contrast: var(--color-black-rgb);
  --filter: var(--color-secondary-filter);
  --filter-couple: var(--color-black-filter);
  --color-link-hover: rgba(var(--rgb), 1);
  --color-link-active: rgba(var(--rgb), 1);
  color: rgba(var(--rgb), 1) !important;
}

.filter-black {
  -webkit-filter: var(--color-black-filter) !important;
  filter: var(--color-black-filter) !important;
}

.filter-white {
  -webkit-filter: var(--color-white-filter) !important;
  filter: var(--color-white-filter) !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-clip {
  overflow: clip !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-none {
  display: none !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-y-header {
  padding-top: var(--padding-top-header) !important;
  padding-bottom: var(--padding-bottom-header) !important;
}

.padding-top-header {
  padding-top: var(--padding-top-header) !important;
}

.padding-bottom-header {
  padding-bottom: var(--padding-bottom-header) !important;
}

.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.alignwide {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.no-select {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*RESET====================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0px;
  overflow: hidden;
}

::-moz-selection {
  background: var(--color-black);
  color: var(--color-white);
}

::selection {
  background: var(--color-black);
  color: var(--color-white);
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  position: relative;
  background: var(--color-background);
  color: rgba(var(--rgb), 1);
  -webkit-animation-name: pageAnimation;
  animation-name: pageAnimation;
  -webkit-animation-duration: var(--duration-slower);
  animation-duration: var(--duration-slower);
  -webkit-animation-timing-function: var(--easing);
  animation-timing-function: var(--easing);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes pageAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pageAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

article,
aside,
figcaption,
figure,
picture,
footer,
header,
hgroup,
main,
nav,
section {
  margin: 0;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  word-break: break-word;
}

p {
  margin: 0;
}

small {
  font-size: 87.5%;
}

address {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

a,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}

a[href^='tel'] {
  white-space: nowrap;
}

a[href^='mailto'] {
  word-break: break-word;
}

a,
button,
[role='button'] {
  cursor: pointer;
}

button,
input,
textarea,
select {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  min-width: unset;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: normal;
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-indent: inherit;
  color: inherit;
}

select option {
  color: black;
}

fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}

img {
  border: 0;
  outline: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  font-weight: inherit;
}

hr {
  margin: 0;
  border: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

iframe {
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

:focus-visible {
  outline: 0 !important;
}

script {
  margin: 0 !important;
}

/*TEXT====================*/
body {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-body);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong,
b {
  font-weight: var(--font-weight-medium);
}

.font-weight-regular {
  font-weight: var(--font-weight-regular) !important;
}

.font-weight-medium {
  font-weight: var(--font-weight-medium) !important;
}

.font-weight-bold {
  font-weight: var(--font-weight-bold) !important;
}

.font-size-2xs {
  font-size: var(--font-size-2xs) !important;
}

.font-size-xs {
  font-size: var(--font-size-xs) !important;
}

.font-size-sm {
  font-size: var(--font-size-sm) !important;
}

.font-size-md {
  font-size: var(--font-size-md) !important;
}

.font-size-lg {
  font-size: var(--font-size-lg) !important;
}

.font-size-xl {
  font-size: var(--font-size-xl) !important;
  line-height: var(--line-height-xs);
}

.font-size-h6 {
  font-size: var(--font-size-h6) !important;
  line-height: var(--line-height-h6);
}

.font-size-h5 {
  font-size: var(--font-size-h5) !important;
  line-height: var(--line-height-h5);
}

.font-size-h4 {
  font-size: var(--font-size-h4) !important;
  line-height: var(--line-height-h4);
}

.font-size-h3 {
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
}

.font-size-h2 {
  font-size: var(--font-size-h2) !important;
  line-height: var(--line-height-h2);
}

.font-size-h1 {
  font-size: var(--font-size-h1) !important;
  line-height: var(--line-height-h1);
}

.font-size-body {
  font-size: var(--font-size-body) !important;
  line-height: var(--line-height-body) !important;
}

.font-size-body-sm {
  font-size: var(--font-size-body-sm) !important;
  line-height: var(--line-height-body) !important;
}

/*TRANSITION====================*/
a,
button,
[role='button'],
img,
video,
input,
textarea,
select {
  transition: var(--duration) var(--easing);
}

/*CTA====================*/
.link-overlay {
  font-size: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background: none !important;
  opacity: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  z-index: 2 !important;
  top: 0 !important;
  left: 0 !important;
  pointer-events: auto !important;
}

*[class*='link-underline'] *:is(a, button, u) {
  display: inline;
  text-decoration: none;
  background: none;
  box-shadow: none;
}

.link-underline *:is(a, button, u),
.link-underline-hover *:is(a, button, u):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.link-explore {
  --color-link-hover: var(--button-color-text);
  --color-link-active: var(--button-color-text);
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  grid-gap: var(--spacing-xs);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  color: var(--button-color-text);
}

.link-explore > .ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  width: 6.4rem;
  height: 6.4rem;
  color: var(--button-color-text);
  background: var(--button-color-background);
  border-radius: 50%;
  overflow: hidden;
}

.link-explore > .ic::before {
  font-size: 2.4rem;
}

.link-direction {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  grid-gap: var(--spacing-2xs);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  color: var(--color-primary-dark);
}

.link-direction > .ic {
  font-size: var(--font-size-sm);
}

.button {
  text-decoration: none !important;
  background: none !important;
  margin: 0;
  position: relative;
  z-index: 1;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  grid-gap: var(--spacing-2xs);
  white-space: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  height: var(--button-height);
  min-height: 0;
  max-height: none;
  padding: var(--button-spacing-y) var(--button-spacing-x) !important;
  color: var(--button-color-text) !important;
  background-color: var(--button-color-background) !important;
  border: var(--button-border) !important;
  border-color: var(--button-color-border) !important;
  border-radius: var(--button-border-radius) !important;
  box-shadow: 0px 12px 16px -4px rgba(var(--color-black-rgb), 0.04) !important;
  opacity: 1 !important;
  overflow: hidden;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body);
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
  transition: var(--duration) var(--easing);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button.tour-program-full {
  background: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  color: var(--color-white) !important;
}

.button.min-width {
  min-width: 16rem;
}

.button:is(:disabled, .disabled) {
  pointer-events: none;
}

.button.button-outline:not(:hover) {
  --button-color-background: tranparent;
  --button-color-border: var(--color-black);
  --button-color-text: var(--color-black);
}

.button.shadow {
  box-shadow:
    0px 4px 6px -1px rgba(10, 13, 18, 0.1),
    0px 2px 4px -2px rgba(10, 13, 18, 0.06) !important;
}

.buttons {
  display: inline-flex;
  vertical-align: top;
  grid-gap: var(--spacing-2xs) var(--spacing-xs);
}

/*GENERAL====================*/
.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing-container);
  padding-right: var(--spacing-container);
}

.ic {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
}

.ic img {
  display: block;
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.ic::before {
  display: block;
}

:is(.ic-twitter, .ic-linkedin)::before {
  transform: scale(0.8);
}

.ic-line {
  position: relative;
}

.ic-line::before {
  position: relative;
  z-index: 1;
}

.ic-line::after {
  content: '';
  display: block;
  width: 82%;
  height: 30%;
  background: white;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  pointer-events: none;
}

.ic-favourite {
  padding-left: 0.045em;
  padding-right: 0.045em;
}

.ic-favourite::before {
  content: '\e94f';
  transform: scale(1.09);
}

.ic-wrap {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  grid-gap: var(--spacing-2xs);
}

.ic-wrap > * {
  margin: 0;
  display: block;
}

.brand {
  text-decoration: none !important;
  box-shadow: none !important;
  background: none !important;
  opacity: 1 !important;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.brand .logo {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: var(--logo-height);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition-property: width, height;
}

*:is(.object, .object-fit) {
  text-decoration: none;
  box-shadow: none;
  background: none;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

*:is(.object, .object-fit) > *:is(img, video, iframe) {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

/* Support picture inside .object-fit (for WebP/fallback via <picture>) */
*:is(.object, .object-fit) > picture {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.object-fit > picture {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.object-fit > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.object-fit > *:is(img, video, iframe) {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.object-fit.contain > *:is(img, video, iframe) {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-fit::before {
  content: '';
  display: block;
  width: 100%;
}

.object-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social,
.social-text {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  grid-gap: var(--spacing-content-sm) var(--spacing-content);
}

.social a {
  display: block;
  text-decoration: none;
  background: none;
  box-shadow: none;
}

.social .ic {
  display: block;
  font-size: var(--icon-size);
}

.social img {
  display: block;
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/*CONTENT====================*/
.entry-content :is(h1, h2, h3, h4, h5, h6) {
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
}

.entry-content :is(h1, h2) {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-xs);
}

.entry-content h3 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-xs);
}

.entry-content h4 {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-xs);
}

.entry-content :is(h5, h6) {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xs);
}

.entry-content ul {
  list-style-type: disc;
  padding-left: 1.2em;
}

.entry-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.entry-content figcaption {
  font-size: var(--font-size-sm);
  color: var(--color-body);
}

.entry-content > *:not(:first-child) {
  margin-top: var(--spacing-content);
}

.entry-content li:not(:first-child) {
  margin-top: var(--spacing-content-sm);
}

.entry-content figcaption:not(:first-child) {
  margin-top: var(--spacing-content-xs);
}

.entry-content.override-style {
  color: var(--color-black);
}

.entry-content.override-style :is(h1, h2, h3, h4, h5, h6, strong) {
  color: var(--color-secondary);
}

.entry-content.override-style :is(img, video, iframe) {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.entry-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--spacing-3xs);
  justify-content: space-between;
}

.entry-info .ic-wrap {
  align-items: flex-start;
}

.entry-info > * {
  width: 100%;
}

.entry-info > .info-locations .ic-text > span {
  display: inline-block;
}

.entry-info > .info-locations .ic-text > span:not(:last-child):after {
  content: '|';
  margin: 0 0.25em;
  color: var(--color-border);
}

.entry-info > .info-airline {
  align-items: center;
}

.entry-info > .info-airline > .ic.airline > * {
  width: 2.4rem;
  height: 2.4rem;
}

.entry-info > .info-airline > .ic-text {
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--spacing-2xs);
}

.entry-info > .info-airline > .ic-text > .ic-wrap:not(:last-child):after {
  content: '|';
  color: var(--color-border);
}

.entry-tag {
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--spacing-3xs);
}

.entry-tag .tag {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-gap: 0 0.5em;
  padding: 0.15em 1rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-xs);
  color: #777;
  background: #ecf0f5;
  border: 1px solid #cdd5df;
  border-radius: 50vw;
  overflow: hidden;
}

.entry-tag .tag-secondary {
  color: var(--color-secondary);
  background: #ddf6f7;
  border-color: #9dd6d9;
}

.entry-tag .tag-accent {
  color: var(--color-accent);
  background: #ffeded;
  border-color: #ffb9ba;
}

.entry-tag .tag-popular {
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-body);
  color: #444036;
  background:
    linear-gradient(
      180deg,
      rgba(255, 238, 163, 0.16) 12.04%,
      rgba(6, 178, 187, 0.16) 109.16%,
      rgba(6, 178, 187, 0.2) 181.35%
    ),
    #fff;
  border: 0;
  border-radius: var(--border-radius-sm);
  box-shadow:
    0px 1px 3px 0px rgba(10, 13, 18, 0.1),
    0px 1px 2px -1px rgba(10, 13, 18, 0.1);
}

.entry-tag .tag-popular-v2 {
  color: #a24e00;
  background: #fff4c6;
  border-color: #fcc187;
}

.entry-tag .tag-popular:hover {
  color: var(--color-secondary);
}

.entry-tag .tag-selected {
  height: 4rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: var(--font-size-body);
  color: #414651;
  background: #fff6d2;
  border-color: #444036;
}

.entry-tag .tag-selected::after {
  font-family: 'iconfont';
  content: '\e900';
  font-size: 1rem;
  transition: color var(--duration) var(--easing);
}

.entry-tag .tag-selected:hover::after {
  color: var(--color-accent);
}

.entry-tag .tag-category {
  height: 4rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-body);
  color: var(--color-black);
  background: var(--color-white);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.entry-tag .tag-category img {
  display: block;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.entry-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-sm);
  line-height: 0.8;
  color: var(--color-body);
}

.entry-price [class^='price-'] {
  display: flex;
  align-items: baseline;
  grid-gap: 0.25em;
}

.entry-price .price-sale {
  font-weight: var(--font-weight-medium);
  font-size: clamp(20px, 5vw, 24px);
  color: var(--color-black-soft);
}
.entry-price .price-sale.dif {
  color: var(--color-accent);
}
.entry-explore .entry-price .price-start {
  font-size: 16px;
  color: #777;
  font-weight: normal;
}
.entry-explore .entry-price .price-sale {
  font-size: 40px;
  color: #393939;
  font-weight: bold;
}
.entry-explore .entry-price .price-sale.dif {
  color: #fa5456;
}
.entry-explore .entry-price .price-regular {
  font-size: 20px;
  color: #777;
  font-weight: normal;
}
.entry-explore .button.button-tour-pdf {
  border: 1px solid #000 !important;
  background-color: #FFF !important;
}

.entry-price .price-regular {
  text-align: right;
  align-self: flex-end;
}

.entry-price .price-regular s {
  text-decoration-thickness: 0.9px;
}

.entry-flight {
  display: flex;
  align-items: first baseline;
  grid-gap: var(--spacing-xs);
}

.entry-flight > .ic {
  font-size: 1.2rem;
}

.entry-flight > .ic-wrap {
  align-items: first baseline;
  line-height: normal;
}

.entry-flight > .ic-wrap .ic {
  align-self: flex-start;
}

.entry-flight > .ic-wrap .ic-text small {
  font-size: inherit;
  color: var(--color-body);
}

.entry-action {
  display: flex;
  align-items: center;
  grid-gap: var(--spacing-2xs);
}

.entry-action .action {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.entry-action .action .ic {
  font-size: 1.8rem;
}

.entry-action .action .ic-text {
  font-size: 2rem;
}

.entry-action .action-button {
  --size: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: var(--spacing-2xs);
  min-width: var(--size);
  height: var(--size);
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: calc(var(--size) / 2);
  overflow: hidden;
}

.entry-action .action-button.lg {
  --size: 4rem;
  padding: var(--spacing-2xs);
  border-color: currentColor;
  min-width: 14rem;
}

.entry-action .action-tooltip {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: calc(100% + var(--spacing-4xs));
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: var(--duration) var(--easing);
}

.entry-action .action.active > .action-tooltip {
  opacity: 1;
  pointer-events: auto;
}

.entry-action .action[data-action='favourite'] > .action-button .ic {
  color: var(--color-accent);
}

.entry-action .action[data-action='favourite'] > .action-button.active .ic:before {
  content: '\e952';
}

.entry-action .action[data-action='share'] > .action-tooltip .social {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-row-gap: var(--spacing-4xs);
}

.entry-action .action[data-action='share'] > .action-tooltip .social > * {
  width: 100%;
}

.entry-contact {
  display: flex;
  flex-direction: column;
  grid-gap: var(--spacing-content);
}

.entry-contact .ic-wrap {
  grid-gap: 0.5em;
}

.entry-contact .ic-wrap > .ic {
  --size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-black);
}

.entry-contact .ic-wrap > .ic:before,
.entry-contact .ic-wrap > .ic img {
  font-size: 62.5%;
}

/*FORM====================*/
:is(input, textarea, select) {
  display: block;
  width: 100%;
  height: var(--input-height);
  padding: var(--input-spacing-y) var(--input-spacing-x);
  color: var(--input-color-text);
  background: var(--input-color-background);
  border: var(--border);
  border-color: var(--input-color-border);
  border-radius: var(--input-border-radius);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-medium);
  line-height: normal;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  text-indent: 0;
}

:is(input, textarea, select):disabled {
  cursor: default;
  opacity: 0.1;
}

textarea {
  resize: none;
  overflow: auto;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: calc(var(--input-height) * 3);
  padding-top: 0.75em;
}

select {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17.0306 1.53055L9.53055 9.03055C9.4609 9.10029 9.37818 9.15561 9.28713 9.19335C9.19608 9.23109 9.09849 9.25052 8.99993 9.25052C8.90137 9.25052 8.80377 9.23109 8.71272 9.19335C8.62168 9.15561 8.53896 9.10029 8.4693 9.03055L0.969304 1.53055C0.828573 1.38982 0.749512 1.19895 0.749512 0.999929C0.749512 0.800906 0.828573 0.610034 0.969304 0.469303C1.11003 0.328573 1.30091 0.249512 1.49993 0.249512C1.69895 0.249512 1.88982 0.328573 2.03055 0.469303L8.99993 7.43962L15.9693 0.469303C16.039 0.399621 16.1217 0.344345 16.2128 0.306633C16.3038 0.268921 16.4014 0.249512 16.4999 0.249512C16.5985 0.249512 16.6961 0.268921 16.7871 0.306633C16.8781 0.344345 16.9609 0.399621 17.0306 0.469303C17.1002 0.538986 17.1555 0.621712 17.1932 0.712756C17.2309 0.803801 17.2503 0.901383 17.2503 0.999929C17.2503 1.09847 17.2309 1.19606 17.1932 1.2871C17.1555 1.37815 17.1002 1.46087 17.0306 1.53055Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.8rem 1rem;
  background-position: right var(--input-spacing-x) center;
}

input:is([type='checkbox'], [type='radio']) {
  padding: 0;
  width: auto;
  height: auto;
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

input:-internal-autofill-selected,
textarea:-internal-autofill-selected,
select:-internal-autofill-selected {
  color: inherit;
}

:-ms-input-placeholder {
  font-family: var(--font-family-body) !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: var(--font-size-body) !important;
  color: rgba(var(--rgb), var(--opacity)) !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  font-family: var(--font-family-body) !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: var(--font-size-body) !important;
  color: rgba(var(--rgb), var(--opacity)) !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  font-family: var(--font-family-body) !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: var(--font-size-body) !important;
  color: rgba(var(--rgb), var(--opacity)) !important;
  opacity: 1 !important;
}

::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 0;
}

input::-webkit-contacts-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: 5000s ease 0s;
  transition: 5000s ease 0s;
}

input[type='number'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='date']::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Checkbox and Radio Style */
.choice {
  position: relative;
  display: flex;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: inherit;
  font-weight: inherit;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  letter-spacing: normal;
  text-transform: none;
}

.choice input:is([type='checkbox'], [type='radio']) {
  position: absolute;
  z-index: -1000;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  background: none;
}

.choice input:is([type='checkbox'], [type='radio']) + span {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  line-height: inherit;
  height: auto;
  min-height: 1.6rem;
  min-width: 1.6rem;
  padding-left: calc(1.6rem + var(--spacing-2xs));
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choice input:is([type='checkbox'], [type='radio']) + span::before,
.choice input:is([type='checkbox'], [type='radio']) + span::after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  color: rgba(var(--rgb), 1);
  margin: 0;
  position: absolute;
  left: 0;
  top: 0.5ex;
}

.choice input:is([type='checkbox'], [type='radio']) + span::before {
  background: none;
  border: var(--border);
  border-color: var(--input-color-border);
}

.choice input:is([type='checkbox'], [type='radio']) + span::after {
  background: var(--color-primary);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.1s;
}

.choice input:is([type='checkbox'], [type='radio']):checked + span::before {
  border-color: var(--color-primary);
}

.choice input:is([type='checkbox'], [type='radio']):checked + span::after {
  opacity: 1;
}

.choice input[type='checkbox'] + span::after {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  font-family: 'iconfont';
  content: '\e923';
  font-size: 1rem;
  color: var(--color-black);
}

.choice input[type='radio'] + span::before,
.choice input[type='radio'] + span::after {
  border-radius: 50%;
}

.choices {
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--spacing-2xs) var(--spacing-column);
}

.choices.vertical {
  flex-direction: column;
}

.choices.vertical .choices {
  padding-left: calc(1.6rem + var(--spacing-2xs));
}

.choices.style-tag {
  grid-gap: var(--spacing-2xs);
}

.choices.style-tag .choice input:is([type='checkbox'], [type='radio']) + span::before,
.choices.style-tag .choice input:is([type='checkbox'], [type='radio']) + span::after {
  display: none;
}

.choices.style-tag .choice input:is([type='checkbox'], [type='radio']) + span {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-gap: 0 0.5em;
  min-height: 4rem;
  padding: 0.1em 1.2rem;
  font-size: var(--font-size-body-sm);
  line-height: 1;
  color: #414651;
  background: #fff6d2;
  border: 1px solid #fff6d2;
  border-radius: 50vw;
  overflow: hidden;
}

.choices.style-tag .choice input:is([type='checkbox'], [type='radio']):checked + span {
  border-color: var(--color-black);
}

.choices.has-showmore > .showmore {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  grid-gap: var(--spacing-2xs);
  color: var(--color-primary-dark);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.has-showmore > .showmore::after {
  font-family: 'iconfont';
  content: '\e90c';
  font-size: var(--font-size-2xs);
  margin-left: auto;
}

/* Range */
.range-title {
  color: var(--color-body);
}

.range-wrapper {
  --color-range: var(--color-primary);
  --color-track: #e9eaeb;
  --range-height: 2.4rem;
  --track-height: 0.8rem;
  position: relative;
  width: 100%;
  padding: 0 0 var(--track-height);
}

.range-wrapper .slider-track {
  position: relative;
  height: var(--track-height);
  background: var(--color-track);
  border-radius: 50vw;
}

.range-wrapper .range-values {
  margin-bottom: 1rem;
}

.range-wrapper .range-inputs {
  position: relative;
}

.range-wrapper .range-inputs input[type='range'] {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  width: 100%;
  height: var(--range-height);
  position: absolute;
  top: calc(50% - var(--track-height) / 2);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.range-wrapper .range-inputs input[type='range']::-webkit-slider-thumb {
  pointer-events: all;
  width: var(--range-height);
  height: var(--range-height);
  background: var(--color-white);
  border: 2px solid var(--color-range);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.range-wrapper .range-inputs input[type='range']::-moz-range-thumb {
  pointer-events: all;
  width: var(--range-height);
  height: var(--range-height);
  background: var(--color-white);
  border: 2px solid var(--color-range);
  border-radius: 50%;
  cursor: pointer;
}

/* Removed transition for smooth dragging behavior */

/* Input Style */
.input {
  width: 100%;
  position: relative;
  text-align: left;
}

.input .label {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: block;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-body);
  line-height: normal;
  color: var(--color-black);
}

.input .label:not(:last-child) {
  margin-bottom: var(--spacing-content-xs);
}

.input:not(.filled) select {
  font-family: var(--font-family-body) !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: var(--font-size-body) !important;
  color: rgba(var(--rgb), var(--opacity)) !important;
  opacity: 1 !important;
}

.input-icon {
  position: relative;
}

.input-icon > .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-body-sm);
  width: var(--input-height);
  height: var(--input-height);
  color: rgba(var(--rgb), var(--opacity));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.input-icon > .ic ~ :is(input, textarea, select) {
  padding-left: var(--input-height);
}

.fields {
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--spacing-content);
}

.fields > .field {
  width: 100%;
}

.fields ~ .call-to-action {
  margin-top: var(--spacing-row);
}

.field-cta {
  display: flex;
  align-items: center;
  grid-gap: var(--spacing-2xs);
}

.field-cta > .input {
  flex: 1;
}

/*PLUGIN:SLIDER====================*/
.swiper {
  width: 100%;
}

.swiper-wrapper {
  will-change: transform;
}

*[class*='swiper-button-'] {
  z-index: 10;
  outline: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: inherit;
  background: none;
  border-radius: 0;
  overflow: visible;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: 0;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  pointer-events: auto;
}

*[class*='swiper-button-']:hover {
  color: inherit;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev.spacing-container {
  left: var(--spacing-container);
}

.swiper-button-next.spacing-container {
  right: var(--spacing-container);
}

.swiper-button-disabled {
  opacity: 0.1 !important;
  pointer-events: auto !important;
}

.swiper-button-lock {
  display: none !important;
}

*[class*='swiper-button-']:after {
  font-family: 'iconfont';
  font-size: 28px;
  font-weight: normal;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: inherit;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  transition: none;
}

.swiper-button-prev:after {
  content: '\e909';
  transform: translateX(-0.05em);
}

.swiper-button-next:after {
  content: '\e90a';
  transform: translateX(0.05em);
}

.swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: var(--spacing-sm);
}

.swiper-buttons > *[class*='swiper-button-'] {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

*[class*='swiper-button-'].style-button {
  --button-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--button-size);
  width: var(--button-size);
  min-width: var(--button-size);
  max-width: var(--button-size);
  background-color: var(--color-white);
  color: var(--color-primary);
  border: var(--border);
  border-radius: 50%;
  overflow: hidden;
}

*[class*='swiper-button-'].style-button:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

*[class*='swiper-button-'].style-button:after {
  color: inherit !important;
  font-size: 16px !important;
}

.swiper-button-disabled.style-button {
  opacity: 0 !important;
  pointer-events: none !important;
}

.swiper-pagination:not(.swiper-pagination-custom) {
  --bullet-size: 8px;
  line-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  grid-gap: var(--spacing-3xs);
  pointer-events: none;
}

.swiper-pagination.a-center {
  justify-content: center;
}

.swiper-pagination-bullet {
  outline: none !important;
  margin: 0 !important;
  opacity: 1 !important;
  font-size: 0;
  display: block;
  width: var(--bullet-size);
  height: var(--bullet-size);
  background: rgba(var(--rgb), var(--opacity-light));
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: var(--duration) var(--easing);
  pointer-events: auto;
}

.swiper-pagination-bullet-active {
  background: rgba(var(--rgb), 1);
}

.swiper-horizontal > .swiper-pagination-bullets {
  bottom: calc((var(--spacing-row) - var(--bullet-size)) / 2);
}

.swiper-pagination.static {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  transition: none !important;
  line-height: inherit;
}

.swiper-pagination.static:not(:first-child) > .swiper-pagination-bullet:first-child {
  margin-top: var(--spacing-row) !important;
}

.swiper-pagination-custom {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  transition: none !important;
}

.swiper-pagination.numbered {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  grid-gap: var(--spacing-content);
  counter-reset: numbered;
}

.swiper-pagination.numbered .swiper-pagination-bullet {
  counter-increment: numbered;
  display: inline;
  width: auto;
  height: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font-family: var(--font-heading);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body);
}

.swiper-pagination.numbered .swiper-pagination-bullet::before {
  content: counter(numbered);
}

.swiper-pagination.numbered .swiper-pagination-bullet-active {
  text-decoration: underline;
  text-decoration-thickness: var(--text-decoration-thickness);
  text-underline-offset: var(--text-underline-offset);
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1 !important;
  pointer-events: auto !important;
}

.swiper.default .swiper-slide {
  width: 100% !important;
  height: auto !important;
}

.swiper.fix *[class*='swiper-button-'] {
  top: calc(var(--swiper-button-y, 0));
  transform: translateY(-50%);
}

/*FUNCTION:ACCORDION====================*/
.accordion {
  width: 100%;
  position: relative;
}

.accordion > .entry-panel {
  display: none;
}

.accordion > .entry-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 0 var(--spacing-2xs);
  font-weight: var(--font-weight-bold);
  transition: var(--duration) var(--easing);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.accordion > .entry-title:after {
  font-family: 'iconfont';
  content: '\e90c';
  font-weight: normal;
  font-size: var(--font-size-2xs);
  line-height: 1;
  display: block;
  pointer-events: none;
  position: relative;
  transition: var(--duration) var(--easing);
}

.accordion.active > .entry-title:after {
  transform: rotate(-180deg);
}

.accordion-expand-all {
  white-space: nowrap;
  font-weight: var(--font-weight-medium);
  color: var(--color-primary-dark);
}

/*PAGE====================*/
#page {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
  overflow: clip;
}

/*HEADER====================*/
#header {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#header-height {
  width: 100%;
  height: var(--header-height);
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}

.header-navi {
  --rgb: var(--color-black-rgb);
  --rgb-contrast: var(--color-white-rgb);

  position: relative;
  z-index: 100;
  display: grid;
  width: 100%;
  height: var(--header-navi-height);
  padding: 0 var(--spacing-container);
  background-color: var(--color-primary);
  box-shadow:
    0px 4px 6px -1px rgba(10, 13, 18, 0.1),
    0px 2px 4px -2px rgba(10, 13, 18, 0.06);
  color: var(--color-black);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xs);
  transition: var(--duration) var(--easing);
}

.header-navi .ic::before {
  font-size: 83.3333333333%;
}

.header-brand {
  line-height: 1;
}

.header-infos {
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-body);
  color: var(--color-black-soft);
}

.header-infos .infos {
  display: flex;
  align-items: center;
  grid-gap: var(--spacing-column);
}

.header-tools {
  line-height: 1;
}

.header-tools .ctrl {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
}

.header-tools .tools {
  display: flex;
  align-items: center;
  grid-gap: var(--spacing-column);
}

.header-tools .tool {
  position: relative;
  display: flex;
  align-items: center;
}

.header-tools .tool[data-tool='search'] .search-box {
  display: flex;
  align-items: center;
  padding: 0;
  width: max(17.3611111111vw, 250px);
  max-width: calc(100vw - var(--spacing-container) * 2);
  height: auto;
  color: var(--color-black);
  background: var(--color-white);
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  position: absolute;
  z-index: 102;
  left: auto;
  right: calc((var(--input-spacing-x) + 1px) * -1);
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration) var(--easing);
}

.header-tools .tool[data-tool='search'].active > .search-box {
  opacity: 1;
  pointer-events: auto;
}

.header-tools .tool[data-tool='search'].active > .ctrl {
  color: var(--color-link-active);
}

.header-tools .tool[data-tool='search'] .search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
}

.header-tools .tool[data-tool='search'] .search-form .input {
  flex: 1;
  width: 100%;
  text-transform: none;
}

.header-tools .tool[data-tool='search'] .search-form .input input {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-body);
  line-height: var(--line-height-normal);
  letter-spacing: normal;
  text-transform: none;
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

.header-tools .tool[data-tool='search'] .search-form .input input:-ms-input-placeholder {
  font-family: var(--font-family-body) !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: var(--font-size-body) !important;
  color: rgba(var(--rgb), var(--opacity)) !important;
  opacity: 1 !important;
}

.header-tools .tool[data-tool='search'] .search-form .input input::-webkit-input-placeholder {
  font-family: var(--font-family-body) !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: var(--font-size-body) !important;
  color: rgba(var(--rgb), var(--opacity)) !important;
  opacity: 1 !important;
}

.header-tools .tool[data-tool='search'] .search-form .input input::-moz-placeholder {
  font-family: var(--font-family-body) !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: var(--font-size-body) !important;
  color: rgba(var(--rgb), var(--opacity)) !important;
  opacity: 1 !important;
}

.header-tools .tool[data-tool='search'] .search-form .call-to-action {
  width: auto;
  display: flex;
  line-height: 1;
}

.header-tools .tool[data-tool='search'] .search-form .call-to-action *[data-search-cta] {
  box-shadow: none !important;
  text-decoration: none !important;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--input-spacing-x);
  line-height: 1;
}

.header-tools .tool[data-tool='favourite'].animated {
  -webkit-animation: favouritePop 1s ease;
  animation: favouritePop 1s ease;
}

@-webkit-keyframes favouritePop {
  0%,
  75% {
    color: var(--color-accent);
  }

  100% {
    color: currentColor;
  }
}

@keyframes favouritePop {
  0%,
  75% {
    color: var(--color-accent);
  }

  100% {
    color: currentColor;
  }
}

.header-menu .menu-dropdown {
  display: none;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

.header-menu .menu-dropdown-inner {
  display: flex;
  align-items: flex-start;
  grid-gap: var(--spacing-row) var(--spacing-column);
}

.header-menu .menu-dropdown-inner .entry-menu {
  display: flex;
  flex-direction: column;
  grid-gap: var(--spacing-xs);
}

.header-menu .menu-tour > .entry-title {
  margin-bottom: var(--spacing-sm);
  padding-bottom: var(--spacing-2xs);
  border-bottom: 0.3rem solid var(--color-primary);
}

.header-menu .menu-tour > .entry-country {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: var(--spacing-sm);
  column-gap: var(--spacing-sm);
  margin-bottom: calc(var(--spacing-xs) * -1);
}

.header-menu .menu-tour > .entry-country > li {
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.header-menu .menu-tour > .entry-country > li > a {
  display: inline-flex;
  vertical-align: top;
  grid-gap: var(--spacing-2xs);
  margin-bottom: var(--spacing-xs);
}

.header-menu .menu-tour > .entry-country > li > a > img {
  display: block;
  width: 2.4rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/*FOOTER====================*/
#footer {
  --logo-height: 6.4rem;

  position: relative;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer-navi {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: var(--spacing-xl) var(--spacing-container);
  background-color: var(--color-white);
  color: var(--color-body);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-body);
  line-height: var(--line-height-normal);
}

.footer-navi .copyright {
  font-size: var(--font-size-sm);
}

/*MAIN====================*/
#main {
  position: relative;
  width: 100%;
}

section {
  position: relative;
  width: 100%;
}

.sc-link {
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  font-size: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  position: absolute !important;
  z-index: 2 !important;
  top: 0 !important;
  left: 0 !important;
}

.sc-inner {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: var(--spacing-section);
  padding-bottom: var(--spacing-section);
}

.sc-inner.padding-top-sm {
  padding-top: var(--spacing-sm);
}

.sc-container + .sc-container {
  margin-top: var(--spacing-section);
}

.sc-columns-alternate > *:not(:first-child) {
  margin-top: calc(var(--spacing-section) * 2);
}

*:is(.sc-container, .sc-group, .sc-grid, .sc-sidebar, .sc-main, .sc-column, .sc-related)
  > *:not(:first-child) {
  margin-top: var(--spacing-row);
}

*:is(.sc-desc, .sc-content, .sc-explore) > *:not(:first-child) {
  margin-top: var(--spacing-content);
}

*:is(.sc-headline) > *:not(:first-child) {
  margin-top: var(--spacing-content-xs);
}

*:is(.sc-headline) > .sc-explore:not(:first-child) {
  margin-top: var(--spacing-content);
}

.sc-cover {
  position: relative;
  overflow: hidden;
}

.sc-category {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  color: var(--color-secondary);
}

.sc-heading mark {
  display: inline-block;
  padding: 0 0.1em;
  border-radius: var(--border-radius-sm);
  background-color: var(--color-primary);
  color: var(--color-black);
}

.sc-heading .display-inline-block {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.sc-heading .display-inline-block .sticker {
  display: block;
  width: clamp(7rem, 9.7222222222vw, 14rem);
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  transform: translate(-50%, -55%);
}

.sc-headline-alignment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: var(--spacing-content);
}

.sc-headline-alignment > .sc-heading + * {
  margin-left: auto;
}

.sc-filters {
  display: flex;
  flex-direction: column;
  grid-gap: var(--spacing-row);
}

.sc-filter > *:not(:first-child) {
  margin-top: var(--spacing-content);
}

.sc-filter > .entry-title {
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  color: var(--color-black);
}

.sc-filter[data-filter='popular'] {
  padding: var(--spacing-sm);
  border-radius: var(--border-radius-sm);
  color: var(--color-white);
  background: linear-gradient(267deg, #fdd219 3.06%, #06b2bb 70.19%, #007076 98.59%);
  box-shadow:
    0px 12px 16px -4px rgba(10, 13, 18, 0.08),
    0px 4px 6px -2px rgba(10, 13, 18, 0.03),
    0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  overflow: hidden;
}

.sc-filter[data-filter='popular'] > .entry-title {
  color: inherit;
}

.sc-grid-row {
  --h-md: 50vw;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: min-height var(--duration) var(--easing);
}

.sc-grid-row.h-vh {
  min-height: 100vh;
}

.sc-grid-row.h-vh.minus-header {
  min-height: calc(100vh - var(--header-height));
}

.sc-grid-row.h-lvh {
  min-height: 100lvh;
}

.sc-grid-row.h-lvh.minus-header {
  min-height: calc(100lvh - var(--header-height));
}

.sc-grid-row.h-svh {
  min-height: 100svh;
}

.sc-grid-row.h-svh.minus-header {
  min-height: calc(85svh - var(--header-height));
}

.sc-grid-row.h-dvh {
  min-height: 100dvh;
}

.sc-grid-row.h-dvh.minus-header {
  min-height: calc(100dvh - var(--header-height));
}

.sc-grid-row.h-md {
  min-height: var(--h-md);
}

.sc-grid-row > .sc-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.sc-grid-row > .sc-inner > .sc-container {
  flex: 1;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto 1fr;
  grid-gap: var(--spacing-row) 0;
}

.sc-grid-row > .sc-inner > .sc-container > * {
  position: relative;
}

.sc-grid-row > .sc-inner > .sc-container > *:not(:first-child) {
  margin-top: 0;
}

.sc-grid-row > .sc-inner > .sc-container > *[data-row='top'] {
  grid-row: 1;
  align-self: flex-start;
}

.sc-grid-row > .sc-inner > .sc-container > *[data-row='middle'] {
  grid-row: 2;
  align-self: center;
}

.sc-grid-row > .sc-inner > .sc-container > *[data-row='bottom'] {
  grid-row: 3;
  align-self: flex-end;
}

.sc-grid-row > .sc-inner > .sc-container > *[data-row='bottom'] .animated {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.sc-grid-row > .sc-inner > .sc-container[data-row-total='1'] {
  grid-template-rows: 1fr;
  grid-gap: 0;
}

.sc-grid-row > .sc-inner > .sc-container[data-row-total='1'] > * {
  grid-row: auto;
}

.sc-grid-row > .sc-inner > .sc-container[data-row-align='center'] {
  grid-template-rows: unset;
  align-items: center;
}

.sc-grid-row > .sc-inner > .sc-container[data-row-align='center'] > * {
  grid-row: unset;
  align-self: unset;
}

.sc-billboard {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sc-billboard > * {
  width: 100%;
}

.sc-billboard > *:is(.sc-inner, .sc-grid-row) {
  width: 100%;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.sc-billboard > *:is(.sc-inner, .sc-grid-row) *:is(a, button, form, iframe) {
  pointer-events: auto;
}

.sc-billboard > .sc-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sc-billboard > .sc-cover,
.sc-billboard > .sc-cover .object-fit,
.sc-billboard > .sc-cover .object-fit::before,
.sc-billboard > .sc-cover *:is(.swiper, .swiper-wrapper, .swiper-slide) {
  height: 100%;
}

.sc-billboard > .sc-cover .object-fit:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.sc-billboard.fade .sc-cover .object-fit:after {
  background-color: rgba(var(--color-background-rgb), var(--opacity-overlay));
}

.sc-billboard.fade-bottom .sc-cover .object-fit:after {
  background: linear-gradient(
    180deg,
    rgba(var(--color-background-rgb), 0) 0%,
    rgba(var(--color-background-rgb), var(--opacity-overlay)) 100%
  );
}

.sc-billboard > .sc-cover .object-overlay {
  padding: var(--spacing-container);
  text-align: right;
}

.sc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-gap: var(--spacing-2xs);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-body-sm);
}

.sc-breadcrumb > li {
  display: inline-flex;
  align-items: center;
  grid-gap: var(--spacing-2xs);
}

.sc-breadcrumb > li:not(:last-child):after {
  font-family: 'iconfont';
  content: '\e90a';
  font-size: 50%;
}

.sc-breadcrumb > li:last-child > * {
  color: var(--color-primary-dark);
}

.sc-layout {
  display: flex;
  justify-content: space-between;
  grid-gap: var(--spacing-row) var(--spacing-column);
  position: relative;
}

.sc-block {
  color: var(--color-black);
  background: var(--color-white);
  border-radius: var(--border-radius-sm);
  box-shadow:
    0px 4px 6px -1px rgba(10, 13, 18, 0.1),
    0px 2px 4px -2px rgba(10, 13, 18, 0.06);
}

.sc-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: var(--spacing-row) var(--spacing-column);
}

.sc-columns > .sc-column {
  width: 100%;
}

.sc-pagination {
  padding-top: var(--spacing-sm);
  border-top: var(--border);
  border-color: var(--color-border-secondary);
}

.sc-pagination ul {
  display: inline-flex;
  vertical-align: top;
  background: var(--color-white);
  color: var(--color-black);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.sc-pagination ul > li:not(:last-child) {
  border-right: var(--border);
}

.sc-pagination ul > li > * {
  min-width: 4rem;
  min-height: 4rem;
  padding: var(--spacing-3xs);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-gap: var(--spacing-2xs);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-body-sm);
  white-space: nowrap;
}

.sc-pagination ul > li > *.current {
  background: #fffae4;
}

.sc-pagination ul > li > *.prev:before,
.sc-pagination ul > li > *.next:after {
  font-family: 'iconfont';
  font-size: var(--font-size-sm);
}

.sc-pagination ul > li > *.prev:before {
  content: '\e90d';
}

.sc-pagination ul > li > *.next:after {
  content: '\e90e';
}

.section-scroller {
  position: relative;
}

.section-scroller-navi {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 5.6rem;
  font-size: var(--font-size-body-sm);
  white-space: nowrap;
}

.section-scroller-navi .swiper {
  width: 100%;
  overflow: visible;
}

.section-scroller-navi .swiper-slide {
  width: auto !important;
}

.section-scroller-navi-link {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 var(--spacing-container);
}

.section-scroller-navi-link::before {
  content: attr(data-text);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.section-scroller-navi-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--duration) var(--easing);
}

.section-scroller-navi-link.active {
  color: var(--color-black);
}

.section-scroller-navi-link.active::after {
  height: 0.3rem;
}

.section-scroller-navi-link.active::before,
.section-scroller-navi-link:not(.active) > strong {
  color: transparent;
}

/*FILTER====================*/
.filter-dropdown {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.filter-dropdown > .filter-dropdown-ctrl {
  font-size: var(--font-size-body);
  line-height: 1;
  color: var(--color-primary-dark);
}

.filter-dropdown > .filter-dropdown-ctrl .ic {
  font-size: 1.6rem;
}

.filter-dropdown > .filter-dropdown-label {
  display: flex;
  align-items: center;
  grid-gap: 0 var(--spacing-2xs);
  width: auto;
  height: var(--input-height);
  padding: var(--input-spacing-y) var(--input-spacing-x);
  font-size: var(--font-size-body);
  line-height: 1;
  white-space: nowrap;
  color: var(--color-body);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-sm);
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  overflow: hidden;
}

.filter-dropdown > .filter-dropdown-label::after {
  font-family: 'iconfont';
  content: '\e90c';
  font-size: var(--font-size-2xs);
  margin-left: auto;
}

.filter-dropdown > .filter-dropdown-label > .value-selected {
  display: block;
  flex: 1;
  color: var(--color-black);
  padding-right: var(--spacing-2xs);
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-dropdown > .filter-dropdown-select {
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  font-family: sans-serif;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.filter-panel-title {
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xs);
}

.filter-panel-group {
  padding: var(--spacing-xs);
}

.filter-panel-group:not(:last-child) {
  border-bottom: var(--border);
  border-color: var(--color-border-secondary);
}

.filter-panel-group > .filter-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: var(--spacing-2xs);
  cursor: pointer;
}

.filter-panel-group > .filter-panel-title::after {
  font-family: 'iconfont';
  content: '\e90c';
  font-size: var(--font-size-2xs);
  position: relative;
  transition: var(--duration) var(--easing);
}

.filter-panel-group.expanded > .filter-panel-title::after {
  transform: rotate(-180deg);
}

.filter-panel-group > .filter-panel-fields {
  font-size: var(--font-size-body-sm);
}

.filter-panel-group > .filter-panel-fields > *:not(:first-child) {
  margin-top: var(--spacing-xs);
}

.filter-panel-group > .filter-panel-fields:not(:first-child):before {
  content: '';
  display: block;
  width: 100%;
  height: var(--spacing-xs);
}

.filter-panel-fields .choices:not(.style-tag) .choice {
  width: 100%;
  font-size: inherit;
}

.filter-panel-fields
  .choices:not(.style-tag)
  .choice
  input:is([type='checkbox'], [type='radio'])
  + span {
  flex: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  grid-gap: 0 var(--spacing-2xs);
}

.filter-panel-fields
  .choices:not(.style-tag)
  .choice
  input:is([type='checkbox'], [type='radio'])
  + span
  > em {
  font-style: normal;
  color: var(--color-body);
}

.filter-panel-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: var(--color-black);
  background: var(--color-white);
}

.filter-panel-header {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-flow: dense;
  align-items: center;
  width: 100%;
  min-height: 6.4rem;
  padding: var(--spacing-xs);
  background: var(--color-background);
  color: var(--color-black);
  border-bottom: var(--border);
  border-color: var(--color-border-secondary);
}

.filter-panel-header > .filter-panel-title {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}

.filter-panel-header > .filter-panel-close {
  grid-column: 1;
  font-size: var(--font-size-xs);
  line-height: 1;
  color: var(--color-body);
  justify-self: flex-start;
}

.filter-panel-header > .filter-panel-close:hover {
  color: var(--color-accent);
}

.filter-panel-header > .filter-panel-reset {
  grid-column: 3;
  font-size: var(--font-size-body-sm);
  color: var(--color-accent);
  justify-self: flex-end;
}

.filter-panel-footer {
  width: 100%;
  padding: var(--spacing-xs);
  padding-bottom: var(--spacing-lg);
  background: var(--color-background);
  color: var(--color-black);
  border-top: var(--border);
}

.filter-panel-footer > .filter-panel-query {
  width: 100%;
}

#filter-panel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*MODULES====================*/
.card {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  color: rgba(var(--rgb), 1);
  text-align: left;
  white-space: normal;
  cursor: default;
}

.card .ellipsis {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  padding: 0.08em 0;
  overflow: hidden;
}

.card .caption {
  display: flex;
  flex-direction: column;
}

.card .caption,
.card .cover {
  width: 100%;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.card :is(a, button):not(.link-overlay) {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.card .entry-title {
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
}

.card-container {
  --spacing-x: 0px;
  --spacing-y: 0px;
  --column: 1;
  position: relative;
}

.card-container[data-layout='grid'] {
  display: grid;
  grid-gap: var(--spacing-y) var(--spacing-x);
  grid-template-columns: repeat(
    var(--column),
    calc((100% - (var(--spacing-x) * (var(--column) - 1))) / var(--column))
  );
  grid-auto-flow: dense;
}

.card-container[data-layout='flex'] {
  --card-width: calc((100% - (var(--spacing-x) * (var(--column) - 1))) / var(--column));
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--spacing-y) var(--spacing-x);
}

.card-container[data-layout='flex'] > .card {
  width: var(--card-width);
}

.card-container[data-layout='list'] {
  --card-width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--spacing-y) var(--spacing-x);
}

.card-container[data-layout='list'] > .card {
  width: var(--card-width);
}

.card-container[data-layout='slider'] .card-slider {
  margin-left: calc((var(--spacing-x) * -1) / 2);
  margin-right: calc((var(--spacing-x) * -1) / 2);
}

.card-container[data-layout='slider'] .swiper-slide {
  width: calc(100% / var(--column)) !important;
  padding-left: calc(var(--spacing-x) / 2);
  padding-right: calc(var(--spacing-x) / 2);
}

.card-container[data-layout='slider'] .swiper-pagination {
  padding-left: calc(var(--spacing-x) / 2);
  padding-right: calc(var(--spacing-x) / 2);
}

.card-container[data-layout='slider'] .swiper-button-prev {
  left: calc(var(--spacing-x) / 2);
}

.card-container[data-layout='slider'] .swiper-button-next {
  right: calc(var(--spacing-x) / 2);
}

[data-card='tour-trending'] {
  --spacing-x: var(--spacing-xs);
  --spacing-y: var(--spacing-xs);
  --column: 7;
}

[data-card='tour-trending'] .card {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

[data-card='tour-trending'] .card .entry-title {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
}

[data-card='tour-trending'] .card .cover .object-fit::before {
  aspect-ratio: 240/362;
}

[data-card='tour-trending'] .card .cover .object-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--spacing-xs);
  background: linear-gradient(
    180deg,
    rgba(var(--rgb-contrast), 0) 0%,
    rgba(var(--rgb-contrast), 0.3) 70%
  );
  transition: var(--duration) var(--easing);
}

[data-card='tour-trending'] .card .cover .object-overlay.on-hover {
  display: none;
}

[data-card='tour-trending'][data-layout='grid'] {
  grid-auto-flow: dense;
}

[data-card='tour-trending'][data-layout='grid'] > .card {
  grid-column: span 2;
}

[data-card='tour-trending'][data-layout='grid'] > .card .cover,
[data-card='tour-trending'][data-layout='grid'] > .card .cover .object-fit {
  height: 100%;
}

[data-card='tour-trending'][data-layout='grid'] > .card .cover .object-fit::before {
  aspect-ratio: unset;
}

[data-card='tour-highlight'] {
  --spacing-x: var(--spacing-sm);
  --spacing-y: var(--spacing-sm);
  --column: 2;
}

[data-card='tour-highlight'] .card {
  border-radius: var(--border-radius);
  overflow: hidden;
}

[data-card='tour-highlight'] .card .entry-title {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
}

[data-card='tour-highlight'] .card .cover .object-fit::before {
  aspect-ratio: 240/362;
}

[data-card='tour-highlight'] .card .cover .object-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--spacing-xs);
  background: linear-gradient(
    180deg,
    rgba(var(--rgb-contrast), 0) 0%,
    rgba(var(--rgb-contrast), 0.3) 70%
  );
}

[data-card='tour-highlight'][data-layout='slider'] .swiper-slide {
  width: calc(16.6666666667vw + (var(--spacing-x) * 2)) !important;
}

[data-card='tour'] {
  --spacing-x: var(--spacing-column);
  --spacing-y: var(--spacing-row);
  --column: 1;
}

[data-card='tour'] .card {
  color: var(--color-black);
  background: var(--color-white);
  box-shadow:
    0px 4px 6px -1px rgba(10, 13, 18, 0.1),
    0px 2px 4px -2px rgba(10, 13, 18, 0.06);
  border-radius: var(--border-radius);
  overflow: hidden;
}

[data-card='tour'] .card .entry-id {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  color: var(--color-secondary);
}

[data-card='tour'] .card .entry-title {
  color: var(--color-black);
}

[data-card='tour'] .card .entry-price {
  padding: var(--spacing-4xs) var(--spacing-3xs);
  background: var(--color-white);
  border-radius: var(--spacing-4xs);
  overflow: hidden;
}

[data-card='tour'] .card :is(.entry-desc, .entry-block) {
  font-size: var(--font-size-body-sm);
  line-height: 1;
  padding: var(--spacing-xs);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

[data-card='tour'] .card .entry-desc {
  color: var(--color-white);
  background: linear-gradient(192deg, #fdd219 3.29%, #06b2bb 50.19%, #007076 97.14%);
}

[data-card='tour'] .card .entry-desc .ic-wrap {
  align-items: flex-start;
}

[data-card='tour'] .card .entry-desc .ic-wrap .ic::before {
  font-size: 100%;
}

[data-card='tour'] .card .entry-block {
  display: flex;
  flex-direction: column;
  grid-gap: var(--spacing-xs);
  justify-content: space-between;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

[data-card='tour'] .card .entry-block > .entry-category {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body);
  color: var(--color-secondary);
}

[data-card='tour'] .card .entry-block > .entry-info + .entry-info:not(:first-child) {
  padding-top: var(--spacing-xs);
  border-top: var(--border);
}

[data-card='tour'] .card .entry-info > :is(.info-duration, .info-month) {
  width: auto;
}

[data-card='tour'] .card .entry-explore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

[data-card='tour'] .card .entry-explore .entry-price {
  flex: 0 0 auto;
  margin-right: auto;
}

[data-card='tour'] .card .entry-explore > .button {
  flex: 0 0 auto;
  width: auto;
  min-width: 8rem;
}

[data-card='tour'] .card .entry-explore > .action-button.lg {
  margin-left: 0.5rem;
}

[data-card='tour'] .card .caption {
  padding: var(--spacing-xs);
}

[data-card='tour'] .card .caption > *:not(:first-child) {
  margin-top: var(--spacing-xs);
}

[data-card='tour'] .card .caption > .entry-id + .entry-title:not(:first-child) {
  margin-top: var(--spacing-4xs);
}

[data-card='tour'] .card .cover .object-fit::before {
  aspect-ratio: 360/200;
}

[data-card='tour'] .card .cover .object-overlay {
  height: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto;
  grid-gap: var(--spacing-xs);
  justify-content: space-between;
  padding: var(--spacing-xs);
  z-index: 99;
}

[data-card='tour'] .card .cover .object-overlay > .entry-tag {
  grid-row: 1;
  grid-column: 1;
  justify-self: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

[data-card='tour'] .card .cover .object-overlay > .entry-action {
  grid-row: 1;
  grid-column: 2;
  justify-self: flex-end;
  align-self: flex-start;
}

[data-card='tour'] .card .cover .object-overlay > .entry-price {
  grid-row: 2;
  grid-column: 1;
  justify-self: flex-start;
  align-self: flex-end;
}

[data-card='tour'].extra-content .card :is(.link-overlay, .entry-desc),
[data-card='tour'].extra-content .card .cover .object-overlay :is(.entry-price),
[data-card='tour']:not(.extra-content) .card .visible-on-extra-content {
  display: none !important;
}

[data-card='tour-explore'] {
  --spacing-x: var(--spacing-4xs);
  --spacing-y: var(--spacing-sm);
  --column: 2;
}

[data-card='tour-explore'] .card {
  text-align: center;
  grid-gap: var(--spacing-content);
}

[data-card='tour-explore'] .card .entry-title {
  color: var(--color-black);
}

[data-card='tour-explore'] .card > :is(.caption, .cover) {
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
}

[data-card='tour-explore'] .card .cover {
  border-radius: 50vw;
  overflow: hidden;
}

[data-card='tour-explore'] .card .cover .object-fit::before {
  aspect-ratio: 160/280;
}

[data-card='testimonials'] {
  --spacing-x: var(--spacing-column);
  --spacing-y: var(--spacing-row);
  --column: 1;
}

[data-card='testimonials'] .card {
  color: var(--color-body);
  background: var(--color-white);
  border-radius: var(--border-radius-sm);
  box-shadow:
    0px 4px 6px -1px rgba(10, 13, 18, 0.1),
    0px 2px 4px -2px rgba(10, 13, 18, 0.06);
  overflow: hidden;
}

[data-card='testimonials'] .card .entry-name {
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xs);
  color: var(--color-secondary);
}

[data-card='testimonials'] .card .entry-content {
  color: var(--color-black);
  position: relative;
  z-index: 1;
}

[data-card='testimonials'] .card .entry-content:before {
  content: '';
  display: block;
  width: 4.2rem;
  height: 3.8rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="38" viewBox="0 0 42 38" fill="none"><path d="M0.496094 37.9883V23.7793C0.496094 21.11 0.789062 18.457 1.375 15.8203C1.99349 13.151 2.9375 10.7422 4.20703 8.59375C5.50911 6.44531 7.16927 4.67122 9.1875 3.27148C11.2383 1.87174 13.6797 1.10677 16.5117 0.976562V8.69141C14.9167 8.82161 13.582 9.39128 12.5078 10.4004C11.4661 11.4095 10.6361 12.5977 10.0176 13.9648C9.39909 15.2995 8.95964 16.6992 8.69922 18.1641C8.4388 19.6289 8.30859 20.8984 8.30859 21.9727H16.5117V37.9883H0.496094ZM25.3008 37.9883V23.7793C25.3008 21.11 25.5938 18.457 26.1797 15.8203C26.7982 13.151 27.7422 10.7422 29.0117 8.59375C30.3138 6.44531 31.974 4.67122 33.9922 3.27148C36.043 1.87174 38.4844 1.10677 41.3164 0.976562V8.69141C39.7214 8.82161 38.3867 9.39128 37.3125 10.4004C36.2708 11.4095 35.4408 12.5977 34.8223 13.9648C34.2038 15.2995 33.7643 16.6992 33.5039 18.1641C33.2435 19.6289 33.1133 20.8984 33.1133 21.9727H41.3164V37.9883H25.3008Z" fill="%23FFE36B"/></svg>');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transform: translate(-40%, -40%);
}

[data-card='testimonials'] .card .caption {
  flex: 1;
  padding: var(--spacing-md);
  padding-bottom: var(--spacing-sm);
}

[data-card='testimonials'] .card .caption > .entry-content:first-child {
  flex: 1;
}

[data-card='testimonials'] .card .caption > .entry-content + * {
  margin-top: var(--spacing-content);
}

[data-card='testimonials'] .card .cover .object-fit::before {
  aspect-ratio: 279/177;
}

[data-card='testimonials'][data-layout='slider'] .swiper-slide {
  width: calc(19.375vw + (var(--spacing-x) * 2)) !important;
  min-width: calc(279px + (var(--spacing-x) * 2)) !important;

  width: clamp(calc(19.375vw + (var(--spacing-x) * 2)), 279px, 71.5384615385vw) !important;
}

[data-card='blog'] {
  --spacing-x: var(--spacing-column);
  --spacing-y: var(--spacing-row);
  --column: 1;
}

[data-card='blog'] .card {
  grid-gap: var(--spacing-content);
}

[data-card='blog'] .card .entry-publish {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  color: var(--color-secondary);
}

[data-card='blog'] .card .entry-title {
  color: var(--color-black);
}

[data-card='blog'] .card .caption > *:not(:first-child) {
  margin-top: var(--spacing-3xs);
}

[data-card='blog'] .card .caption > .entry-tag:not(:first-child) {
  margin-top: var(--spacing-content);
}

[data-card='blog'] .card .cover {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

[data-card='blog'] .card .cover .object-fit::before {
  aspect-ratio: 378/240;
}

[data-card='blog'][data-layout='list'] {
  --spacing-x: var(--spacing-content);
  --spacing-y: var(--spacing-content);
  --column: 1;
}

[data-card='blog'][data-layout='list'] .card {
  flex-direction: row;
  grid-gap: 0 var(--spacing-content-sm);
}

[data-card='blog'][data-layout='list'] .card > .cover {
  flex: 1 1 auto;
  width: 150px;
}

[data-card='blog'][data-layout='list'] .card > .caption {
  justify-content: space-between;
}

[data-card='blog'][data-layout='list'] .card > .caption > .entry-title {
  order: -1;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

[data-card='blog'][data-layout='list'] .card > .caption > .entry-publish {
  order: 1;
  font-weight: var(--font-weight-regular);
  color: var(--color-body);
}

[data-card='blog'][data-layout='list'] .card > .caption > .entry-publish > span {
  color: var(--color-primary-dark);
}

.step-container {
  --spacing-x: 0;
  --spacing-y: var(--spacing-row);
  --column: 1;
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--spacing-y) var(--spacing-x);
  justify-content: center;
}

.step-container > .step {
  position: relative;
  width: calc(100% / var(--column));
  padding: 0 calc(var(--spacing-column) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  grid-gap: var(--spacing-content-sm);
}

.step-container > .step > .entry-icon + * {
  margin-top: calc(var(--spacing-content) - var(--spacing-content-sm));
}

.step-container > .step > .entry-icon > * {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: 7.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.step-container > .step > .entry-title {
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  color: var(--color-black);
}

.benefit-container {
  display: flex;
  flex-direction: column;
  grid-gap: var(--spacing-row) var(--spacing-column);
}

.benefit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: var(--spacing-content);
}

.benefit > .icon {
  --size: clamp(6.4rem, 5.5555555556vw, 8rem);
  width: var(--size);
  height: var(--size);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: var(--border-radius-sm);
  background: linear-gradient(
    180deg,
    rgba(255, 239, 172, 0.48) 9.46%,
    rgba(255, 208, 0, 0.6) 105.68%,
    rgba(255, 212, 0, 0.6) 181.35%
  );
  box-shadow:
    0px 1px 3px 0px rgba(10, 13, 18, 0.1),
    0px 1px 2px -1px rgba(10, 13, 18, 0.1);
}

.benefit > .icon > * {
  display: block;
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.benefit > .caption {
  flex: 1;
  display: flex;
  flex-direction: column;
  grid-gap: var(--spacing-content-xs);
}

.benefit > .caption > .entry-title {
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  color: var(--color-black);
}

.plan-day {
  --size: 4.8rem;
  width: var(--size);
  height: var(--size);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  background: var(--color-primary);
  border-radius: 50%;
  overflow: hidden;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  text-transform: uppercase;
}

.plan-day > strong {
  display: block;
  font-size: var(--font-size-body);
  line-height: inherit;
}

.plan-detail > *:not(:first-child) {
  margin-top: var(--spacing-content);
}

.plan-detail > .entry-title {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xs);
  color: var(--color-black);
}

.plan-program tr > :is(th, td) {
  vertical-align: top;
}

.plan-program tr > :is(th, td):not(:last-child) {
  padding-right: var(--spacing-content);
}

.plan-program tr > th {
  width: 1%;
  white-space: nowrap;
}

.plan-program tr:not(:first-child) > :is(th, td) {
  padding-top: var(--spacing-content);
}

.plan-program .entry-tag .tag {
  min-width: 8rem;
}

.plan-program .entry-content img {
  max-width: 100%;
  max-height: 27.3rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

#tour-nav-top {
  width: 100%;
  color: var(--color-body);
  background: var(--color-white);
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  top: var(--header-height);
  bottom: auto;
  left: 0;
  right: 0;
}

#tour-nav-bottom {
  width: 100%;
  padding: 0 var(--spacing-container) var(--spacing-sm);
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  transition:
    transform var(--duration) var(--easing),
    opacity var(--duration) var(--easing);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #tour-nav-bottom {
    position: fixed;
    bottom: var(--spacing-md);
    right: var(--spacing-md);
    left: auto;
    max-width: 420px;
    padding: 0;
  }
}

#tour-nav-bottom.hidden-compare {
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
}

#tour-nav-bottom .tools-navi {
  width: 100%;
  display: flex;
  grid-gap: 0 var(--spacing-xs);
  padding: 0 var(--spacing-xs);
  font-size: var(--font-size-body);
  color: var(--color-black);
  background: #fff4c3;
  border-radius: clamp(1.6rem, 6.1538461538vw, 2.4rem);
  box-shadow:
    0px 12px 16px -4px rgba(10, 13, 18, 0.08),
    0px 4px 6px -2px rgba(10, 13, 18, 0.03),
    0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  overflow: hidden;
}

#tour-nav-bottom .tools-navi .ic {
  font-size: var(--font-size-body-sm);
}

#tour-nav-bottom .tools-navi > li {
  flex: 1;
}

#tour-nav-bottom .tools-navi > li > a {
  width: 100%;
  height: 100%;
  padding: var(--spacing-xs) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: var(--spacing-3xs);
  text-align: center;
  font-size: 18px !important;
}

#tour-nav-bottom .entry-action {
  padding: 0 var(--spacing-container);
  width: 100%;
  min-height: 6.4rem;
  display: flex;
  align-items: center;
  grid-gap: 0 var(--spacing-xs);
  font-size: 18px !important;
  color: var(--color-black);
  background: var(--color-white);
  box-shadow:
    0px -4px 4px -1px rgba(10, 13, 18, 0.05),
    0px -2px 2px -2px rgba(10, 13, 18, 0.1);
  overflow: visible;
}

#tour-nav-bottom .entry-action > .action .action-button {
  --size: var(--button-height);
  border-color: var(--color-black);
}

#tour-nav-bottom .entry-action > .action .action-tooltip {
  position: absolute !important;
  top: auto !important;
  bottom: calc(100% + 12px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 99999 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#tour-nav-bottom .entry-action > .action:hover .action-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#tour-nav-bottom .entry-action > .action .action-tooltip::before {
  display: none;
}

#tour-nav-bottom .entry-action > .action .action-tooltip a {
  --size: var(--button-height);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: var(--size) !important;
  height: var(--size) !important;
  color: var(--color-black) !important;
  background: var(--color-white) !important;
  border: 1px solid var(--color-white) !important;
  border-radius: calc(var(--size) / 2) !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
}

#tour-nav-bottom .entry-action > .action .action-tooltip a:hover {
  background-color: var(--color-background-light) !important;
  transform: scale(1.05) !important;
}

#tour-nav-bottom .entry-action > .action .action-tooltip a svg,
#tour-nav-bottom .entry-action > .action .action-tooltip a i {
  font-size: 1.8rem !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  transition: opacity 0.15s ease;
  flex-shrink: 0 !important;
}

#tour-nav-bottom .entry-action > .action .action-tooltip a:hover svg,
#tour-nav-bottom .entry-action > .action .action-tooltip a:hover i {
  opacity: 1;
}

/* Alternative positioning when sticky menu is at top of viewport */
#tour-nav-bottom.at-top .entry-action > .action .action-tooltip {
  position: absolute !important;
  top: auto !important;
  bottom: calc(100% + 12px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 99999 !important;
}

#tour-nav-bottom.at-top .entry-action > .action .action-tooltip::before {
  display: none;
}

#tour-nav-bottom .entry-action > .action[data-action='book'] {
  flex: 1;
}

#tour-nav-bottom .entry-action > .action[data-action='book'] .button {
  width: 100%;
}

#tour-nav-bottom {
  display: flex;
  align-items: stretch; /* เปลี่ยนจาก center เป็น stretch เพื่อให้ความสูงเท่ากัน */
  gap: var(--spacing-xs);
}

#tour-nav-bottom .tools-navi {
  flex: 1;
  width: auto;
}

/* Compare Section - ให้มีความสูงเท่ากับ tools-navi */
#tour-nav-bottom .compare-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

#tour-nav-bottom .compare-section .compare-button {
  height: 100%; /* ให้ปุ่มมีความสูงเต็ม */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0; /* รีเซ็ต margin */
}

/* Pages: Tour Listing */
.tour-listing-main [data-section='tour-highlight'] > .sc-inner {
  padding-top: var(--spacing-sm);
}

.tour-listing-main [data-section='tour-blog'] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.tour-listing-main [data-section='tour-explore'] {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 33.84%, rgba(255, 255, 255, 1) 103.38%);
}

/* Page: Tour Detail */
.tour-detail-header {
  position: relative;
  z-index: 1;
}

.tour-detail-header > .sc-inner {
  padding-top: var(--spacing-sm);
}

.tour-detail-header .sc-cover [data-card='tour'] .card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tour-detail-header .sc-actions .entry-action > * {
  flex: 1;
}

.tour-detail-header .sc-gallery {
  --column: 2;
  display: grid;
  grid-template-columns: repeat(var(--column), 1fr);
  grid-auto-flow: dense;
  grid-gap: var(--spacing-3xs);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.tour-detail-header .sc-gallery > .sc-gallery-item.object-fit::before {
  aspect-ratio: 298/236;
}

.tour-detail-header .sc-gallery > .sc-gallery-item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}

.tour-detail-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--spacing-row) var(--spacing-column);
  padding: var(--spacing-sm);
  border-top: 0.8rem solid var(--color-secondary);
  background-image: url(../media/design/sticker-travel-time.svg);
  background-repeat: no-repeat;
  background-size: 15.6rem auto;
  background-position: right -2.8rem bottom 4rem;
}

.tour-detail-summary .summary > *:not(:first-child) {
  margin-top: var(--spacing-content-sm);
}

.tour-detail-plan .plan {
  padding: var(--spacing-sm);
  display: flex;
  grid-gap: var(--spacing-xs);
}

.tour-detail-plan .plan:not(:first-child) {
  border-top: var(--border);
}

.tour-detail-highlight [data-card='tour-highlight'] {
  --spacing-x: var(--spacing-3xs);
  --spacing-y: var(--spacing-3xs);
}

.tour-detail-highlight [data-card='tour-highlight'] .card {
  border-radius: var(--border-radius-sm);
}

.tour-detail-highlight [data-card='tour-highlight'] .card .cover .object-fit::before {
  aspect-ratio: 262/226;
}

.tour-detail-date-price .entry-price .price-sale {
  font-weight: var(--font-weight-regular);
}

.tour-detail-date-price :is(.entry-month, .entry-date) {
  color: var(--color-black);
  font-size: var(--font-size-h6);
}

.tour-detail-date-price + .tour-detail-date-price {
  margin-top: var(--spacing-3xs);
}

.tour-detail-date-price .date-price-grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-3xs);
}

.tour-detail-date-price .date-price-grid {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--spacing-2xs);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-xs);
  color: var(--color-body);
  background: var(--color-white);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.tour-detail-date-price .date-price-grid.active {
  border-color: var(--color-black);
}

.tour-detail-date-price .date-price-list {
  position: relative;
  padding: var(--spacing-xs);
  display: flex;
  align-items: first baseline;
  grid-gap: var(--spacing-xs);
}

.tour-detail-date-price .date-price-list:not(:first-child) {
  border-top: var(--border);
}

.tour-detail-date-price .date-price-list > .entry-meta {
  flex: 1;
}

/* .tour-detail-date-price .date-price-list > .entry-explore {
  display: none;
} */

.tour-detail-program .accordion {
  color: var(--color-black);
  background: var(--color-white);
  border-radius: var(--border-radius-sm);
  box-shadow:
    0px 4px 6px -1px rgba(10, 13, 18, 0.1),
    0px 2px 4px -2px rgba(10, 13, 18, 0.06);
  overflow: hidden;
}

.tour-detail-program .accordion > :is(.entry-title, .entry-panel) {
  padding: var(--spacing-sm);
}

.tour-detail-program .accordion > .entry-title {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  grid-column-gap: var(--spacing-xs);
}

.tour-detail-program .accordion > .entry-title > .plan-title {
  flex: 1;
}

.tour-detail-program .accordion.active > .entry-title {
  background: var(--color-primary);
  color: var(--color-black);
}

.tour-detail-program .accordion.active > .entry-title > .plan-day {
  background: var(--color-white);
  color: var(--color-black);
}

.tour-detail-main
  [data-section='tour-detail']
  > [class^='tour-detail-']:not(:last-child)
  > .sc-inner {
  padding-bottom: 0;
}

.tour-detail-main [data-section='tour-blog'] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

/* Page: Index */
.index-main [data-section='hero'] {
  --font-size-body: var(--font-size-h6);
  --input-height: 5.6rem;
  --button-height: 5.6rem;
  --button-spacing-x: var(--spacing-sm);
}

.index-main [data-section='trending'] {
  background: linear-gradient(180deg, rgba(6, 178, 187, 0) 18.49%, rgba(1, 198, 195, 0.2) 128.52%);
}

.index-main [data-section='trending'] .sc-heading .display-inline-block .sticker {
  transform: translate(-40%, -65%);
}

.index-main [data-section='trending'] .sc-gallery {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  pointer-events: none;
  margin-top: -16%;
}

.index-main [data-section='trending'] .sc-gallery .sc-gallery-item {
  position: relative;
  display: block;
  border: clamp(0.3rem, 0.5555555556vw, 0.8rem) solid var(--color-white);
  box-shadow:
    0px 0.888px 2.665px 0px rgba(10, 13, 18, 0.1),
    0px 0.888px 1.776px -0.888px rgba(10, 13, 18, 0.1);
}

.index-main [data-section='trending'] .sc-gallery .sc-gallery-item.object-fit::before {
  aspect-ratio: 214/232;
}

.index-main [data-section='trending'] .sc-gallery .sc-gallery-item:nth-child(1) {
  transform: rotate(-3.058deg);
  margin-top: 19.397%;
  margin-left: 0.68%;
  margin-right: -4.775%;
}

.index-main [data-section='trending'] .sc-gallery .sc-gallery-item:nth-child(2) {
  transform: rotate(-0.453deg);
  margin-top: 1.758%;
  margin-right: -4.473%;
  z-index: 1;
}

.index-main [data-section='trending'] .sc-gallery .sc-gallery-item:nth-child(3) {
  transform: rotate(3.283deg);
  margin-top: 20.447%;
  margin-right: -8.07%;
}

.index-main [data-section='trending'] .sc-gallery .sc-gallery-item:nth-child(4) {
  transform: none;
  margin-right: -6.365%;
  z-index: -1;
}

.index-main [data-section='trending'] .sc-gallery .sc-gallery-item:nth-child(5) {
  transform: rotate(11.539deg);
  margin-top: 24.512%;
}

.index-main [data-section='trending'] .sc-gallery .sc-gallery-item:not(:nth-child(-n + 5)) {
  display: none;
}

.index-main [data-section='tour-license'] {
  background:
    linear-gradient(
      180deg,
      rgba(6, 178, 187, 0) 0%,
      rgba(1, 198, 195, 0.05) 52.42%,
      rgba(4, 188, 191, 0) 97.08%
    ),
    var(--color-white);
}

.index-main [data-section='tour-license'] .sc-column > .sc-group + .sc-group {
  padding-top: var(--spacing-row);
  border-top: var(--border);
}

/* Page: Blog Listing */
[data-layout='blog-listing'].sc-layout
  > .sc-sidebar
  [data-filter='blog-category']
  .entry-tag
  > .tag-category {
  width: calc(50% - var(--spacing-3xs) / 2);
  text-align: left;
  justify-content: flex-start;
}

[data-layout='blog-listing'].sc-layout
  > .sc-sidebar
  [data-filter='blog-category']
  .entry-tag
  > .tag-category
  > .ic {
  margin-left: var(--spacing-3xs);
}

[data-layout='blog-listing'].sc-layout > .sc-sidebar [data-filter] .entry-tag > .tag.active {
  display: none;
}

[data-section='blog-listing'].category-active
  .sc-layout
  > .sc-sidebar
  [data-filter='blog-country'] {
  order: -1;
}

/* Page: Blog Detail */
[data-section='blog-detail'] .sc-cover {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

[data-section='blog-detail'] .sc-cover .object-fit::before {
  aspect-ratio: 1216/550;
}

.blog-metadata {
  display: flex;
  grid-gap: var(--spacing-content);
  position: relative;
  z-index: 1;
}

.blog-metadata > .entry-group {
  display: flex;
  flex-direction: column;
  grid-gap: var(--spacing-4xs);
}

.blog-metadata > .entry-group > .entry-title {
  font-size: var(--font-size-sm);
  color: var(--color-body);
}

.blog-metadata > .entry-group > .entry-data {
  font-size: var(--font-size-body);
  color: var(--color-primary-dark);
}

/* Page: Service */
.service-main [data-section='intro'] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.service-main [data-section='intro'] .sc-gallery.service-gallery-set1 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(18, auto);
  grid-auto-flow: dense;
  grid-gap: 1.2rem;
}

.service-main [data-section='intro'] .sc-gallery.service-gallery-set1::before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(
    217deg,
    rgba(253, 210, 25, 0.4) 26.77%,
    rgba(6, 178, 187, 0.4) 64.73%,
    rgba(0, 112, 118, 0.4) 93.94%
  );
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-main [data-section='intro'] .sc-gallery.service-gallery-set1 > .sc-gallery-item {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #a1a1a1;
  border: 1.2rem solid var(--color-white);
  border-bottom-width: 6rem;
  box-shadow:
    0px 3px 4.5px -0.75px rgba(10, 13, 18, 0.1),
    0px 1.5px 3px -1.5px rgba(10, 13, 18, 0.06);
}

.service-main
  [data-section='intro']
  .sc-gallery.service-gallery-set1
  > .sc-gallery-item:nth-child(1) {
  grid-column: 1;
  grid-row: 4 / span 6;
}

.service-main
  [data-section='intro']
  .sc-gallery.service-gallery-set1
  > .sc-gallery-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 6;
}

.service-main
  [data-section='intro']
  .sc-gallery.service-gallery-set1
  > .sc-gallery-item:nth-child(3) {
  grid-column: 3;
  grid-row: 5 / span 6;
}

.service-main
  [data-section='intro']
  .sc-gallery.service-gallery-set1
  > .sc-gallery-item:nth-child(4) {
  grid-column: 2;
  grid-row: 7 / span 6;
}

.service-main
  [data-section='intro']
  .sc-gallery.service-gallery-set1
  > .sc-gallery-item:nth-child(5) {
  grid-column: 1;
  grid-row: 10 / span 6;
}

.service-main
  [data-section='intro']
  .sc-gallery.service-gallery-set1
  > .sc-gallery-item:nth-child(6) {
  grid-column: 3;
  grid-row: 11 / span 6;
}

.service-main
  [data-section='intro']
  .sc-gallery.service-gallery-set1
  > .sc-gallery-item:nth-child(7) {
  grid-column: 2;
  grid-row: 13 / span 6;
}

.service-main
  [data-section='intro']
  .sc-gallery.service-gallery-set1
  > .sc-gallery-item:not(:nth-child(-n + 7)) {
  display: none;
}

.service-main [data-section='intro'] .sc-gallery.service-gallery-set2 {
  position: relative;
  z-index: 1;
}

.service-main [data-section='intro'] .sc-gallery.service-gallery-set2::before {
  content: '';
  display: block;
  width: 85%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(
    217deg,
    rgba(253, 210, 25, 0.4) 26.77%,
    rgba(6, 178, 187, 0.4) 64.73%,
    rgba(0, 112, 118, 0.4) 93.94%
  );
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-main [data-section='intro'] .sc-gallery.service-gallery-set2 > .sc-gallery-item {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #a1a1a1;
  border: 1.8rem solid var(--color-white);
  border-bottom-width: 9rem;
  box-shadow:
    0px 3px 4.5px -0.75px rgba(10, 13, 18, 0.1),
    0px 1.5px 3px -1.5px rgba(10, 13, 18, 0.06);
}

.service-main
  [data-section='intro']
  .sc-gallery.service-gallery-set2
  > .sc-gallery-item:nth-child(1) {
  width: 69.28%;
  margin-left: 0;
  margin-right: auto;
  transform: rotate(-3.56deg);
}

.service-main
  [data-section='intro']
  .sc-gallery.service-gallery-set2
  > .sc-gallery-item:nth-child(2) {
  width: 69.28%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -33%;
  transform: rotate(1.97deg);
}

/*ANIMATE====================*/
.animate {
  -webkit-animation-duration: var(--duration-slower);
  animation-duration: var(--duration-slower);
  -webkit-animation-timing-function: var(--easing);
  animation-timing-function: var(--easing);
}

.animated {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/*MEDIA QUERIES:MIN====================*/
@media (min-width: 600px) {
  .visible-mobile-sm {
    display: none !important;
  }

  .visible-mobile-sm:first-child + *:not(:first-child) {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .visible-mobile {
    display: none !important;
  }

  .visible-mobile:first-child + *:not(:first-child) {
    margin-top: 0 !important;
  }

  /* Section */
  .sc-pagination ul > li > *:is(.prev, .next) {
    padding-left: var(--spacing-xs);
    padding-right: var(--spacing-xs);
  }

  /* Modules */
  [data-card='tour'],
  [data-card='blog'] {
    --column: 2;
  }

  html.no-touchevents [data-card='tour-trending'] .card .cover .object-overlay.on-hover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
  }

  html.no-touchevents [data-card='tour-trending'] .card .cover .object-overlay.on-hover,
  html.no-touchevents
    [data-card='tour-trending']
    .card:hover
    .cover
    .object-overlay:not(.on-hover) {
    opacity: 0;
  }

  html.no-touchevents [data-card='tour-trending'] .card .cover .object-overlay.on-hover *,
  html.no-touchevents
    [data-card='tour-trending']
    .card:hover
    .cover
    .object-overlay:not(.on-hover) {
    pointer-events: none;
  }

  html.no-touchevents [data-card='tour-trending'] .card:hover .cover .object-overlay.on-hover {
    opacity: 1;
  }

  [data-card='tour-explore'] {
    --column: 4;
  }

  [data-card='testimonials'] {
    --column: 4;
  }

  .plan-program .entry-tag .tag {
    font-size: var(--font-size-body-sm);
  }

  .plan-program .entry-content img {
    display: inline-block;
    vertical-align: top;
  }

  /* Page: Tour Detail */
  .tour-detail-summary,
  .tour-detail-plan .plan,
  .tour-detail-date-price .date-price-list,
  .tour-detail-program .accordion > :is(.entry-title, .entry-panel) {
    padding: var(--spacing-md);
  }

  .tour-detail-plan .plan,
  .tour-detail-date-price .date-price-list,
  .tour-detail-program .accordion > .entry-title {
    grid-gap: var(--spacing-sm);
  }

  .tour-detail-highlight [data-card='tour-highlight'] {
    --column: 3;
  }

  .tour-detail-date-price .date-price-list {
    align-items: center;
  }

  .tour-detail-date-price .date-price-list > .entry-explore {
    display: block;
  }

  .tour-detail-date-price .date-price-list > .link-overlay {
    display: none;
  }

  /* Page: Blog Detail */
  .blog-metadata:not(:last-child) {
    padding-bottom: var(--spacing-content);
    border-bottom: var(--border);
    border-color: var(--color-border-secondary);
  }

  .blog-metadata > .entry-action {
    margin-left: auto;
    align-self: center;
  }
}

@media (min-width: 992px) {
  .visible-device-sm {
    display: none !important;
  }

  .visible-device-sm:first-child + *:not(:first-child) {
    margin-top: 0 !important;
  }

  :root {
    --container-md: 101.2rem;
    --container-sm: 56rem;
    --container-xs: 46rem;
  }

  /* General */
  .container.width-md {
    max-width: calc(var(--container-md) + (var(--spacing-container) * 2));
  }

  .container.width-sm {
    max-width: calc(var(--container-sm) + (var(--spacing-container) * 2));
  }

  .container.width-xs {
    max-width: calc(var(--container-xs) + (var(--spacing-container) * 2));
  }

  .float-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .float-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  /* Footer */
  .footer-navi {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-flow: dense;
    grid-column-gap: var(--spacing-md);
    align-items: center;
  }

  .footer-navi > .social {
    grid-column: 1;
    justify-self: flex-start;
    text-align: left;
  }

  .footer-navi > .brand {
    grid-column: 2;
    justify-self: center;
    text-align: center;
  }

  .footer-navi > .copyright {
    grid-column: 3;
    justify-self: flex-end;
    text-align: right;
  }

  /* Section */
  .sc-layout > .sc-main {
    width: 70.3947368421%;
  }

  .sc-layout > .sc-sidebar {
    flex: 1;
    position: relative;
  }

  .sc-layout > .sc-sidebar > [data-sticky] {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--header-height) + var(--spacing-content));
  }

  .sc-columns > .sc-column {
    width: calc(50% - var(--spacing-column) / 2);
  }

  .sc-columns > .sc-column.width-md {
    width: 48.6842105263%;
  }

  .sc-columns > .sc-column.width-sm {
    width: 43.2565789474%;
  }

  .sc-columns > .sc-column.width-xs {
    width: 36.7598684211%;
  }

  .sc-columns > .sc-column.valign-center {
    align-self: center;
  }

  /* Filter */
  #filter-panel {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .filter-panel-container {
    border-radius: var(--border-radius);
    border: var(--border);
  }

  .filter-panel-header {
    background: none;
    color: inherit;
    grid-template-columns: 1fr auto;
    align-items: baseline;
  }

  .filter-panel-header > .filter-panel-title {
    grid-column: 1;
    justify-self: flex-start;
    font-size: var(--font-size-h5);
    line-height: var(--line-height-h5);
    text-align: left;
  }

  .filter-panel-header > .filter-panel-reset {
    grid-column: 2;
  }

  .filter-panel-header > .filter-panel-close {
    display: none;
  }

  .filter-panel-footer {
    display: none;
  }

  /* Modules */
  .card-container[data-layout='slider'].init-device-sm .card-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .card-container[data-layout='slider'].init-device-sm .swiper-wrapper {
    width: 100% !important;
    transform: none !important;
    cursor: default !important;
    display: grid;
    grid-gap: var(--spacing-y) var(--spacing-x);
    grid-template-columns: repeat(
      var(--column),
      calc((100% - (var(--spacing-x) * (var(--column) - 1))) / var(--column))
    );
    grid-auto-flow: dense;
  }

  .card-container[data-layout='slider'].init-device-sm .swiper-slide {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    transition: none !important;
  }

  [data-card='tour'],
  [data-card='blog'] {
    --column: 3;
  }

  [data-card='tour'][data-layout='list'] .card {
    display: flex;
    flex-direction: row;
  }

  [data-card='tour'][data-layout='list'] .card > .cover {
    width: 45.9112149533%;
  }

  [data-card='tour'][data-layout='list'] .card > .cover > * {
    height: 100%;
  }

  [data-card='tour'][data-layout='list'] .card > .cover .object-overlay .entry-tag .tag {
    min-height: 2.8rem;
    font-size: var(--font-size-body-sm);
  }

  [data-card='tour'][data-layout='list'] .card > .caption {
    flex: 1;
  }

  [data-card='tour-trending'] {
    --spacing-x: var(--spacing-xs);
    --spacing-y: var(--spacing-xs);
    --column: 7;
  }

  [data-card='tour-trending'][data-layout='grid']
    > .card:is(:nth-child(8n + 1))
    .cover
    .object-fit::before {
    aspect-ratio: 336/383;
    min-height: 16rem;
  }

  [data-card='tour-trending'][data-layout='grid']
    > .card:is(:nth-child(8n + 4))
    .cover
    .object-fit::before {
    aspect-ratio: 512/426;
    min-height: 20rem;
  }

  [data-card='tour-trending'][data-layout='grid']
    > .card:is(:nth-child(8n + 7))
    .cover
    .object-fit::before {
    aspect-ratio: 864/383;
    min-height: 16rem;
  }

  [data-card='tour-trending'][data-layout='grid']
    > .card:is(:nth-child(8n + 2), :nth-child(8n + 4)) {
    grid-column: span 3;
  }

  [data-card='tour-trending'][data-layout='grid'] > .card:is(:nth-child(8n + 7)) {
    grid-column: span 5;
  }

  [data-card='tour-explore'] .card .cover {
    width: clamp(11.1111111111vw, 160px, 100%);
  }

  .step-container {
    --column: 4;
  }

  .step-container > .step:not(:nth-child(4n + 4)):not(:last-child):after {
    content: '';
    display: block;
    width: min(7.01388888889vw, 10.1rem);
    height: auto;
    aspect-ratio: 101/16;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="101" height="16" viewBox="0 0 101 16" fill="none"><path d="M92.9287 0.928487C93.3191 0.538062 93.9522 0.53826 94.3428 0.928487L100.707 7.29274C101.098 7.68327 101.098 8.31628 100.707 8.70681L94.3428 15.0711C93.9522 15.4613 93.3191 15.4615 92.9287 15.0711C92.5383 14.6806 92.5385 14.0476 92.9287 13.657L97.5859 8.99978H0V6.99978H97.5859L92.9287 2.34255C92.5385 1.952 92.5383 1.31891 92.9287 0.928487Z" fill="%23111111"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .entry-content.step-strong strong {
    color: #06b2bb;
  }

  /* Page: Tour Listing */
  .tour-listing-main [data-section='tour-highlight'] {
    --cover-width: 41.6666666667%;
    display: flex;
  }

  .tour-listing-main [data-section='tour-highlight'] > .sc-cover {
    width: var(--cover-width);
    border-bottom-right-radius: 16px;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
    left: 0;
  }

  .tour-listing-main [data-section='tour-highlight'] > .sc-cover .object-fit::before {
    aspect-ratio: 600/800;
  }

  .tour-listing-main [data-section='tour-highlight'] > .sc-inner {
    width: calc(100% - var(--cover-width));
    padding-bottom: 0;
  }

  .tour-listing-main [data-section='tour-highlight'] > .sc-inner > .sc-container {
    padding-left: var(--spacing-2xl);
  }

  .tour-listing-main [data-section='tour-highlight'] .sc-desc {
    width: 100%;
    max-width: 39.9305555556vw;
  }

  .tour-listing-main
    [data-section='tour-highlight']
    .sc-content
    [data-card='tour-highlight'][data-layout='slider'] {
    --translateX: 12.08333333333vw;
    width: calc(100% + (var(--spacing-2xl) * 2) + var(--spacing-container) + var(--translateX));
    transform: translateX(calc((var(--spacing-2xl) * 2 + var(--translateX)) * -1));
  }

  .tour-listing-main
    [data-section='tour-highlight']
    .sc-content
    [data-card='tour-highlight'][data-layout='slider']
    .card-slider {
    -webkit-mask-box-image: -webkit-linear-gradient(
      0deg,
      transparent 0%,
      white calc(var(--spacing-2xl) + (var(--spacing-x) / 2))
    );
    padding-left: var(--spacing-2xl);
    padding-right: var(--spacing-container);
  }

  /* Page: Tour Detail */
  [data-section='tour-detail'] .sc-layout > .sc-main {
    width: calc(62.2796052632% + var(--spacing-column));
  }

  .tour-detail-header .sc-headline {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: var(--spacing-3xs) var(--spacing-column);
  }

  .tour-detail-header .sc-headline > * {
    grid-column: 1;
  }

  .tour-detail-header .sc-headline > *:not(:first-child) {
    margin-top: 0;
  }

  .tour-detail-header .sc-headline > .sc-actions {
    grid-column: 2;
    align-self: center;
  }

  .tour-detail-header .sc-gallery {
    --column: 4;
  }

  .tour-detail-date-price .date-price-grids {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: var(--spacing-content);
  }

  .tour-detail-date-price + .tour-detail-date-price {
    margin-top: var(--spacing-content);
  }

  .tour-detail-main [data-section='tour-billboard'] .sc-headline {
    display: grid;
    grid-template-columns: 1fr 37.5494071146%;
    grid-gap: var(--spacing-content-sm) var(--spacing-2xl);
    justify-content: center;
    align-items: center;
  }

  .tour-detail-main [data-section='tour-billboard'] .sc-headline > *:not(:first-child) {
    margin-top: 0;
  }

  .tour-detail-main [data-section='tour-billboard'] .sc-headline > .sc-heading {
    grid-column: 1;
  }

  .tour-detail-main [data-section='tour-billboard'] .sc-headline > :is(.sc-desc, .sc-explore) {
    grid-column: 2;
  }

  /* Page: Index */
  .index-main [data-section='trending'] .sc-container {
    --headline-width: 40.2960526316%;
    display: flex;
    align-items: center;
    grid-column-gap: var(--spacing-column);
  }

  .index-main [data-section='trending'] .sc-container > *:not(:first-child) {
    margin-top: 0;
  }

  .index-main [data-section='trending'] .sc-container > .sc-headline {
    width: var(--headline-width);
    position: relative;
    z-index: 2;
  }

  .index-main [data-section='trending'] .sc-container > .sc-fluid {
    width: calc(100% - var(--headline-width) - var(--spacing-column));
  }

  .index-main [data-section='trending'] .sc-container > .sc-fluid > .sc-gallery {
    width: 61.5277777778vw;
  }

  .index-main [data-section='trending'] .sc-heading .display-inline-block {
    position: static;
  }

  .index-main [data-section='trending'] .sc-heading .display-inline-block .sticker {
    left: auto;
    right: calc(var(--spacing-column) * -1);
    top: 50%;
    transform: translate(50%, -25%);
  }

  .index-main [data-section='trending'] .sc-desc {
    padding-right: var(--spacing-container);
  }

  /* Page: Blog Listing */
  [data-layout='blog-listing'].sc-layout
    > .sc-sidebar
    [data-filter='blog-category']
    .entry-tag
    > .tag-category {
    width: 100%;
  }

  [data-layout='blog-listing'].sc-layout > .sc-main [data-card='blog'] {
    --column: 2;
  }

  /* Page: Blog Detail */
  [data-section='blog-detail'] .sc-container > .sc-headline {
    width: 61.8421052632%;
  }

  [data-layout='blog-detail'].sc-layout {
    display: grid;
    grid-template-columns: 61.8421052632% 32.8947368421%;
    grid-auto-flow: dense;
    grid-gap: var(--spacing-section) 0px;
    justify-content: space-between;
  }

  [data-layout='blog-detail'].sc-layout > .sc-main {
    grid-column: 1;
    width: 100%;
  }

  [data-layout='blog-detail'].sc-layout > .sc-sidebar {
    grid-column: 2;
    width: 100%;
  }

  [data-layout='blog-detail'].sc-layout > .sc-related {
    grid-column: 1 / span 2;
    width: 100%;
  }

  [data-layout='blog-detail'].sc-layout > .sc-related:not(:first-child) {
    padding-top: var(--spacing-section);
    border-top: var(--border);
    border-color: var(--color-border-secondary);
  }

  /* Page: Service */
  .service-main [data-section='intro'] .sc-columns-alternate > .sc-columns:nth-child(even) {
    flex-direction: row-reverse;
  }

  .service-main
    [data-section='intro']
    .sc-columns-alternate
    > .sc-columns:nth-child(odd)
    > .sc-column.gallery,
  .service-main
    [data-section='intro']
    .sc-columns-alternate
    > .sc-columns:nth-child(even)
    > .sc-column.content {
    width: 48.6842105263%;
  }

  .service-main
    [data-section='intro']
    .sc-columns-alternate
    > .sc-columns:nth-child(even)
    > .sc-column.gallery,
  .service-main
    [data-section='intro']
    .sc-columns-alternate
    > .sc-columns:nth-child(odd)
    > .sc-column.content {
    width: 43.2565789474%;
  }

  .service-main
    [data-section='intro']
    .sc-columns-alternate
    > .sc-columns:nth-child(odd)
    > .sc-column.gallery:nth-child(2)
    .sc-gallery {
    width: 52.9861111111vw;
  }
}

@media (min-width: 1200px) {
  .visible-device {
    display: none !important;
  }

  .visible-device:first-child + *:not(:first-child) {
    margin-top: 0 !important;
  }

  /* Header */
  .header-navi {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 4.4rem 1fr;
    grid-column-gap: var(--spacing-lg);
  }

  .header-navi > .header-brand {
    grid-row: 1 / span 2;
    grid-column: 1;
    justify-self: flex-start;
    align-self: center;
  }

  .header-navi > .header-infos {
    grid-row: 1;
    grid-column: 2 / span 2;
    justify-self: flex-end;
    align-self: center;
  }

  .header-navi > .header-menu {
    grid-row: 2;
    grid-column: 2;
    justify-self: flex-start;
    align-self: stretch;
  }

  .header-navi > .header-tools {
    grid-row: 2;
    grid-column: 3;
    justify-self: flex-end;
    align-self: center;
  }

  .header-tools .tool[data-tool='menu'] {
    display: none !important;
  }

  .header-menu {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header-menu :is([class^='menu-panel'], .menu) {
    height: 100%;
  }

  .header-menu .menu-panel-footer {
    display: none !important;
  }

  .header-menu .menu {
    display: flex;
    grid-column-gap: var(--spacing-column);
  }

  .header-menu .menu > li {
    display: flex;
    position: relative;
  }

  .header-menu .menu > li > a {
    display: flex;
    align-items: center;
    grid-column-gap: var(--spacing-2xs);
    position: relative;
  }

  .header-menu .menu > li > a::before {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    transition: height var(--duration) var(--easing);
    background-color: var(--color-secondary);
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .header-menu .menu > li > a.active::before {
    height: var(--spacing-4xs);
  }

  .header-menu .menu > li > a[href='javascript:;']::after {
    font-family: 'iconfont';
    content: '\e90c';
    font-size: 50%;
    transition: transform var(--duration) var(--easing);
  }

  .header-menu .menu > li:hover > a[href='javascript:;']::after {
    transform: rotate(-180deg);
  }

  .header-menu .menu-dropdown {
    margin: 0 !important;
    padding: var(--spacing-4xs) 0 !important;
    height: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
  }

  .header-menu .menu-dropdown-parent {
    position: relative;
    z-index: 1;
  }

  .header-menu .menu-dropdown-parent::after {
    content: '';
    display: block;
    width: 1.8rem;
    height: 1.6rem;
    background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.26819 1C8.03803 -0.333231 9.96227 -0.333299 10.7321 1L17.6598 13C18.4296 14.3333 17.4679 15.9999 15.9283 16H2.0719C0.532344 16 -0.430198 14.3333 0.339478 13L7.26819 1Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--duration) var(--easing);
  }

  .header-menu .menu-dropdown-parent:hover::after {
    opacity: 1;
  }

  .header-menu .menu-dropdown-parent:hover > a::before {
    opacity: 0;
  }

  .header-menu .menu-dropdown-wrap {
    position: relative;
    width: 100%;
    color: var(--color-black);
    background: var(--color-white);
    box-shadow:
      0px 12px 16px -4px rgba(10, 13, 18, 0.08),
      0px 4px 6px -2px rgba(10, 13, 18, 0.03),
      0px 2px 2px -1px rgba(10, 13, 18, 0.04);
    border-radius: var(--border-radius);
    overflow: hidden;
  }

  .header-menu .menu-dropdown-scroll {
    width: auto;
    max-width: none;
    max-height: calc(100dvh - var(--header-height) - (var(--spacing-3xs) * 2));
    padding: 0 25px 0 0;
    margin-right: -25px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto;
  }

  .header-menu .menu-dropdown-inner {
    padding: var(--spacing-md);
  }
}

/*MEDIA QUERIES:MAX====================*/
@media (max-width: 1199px) {
  :root {
    --spacing-container: var(--spacing-xl);
    --spacing-section: var(--spacing-xl);
    --spacing-row: var(--spacing-md);
    --spacing-column: var(--spacing-md);
  }

  .hidden-device {
    display: none !important;
  }

  .hidden-device:first-child + *:not(:first-child) {
    margin-top: 0 !important;
  }

  .overflow-hidden-device {
    overflow: hidden !important;
  }

  .overflow-visible-device {
    overflow: visible !important;
  }

  .alignwide-device {
    width: 100% !important;
  }

  .alignfull-device {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  /* Header */
  .header-navi {
    grid-template-columns: auto auto;
    grid-column-gap: var(--spacing-container);
    justify-content: space-between;
  }

  .header-navi > *:not(.header-menu) {
    position: relative;
    z-index: 101;
  }

  .header-navi > .header-infos {
    display: none !important;
  }

  .header-navi > .header-brand {
    grid-column: 1;
    justify-content: flex-start;
    align-self: center;
  }

  .header-navi > .header-tools {
    grid-column: 2;
    justify-content: flex-end;
    align-self: center;
  }

  .header-tools .tool:not([data-tool='menu']) {
    transition: opacity var(--duration) var(--easing);
  }

  html.header-menu-active .header-tools .tool:not([data-tool='menu']) {
    opacity: 0;
    pointer-events: none;
  }

  html.header-menu-active .header-menu-ctrl .ic::before {
    content: '\e900';
  }

  .header-menu {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100dvh;
    padding-top: var(--header-height);
    overflow: hidden;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    display: none;
  }

  html.header-menu-active .header-menu {
    pointer-events: auto;
  }

  .header-menu {
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-body);
  }

  .header-menu .menu > li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0;
    border-bottom: var(--border);
  }

  .header-menu .menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: var(--spacing-2xs);
    width: 100%;
    padding: var(--spacing-xs) var(--spacing-container);
  }

  .header-menu .menu > li.menu-dropdown-parent > a::after {
    display: block;
    width: auto;
    font-family: 'iconfont';
    content: '\e908';
    font-size: 73%;
    transition: transform var(--duration) var(--easing);
  }

  .header-menu .menu > li.menu-dropdown-parent.active > a::after {
    transform: rotate(-180deg);
  }

  .header-menu .menu-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--color-white);
    color: var(--color-black);
  }

  .header-menu .menu-panel-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .header-menu .menu-panel-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: none;
    height: 100%;
    padding: 0 25px 0 0;
    margin-right: -25px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .header-menu .menu-panel-footer {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding: var(--spacing-xs) var(--spacing-container);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: var(--spacing-content-sm);
    text-align: center;
    font-family: var(--font-family-body);
    font-weight: var(--font-weight-medium);
  }

  .header-menu .menu-panel-footer > * {
    width: 100%;
  }

  .header-menu .menu-panel-footer .buttons > .button {
    flex: 1 1 auto;
  }

  .header-menu .menu-dropdown {
    width: 100%;
    display: none;
  }

  .header-menu .menu-dropdown-inner {
    padding: var(--spacing-sm) calc(var(--spacing-container) * 2);
    grid-gap: var(--spacing-sm);
    border-top: var(--border);
  }

  .header-menu .menu-dropdown-inner > .menu-tour {
    flex: 1;
  }

  .header-menu .menu-tour > .entry-title {
    font-weight: var(--font-weight-medium);
  }

  html.on-resize .header-menu,
  html.on-resize .header-menu a,
  html.on-resize .header-tools .tool[data-tool='search'] .search-box {
    transition: none !important;
  }
}

@media (max-width: 991px) {
  :root {
    --logo-height: 4.8rem;
    --header-navi-height: 6.4rem;
  }

  .hidden-device-sm {
    display: none !important;
  }

  .hidden-device-sm:first-child + *:not(:first-child) {
    margin-top: 0 !important;
  }

  .overflow-hidden-device-sm {
    overflow: hidden !important;
  }

  .overflow-visible-device-sm {
    overflow: visible !important;
  }

  .alignwide-device-sm {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .alignfull-device-sm {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  .align-left-device-sm {
    text-align: left !important;
  }

  .align-center-device-sm {
    text-align: center !important;
  }

  .align-right-device-sm {
    text-align: right !important;
  }

  /* Footer */
  .footer-navi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: var(--spacing-content);
  }

  .footer-navi > .brand + * {
    margin-top: calc(var(--spacing-xl) - var(--spacing-content));
  }

  /* Filter */
  #filter-panel {
    width: 100vw;
    height: 100dvh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 103;
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--duration) var(--easing);
  }

  html.filter-panel-active {
    overflow: hidden !important;
  }

  html.filter-panel-active #filter-panel {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  html.filter-panel-active :is(#main, section.filter-panel-active) {
    position: relative;
    z-index: 103;
  }

  #filter-panel .filter-panel-container {
    height: 100%;
  }

  #filter-panel .filter-panel-body {
    flex: 1;
    width: 100%;
    overflow: hidden;
  }

  #filter-panel .filter-panel-body > .filter-panel-scroll {
    height: 100%;
    padding: 0 25px 0 0;
    margin-right: -25px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* Section */
  .sc-grid-row {
    --h-md: 102.5641025641vw;
  }

  .sc-layout {
    flex-direction: column;
  }

  .sc-layout > * {
    width: 100%;
  }

  .sc-layout[data-layout='tour-listing'] {
    grid-row-gap: 0;
  }

  /* Modules */
  [data-card='tour-trending'] {
    --spacing-x: var(--spacing-4xs);
    --spacing-y: var(--spacing-4xs);
    --column: 6;
  }

  [data-card='tour-trending'][data-layout='grid']
    > .card:is(:nth-child(8n + 1))
    .cover
    .object-fit::before {
    aspect-ratio: 116/160;
    min-height: 16rem;
  }

  [data-card='tour-trending'][data-layout='grid']
    > .card:is(:nth-child(8n + 4))
    .cover
    .object-fit::before {
    aspect-ratio: 116/200;
    min-height: 20rem;
  }

  [data-card='tour-trending'][data-layout='grid']
    > .card:is(:nth-child(8n + 7))
    .cover
    .object-fit::before {
    aspect-ratio: 236/160;
    min-height: 16rem;
  }

  [data-card='tour-trending'][data-layout='grid'] > .card {
    grid-column: span 2;
  }

  [data-card='tour-trending'][data-layout='grid'] > .card:is(:nth-child(8n + 7)) {
    grid-column: span 4;
  }

  [data-card='tour-highlight'][data-layout='slider'] .swiper-slide {
    width: calc(240px + (var(--spacing-x) * 2)) !important;
    max-width: calc(61.5384615385vw + (var(--spacing-x) * 2)) !important;
  }

  [data-card='tour-explore'][data-layout='slider'] .swiper-slide {
    width: calc(240px + (var(--spacing-x) * 2)) !important;
    max-width: calc(41.02564102564vw + (var(--spacing-x) * 2)) !important;
  }

  /* Page: Tour */
  .tour-listing-main [data-section='tour-highlight'] > .sc-cover .object-fit::before {
    aspect-ratio: 390/120;
  }

  .tour-listing-main
    [data-section='tour-highlight']
    .sc-content
    [data-card='tour-highlight'][data-layout='slider'] {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: var(--spacing-container);
    padding-right: var(--spacing-container);
  }

  /* Page: Index */
  .index-main
    [data-section='hero']
    .sc-grid-row
    > .sc-inner
    > .sc-container[data-row-total='1']
    > .sc-group {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .index-main
    [data-section='hero']
    .sc-grid-row
    > .sc-inner
    > .sc-container[data-row-total='1']
    > .sc-group
    > .sc-headline {
    margin-bottom: auto;
  }

  .index-main [data-section='tour-recommended'] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .index-main [data-section='trending'] .sc-gallery {
    width: 104vw;
    max-width: 104vw;
    margin-left: calc(50% - 52vw);
    margin-right: calc(50% - 52vw);
  }
}

@media (max-width: 767px) {
  :root {
    --spacing-container: var(--spacing-xs);
  }

  .hidden-mobile {
    display: none !important;
  }

  .hidden-mobile:first-child + *:not(:first-child) {
    margin-top: 0 !important;
  }

  .overflow-hidden-mobile {
    overflow: hidden !important;
  }

  .overflow-visible-mobile {
    overflow: visible !important;
  }

  .alignwide-mobile {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .alignfull-mobile {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  /* Header */
  .header-tools .tools {
    grid-column-gap: var(--spacing-sm);
  }

  .header-tools .tool[data-tool='search'] .search-box {
    --input-height: 5.6rem;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-height);
    transform: none;
    border-left: 0;
    border-right: 0;
  }

  .header-tools .tool[data-tool='search'] .search-form .input input {
    padding-left: var(--spacing-container);
  }

  .header-tools .tool[data-tool='search'] .search-form .call-to-action *[data-search-cta] {
    padding-right: var(--spacing-container);
  }

  .header-menu .menu-dropdown-inner {
    flex-direction: column;
  }

  .header-menu .menu-dropdown-inner > .menu-tour {
    flex: unset;
    width: 100%;
  }

  /* Section */
  .sc-pagination ul > li > *:is(.prev, .next) {
    font-size: 0;
    grid-gap: 0;
  }

  /* Modules */
  [data-card='tour-highlight'][data-layout='slider'],
  [data-card='tour'][data-layout='slider'],
  [data-card='testimonials'][data-layout='slider'],
  [data-card='blog'][data-layout='slider'] {
    --spacing-x: var(--spacing-container);
    --spacing-y: var(--spacing-container);
  }

  [data-card='tour'][data-layout='slider'] .swiper-slide {
    width: calc(360px + (var(--spacing-x) * 2)) !important;
    max-width: calc(79.4871794872vw + (var(--spacing-x) * 2)) !important;
  }

  [data-card='tour'][data-layout='slider'] .swiper-slide:only-child {
    width: 100% !important;
    max-width: 100% !important;
  }

  [data-card='blog'][data-layout='slider'] .swiper-slide {
    width: calc(240px + (var(--spacing-x) * 2)) !important;
    max-width: calc(61.5384615385vw + (var(--spacing-x) * 2)) !important;
  }

  [data-card='blog'][data-layout='slider'] .swiper-slide:only-child {
    width: 100% !important;
    max-width: 100% !important;
  }

  .benefit {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Page: Tour Detail */
  .tour-detail-summary {
    grid-template-columns: 100%;
  }

  /* Page: Blog Detail */
  .blog-metadata {
    flex-wrap: wrap;
  }

  .blog-metadata > .entry-group[data-group='publish'] {
    margin-left: auto;
  }

  .blog-metadata > .entry-group[data-group='tag'],
  .blog-metadata > .entry-action,
  .blog-metadata > .entry-action :is(.action, .action-button) {
    width: 100%;
  }

  /* Mobile styles for share submenu */
  #tour-nav-bottom .entry-action > .action .action-tooltip {
    bottom: calc(100% + 10px) !important;
  }

  #tour-nav-bottom .entry-action > .action .action-tooltip a {
    --size: var(--button-height);
    min-width: var(--size) !important;
    height: var(--size) !important;
    border-radius: calc(var(--size) / 2) !important;
  }

  #tour-nav-bottom .entry-action > .action .action-tooltip a svg,
  #tour-nav-bottom .entry-action > .action .action-tooltip a i {
    font-size: 2.1rem !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }

  #tour-nav-bottom .entry-action > .action .action-tooltip a:active {
    background-color: #e5e7eb !important;
    transform: scale(0.98);
  }

  #tour-nav-bottom.at-top .entry-action > .action .action-tooltip {
    right: 0 !important;
  }
}

@media (max-width: 599px) {
  .hidden-mobile-sm {
    display: none !important;
  }

  .hidden-mobile-sm:first-child + *:not(:first-child) {
    margin-top: 0 !important;
  }

  .overflow-hidden-mobile-sm {
    overflow: hidden !important;
  }

  .overflow-visible-mobile-sm {
    overflow: visible !important;
  }

  .alignwide-mobile-sm {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .alignfull-mobile-sm {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}

@media (max-width: 414px) {
  :root {
    font-size: clamp(8px, 2.4154589372vw, 10px);
  }
}

/*MEDIA QUERIES:MIN AND MAX====================*/
@media (min-width: 992px) and (max-width: 1366px) {
  :root {
    font-size: clamp(8px, 0.7320644217vw, 10px);
  }
}

/* Filter Panel Loading and Error States */
.loading-state,
.error-state,
.no-options {
  padding: 1.5rem;
  text-align: center;
  font-size: var(--font-size-sm);
  color: var(--color-gray-600);
}

.loading-state {
  color: var(--color-primary);
}

.error-state {
  color: var(--color-danger);
}

.no-options {
  color: var(--color-gray-500);
  font-style: italic;
}

/* Filter Panel Cities Container */
#cities-filter-container .cities-list {
  min-height: 2rem;
}

#cities-filter-container .loading-state {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

#cities-filter-container .loading-state::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid var(--color-gray-300);
  border-top: 2px solid var(--color-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Filter Loading and Error States in Tour Listing */
.filter-loading,
.filter-error {
  padding: 4rem 2rem;
  text-align: center;
  font-size: var(--font-size-md);
  border-radius: 0.8rem;
  margin: 2rem 0;
}

.filter-loading {
  background-color: var(--color-gray-50);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.filter-loading::before {
  content: '';
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--color-gray-300);
  border-top: 2px solid var(--color-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.filter-error {
  background-color: var(--color-danger-light, #fef2f2);
  color: var(--color-danger, #dc2626);
  border: 1px solid var(--color-danger-border, #fecaca);
}

/* Gallery Layout Variations Based on Image Count */
.tour-detail-header .sc-gallery.gallery-single {
  --column: 1;
  grid-template-columns: 1fr;
}

.tour-detail-header .sc-gallery.gallery-single > .sc-gallery-item:first-child {
  grid-row: span 1;
  grid-column: span 1;
}

.tour-detail-header .sc-gallery.gallery-two {
  --column: 2;
  grid-template-columns: 1fr 1fr;
}

.tour-detail-header .sc-gallery.gallery-two > .sc-gallery-item:first-child {
  grid-row: span 1;
  grid-column: span 1;
}

.tour-detail-header .sc-gallery.gallery-three {
  --column: 2;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.tour-detail-header .sc-gallery.gallery-three > .sc-gallery-item:first-child {
  grid-row: span 2;
  grid-column: span 1;
}

.tour-detail-header .sc-gallery.gallery-three > .sc-gallery-item:nth-child(2) {
  grid-row: span 1;
  grid-column: span 1;
}

.tour-detail-header .sc-gallery.gallery-three > .sc-gallery-item:nth-child(3) {
  grid-row: span 1;
  grid-column: span 1;
}

.tour-detail-header .sc-gallery.gallery-four {
  --column: 2;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.tour-detail-header .sc-gallery.gallery-four > .sc-gallery-item {
  grid-row: span 1;
  grid-column: span 1;
}

.tour-detail-header .sc-gallery.gallery-five {
  --column: 3;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.tour-detail-header .sc-gallery.gallery-five > .sc-gallery-item:first-child {
  grid-row: span 2;
  grid-column: span 1;
}

/* Gallery Clickable Styles */
.tour-detail-header .sc-gallery .gallery-clickable {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.tour-detail-header .sc-gallery .gallery-clickable:hover {
  transform: scale(1.02);
}

.tour-detail-header .sc-gallery .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.tour-detail-header .sc-gallery .gallery-clickable:hover .gallery-overlay,
.tour-detail-header .sc-gallery .gallery-clickable:active .gallery-overlay {
  opacity: 1;
}

.tour-detail-header .sc-gallery .gallery-overlay .ic {
  color: white;
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
}

/* Gallery Modal Styles */
.gallery-modal {
  display: none;
  position: fixed !important;
  z-index: 1000 !important;
  left: 0 !important;
  top: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(5px);
  touch-action: manipulation;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
}

.gallery-modal-content {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1001 !important;
  margin: 0 !important;
}

.gallery-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1003;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.gallery-modal-close:hover,
.gallery-modal-close:active {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  /* transform: scale(1.1); */
}

.gallery-modal-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 1002;
  pointer-events: none;
}

.gallery-nav-btn {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 24px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.gallery-nav-btn:hover,
.gallery-nav-btn:active {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  /* transform: scale(1.1); */
}

.gallery-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

.gallery-modal-image-container {
  max-width: 90%;
  max-height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-x;
}

.gallery-modal-image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-modal-counter {
  color: white;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-modal-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  max-width: 90%;
  overflow-x: auto;
  padding: 10px 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.gallery-modal-thumbnails::-webkit-scrollbar {
  height: 4px;
}

.gallery-modal-thumbnails::-webkit-scrollbar-track {
  background: transparent;
}

.gallery-modal-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.gallery-thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.6;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  border: 2px solid transparent;
}

.gallery-thumbnail:hover,
.gallery-thumbnail.active {
  opacity: 1;
  transform: scale(1.1);
  border-color: white;
}

/* Mobile Gallery Improvements */
@media (max-width: 768px) {
  .tour-detail-header .sc-gallery {
    grid-gap: 8px;
    height: 300px;
  }

  .tour-detail-header .sc-gallery .gallery-clickable {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  }

  .tour-detail-header .sc-gallery .gallery-overlay {
    opacity: 0.8;
  }

  .tour-detail-header .sc-gallery.gallery-single,
  .tour-detail-header .sc-gallery.gallery-two {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .tour-detail-header .sc-gallery.gallery-single > .sc-gallery-item:first-child,
  .tour-detail-header .sc-gallery.gallery-two > .sc-gallery-item:first-child {
    grid-row: span 1;
    grid-column: span 1;
  }

  .tour-detail-header .sc-gallery.gallery-two > .sc-gallery-item:nth-child(2) {
    display: none;
  }

  .tour-detail-header .sc-gallery.gallery-three {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .tour-detail-header .sc-gallery.gallery-three > .sc-gallery-item:first-child {
    grid-row: span 2;
    grid-column: span 1;
  }

  .tour-detail-header .sc-gallery.gallery-three > .sc-gallery-item:nth-child(3) {
    display: none;
  }

  .tour-detail-header .sc-gallery.gallery-four,
  .tour-detail-header .sc-gallery.gallery-five {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .tour-detail-header .sc-gallery.gallery-four > .sc-gallery-item:first-child,
  .tour-detail-header .sc-gallery.gallery-five > .sc-gallery-item:first-child {
    grid-row: span 2;
    grid-column: span 1;
  }

  .tour-detail-header .sc-gallery.gallery-four > .sc-gallery-item:nth-child(n + 4),
  .tour-detail-header .sc-gallery.gallery-five > .sc-gallery-item:nth-child(n + 4) {
    display: none;
  }

  /* Mobile Modal Adjustments */
  .gallery-modal-content {
    padding: 10px;
  }

  .gallery-modal-close {
    top: 15px;
    right: 15px;
    font-size: 28px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
  }

  .gallery-modal-nav {
    padding: 0 15px;
  }

  .gallery-nav-btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    min-height: 44px;
    min-width: 44px;
  }

  .gallery-modal-image-container {
    max-width: 95%;
    max-height: 65%;
  }

  .gallery-modal-thumbnails {
    gap: 8px;
    max-width: 95%;
    padding: 15px 0;
  }

  .gallery-thumbnail {
    width: 50px;
    height: 50px;
    min-width: 44px;
    min-height: 44px;
  }

  .gallery-modal-counter {
    font-size: 16px;
    margin-top: 15px;
    padding: 6px 12px;
  }

  /* Touch feedback */
  .gallery-clickable:active {
    transform: scale(0.98);
  }

  .gallery-nav-btn:active,
  .gallery-modal-close:active {
    transform: scale(0.9);
  }

  .gallery-thumbnail:active {
    transform: scale(0.9);
  }
}

/* Gallery Modal Body Lock */
body.gallery-modal-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

html.gallery-modal-open {
  overflow: hidden !important;
}

.custom-flex-col {
  display: flex !important;
  flex-direction: column !important;
}
.custom-flex-row {
  display: flex !important;
  flex-direction: row !important;
}
.custom-border {
  border: 1px solid !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}

/* Ensure gallery modal is always on top */
.gallery-modal.show {
  display: block !important;
  position: fixed !important;
  z-index: 1000 !important;
}

/* Compare Button */
.compare-button {
  position: relative;
  width: 90px;
  padding: var(--spacing-xs) var(--spacing-2xs);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--spacing-3xs);
  background: #fff4c3;
  border: none;
  border-radius: clamp(1.6rem, 6.1538461538vw, 2.4rem);
  box-shadow:
    0px 12px 16px -4px rgba(10, 13, 18, 0.08),
    0px 4px 6px -2px rgba(10, 13, 18, 0.03),
    0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  font-size: 18px !important;
  color: var(--color-black);
  cursor: pointer;
  transition: all 0.3s ease;
}
.compare-badge.hidden {
  display: none;
}

@media (min-width: 480px) {
  .compare-button {
    width: 110px;
  }
}

/* Compare Badge (2/3) */
.compare-badge {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  /* width: 2.4rem; */
  padding: 0 8px;
  height: 18px;
  background: #ff4444;
  color: var(--color-white);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  z-index: 1;
}

/* Compare Icon */
.compare-button .ic {
  font-size: var(--font-size-body-sm);
}

/* Compare Card */
.compare-card {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-white);
  border-radius: 20px 20px 0 0;
  padding: var(--spacing-md, 20px);
  z-index: 100;
  max-height: 80vh;
  overflow-y: auto;
  transition:
    transform var(--duration, 0.3s) var(--easing, ease),
    opacity var(--duration, 0.3s) var(--easing, ease);
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.compare-card.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Header */
.compare-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.compare-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #111;
  margin: 0;
}

.minimize-btn {
  background: none;
  border: none;
  color: #111;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 20px;
  transition: background-color 0.2s ease;
}

.minimize-btn:hover {
  background-color: #f5f5f5;
}

/* Compare Items */
.compare-body {
  flex: 1;
}

.compare-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.compare-item:last-child {
  border-bottom: none;
}

.tour-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
  flex-shrink: 0;
}

.tour-info {
  flex: 1;
  min-width: 0;
}

.tour-info h4 {
  font-size: 18px !important;
  font-weight: 500;
  color: #111;
  margin: 0;
  line-height: 1;
}

.compare-remove-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.compare-remove-btn .action-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remove-btn:hover {
  border-color: #ff4444;
  color: #ff4444;
  background-color: #fff5f5;
}

.remove-btn .ic {
  font-size: 16px;
}

/* Footer */
.compare-footer {
  border-top: 1px solid #f0f0f0;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.tour-thumbnails {
  display: flex;
  gap: 10px;
  align-items: center;
}

.thumbnail {
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;

  border: 2px dashed #ddd;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  /* เมื่อมีรูปจะทับ background */
  z-index: 2;
}
.thumbnail.has-img {
  border: none;
}

/* Compare Action Button */
.compare-action-btn {
  width: 100%;
  background: #f1c40f;
  color: #111;
  padding: 16px;
  border: none;
  max-height: 40px;
  border-radius: 25px;
  font-size: 24px !important;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-action-btn:hover {
  background: #f39c12;
}

.compare-action-btn:active {
  transform: translateY(1px);
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .compare-card {
    padding: 16px;
  }

  .tour-info h4 {
    font-size: 13px;
  }

  .tour-info p {
    font-size: 11px;
  }

  .compare-action-btn {
    padding: 14px;
    font-size: 15px;
  }
}

/* Desktop responsive adjustments */
@media (min-width: 992px) {
  .compare-card {
    width: 400px;
    right: 20px;
    bottom: 20px;
    left: auto;
    border-radius: 20px;
  }
}

.cover-square {
  padding: 10px 0;
  background-color: #f1c40f;
  width: 100%;
  padding: 20px;
}

.fluid-square {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .cover-square {
    padding: 60px 20px 20px;
  }
}
.custom-breadcrumb {
  padding: 30px var(--spacing-container);
  background: #fff !important;
}
.flashsale-header {
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 100px 0 8px;
}
.flashsale-header-text {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: bold;
  color: #111;
  align-items: center;
  line-height: 1;
  position: relative;
  max-width: 768px;
}
.flashsale-header-text:before,
.flashsale-header-text::after {
  content: '';
  width: 46px;
  height: 90px;
  background-image: url('/assets//frontend//media/design/balloon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -65px;
  left: 0;
}
.flashsale-header-text::after {
  left: auto;
  right: 0;
}
@media (min-width: 767px) {
  .flashsale-header {
    padding: 50px 0;
  }
  .flashsale-header-text:before,
  .flashsale-header-text::after {
    width: 85px;
    height: 167px;
    top: -55px;
    left: -100px;
  }
  .flashsale-header-text::after {
    left: auto;
    right: -100px;
  }
}
.flashsale-header-text > strong {
  display: block;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: bold;
  position: relative;
}
.tabs-flashsale-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
}

.tabs-flashsale-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #111;
}

.tabs-flashsale {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.custom-entry-explore {
  margin: 24px 0 32px;
  width: 100% !important;
  padding: 0 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-entry-explore > .button {
  background-color: #fa5456 !important;
  color: #fff !important;
  border-color: #fa5456 !important;
  padding: var(--button-spacing-y) 20px !important;
  width: 100% !important;
}
.tabs-flashsale-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .tabs-flashsale-header {
    flex-direction: row;
  }
  .custom-entry-explore > .button {
    max-width: 280px !important;
  }
}

.tabs-flashsale-tab {
  width: clamp(48px, 4vw + 32px, 80px);
  height: clamp(48px, 4vw + 32px, 80px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.5vw + 12px, 20px);
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
@media (min-width: 992px) {
  .tabs-flashsale-tab {
    border: 3px solid transparent;
  }
}

.tabs-flashsale-tab.active {
  background-color: #fa5456;
  color: #111111;
  border-color: #111111;
  font-weight: bold;
}

.tabs-flashsale-tab:not(.active) {
  background-color: #ffd700;
  color: #333;
}

.tabs-flashsale-tab:hover {
  transform: scale(1.05);
}

.tabs-flashsale-detail-wrapper {
  background-color: #fec652;
  width: 100%;
  position: relative;
}
.tabs-flashsale-detail-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-image: url('/assets//frontend//media/design/graphic-firer.jpg');
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top center;
  pointer-events: none;
  z-index: 0;
}
.tabs-flashsale-detail {
  min-height: 300px;
  max-width: 1280px;
  padding: 90px 16px 30px;
  margin: 0 auto;
}
.tabs-flashsale-content {
  display: none;
}
.tabs-flashsale-content.active {
  display: block;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(358px, 392px));
  gap: 16px;
  justify-content: center;
}
.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
/* Flash Sale Tour Cards  */
.flashsale-tour-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.flashsale-tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.flashsale-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  width: 100px;
  height: 100px;
}

.flashsale-card-link:hover {
  text-decoration: none;
  color: inherit;
}

/* Top Row: Image+Text และ Action Buttons */
.flashsale-card-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.flashsale-card-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  flex: 1;
}

.flashsale-card-header {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 10px;
}

.flashsale-card-image {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.flashsale-card-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flashsale-card-text a:hover {
  display: inline;
  text-decoration: underline;
}

.flashsale-tour-title {
  font-size: clamp(20px, 5vw, 24px);
  font-weight: normal;
  margin: 0;
  line-height: 1;
  color: #333;
}

.flashsale-tour-dates {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.flashsale-card-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 40px;
  flex-shrink: 0;
}

.flashsale-action-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #333;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 18px;
}

.flashsale-action-btn:hover {
  background: #333;
  color: white;
}

/* Bottom Row: Status Buttons และ Price */
.flashsale-card-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flashsale-status-buttons {
  display: flex;
  gap: 10px;
}

.flashsale-status-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 0.8;
}

.flashsale-status-btn.green {
  background-color: #4ecdc4;
  color: white;
}

.flashsale-status-btn.red {
  background-color: #ff5252;
  color: white;
}

.flashsale-status-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.flashsale-price-section {
  text-align: right;
}

.flashsale-sale-price-sm {
  font-size: 16px;
  color: #777;
  font-weight: normal;
}

.flashsale-sale-price {
  font-size: 32px;
  font-weight: bold;
  color: #ff5252;
  display: block;
}

.flashsale-original-price {
  font-size: 16px;
  color: #777;
  text-decoration: line-through;
  display: block;
}

.load-more-section {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.load-more-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #111;
  padding: 8px 30px;
  border-radius: 25px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* เพิ่มใน CSS */
.ic-compare-none {
  background-image: url('/assets/frontend/media/design/icon/compare-none.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.ic-compare-none::before {
  content: '';
}
.ic-compare-active {
  background-image: url('/assets/frontend/media/design/icon/compare-active.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.ic-compare-active::before {
  content: '';
}
.ic-delete-outline {
  background-image: url('/assets/frontend/media/design/icon/icon-delete.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.ic-delete-outline::before {
  content: '';
}
.ic-btn-next {
  background-image: url('/assets/frontend/media/design/icon/icon-next.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.ic-btn-next::before {
  content: '';
}
.ic-overview {
  background-image: url('/assets/frontend/media/design/icon/icon-overview.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.ic-overview::before {
  content: '';
}
.ic-date {
  background-image: url('/assets/frontend/media/design/icon/icon-date.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.ic-date::before {
  content: '';
}
.ic-flight {
  background-image: url('/assets/frontend/media/design/icon/icon-flight.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.ic-flight::before {
  content: '';
}
.ic-activity {
  background-image: url('/assets/frontend/media/design/icon/icon-activity.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.ic-activity::before {
  content: '';
}
.ic-info {
  background-image: url('/assets/frontend/media/design/icon/icon-info.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.ic-info::before {
  content: '';
}
.ic-stay-food {
  background-image: url('/assets/frontend/media/design/icon/icon-stay-food.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.ic-stay-food::before {
  content: '';
}
.flashsale-compare-wrapper {
  padding: 30px var(--spacing-container);
  background: #fff;
}
.flashsale-compare-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.flashsale-compare-container {
  max-width: 678px;
  margin: 0 auto;
  width: 100%;
}
.flashsale-compare-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: clamp(8px, 3vw, 20px);
  padding: 0 0 20px;
  max-width: 678px;
  margin: 0 auto;
}
.flashsale-compare-card-header {
  position: relative;
  gap: 10px;
  padding-bottom: 10px;
}
.custom-flash-remove {
  position: absolute;
  top: -10px;
  right: -10px;
}
.flashsale-compare-title {
  min-height: 64px;
  font-size: 16px;
  color: #777;
  font-weight: normal;
}
.flashsale-compare-card {
  height: 100%;
  justify-content: space-between;
}
.flashsale-compare-card-image {
  border-radius: 10px;
  overflow: hidden;
}
.custom-entry-tag {
  margin-top: 4px;
}
.flashsale-compare-container-header {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: bold;
  color: #111;
  padding: 16px 0 8px;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.flashsale-compare-container-header .ic {
  margin-right: 8px;
  font-size: clamp(18px, 4vw, 24px);
}
.compare-content-items {
  font-size: clamp(20px, 4vw, 22px);
  color: #111;
  line-height: 1;
}
.compare-content-items strong {
  font-size: clamp(16px, 4vw, 20px);
  color: #777;
  font-weight: bold;
  display: block;
  padding-bottom: 4px;
}
.flashsale-compare-card-action {
  width: 100%;
  position: relative;
}
.custom-compare-entry-explore .button {
  padding: 10px 20px !important;
  height: 40px !important;
  font-size: clamp(16px, 4vw, 20px) !important;
}

/* Sticky Compare Section */
.compare-sticky {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 40px 20px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .compare-sticky {
    top: 115px;
  }
}

.compare-sticky.show-sticky {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sticky-remove-btn {
  position: absolute;
  top: -36px;
  right: 0;
}

/* Empty State */
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  gap: 24px;
  width: 100%;
  background: transparent;
  grid-column: 1 / -1;
  min-height: 400px;
}

.empty-state-card {
  padding: 32px;
  border: var(--border);
  border-radius: var(--border-radius);
  background: var(--color-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.empty-state img {
  max-width: 240px;
  margin-bottom: 24px;
  border-radius: 16px;
  opacity: 0.9;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.empty-state h3 {
  font-size: 2.8rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
  margin: 0;
  line-height: 1.2;
}

.empty-state p {
  color: var(--color-black);
  font-size: var(--font-size-lg);
  margin: 0;
}

.empty-state .action {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.empty-state-icon {
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--color-accent);
}

.empty-state-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 50vw;
  background: var(--color-border-secondary);
  color: var(--color-black);
  font-weight: var(--font-weight-medium);
}

.empty-state .action .button {
  height: auto !important;
  min-height: var(--button-height);
  line-height: var(--line-height-sm);
  padding: calc(var(--button-spacing-y) + 6px) 20px !important;
  white-space: normal;
}
