@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);
}

.coolzino-nwkkg1 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.coolzino-icibsg {
  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.coolzino-j4r6cy,
ul.coolzino-j4r6cy {
  padding-left: 20px;
}

ul.coolzino-j4r6cy {
  list-style: disc;
}

ol.coolzino-j4r6cy {
  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;
  }
}

.coolzino-ekcho4 > .coolzino-8hthv7,
.coolzino-ekcho4 > .coolzino-w0fily,
.coolzino-ekcho4 > blockquote,
.coolzino-ekcho4 > h1,
.coolzino-ekcho4 > h2,
.coolzino-ekcho4 > h3,
.coolzino-ekcho4 > h4,
.coolzino-ekcho4 > h5,
.coolzino-ekcho4 > h6,
.coolzino-ekcho4 > ol,
.coolzino-ekcho4 > p,
.coolzino-ekcho4 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.coolzino-ekcho4 > ol,
.coolzino-ekcho4 > ul {
  padding-left: 50px;
}

.coolzino-ekcho4 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;
}

.coolzino-ekcho4:not(:last-child) {
  margin-bottom: 2rem;
}

.coolzino-ekcho4 > :not(:first-child) {
  margin-top: 2rem;
}

.coolzino-ekcho4 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coolzino-ekcho4:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .coolzino-ekcho4:first-child {
    margin-top: 20px;
  }
}

.coolzino-ekcho4 > p:last-of-type {
  margin-bottom: 32px;
}

.coolzino-ekcho4 > .coolzino-hksm4f:not(:first-child) {
  margin: 64px auto 16px auto;
}

.coolzino-nb5yz2 > .coolzino-hksm4f {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.coolzino-w0fily {
  overflow: auto;
}

.coolzino-w0fily::-webkit-scrollbar {
  height: 5px;
}

.coolzino-w0fily table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.coolzino-w0fily table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.coolzino-w0fily table thead,
table thead {
  border-bottom: none;
}

.coolzino-w0fily table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.coolzino-w0fily table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.coolzino-w0fily table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.coolzino-w0fily .coolzino-zwgtnt {
  table-layout: auto;
}

.coolzino-w0fily .coolzino-zwgtnt th {
  word-break: normal;
}

.coolzino-w0fily .coolzino-zwgtnt td {
  word-break: normal;
}

.coolzino-nwkkg1 .coolzino-nwkkg1 {
  padding-right: 0;
  padding-left: 0;
}

.coolzino-1nmbrl {
  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;
}

.coolzino-w0wwny {
  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;
}

.coolzino-805prt {
  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;
}

.coolzino-8hthv7 {
  margin-top: 24px;
}

.coolzino-8hthv7.coolzino-2oaa3l {
  text-align: left;
}

.coolzino-8hthv7.coolzino-rg4i5h {
  text-align: right;
}

.coolzino-8hthv7.coolzino-v6m65b {
  text-align: center;
}

.coolzino-5tme06 {
  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.coolzino-sibetl ease-in-out;
  cursor: pointer;
}

.coolzino-5tme06:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.coolzino-5tme06 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .coolzino-5tme06 {
    min-width: unset;
  }
}

.coolzino-0n77ib {
  background-color: var(--fh-bg-color);
}

.coolzino-3cj91g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.coolzino-ln4ye9 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.coolzino-ln4ye9 img {
  max-height: 80px;
  object-fit: contain;
}

.coolzino-tabxqs {
  flex: 1 1;
}

.coolzino-u5u7yy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.coolzino-rpw16g {
  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;
}

.coolzino-rpw16g 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;
}

.coolzino-rpw16g.coolzino-wac5w5 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.coolzino-rpw16g.coolzino-wac5w5 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.coolzino-rpw16g.coolzino-wac5w5 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.coolzino-tabxqs + .coolzino-u5u7yy {
  margin-left: 20px;
}

.coolzino-7w858y {
  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;
}

.coolzino-7w858y > svg {
  max-width: 24px;
  max-height: 24px;
}

.coolzino-7w858y + .coolzino-7w858y {
  margin-left: 5px;
}

.coolzino-tkl76p {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.coolzino-tkl76p:hover {
  background-color: var(--button-bg-hover);
}

.coolzino-ttz0lw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.coolzino-sibetl ease-in-out;
  border: 1px solid var(--border-color);
}

.coolzino-ttz0lw:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.coolzino-zrlwmc {
  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) {
  .coolzino-tabxqs {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .coolzino-zrlwmc {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .coolzino-tabxqs {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .coolzino-7w858y {
    min-width: unset;
    flex: 1 1;
  }
}

.coolzino-t0orxs {
  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;
}

.coolzino-t0orxs:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.coolzino-t0orxs:hover .coolzino-j9tnny {
  opacity: 1;
  pointer-events: auto;
}

.coolzino-49ewed {
  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.coolzino-umat6m ease-in-out;
  gap: 4px;
}

.coolzino-49ewed > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.coolzino-49ewed .coolzino-1nmbrl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.coolzino-6me2rg,
.coolzino-49ewed:hover {
  color: var(--button-bg-hover);
}

.coolzino-29jlf5 {
  position: relative;
}

.coolzino-29jlf5 .coolzino-49ewed {
  margin-right: 0;
  padding-right: 4px;
}

.coolzino-vlmf0i svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.coolzino-29jlf5.coolzino-wac5w5 .coolzino-vlmf0i svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.coolzino-29jlf5.coolzino-wac5w5 .coolzino-j9tnny {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.coolzino-29jlf5.coolzino-wac5w5 .coolzino-j9tnny::before {
  display: none;
}

.coolzino-vlmf0i svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.coolzino-j9tnny {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.coolzino-fewng0 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.coolzino-j9tnny::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.coolzino-j9tnny:hover {
  color: var(--fh-bg-color);
}

.coolzino-6slufs {
  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.coolzino-fewng0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.coolzino-umat6m ease-in-out;
  -o-transition: 0.coolzino-umat6m ease-in-out;
  transition: 0.coolzino-umat6m ease-in-out;
}

.coolzino-6slufs .coolzino-1nmbrl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.coolzino-24m925,
.coolzino-6slufs:hover {
  color: var(--button-bg-hover);
}

.coolzino-w5ce8i {
  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%;
}

.coolzino-w5ce8i.coolzino-euah20 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.coolzino-w5ce8i.coolzino-euah20:after,
.coolzino-w5ce8i.coolzino-euah20:before {
  content: "";
  position: absolute;
  margin: auto;
}

.coolzino-w5ce8i.coolzino-euah20: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);
  }
}

.coolzino-w5ce8i.coolzino-euah20:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.coolzino-w5ce8i.coolzino-euah20 > * {
  z-index: 1;
}

.coolzino-w5ce8i b,
.coolzino-w5ce8i strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.coolzino-w5ce8i .coolzino-gnqt1m {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.coolzino-w5ce8i .coolzino-wxx2da {
  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;
}

.coolzino-w5ce8i .coolzino-1nmbrl {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.coolzino-w5ce8i .coolzino-uev5ry {
  margin-top: 12px;
}

.coolzino-uev5ry {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.coolzino-f83a3u {
  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;
}

.coolzino-uev5ry .coolzino-xoo9ww {
  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.coolzino-sibetl ease-in-out;
}

.coolzino-uev5ry .coolzino-xoo9ww:hover {
  background: rgba(255, 255, 255, 0.3);
}

.coolzino-kamldz {
  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;
}

.coolzino-w5ce8i.coolzino-39go7h {
  gap: 12px;
  padding: 16px;
}

.coolzino-w5ce8i.coolzino-39go7h .coolzino-kamldz {
  min-width: 240px;
}

.coolzino-w5ce8i.coolzino-39go7h .coolzino-kamldz.coolzino-azabdq {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .coolzino-w5ce8i .coolzino-gnqt1m {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .coolzino-w5ce8i .coolzino-wxx2da {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .coolzino-w5ce8i .coolzino-1nmbrl {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .coolzino-w5ce8i.coolzino-39go7h .coolzino-1nmbrl {
    max-width: 126px;
  }
  .coolzino-w5ce8i .coolzino-uev5ry {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .coolzino-w5ce8i .coolzino-f83a3u {
    max-width: unset;
  }
  .coolzino-kamldz {
    min-width: unset;
    width: 100%;
  }
  .coolzino-w5ce8i .coolzino-kamldz {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .coolzino-w5ce8i.coolzino-39go7h {
    grid-template-rows: auto 1fr auto;
  }
  .coolzino-w5ce8i.coolzino-39go7h .coolzino-kamldz {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .coolzino-w5ce8i {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .coolzino-w5ce8i .coolzino-gnqt1m {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .coolzino-w5ce8i .coolzino-1nmbrl {
    max-width: 78px;
  }
  .coolzino-w5ce8i .coolzino-uev5ry {
    margin-top: -12px;
  }
  .coolzino-w5ce8i.coolzino-39go7h {
    gap: 8px;
  }
  .coolzino-w5ce8i.coolzino-39go7h .coolzino-gnqt1m {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .coolzino-w5ce8i.coolzino-39go7h .coolzino-wxx2da {
    grid-column: 1/3;
  }
  .coolzino-w5ce8i.coolzino-39go7h .coolzino-1nmbrl {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .coolzino-w5ce8i.coolzino-39go7h .coolzino-1nmbrl img {
    max-width: 114px;
  }
}

.coolzino-kamldz.coolzino-yhhkbt,
.coolzino-kamldz.coolzino-7vvdsm,
.coolzino-kamldz.coolzino-tdlrkj {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.coolzino-sibetl ease-in-out;
}

.coolzino-kamldz.coolzino-yhhkbt,
.coolzino-kamldz.coolzino-tdlrkj {
  padding: 10px;
}

.coolzino-kamldz.coolzino-yhhkbt:hover,
.coolzino-kamldz.coolzino-7vvdsm:hover,
.coolzino-kamldz.coolzino-tdlrkj:hover {
  background: var(--button-bg-hover);
}

.coolzino-kamldz.coolzino-yhhkbt:hover svg path,
.coolzino-kamldz.coolzino-tdlrkj:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.coolzino-kamldz.coolzino-azabdq {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.coolzino-sibetl ease-in-out;
  background: var(--button-bg-color);
}

.coolzino-kamldz.coolzino-azabdq:hover {
  background-color: var(--button-bg-hover);
}

.coolzino-kamldz.coolzino-7vvdsm: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);
  }
}

.coolzino-kamldz.coolzino-7vvdsm:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.coolzino-kamldz.coolzino-azabdq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.coolzino-itbxed {
  max-width: 650px;
}

.coolzino-hztmrw {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.coolzino-jrx0q0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.coolzino-hdj1ns {
  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.coolzino-umat6m ease-in-out;
  cursor: pointer;
}

.coolzino-hdj1ns:hover {
  opacity: 0.5;
}

.coolzino-hdj1ns:focus {
  outline: 0;
}

.coolzino-hdj1ns:focus .coolzino-0jwwwf,
.coolzino-hdj1ns:hover .coolzino-0jwwwf {
  fill: red;
  fill-opacity: 1;
}

.coolzino-hdj1ns:hover {
  cursor: pointer;
}

.coolzino-jwssyj {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.coolzino-itbxed.coolzino-v6m65b {
  margin: 0 auto;
}

.coolzino-itbxed.coolzino-rg4i5h {
  margin-left: auto;
}

.coolzino-mw5ufy {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.coolzino-rseidk {
  padding-bottom: 50px;
}

.coolzino-balvfz {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.coolzino-6i257l {
  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;
}

.coolzino-rsyhjb {
  margin-top: 24px;
}

.coolzino-xcf5tm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coolzino-ic9ggz {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.coolzino-genixk {
  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;
}

.coolzino-80fgrr {
  width: 468px;
}

.coolzino-genixk .coolzino-j9tnny {
  margin: 0.coolzino-16nm6b 0;
}

.coolzino-j3bo0b {
  display: flex;
  min-width: 224px;
}

.coolzino-mm3u2g {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.coolzino-umat6m ease-in-out;
}

.coolzino-t39jey,
.coolzino-mm3u2g:hover {
  color: var(--text-color);
}

.coolzino-6anw1w {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.coolzino-g9i3fz {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .coolzino-mw5ufy {
    padding: 16px;
  }
  .coolzino-6anw1w {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .coolzino-g9i3fz {
    align-items: center;
  }
  .coolzino-80fgrr {
    width: unset;
  }
  .coolzino-j3bo0b {
    min-width: unset;
  }
  .coolzino-genixk {
    max-height: unset;
  }
  .coolzino-balvfz {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .coolzino-mw5ufy {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.coolzino-5ht022 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.coolzino-5ht022:not(:last-child) {
  margin-bottom: 16px;
}

.coolzino-qkvr7h {
  outline: 0;
}

.coolzino-qkvr7h .coolzino-7ulf5d {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.coolzino-tf4nf1 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .coolzino-tf4nf1 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.coolzino-tf4nf1::-webkit-details-marker {
  display: none;
}

.coolzino-tf4nf1: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;
}

.coolzino-tf4nf1: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] .coolzino-tf4nf1:after {
  transform: unset;
}

.coolzino-7ulf5d {
  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);
}

.coolzino-7ulf5d 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.coolzino-umat6m ease-in-out;
  -o-transition: 0.coolzino-umat6m ease-in-out;
  transition: 0.coolzino-umat6m ease-in-out;
}

.coolzino-6t8lfu {
  padding: 16px 0 0 0;
}

.coolzino-6t8lfu * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .coolzino-6t8lfu :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .coolzino-tf4nf1 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .coolzino-tf4nf1::after {
    margin-left: auto;
  }
  .coolzino-7ulf5d {
    order: 3;
    flex: 1 1 100%;
  }
  .coolzino-tf4nf1 {
    font-size: 14px;
    line-height: 130%;
  }
  .coolzino-7ulf5d svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.coolzino-06on4k {
  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;
}

.coolzino-biovae {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.coolzino-06on4k.coolzino-wac5w5 .coolzino-biovae {
  margin-bottom: 12px;
}

.coolzino-biovae::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;
}

.coolzino-06on4k.coolzino-wac5w5 .coolzino-biovae::after {
  transform: unset;
}

.coolzino-5629nx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.coolzino-m3byxw {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.coolzino-umat6m ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.coolzino-m3byxw: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;
}

.coolzino-06on4k.coolzino-wac5w5 .coolzino-5629nx {
  max-height: 100%;
}

.coolzino-xlu54d {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.coolzino-lw0b1a {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.coolzino-py986t {
  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;
}

.coolzino-6luao5 {
  margin-right: 4px;
}

.coolzino-3vcm04 {
  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.coolzino-umat6m ease-in-out;
}

.coolzino-3vcm04 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.coolzino-pibh16,
.coolzino-3vcm04:hover {
  color: var(--text-color);
}

.coolzino-d6sp7q {
  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;
}

.coolzino-d6sp7q img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.coolzino-d6sp7q .coolzino-oajg6y {
  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;
}

.coolzino-d6sp7q .coolzino-4kyzph {
  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;
}

.coolzino-c7j2fz {
  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;
}

.coolzino-rlk594 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coolzino-nmita1 .coolzino-nwkkg1 {
  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;
}

.coolzino-nmita1 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.coolzino-8l5255 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.coolzino-vu6jhz {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.coolzino-mmmt2m {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.coolzino-t2ti2p 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;
}

.coolzino-mmmt2m:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.coolzino-ed3iec {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.coolzino-9avvay {
  -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.coolzino-umat6m ease-in-out;
  transition: transform 0.coolzino-umat6m ease-in-out;
  -o-transition: transform 0.coolzino-umat6m ease-in-out;
  transition:
    transform 0.coolzino-umat6m ease-in-out,
    -webkit-transform 0.coolzino-umat6m ease-in-out;
  cursor: pointer;
}

.coolzino-9avvay svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.coolzino-9avvay: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;
}

.coolzino-ivgar8 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .coolzino-ivgar8 {
    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);
}

.coolzino-fure53 {
  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;
}

.coolzino-ivoelc {
  position: relative;
  width: 100%;
}

.coolzino-fure53.coolzino-o4pghj {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.coolzino-fure53.coolzino-v6m65b {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coolzino-fure53.coolzino-rg4i5h {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.coolzino-d60qrz {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.coolzino-fwvbvw {
  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.coolzino-umat6m ease-in-out;
  cursor: pointer;
}

.coolzino-fwvbvw:hover {
  opacity: 0.5;
}

.coolzino-fure53.coolzino-jf9inx .coolzino-fwvbvw {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.coolzino-fure53.coolzino-jf9inx .coolzino-d60qrz {
  cursor: pointer;
}

.coolzino-qxfni5 {
  fill: #0009;
}

.coolzino-gvsvi2 {
  fill: #fff;
}

.coolzino-fwvbvw:hover .coolzino-qxfni5 {
  fill: red;
}

.coolzino-fwvbvw svg path {
  -webkit-transition: 0.coolzino-umat6m ease-in-out;
  -o-transition: 0.coolzino-umat6m ease-in-out;
  transition: 0.coolzino-umat6m ease-in-out;
}

.coolzino-p4j69t {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.coolzino-p4j69t > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.coolzino-p4j69t.coolzino-ifknf6 > :not(.get-image) {
  grid-column: 1/3;
}

.coolzino-bci2gw:not(._h1-block) .coolzino-p4j69t > .coolzino-hksm4f {
  grid-row: 1/2;
  grid-column: 1/3;
}

.coolzino-p4j69t.coolzino-ifknf6 .coolzino-im9ohr {
  grid-column: 2/3;
}

.coolzino-p4j69t.coolzino-ifknf6 > .coolzino-1nmbrl {
  grid-column: 1/2;
}

.coolzino-p4j69t.coolzino-ifknf6 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.coolzino-p4j69t > p:first-of-type {
  margin-top: 0;
}

.coolzino-p4j69t .coolzino-1nmbrl {
  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;
}

.coolzino-bci2gw:not(._h1-block) .coolzino-hksm4f ~ .coolzino-1nmbrl {
  grid-row: 2/10;
}

.coolzino-bci2gw.coolzino-3l52sk .coolzino-hksm4f ~ .coolzino-1nmbrl {
  grid-row: 1/10;
}

.coolzino-bci2gw.coolzino-3l52sk > .coolzino-hksm4f {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.coolzino-bci2gw.coolzino-3l52sk .coolzino-1nmbrl {
  grid-row: 1/10;
}

.coolzino-p4j69t.coolzino-kka4av .coolzino-1nmbrl {
  align-items: flex-start;
}

.coolzino-p4j69t.coolzino-v6m65b .coolzino-im9ohr {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.coolzino-p4j69t.coolzino-v6m65b .coolzino-1nmbrl {
  align-items: center;
}

.coolzino-p4j69t.coolzino-nnrm2v .coolzino-1nmbrl {
  align-items: flex-end;
}

.coolzino-im9ohr > :first-child {
  margin-top: 0;
}

.coolzino-im9ohr > :last-child {
  margin-bottom: 0;
}

* + .coolzino-9u1bsz,
.coolzino-bci2gw + .coolzino-bci2gw {
  margin-top: 2rem;
}

.coolzino-gv40jw td::before,
.coolzino-gv40jw th::after {
  display: none !important;
}

.coolzino-gv40jw #link-selector {
  color: #000;
}

.coolzino-gv40jw .coolzino-gsd8ob {
  color: #135e96;
}

.coolzino-gv40jw .coolzino-499a1m *,
.coolzino-gv40jw .coolzino-5av4uo p,
.coolzino-gv40jw .coolzino-ucmhwl * {
  color: #000;
}

.coolzino-gv40jw .coolzino-myu1gy {
  background: 0 0 !important;
}

.coolzino-gv40jw .coolzino-29t3nr {
  color: #000;
}

.coolzino-gv40jw .coolzino-kbwwac.coolzino-p77j4t {
  color: #fff;
}

.coolzino-gv40jw .coolzino-egsopu {
  color: #000;
}

.coolzino-gv40jw
  .coolzino-tgsoee
  .coolzino-5axu0l.coolzino-p77j4t.coolzino-zbf9os {
  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;
}

.coolzino-q45xka,
body .coolzino-osnccv {
  color: #000;
  background: var(--color-body) !important;
}

.coolzino-q45xka .coolzino-0nlc3h .coolzino-ru12l0,
body .coolzino-osnccv .coolzino-0nlc3h .coolzino-ru12l0 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .coolzino-m3byxw:focus,
  .coolzino-m3byxw:hover {
    color: #f9cb16;
  }
  .coolzino-90i18e:focus,
  .coolzino-90i18e:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .coolzino-fvsadx:focus img,
  .coolzino-fvsadx:focus svg,
  .coolzino-fvsadx:hover img,
  .coolzino-fvsadx:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .coolzino-d6sp7q {
    display: none;
  }
}

@media (min-width: 1024px) {
  .coolzino-29jlf5:hover .coolzino-vlmf0i svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .coolzino-vlmf0i {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .coolzino-k790lb {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .coolzino-85fzhn {
    grid-template-columns: repeat(4, 1fr);
  }
  .coolzino-uc70kh {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .coolzino-x16bge .coolzino-yfv5ax {
    grid-template-columns: 1fr;
  }
  .coolzino-x16bge .coolzino-jqngak {
    -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;
  }
  .coolzino-x16bge .coolzino-9mjr09 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .coolzino-x16bge .coolzino-z8nl2h {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .coolzino-x16bge .coolzino-x1978f {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .coolzino-x16bge .coolzino-9mjr09:not(:first-child) {
    border: none;
  }
  .coolzino-x16bge .coolzino-9mjr09:first-child .coolzino-z8nl2h {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .coolzino-x16bge .coolzino-9mjr09:last-child .coolzino-z8nl2h {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .coolzino-3cj91g {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .coolzino-ln4ye9 {
    max-width: 100px;
  }
  .coolzino-tabxqs {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .coolzino-u5u7yy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .coolzino-u5u7yy svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .coolzino-rpw16g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .coolzino-tabxqs + .coolzino-u5u7yy {
    margin-left: auto;
  }
  .coolzino-96hr5n {
    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;
  }
  .coolzino-96hr5n.coolzino-wac5w5 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .coolzino-zrlwmc {
    -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;
  }
  .coolzino-t0orxs {
    width: 100%;
  }
  .coolzino-t0orxs:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .coolzino-49ewed {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .coolzino-49ewed svg {
    margin-right: 4px;
  }
  .coolzino-29jlf5 {
    -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;
  }
  .coolzino-vlmf0i svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .coolzino-vlmf0i {
    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;
  }
  .coolzino-j9tnny {
    display: none;
    width: 100%;
  }
  .coolzino-29jlf5.coolzino-wac5w5 .coolzino-j9tnny {
    padding: 0 0 0 48px;
  }
  .coolzino-6slufs {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .coolzino-6i257l .coolzino-1nmbrl {
    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;
  }
  .coolzino-sckpzn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .coolzino-sckpzn + .coolzino-sckpzn {
    margin-right: 0;
  }
  .coolzino-sckpzn + .coolzino-1nmbrl {
    margin: 0;
  }
  .coolzino-k790lb {
    grid-template-columns: repeat(4, 1fr);
  }
  .coolzino-85fzhn {
    grid-template-columns: repeat(3, 1fr);
  }
  .coolzino-c5k8g9,
  .coolzino-nwimuy {
    grid-template-columns: repeat(2, 1fr);
  }
  .coolzino-p4j69t {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .coolzino-p4j69t.coolzino-ifknf6 .coolzino-im9ohr {
    grid-column: auto;
    grid-row: auto;
  }
  .coolzino-p4j69t > .coolzino-hksm4f {
    grid-column: 1/2;
  }
  .coolzino-p4j69t.coolzino-ifknf6 > :not(.get-image) {
    grid-column: 1/2;
  }
  .coolzino-p4j69t .coolzino-1nmbrl,
  .coolzino-p4j69t.coolzino-ifknf6 > .coolzino-1nmbrl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .coolzino-p4j69t.coolzino-ifknf6 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .coolzino-bci2gw.coolzino-3l52sk .coolzino-p4j69t > .coolzino-1nmbrl {
    grid-row: 1/2;
  }
  .coolzino-p4j69t .coolzino-hksm4f ~ .coolzino-1nmbrl,
  .coolzino-p4j69t.coolzino-ifknf6 .coolzino-hksm4f ~ .coolzino-1nmbrl {
    grid-row: 2/3;
  }
  .coolzino-bci2gw.coolzino-3l52sk .coolzino-hksm4f ~ .coolzino-1nmbrl {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .coolzino-ekcho4:first-child .coolzino-n09h61 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coolzino-ekcho4:first-child .coolzino-n09h61 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .coolzino-ekcho4 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .coolzino-ekcho4 {
    padding: 0;
  }
  .coolzino-8hthv7 {
    margin-top: 1rem;
  }
  .coolzino-qkvr7h {
    border-radius: 5px;
  }
  .coolzino-rvlbje {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coolzino-biovae::after {
    display: inline-block;
  }
  .coolzino-biovae {
    margin: 0;
    width: 100%;
  }
  .coolzino-5629nx {
    width: 100%;
  }
  .coolzino-5629nx.coolzino-xcm5ha {
    -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%;
  }
  .coolzino-5629nx.coolzino-xcm5ha .coolzino-alpa0q {
    width: 100%;
  }
  .coolzino-5629nx.coolzino-xcm5ha .coolzino-alpa0q:not(:last-child) {
    margin-right: 0;
  }
  .coolzino-m3byxw {
    width: 100%;
    text-align: center;
  }
  .coolzino-06on4k.coolzino-wac5w5 .coolzino-5629nx {
    margin-top: 1rem;
  }
  .coolzino-k790lb {
    grid-template-columns: repeat(3, 1fr);
  }
  .coolzino-uc70kh,
  .coolzino-85fzhn {
    grid-template-columns: repeat(2, 1fr);
  }
  .coolzino-c5k8g9,
  .coolzino-nwimuy,
  .coolzino-zcgqgy {
    grid-template-columns: 1fr;
  }
  .coolzino-0gpa5k {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .coolzino-wkspja {
    min-width: 300px;
    max-width: 325px;
  }
  .coolzino-z8nl2h {
    cursor: auto;
  }
  .coolzino-uqb7di .coolzino-z8nl2h {
    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;
  }
  .coolzino-ivgar8 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .coolzino-j9tnny {
    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) {
  .coolzino-ivgar8 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.coolzino-sckpzn p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .coolzino-u5u7yy {
    margin: 0 -0.2rem;
  }
  .coolzino-sckpzn {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .coolzino-5v2bxo {
    -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;
  }
  .coolzino-z07mwa {
    max-width: 100%;
  }
  .coolzino-k790lb {
    grid-template-columns: repeat(2, 1fr);
  }
  .coolzino-uc70kh,
  .coolzino-85fzhn {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .coolzino-3cj91g {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coolzino-u5u7yy {
    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;
  }
  .coolzino-0n77ib {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coolzino-7w858y {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .coolzino-fkn11w,
  .coolzino-7aapxr {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .coolzino-5tme06 {
    width: 100%;
  }
  .coolzino-k790lb {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .coolzino-ivgar8 {
    top: 127px !important;
  }
}

.coolzino-ng4d4n {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .coolzino-ng4d4n {
  }
}

@media (max-width: 767px) {
  .coolzino-ng4d4n {
    margin-bottom: 12px;
  }
}

.coolzino-ng4d4n img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.coolzino-3li1ww {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.coolzino-3li1ww > .coolzino-kuvyrq {
  flex: 1 1;
}

@media (max-width: 767px) {
  .coolzino-3li1ww {
    flex-direction: column;
    gap: 12px;
  }
}

.coolzino-myck2b {
  display: flex;
}

.coolzino-myck2b .coolzino-hu7quy {
  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;
}

.coolzino-myck2b .coolzino-5hbxfv {
  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;
}

.coolzino-myck2b .coolzino-0po5zw {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.coolzino-myck2b .coolzino-x73qa2 {
  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));
  }
}

.coolzino-myck2b .coolzino-x73qa2:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.coolzino-myck2b .coolzino-hhb3sl {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.coolzino-hacvwx {
  border: unset;
  background-color: unset;
}

.coolzino-hacvwx tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.coolzino-hacvwx .coolzino-wvbugt,
.coolzino-hacvwx .coolzino-mu3tc0 {
  flex: 0 1 330px;
}

.coolzino-hacvwx .coolzino-4o1r4i {
  flex: 1 1;
}

.coolzino-hacvwx tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.coolzino-hacvwx tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.coolzino-hacvwx tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.coolzino-hacvwx tr td p {
  color: #fff;
  margin: 0;
}

.coolzino-hacvwx tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.coolzino-hacvwx tr.coolzino-wvbugt td p {
  padding: 16px 0;
}

.coolzino-hacvwx tr.coolzino-wvbugt td p:not(:last-child),
.coolzino-hacvwx tr.coolzino-mu3tc0 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.coolzino-hacvwx tr.coolzino-wvbugt td p:first-child,
.coolzino-hacvwx tr.coolzino-mu3tc0 td p:first-child {
  padding-top: 0;
}

.coolzino-hacvwx tr.coolzino-mu3tc0 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.coolzino-hacvwx tr.coolzino-mu3tc0 td p:last-child {
  padding-bottom: 0;
}

.coolzino-hacvwx .coolzino-mu3tc0 img {
  max-width: 32px;
}

.coolzino-hacvwx .coolzino-4o1r4i {
  min-width: 718px;
}

.coolzino-hacvwx .coolzino-4o1r4i td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.coolzino-hacvwx .coolzino-4o1r4i td {
  display: flex;
}

.coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-341033,
.coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-6jcy6q,
.coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-zdrkle {
  flex: 1 1 50%;
}

.coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-ztefz6 {
  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;
}

.coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-mt9gcu,
.coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-97y18d {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-341033,
.coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-6jcy6q {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-341033 span,
.coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-6jcy6q span {
  font-weight: 800;
}

.coolzino-hacvwx .coolzino-4o1r4i img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .coolzino-hacvwx .coolzino-4o1r4i td .coolzino-zdrkle:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .coolzino-hacvwx tr.coolzino-wvbugt td p:last-child {
    padding-bottom: 0;
  }
  .coolzino-hacvwx .coolzino-mu3tc0 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .coolzino-hacvwx .coolzino-mu3tc0 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .coolzino-hacvwx tr.coolzino-wvbugt td p:not(:last-child),
  .coolzino-hacvwx tr.coolzino-mu3tc0 td p:not(:last-child) {
    border-bottom: unset;
  }
  .coolzino-hacvwx tr.coolzino-mu3tc0 td p:last-child {
    padding-bottom: 12px;
  }
  .coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-341033,
  .coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-6jcy6q,
  .coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-zdrkle {
    flex: 1 1 50%;
    padding: 0;
  }
  .coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-341033,
  .coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-6jcy6q {
    margin-top: 16px;
  }
  .coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-zdrkle {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-341033 {
    border-right: 1px solid var(--border-color);
  }
  .coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-zdrkle:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .coolzino-hacvwx .coolzino-4o1r4i td:last-child .coolzino-zdrkle:last-child {
    padding-bottom: 0;
  }
}

.coolzino-zdrkle {
  display: flex;
  flex-direction: column;
}

.coolzino-hacvwx .coolzino-4o1r4i td .coolzino-zdrkle {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.coolzino-hacvwx .coolzino-4o1r4i td .coolzino-zdrkle:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.coolzino-hacvwx .coolzino-4o1r4i td .coolzino-zdrkle:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .coolzino-hacvwx .coolzino-4o1r4i td .coolzino-zdrkle:not(:first-child) {
    padding-left: 0;
  }
  .coolzino-hacvwx .coolzino-4o1r4i td .coolzino-zdrkle:not(:last-of-type) {
    border-right: unset;
  }
}

.coolzino-hacvwx .coolzino-fwuvmb {
  flex: 0 1 485px;
}

.coolzino-hacvwx .coolzino-7m1fnj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.coolzino-hacvwx .coolzino-7m1fnj li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.coolzino-hacvwx .coolzino-7m1fnj li.coolzino-fktg72 {
  padding: 6px 12px;
}

.coolzino-hacvwx .coolzino-7m1fnj li a,
.coolzino-hacvwx .coolzino-7m1fnj 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;
}

.coolzino-hacvwx .coolzino-o7frzw,
.coolzino-hacvwx .coolzino-9ehq7j {
  flex: 1 1;
}

.coolzino-hacvwx .coolzino-dhcxzi,
.coolzino-hacvwx .coolzino-i9s6gp {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.coolzino-hacvwx .coolzino-dhcxzi li,
.coolzino-hacvwx .coolzino-i9s6gp li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.coolzino-hacvwx .coolzino-9ehq7j img {
  max-width: 32px;
}

.coolzino-hacvwx .coolzino-o7frzw img {
  max-width: 32px;
}

.coolzino-hacvwx .coolzino-y5x6y5 {
  min-width: 280px;
}

.coolzino-hacvwx .coolzino-y5x6y5 img {
  max-width: 146px;
}

.coolzino-hacvwx .coolzino-y5x6y5 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .coolzino-hacvwx .coolzino-wvbugt,
  .coolzino-hacvwx .coolzino-mu3tc0 {
    flex: 0 1 auto;
  }
  .coolzino-hacvwx .coolzino-4o1r4i {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .coolzino-hacvwx .coolzino-wvbugt,
  .coolzino-hacvwx .coolzino-fwuvmb,
  .coolzino-hacvwx .coolzino-mu3tc0,
  .coolzino-hacvwx .coolzino-4o1r4i {
    flex: 1 1 calc(50% - 20px);
  }
  .coolzino-hacvwx .coolzino-o7frzw,
  .coolzino-hacvwx .coolzino-y5x6y5,
  .coolzino-hacvwx .coolzino-9ehq7j {
    flex: 1 1 30%;
  }
  .coolzino-hacvwx .coolzino-y5x6y5 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .coolzino-hacvwx .coolzino-wvbugt,
  .coolzino-hacvwx .coolzino-fwuvmb,
  .coolzino-hacvwx .coolzino-o7frzw,
  .coolzino-hacvwx .coolzino-mu3tc0,
  .coolzino-hacvwx .coolzino-4o1r4i,
  .coolzino-hacvwx .coolzino-y5x6y5,
  .coolzino-hacvwx .coolzino-9ehq7j {
    flex: 1 1 100%;
  }
}

.coolzino-1gh6nz .coolzino-xj7zg4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.coolzino-1gh6nz .coolzino-jzlscl {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.coolzino-1gh6nz .coolzino-b4tp4u {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.coolzino-1gh6nz .coolzino-mh8rkg {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.coolzino-1gh6nz .coolzino-mh8rkg > :nth-child(3) {
  margin-top: 0;
}

.coolzino-1gh6nz .coolzino-1nmbrl {
  grid-column: 2/3;
  grid-row: 1/10;
}

.coolzino-1gh6nz .coolzino-n6yqkz {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.coolzino-1gh6nz .coolzino-8hthv7 {
  grid-column: 1/2;
}

.coolzino-1gh6nz > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.coolzino-1gh6nz .coolzino-jzlscl: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;
}

.coolzino-1gh6nz .coolzino-jzlscl:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.coolzino-1gh6nz .coolzino-5tme06 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .coolzino-1gh6nz .coolzino-jzlscl:not(:last-child):before {
    bottom: 8px;
  }
  .coolzino-1gh6nz .coolzino-jzlscl:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .coolzino-1gh6nz .coolzino-mh8rkg {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .coolzino-1gh6nz .coolzino-1nmbrl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .coolzino-1gh6nz .coolzino-1nmbrl img {
    width: 100%;
    height: auto;
  }
  .coolzino-1gh6nz .coolzino-5tme06 {
    width: 100%;
    min-width: unset;
  }
}

.coolzino-kv85mj .coolzino-6ts52d {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.coolzino-kv85mj .coolzino-i8erbl {
  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;
}

.coolzino-kv85mj .coolzino-1nmbrl {
  height: 100%;
}

.coolzino-kv85mj .coolzino-1nmbrl img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.coolzino-kv85mj .coolzino-y729bw {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.coolzino-kv85mj .coolzino-2jrdlr {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.coolzino-kv85mj .coolzino-tom39f {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .coolzino-kv85mj .coolzino-i8erbl {
    flex: 1 1 100%;
  }
  .coolzino-kv85mj .coolzino-kamldz {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .coolzino-kv85mj .coolzino-i8erbl {
    flex-direction: column;
  }
  .coolzino-kv85mj .coolzino-1nmbrl {
    width: 100%;
    height: auto;
  }
  .coolzino-kv85mj .coolzino-1nmbrl img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .coolzino-kv85mj .coolzino-y729bw {
    padding: 0 16px 16px 16px;
  }
  .coolzino-kv85mj .coolzino-kamldz {
    min-width: unset;
    width: 100%;
  }
}

.coolzino-i2kwf8 .coolzino-q6jy52 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.coolzino-i2kwf8 .coolzino-myoxpx {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.coolzino-i2kwf8 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;
}

.coolzino-i2kwf8 .coolzino-7lhtm1 {
  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;
}

.coolzino-i2kwf8 .coolzino-myoxpx:hover .coolzino-7lhtm1 {
  display: flex;
}

.coolzino-i2kwf8 .coolzino-h2irg4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.coolzino-i2kwf8 .coolzino-oxk9zq {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.coolzino-meytmv {
  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;
}

.coolzino-meytmv.coolzino-kfodwr {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.coolzino-sibetl ease-in-out;
}

.coolzino-meytmv.coolzino-kfodwr:hover {
  color: #f9cb16;
  background-color: transparent;
}

.coolzino-i2kwf8 .coolzino-t66yuj {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.coolzino-sibetl ease-in-out;
}

.coolzino-i2kwf8 .coolzino-t66yuj:hover {
  color: #196948;
  background-color: #f9cb16;
}

.coolzino-i2kwf8 .coolzino-t66yuj:after,
.coolzino-meytmv.coolzino-kfodwr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.coolzino-meytmv.coolzino-kfodwr:after {
  background-image: url(../images/Cash.svg);
}

.coolzino-i2kwf8 .coolzino-t66yuj:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .coolzino-i2kwf8 .coolzino-q6jy52 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .coolzino-i2kwf8 .coolzino-q6jy52 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .coolzino-i2kwf8 .coolzino-q6jy52 {
    grid-template-columns: 1fr;
  }
  .coolzino-i2kwf8 .coolzino-myoxpx {
    height: auto;
  }
  .coolzino-i2kwf8 .coolzino-myoxpx .coolzino-7lhtm1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .coolzino-i2kwf8 .coolzino-h2irg4,
  .coolzino-i2kwf8 .coolzino-oxk9zq {
    text-align: left;
  }
  .coolzino-i2kwf8 .coolzino-oxk9zq {
    margin-bottom: 8px;
  }
  .coolzino-i2kwf8 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.coolzino-472b9n {
  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;
}

.coolzino-472b9n.coolzino-jf9inx {
  display: block;
}

.coolzino-472b9n .coolzino-zoscui {
  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;
}

.coolzino-472b9n .coolzino-c13aej {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.coolzino-472b9n .coolzino-yryyik {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.coolzino-472b9n .coolzino-8cf51x {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.coolzino-472b9n .coolzino-meytmv {
  min-width: 296px;
  margin-bottom: 0;
}

.coolzino-472b9n .coolzino-vtfnjt {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.coolzino-472b9n .coolzino-gw9mg4 {
  position: relative;
  flex: 1 1;
}

.coolzino-472b9n .coolzino-gw9mg4 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .coolzino-472b9n .coolzino-c13aej {
    flex-wrap: wrap;
    gap: 8px;
  }
  .coolzino-472b9n .coolzino-yryyik {
    order: 1;
  }
  .coolzino-472b9n .coolzino-8cf51x {
    order: 3;
    flex: 1 1 100%;
  }
  .coolzino-472b9n .coolzino-meytmv {
    width: 100%;
    min-width: unset;
  }
  .coolzino-472b9n .coolzino-vtfnjt {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .coolzino-p4j69t > .coolzino-hksm4f {
    margin-bottom: 0;
  }
  .coolzino-p4j69t > .coolzino-8hthv7,
  .coolzino-p4j69t > p {
    margin-top: 0;
  }
}

.coolzino-avd02t img,
.coolzino-sckpzn img {
  width: auto;
  object-fit: contain;
}

.coolzino-avd02t {
  align-items: center;
}

.coolzino-avd02t img {
  max-height: 76px;
}

.coolzino-sckpzn img {
  max-height: 64px;
}

.coolzino-mr87c2 {
  overflow: auto;
}

.coolzino-k8ebsc {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.coolzino-laju8f:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.coolzino-vvymsy {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.coolzino-1rwcp3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.coolzino-vvymsy .coolzino-1nmbrl {
  margin-right: 20px;
  flex-shrink: 0;
}

.coolzino-vvymsy img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.coolzino-g35xi4 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.coolzino-g35xi4 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .coolzino-vvymsy {
    padding: 15px 10px;
  }
  .coolzino-g35xi4 {
    padding: 15px 10px;
  }
  .coolzino-vvymsy .coolzino-1nmbrl {
    margin-right: 10px;
  }
}

.coolzino-zgrvox {
  overflow-x: auto;
}

.coolzino-y7n0lv {
  border-collapse: collapse;
  width: 100%;
}

.coolzino-zgrvox th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.coolzino-zgrvox td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.coolzino-zgrvox td.coolzino-rhdhk1 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.coolzino-zgrvox td.coolzino-1xgrzl {
  border-right: none;
}

.coolzino-zgrvox td.coolzino-1xgrzl .coolzino-1nmbrl {
  justify-content: flex-start;
}

.coolzino-zgrvox td.coolzino-1xgrzl .coolzino-1nmbrl img {
  height: auto;
  width: 90px;
}

.coolzino-zgrvox td.coolzino-yjxlc7,
.coolzino-zgrvox td.coolzino-mgqmu7 {
  font-weight: 600;
  text-align: right;
}

.coolzino-zgrvox td.coolzino-gi1d59,
.coolzino-zgrvox td.coolzino-yjxlc7 {
  padding-bottom: 10px;
  border-bottom: none;
}

.coolzino-zgrvox td.coolzino-yjxlc7,
.coolzino-zgrvox td.coolzino-mgqmu7 {
  border-left: none;
}

.coolzino-zgrvox td.coolzino-gi1d59,
.coolzino-zgrvox td.coolzino-fdlubu {
  border-right: none;
}

.coolzino-zgrvox td.coolzino-fdlubu,
.coolzino-zgrvox td.coolzino-mgqmu7 {
  border-top: none;
  padding-top: 10px;
}

.coolzino-5w5yrm {
  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;
}

.coolzino-5w5yrm .coolzino-kamldz {
  min-width: unset;
  width: 100%;
}

.coolzino-5w5yrm .coolzino-kamldz.coolzino-yhhkbt {
  grid-column: 1/2;
  grid-row: 1/2;
}

.coolzino-5w5yrm .coolzino-kamldz.coolzino-tdlrkj {
  grid-column: 2/3;
  grid-row: 1/2;
}

.coolzino-5w5yrm .coolzino-oh4w5x {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .coolzino-5w5yrm {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .coolzino-5w5yrm .coolzino-kamldz.coolzino-yhhkbt {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .coolzino-5w5yrm .coolzino-kamldz.coolzino-tdlrkj {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .coolzino-5w5yrm .coolzino-oh4w5x {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.coolzino-d076jk {
  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;
}

.coolzino-alxtr5 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.coolzino-nb5yz2 p a img {
  margin: 0 auto;
  display: block;
}

.coolzino-nb5yz2 table {
  margin-bottom: 17px;
}

/* contanct form */
.coolzino-iaqmpb {
  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;
}

.coolzino-iaqmpb label {
  font-size: 14px;
}

.coolzino-iaqmpb h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.coolzino-iaqmpb input,
.coolzino-iaqmpb textarea,
.coolzino-iaqmpb 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;
}
.coolzino-iaqmpb button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.coolzino-sibetl ease;
}
.coolzino-iaqmpb button:hover {
  background-color: #691204;
}
.coolzino-2lpofk {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.coolzino-sl1s29 ease-in;
}

.coolzino-2lpofk 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;
}
.coolzino-tncnsb, .coolzino-14ddfo, [class*="review-card"],
thead, thead th, table th, .coolzino-3nzche,
.coolzino-kc3ouf, [class*="collapsible-header"],
.coolzino-02r3j4, [class*="updated-block"] {
  color: #ece7dc !important;
}
