* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.trips-lfuvyo {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .trips-lfuvyo {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .trips-lfuvyo {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.trips-9i0m6h {
  overflow: hidden;
}

.trips-qar2e3 img {
  background: var(--Neutral-300);
}

.trips-2wnovm {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.trips-fcvcog {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.trips-fcvcog:hover {
  background: var(--button-bg-hover);
}

.trips-8s2klq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.trips-8s2klq:hover {
  background: var(--button-bg-hover);
}

.trips-0lqy71 {
  font-size: 12px;
  line-height: 18px;
}

.trips-ggqabk {
  font-size: 18px;
  line-height: 26px;
}

.trips-7dnsbi {
  width: 100%;
}

.trips-9pwu42 {
  padding: 6px 16px;
}

.trips-z8jrf5 {
  padding: 10px 16px;
}

.trips-lmnh8u {
  padding: 15px 26px;
}

.trips-nrn9vp {
  flex-shrink: 0;
}

.trips-l3fh49 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.trips-32smm9 {
  display: none;
}

.trips-ltnsyh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.trips-1mx05y {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.trips-tnb9ru {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.trips-74vcgj {
  cursor: grab;
}

.trips-tnb9ru::-webkit-scrollbar {
  display: none;
}

.trips-xx41jq {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.trips-h367cy {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.trips-zl7395 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.trips-6y0tt2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.trips-0487qn {
  visibility: visible;
}

.trips-ptok8x {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.trips-x3faet ease;
}

.trips-jmpksc {
  background-color: var(--Primary-200);
  width: 16px;
}

.trips-mh483x {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.trips-x3faet,
    mask-image 0.3s;
}

.trips-mh483x.trips-rfhj07 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.trips-0d20k3:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trips-0bpua4 {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.trips-0mrfza.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.trips-0mrfza.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.trips-chbo9b {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.trips-chbo9b::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.trips-pczvqm {
  position: relative;
  z-index: 1;
}

.trips-zi6kyw {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.trips-tir46d {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.trips-nn79j3 {
  font-size: 40px;
  line-height: 48px;
}

.trips-erag7r {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.trips-r0iryo {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.trips-r0iryo:hover {
  background: var(--Primary-400);
}

.trips-r0iryo svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.trips-0d20k3 img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .trips-chbo9b {
    max-width: 600px;
    padding: 64px;
  }

  .trips-zi6kyw {
    font-size: 24px;
    line-height: 32px;
  }

  .trips-tir46d {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .trips-nn79j3 {
    font-size: 50px;
    line-height: 56px;
  }

  .trips-erag7r {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .trips-0bpua4 {
    top: 25px;
    right: 25px;
  }
}

.trips-mjsatf,
.trips-s397if {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.trips-ps8oed.trips-xbh6fj::before,
.trips-s397if::before,
.trips-0tsnml::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.trips-0mrfza.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.trips-mpm76u 14.trips-lrnhja.trips-2a9cvi 14.trips-b0iqyj 15.trips-0phm4o 14.trips-5lm2dz 15.trips-k95br7 14.trips-hxtc5u.trips-klahv5 14.trips-zp5sd9 19.trips-40dx4h 12.trips-1dq84v 19.trips-40dx4h 10.trips-jagtuf.trips-40dx4h 8.trips-ppzl6p 17.trips-eybtuy 7.trips-s1rslu 15.trips-fwp9xo 7.trips-qcpx6j.trips-s7dste 7.trips-s1rslu 11.trips-be7zgk 8.trips-ppzl6p 11.trips-be7zgk 10.trips-f3t73d.trips-be7zgk 12.trips-h4uai9 13.trips-41zb71 14.trips-3i5fp3 15.trips-tt6anp 14.trips-8k44z2.trips-dg4i73 14.trips-t7vm3f 15.trips-74kdar 14.trips-o0pmmb 15.trips-c2lqpl 14.trips-ix9cb7.trips-mpm76u 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.trips-6uxxjg 15.trips-vcq5kn.trips-ocycx6 15.trips-5cr8mh 15.trips-fsvej7 15.trips-am6u5h 15.trips-yidaqf 15.trips-uhsgy1.trips-p8ljnc 15.trips-am6u5h 15.trips-w60of5 15.trips-h8cyfl 15.trips-2ii6lt 15.trips-lntj2n.trips-5pzaex 15.trips-2707rg 7.trips-jqm2z0 18.trips-bsav08 7.trips-slsm3h 23.trips-8a2i0u.trips-aegbaj.trips-yhmxn2 18.trips-9n1zhs 19.trips-ruursm 15.trips-k771de 15.trips-6uxxjg 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.trips-266a4i [type="submit"] *,
.trips-pttxlr button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .trips-emew86 {
    display: none;
  }
}

.trips-lqsqny {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .trips-lqsqny {
  display: none;
}

@media (min-width: 768px) {
  .trips-lqsqny {
    bottom: 22px;
  }
}

.trips-lqsqny input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .trips-lqsqny {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.trips-zt8joh.static) .trips-lqsqny {
    bottom: 8px;
  }
}

.trips-6x997n {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.trips-0mrfza.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.trips-9bdyk1 3.trips-jueani.trips-8a9mkt.trips-q9gft7 3.trips-q7p72t 3.trips-d5s86i 5.trips-g1wu8n 3.trips-d5s86i 8.trips-icun1k.trips-v5haqg.trips-d5s86i 26.trips-kkez1p 5.trips-lrgyl6 28.trips-o1m40p 8.trips-v3c65i 28.trips-qqzhzc.trips-dsgywn 28.trips-hc2ncu.trips-7o5bov 34.trips-pt7yv4.trips-71dctu 36.trips-d1x23n 11.trips-tdht49 37.trips-uyk5n9 12.trips-xu9fkc 36.trips-2rnbpg.trips-cwuz8s 28.trips-e2ctzn.trips-41ki7k.trips-nx90vn 28.trips-orcapd 36.trips-x01kzh 26.trips-tlosnj 36.trips-x01kzh 23.trips-3xi9o8.trips-hza6hs.trips-x01kzh 5.trips-f0w18u 34.trips-40rs0v 3.trips-q7p72t 31.trips-9bdyk1 3.trips-jgxa5p.trips-u5hm52 18.trips-c1uodq.trips-0ao3hw 18.trips-a3bt3l 8.trips-jkiudt 17.trips-5acz1c 8.trips-jkiudt 15.trips-6epfby.trips-jkiudt 14.trips-ckre2r 9.trips-0ao3hw 13.trips-iueitx 11.trips-u5hm52 13.trips-c24a9t.trips-uwavhn 13.trips-iueitx 13.trips-eik6to 14.trips-ckre2r 13.trips-eik6to 15.trips-cpsqyh.trips-eik6to 17.trips-5acz1c 12.trips-uwavhn 18.trips-a3bt3l 11.trips-u5hm52 18.trips-da8o4v.trips-m6160y 18.trips-u1vy1j.trips-lnb8i8 18.trips-a3bt3l 17.trips-h7d26k 17.trips-5acz1c 17.trips-h7d26k 15.trips-0d6g8n.trips-h7d26k 14.trips-ckre2r 18.trips-lnb8i8 13.trips-iueitx 20.trips-m6160y 13.trips-l75siq.trips-9swa7b 13.trips-iueitx 22.trips-e5jrkd 14.trips-ckre2r 22.trips-e5jrkd 15.trips-634uq1.trips-os5a2q 17.trips-5acz1c 21.trips-9swa7b 18.trips-a3bt3l 20.trips-m6160y 18.trips-erl787.trips-30qdp3 18.trips-qv437k.trips-6a0426 18.trips-a3bt3l 26.trips-0rgwo5 17.trips-5acz1c 26.trips-0rgwo5 15.trips-ka78at.trips-0rgwo5 14.trips-ckre2r 27.trips-6a0426 13.trips-iueitx 28.trips-30qdp3 13.trips-vfc35v.trips-n3xx7o 13.trips-iueitx 31.trips-pm216v 14.trips-ckre2r 31.trips-pm216v 15.trips-yfeulv.trips-0rgwo5 17.trips-5acz1c 30.trips-n3xx7o 18.trips-a3bt3l 28.trips-30qdp3 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .trips-6x997n {
    display: none;
  }
}

.trips-eeb520 {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .trips-eeb520 {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.trips-pttxlr {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .trips-pttxlr {
    padding: 14px 16px;
  }
}

.trips-pttxlr button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.trips-pttxlr button:first-child {
  align-content: end;
}

.trips-pttxlr button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .trips-pttxlr
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .trips-pttxlr
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.trips-pttxlr button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.trips-pttxlr button:last-child svg {
  width: 38px;
  height: 38px;
}

.trips-0tsnml {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.trips-0tsnml::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .trips-0tsnml,
.pc61d126-chatbot[data-active-screen="3"]
  .trips-0tsnml {
  opacity: 1;
  visibility: visible;
}

.trips-eoo6kj {
  flex: 1 1;
}

.trips-bdetx8 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .trips-bdetx8 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .trips-bvcjjv {
  display: block;
}

.trips-aycch9 {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .trips-aycch9 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.trips-s397if {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.trips-s397if::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.trips-k9v7z3 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.trips-k9v7z3 p {
  color: var(--Text-100);
}

.trips-s397if .trips-09ffjy {
  grid-area: button;
}

.trips-s397if .trips-09ffjy::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.trips-0mrfza.org/2000/svg'%3E%3Cpath d='M4.trips-k891bu 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.trips-ym15kb 15L16.trips-ym15kb 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.trips-ym15kb 5L16.trips-ym15kb 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .trips-264bho {
  display: block;
}

.trips-xone1u {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .trips-xone1u {
    margin-top: 40px;
  }
}

.trips-mjsatf label,
.trips-mjsatf input {
  display: block;
  width: 100%;
}

.trips-mjsatf label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.trips-mjsatf label.trips-tgbbqb input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.trips-mjsatf label.trips-tgbbqb::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.trips-mjsatf input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.trips-mjsatf input::placeholder {
  color: var(--Text-400);
}

.trips-evz4bh {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .trips-evz4bh {
  display: flex;
}

.trips-evz4bh ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .trips-evz4bh ol {
    height: 420px;
    padding: 24px;
  }
}

.trips-evz4bh ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.trips-266a4i {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .trips-266a4i {
    padding: 0 24px 24px;
  }
}

.trips-266a4i input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.trips-266a4i input::placeholder {
  color: var(--Text-400);
}

.trips-266a4i [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.trips-266a4i [type="submit"]:disabled {
  opacity: 0.5;
}

.trips-266a4i [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .trips-266a4i [type="submit"] {
    right: 40px;
  }
}

.trips-ps8oed {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.trips-ps8oed.trips-xbh6fj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.trips-ps8oed.trips-xbh6fj::before {
  content: "";
  width: 31px;
}

.trips-ps8oed.trips-xbh6fj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.trips-ps8oed.trips-6q6nq6 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.trips-ps8oed p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.trips-lqsqny .trips-09ffjy {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.trips-emew86 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .trips-emew86 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .trips-emew86 {
    padding: 18px 0;
  }
}

.trips-emew86 .trips-lfuvyo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .trips-emew86 .trips-lfuvyo {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.trips-oun2dt {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .trips-oun2dt {
    max-width: 160px;
    height: 40px;
  }
}

.trips-oun2dt picture,
.trips-oun2dt img {
  display: block;
  width: 100%;
  height: 100%;
}

.trips-oun2dt img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .trips-mmkaxw {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.trips-x3faet ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .trips-emew86.trips-mbudp2 .trips-mmkaxw {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .trips-mmkaxw {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .trips-mmkaxw {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.trips-phhytf,
.trips-v5j10d {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .trips-phhytf,
  .trips-v5j10d {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .trips-v5j10d {
    display: none;
  }
}

.trips-tvor7a {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.trips-mbudp2 .trips-tvor7a {
  background: var(--fh-bg-color);
}

.trips-tvor7a button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .trips-tvor7a {
    display: none;
  }
}

.trips-vjbi80 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .trips-vjbi80 {
    display: none;
  }
}

.trips-0whezo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.trips-emew86.trips-mbudp2 .trips-0whezo:first-child {
  display: none;
}

.trips-emew86.trips-mbudp2 .trips-0whezo:last-child {
  display: block;
}

.trips-0whezo:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .trips-0whezo {
    display: none;
  }
}

.trips-iiljks {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .trips-iiljks {
    display: flex;
  }
}

.trips-iiljks ul {
  max-height: 350px;
  overflow-y: auto;
}

.trips-iiljks:hover ul {
  visibility: visible;
  opacity: 1;
}

.trips-iiljks:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.trips-iiljks:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.trips-iiljks:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.trips-iiljks:hover .trips-6wj0q5 svg {
  transform: rotate(180deg);
}

.trips-v205pd {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.trips-853dsf {
  padding: 0 8px;
}

.trips-u44sqx {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.trips-u44sqx:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .trips-u44sqx {
    padding: 4px 8px;
  }
}

.trips-044beq {
  display: flex;
}

.trips-044beq img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.trips-6wj0q5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.trips-6wj0q5 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.trips-o4438s {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .trips-o4438s {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.trips-i8korl {
  width: 100%;
}

@media (min-width: 1200px) {
  .trips-i8korl {
    display: none;
  }
}

.trips-hekvjw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.trips-y3j2pz {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.trips-5d5829 {
  display: flex;
}

.trips-7qtbq8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.trips-4lfpc4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .trips-4lfpc4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .trips-4lfpc4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .trips-4lfpc4 .trips-ctn125 [data-ref-el],
  .trips-4lfpc4 .trips-ctn125 span,
  .trips-4lfpc4 .trips-ctn125 a {
    white-space: nowrap;
  }
}

.trips-j5i9vn {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .trips-j5i9vn.trips-zjqg7m > .trips-ctn125 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .trips-j5i9vn.trips-ikp4hm:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .trips-j5i9vn.trips-zjqg7m > .trips-dlp8wm {
    height: auto;
  }

  .trips-j5i9vn.trips-zjqg7m > div > .trips-g9k122 {
    transform: rotate(180deg);
  }
}

.trips-j5i9vn [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.trips-j5i9vn [data-ref-el],
.trips-j5i9vn span {
  cursor: pointer;
}

.trips-j5i9vn [data-ref-el],
.trips-j5i9vn span,
.trips-j5i9vn a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .trips-j5i9vn [data-ref-el],
  .trips-j5i9vn span,
  .trips-j5i9vn a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .trips-j5i9vn [data-ref-el],
  .trips-j5i9vn span,
  .trips-j5i9vn a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.trips-dlp8wm {
  height: 0;
  overflow: hidden;
  transition: height 0.trips-x3faet ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.trips-dlp8wm::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.trips-dlp8wm::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.trips-dlp8wm::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .trips-dlp8wm {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .trips-dlp8wm:has(> .trips-j5i9vn.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .trips-dlp8wm .trips-dlp8wm {
    padding: 0;
  }

  .trips-dlp8wm .trips-j5i9vn {
    font-weight: 400;
  }

  .trips-dlp8wm .trips-j5i9vn:hover > .trips-ctn125 {
    background: var(--Neutral-300);
  }

  .trips-dlp8wm .trips-g9k122 {
    rotate: -90deg;
  }
}

.trips-ctn125 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .trips-ctn125 {
    padding: 8px;
  }

  .trips-j5i9vn.trips-qwto0q > .trips-ctn125 {
    background: var(--Neutral-300);
  }
}

.trips-g9k122 {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.trips-0mrfza.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.trips-1d9tuc 0.trips-761pls.trips-xkbu0k -0.trips-e44kvy 0.trips-nar4o0 -0.trips-e44kvy 1.trips-fs9j6r 0.trips-yqy7dj.trips-qwiesx 4.trips-kr63z4.trips-1d9tuc 0.trips-w6qwvh.trips-asc6ow -0.trips-e44kvy 9.trips-f5ymef -0.trips-e44kvy 10.trips-mvv464 0.trips-nyzlj6.trips-5cujfj 0.trips-xkbu0k 10.trips-5cujfj 0.trips-nar4o0 10.trips-mvv464 1.trips-st5y08.trips-257dxo 5.trips-o5pjre.trips-0f1c3y 6.trips-em9ump 5.trips-lgkjvx 6.trips-em9ump 4.trips-wf1j4a 5.trips-j97sab.trips-1d9tuc 1.trips-pfgdpt.trips-e44kvy 0.trips-nar4o0 -0.trips-e44kvy 0.trips-xkbu0k 0.trips-1d9tuc 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.trips-x3faet ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .trips-g9k122 {
    cursor: default;
  }
}

.trips-853rd9 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.trips-tw11zy {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .trips-tw11zy {
    padding: 40px 4px;
  }
}

.trips-4927cy {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .trips-4927cy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.trips-a82dpp {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .trips-a82dpp {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.trips-a82dpp ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.trips-a82dpp [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.trips-a82dpp [data-ref-el],
.trips-a82dpp span,
.trips-a82dpp a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.trips-47rph0 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .trips-47rph0 {
    margin-bottom: 12px;
  }
}

.trips-mi9el7 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.trips-mi9el7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .trips-mi9el7:last-child {
    margin-right: 0;
  }
}

.trips-gq5yym {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.trips-47rph0:hover .trips-dxbkjd {
  visibility: visible;
  opacity: 1;
}

.trips-dxbkjd {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.trips-xptbv2 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.trips-iywzg2 {
  display: flex;
  margin: 6px;
}

.trips-iywzg2 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.trips-dxbkjd::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.trips-dxbkjd::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.trips-3dkorq {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .trips-3dkorq {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.trips-n6wslq {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .trips-n6wslq {
    margin-right: 32px;
  }
}

.trips-gsrtz1 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .trips-gsrtz1 {
    margin-top: 0;
    width: 340px;
  }
}

.trips-gsrtz1 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.trips-7p7b9q {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.trips-zetrvn {
  position: relative;
}

@media (min-width: 768px) {
  .trips-zetrvn {
    margin-top: 40px;
  }
}

.trips-zetrvn + .trips-qx25pp,
.trips-zetrvn + .trips-zetrvn {
  margin-top: 24px;
}

.trips-8ieulx {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .trips-8ieulx {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .trips-8ieulx {
    padding: 80px;
  }
}

.trips-mv21js {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .trips-mv21js {
    padding: 0 16px;
}


}

.trips-8x8dhx {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .trips-8x8dhx {
    font-size: 48px;
    line-height: 56px;
  }
}

.trips-fo5su5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .trips-fo5su5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.trips-j3qtny {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.trips-j3qtny:hover {
  background: var(--button-bg-hover);
}

.trips-bguwys {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.trips-bguwys img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .trips-bguwys img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .trips-bguwys img {
  min-height: 100%;
  }
}

.trips-8ieulx::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.trips-rep0yp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trips-rep0yp h1,
.trips-rep0yp h2,
.trips-rep0yp h3,
.trips-rep0yp h4 {
  margin-bottom: 6px;
}

.trips-rep0yp h1:not(:first-child),
.trips-rep0yp h2:not(:first-child),
.trips-rep0yp h3:not(:first-child),
.trips-rep0yp h4:not(:first-child) {
  margin-top: 16px;
}

.trips-rep0yp h1,
.trips-rep0yp h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .trips-rep0yp h1,
  .trips-rep0yp h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.trips-rep0yp h2,
.trips-rep0yp h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .trips-rep0yp h2,
  .trips-rep0yp h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.trips-rep0yp h3,
.trips-rep0yp h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .trips-rep0yp h3,
  .trips-rep0yp h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.trips-rep0yp h4,
.trips-rep0yp h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.trips-rep0yp ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.trips-rep0yp ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.trips-rep0yp ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.trips-rep0yp ul ul {
  margin-bottom: 8px;
}

.trips-rep0yp ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.trips-rep0yp ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.trips-rep0yp ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.trips-rep0yp ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.trips-rep0yp ol li::marker {
  font-weight: 700;
}

.trips-rep0yp ol ol {
  margin-bottom: 8px;
}

.trips-rep0yp ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.trips-rep0yp ol ul li {
  padding-left: 16px;
}

.trips-rep0yp table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .trips-rep0yp table {
    padding: 24px;
  }
}

.trips-rep0yp table.trips-jku85t {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.trips-x3faet,
    mask-image 0.3s;
}

.trips-rep0yp table.trips-jku85t.trips-rfhj07 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .trips-rep0yp table {
    display: table;
  }
}

.trips-rep0yp table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.trips-rep0yp table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.trips-rep0yp table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.trips-rep0yp table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .trips-rep0yp table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.trips-rep0yp table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.trips-rep0yp table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.trips-rep0yp table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.trips-rep0yp img {
  max-width: 100%;
  height: auto;
}

.trips-2h1zf7 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .trips-2h1zf7 {
    padding: 24px;
  }
}

.trips-e3qpbn {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .trips-e3qpbn {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.trips-e3qpbn > * {
  margin: 0 !important;
}

.trips-e3qpbn img,
.trips-6d3639 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .trips-e3qpbn img,
  .trips-6d3639 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.trips-wud45o {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .trips-wud45o {
    width: 32px;
    height: 32px;
  }
}

.trips-remikz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.trips-remikz .trips-7hu5zg {
  flex-shrink: 0;
}

.trips-remikz .trips-aewlpz svg {
  display: none;
}

.trips-wkby31 {
  display: grid;
  transition: max-height 0.trips-x3faet ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .trips-wkby31 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .trips-wkby31 {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.trips-wkby31.trips-vz8in9 + .trips-7hu5zg svg {
  transform: rotate(180deg);
}

.trips-duzzym {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.trips-duzzym > div:nth-child(3n) {
  grid-column: span 2;
}

.trips-duzzym
  > div:nth-child(3n)
  .trips-6bctu3
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .trips-duzzym {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .trips-duzzym > div:nth-child(3n) {
    grid-column: unset;
  }

  .trips-duzzym
    > div:nth-child(3n)
    .trips-6bctu3
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .trips-duzzym {
    max-width: 270px;
  }
}

.trips-duzzym .trips-6bctu3 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .trips-duzzym .trips-6bctu3 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .trips-duzzym .trips-6bctu3 button {
    max-width: 104px;
  }
}

.trips-unsork {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .trips-unsork {
    margin-bottom: 0;
  }
}

.trips-xymjmv {
  display: none;
  opacity: 0;
}

.trips-p7bnjh {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.trips-p7bnjh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.trips-6bctu3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.trips-6bctu3 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .trips-6bctu3
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .trips-6bctu3
    button {
    max-width: 145px;
  }
}

.trips-2o12vd:first-child
  .trips-6bctu3
  button {
  max-width: 270px;
}

.trips-1z614g {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.trips-unsork picture {
  width: 100%;
  max-width: 100%;
}

.trips-3ywjm2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.trips-3ywjm2 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.trips-unsork:hover .trips-3ywjm2 {
  display: flex;
}

.trips-cndaz0 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.trips-8l7z38 {
  display: flex;
}

.trips-8l7z38:hover .trips-v8s8h3,
.trips-8l7z38 .trips-qwto0q .trips-v8s8h3 {
  display: flex;
}

.trips-8l7z38 svg {
  flex-shrink: 0;
}

.trips-v8s8h3 {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .trips-v8s8h3 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.trips-v8s8h3:hover {
  display: flex;
}

.trips-v8s8h3 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.trips-udh2lq {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .trips-udh2lq {
    font-size: 12px;
  }
}

.trips-mvtujq,
.trips-m8vc8l {
  width: 50%;
  flex-shrink: 0;
}

.trips-mvtujq {
  font-weight: 700;
}

.trips-6avd1b .trips-wkby31 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .trips-6avd1b .trips-wkby31 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .trips-6avd1b .trips-wkby31 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.trips-6avd1b
  .trips-1z614g:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.trips-6avd1b .trips-p7bnjh {
  height: 100% !important;
  border-radius: 16px;
}

.trips-6avd1b .trips-6bctu3 {
  gap: 4px;
  align-items: center;
}

.trips-6avd1b .trips-6bctu3 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trips-6avd1b .trips-6bctu3 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.trips-6avd1b .trips-ave6ie,
.trips-6avd1b .trips-60oplf {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.trips-0mrfza.org/2000/svg'%3E%3Cpath d='M9.trips-269ea0 4.trips-ebj5f1.trips-sh1lvr 5.trips-a5nmaz.trips-2n59yw 5.trips-luup6n.trips-w2jhx1 5.trips-07fvfv.trips-59uonu 8.trips-nylsem.trips-3rvu54 9.trips-62jss5.trips-aqxup6 9.trips-emfpph.trips-hkv8qy 13.trips-abwup7.trips-gf55jh 11.trips-1dlmqs.trips-s54xh0 11.trips-dobccu.trips-rufwzg 11.trips-isfhdt.trips-8d2fz2 13.trips-d420zv.trips-ouy5c7 9.trips-ljd9o3.trips-lixhob 9.trips-h68qec.trips-5q2grw 8.trips-k8ssoh.trips-qy70dp 5.trips-4cnn0x.trips-39p0s3 5.trips-rvcbdj.trips-vfz2ne 5.trips-kr0gu6.trips-47e3r9 4.trips-pvabqe.trips-s54xh0 1.trips-w7rxje.trips-269ea0 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.trips-6avd1b .trips-ave6ie {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.trips-6avd1b .trips-60oplf {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.trips-1z8s0f {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .trips-1z8s0f {
    padding: 24px;
  }
}

.trips-1z8s0f .trips-7hu5zg {
  display: flex;
}

@media (min-width: 768px) {
  .trips-1z8s0f .trips-7hu5zg {
    display: none;
  }
}

.trips-1z8s0f .trips-aewlpz svg {
  display: none;
}

.trips-qt3e67 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.trips-qt3e67 .trips-2wnovm {
  display: none;
}

@media (min-width: 768px) {
  .trips-qt3e67 .trips-2wnovm {
    display: flex;
  }
}

.trips-ii8zps {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .trips-ii8zps {
    font-size: 40px;
    line-height: 48px;
  }
}

.trips-ii8zps > * {
  margin: 0 !important;
}

.trips-ii8zps img,
.trips-3w3lm9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .trips-ii8zps img,
  .trips-3w3lm9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.trips-ajjpcy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .trips-ajjpcy {
    width: 32px;
    height: 32px;
  }
}

.trips-ousmiv {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .trips-ousmiv {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .trips-ousmiv::-webkit-scrollbar {
    display: none;
  }
}

.trips-euiw8u {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .trips-euiw8u {
    padding: 7px 15px;
  }
}

.trips-euiw8u:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.trips-7nekjx {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .trips-7nekjx {
    display: flex;
    opacity: 1;
  }
}

.trips-euiw8u picture {
  height: 100%;
  display: block;
}

.trips-euiw8u img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .trips-euiw8u img {
    width: 88px;
    height: 44px;
  }
}

.trips-euiw8u p {
  text-align: center;
  width: 100%;
}

.trips-qfpk0a {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .trips-qfpk0a {
    font-size: 40px;
    line-height: 48px;
  }
}

.trips-qfpk0a img,
.trips-q4dord {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .trips-qfpk0a img,
  .trips-q4dord {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.trips-xyqy83 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .trips-xyqy83 {
    width: 32px;
    height: 32px;
  }
}

.trips-m97jpu {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.trips-aly8k3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.trips-58deqs {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.trips-58deqs.trips-qwto0q {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.trips-36mq1l {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .trips-36mq1l {
    font-size: 20px;
    line-height: 28px;
  }
}

.trips-x06wcb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.trips-kob69l {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.trips-x3faet ease;
  opacity: 0;
  color: var(--text-color);
}

.trips-wz3y5b {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.trips-wz3y5b ol,
.trips-wz3y5b ul {
  padding-left: 1.3em;
}

.trips-58deqs.trips-qwto0q .trips-kob69l {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.trips-58deqs.trips-qwto0q .trips-x06wcb {
  transform: rotate(180deg);
  color: var(--text-color);
}

.trips-ir1awi {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .trips-ir1awi {
    padding: 24px;
  }
}

.trips-ir1awi .trips-7hu5zg {
  display: flex;
}

@media (min-width: 768px) {
  .trips-ir1awi .trips-7hu5zg {
    display: none;
  }
}

.trips-ir1awi .trips-aewlpz svg {
  display: none;
}

.trips-rkcdpm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trips-rkcdpm .trips-2wnovm {
  display: none;
}

@media (min-width: 768px) {
  .trips-rkcdpm .trips-2wnovm {
    display: flex;
  }
}

.trips-6k3ee5 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .trips-6k3ee5 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.trips-6k3ee5 > * {
  margin: 0 !important;
}

.trips-6k3ee5 img,
.trips-7ppzbq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .trips-6k3ee5 img,
  .trips-7ppzbq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.trips-hb2uum {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .trips-hb2uum {
    width: 32px;
    height: 32px;
  }
}

.trips-311to6 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .trips-311to6 {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .trips-311to6::-webkit-scrollbar {
    display: none;
  }
}

.trips-7s0ckg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.trips-7s0ckg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.trips-9eyscn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .trips-9eyscn {
    display: flex;
    opacity: 1;
  }
}

.trips-7s0ckg picture {
  width: auto;
  height: 100%;
  display: block;
}

.trips-7s0ckg picture img {
  display: block;
  width: auto;
  height: 100%;
}

.trips-xgyonf {
  margin: -24px 0;
}

.trips-xgyonf:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .trips-xgyonf {
    margin: -16px 0;
  }
}

.trips-f38smq {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .trips-f38smq {
    flex-direction: row;
  }
}

.trips-7ic83m {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .trips-7ic83m {
    flex: 1;
  }
}

.trips-7ic83m::placeholder {
  color: var(--Text-400);
}

.trips-tsrwte {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.trips-mwladr {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.trips-mwladr::-webkit-scrollbar {
  display: none;
}

.trips-xf2loq {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.trips-xf2loq img,
.trips-xf2loq svg {
  margin-right: 8px;
}

.trips-w4v2yc {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.trips-xgyonf + .trips-boum8m {
  margin-top: 0;
}

@media (min-width: 768px) {
  .trips-xgyonf + .trips-boum8m {
    margin-top: -16px;
  }
}

.trips-ztlv42 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.trips-ztlv42 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.trips-ztlv42 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.trips-9u0pbu {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.trips-r461xu {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.trips-htdaax {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.trips-y5obud {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.trips-av4lgn {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.trips-9u0pbu button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.trips-9u0pbu button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .trips-9u0pbu {
    padding: 39px 179px 39px 39px;
  }

  .trips-r461xu {
    font-size: 40px;
    line-height: 48px;
  }

  .trips-av4lgn {
    height: 348px;
  }

  .trips-9u0pbu button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .trips-9u0pbu button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .trips-9u0pbu {
    padding: 63px;
  }
}

.trips-j4ktxz {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .trips-j4ktxz {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.trips-s17j7x {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .trips-s17j7x {
    width: auto;
  }
}

.trips-jvbkkh {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.trips-jvbkkh::-webkit-scrollbar {
  display: none;
}

.trips-jvbkkh a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.trips-jvbkkh a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .trips-jvbkkh {
    margin-left: 16px;
    margin-top: 0;
  }
}

.trips-j4ktxz .trips-9jdm4s {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.trips-x3faet,
    mask-image 0.3s;
}

.trips-j4ktxz .trips-9jdm4s.trips-rfhj07 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.trips-hrlogn {
  margin: 40px -16px;
}

.trips-smmlou + .trips-qx25pp,
.trips-smmlou + .trips-zetrvn {
  margin-top: 24px;
}

.trips-bo4yia {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.trips-bo4yia picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.trips-s8ljur {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .trips-s8ljur {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .trips-s8ljur {
    margin-top: 0;
  }
}

.trips-jtcwyd {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .trips-jtcwyd {
    font-size: 24px;
    line-height: 32px;
  }
}

.trips-0bauz3 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .trips-0bauz3 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.trips-9c57b8 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .trips-9c57b8 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.trips-hvtnce {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .trips-hvtnce {
    font-size: 20px;
    line-height: 28px;
  }
}

.trips-bmmsm5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .trips-bmmsm5 {
    font-size: 32px;
    line-height: 40px;
  }
}

.trips-h8mrnw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.trips-jdfxzy {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.trips-jdfxzy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.trips-boum8m {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.trips-kalu84 {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .trips-kalu84 {
    padding: 15px 48px;
  }
}

main > .trips-boum8m {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .trips-wkby31.trips-om4kdi > div:nth-child(n+5) {
    display: none;
  }
}

.trips-rep0yp p a img {
  display: block;
  margin: 0 auto;
}


.trips-q36cwl {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.trips-9lzmfz {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.trips-9lzmfz label {
  font-size: 14px;
}

.trips-9lzmfz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.trips-9lzmfz input,
.trips-9lzmfz textarea,
.trips-9lzmfz button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.trips-9lzmfz button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.trips-wb3lbz ease;
}
.trips-9lzmfz button:hover {
  background-color: var(--button-bg-hover);
}
.trips-rvhed7 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.trips-n4dtol ease-in;
}

.trips-rvhed7 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.trips-zfdt0c, .trips-830q2m, [class*="review-card"],
thead, thead th, table th, .trips-87ziuh,
.trips-30b2c0, [class*="collapsible-header"],
.trips-zwffcb, [class*="updated-block"] {
  color: #ece7dc !important;
}
