@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);
}

.stay-d1syxs {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stay-lxzgvj {
  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.stay-4z4neu,
ul.stay-4z4neu {
  padding-left: 20px;
}

ul.stay-4z4neu {
  list-style: disc;
}

ol.stay-4z4neu {
  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;
  }
}

.stay-85u24v > .stay-10z5e5,
.stay-85u24v > .stay-3upvm9,
.stay-85u24v > blockquote,
.stay-85u24v > h1,
.stay-85u24v > h2,
.stay-85u24v > h3,
.stay-85u24v > h4,
.stay-85u24v > h5,
.stay-85u24v > h6,
.stay-85u24v > ol,
.stay-85u24v > p,
.stay-85u24v > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stay-85u24v > ol,
.stay-85u24v > ul {
  padding-left: 50px;
}

.stay-85u24v 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;
}

.stay-85u24v:not(:last-child) {
  margin-bottom: 2rem;
}

.stay-85u24v > :not(:first-child) {
  margin-top: 2rem;
}

.stay-85u24v {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stay-85u24v:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stay-85u24v:first-child {
    margin-top: 20px;
  }
}

.stay-85u24v > p:last-of-type {
  margin-bottom: 32px;
}

.stay-85u24v > .stay-jg2pdk:not(:first-child) {
  margin: 64px auto 16px auto;
}

.stay-z4w0j7 > .stay-jg2pdk {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stay-3upvm9 {
  overflow: auto;
}

.stay-3upvm9::-webkit-scrollbar {
  height: 5px;
}

.stay-3upvm9 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.stay-3upvm9 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.stay-3upvm9 table thead,
table thead {
  border-bottom: none;
}

.stay-3upvm9 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.stay-3upvm9 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.stay-3upvm9 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.stay-3upvm9 .stay-vn145g {
  table-layout: auto;
}

.stay-3upvm9 .stay-vn145g th {
  word-break: normal;
}

.stay-3upvm9 .stay-vn145g td {
  word-break: normal;
}

.stay-d1syxs .stay-d1syxs {
  padding-right: 0;
  padding-left: 0;
}

.stay-ytrmvk {
  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;
}

.stay-xi6ear {
  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;
}

.stay-c6jl8j {
  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;
}

.stay-10z5e5 {
  margin-top: 24px;
}

.stay-10z5e5.stay-lh0h85 {
  text-align: left;
}

.stay-10z5e5.stay-61l515 {
  text-align: right;
}

.stay-10z5e5.stay-mcqbyc {
  text-align: center;
}

.stay-p7wbi1 {
  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.stay-xa440b ease-in-out;
  cursor: pointer;
}

.stay-p7wbi1:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.stay-p7wbi1 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .stay-p7wbi1 {
    min-width: unset;
  }
}

.stay-4difn4 {
  background-color: var(--fh-bg-color);
}

.stay-e5tqkk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.stay-6ytda6 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.stay-6ytda6 img {
  max-height: 80px;
  object-fit: contain;
}

.stay-uups42 {
  flex: 1 1;
}

.stay-azp7aw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.stay-82826m {
  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;
}

.stay-82826m 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;
}

.stay-82826m.stay-oqcvyc span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.stay-82826m.stay-oqcvyc span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.stay-82826m.stay-oqcvyc span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.stay-uups42 + .stay-azp7aw {
  margin-left: 20px;
}

.stay-xr7xh3 {
  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;
}

.stay-xr7xh3 > svg {
  max-width: 24px;
  max-height: 24px;
}

.stay-xr7xh3 + .stay-xr7xh3 {
  margin-left: 5px;
}

.stay-kxfhjk {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.stay-kxfhjk:hover {
  background-color: var(--button-bg-hover);
}

.stay-wm48pz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.stay-xa440b ease-in-out;
  border: 1px solid var(--border-color);
}

.stay-wm48pz:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.stay-2rsq49 {
  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) {
  .stay-uups42 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .stay-2rsq49 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stay-uups42 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .stay-xr7xh3 {
    min-width: unset;
    flex: 1 1;
  }
}

.stay-ixlddx {
  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;
}

.stay-ixlddx:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.stay-ixlddx:hover .stay-f3rlvp {
  opacity: 1;
  pointer-events: auto;
}

.stay-hor1wb {
  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.stay-3rfnow ease-in-out;
  gap: 4px;
}

.stay-hor1wb > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stay-hor1wb .stay-ytrmvk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stay-jb7bsk,
.stay-hor1wb:hover {
  color: var(--button-bg-hover);
}

.stay-a5ffj3 {
  position: relative;
}

.stay-a5ffj3 .stay-hor1wb {
  margin-right: 0;
  padding-right: 4px;
}

.stay-sfpkt0 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stay-a5ffj3.stay-oqcvyc .stay-sfpkt0 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.stay-a5ffj3.stay-oqcvyc .stay-f3rlvp {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.stay-a5ffj3.stay-oqcvyc .stay-f3rlvp::before {
  display: none;
}

.stay-sfpkt0 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stay-f3rlvp {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.stay-ou6b9o 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.stay-f3rlvp::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.stay-f3rlvp:hover {
  color: var(--fh-bg-color);
}

.stay-gufjhz {
  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.stay-ou6b9o 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.stay-3rfnow ease-in-out;
  -o-transition: 0.stay-3rfnow ease-in-out;
  transition: 0.stay-3rfnow ease-in-out;
}

.stay-gufjhz .stay-ytrmvk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stay-yu31rp,
.stay-gufjhz:hover {
  color: var(--button-bg-hover);
}

.stay-9mfdak {
  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%;
}

.stay-9mfdak.stay-zjzmfq {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.stay-9mfdak.stay-zjzmfq:after,
.stay-9mfdak.stay-zjzmfq:before {
  content: "";
  position: absolute;
  margin: auto;
}

.stay-9mfdak.stay-zjzmfq: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);
  }
}

.stay-9mfdak.stay-zjzmfq:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.stay-9mfdak.stay-zjzmfq > * {
  z-index: 1;
}

.stay-9mfdak b,
.stay-9mfdak strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.stay-9mfdak .stay-yvtym8 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.stay-9mfdak .stay-0ry5be {
  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;
}

.stay-9mfdak .stay-ytrmvk {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.stay-9mfdak .stay-gma3wz {
  margin-top: 12px;
}

.stay-gma3wz {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.stay-qm1cfr {
  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;
}

.stay-gma3wz .stay-mcz9iz {
  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.stay-xa440b ease-in-out;
}

.stay-gma3wz .stay-mcz9iz:hover {
  background: rgba(255, 255, 255, 0.3);
}

.stay-tz2mjk {
  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;
}

.stay-9mfdak.stay-5y5jub {
  gap: 12px;
  padding: 16px;
}

.stay-9mfdak.stay-5y5jub .stay-tz2mjk {
  min-width: 240px;
}

.stay-9mfdak.stay-5y5jub .stay-tz2mjk.stay-tm07gz {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .stay-9mfdak .stay-yvtym8 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .stay-9mfdak .stay-0ry5be {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .stay-9mfdak .stay-ytrmvk {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .stay-9mfdak.stay-5y5jub .stay-ytrmvk {
    max-width: 126px;
  }
  .stay-9mfdak .stay-gma3wz {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .stay-9mfdak .stay-qm1cfr {
    max-width: unset;
  }
  .stay-tz2mjk {
    min-width: unset;
    width: 100%;
  }
  .stay-9mfdak .stay-tz2mjk {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .stay-9mfdak.stay-5y5jub {
    grid-template-rows: auto 1fr auto;
  }
  .stay-9mfdak.stay-5y5jub .stay-tz2mjk {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .stay-9mfdak {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .stay-9mfdak .stay-yvtym8 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .stay-9mfdak .stay-ytrmvk {
    max-width: 78px;
  }
  .stay-9mfdak .stay-gma3wz {
    margin-top: -12px;
  }
  .stay-9mfdak.stay-5y5jub {
    gap: 8px;
  }
  .stay-9mfdak.stay-5y5jub .stay-yvtym8 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .stay-9mfdak.stay-5y5jub .stay-0ry5be {
    grid-column: 1/3;
  }
  .stay-9mfdak.stay-5y5jub .stay-ytrmvk {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .stay-9mfdak.stay-5y5jub .stay-ytrmvk img {
    max-width: 114px;
  }
}

.stay-tz2mjk.stay-ytixke,
.stay-tz2mjk.stay-ad04js,
.stay-tz2mjk.stay-in7b6p {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.stay-xa440b ease-in-out;
}

.stay-tz2mjk.stay-ytixke,
.stay-tz2mjk.stay-in7b6p {
  padding: 10px;
}

.stay-tz2mjk.stay-ytixke:hover,
.stay-tz2mjk.stay-ad04js:hover,
.stay-tz2mjk.stay-in7b6p:hover {
  background: var(--button-bg-hover);
}

.stay-tz2mjk.stay-ytixke:hover svg path,
.stay-tz2mjk.stay-in7b6p:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.stay-tz2mjk.stay-tm07gz {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.stay-xa440b ease-in-out;
  background: var(--button-bg-color);
}

.stay-tz2mjk.stay-tm07gz:hover {
  background-color: var(--button-bg-hover);
}

.stay-tz2mjk.stay-ad04js: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);
  }
}

.stay-tz2mjk.stay-ad04js:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stay-tz2mjk.stay-tm07gz:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stay-l0n4dv {
  max-width: 650px;
}

.stay-0bega4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.stay-owa4y7 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stay-jyv18a {
  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.stay-3rfnow ease-in-out;
  cursor: pointer;
}

.stay-jyv18a:hover {
  opacity: 0.5;
}

.stay-jyv18a:focus {
  outline: 0;
}

.stay-jyv18a:focus .stay-c5j7fs,
.stay-jyv18a:hover .stay-c5j7fs {
  fill: red;
  fill-opacity: 1;
}

.stay-jyv18a:hover {
  cursor: pointer;
}

.stay-0o4785 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.stay-l0n4dv.stay-mcqbyc {
  margin: 0 auto;
}

.stay-l0n4dv.stay-61l515 {
  margin-left: auto;
}

.stay-3jgqmo {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.stay-ou3aw9 {
  padding-bottom: 50px;
}

.stay-gtsgem {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.stay-ae66qh {
  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;
}

.stay-r1xjg7 {
  margin-top: 24px;
}

.stay-6v5uo1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stay-3vvhwp {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.stay-bobl0f {
  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;
}

.stay-paqyfn {
  width: 468px;
}

.stay-bobl0f .stay-f3rlvp {
  margin: 0.stay-6dpxjy 0;
}

.stay-b474gq {
  display: flex;
  min-width: 224px;
}

.stay-itqs74 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.stay-3rfnow ease-in-out;
}

.stay-7y1p71,
.stay-itqs74:hover {
  color: var(--text-color);
}

.stay-zrcjrl {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.stay-vb2iwy {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .stay-3jgqmo {
    padding: 16px;
  }
  .stay-zrcjrl {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .stay-vb2iwy {
    align-items: center;
  }
  .stay-paqyfn {
    width: unset;
  }
  .stay-b474gq {
    min-width: unset;
  }
  .stay-bobl0f {
    max-height: unset;
  }
  .stay-gtsgem {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .stay-3jgqmo {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.stay-3d5qs6 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stay-3d5qs6:not(:last-child) {
  margin-bottom: 16px;
}

.stay-36f828 {
  outline: 0;
}

.stay-36f828 .stay-8cglea {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.stay-64qb2y {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .stay-64qb2y {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.stay-64qb2y::-webkit-details-marker {
  display: none;
}

.stay-64qb2y: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;
}

.stay-64qb2y: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] .stay-64qb2y:after {
  transform: unset;
}

.stay-8cglea {
  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);
}

.stay-8cglea 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.stay-3rfnow ease-in-out;
  -o-transition: 0.stay-3rfnow ease-in-out;
  transition: 0.stay-3rfnow ease-in-out;
}

.stay-e0cubm {
  padding: 16px 0 0 0;
}

.stay-e0cubm * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .stay-e0cubm :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stay-64qb2y {
    flex-wrap: wrap;
    gap: 12px;
  }
  .stay-64qb2y::after {
    margin-left: auto;
  }
  .stay-8cglea {
    order: 3;
    flex: 1 1 100%;
  }
  .stay-64qb2y {
    font-size: 14px;
    line-height: 130%;
  }
  .stay-8cglea svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.stay-1pbo25 {
  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;
}

.stay-nmiaj8 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.stay-1pbo25.stay-oqcvyc .stay-nmiaj8 {
  margin-bottom: 12px;
}

.stay-nmiaj8::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;
}

.stay-1pbo25.stay-oqcvyc .stay-nmiaj8::after {
  transform: unset;
}

.stay-h9r9ew {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.stay-jmc8y3 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.stay-3rfnow ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.stay-jmc8y3: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;
}

.stay-1pbo25.stay-oqcvyc .stay-h9r9ew {
  max-height: 100%;
}

.stay-9457zw {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.stay-u1s8hy {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.stay-p7m03z {
  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;
}

.stay-vb6ndq {
  margin-right: 4px;
}

.stay-rvgniv {
  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.stay-3rfnow ease-in-out;
}

.stay-rvgniv svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.stay-giojck,
.stay-rvgniv:hover {
  color: var(--text-color);
}

.stay-9igmz3 {
  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;
}

.stay-9igmz3 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.stay-9igmz3 .stay-q7bczb {
  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;
}

.stay-9igmz3 .stay-q0ymmu {
  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;
}

.stay-49s97p {
  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;
}

.stay-x2q6z9 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stay-z6hqa3 .stay-d1syxs {
  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;
}

.stay-z6hqa3 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.stay-udl0og {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.stay-t6g01s {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.stay-0yzmyj {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.stay-ifowsn 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;
}

.stay-0yzmyj:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.stay-ggqtmq {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.stay-cfte3f {
  -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.stay-3rfnow ease-in-out;
  transition: transform 0.stay-3rfnow ease-in-out;
  -o-transition: transform 0.stay-3rfnow ease-in-out;
  transition:
    transform 0.stay-3rfnow ease-in-out,
    -webkit-transform 0.stay-3rfnow ease-in-out;
  cursor: pointer;
}

.stay-cfte3f svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.stay-cfte3f: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;
}

.stay-f823al {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stay-f823al {
    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);
}

.stay-ub45yj {
  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;
}

.stay-b2cd27 {
  position: relative;
  width: 100%;
}

.stay-ub45yj.stay-85owmi {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stay-ub45yj.stay-mcqbyc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stay-ub45yj.stay-61l515 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stay-hfecp5 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.stay-2mrmsf {
  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.stay-3rfnow ease-in-out;
  cursor: pointer;
}

.stay-2mrmsf:hover {
  opacity: 0.5;
}

.stay-ub45yj.stay-9pp9sx .stay-2mrmsf {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stay-ub45yj.stay-9pp9sx .stay-hfecp5 {
  cursor: pointer;
}

.stay-332vmc {
  fill: #0009;
}

.stay-pe1inr {
  fill: #fff;
}

.stay-2mrmsf:hover .stay-332vmc {
  fill: red;
}

.stay-2mrmsf svg path {
  -webkit-transition: 0.stay-3rfnow ease-in-out;
  -o-transition: 0.stay-3rfnow ease-in-out;
  transition: 0.stay-3rfnow ease-in-out;
}

.stay-tpuh44 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.stay-tpuh44 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.stay-tpuh44.stay-lsunfq > :not(.get-image) {
  grid-column: 1/3;
}

.stay-ma8lc1:not(._h1-block) .stay-tpuh44 > .stay-jg2pdk {
  grid-row: 1/2;
  grid-column: 1/3;
}

.stay-tpuh44.stay-lsunfq .stay-lic88j {
  grid-column: 2/3;
}

.stay-tpuh44.stay-lsunfq > .stay-ytrmvk {
  grid-column: 1/2;
}

.stay-tpuh44.stay-lsunfq > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.stay-tpuh44 > p:first-of-type {
  margin-top: 0;
}

.stay-tpuh44 .stay-ytrmvk {
  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;
}

.stay-ma8lc1:not(._h1-block) .stay-jg2pdk ~ .stay-ytrmvk {
  grid-row: 2/10;
}

.stay-ma8lc1.stay-pagrsh .stay-jg2pdk ~ .stay-ytrmvk {
  grid-row: 1/10;
}

.stay-ma8lc1.stay-pagrsh > .stay-jg2pdk {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.stay-ma8lc1.stay-pagrsh .stay-ytrmvk {
  grid-row: 1/10;
}

.stay-tpuh44.stay-ce29wv .stay-ytrmvk {
  align-items: flex-start;
}

.stay-tpuh44.stay-mcqbyc .stay-lic88j {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.stay-tpuh44.stay-mcqbyc .stay-ytrmvk {
  align-items: center;
}

.stay-tpuh44.stay-idlprl .stay-ytrmvk {
  align-items: flex-end;
}

.stay-lic88j > :first-child {
  margin-top: 0;
}

.stay-lic88j > :last-child {
  margin-bottom: 0;
}

* + .stay-g6rbd8,
.stay-ma8lc1 + .stay-ma8lc1 {
  margin-top: 2rem;
}

.stay-nkb1gl td::before,
.stay-nkb1gl th::after {
  display: none !important;
}

.stay-nkb1gl #link-selector {
  color: #000;
}

.stay-nkb1gl .stay-20ytks {
  color: #135e96;
}

.stay-nkb1gl .stay-k3nn52 *,
.stay-nkb1gl .stay-y3vbp9 p,
.stay-nkb1gl .stay-1sol1b * {
  color: #000;
}

.stay-nkb1gl .stay-pmw5vj {
  background: 0 0 !important;
}

.stay-nkb1gl .stay-mcie7d {
  color: #000;
}

.stay-nkb1gl .stay-fktwmx.stay-g7ps4x {
  color: #fff;
}

.stay-nkb1gl .stay-43x0tc {
  color: #000;
}

.stay-nkb1gl
  .stay-ez98um
  .stay-5yx3fd.stay-g7ps4x.stay-s3zby4 {
  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;
}

.stay-ydtze7,
body .stay-mllayr {
  color: #000;
  background: var(--color-body) !important;
}

.stay-ydtze7 .stay-e3c8tw .stay-vh535z,
body .stay-mllayr .stay-e3c8tw .stay-vh535z {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stay-jmc8y3:focus,
  .stay-jmc8y3:hover {
    color: #f9cb16;
  }
  .stay-2nfs8j:focus,
  .stay-2nfs8j:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stay-v5x9cz:focus img,
  .stay-v5x9cz:focus svg,
  .stay-v5x9cz:hover img,
  .stay-v5x9cz:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .stay-9igmz3 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stay-a5ffj3:hover .stay-sfpkt0 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .stay-sfpkt0 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .stay-noh5da {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .stay-txvfom {
    grid-template-columns: repeat(4, 1fr);
  }
  .stay-7jnlcd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .stay-c6oze8 .stay-c7qxmu {
    grid-template-columns: 1fr;
  }
  .stay-c6oze8 .stay-b66c4t {
    -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;
  }
  .stay-c6oze8 .stay-zx9drx {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stay-c6oze8 .stay-g33ctu {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stay-c6oze8 .stay-rxgrdk {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .stay-c6oze8 .stay-zx9drx:not(:first-child) {
    border: none;
  }
  .stay-c6oze8 .stay-zx9drx:first-child .stay-g33ctu {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .stay-c6oze8 .stay-zx9drx:last-child .stay-g33ctu {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .stay-e5tqkk {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .stay-6ytda6 {
    max-width: 100px;
  }
  .stay-uups42 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .stay-azp7aw {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stay-azp7aw svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .stay-82826m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .stay-uups42 + .stay-azp7aw {
    margin-left: auto;
  }
  .stay-zg6rnw {
    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;
  }
  .stay-zg6rnw.stay-oqcvyc {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .stay-2rsq49 {
    -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;
  }
  .stay-ixlddx {
    width: 100%;
  }
  .stay-ixlddx:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .stay-hor1wb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .stay-hor1wb svg {
    margin-right: 4px;
  }
  .stay-a5ffj3 {
    -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;
  }
  .stay-sfpkt0 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .stay-sfpkt0 {
    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;
  }
  .stay-f3rlvp {
    display: none;
    width: 100%;
  }
  .stay-a5ffj3.stay-oqcvyc .stay-f3rlvp {
    padding: 0 0 0 48px;
  }
  .stay-gufjhz {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .stay-ae66qh .stay-ytrmvk {
    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;
  }
  .stay-qjpc9s {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stay-qjpc9s + .stay-qjpc9s {
    margin-right: 0;
  }
  .stay-qjpc9s + .stay-ytrmvk {
    margin: 0;
  }
  .stay-noh5da {
    grid-template-columns: repeat(4, 1fr);
  }
  .stay-txvfom {
    grid-template-columns: repeat(3, 1fr);
  }
  .stay-gc99f8,
  .stay-oz3p8v {
    grid-template-columns: repeat(2, 1fr);
  }
  .stay-tpuh44 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stay-tpuh44.stay-lsunfq .stay-lic88j {
    grid-column: auto;
    grid-row: auto;
  }
  .stay-tpuh44 > .stay-jg2pdk {
    grid-column: 1/2;
  }
  .stay-tpuh44.stay-lsunfq > :not(.get-image) {
    grid-column: 1/2;
  }
  .stay-tpuh44 .stay-ytrmvk,
  .stay-tpuh44.stay-lsunfq > .stay-ytrmvk {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stay-tpuh44.stay-lsunfq > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .stay-ma8lc1.stay-pagrsh .stay-tpuh44 > .stay-ytrmvk {
    grid-row: 1/2;
  }
  .stay-tpuh44 .stay-jg2pdk ~ .stay-ytrmvk,
  .stay-tpuh44.stay-lsunfq .stay-jg2pdk ~ .stay-ytrmvk {
    grid-row: 2/3;
  }
  .stay-ma8lc1.stay-pagrsh .stay-jg2pdk ~ .stay-ytrmvk {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .stay-85u24v:first-child .stay-3hzvjn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stay-85u24v:first-child .stay-3hzvjn h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .stay-85u24v {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .stay-85u24v {
    padding: 0;
  }
  .stay-10z5e5 {
    margin-top: 1rem;
  }
  .stay-36f828 {
    border-radius: 5px;
  }
  .stay-k19yqo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stay-nmiaj8::after {
    display: inline-block;
  }
  .stay-nmiaj8 {
    margin: 0;
    width: 100%;
  }
  .stay-h9r9ew {
    width: 100%;
  }
  .stay-h9r9ew.stay-43r8ae {
    -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%;
  }
  .stay-h9r9ew.stay-43r8ae .stay-l5bv27 {
    width: 100%;
  }
  .stay-h9r9ew.stay-43r8ae .stay-l5bv27:not(:last-child) {
    margin-right: 0;
  }
  .stay-jmc8y3 {
    width: 100%;
    text-align: center;
  }
  .stay-1pbo25.stay-oqcvyc .stay-h9r9ew {
    margin-top: 1rem;
  }
  .stay-noh5da {
    grid-template-columns: repeat(3, 1fr);
  }
  .stay-7jnlcd,
  .stay-txvfom {
    grid-template-columns: repeat(2, 1fr);
  }
  .stay-gc99f8,
  .stay-oz3p8v,
  .stay-uyzl2t {
    grid-template-columns: 1fr;
  }
  .stay-as5re1 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .stay-03dkg5 {
    min-width: 300px;
    max-width: 325px;
  }
  .stay-g33ctu {
    cursor: auto;
  }
  .stay-0jan9m .stay-g33ctu {
    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;
  }
  .stay-f823al {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .stay-f3rlvp {
    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) {
  .stay-f823al {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.stay-qjpc9s p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .stay-azp7aw {
    margin: 0 -0.2rem;
  }
  .stay-qjpc9s {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stay-feqld3 {
    -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;
  }
  .stay-1t6myi {
    max-width: 100%;
  }
  .stay-noh5da {
    grid-template-columns: repeat(2, 1fr);
  }
  .stay-7jnlcd,
  .stay-txvfom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .stay-e5tqkk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stay-azp7aw {
    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;
  }
  .stay-4difn4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stay-xr7xh3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stay-14ebbw,
  .stay-l8fwxf {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .stay-p7wbi1 {
    width: 100%;
  }
  .stay-noh5da {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .stay-f823al {
    top: 127px !important;
  }
}

.stay-t80lmd {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .stay-t80lmd {
  }
}

@media (max-width: 767px) {
  .stay-t80lmd {
    margin-bottom: 12px;
  }
}

.stay-t80lmd img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.stay-zeksyv {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.stay-zeksyv > .stay-7iytbq {
  flex: 1 1;
}

@media (max-width: 767px) {
  .stay-zeksyv {
    flex-direction: column;
    gap: 12px;
  }
}

.stay-z36ziu {
  display: flex;
}

.stay-z36ziu .stay-x2l7gu {
  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;
}

.stay-z36ziu .stay-ch1rug {
  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;
}

.stay-z36ziu .stay-p8pfok {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.stay-z36ziu .stay-qrr3t8 {
  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));
  }
}

.stay-z36ziu .stay-qrr3t8:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stay-z36ziu .stay-9va9dz {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.stay-gr7le1 {
  border: unset;
  background-color: unset;
}

.stay-gr7le1 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stay-gr7le1 .stay-jgpwxj,
.stay-gr7le1 .stay-o7rd51 {
  flex: 0 1 330px;
}

.stay-gr7le1 .stay-bwbl6h {
  flex: 1 1;
}

.stay-gr7le1 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stay-gr7le1 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.stay-gr7le1 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.stay-gr7le1 tr td p {
  color: #fff;
  margin: 0;
}

.stay-gr7le1 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.stay-gr7le1 tr.stay-jgpwxj td p {
  padding: 16px 0;
}

.stay-gr7le1 tr.stay-jgpwxj td p:not(:last-child),
.stay-gr7le1 tr.stay-o7rd51 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.stay-gr7le1 tr.stay-jgpwxj td p:first-child,
.stay-gr7le1 tr.stay-o7rd51 td p:first-child {
  padding-top: 0;
}

.stay-gr7le1 tr.stay-o7rd51 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stay-gr7le1 tr.stay-o7rd51 td p:last-child {
  padding-bottom: 0;
}

.stay-gr7le1 .stay-o7rd51 img {
  max-width: 32px;
}

.stay-gr7le1 .stay-bwbl6h {
  min-width: 718px;
}

.stay-gr7le1 .stay-bwbl6h td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.stay-gr7le1 .stay-bwbl6h td {
  display: flex;
}

.stay-gr7le1 .stay-bwbl6h td:last-child .stay-vd7wfn,
.stay-gr7le1 .stay-bwbl6h td:last-child .stay-92yu7p,
.stay-gr7le1 .stay-bwbl6h td:last-child .stay-mvu4hu {
  flex: 1 1 50%;
}

.stay-gr7le1 .stay-bwbl6h td:last-child .stay-0fvf12 {
  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;
}

.stay-gr7le1 .stay-bwbl6h td:last-child .stay-vi24wj,
.stay-gr7le1 .stay-bwbl6h td:last-child .stay-r4xcpa {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.stay-gr7le1 .stay-bwbl6h td:last-child .stay-vd7wfn,
.stay-gr7le1 .stay-bwbl6h td:last-child .stay-92yu7p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stay-gr7le1 .stay-bwbl6h td:last-child .stay-vd7wfn span,
.stay-gr7le1 .stay-bwbl6h td:last-child .stay-92yu7p span {
  font-weight: 800;
}

.stay-gr7le1 .stay-bwbl6h img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .stay-gr7le1 .stay-bwbl6h td .stay-mvu4hu:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .stay-gr7le1 tr.stay-jgpwxj td p:last-child {
    padding-bottom: 0;
  }
  .stay-gr7le1 .stay-o7rd51 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .stay-gr7le1 .stay-o7rd51 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .stay-gr7le1 tr.stay-jgpwxj td p:not(:last-child),
  .stay-gr7le1 tr.stay-o7rd51 td p:not(:last-child) {
    border-bottom: unset;
  }
  .stay-gr7le1 tr.stay-o7rd51 td p:last-child {
    padding-bottom: 12px;
  }
  .stay-gr7le1 .stay-bwbl6h td:last-child .stay-vd7wfn,
  .stay-gr7le1 .stay-bwbl6h td:last-child .stay-92yu7p,
  .stay-gr7le1 .stay-bwbl6h td:last-child .stay-mvu4hu {
    flex: 1 1 50%;
    padding: 0;
  }
  .stay-gr7le1 .stay-bwbl6h td:last-child .stay-vd7wfn,
  .stay-gr7le1 .stay-bwbl6h td:last-child .stay-92yu7p {
    margin-top: 16px;
  }
  .stay-gr7le1 .stay-bwbl6h td:last-child .stay-mvu4hu {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .stay-gr7le1 .stay-bwbl6h td:last-child .stay-vd7wfn {
    border-right: 1px solid var(--border-color);
  }
  .stay-gr7le1 .stay-bwbl6h td:last-child .stay-mvu4hu:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .stay-gr7le1 .stay-bwbl6h td:last-child .stay-mvu4hu:last-child {
    padding-bottom: 0;
  }
}

.stay-mvu4hu {
  display: flex;
  flex-direction: column;
}

.stay-gr7le1 .stay-bwbl6h td .stay-mvu4hu {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.stay-gr7le1 .stay-bwbl6h td .stay-mvu4hu:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.stay-gr7le1 .stay-bwbl6h td .stay-mvu4hu:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .stay-gr7le1 .stay-bwbl6h td .stay-mvu4hu:not(:first-child) {
    padding-left: 0;
  }
  .stay-gr7le1 .stay-bwbl6h td .stay-mvu4hu:not(:last-of-type) {
    border-right: unset;
  }
}

.stay-gr7le1 .stay-ho8vs5 {
  flex: 0 1 485px;
}

.stay-gr7le1 .stay-rgj2yl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.stay-gr7le1 .stay-rgj2yl li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stay-gr7le1 .stay-rgj2yl li.stay-silni4 {
  padding: 6px 12px;
}

.stay-gr7le1 .stay-rgj2yl li a,
.stay-gr7le1 .stay-rgj2yl 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;
}

.stay-gr7le1 .stay-6pl862,
.stay-gr7le1 .stay-kgxw31 {
  flex: 1 1;
}

.stay-gr7le1 .stay-vfybur,
.stay-gr7le1 .stay-de41qb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stay-gr7le1 .stay-vfybur li,
.stay-gr7le1 .stay-de41qb li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stay-gr7le1 .stay-kgxw31 img {
  max-width: 32px;
}

.stay-gr7le1 .stay-6pl862 img {
  max-width: 32px;
}

.stay-gr7le1 .stay-5zebzz {
  min-width: 280px;
}

.stay-gr7le1 .stay-5zebzz img {
  max-width: 146px;
}

.stay-gr7le1 .stay-5zebzz td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .stay-gr7le1 .stay-jgpwxj,
  .stay-gr7le1 .stay-o7rd51 {
    flex: 0 1 auto;
  }
  .stay-gr7le1 .stay-bwbl6h {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .stay-gr7le1 .stay-jgpwxj,
  .stay-gr7le1 .stay-ho8vs5,
  .stay-gr7le1 .stay-o7rd51,
  .stay-gr7le1 .stay-bwbl6h {
    flex: 1 1 calc(50% - 20px);
  }
  .stay-gr7le1 .stay-6pl862,
  .stay-gr7le1 .stay-5zebzz,
  .stay-gr7le1 .stay-kgxw31 {
    flex: 1 1 30%;
  }
  .stay-gr7le1 .stay-5zebzz {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .stay-gr7le1 .stay-jgpwxj,
  .stay-gr7le1 .stay-ho8vs5,
  .stay-gr7le1 .stay-6pl862,
  .stay-gr7le1 .stay-o7rd51,
  .stay-gr7le1 .stay-bwbl6h,
  .stay-gr7le1 .stay-5zebzz,
  .stay-gr7le1 .stay-kgxw31 {
    flex: 1 1 100%;
  }
}

.stay-g4p56o .stay-qbgowt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stay-g4p56o .stay-m3ccub {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.stay-g4p56o .stay-5n7hug {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.stay-g4p56o .stay-z6y06v {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stay-g4p56o .stay-z6y06v > :nth-child(3) {
  margin-top: 0;
}

.stay-g4p56o .stay-ytrmvk {
  grid-column: 2/3;
  grid-row: 1/10;
}

.stay-g4p56o .stay-d4jvus {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.stay-g4p56o .stay-10z5e5 {
  grid-column: 1/2;
}

.stay-g4p56o > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.stay-g4p56o .stay-m3ccub: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;
}

.stay-g4p56o .stay-m3ccub:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.stay-g4p56o .stay-p7wbi1 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .stay-g4p56o .stay-m3ccub:not(:last-child):before {
    bottom: 8px;
  }
  .stay-g4p56o .stay-m3ccub:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .stay-g4p56o .stay-z6y06v {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .stay-g4p56o .stay-ytrmvk {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .stay-g4p56o .stay-ytrmvk img {
    width: 100%;
    height: auto;
  }
  .stay-g4p56o .stay-p7wbi1 {
    width: 100%;
    min-width: unset;
  }
}

.stay-njlhr9 .stay-o32l34 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.stay-njlhr9 .stay-nxl14q {
  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;
}

.stay-njlhr9 .stay-ytrmvk {
  height: 100%;
}

.stay-njlhr9 .stay-ytrmvk img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.stay-njlhr9 .stay-wfu4n3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.stay-njlhr9 .stay-rpd1zb {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.stay-njlhr9 .stay-w4da94 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .stay-njlhr9 .stay-nxl14q {
    flex: 1 1 100%;
  }
  .stay-njlhr9 .stay-tz2mjk {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .stay-njlhr9 .stay-nxl14q {
    flex-direction: column;
  }
  .stay-njlhr9 .stay-ytrmvk {
    width: 100%;
    height: auto;
  }
  .stay-njlhr9 .stay-ytrmvk img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .stay-njlhr9 .stay-wfu4n3 {
    padding: 0 16px 16px 16px;
  }
  .stay-njlhr9 .stay-tz2mjk {
    min-width: unset;
    width: 100%;
  }
}

.stay-u50msl .stay-rima05 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.stay-u50msl .stay-qronkv {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.stay-u50msl 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;
}

.stay-u50msl .stay-lsdt4w {
  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;
}

.stay-u50msl .stay-qronkv:hover .stay-lsdt4w {
  display: flex;
}

.stay-u50msl .stay-4239se {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stay-u50msl .stay-vkhxxj {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.stay-c4bwxi {
  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;
}

.stay-c4bwxi.stay-0fvsyi {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.stay-xa440b ease-in-out;
}

.stay-c4bwxi.stay-0fvsyi:hover {
  color: #f9cb16;
  background-color: transparent;
}

.stay-u50msl .stay-wxjh36 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.stay-xa440b ease-in-out;
}

.stay-u50msl .stay-wxjh36:hover {
  color: #196948;
  background-color: #f9cb16;
}

.stay-u50msl .stay-wxjh36:after,
.stay-c4bwxi.stay-0fvsyi:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.stay-c4bwxi.stay-0fvsyi:after {
  background-image: url(../images/Cash.svg);
}

.stay-u50msl .stay-wxjh36:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .stay-u50msl .stay-rima05 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stay-u50msl .stay-rima05 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stay-u50msl .stay-rima05 {
    grid-template-columns: 1fr;
  }
  .stay-u50msl .stay-qronkv {
    height: auto;
  }
  .stay-u50msl .stay-qronkv .stay-lsdt4w {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .stay-u50msl .stay-4239se,
  .stay-u50msl .stay-vkhxxj {
    text-align: left;
  }
  .stay-u50msl .stay-vkhxxj {
    margin-bottom: 8px;
  }
  .stay-u50msl img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.stay-q5y2qg {
  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;
}

.stay-q5y2qg.stay-9pp9sx {
  display: block;
}

.stay-q5y2qg .stay-eu5kub {
  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;
}

.stay-q5y2qg .stay-z1409h {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.stay-q5y2qg .stay-0ds423 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.stay-q5y2qg .stay-vikg1v {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.stay-q5y2qg .stay-c4bwxi {
  min-width: 296px;
  margin-bottom: 0;
}

.stay-q5y2qg .stay-y2yk3f {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stay-q5y2qg .stay-g253d0 {
  position: relative;
  flex: 1 1;
}

.stay-q5y2qg .stay-g253d0 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .stay-q5y2qg .stay-z1409h {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stay-q5y2qg .stay-0ds423 {
    order: 1;
  }
  .stay-q5y2qg .stay-vikg1v {
    order: 3;
    flex: 1 1 100%;
  }
  .stay-q5y2qg .stay-c4bwxi {
    width: 100%;
    min-width: unset;
  }
  .stay-q5y2qg .stay-y2yk3f {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .stay-tpuh44 > .stay-jg2pdk {
    margin-bottom: 0;
  }
  .stay-tpuh44 > .stay-10z5e5,
  .stay-tpuh44 > p {
    margin-top: 0;
  }
}

.stay-z66ldx img,
.stay-qjpc9s img {
  width: auto;
  object-fit: contain;
}

.stay-z66ldx {
  align-items: center;
}

.stay-z66ldx img {
  max-height: 76px;
}

.stay-qjpc9s img {
  max-height: 64px;
}

.stay-1yks9x {
  overflow: auto;
}

.stay-fwse2m {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.stay-oq12y3:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.stay-aqkk6c {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.stay-l75373 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stay-aqkk6c .stay-ytrmvk {
  margin-right: 20px;
  flex-shrink: 0;
}

.stay-aqkk6c img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.stay-krpsm6 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.stay-krpsm6 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stay-aqkk6c {
    padding: 15px 10px;
  }
  .stay-krpsm6 {
    padding: 15px 10px;
  }
  .stay-aqkk6c .stay-ytrmvk {
    margin-right: 10px;
  }
}

.stay-qsi3l5 {
  overflow-x: auto;
}

.stay-f0kef1 {
  border-collapse: collapse;
  width: 100%;
}

.stay-qsi3l5 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.stay-qsi3l5 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.stay-qsi3l5 td.stay-bfvpd0 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.stay-qsi3l5 td.stay-gb94o1 {
  border-right: none;
}

.stay-qsi3l5 td.stay-gb94o1 .stay-ytrmvk {
  justify-content: flex-start;
}

.stay-qsi3l5 td.stay-gb94o1 .stay-ytrmvk img {
  height: auto;
  width: 90px;
}

.stay-qsi3l5 td.stay-wi076k,
.stay-qsi3l5 td.stay-xj0xub {
  font-weight: 600;
  text-align: right;
}

.stay-qsi3l5 td.stay-csj0fk,
.stay-qsi3l5 td.stay-wi076k {
  padding-bottom: 10px;
  border-bottom: none;
}

.stay-qsi3l5 td.stay-wi076k,
.stay-qsi3l5 td.stay-xj0xub {
  border-left: none;
}

.stay-qsi3l5 td.stay-csj0fk,
.stay-qsi3l5 td.stay-wi1gqw {
  border-right: none;
}

.stay-qsi3l5 td.stay-wi1gqw,
.stay-qsi3l5 td.stay-xj0xub {
  border-top: none;
  padding-top: 10px;
}

.stay-iv50yp {
  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;
}

.stay-iv50yp .stay-tz2mjk {
  min-width: unset;
  width: 100%;
}

.stay-iv50yp .stay-tz2mjk.stay-ytixke {
  grid-column: 1/2;
  grid-row: 1/2;
}

.stay-iv50yp .stay-tz2mjk.stay-in7b6p {
  grid-column: 2/3;
  grid-row: 1/2;
}

.stay-iv50yp .stay-dekh16 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .stay-iv50yp {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .stay-iv50yp .stay-tz2mjk.stay-ytixke {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stay-iv50yp .stay-tz2mjk.stay-in7b6p {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .stay-iv50yp .stay-dekh16 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.stay-nacfd1 {
  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;
}

.stay-un6dfe {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.stay-z4w0j7 p a img {
  margin: 0 auto;
  display: block;
}

.stay-z4w0j7 table {
  margin-bottom: 17px;
}

/* contanct form */
.stay-raqilj {
  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;
}

.stay-raqilj label {
  font-size: 14px;
}

.stay-raqilj h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stay-raqilj input,
.stay-raqilj textarea,
.stay-raqilj 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;
}
.stay-raqilj button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stay-xa440b ease;
}
.stay-raqilj button:hover {
  background-color: #691204;
}
.stay-g784dd {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stay-r0lj3d ease-in;
}

.stay-g784dd h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.stay-tm7n69, .stay-ee4cud, [class*="review-card"],
thead, thead th, table th, .stay-2zs2vd,
.stay-tc58q4, [class*="collapsible-header"],
.stay-z0p88z, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
