@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.trips-fkdn9w {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.trips-0v52ca {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.trips-cjggal,
ul.trips-cjggal {
  padding-left: 20px;
}

ul.trips-cjggal {
  list-style: disc;
}

ol.trips-cjggal {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.trips-mien9u > .trips-q6k2cb,
.trips-mien9u > .trips-hh7ogo,
.trips-mien9u > blockquote,
.trips-mien9u > h1,
.trips-mien9u > h2,
.trips-mien9u > h3,
.trips-mien9u > h4,
.trips-mien9u > h5,
.trips-mien9u > h6,
.trips-mien9u > ol,
.trips-mien9u > p,
.trips-mien9u > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.trips-mien9u > ol,
.trips-mien9u > ul {
  padding-left: 50px;
}

.trips-mien9u blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.trips-mien9u:not(:last-child) {
  margin-bottom: 2rem;
}

.trips-mien9u > :not(:first-child) {
  margin-top: 2rem;
}

.trips-mien9u {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trips-mien9u:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .trips-mien9u:first-child {
    margin-top: 20px;
  }
}

.trips-mien9u > p:last-of-type {
  margin-bottom: 32px;
}

.trips-mien9u > .trips-vlrkwz:not(:first-child) {
  margin: 64px auto 16px auto;
}

.trips-av7njd > .trips-vlrkwz {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.trips-hh7ogo {
  overflow: auto;
}

.trips-hh7ogo::-webkit-scrollbar {
  height: 5px;
}

.trips-hh7ogo table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.trips-hh7ogo table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.trips-hh7ogo table thead,
table thead {
  border-bottom: none;
}

.trips-hh7ogo table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.trips-hh7ogo table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.trips-hh7ogo table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.trips-hh7ogo .trips-c6wigx {
  table-layout: auto;
}

.trips-hh7ogo .trips-c6wigx th {
  word-break: normal;
}

.trips-hh7ogo .trips-c6wigx td {
  word-break: normal;
}

.trips-fkdn9w .trips-fkdn9w {
  padding-right: 0;
  padding-left: 0;
}

.trips-u7dpup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.trips-wofban {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.trips-e1glpx {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.trips-q6k2cb {
  margin-top: 24px;
}

.trips-q6k2cb.trips-8puzir {
  text-align: left;
}

.trips-q6k2cb.trips-13q5c7 {
  text-align: right;
}

.trips-q6k2cb.trips-a4rauo {
  text-align: center;
}

.trips-mngupp {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.trips-aejtvm ease-in-out;
  cursor: pointer;
}

.trips-mngupp:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.trips-mngupp {
  min-width: 328px;
}

@media (max-width: 768px) {
  .trips-mngupp {
    min-width: unset;
  }
}

.trips-g8erxa {
  background-color: var(--fh-bg-color);
}

.trips-c0yxij {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.trips-icphi5 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.trips-icphi5 img {
  max-height: 44px;
  object-fit: contain;
}

.trips-64fg3i {
  flex: 1 1;
}

.trips-c9eazl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.trips-rsblqr {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.trips-rsblqr span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.trips-rsblqr.trips-ak60jt span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.trips-rsblqr.trips-ak60jt span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.trips-rsblqr.trips-ak60jt span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.trips-64fg3i + .trips-c9eazl {
  margin-left: 20px;
}

.trips-2ovh1c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.trips-2ovh1c > svg {
  max-width: 24px;
  max-height: 24px;
}

.trips-2ovh1c + .trips-2ovh1c {
  margin-left: 5px;
}

.trips-uel1i9 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.trips-uel1i9:hover {
  background-color: var(--button-bg-hover);
}

.trips-jcczny {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.trips-aejtvm ease-in-out;
  border: 1px solid var(--border-color);
}

.trips-jcczny:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.trips-pk1ift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .trips-64fg3i {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .trips-pk1ift {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .trips-64fg3i {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .trips-2ovh1c {
    min-width: unset;
    flex: 1 1;
  }
}

.trips-150rq6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.trips-150rq6:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.trips-150rq6:hover .trips-wgzsyo {
  opacity: 1;
  pointer-events: auto;
}

.trips-fki58q {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.trips-thb6na ease-in-out;
  gap: 4px;
}

.trips-fki58q > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.trips-fki58q .trips-u7dpup img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.trips-y7p6ka,
.trips-fki58q:hover {
  color: var(--button-bg-hover);
}

.trips-ubps2p {
  position: relative;
}

.trips-ubps2p .trips-fki58q {
  margin-right: 0;
  padding-right: 4px;
}

.trips-pi7b4y svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.trips-ubps2p.trips-ak60jt .trips-pi7b4y svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.trips-ubps2p.trips-ak60jt .trips-wgzsyo {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.trips-ubps2p.trips-ak60jt .trips-wgzsyo::before {
  display: none;
}

.trips-pi7b4y svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.trips-wgzsyo {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.trips-x380sv 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.trips-wgzsyo::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.trips-wgzsyo:hover {
  color: var(--fh-bg-color);
}

.trips-pkd92a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.trips-x380sv 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.trips-thb6na ease-in-out;
  -o-transition: 0.trips-thb6na ease-in-out;
  transition: 0.trips-thb6na ease-in-out;
}

.trips-pkd92a .trips-u7dpup img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.trips-211j14,
.trips-pkd92a:hover {
  color: var(--button-bg-hover);
}

.trips-5j7f2j {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.trips-5j7f2j.trips-35hl3i {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.trips-5j7f2j.trips-35hl3i:after,
.trips-5j7f2j.trips-35hl3i:before {
  content: "";
  position: absolute;
  margin: auto;
}

.trips-5j7f2j.trips-35hl3i:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.trips-5j7f2j.trips-35hl3i:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.trips-5j7f2j.trips-35hl3i > * {
  z-index: 1;
}

.trips-5j7f2j b,
.trips-5j7f2j strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.trips-5j7f2j .trips-uiv7ly {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.trips-5j7f2j .trips-g3iwg9 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.trips-5j7f2j .trips-u7dpup {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.trips-5j7f2j .trips-1pshgr {
  margin-top: 12px;
}

.trips-1pshgr {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.trips-1bzqre {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.trips-1pshgr .trips-tdzs2e {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.trips-aejtvm ease-in-out;
}

.trips-1pshgr .trips-tdzs2e:hover {
  background: rgba(255, 255, 255, 0.3);
}

.trips-a1v5qe {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.trips-5j7f2j.trips-0r9yfy {
  gap: 12px;
  padding: 16px;
}

.trips-5j7f2j.trips-0r9yfy .trips-a1v5qe {
  min-width: 240px;
}

.trips-5j7f2j.trips-0r9yfy .trips-a1v5qe.trips-bff75p {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .trips-5j7f2j .trips-uiv7ly {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .trips-5j7f2j .trips-g3iwg9 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .trips-5j7f2j .trips-u7dpup {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .trips-5j7f2j.trips-0r9yfy .trips-u7dpup {
    max-width: 126px;
  }
  .trips-5j7f2j .trips-1pshgr {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .trips-5j7f2j .trips-1bzqre {
    max-width: unset;
  }
  .trips-a1v5qe {
    min-width: unset;
    width: 100%;
  }
  .trips-5j7f2j .trips-a1v5qe {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .trips-5j7f2j.trips-0r9yfy {
    grid-template-rows: auto 1fr auto;
  }
  .trips-5j7f2j.trips-0r9yfy .trips-a1v5qe {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .trips-5j7f2j {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .trips-5j7f2j .trips-uiv7ly {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .trips-5j7f2j .trips-u7dpup {
    max-width: 78px;
  }
  .trips-5j7f2j .trips-1pshgr {
    margin-top: -12px;
  }
  .trips-5j7f2j.trips-0r9yfy {
    gap: 8px;
  }
  .trips-5j7f2j.trips-0r9yfy .trips-uiv7ly {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .trips-5j7f2j.trips-0r9yfy .trips-g3iwg9 {
    grid-column: 1/3;
  }
  .trips-5j7f2j.trips-0r9yfy .trips-u7dpup {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .trips-5j7f2j.trips-0r9yfy .trips-u7dpup img {
    max-width: 114px;
  }
}

.trips-a1v5qe.trips-ejr0x5,
.trips-a1v5qe.trips-srosag,
.trips-a1v5qe.trips-guzsh7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.trips-aejtvm ease-in-out;
}

.trips-a1v5qe.trips-ejr0x5,
.trips-a1v5qe.trips-guzsh7 {
  padding: 10px;
}

.trips-a1v5qe.trips-ejr0x5:hover,
.trips-a1v5qe.trips-srosag:hover,
.trips-a1v5qe.trips-guzsh7:hover {
  background: var(--button-bg-hover);
}

.trips-a1v5qe.trips-ejr0x5:hover svg path,
.trips-a1v5qe.trips-guzsh7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.trips-a1v5qe.trips-bff75p {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.trips-aejtvm ease-in-out;
  background: var(--button-bg-color);
}

.trips-a1v5qe.trips-bff75p:hover {
  background-color: var(--button-bg-hover);
}

.trips-a1v5qe.trips-srosag:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.trips-a1v5qe.trips-srosag:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.trips-a1v5qe.trips-bff75p:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.trips-4nxi3v {
  max-width: 650px;
}

.trips-69vwvo {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.trips-46f5hj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.trips-qits7i {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.trips-thb6na ease-in-out;
  cursor: pointer;
}

.trips-qits7i:hover {
  opacity: 0.5;
}

.trips-qits7i:focus {
  outline: 0;
}

.trips-qits7i:focus .trips-hv2qry,
.trips-qits7i:hover .trips-hv2qry {
  fill: red;
  fill-opacity: 1;
}

.trips-qits7i:hover {
  cursor: pointer;
}

.trips-50kwc1 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.trips-4nxi3v.trips-a4rauo {
  margin: 0 auto;
}

.trips-4nxi3v.trips-13q5c7 {
  margin-left: auto;
}

.trips-ziho5y {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.trips-e3798g {
  padding-bottom: 50px;
}

.trips-snfe6i {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.trips-bgbdwu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.trips-ji2cs8 {
  margin-top: 24px;
}

.trips-te26m4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trips-apjusm {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.trips-dp1plh {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.trips-e24eqi {
  width: 468px;
}

.trips-dp1plh .trips-wgzsyo {
  margin: 0.trips-s2x3a1 0;
}

.trips-eer4u4 {
  display: flex;
  min-width: 224px;
}

.trips-3oitc2 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.trips-thb6na ease-in-out;
}

.trips-ndskpm,
.trips-3oitc2:hover {
  color: var(--text-color);
}

.trips-4y90a9 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.trips-bawd36 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .trips-ziho5y {
    padding: 16px;
  }
  .trips-4y90a9 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .trips-bawd36 {
    align-items: center;
  }
  .trips-e24eqi {
    width: unset;
  }
  .trips-eer4u4 {
    min-width: unset;
  }
  .trips-dp1plh {
    max-height: unset;
  }
  .trips-snfe6i {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .trips-ziho5y {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.trips-t7clbm {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.trips-t7clbm:not(:last-child) {
  margin-bottom: 16px;
}

.trips-23j0nq {
  outline: 0;
}

.trips-23j0nq .trips-c4qfm8 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.trips-hzrlt3 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .trips-hzrlt3 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.trips-hzrlt3::-webkit-details-marker {
  display: none;
}

.trips-hzrlt3:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.trips-hzrlt3:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .trips-hzrlt3:after {
  transform: unset;
}

.trips-c4qfm8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.trips-c4qfm8 svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.trips-thb6na ease-in-out;
  -o-transition: 0.trips-thb6na ease-in-out;
  transition: 0.trips-thb6na ease-in-out;
}

.trips-90sqg6 {
  padding: 16px 0 0 0;
}

.trips-90sqg6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .trips-90sqg6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .trips-hzrlt3 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .trips-hzrlt3::after {
    margin-left: auto;
  }
  .trips-c4qfm8 {
    order: 3;
    flex: 1 1 100%;
  }
  .trips-hzrlt3 {
    font-size: 14px;
    line-height: 130%;
  }
  .trips-c4qfm8 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.trips-08tqry {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.trips-xdxutu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.trips-08tqry.trips-ak60jt .trips-xdxutu {
  margin-bottom: 12px;
}

.trips-xdxutu::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.trips-08tqry.trips-ak60jt .trips-xdxutu::after {
  transform: unset;
}

.trips-tfdcqu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.trips-5q1yt8 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.trips-thb6na ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.trips-5q1yt8:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.trips-08tqry.trips-ak60jt .trips-tfdcqu {
  max-height: 100%;
}

.trips-fz81br {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.trips-tzbx75 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.trips-b7dotd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.trips-relzmj {
  margin-right: 4px;
}

.trips-bftlqs {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.trips-thb6na ease-in-out;
}

.trips-bftlqs svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.trips-o2e02i,
.trips-bftlqs:hover {
  color: var(--text-color);
}

.trips-o67loc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.trips-o67loc img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.trips-o67loc .trips-9n26ym {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.trips-o67loc .trips-opj6pf {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.trips-bkg8a6 {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.trips-pfp15k {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trips-5kn0mp .trips-fkdn9w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.trips-5kn0mp {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.trips-6xayji {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.trips-u2x8w5 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.trips-h3rwma {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.trips-krorke 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.trips-h3rwma:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.trips-gsh78s {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.trips-pipv5h {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.trips-thb6na ease-in-out;
  transition: transform 0.trips-thb6na ease-in-out;
  -o-transition: transform 0.trips-thb6na ease-in-out;
  transition:
    transform 0.trips-thb6na ease-in-out,
    -webkit-transform 0.trips-thb6na ease-in-out;
  cursor: pointer;
}

.trips-pipv5h svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.trips-pipv5h:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.trips-cgvfo4 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .trips-cgvfo4 {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.trips-fep9r4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.trips-8vqeyz {
  position: relative;
  width: 100%;
}

.trips-fep9r4.trips-u0v9ub {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.trips-fep9r4.trips-a4rauo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trips-fep9r4.trips-13q5c7 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.trips-aaj2ca {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.trips-jfq20u {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.trips-thb6na ease-in-out;
  cursor: pointer;
}

.trips-jfq20u:hover {
  opacity: 0.5;
}

.trips-fep9r4.trips-ag0hqj .trips-jfq20u {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.trips-fep9r4.trips-ag0hqj .trips-aaj2ca {
  cursor: pointer;
}

.trips-mf8f13 {
  fill: #0009;
}

.trips-r2kbyr {
  fill: #fff;
}

.trips-jfq20u:hover .trips-mf8f13 {
  fill: red;
}

.trips-jfq20u svg path {
  -webkit-transition: 0.trips-thb6na ease-in-out;
  -o-transition: 0.trips-thb6na ease-in-out;
  transition: 0.trips-thb6na ease-in-out;
}

.trips-ey0092 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.trips-ey0092 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.trips-ey0092.trips-ieh7zt > :not(.get-image) {
  grid-column: 1/3;
}

.trips-4bvz8x:not(._h1-block) .trips-ey0092 > .trips-vlrkwz {
  grid-row: 1/2;
  grid-column: 1/3;
}

.trips-ey0092.trips-ieh7zt .trips-abvr47 {
  grid-column: 2/3;
}

.trips-ey0092.trips-ieh7zt > .trips-u7dpup {
  grid-column: 1/2;
}

.trips-ey0092.trips-ieh7zt > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.trips-ey0092 > p:first-of-type {
  margin-top: 0;
}

.trips-ey0092 .trips-u7dpup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.trips-4bvz8x:not(._h1-block) .trips-vlrkwz ~ .trips-u7dpup {
  grid-row: 2/10;
}

.trips-4bvz8x.trips-judrad .trips-vlrkwz ~ .trips-u7dpup {
  grid-row: 1/10;
}

.trips-4bvz8x.trips-judrad > .trips-vlrkwz {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.trips-4bvz8x.trips-judrad .trips-u7dpup {
  grid-row: 1/10;
}

.trips-ey0092.trips-9xz5d6 .trips-u7dpup {
  align-items: flex-start;
}

.trips-ey0092.trips-a4rauo .trips-abvr47 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.trips-ey0092.trips-a4rauo .trips-u7dpup {
  align-items: center;
}

.trips-ey0092.trips-zeosvx .trips-u7dpup {
  align-items: flex-end;
}

.trips-abvr47 > :first-child {
  margin-top: 0;
}

.trips-abvr47 > :last-child {
  margin-bottom: 0;
}

* + .trips-08mqrj,
.trips-4bvz8x + .trips-4bvz8x {
  margin-top: 2rem;
}

.trips-n57hsq td::before,
.trips-n57hsq th::after {
  display: none !important;
}

.trips-n57hsq #link-selector {
  color: #000;
}

.trips-n57hsq .trips-rkri0z {
  color: #135e96;
}

.trips-n57hsq .trips-63o2cs *,
.trips-n57hsq .trips-gaa8b6 p,
.trips-n57hsq .trips-vof1xd * {
  color: #000;
}

.trips-n57hsq .trips-3x7bia {
  background: 0 0 !important;
}

.trips-n57hsq .trips-hlmywu {
  color: #000;
}

.trips-n57hsq .trips-ni7y3g.trips-lms3f2 {
  color: #fff;
}

.trips-n57hsq .trips-7ci0u4 {
  color: #000;
}

.trips-n57hsq
  .trips-jgwbcp
  .trips-8r4oqg.trips-lms3f2.trips-hl87kb {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.trips-n4vcet,
body .trips-axpim0 {
  color: #000;
  background: var(--color-body) !important;
}

.trips-n4vcet .trips-mh06mz .trips-ziv3zl,
body .trips-axpim0 .trips-mh06mz .trips-ziv3zl {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .trips-5q1yt8:focus,
  .trips-5q1yt8:hover {
    color: #f9cb16;
  }
  .trips-q1cjpw:focus,
  .trips-q1cjpw:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .trips-gwr6hd:focus img,
  .trips-gwr6hd:focus svg,
  .trips-gwr6hd:hover img,
  .trips-gwr6hd:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .trips-o67loc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .trips-ubps2p:hover .trips-pi7b4y svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .trips-pi7b4y {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .trips-9xc4fn {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .trips-yab3zf {
    grid-template-columns: repeat(4, 1fr);
  }
  .trips-eub2s9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .trips-jbsphc .trips-1gvkvi {
    grid-template-columns: 1fr;
  }
  .trips-jbsphc .trips-55m0n7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .trips-jbsphc .trips-hm8x5v {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .trips-jbsphc .trips-bqn2le {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .trips-jbsphc .trips-9u2snd {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .trips-jbsphc .trips-hm8x5v:not(:first-child) {
    border: none;
  }
  .trips-jbsphc .trips-hm8x5v:first-child .trips-bqn2le {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .trips-jbsphc .trips-hm8x5v:last-child .trips-bqn2le {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .trips-c0yxij {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .trips-icphi5 {
    max-width: 100px;
  }
  .trips-64fg3i {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .trips-c9eazl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .trips-c9eazl svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .trips-rsblqr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .trips-64fg3i + .trips-c9eazl {
    margin-left: auto;
  }
  .trips-flldec {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .trips-flldec.trips-ak60jt {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .trips-pk1ift {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .trips-150rq6 {
    width: 100%;
  }
  .trips-150rq6:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .trips-fki58q {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .trips-fki58q svg {
    margin-right: 4px;
  }
  .trips-ubps2p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .trips-pi7b4y svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .trips-pi7b4y {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .trips-wgzsyo {
    display: none;
    width: 100%;
  }
  .trips-ubps2p.trips-ak60jt .trips-wgzsyo {
    padding: 0 0 0 48px;
  }
  .trips-pkd92a {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .trips-bgbdwu .trips-u7dpup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .trips-vogu6d {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .trips-vogu6d + .trips-vogu6d {
    margin-right: 0;
  }
  .trips-vogu6d + .trips-u7dpup {
    margin: 0;
  }
  .trips-9xc4fn {
    grid-template-columns: repeat(4, 1fr);
  }
  .trips-yab3zf {
    grid-template-columns: repeat(3, 1fr);
  }
  .trips-8a5gg8,
  .trips-xggf2u {
    grid-template-columns: repeat(2, 1fr);
  }
  .trips-ey0092 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .trips-ey0092.trips-ieh7zt .trips-abvr47 {
    grid-column: auto;
    grid-row: auto;
  }
  .trips-ey0092 > .trips-vlrkwz {
    grid-column: 1/2;
  }
  .trips-ey0092.trips-ieh7zt > :not(.get-image) {
    grid-column: 1/2;
  }
  .trips-ey0092 .trips-u7dpup,
  .trips-ey0092.trips-ieh7zt > .trips-u7dpup {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .trips-ey0092.trips-ieh7zt > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .trips-4bvz8x.trips-judrad .trips-ey0092 > .trips-u7dpup {
    grid-row: 1/2;
  }
  .trips-ey0092 .trips-vlrkwz ~ .trips-u7dpup,
  .trips-ey0092.trips-ieh7zt .trips-vlrkwz ~ .trips-u7dpup {
    grid-row: 2/3;
  }
  .trips-4bvz8x.trips-judrad .trips-vlrkwz ~ .trips-u7dpup {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .trips-mien9u:first-child .trips-0rburt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trips-mien9u:first-child .trips-0rburt h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .trips-mien9u {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .trips-mien9u {
    padding: 0;
  }
  .trips-q6k2cb {
    margin-top: 1rem;
  }
  .trips-23j0nq {
    border-radius: 5px;
  }
  .trips-rsw89s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trips-xdxutu::after {
    display: inline-block;
  }
  .trips-xdxutu {
    margin: 0;
    width: 100%;
  }
  .trips-tfdcqu {
    width: 100%;
  }
  .trips-tfdcqu.trips-xxodsr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .trips-tfdcqu.trips-xxodsr .trips-6oxbl7 {
    width: 100%;
  }
  .trips-tfdcqu.trips-xxodsr .trips-6oxbl7:not(:last-child) {
    margin-right: 0;
  }
  .trips-5q1yt8 {
    width: 100%;
    text-align: center;
  }
  .trips-08tqry.trips-ak60jt .trips-tfdcqu {
    margin-top: 1rem;
  }
  .trips-9xc4fn {
    grid-template-columns: repeat(3, 1fr);
  }
  .trips-eub2s9,
  .trips-yab3zf {
    grid-template-columns: repeat(2, 1fr);
  }
  .trips-8a5gg8,
  .trips-xggf2u,
  .trips-hr4aqt {
    grid-template-columns: 1fr;
  }
  .trips-so8wzi {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .trips-h2nmmc {
    min-width: 300px;
    max-width: 325px;
  }
  .trips-bqn2le {
    cursor: auto;
  }
  .trips-1jhkga .trips-bqn2le {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .trips-cgvfo4 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .trips-wgzsyo {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .trips-cgvfo4 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.trips-vogu6d p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .trips-c9eazl {
    margin: 0 -0.2rem;
  }
  .trips-vogu6d {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .trips-1lpq9a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .trips-fhms70 {
    max-width: 100%;
  }
  .trips-9xc4fn {
    grid-template-columns: repeat(2, 1fr);
  }
  .trips-eub2s9,
  .trips-yab3zf {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .trips-c0yxij {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trips-c9eazl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .trips-g8erxa {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trips-2ovh1c {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .trips-jzfzm6,
  .trips-jbe1r5 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .trips-mngupp {
    width: 100%;
  }
  .trips-9xc4fn {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .trips-cgvfo4 {
    top: 127px !important;
  }
}

.trips-h1dogr {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .trips-h1dogr {
  }
}

@media (max-width: 767px) {
  .trips-h1dogr {
    margin-bottom: 12px;
  }
}

.trips-h1dogr img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.trips-yn48bn {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.trips-yn48bn > .trips-76sw0d {
  flex: 1 1;
}

@media (max-width: 767px) {
  .trips-yn48bn {
    flex-direction: column;
    gap: 12px;
  }
}

.trips-cgtdef {
  display: flex;
}

.trips-cgtdef .trips-1tl9oh {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.trips-cgtdef .trips-lwlgvj {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.trips-cgtdef .trips-0l83xu {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.trips-cgtdef .trips-zzupgk {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.trips-cgtdef .trips-zzupgk:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.trips-cgtdef .trips-1dhkbr {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.trips-wajzsv {
  border: unset;
  background-color: unset;
}

.trips-wajzsv tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trips-wajzsv .trips-a77uu3,
.trips-wajzsv .trips-2xctjp {
  flex: 0 1 330px;
}

.trips-wajzsv .trips-b066wr {
  flex: 1 1;
}

.trips-wajzsv tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.trips-wajzsv tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.trips-wajzsv tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.trips-wajzsv tr td p {
  color: #fff;
  margin: 0;
}

.trips-wajzsv tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.trips-wajzsv tr.trips-a77uu3 td p {
  padding: 16px 0;
}

.trips-wajzsv tr.trips-a77uu3 td p:not(:last-child),
.trips-wajzsv tr.trips-2xctjp td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.trips-wajzsv tr.trips-a77uu3 td p:first-child,
.trips-wajzsv tr.trips-2xctjp td p:first-child {
  padding-top: 0;
}

.trips-wajzsv tr.trips-2xctjp td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.trips-wajzsv tr.trips-2xctjp td p:last-child {
  padding-bottom: 0;
}

.trips-wajzsv .trips-2xctjp img {
  max-width: 32px;
}

.trips-wajzsv .trips-b066wr {
  min-width: 718px;
}

.trips-wajzsv .trips-b066wr td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.trips-wajzsv .trips-b066wr td {
  display: flex;
}

.trips-wajzsv .trips-b066wr td:last-child .trips-lb60cr,
.trips-wajzsv .trips-b066wr td:last-child .trips-s978ka,
.trips-wajzsv .trips-b066wr td:last-child .trips-dgp63o {
  flex: 1 1 50%;
}

.trips-wajzsv .trips-b066wr td:last-child .trips-5zb08a {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trips-wajzsv .trips-b066wr td:last-child .trips-sn7dpn,
.trips-wajzsv .trips-b066wr td:last-child .trips-fp2cyv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.trips-wajzsv .trips-b066wr td:last-child .trips-lb60cr,
.trips-wajzsv .trips-b066wr td:last-child .trips-s978ka {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trips-wajzsv .trips-b066wr td:last-child .trips-lb60cr span,
.trips-wajzsv .trips-b066wr td:last-child .trips-s978ka span {
  font-weight: 800;
}

.trips-wajzsv .trips-b066wr img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .trips-wajzsv .trips-b066wr td .trips-dgp63o:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .trips-wajzsv tr.trips-a77uu3 td p:last-child {
    padding-bottom: 0;
  }
  .trips-wajzsv .trips-2xctjp > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .trips-wajzsv .trips-2xctjp > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .trips-wajzsv tr.trips-a77uu3 td p:not(:last-child),
  .trips-wajzsv tr.trips-2xctjp td p:not(:last-child) {
    border-bottom: unset;
  }
  .trips-wajzsv tr.trips-2xctjp td p:last-child {
    padding-bottom: 12px;
  }
  .trips-wajzsv .trips-b066wr td:last-child .trips-lb60cr,
  .trips-wajzsv .trips-b066wr td:last-child .trips-s978ka,
  .trips-wajzsv .trips-b066wr td:last-child .trips-dgp63o {
    flex: 1 1 50%;
    padding: 0;
  }
  .trips-wajzsv .trips-b066wr td:last-child .trips-lb60cr,
  .trips-wajzsv .trips-b066wr td:last-child .trips-s978ka {
    margin-top: 16px;
  }
  .trips-wajzsv .trips-b066wr td:last-child .trips-dgp63o {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .trips-wajzsv .trips-b066wr td:last-child .trips-lb60cr {
    border-right: 1px solid var(--border-color);
  }
  .trips-wajzsv .trips-b066wr td:last-child .trips-dgp63o:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .trips-wajzsv .trips-b066wr td:last-child .trips-dgp63o:last-child {
    padding-bottom: 0;
  }
}

.trips-dgp63o {
  display: flex;
  flex-direction: column;
}

.trips-wajzsv .trips-b066wr td .trips-dgp63o {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.trips-wajzsv .trips-b066wr td .trips-dgp63o:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.trips-wajzsv .trips-b066wr td .trips-dgp63o:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .trips-wajzsv .trips-b066wr td .trips-dgp63o:not(:first-child) {
    padding-left: 0;
  }
  .trips-wajzsv .trips-b066wr td .trips-dgp63o:not(:last-of-type) {
    border-right: unset;
  }
}

.trips-wajzsv .trips-s5ftah {
  flex: 0 1 485px;
}

.trips-wajzsv .trips-go2ctp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.trips-wajzsv .trips-go2ctp li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trips-wajzsv .trips-go2ctp li.trips-zpayth {
  padding: 6px 12px;
}

.trips-wajzsv .trips-go2ctp li a,
.trips-wajzsv .trips-go2ctp li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.trips-wajzsv .trips-bibzm2,
.trips-wajzsv .trips-bm44w5 {
  flex: 1 1;
}

.trips-wajzsv .trips-m968xr,
.trips-wajzsv .trips-9xc9ud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trips-wajzsv .trips-m968xr li,
.trips-wajzsv .trips-9xc9ud li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.trips-wajzsv .trips-bm44w5 img {
  max-width: 32px;
}

.trips-wajzsv .trips-bibzm2 img {
  max-width: 32px;
}

.trips-wajzsv .trips-2w20x1 {
  min-width: 280px;
}

.trips-wajzsv .trips-2w20x1 img {
  max-width: 146px;
}

.trips-wajzsv .trips-2w20x1 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .trips-wajzsv .trips-a77uu3,
  .trips-wajzsv .trips-2xctjp {
    flex: 0 1 auto;
  }
  .trips-wajzsv .trips-b066wr {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .trips-wajzsv .trips-a77uu3,
  .trips-wajzsv .trips-s5ftah,
  .trips-wajzsv .trips-2xctjp,
  .trips-wajzsv .trips-b066wr {
    flex: 1 1 calc(50% - 20px);
  }
  .trips-wajzsv .trips-bibzm2,
  .trips-wajzsv .trips-2w20x1,
  .trips-wajzsv .trips-bm44w5 {
    flex: 1 1 30%;
  }
  .trips-wajzsv .trips-2w20x1 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .trips-wajzsv .trips-a77uu3,
  .trips-wajzsv .trips-s5ftah,
  .trips-wajzsv .trips-bibzm2,
  .trips-wajzsv .trips-2xctjp,
  .trips-wajzsv .trips-b066wr,
  .trips-wajzsv .trips-2w20x1,
  .trips-wajzsv .trips-bm44w5 {
    flex: 1 1 100%;
  }
}

.trips-n1lnwf .trips-z3frnx {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trips-n1lnwf .trips-nes6be {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.trips-n1lnwf .trips-db9rrk {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.trips-n1lnwf .trips-xotyg6 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.trips-n1lnwf .trips-xotyg6 > :nth-child(3) {
  margin-top: 0;
}

.trips-n1lnwf .trips-u7dpup {
  grid-column: 2/3;
  grid-row: 1/10;
}

.trips-n1lnwf .trips-46dscq {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.trips-n1lnwf .trips-q6k2cb {
  grid-column: 1/2;
}

.trips-n1lnwf > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.trips-n1lnwf .trips-nes6be:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.trips-n1lnwf .trips-nes6be:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.trips-n1lnwf .trips-mngupp {
  min-width: 240px;
}

@media (max-width: 768px) {
  .trips-n1lnwf .trips-nes6be:not(:last-child):before {
    bottom: 8px;
  }
  .trips-n1lnwf .trips-nes6be:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .trips-n1lnwf .trips-xotyg6 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .trips-n1lnwf .trips-u7dpup {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .trips-n1lnwf .trips-u7dpup img {
    width: 100%;
    height: auto;
  }
  .trips-n1lnwf .trips-mngupp {
    width: 100%;
    min-width: unset;
  }
}

.trips-d68fxt .trips-89v5ak {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.trips-d68fxt .trips-3yo4ua {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.trips-d68fxt .trips-u7dpup {
  height: 100%;
}

.trips-d68fxt .trips-u7dpup img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.trips-d68fxt .trips-8uvwjk {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.trips-d68fxt .trips-qu5rzi {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.trips-d68fxt .trips-1yf78y {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .trips-d68fxt .trips-3yo4ua {
    flex: 1 1 100%;
  }
  .trips-d68fxt .trips-a1v5qe {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .trips-d68fxt .trips-3yo4ua {
    flex-direction: column;
  }
  .trips-d68fxt .trips-u7dpup {
    width: 100%;
    height: auto;
  }
  .trips-d68fxt .trips-u7dpup img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .trips-d68fxt .trips-8uvwjk {
    padding: 0 16px 16px 16px;
  }
  .trips-d68fxt .trips-a1v5qe {
    min-width: unset;
    width: 100%;
  }
}

.trips-ilq0sn .trips-o8z3a4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.trips-ilq0sn .trips-azpgan {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.trips-ilq0sn img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.trips-ilq0sn .trips-phb9j3 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.trips-ilq0sn .trips-azpgan:hover .trips-phb9j3 {
  display: flex;
}

.trips-ilq0sn .trips-x8qf49 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trips-ilq0sn .trips-0vr4w1 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.trips-6tn088 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.trips-6tn088.trips-lbavih {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.trips-aejtvm ease-in-out;
}

.trips-6tn088.trips-lbavih:hover {
  color: #f9cb16;
  background-color: transparent;
}

.trips-ilq0sn .trips-5w6vvl {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.trips-aejtvm ease-in-out;
}

.trips-ilq0sn .trips-5w6vvl:hover {
  color: #196948;
  background-color: #f9cb16;
}

.trips-ilq0sn .trips-5w6vvl:after,
.trips-6tn088.trips-lbavih:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.trips-6tn088.trips-lbavih:after {
  background-image: url(../images/Cash.svg);
}

.trips-ilq0sn .trips-5w6vvl:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .trips-ilq0sn .trips-o8z3a4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .trips-ilq0sn .trips-o8z3a4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .trips-ilq0sn .trips-o8z3a4 {
    grid-template-columns: 1fr;
  }
  .trips-ilq0sn .trips-azpgan {
    height: auto;
  }
  .trips-ilq0sn .trips-azpgan .trips-phb9j3 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .trips-ilq0sn .trips-x8qf49,
  .trips-ilq0sn .trips-0vr4w1 {
    text-align: left;
  }
  .trips-ilq0sn .trips-0vr4w1 {
    margin-bottom: 8px;
  }
  .trips-ilq0sn img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.trips-nd63kv {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.trips-nd63kv.trips-ag0hqj {
  display: block;
}

.trips-nd63kv .trips-1vuzp2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.trips-nd63kv .trips-s2ve3s {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.trips-nd63kv .trips-m8rgka {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.trips-nd63kv .trips-jf1dkh {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.trips-nd63kv .trips-6tn088 {
  min-width: 296px;
  margin-bottom: 0;
}

.trips-nd63kv .trips-blaq8b {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.trips-nd63kv .trips-9e4u6j {
  position: relative;
  flex: 1 1;
}

.trips-nd63kv .trips-9e4u6j iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .trips-nd63kv .trips-s2ve3s {
    flex-wrap: wrap;
    gap: 8px;
  }
  .trips-nd63kv .trips-m8rgka {
    order: 1;
  }
  .trips-nd63kv .trips-jf1dkh {
    order: 3;
    flex: 1 1 100%;
  }
  .trips-nd63kv .trips-6tn088 {
    width: 100%;
    min-width: unset;
  }
  .trips-nd63kv .trips-blaq8b {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .trips-ey0092 > .trips-vlrkwz {
    margin-bottom: 0;
  }
  .trips-ey0092 > .trips-q6k2cb,
  .trips-ey0092 > p {
    margin-top: 0;
  }
}

.trips-08oszo img,
.trips-vogu6d img {
  width: auto;
  object-fit: contain;
}

.trips-08oszo {
  align-items: center;
}

.trips-08oszo img {
  max-height: 76px;
}

.trips-vogu6d img {
  max-height: 64px;
}

.trips-i5md4p {
  overflow: auto;
}

.trips-x6kuzc {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.trips-bsxv6x:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.trips-4x9gtx {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.trips-zb0az8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.trips-4x9gtx .trips-u7dpup {
  margin-right: 20px;
  flex-shrink: 0;
}

.trips-4x9gtx img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.trips-65r1bw {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.trips-65r1bw > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .trips-4x9gtx {
    padding: 15px 10px;
  }
  .trips-65r1bw {
    padding: 15px 10px;
  }
  .trips-4x9gtx .trips-u7dpup {
    margin-right: 10px;
  }
}

.trips-b3924c {
  overflow-x: auto;
}

.trips-h8ydw4 {
  border-collapse: collapse;
  width: 100%;
}

.trips-b3924c th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.trips-b3924c td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.trips-b3924c td.trips-ruecf9 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.trips-b3924c td.trips-2hfq2f {
  border-right: none;
}

.trips-b3924c td.trips-2hfq2f .trips-u7dpup {
  justify-content: flex-start;
}

.trips-b3924c td.trips-2hfq2f .trips-u7dpup img {
  height: auto;
  width: 90px;
}

.trips-b3924c td.trips-j8feez,
.trips-b3924c td.trips-aikhj3 {
  font-weight: 600;
  text-align: right;
}

.trips-b3924c td.trips-4relbq,
.trips-b3924c td.trips-j8feez {
  padding-bottom: 10px;
  border-bottom: none;
}

.trips-b3924c td.trips-j8feez,
.trips-b3924c td.trips-aikhj3 {
  border-left: none;
}

.trips-b3924c td.trips-4relbq,
.trips-b3924c td.trips-gog7in {
  border-right: none;
}

.trips-b3924c td.trips-gog7in,
.trips-b3924c td.trips-aikhj3 {
  border-top: none;
  padding-top: 10px;
}

.trips-hfuzlg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.trips-hfuzlg .trips-a1v5qe {
  min-width: unset;
  width: 100%;
}

.trips-hfuzlg .trips-a1v5qe.trips-ejr0x5 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.trips-hfuzlg .trips-a1v5qe.trips-guzsh7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.trips-hfuzlg .trips-e8tevx {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .trips-hfuzlg {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .trips-hfuzlg .trips-a1v5qe.trips-ejr0x5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .trips-hfuzlg .trips-a1v5qe.trips-guzsh7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .trips-hfuzlg .trips-e8tevx {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.trips-vx3zmm {
  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;
}

.trips-ax2wsc {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.trips-av7njd p a img {
  margin: 0 auto;
  display: block;
}

.trips-av7njd table {
  margin-bottom: 17px;
}

/* contanct form */
.trips-yq2ffn {
  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-yq2ffn label {
  font-size: 14px;
}

.trips-yq2ffn h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.trips-yq2ffn input,
.trips-yq2ffn textarea,
.trips-yq2ffn 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-yq2ffn button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.trips-aejtvm ease;
}
.trips-yq2ffn button:hover {
  background-color: #691204;
}
.trips-glhj1i {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.trips-50670b ease-in;
}

.trips-glhj1i h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}