@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);
}

.ritzo-wj859l {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ritzo-8vkdwv {
  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.ritzo-2nb059,
ul.ritzo-2nb059 {
  padding-left: 20px;
}

ul.ritzo-2nb059 {
  list-style: disc;
}

ol.ritzo-2nb059 {
  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;
  }
}

.ritzo-l817w2 > .ritzo-yiw5c9,
.ritzo-l817w2 > .ritzo-avxxna,
.ritzo-l817w2 > blockquote,
.ritzo-l817w2 > h1,
.ritzo-l817w2 > h2,
.ritzo-l817w2 > h3,
.ritzo-l817w2 > h4,
.ritzo-l817w2 > h5,
.ritzo-l817w2 > h6,
.ritzo-l817w2 > ol,
.ritzo-l817w2 > p,
.ritzo-l817w2 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ritzo-l817w2 > ol,
.ritzo-l817w2 > ul {
  padding-left: 50px;
}

.ritzo-l817w2 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;
}

.ritzo-l817w2:not(:last-child) {
  margin-bottom: 2rem;
}

.ritzo-l817w2 > :not(:first-child) {
  margin-top: 2rem;
}

.ritzo-l817w2 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ritzo-l817w2:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .ritzo-l817w2:first-child {
    margin-top: 20px;
  }
}

.ritzo-l817w2 > p:last-of-type {
  margin-bottom: 32px;
}

.ritzo-l817w2 > .ritzo-kv87f1:not(:first-child) {
  margin: 64px auto 16px auto;
}

.ritzo-mkku0d > .ritzo-kv87f1 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ritzo-avxxna {
  overflow: auto;
}

.ritzo-avxxna::-webkit-scrollbar {
  height: 5px;
}

.ritzo-avxxna table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.ritzo-avxxna table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.ritzo-avxxna table thead,
table thead {
  border-bottom: none;
}

.ritzo-avxxna table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.ritzo-avxxna table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.ritzo-avxxna table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.ritzo-avxxna .ritzo-1h7nis {
  table-layout: auto;
}

.ritzo-avxxna .ritzo-1h7nis th {
  word-break: normal;
}

.ritzo-avxxna .ritzo-1h7nis td {
  word-break: normal;
}

.ritzo-wj859l .ritzo-wj859l {
  padding-right: 0;
  padding-left: 0;
}

.ritzo-i9eupo {
  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;
}

.ritzo-z52q34 {
  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;
}

.ritzo-n6bhbj {
  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;
}

.ritzo-yiw5c9 {
  margin-top: 24px;
}

.ritzo-yiw5c9.ritzo-5gw5at {
  text-align: left;
}

.ritzo-yiw5c9.ritzo-bcsgwl {
  text-align: right;
}

.ritzo-yiw5c9.ritzo-ngm3wy {
  text-align: center;
}

.ritzo-9pxaj9 {
  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.ritzo-a3vaxx ease-in-out;
  cursor: pointer;
}

.ritzo-9pxaj9:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.ritzo-9pxaj9 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .ritzo-9pxaj9 {
    min-width: unset;
  }
}

.ritzo-etwaao {
  background-color: var(--fh-bg-color);
}

.ritzo-7968pk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.ritzo-jyyr3j {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.ritzo-jyyr3j img {
  max-height: 80px;
  object-fit: contain;
}

.ritzo-e4r1e7 {
  flex: 1 1;
}

.ritzo-4ynhuk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.ritzo-nhrkdp {
  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;
}

.ritzo-nhrkdp 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;
}

.ritzo-nhrkdp.ritzo-wkq3eb span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.ritzo-nhrkdp.ritzo-wkq3eb span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.ritzo-nhrkdp.ritzo-wkq3eb span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.ritzo-e4r1e7 + .ritzo-4ynhuk {
  margin-left: 20px;
}

.ritzo-r039oa {
  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;
}

.ritzo-r039oa > svg {
  max-width: 24px;
  max-height: 24px;
}

.ritzo-r039oa + .ritzo-r039oa {
  margin-left: 5px;
}

.ritzo-uox624 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.ritzo-uox624:hover {
  background-color: var(--button-bg-hover);
}

.ritzo-bexibw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.ritzo-a3vaxx ease-in-out;
  border: 1px solid var(--border-color);
}

.ritzo-bexibw:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.ritzo-bgtqnz {
  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) {
  .ritzo-e4r1e7 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .ritzo-bgtqnz {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .ritzo-e4r1e7 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .ritzo-r039oa {
    min-width: unset;
    flex: 1 1;
  }
}

.ritzo-b4wbes {
  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;
}

.ritzo-b4wbes:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.ritzo-b4wbes:hover .ritzo-hfctx3 {
  opacity: 1;
  pointer-events: auto;
}

.ritzo-1ertsm {
  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.ritzo-4t8u9e ease-in-out;
  gap: 4px;
}

.ritzo-1ertsm > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ritzo-1ertsm .ritzo-i9eupo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ritzo-x55vmb,
.ritzo-1ertsm:hover {
  color: var(--button-bg-hover);
}

.ritzo-mii532 {
  position: relative;
}

.ritzo-mii532 .ritzo-1ertsm {
  margin-right: 0;
  padding-right: 4px;
}

.ritzo-c1cd54 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ritzo-mii532.ritzo-wkq3eb .ritzo-c1cd54 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.ritzo-mii532.ritzo-wkq3eb .ritzo-hfctx3 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.ritzo-mii532.ritzo-wkq3eb .ritzo-hfctx3::before {
  display: none;
}

.ritzo-c1cd54 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.ritzo-hfctx3 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.ritzo-j6dy0d 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.ritzo-hfctx3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.ritzo-hfctx3:hover {
  color: var(--fh-bg-color);
}

.ritzo-vtnbq6 {
  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.ritzo-j6dy0d 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.ritzo-4t8u9e ease-in-out;
  -o-transition: 0.ritzo-4t8u9e ease-in-out;
  transition: 0.ritzo-4t8u9e ease-in-out;
}

.ritzo-vtnbq6 .ritzo-i9eupo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ritzo-51mwk6,
.ritzo-vtnbq6:hover {
  color: var(--button-bg-hover);
}

.ritzo-hhvz76 {
  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%;
}

.ritzo-hhvz76.ritzo-fifsba {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.ritzo-hhvz76.ritzo-fifsba:after,
.ritzo-hhvz76.ritzo-fifsba:before {
  content: "";
  position: absolute;
  margin: auto;
}

.ritzo-hhvz76.ritzo-fifsba: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);
  }
}

.ritzo-hhvz76.ritzo-fifsba:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.ritzo-hhvz76.ritzo-fifsba > * {
  z-index: 1;
}

.ritzo-hhvz76 b,
.ritzo-hhvz76 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.ritzo-hhvz76 .ritzo-5l4tik {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.ritzo-hhvz76 .ritzo-bdxg53 {
  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;
}

.ritzo-hhvz76 .ritzo-i9eupo {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.ritzo-hhvz76 .ritzo-btvw8v {
  margin-top: 12px;
}

.ritzo-btvw8v {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.ritzo-bcicym {
  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;
}

.ritzo-btvw8v .ritzo-dkejsj {
  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.ritzo-a3vaxx ease-in-out;
}

.ritzo-btvw8v .ritzo-dkejsj:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ritzo-hpdp32 {
  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;
}

.ritzo-hhvz76.ritzo-y57sj5 {
  gap: 12px;
  padding: 16px;
}

.ritzo-hhvz76.ritzo-y57sj5 .ritzo-hpdp32 {
  min-width: 240px;
}

.ritzo-hhvz76.ritzo-y57sj5 .ritzo-hpdp32.ritzo-yjoar8 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .ritzo-hhvz76 .ritzo-5l4tik {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .ritzo-hhvz76 .ritzo-bdxg53 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .ritzo-hhvz76 .ritzo-i9eupo {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .ritzo-hhvz76.ritzo-y57sj5 .ritzo-i9eupo {
    max-width: 126px;
  }
  .ritzo-hhvz76 .ritzo-btvw8v {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .ritzo-hhvz76 .ritzo-bcicym {
    max-width: unset;
  }
  .ritzo-hpdp32 {
    min-width: unset;
    width: 100%;
  }
  .ritzo-hhvz76 .ritzo-hpdp32 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .ritzo-hhvz76.ritzo-y57sj5 {
    grid-template-rows: auto 1fr auto;
  }
  .ritzo-hhvz76.ritzo-y57sj5 .ritzo-hpdp32 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .ritzo-hhvz76 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .ritzo-hhvz76 .ritzo-5l4tik {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .ritzo-hhvz76 .ritzo-i9eupo {
    max-width: 78px;
  }
  .ritzo-hhvz76 .ritzo-btvw8v {
    margin-top: -12px;
  }
  .ritzo-hhvz76.ritzo-y57sj5 {
    gap: 8px;
  }
  .ritzo-hhvz76.ritzo-y57sj5 .ritzo-5l4tik {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .ritzo-hhvz76.ritzo-y57sj5 .ritzo-bdxg53 {
    grid-column: 1/3;
  }
  .ritzo-hhvz76.ritzo-y57sj5 .ritzo-i9eupo {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .ritzo-hhvz76.ritzo-y57sj5 .ritzo-i9eupo img {
    max-width: 114px;
  }
}

.ritzo-hpdp32.ritzo-rw2jjm,
.ritzo-hpdp32.ritzo-qoxoxu,
.ritzo-hpdp32.ritzo-ps2mhr {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.ritzo-a3vaxx ease-in-out;
}

.ritzo-hpdp32.ritzo-rw2jjm,
.ritzo-hpdp32.ritzo-ps2mhr {
  padding: 10px;
}

.ritzo-hpdp32.ritzo-rw2jjm:hover,
.ritzo-hpdp32.ritzo-qoxoxu:hover,
.ritzo-hpdp32.ritzo-ps2mhr:hover {
  background: var(--button-bg-hover);
}

.ritzo-hpdp32.ritzo-rw2jjm:hover svg path,
.ritzo-hpdp32.ritzo-ps2mhr:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.ritzo-hpdp32.ritzo-yjoar8 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.ritzo-a3vaxx ease-in-out;
  background: var(--button-bg-color);
}

.ritzo-hpdp32.ritzo-yjoar8:hover {
  background-color: var(--button-bg-hover);
}

.ritzo-hpdp32.ritzo-qoxoxu: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);
  }
}

.ritzo-hpdp32.ritzo-qoxoxu:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ritzo-hpdp32.ritzo-yjoar8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ritzo-nqfjim {
  max-width: 650px;
}

.ritzo-dbl4od {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.ritzo-4fefs6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ritzo-vw1cbu {
  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.ritzo-4t8u9e ease-in-out;
  cursor: pointer;
}

.ritzo-vw1cbu:hover {
  opacity: 0.5;
}

.ritzo-vw1cbu:focus {
  outline: 0;
}

.ritzo-vw1cbu:focus .ritzo-qa5a86,
.ritzo-vw1cbu:hover .ritzo-qa5a86 {
  fill: red;
  fill-opacity: 1;
}

.ritzo-vw1cbu:hover {
  cursor: pointer;
}

.ritzo-gkeitd {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.ritzo-nqfjim.ritzo-ngm3wy {
  margin: 0 auto;
}

.ritzo-nqfjim.ritzo-bcsgwl {
  margin-left: auto;
}

.ritzo-gq4e1o {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.ritzo-62g8oz {
  padding-bottom: 50px;
}

.ritzo-l7e07e {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.ritzo-drk1m9 {
  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;
}

.ritzo-lcdi4v {
  margin-top: 24px;
}

.ritzo-p01bjm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ritzo-4c8h74 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.ritzo-5f25bp {
  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;
}

.ritzo-9qufu1 {
  width: 468px;
}

.ritzo-5f25bp .ritzo-hfctx3 {
  margin: 0.ritzo-nnd5n4 0;
}

.ritzo-57b4pl {
  display: flex;
  min-width: 224px;
}

.ritzo-a7tsbl {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.ritzo-4t8u9e ease-in-out;
}

.ritzo-7d2jnq,
.ritzo-a7tsbl:hover {
  color: var(--text-color);
}

.ritzo-173mfb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.ritzo-kjt1dp {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .ritzo-gq4e1o {
    padding: 16px;
  }
  .ritzo-173mfb {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .ritzo-kjt1dp {
    align-items: center;
  }
  .ritzo-9qufu1 {
    width: unset;
  }
  .ritzo-57b4pl {
    min-width: unset;
  }
  .ritzo-5f25bp {
    max-height: unset;
  }
  .ritzo-l7e07e {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ritzo-gq4e1o {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.ritzo-nxag5r {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ritzo-nxag5r:not(:last-child) {
  margin-bottom: 16px;
}

.ritzo-qqkm0f {
  outline: 0;
}

.ritzo-qqkm0f .ritzo-0150aa {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.ritzo-n5tby5 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .ritzo-n5tby5 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.ritzo-n5tby5::-webkit-details-marker {
  display: none;
}

.ritzo-n5tby5: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;
}

.ritzo-n5tby5: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] .ritzo-n5tby5:after {
  transform: unset;
}

.ritzo-0150aa {
  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);
}

.ritzo-0150aa 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.ritzo-4t8u9e ease-in-out;
  -o-transition: 0.ritzo-4t8u9e ease-in-out;
  transition: 0.ritzo-4t8u9e ease-in-out;
}

.ritzo-m706km {
  padding: 16px 0 0 0;
}

.ritzo-m706km * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .ritzo-m706km :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ritzo-n5tby5 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .ritzo-n5tby5::after {
    margin-left: auto;
  }
  .ritzo-0150aa {
    order: 3;
    flex: 1 1 100%;
  }
  .ritzo-n5tby5 {
    font-size: 14px;
    line-height: 130%;
  }
  .ritzo-0150aa svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.ritzo-98ctzk {
  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;
}

.ritzo-2ix6zc {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.ritzo-98ctzk.ritzo-wkq3eb .ritzo-2ix6zc {
  margin-bottom: 12px;
}

.ritzo-2ix6zc::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;
}

.ritzo-98ctzk.ritzo-wkq3eb .ritzo-2ix6zc::after {
  transform: unset;
}

.ritzo-2c4m0t {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.ritzo-9q8d74 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.ritzo-4t8u9e ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.ritzo-9q8d74: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;
}

.ritzo-98ctzk.ritzo-wkq3eb .ritzo-2c4m0t {
  max-height: 100%;
}

.ritzo-nvydm8 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.ritzo-as0ybb {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.ritzo-dmltmy {
  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;
}

.ritzo-updnyg {
  margin-right: 4px;
}

.ritzo-ke7r9a {
  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.ritzo-4t8u9e ease-in-out;
}

.ritzo-ke7r9a svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.ritzo-ni88jh,
.ritzo-ke7r9a:hover {
  color: var(--text-color);
}

.ritzo-hatn24 {
  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;
}

.ritzo-hatn24 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.ritzo-hatn24 .ritzo-3007tz {
  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;
}

.ritzo-hatn24 .ritzo-ppgy5m {
  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;
}

.ritzo-d8046o {
  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;
}

.ritzo-qhzo53 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ritzo-937ntn .ritzo-wj859l {
  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;
}

.ritzo-937ntn {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.ritzo-4jxulw {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.ritzo-z1r79i {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.ritzo-8acqw2 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.ritzo-8uifz5 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;
}

.ritzo-8acqw2:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.ritzo-pk1lte {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.ritzo-rqlxti {
  -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.ritzo-4t8u9e ease-in-out;
  transition: transform 0.ritzo-4t8u9e ease-in-out;
  -o-transition: transform 0.ritzo-4t8u9e ease-in-out;
  transition:
    transform 0.ritzo-4t8u9e ease-in-out,
    -webkit-transform 0.ritzo-4t8u9e ease-in-out;
  cursor: pointer;
}

.ritzo-rqlxti svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.ritzo-rqlxti: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;
}

.ritzo-h45fcc {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .ritzo-h45fcc {
    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);
}

.ritzo-8jwm66 {
  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;
}

.ritzo-sgxlop {
  position: relative;
  width: 100%;
}

.ritzo-8jwm66.ritzo-xcgt6e {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ritzo-8jwm66.ritzo-ngm3wy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ritzo-8jwm66.ritzo-bcsgwl {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ritzo-em7w8n {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.ritzo-8i578q {
  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.ritzo-4t8u9e ease-in-out;
  cursor: pointer;
}

.ritzo-8i578q:hover {
  opacity: 0.5;
}

.ritzo-8jwm66.ritzo-pyn4dc .ritzo-8i578q {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ritzo-8jwm66.ritzo-pyn4dc .ritzo-em7w8n {
  cursor: pointer;
}

.ritzo-u3e8al {
  fill: #0009;
}

.ritzo-vk3cdc {
  fill: #fff;
}

.ritzo-8i578q:hover .ritzo-u3e8al {
  fill: red;
}

.ritzo-8i578q svg path {
  -webkit-transition: 0.ritzo-4t8u9e ease-in-out;
  -o-transition: 0.ritzo-4t8u9e ease-in-out;
  transition: 0.ritzo-4t8u9e ease-in-out;
}

.ritzo-47c7un {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.ritzo-47c7un > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.ritzo-47c7un.ritzo-1l7nf6 > :not(.get-image) {
  grid-column: 1/3;
}

.ritzo-twk9ce:not(._h1-block) .ritzo-47c7un > .ritzo-kv87f1 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.ritzo-47c7un.ritzo-1l7nf6 .ritzo-eyo9ai {
  grid-column: 2/3;
}

.ritzo-47c7un.ritzo-1l7nf6 > .ritzo-i9eupo {
  grid-column: 1/2;
}

.ritzo-47c7un.ritzo-1l7nf6 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.ritzo-47c7un > p:first-of-type {
  margin-top: 0;
}

.ritzo-47c7un .ritzo-i9eupo {
  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;
}

.ritzo-twk9ce:not(._h1-block) .ritzo-kv87f1 ~ .ritzo-i9eupo {
  grid-row: 2/10;
}

.ritzo-twk9ce.ritzo-96r6p6 .ritzo-kv87f1 ~ .ritzo-i9eupo {
  grid-row: 1/10;
}

.ritzo-twk9ce.ritzo-96r6p6 > .ritzo-kv87f1 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.ritzo-twk9ce.ritzo-96r6p6 .ritzo-i9eupo {
  grid-row: 1/10;
}

.ritzo-47c7un.ritzo-ubtejb .ritzo-i9eupo {
  align-items: flex-start;
}

.ritzo-47c7un.ritzo-ngm3wy .ritzo-eyo9ai {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.ritzo-47c7un.ritzo-ngm3wy .ritzo-i9eupo {
  align-items: center;
}

.ritzo-47c7un.ritzo-1zpsck .ritzo-i9eupo {
  align-items: flex-end;
}

.ritzo-eyo9ai > :first-child {
  margin-top: 0;
}

.ritzo-eyo9ai > :last-child {
  margin-bottom: 0;
}

* + .ritzo-j9fio6,
.ritzo-twk9ce + .ritzo-twk9ce {
  margin-top: 2rem;
}

.ritzo-vktkej td::before,
.ritzo-vktkej th::after {
  display: none !important;
}

.ritzo-vktkej #link-selector {
  color: #000;
}

.ritzo-vktkej .ritzo-465ikp {
  color: #135e96;
}

.ritzo-vktkej .ritzo-fdnpes *,
.ritzo-vktkej .ritzo-wdwoyi p,
.ritzo-vktkej .ritzo-5h4o33 * {
  color: #000;
}

.ritzo-vktkej .ritzo-6amhuk {
  background: 0 0 !important;
}

.ritzo-vktkej .ritzo-emt8xl {
  color: #000;
}

.ritzo-vktkej .ritzo-hxoe92.ritzo-fygl6p {
  color: #fff;
}

.ritzo-vktkej .ritzo-24ifua {
  color: #000;
}

.ritzo-vktkej
  .ritzo-9om2tn
  .ritzo-21zx0o.ritzo-fygl6p.ritzo-ydqy00 {
  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;
}

.ritzo-981ubc,
body .ritzo-om8wvh {
  color: #000;
  background: var(--color-body) !important;
}

.ritzo-981ubc .ritzo-112l66 .ritzo-n23l6t,
body .ritzo-om8wvh .ritzo-112l66 .ritzo-n23l6t {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ritzo-9q8d74:focus,
  .ritzo-9q8d74:hover {
    color: #f9cb16;
  }
  .ritzo-4m9u5e:focus,
  .ritzo-4m9u5e:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ritzo-yu503n:focus img,
  .ritzo-yu503n:focus svg,
  .ritzo-yu503n:hover img,
  .ritzo-yu503n:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .ritzo-hatn24 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ritzo-mii532:hover .ritzo-c1cd54 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .ritzo-c1cd54 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .ritzo-y1qjbn {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .ritzo-yue9kq {
    grid-template-columns: repeat(4, 1fr);
  }
  .ritzo-c5f00h {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .ritzo-sptq3v .ritzo-8jfkb9 {
    grid-template-columns: 1fr;
  }
  .ritzo-sptq3v .ritzo-jfkjoe {
    -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;
  }
  .ritzo-sptq3v .ritzo-4fkqdz {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ritzo-sptq3v .ritzo-ov7xzy {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ritzo-sptq3v .ritzo-rge1uc {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .ritzo-sptq3v .ritzo-4fkqdz:not(:first-child) {
    border: none;
  }
  .ritzo-sptq3v .ritzo-4fkqdz:first-child .ritzo-ov7xzy {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .ritzo-sptq3v .ritzo-4fkqdz:last-child .ritzo-ov7xzy {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .ritzo-7968pk {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .ritzo-jyyr3j {
    max-width: 100px;
  }
  .ritzo-e4r1e7 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ritzo-4ynhuk {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ritzo-4ynhuk svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .ritzo-nhrkdp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .ritzo-e4r1e7 + .ritzo-4ynhuk {
    margin-left: auto;
  }
  .ritzo-3asfsy {
    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;
  }
  .ritzo-3asfsy.ritzo-wkq3eb {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .ritzo-bgtqnz {
    -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;
  }
  .ritzo-b4wbes {
    width: 100%;
  }
  .ritzo-b4wbes:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .ritzo-1ertsm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .ritzo-1ertsm svg {
    margin-right: 4px;
  }
  .ritzo-mii532 {
    -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;
  }
  .ritzo-c1cd54 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .ritzo-c1cd54 {
    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;
  }
  .ritzo-hfctx3 {
    display: none;
    width: 100%;
  }
  .ritzo-mii532.ritzo-wkq3eb .ritzo-hfctx3 {
    padding: 0 0 0 48px;
  }
  .ritzo-vtnbq6 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .ritzo-drk1m9 .ritzo-i9eupo {
    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;
  }
  .ritzo-cat441 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ritzo-cat441 + .ritzo-cat441 {
    margin-right: 0;
  }
  .ritzo-cat441 + .ritzo-i9eupo {
    margin: 0;
  }
  .ritzo-y1qjbn {
    grid-template-columns: repeat(4, 1fr);
  }
  .ritzo-yue9kq {
    grid-template-columns: repeat(3, 1fr);
  }
  .ritzo-jwibc8,
  .ritzo-sx3qb9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ritzo-47c7un {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ritzo-47c7un.ritzo-1l7nf6 .ritzo-eyo9ai {
    grid-column: auto;
    grid-row: auto;
  }
  .ritzo-47c7un > .ritzo-kv87f1 {
    grid-column: 1/2;
  }
  .ritzo-47c7un.ritzo-1l7nf6 > :not(.get-image) {
    grid-column: 1/2;
  }
  .ritzo-47c7un .ritzo-i9eupo,
  .ritzo-47c7un.ritzo-1l7nf6 > .ritzo-i9eupo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ritzo-47c7un.ritzo-1l7nf6 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .ritzo-twk9ce.ritzo-96r6p6 .ritzo-47c7un > .ritzo-i9eupo {
    grid-row: 1/2;
  }
  .ritzo-47c7un .ritzo-kv87f1 ~ .ritzo-i9eupo,
  .ritzo-47c7un.ritzo-1l7nf6 .ritzo-kv87f1 ~ .ritzo-i9eupo {
    grid-row: 2/3;
  }
  .ritzo-twk9ce.ritzo-96r6p6 .ritzo-kv87f1 ~ .ritzo-i9eupo {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .ritzo-l817w2:first-child .ritzo-ubqmqu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ritzo-l817w2:first-child .ritzo-ubqmqu h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .ritzo-l817w2 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .ritzo-l817w2 {
    padding: 0;
  }
  .ritzo-yiw5c9 {
    margin-top: 1rem;
  }
  .ritzo-qqkm0f {
    border-radius: 5px;
  }
  .ritzo-i852tk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ritzo-2ix6zc::after {
    display: inline-block;
  }
  .ritzo-2ix6zc {
    margin: 0;
    width: 100%;
  }
  .ritzo-2c4m0t {
    width: 100%;
  }
  .ritzo-2c4m0t.ritzo-55retl {
    -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%;
  }
  .ritzo-2c4m0t.ritzo-55retl .ritzo-8tz3pq {
    width: 100%;
  }
  .ritzo-2c4m0t.ritzo-55retl .ritzo-8tz3pq:not(:last-child) {
    margin-right: 0;
  }
  .ritzo-9q8d74 {
    width: 100%;
    text-align: center;
  }
  .ritzo-98ctzk.ritzo-wkq3eb .ritzo-2c4m0t {
    margin-top: 1rem;
  }
  .ritzo-y1qjbn {
    grid-template-columns: repeat(3, 1fr);
  }
  .ritzo-c5f00h,
  .ritzo-yue9kq {
    grid-template-columns: repeat(2, 1fr);
  }
  .ritzo-jwibc8,
  .ritzo-sx3qb9,
  .ritzo-na3ntr {
    grid-template-columns: 1fr;
  }
  .ritzo-7nt8ap {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .ritzo-611sm1 {
    min-width: 300px;
    max-width: 325px;
  }
  .ritzo-ov7xzy {
    cursor: auto;
  }
  .ritzo-7a11g9 .ritzo-ov7xzy {
    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;
  }
  .ritzo-h45fcc {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .ritzo-hfctx3 {
    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) {
  .ritzo-h45fcc {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.ritzo-cat441 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .ritzo-4ynhuk {
    margin: 0 -0.2rem;
  }
  .ritzo-cat441 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ritzo-cisw01 {
    -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;
  }
  .ritzo-w9zmtp {
    max-width: 100%;
  }
  .ritzo-y1qjbn {
    grid-template-columns: repeat(2, 1fr);
  }
  .ritzo-c5f00h,
  .ritzo-yue9kq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .ritzo-7968pk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ritzo-4ynhuk {
    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;
  }
  .ritzo-etwaao {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ritzo-r039oa {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ritzo-yxfgh2,
  .ritzo-2egel1 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .ritzo-9pxaj9 {
    width: 100%;
  }
  .ritzo-y1qjbn {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .ritzo-h45fcc {
    top: 127px !important;
  }
}

.ritzo-511jtt {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .ritzo-511jtt {
  }
}

@media (max-width: 767px) {
  .ritzo-511jtt {
    margin-bottom: 12px;
  }
}

.ritzo-511jtt img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.ritzo-txdyns {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.ritzo-txdyns > .ritzo-4op0iv {
  flex: 1 1;
}

@media (max-width: 767px) {
  .ritzo-txdyns {
    flex-direction: column;
    gap: 12px;
  }
}

.ritzo-y0eche {
  display: flex;
}

.ritzo-y0eche .ritzo-i54neg {
  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;
}

.ritzo-y0eche .ritzo-7an9ki {
  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;
}

.ritzo-y0eche .ritzo-8anyvh {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.ritzo-y0eche .ritzo-qom4wd {
  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));
  }
}

.ritzo-y0eche .ritzo-qom4wd:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.ritzo-y0eche .ritzo-wz4a4p {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.ritzo-mxrmkv {
  border: unset;
  background-color: unset;
}

.ritzo-mxrmkv tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ritzo-mxrmkv .ritzo-6lzgp1,
.ritzo-mxrmkv .ritzo-p6iuxv {
  flex: 0 1 330px;
}

.ritzo-mxrmkv .ritzo-wptgjh {
  flex: 1 1;
}

.ritzo-mxrmkv tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ritzo-mxrmkv tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.ritzo-mxrmkv tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.ritzo-mxrmkv tr td p {
  color: #fff;
  margin: 0;
}

.ritzo-mxrmkv tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.ritzo-mxrmkv tr.ritzo-6lzgp1 td p {
  padding: 16px 0;
}

.ritzo-mxrmkv tr.ritzo-6lzgp1 td p:not(:last-child),
.ritzo-mxrmkv tr.ritzo-p6iuxv td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.ritzo-mxrmkv tr.ritzo-6lzgp1 td p:first-child,
.ritzo-mxrmkv tr.ritzo-p6iuxv td p:first-child {
  padding-top: 0;
}

.ritzo-mxrmkv tr.ritzo-p6iuxv td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ritzo-mxrmkv tr.ritzo-p6iuxv td p:last-child {
  padding-bottom: 0;
}

.ritzo-mxrmkv .ritzo-p6iuxv img {
  max-width: 32px;
}

.ritzo-mxrmkv .ritzo-wptgjh {
  min-width: 718px;
}

.ritzo-mxrmkv .ritzo-wptgjh td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.ritzo-mxrmkv .ritzo-wptgjh td {
  display: flex;
}

.ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5vxfsu,
.ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-dvwxps,
.ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5jidbs {
  flex: 1 1 50%;
}

.ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-nsxual {
  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;
}

.ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-c6ha9b,
.ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-ldunwa {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5vxfsu,
.ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-dvwxps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5vxfsu span,
.ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-dvwxps span {
  font-weight: 800;
}

.ritzo-mxrmkv .ritzo-wptgjh img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .ritzo-mxrmkv .ritzo-wptgjh td .ritzo-5jidbs:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ritzo-mxrmkv tr.ritzo-6lzgp1 td p:last-child {
    padding-bottom: 0;
  }
  .ritzo-mxrmkv .ritzo-p6iuxv > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .ritzo-mxrmkv .ritzo-p6iuxv > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .ritzo-mxrmkv tr.ritzo-6lzgp1 td p:not(:last-child),
  .ritzo-mxrmkv tr.ritzo-p6iuxv td p:not(:last-child) {
    border-bottom: unset;
  }
  .ritzo-mxrmkv tr.ritzo-p6iuxv td p:last-child {
    padding-bottom: 12px;
  }
  .ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5vxfsu,
  .ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-dvwxps,
  .ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5jidbs {
    flex: 1 1 50%;
    padding: 0;
  }
  .ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5vxfsu,
  .ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-dvwxps {
    margin-top: 16px;
  }
  .ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5jidbs {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5vxfsu {
    border-right: 1px solid var(--border-color);
  }
  .ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5jidbs:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .ritzo-mxrmkv .ritzo-wptgjh td:last-child .ritzo-5jidbs:last-child {
    padding-bottom: 0;
  }
}

.ritzo-5jidbs {
  display: flex;
  flex-direction: column;
}

.ritzo-mxrmkv .ritzo-wptgjh td .ritzo-5jidbs {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.ritzo-mxrmkv .ritzo-wptgjh td .ritzo-5jidbs:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.ritzo-mxrmkv .ritzo-wptgjh td .ritzo-5jidbs:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .ritzo-mxrmkv .ritzo-wptgjh td .ritzo-5jidbs:not(:first-child) {
    padding-left: 0;
  }
  .ritzo-mxrmkv .ritzo-wptgjh td .ritzo-5jidbs:not(:last-of-type) {
    border-right: unset;
  }
}

.ritzo-mxrmkv .ritzo-utx545 {
  flex: 0 1 485px;
}

.ritzo-mxrmkv .ritzo-dgbh4e {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.ritzo-mxrmkv .ritzo-dgbh4e li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ritzo-mxrmkv .ritzo-dgbh4e li.ritzo-4dtvfc {
  padding: 6px 12px;
}

.ritzo-mxrmkv .ritzo-dgbh4e li a,
.ritzo-mxrmkv .ritzo-dgbh4e 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;
}

.ritzo-mxrmkv .ritzo-4q8zqg,
.ritzo-mxrmkv .ritzo-n40qxr {
  flex: 1 1;
}

.ritzo-mxrmkv .ritzo-892c14,
.ritzo-mxrmkv .ritzo-r45cjc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ritzo-mxrmkv .ritzo-892c14 li,
.ritzo-mxrmkv .ritzo-r45cjc li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ritzo-mxrmkv .ritzo-n40qxr img {
  max-width: 32px;
}

.ritzo-mxrmkv .ritzo-4q8zqg img {
  max-width: 32px;
}

.ritzo-mxrmkv .ritzo-e9emki {
  min-width: 280px;
}

.ritzo-mxrmkv .ritzo-e9emki img {
  max-width: 146px;
}

.ritzo-mxrmkv .ritzo-e9emki td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .ritzo-mxrmkv .ritzo-6lzgp1,
  .ritzo-mxrmkv .ritzo-p6iuxv {
    flex: 0 1 auto;
  }
  .ritzo-mxrmkv .ritzo-wptgjh {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .ritzo-mxrmkv .ritzo-6lzgp1,
  .ritzo-mxrmkv .ritzo-utx545,
  .ritzo-mxrmkv .ritzo-p6iuxv,
  .ritzo-mxrmkv .ritzo-wptgjh {
    flex: 1 1 calc(50% - 20px);
  }
  .ritzo-mxrmkv .ritzo-4q8zqg,
  .ritzo-mxrmkv .ritzo-e9emki,
  .ritzo-mxrmkv .ritzo-n40qxr {
    flex: 1 1 30%;
  }
  .ritzo-mxrmkv .ritzo-e9emki {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .ritzo-mxrmkv .ritzo-6lzgp1,
  .ritzo-mxrmkv .ritzo-utx545,
  .ritzo-mxrmkv .ritzo-4q8zqg,
  .ritzo-mxrmkv .ritzo-p6iuxv,
  .ritzo-mxrmkv .ritzo-wptgjh,
  .ritzo-mxrmkv .ritzo-e9emki,
  .ritzo-mxrmkv .ritzo-n40qxr {
    flex: 1 1 100%;
  }
}

.ritzo-hvddn6 .ritzo-o4wznp {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ritzo-hvddn6 .ritzo-iix7xe {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.ritzo-hvddn6 .ritzo-toynj1 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.ritzo-hvddn6 .ritzo-5z5edx {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.ritzo-hvddn6 .ritzo-5z5edx > :nth-child(3) {
  margin-top: 0;
}

.ritzo-hvddn6 .ritzo-i9eupo {
  grid-column: 2/3;
  grid-row: 1/10;
}

.ritzo-hvddn6 .ritzo-k0wy2p {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.ritzo-hvddn6 .ritzo-yiw5c9 {
  grid-column: 1/2;
}

.ritzo-hvddn6 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.ritzo-hvddn6 .ritzo-iix7xe: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;
}

.ritzo-hvddn6 .ritzo-iix7xe:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.ritzo-hvddn6 .ritzo-9pxaj9 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .ritzo-hvddn6 .ritzo-iix7xe:not(:last-child):before {
    bottom: 8px;
  }
  .ritzo-hvddn6 .ritzo-iix7xe:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .ritzo-hvddn6 .ritzo-5z5edx {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .ritzo-hvddn6 .ritzo-i9eupo {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .ritzo-hvddn6 .ritzo-i9eupo img {
    width: 100%;
    height: auto;
  }
  .ritzo-hvddn6 .ritzo-9pxaj9 {
    width: 100%;
    min-width: unset;
  }
}

.ritzo-uc2u7o .ritzo-q7ifc3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.ritzo-uc2u7o .ritzo-97t38x {
  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;
}

.ritzo-uc2u7o .ritzo-i9eupo {
  height: 100%;
}

.ritzo-uc2u7o .ritzo-i9eupo img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.ritzo-uc2u7o .ritzo-dd1yas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.ritzo-uc2u7o .ritzo-5zd6g3 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.ritzo-uc2u7o .ritzo-bm7bxi {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .ritzo-uc2u7o .ritzo-97t38x {
    flex: 1 1 100%;
  }
  .ritzo-uc2u7o .ritzo-hpdp32 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .ritzo-uc2u7o .ritzo-97t38x {
    flex-direction: column;
  }
  .ritzo-uc2u7o .ritzo-i9eupo {
    width: 100%;
    height: auto;
  }
  .ritzo-uc2u7o .ritzo-i9eupo img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .ritzo-uc2u7o .ritzo-dd1yas {
    padding: 0 16px 16px 16px;
  }
  .ritzo-uc2u7o .ritzo-hpdp32 {
    min-width: unset;
    width: 100%;
  }
}

.ritzo-0loy7f .ritzo-92obj0 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.ritzo-0loy7f .ritzo-702td0 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.ritzo-0loy7f 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;
}

.ritzo-0loy7f .ritzo-152l4p {
  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;
}

.ritzo-0loy7f .ritzo-702td0:hover .ritzo-152l4p {
  display: flex;
}

.ritzo-0loy7f .ritzo-ogzmvw {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ritzo-0loy7f .ritzo-t0bcsb {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.ritzo-9bp3iv {
  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;
}

.ritzo-9bp3iv.ritzo-zrujdg {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.ritzo-a3vaxx ease-in-out;
}

.ritzo-9bp3iv.ritzo-zrujdg:hover {
  color: #f9cb16;
  background-color: transparent;
}

.ritzo-0loy7f .ritzo-qdt7z0 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.ritzo-a3vaxx ease-in-out;
}

.ritzo-0loy7f .ritzo-qdt7z0:hover {
  color: #196948;
  background-color: #f9cb16;
}

.ritzo-0loy7f .ritzo-qdt7z0:after,
.ritzo-9bp3iv.ritzo-zrujdg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.ritzo-9bp3iv.ritzo-zrujdg:after {
  background-image: url(../images/Cash.svg);
}

.ritzo-0loy7f .ritzo-qdt7z0:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .ritzo-0loy7f .ritzo-92obj0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .ritzo-0loy7f .ritzo-92obj0 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ritzo-0loy7f .ritzo-92obj0 {
    grid-template-columns: 1fr;
  }
  .ritzo-0loy7f .ritzo-702td0 {
    height: auto;
  }
  .ritzo-0loy7f .ritzo-702td0 .ritzo-152l4p {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .ritzo-0loy7f .ritzo-ogzmvw,
  .ritzo-0loy7f .ritzo-t0bcsb {
    text-align: left;
  }
  .ritzo-0loy7f .ritzo-t0bcsb {
    margin-bottom: 8px;
  }
  .ritzo-0loy7f img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.ritzo-mtp5oj {
  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;
}

.ritzo-mtp5oj.ritzo-pyn4dc {
  display: block;
}

.ritzo-mtp5oj .ritzo-a62251 {
  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;
}

.ritzo-mtp5oj .ritzo-s6b02d {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.ritzo-mtp5oj .ritzo-6qze42 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.ritzo-mtp5oj .ritzo-cyi994 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.ritzo-mtp5oj .ritzo-9bp3iv {
  min-width: 296px;
  margin-bottom: 0;
}

.ritzo-mtp5oj .ritzo-h4n0yt {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ritzo-mtp5oj .ritzo-7hj0e1 {
  position: relative;
  flex: 1 1;
}

.ritzo-mtp5oj .ritzo-7hj0e1 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ritzo-mtp5oj .ritzo-s6b02d {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ritzo-mtp5oj .ritzo-6qze42 {
    order: 1;
  }
  .ritzo-mtp5oj .ritzo-cyi994 {
    order: 3;
    flex: 1 1 100%;
  }
  .ritzo-mtp5oj .ritzo-9bp3iv {
    width: 100%;
    min-width: unset;
  }
  .ritzo-mtp5oj .ritzo-h4n0yt {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .ritzo-47c7un > .ritzo-kv87f1 {
    margin-bottom: 0;
  }
  .ritzo-47c7un > .ritzo-yiw5c9,
  .ritzo-47c7un > p {
    margin-top: 0;
  }
}

.ritzo-krsh9v img,
.ritzo-cat441 img {
  width: auto;
  object-fit: contain;
}

.ritzo-krsh9v {
  align-items: center;
}

.ritzo-krsh9v img {
  max-height: 76px;
}

.ritzo-cat441 img {
  max-height: 64px;
}

.ritzo-yuetye {
  overflow: auto;
}

.ritzo-5vx1r0 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.ritzo-jm2ejl:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.ritzo-97956j {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.ritzo-9755jt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ritzo-97956j .ritzo-i9eupo {
  margin-right: 20px;
  flex-shrink: 0;
}

.ritzo-97956j img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.ritzo-46mv0d {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.ritzo-46mv0d > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ritzo-97956j {
    padding: 15px 10px;
  }
  .ritzo-46mv0d {
    padding: 15px 10px;
  }
  .ritzo-97956j .ritzo-i9eupo {
    margin-right: 10px;
  }
}

.ritzo-5w985h {
  overflow-x: auto;
}

.ritzo-w9v1ov {
  border-collapse: collapse;
  width: 100%;
}

.ritzo-5w985h th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.ritzo-5w985h td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.ritzo-5w985h td.ritzo-rd8kyn {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.ritzo-5w985h td.ritzo-5g10jh {
  border-right: none;
}

.ritzo-5w985h td.ritzo-5g10jh .ritzo-i9eupo {
  justify-content: flex-start;
}

.ritzo-5w985h td.ritzo-5g10jh .ritzo-i9eupo img {
  height: auto;
  width: 90px;
}

.ritzo-5w985h td.ritzo-6zeq9b,
.ritzo-5w985h td.ritzo-y4046p {
  font-weight: 600;
  text-align: right;
}

.ritzo-5w985h td.ritzo-mr42eb,
.ritzo-5w985h td.ritzo-6zeq9b {
  padding-bottom: 10px;
  border-bottom: none;
}

.ritzo-5w985h td.ritzo-6zeq9b,
.ritzo-5w985h td.ritzo-y4046p {
  border-left: none;
}

.ritzo-5w985h td.ritzo-mr42eb,
.ritzo-5w985h td.ritzo-azfgu0 {
  border-right: none;
}

.ritzo-5w985h td.ritzo-azfgu0,
.ritzo-5w985h td.ritzo-y4046p {
  border-top: none;
  padding-top: 10px;
}

.ritzo-83q4qq {
  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;
}

.ritzo-83q4qq .ritzo-hpdp32 {
  min-width: unset;
  width: 100%;
}

.ritzo-83q4qq .ritzo-hpdp32.ritzo-rw2jjm {
  grid-column: 1/2;
  grid-row: 1/2;
}

.ritzo-83q4qq .ritzo-hpdp32.ritzo-ps2mhr {
  grid-column: 2/3;
  grid-row: 1/2;
}

.ritzo-83q4qq .ritzo-urp53w {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .ritzo-83q4qq {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .ritzo-83q4qq .ritzo-hpdp32.ritzo-rw2jjm {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ritzo-83q4qq .ritzo-hpdp32.ritzo-ps2mhr {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .ritzo-83q4qq .ritzo-urp53w {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.ritzo-ocb33j {
  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;
}

.ritzo-6y41fp {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.ritzo-mkku0d p a img {
  margin: 0 auto;
  display: block;
}

.ritzo-mkku0d table {
  margin-bottom: 17px;
}

/* contanct form */
.ritzo-wlfyr0 {
  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;
}

.ritzo-wlfyr0 label {
  font-size: 14px;
}

.ritzo-wlfyr0 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ritzo-wlfyr0 input,
.ritzo-wlfyr0 textarea,
.ritzo-wlfyr0 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;
}
.ritzo-wlfyr0 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ritzo-a3vaxx ease;
}
.ritzo-wlfyr0 button:hover {
  background-color: #691204;
}
.ritzo-582rxq {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ritzo-01silh ease-in;
}

.ritzo-582rxq 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;
}
.ritzo-1lqo5y, .ritzo-qz68xl, [class*="review-card"],
thead, thead th, table th, .ritzo-0pshfs,
.ritzo-diwpwd, [class*="collapsible-header"],
.ritzo-3tjcxw, [class*="updated-block"] {
  color: #ece7dc !important;
}
