@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);
}

.roospin-ficr2s {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roospin-v0hknl {
  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.roospin-mcmdga,
ul.roospin-mcmdga {
  padding-left: 20px;
}

ul.roospin-mcmdga {
  list-style: disc;
}

ol.roospin-mcmdga {
  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;
  }
}

.roospin-8wqzal > .roospin-8kary5,
.roospin-8wqzal > .roospin-9ylnyg,
.roospin-8wqzal > blockquote,
.roospin-8wqzal > h1,
.roospin-8wqzal > h2,
.roospin-8wqzal > h3,
.roospin-8wqzal > h4,
.roospin-8wqzal > h5,
.roospin-8wqzal > h6,
.roospin-8wqzal > ol,
.roospin-8wqzal > p,
.roospin-8wqzal > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roospin-8wqzal > ol,
.roospin-8wqzal > ul {
  padding-left: 50px;
}

.roospin-8wqzal 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;
}

.roospin-8wqzal:not(:last-child) {
  margin-bottom: 2rem;
}

.roospin-8wqzal > :not(:first-child) {
  margin-top: 2rem;
}

.roospin-8wqzal {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roospin-8wqzal:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .roospin-8wqzal:first-child {
    margin-top: 20px;
  }
}

.roospin-8wqzal > p:last-of-type {
  margin-bottom: 32px;
}

.roospin-8wqzal > .roospin-vkno05:not(:first-child) {
  margin: 64px auto 16px auto;
}

.roospin-9x9pr3 > .roospin-vkno05 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roospin-9ylnyg {
  overflow: auto;
}

.roospin-9ylnyg::-webkit-scrollbar {
  height: 5px;
}

.roospin-9ylnyg table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.roospin-9ylnyg table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.roospin-9ylnyg table thead,
table thead {
  border-bottom: none;
}

.roospin-9ylnyg table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.roospin-9ylnyg table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.roospin-9ylnyg table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.roospin-9ylnyg .roospin-ja3c5x {
  table-layout: auto;
}

.roospin-9ylnyg .roospin-ja3c5x th {
  word-break: normal;
}

.roospin-9ylnyg .roospin-ja3c5x td {
  word-break: normal;
}

.roospin-ficr2s .roospin-ficr2s {
  padding-right: 0;
  padding-left: 0;
}

.roospin-vmqdcr {
  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;
}

.roospin-q33svo {
  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;
}

.roospin-4m88oc {
  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;
}

.roospin-8kary5 {
  margin-top: 24px;
}

.roospin-8kary5.roospin-f8vjp6 {
  text-align: left;
}

.roospin-8kary5.roospin-vbrbsi {
  text-align: right;
}

.roospin-8kary5.roospin-ch1uc7 {
  text-align: center;
}

.roospin-3qe0kl {
  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.roospin-j43xvr ease-in-out;
  cursor: pointer;
}

.roospin-3qe0kl:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.roospin-3qe0kl {
  min-width: 328px;
}

@media (max-width: 768px) {
  .roospin-3qe0kl {
    min-width: unset;
  }
}

.roospin-edybec {
  background-color: var(--fh-bg-color);
}

.roospin-60lneb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.roospin-8jif6p {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.roospin-8jif6p img {
  max-height: 80px;
  object-fit: contain;
}

.roospin-84orwm {
  flex: 1 1;
}

.roospin-7bx2ne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.roospin-0ew9vr {
  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;
}

.roospin-0ew9vr 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;
}

.roospin-0ew9vr.roospin-gqdh0i span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.roospin-0ew9vr.roospin-gqdh0i span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.roospin-0ew9vr.roospin-gqdh0i span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.roospin-84orwm + .roospin-7bx2ne {
  margin-left: 20px;
}

.roospin-0eooho {
  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;
}

.roospin-0eooho > svg {
  max-width: 24px;
  max-height: 24px;
}

.roospin-0eooho + .roospin-0eooho {
  margin-left: 5px;
}

.roospin-zc87eu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.roospin-zc87eu:hover {
  background-color: var(--button-bg-hover);
}

.roospin-9h1tcq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.roospin-j43xvr ease-in-out;
  border: 1px solid var(--border-color);
}

.roospin-9h1tcq:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.roospin-epbgbt {
  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) {
  .roospin-84orwm {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .roospin-epbgbt {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .roospin-84orwm {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .roospin-0eooho {
    min-width: unset;
    flex: 1 1;
  }
}

.roospin-87n5yg {
  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;
}

.roospin-87n5yg:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.roospin-87n5yg:hover .roospin-ihksx1 {
  opacity: 1;
  pointer-events: auto;
}

.roospin-5si4fu {
  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.roospin-inkdjp ease-in-out;
  gap: 4px;
}

.roospin-5si4fu > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roospin-5si4fu .roospin-vmqdcr img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roospin-i0g5d0,
.roospin-5si4fu:hover {
  color: var(--button-bg-hover);
}

.roospin-9934ap {
  position: relative;
}

.roospin-9934ap .roospin-5si4fu {
  margin-right: 0;
  padding-right: 4px;
}

.roospin-i57grj svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roospin-9934ap.roospin-gqdh0i .roospin-i57grj svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.roospin-9934ap.roospin-gqdh0i .roospin-ihksx1 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.roospin-9934ap.roospin-gqdh0i .roospin-ihksx1::before {
  display: none;
}

.roospin-i57grj svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.roospin-ihksx1 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.roospin-7tza7u 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.roospin-ihksx1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.roospin-ihksx1:hover {
  color: var(--fh-bg-color);
}

.roospin-k3rs02 {
  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.roospin-7tza7u 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.roospin-inkdjp ease-in-out;
  -o-transition: 0.roospin-inkdjp ease-in-out;
  transition: 0.roospin-inkdjp ease-in-out;
}

.roospin-k3rs02 .roospin-vmqdcr img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roospin-y96htz,
.roospin-k3rs02:hover {
  color: var(--button-bg-hover);
}

.roospin-uc0xv9 {
  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%;
}

.roospin-uc0xv9.roospin-mhutgb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.roospin-uc0xv9.roospin-mhutgb:after,
.roospin-uc0xv9.roospin-mhutgb:before {
  content: "";
  position: absolute;
  margin: auto;
}

.roospin-uc0xv9.roospin-mhutgb: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);
  }
}

.roospin-uc0xv9.roospin-mhutgb:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.roospin-uc0xv9.roospin-mhutgb > * {
  z-index: 1;
}

.roospin-uc0xv9 b,
.roospin-uc0xv9 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.roospin-uc0xv9 .roospin-9wwe3y {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.roospin-uc0xv9 .roospin-3e356k {
  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;
}

.roospin-uc0xv9 .roospin-vmqdcr {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.roospin-uc0xv9 .roospin-tdlonv {
  margin-top: 12px;
}

.roospin-tdlonv {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.roospin-ie5eer {
  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;
}

.roospin-tdlonv .roospin-dnnbp1 {
  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.roospin-j43xvr ease-in-out;
}

.roospin-tdlonv .roospin-dnnbp1:hover {
  background: rgba(255, 255, 255, 0.3);
}

.roospin-tzz6ji {
  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;
}

.roospin-uc0xv9.roospin-rwind1 {
  gap: 12px;
  padding: 16px;
}

.roospin-uc0xv9.roospin-rwind1 .roospin-tzz6ji {
  min-width: 240px;
}

.roospin-uc0xv9.roospin-rwind1 .roospin-tzz6ji.roospin-aym2j9 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .roospin-uc0xv9 .roospin-9wwe3y {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .roospin-uc0xv9 .roospin-3e356k {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .roospin-uc0xv9 .roospin-vmqdcr {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .roospin-uc0xv9.roospin-rwind1 .roospin-vmqdcr {
    max-width: 126px;
  }
  .roospin-uc0xv9 .roospin-tdlonv {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .roospin-uc0xv9 .roospin-ie5eer {
    max-width: unset;
  }
  .roospin-tzz6ji {
    min-width: unset;
    width: 100%;
  }
  .roospin-uc0xv9 .roospin-tzz6ji {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .roospin-uc0xv9.roospin-rwind1 {
    grid-template-rows: auto 1fr auto;
  }
  .roospin-uc0xv9.roospin-rwind1 .roospin-tzz6ji {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .roospin-uc0xv9 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .roospin-uc0xv9 .roospin-9wwe3y {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .roospin-uc0xv9 .roospin-vmqdcr {
    max-width: 78px;
  }
  .roospin-uc0xv9 .roospin-tdlonv {
    margin-top: -12px;
  }
  .roospin-uc0xv9.roospin-rwind1 {
    gap: 8px;
  }
  .roospin-uc0xv9.roospin-rwind1 .roospin-9wwe3y {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .roospin-uc0xv9.roospin-rwind1 .roospin-3e356k {
    grid-column: 1/3;
  }
  .roospin-uc0xv9.roospin-rwind1 .roospin-vmqdcr {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .roospin-uc0xv9.roospin-rwind1 .roospin-vmqdcr img {
    max-width: 114px;
  }
}

.roospin-tzz6ji.roospin-ya7aj9,
.roospin-tzz6ji.roospin-216y52,
.roospin-tzz6ji.roospin-utrxz7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.roospin-j43xvr ease-in-out;
}

.roospin-tzz6ji.roospin-ya7aj9,
.roospin-tzz6ji.roospin-utrxz7 {
  padding: 10px;
}

.roospin-tzz6ji.roospin-ya7aj9:hover,
.roospin-tzz6ji.roospin-216y52:hover,
.roospin-tzz6ji.roospin-utrxz7:hover {
  background: var(--button-bg-hover);
}

.roospin-tzz6ji.roospin-ya7aj9:hover svg path,
.roospin-tzz6ji.roospin-utrxz7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.roospin-tzz6ji.roospin-aym2j9 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.roospin-j43xvr ease-in-out;
  background: var(--button-bg-color);
}

.roospin-tzz6ji.roospin-aym2j9:hover {
  background-color: var(--button-bg-hover);
}

.roospin-tzz6ji.roospin-216y52: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);
  }
}

.roospin-tzz6ji.roospin-216y52:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roospin-tzz6ji.roospin-aym2j9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roospin-lcojr4 {
  max-width: 650px;
}

.roospin-4rc2qb {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.roospin-m6nh1o {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.roospin-yvhc15 {
  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.roospin-inkdjp ease-in-out;
  cursor: pointer;
}

.roospin-yvhc15:hover {
  opacity: 0.5;
}

.roospin-yvhc15:focus {
  outline: 0;
}

.roospin-yvhc15:focus .roospin-kitkcp,
.roospin-yvhc15:hover .roospin-kitkcp {
  fill: red;
  fill-opacity: 1;
}

.roospin-yvhc15:hover {
  cursor: pointer;
}

.roospin-3ab40u {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.roospin-lcojr4.roospin-ch1uc7 {
  margin: 0 auto;
}

.roospin-lcojr4.roospin-vbrbsi {
  margin-left: auto;
}

.roospin-h6w2q1 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.roospin-x55jr3 {
  padding-bottom: 50px;
}

.roospin-wrxc46 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.roospin-99n7n8 {
  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;
}

.roospin-92vlj9 {
  margin-top: 24px;
}

.roospin-9qs4h9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roospin-o8x6vl {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.roospin-a9u3z9 {
  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;
}

.roospin-iig1gb {
  width: 468px;
}

.roospin-a9u3z9 .roospin-ihksx1 {
  margin: 0.roospin-ujxsau 0;
}

.roospin-v9m7uf {
  display: flex;
  min-width: 224px;
}

.roospin-y05lgn {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.roospin-inkdjp ease-in-out;
}

.roospin-yw8iya,
.roospin-y05lgn:hover {
  color: var(--text-color);
}

.roospin-p0hvqi {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.roospin-eks885 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .roospin-h6w2q1 {
    padding: 16px;
  }
  .roospin-p0hvqi {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .roospin-eks885 {
    align-items: center;
  }
  .roospin-iig1gb {
    width: unset;
  }
  .roospin-v9m7uf {
    min-width: unset;
  }
  .roospin-a9u3z9 {
    max-height: unset;
  }
  .roospin-wrxc46 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .roospin-h6w2q1 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.roospin-s0oqcd {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roospin-s0oqcd:not(:last-child) {
  margin-bottom: 16px;
}

.roospin-dn64e7 {
  outline: 0;
}

.roospin-dn64e7 .roospin-ygc08s {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.roospin-iobad7 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .roospin-iobad7 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.roospin-iobad7::-webkit-details-marker {
  display: none;
}

.roospin-iobad7: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;
}

.roospin-iobad7: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] .roospin-iobad7:after {
  transform: unset;
}

.roospin-ygc08s {
  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);
}

.roospin-ygc08s 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.roospin-inkdjp ease-in-out;
  -o-transition: 0.roospin-inkdjp ease-in-out;
  transition: 0.roospin-inkdjp ease-in-out;
}

.roospin-o4t2qb {
  padding: 16px 0 0 0;
}

.roospin-o4t2qb * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .roospin-o4t2qb :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roospin-iobad7 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .roospin-iobad7::after {
    margin-left: auto;
  }
  .roospin-ygc08s {
    order: 3;
    flex: 1 1 100%;
  }
  .roospin-iobad7 {
    font-size: 14px;
    line-height: 130%;
  }
  .roospin-ygc08s svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.roospin-tjx7k0 {
  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;
}

.roospin-l6fmth {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.roospin-tjx7k0.roospin-gqdh0i .roospin-l6fmth {
  margin-bottom: 12px;
}

.roospin-l6fmth::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;
}

.roospin-tjx7k0.roospin-gqdh0i .roospin-l6fmth::after {
  transform: unset;
}

.roospin-hfu2d9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.roospin-v8wzyp {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.roospin-inkdjp ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.roospin-v8wzyp: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;
}

.roospin-tjx7k0.roospin-gqdh0i .roospin-hfu2d9 {
  max-height: 100%;
}

.roospin-bppeeo {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.roospin-8nza62 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.roospin-a30o2e {
  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;
}

.roospin-y9ed02 {
  margin-right: 4px;
}

.roospin-ricw4m {
  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.roospin-inkdjp ease-in-out;
}

.roospin-ricw4m svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.roospin-gq7yje,
.roospin-ricw4m:hover {
  color: var(--text-color);
}

.roospin-x6wqi3 {
  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;
}

.roospin-x6wqi3 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.roospin-x6wqi3 .roospin-067cl9 {
  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;
}

.roospin-x6wqi3 .roospin-gmitlk {
  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;
}

.roospin-igwqph {
  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;
}

.roospin-uwcgl1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roospin-5ti34h .roospin-ficr2s {
  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;
}

.roospin-5ti34h {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.roospin-86q8rq {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.roospin-8b9a9j {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.roospin-257sha {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.roospin-2giytx 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;
}

.roospin-257sha:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.roospin-qd6tym {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.roospin-dgjyfh {
  -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.roospin-inkdjp ease-in-out;
  transition: transform 0.roospin-inkdjp ease-in-out;
  -o-transition: transform 0.roospin-inkdjp ease-in-out;
  transition:
    transform 0.roospin-inkdjp ease-in-out,
    -webkit-transform 0.roospin-inkdjp ease-in-out;
  cursor: pointer;
}

.roospin-dgjyfh svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.roospin-dgjyfh: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;
}

.roospin-ftph1l {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .roospin-ftph1l {
    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);
}

.roospin-1rmuwh {
  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;
}

.roospin-skg51z {
  position: relative;
  width: 100%;
}

.roospin-1rmuwh.roospin-5tdy95 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.roospin-1rmuwh.roospin-ch1uc7 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.roospin-1rmuwh.roospin-vbrbsi {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.roospin-bys1mi {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.roospin-jc2jno {
  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.roospin-inkdjp ease-in-out;
  cursor: pointer;
}

.roospin-jc2jno:hover {
  opacity: 0.5;
}

.roospin-1rmuwh.roospin-9pxt8h .roospin-jc2jno {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.roospin-1rmuwh.roospin-9pxt8h .roospin-bys1mi {
  cursor: pointer;
}

.roospin-n14bqs {
  fill: #0009;
}

.roospin-x2j7ch {
  fill: #fff;
}

.roospin-jc2jno:hover .roospin-n14bqs {
  fill: red;
}

.roospin-jc2jno svg path {
  -webkit-transition: 0.roospin-inkdjp ease-in-out;
  -o-transition: 0.roospin-inkdjp ease-in-out;
  transition: 0.roospin-inkdjp ease-in-out;
}

.roospin-04j6ok {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.roospin-04j6ok > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.roospin-04j6ok.roospin-t8p0ky > :not(.get-image) {
  grid-column: 1/3;
}

.roospin-v2nv6d:not(._h1-block) .roospin-04j6ok > .roospin-vkno05 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.roospin-04j6ok.roospin-t8p0ky .roospin-hq9ziy {
  grid-column: 2/3;
}

.roospin-04j6ok.roospin-t8p0ky > .roospin-vmqdcr {
  grid-column: 1/2;
}

.roospin-04j6ok.roospin-t8p0ky > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.roospin-04j6ok > p:first-of-type {
  margin-top: 0;
}

.roospin-04j6ok .roospin-vmqdcr {
  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;
}

.roospin-v2nv6d:not(._h1-block) .roospin-vkno05 ~ .roospin-vmqdcr {
  grid-row: 2/10;
}

.roospin-v2nv6d.roospin-4odc83 .roospin-vkno05 ~ .roospin-vmqdcr {
  grid-row: 1/10;
}

.roospin-v2nv6d.roospin-4odc83 > .roospin-vkno05 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.roospin-v2nv6d.roospin-4odc83 .roospin-vmqdcr {
  grid-row: 1/10;
}

.roospin-04j6ok.roospin-jbz53f .roospin-vmqdcr {
  align-items: flex-start;
}

.roospin-04j6ok.roospin-ch1uc7 .roospin-hq9ziy {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.roospin-04j6ok.roospin-ch1uc7 .roospin-vmqdcr {
  align-items: center;
}

.roospin-04j6ok.roospin-2ch3mg .roospin-vmqdcr {
  align-items: flex-end;
}

.roospin-hq9ziy > :first-child {
  margin-top: 0;
}

.roospin-hq9ziy > :last-child {
  margin-bottom: 0;
}

* + .roospin-n2ojvo,
.roospin-v2nv6d + .roospin-v2nv6d {
  margin-top: 2rem;
}

.roospin-mfkf2s td::before,
.roospin-mfkf2s th::after {
  display: none !important;
}

.roospin-mfkf2s #link-selector {
  color: #000;
}

.roospin-mfkf2s .roospin-mg51eq {
  color: #135e96;
}

.roospin-mfkf2s .roospin-8quio4 *,
.roospin-mfkf2s .roospin-r4hlmy p,
.roospin-mfkf2s .roospin-7v5wnz * {
  color: #000;
}

.roospin-mfkf2s .roospin-ghnvh5 {
  background: 0 0 !important;
}

.roospin-mfkf2s .roospin-et85v7 {
  color: #000;
}

.roospin-mfkf2s .roospin-77ebel.roospin-kkaign {
  color: #fff;
}

.roospin-mfkf2s .roospin-uwc2ml {
  color: #000;
}

.roospin-mfkf2s
  .roospin-4x51ex
  .roospin-dse6wx.roospin-kkaign.roospin-70huro {
  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;
}

.roospin-w8y1bv,
body .roospin-wqjuyw {
  color: #000;
  background: var(--color-body) !important;
}

.roospin-w8y1bv .roospin-mpbd10 .roospin-8oroo9,
body .roospin-wqjuyw .roospin-mpbd10 .roospin-8oroo9 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roospin-v8wzyp:focus,
  .roospin-v8wzyp:hover {
    color: #f9cb16;
  }
  .roospin-tqsua5:focus,
  .roospin-tqsua5:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roospin-daodfm:focus img,
  .roospin-daodfm:focus svg,
  .roospin-daodfm:hover img,
  .roospin-daodfm:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .roospin-x6wqi3 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .roospin-9934ap:hover .roospin-i57grj svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .roospin-i57grj {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .roospin-11o9dk {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .roospin-20uby0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .roospin-h3pehd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .roospin-izfv6y .roospin-c3qtvf {
    grid-template-columns: 1fr;
  }
  .roospin-izfv6y .roospin-eu1pdj {
    -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;
  }
  .roospin-izfv6y .roospin-8iv6ra {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roospin-izfv6y .roospin-ledifu {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roospin-izfv6y .roospin-ypbomy {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .roospin-izfv6y .roospin-8iv6ra:not(:first-child) {
    border: none;
  }
  .roospin-izfv6y .roospin-8iv6ra:first-child .roospin-ledifu {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .roospin-izfv6y .roospin-8iv6ra:last-child .roospin-ledifu {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .roospin-60lneb {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .roospin-8jif6p {
    max-width: 100px;
  }
  .roospin-84orwm {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .roospin-7bx2ne {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .roospin-7bx2ne svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .roospin-0ew9vr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .roospin-84orwm + .roospin-7bx2ne {
    margin-left: auto;
  }
  .roospin-coe5lj {
    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;
  }
  .roospin-coe5lj.roospin-gqdh0i {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .roospin-epbgbt {
    -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;
  }
  .roospin-87n5yg {
    width: 100%;
  }
  .roospin-87n5yg:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .roospin-5si4fu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .roospin-5si4fu svg {
    margin-right: 4px;
  }
  .roospin-9934ap {
    -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;
  }
  .roospin-i57grj svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .roospin-i57grj {
    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;
  }
  .roospin-ihksx1 {
    display: none;
    width: 100%;
  }
  .roospin-9934ap.roospin-gqdh0i .roospin-ihksx1 {
    padding: 0 0 0 48px;
  }
  .roospin-k3rs02 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .roospin-99n7n8 .roospin-vmqdcr {
    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;
  }
  .roospin-uy79um {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roospin-uy79um + .roospin-uy79um {
    margin-right: 0;
  }
  .roospin-uy79um + .roospin-vmqdcr {
    margin: 0;
  }
  .roospin-11o9dk {
    grid-template-columns: repeat(4, 1fr);
  }
  .roospin-20uby0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .roospin-khul4v,
  .roospin-8duzpl {
    grid-template-columns: repeat(2, 1fr);
  }
  .roospin-04j6ok {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .roospin-04j6ok.roospin-t8p0ky .roospin-hq9ziy {
    grid-column: auto;
    grid-row: auto;
  }
  .roospin-04j6ok > .roospin-vkno05 {
    grid-column: 1/2;
  }
  .roospin-04j6ok.roospin-t8p0ky > :not(.get-image) {
    grid-column: 1/2;
  }
  .roospin-04j6ok .roospin-vmqdcr,
  .roospin-04j6ok.roospin-t8p0ky > .roospin-vmqdcr {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roospin-04j6ok.roospin-t8p0ky > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .roospin-v2nv6d.roospin-4odc83 .roospin-04j6ok > .roospin-vmqdcr {
    grid-row: 1/2;
  }
  .roospin-04j6ok .roospin-vkno05 ~ .roospin-vmqdcr,
  .roospin-04j6ok.roospin-t8p0ky .roospin-vkno05 ~ .roospin-vmqdcr {
    grid-row: 2/3;
  }
  .roospin-v2nv6d.roospin-4odc83 .roospin-vkno05 ~ .roospin-vmqdcr {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .roospin-8wqzal:first-child .roospin-8wmh6k {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roospin-8wqzal:first-child .roospin-8wmh6k h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .roospin-8wqzal {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .roospin-8wqzal {
    padding: 0;
  }
  .roospin-8kary5 {
    margin-top: 1rem;
  }
  .roospin-dn64e7 {
    border-radius: 5px;
  }
  .roospin-e018fw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roospin-l6fmth::after {
    display: inline-block;
  }
  .roospin-l6fmth {
    margin: 0;
    width: 100%;
  }
  .roospin-hfu2d9 {
    width: 100%;
  }
  .roospin-hfu2d9.roospin-rj5z51 {
    -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%;
  }
  .roospin-hfu2d9.roospin-rj5z51 .roospin-1tyjcl {
    width: 100%;
  }
  .roospin-hfu2d9.roospin-rj5z51 .roospin-1tyjcl:not(:last-child) {
    margin-right: 0;
  }
  .roospin-v8wzyp {
    width: 100%;
    text-align: center;
  }
  .roospin-tjx7k0.roospin-gqdh0i .roospin-hfu2d9 {
    margin-top: 1rem;
  }
  .roospin-11o9dk {
    grid-template-columns: repeat(3, 1fr);
  }
  .roospin-h3pehd,
  .roospin-20uby0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .roospin-khul4v,
  .roospin-8duzpl,
  .roospin-k3f4hs {
    grid-template-columns: 1fr;
  }
  .roospin-fxh7ux {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .roospin-wt7umy {
    min-width: 300px;
    max-width: 325px;
  }
  .roospin-ledifu {
    cursor: auto;
  }
  .roospin-akzduw .roospin-ledifu {
    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;
  }
  .roospin-ftph1l {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .roospin-ihksx1 {
    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) {
  .roospin-ftph1l {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.roospin-uy79um p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .roospin-7bx2ne {
    margin: 0 -0.2rem;
  }
  .roospin-uy79um {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .roospin-j69ltd {
    -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;
  }
  .roospin-o5gyt9 {
    max-width: 100%;
  }
  .roospin-11o9dk {
    grid-template-columns: repeat(2, 1fr);
  }
  .roospin-h3pehd,
  .roospin-20uby0 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .roospin-60lneb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roospin-7bx2ne {
    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;
  }
  .roospin-edybec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roospin-0eooho {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roospin-9gx7m0,
  .roospin-01ud9y {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .roospin-3qe0kl {
    width: 100%;
  }
  .roospin-11o9dk {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .roospin-ftph1l {
    top: 127px !important;
  }
}

.roospin-ass0c5 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .roospin-ass0c5 {
  }
}

@media (max-width: 767px) {
  .roospin-ass0c5 {
    margin-bottom: 12px;
  }
}

.roospin-ass0c5 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.roospin-chfj8q {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.roospin-chfj8q > .roospin-aaf538 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .roospin-chfj8q {
    flex-direction: column;
    gap: 12px;
  }
}

.roospin-1s8xz4 {
  display: flex;
}

.roospin-1s8xz4 .roospin-lm8kcb {
  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;
}

.roospin-1s8xz4 .roospin-vykmbf {
  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;
}

.roospin-1s8xz4 .roospin-2afzzt {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.roospin-1s8xz4 .roospin-4h9epe {
  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));
  }
}

.roospin-1s8xz4 .roospin-4h9epe:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.roospin-1s8xz4 .roospin-837z4n {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.roospin-hqedw9 {
  border: unset;
  background-color: unset;
}

.roospin-hqedw9 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.roospin-hqedw9 .roospin-w3j9rt,
.roospin-hqedw9 .roospin-sjk8a2 {
  flex: 0 1 330px;
}

.roospin-hqedw9 .roospin-57rdv4 {
  flex: 1 1;
}

.roospin-hqedw9 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roospin-hqedw9 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.roospin-hqedw9 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.roospin-hqedw9 tr td p {
  color: #fff;
  margin: 0;
}

.roospin-hqedw9 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.roospin-hqedw9 tr.roospin-w3j9rt td p {
  padding: 16px 0;
}

.roospin-hqedw9 tr.roospin-w3j9rt td p:not(:last-child),
.roospin-hqedw9 tr.roospin-sjk8a2 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.roospin-hqedw9 tr.roospin-w3j9rt td p:first-child,
.roospin-hqedw9 tr.roospin-sjk8a2 td p:first-child {
  padding-top: 0;
}

.roospin-hqedw9 tr.roospin-sjk8a2 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roospin-hqedw9 tr.roospin-sjk8a2 td p:last-child {
  padding-bottom: 0;
}

.roospin-hqedw9 .roospin-sjk8a2 img {
  max-width: 32px;
}

.roospin-hqedw9 .roospin-57rdv4 {
  min-width: 718px;
}

.roospin-hqedw9 .roospin-57rdv4 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.roospin-hqedw9 .roospin-57rdv4 td {
  display: flex;
}

.roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-r8earw,
.roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-roeyt7,
.roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-e9van8 {
  flex: 1 1 50%;
}

.roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-marebj {
  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;
}

.roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-rf8n6g,
.roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-vepkhi {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-r8earw,
.roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-roeyt7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-r8earw span,
.roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-roeyt7 span {
  font-weight: 800;
}

.roospin-hqedw9 .roospin-57rdv4 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .roospin-hqedw9 .roospin-57rdv4 td .roospin-e9van8:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .roospin-hqedw9 tr.roospin-w3j9rt td p:last-child {
    padding-bottom: 0;
  }
  .roospin-hqedw9 .roospin-sjk8a2 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .roospin-hqedw9 .roospin-sjk8a2 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .roospin-hqedw9 tr.roospin-w3j9rt td p:not(:last-child),
  .roospin-hqedw9 tr.roospin-sjk8a2 td p:not(:last-child) {
    border-bottom: unset;
  }
  .roospin-hqedw9 tr.roospin-sjk8a2 td p:last-child {
    padding-bottom: 12px;
  }
  .roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-r8earw,
  .roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-roeyt7,
  .roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-e9van8 {
    flex: 1 1 50%;
    padding: 0;
  }
  .roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-r8earw,
  .roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-roeyt7 {
    margin-top: 16px;
  }
  .roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-e9van8 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-r8earw {
    border-right: 1px solid var(--border-color);
  }
  .roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-e9van8:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .roospin-hqedw9 .roospin-57rdv4 td:last-child .roospin-e9van8:last-child {
    padding-bottom: 0;
  }
}

.roospin-e9van8 {
  display: flex;
  flex-direction: column;
}

.roospin-hqedw9 .roospin-57rdv4 td .roospin-e9van8 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.roospin-hqedw9 .roospin-57rdv4 td .roospin-e9van8:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.roospin-hqedw9 .roospin-57rdv4 td .roospin-e9van8:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .roospin-hqedw9 .roospin-57rdv4 td .roospin-e9van8:not(:first-child) {
    padding-left: 0;
  }
  .roospin-hqedw9 .roospin-57rdv4 td .roospin-e9van8:not(:last-of-type) {
    border-right: unset;
  }
}

.roospin-hqedw9 .roospin-3o8j4a {
  flex: 0 1 485px;
}

.roospin-hqedw9 .roospin-yekgvt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.roospin-hqedw9 .roospin-yekgvt li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roospin-hqedw9 .roospin-yekgvt li.roospin-995eb8 {
  padding: 6px 12px;
}

.roospin-hqedw9 .roospin-yekgvt li a,
.roospin-hqedw9 .roospin-yekgvt 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;
}

.roospin-hqedw9 .roospin-ljiz8t,
.roospin-hqedw9 .roospin-s7aee1 {
  flex: 1 1;
}

.roospin-hqedw9 .roospin-r0qqay,
.roospin-hqedw9 .roospin-2r8r35 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.roospin-hqedw9 .roospin-r0qqay li,
.roospin-hqedw9 .roospin-2r8r35 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roospin-hqedw9 .roospin-s7aee1 img {
  max-width: 32px;
}

.roospin-hqedw9 .roospin-ljiz8t img {
  max-width: 32px;
}

.roospin-hqedw9 .roospin-4otj1n {
  min-width: 280px;
}

.roospin-hqedw9 .roospin-4otj1n img {
  max-width: 146px;
}

.roospin-hqedw9 .roospin-4otj1n td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .roospin-hqedw9 .roospin-w3j9rt,
  .roospin-hqedw9 .roospin-sjk8a2 {
    flex: 0 1 auto;
  }
  .roospin-hqedw9 .roospin-57rdv4 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .roospin-hqedw9 .roospin-w3j9rt,
  .roospin-hqedw9 .roospin-3o8j4a,
  .roospin-hqedw9 .roospin-sjk8a2,
  .roospin-hqedw9 .roospin-57rdv4 {
    flex: 1 1 calc(50% - 20px);
  }
  .roospin-hqedw9 .roospin-ljiz8t,
  .roospin-hqedw9 .roospin-4otj1n,
  .roospin-hqedw9 .roospin-s7aee1 {
    flex: 1 1 30%;
  }
  .roospin-hqedw9 .roospin-4otj1n {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .roospin-hqedw9 .roospin-w3j9rt,
  .roospin-hqedw9 .roospin-3o8j4a,
  .roospin-hqedw9 .roospin-ljiz8t,
  .roospin-hqedw9 .roospin-sjk8a2,
  .roospin-hqedw9 .roospin-57rdv4,
  .roospin-hqedw9 .roospin-4otj1n,
  .roospin-hqedw9 .roospin-s7aee1 {
    flex: 1 1 100%;
  }
}

.roospin-ualkr3 .roospin-2ov4ro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.roospin-ualkr3 .roospin-bpzn5i {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.roospin-ualkr3 .roospin-oisvlp {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.roospin-ualkr3 .roospin-fgp292 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.roospin-ualkr3 .roospin-fgp292 > :nth-child(3) {
  margin-top: 0;
}

.roospin-ualkr3 .roospin-vmqdcr {
  grid-column: 2/3;
  grid-row: 1/10;
}

.roospin-ualkr3 .roospin-ljxnod {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.roospin-ualkr3 .roospin-8kary5 {
  grid-column: 1/2;
}

.roospin-ualkr3 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.roospin-ualkr3 .roospin-bpzn5i: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;
}

.roospin-ualkr3 .roospin-bpzn5i:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.roospin-ualkr3 .roospin-3qe0kl {
  min-width: 240px;
}

@media (max-width: 768px) {
  .roospin-ualkr3 .roospin-bpzn5i:not(:last-child):before {
    bottom: 8px;
  }
  .roospin-ualkr3 .roospin-bpzn5i:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .roospin-ualkr3 .roospin-fgp292 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .roospin-ualkr3 .roospin-vmqdcr {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .roospin-ualkr3 .roospin-vmqdcr img {
    width: 100%;
    height: auto;
  }
  .roospin-ualkr3 .roospin-3qe0kl {
    width: 100%;
    min-width: unset;
  }
}

.roospin-el8j2h .roospin-5ltgkn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.roospin-el8j2h .roospin-rq962x {
  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;
}

.roospin-el8j2h .roospin-vmqdcr {
  height: 100%;
}

.roospin-el8j2h .roospin-vmqdcr img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.roospin-el8j2h .roospin-6ckbnt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.roospin-el8j2h .roospin-ewvf2a {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.roospin-el8j2h .roospin-soo46y {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .roospin-el8j2h .roospin-rq962x {
    flex: 1 1 100%;
  }
  .roospin-el8j2h .roospin-tzz6ji {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .roospin-el8j2h .roospin-rq962x {
    flex-direction: column;
  }
  .roospin-el8j2h .roospin-vmqdcr {
    width: 100%;
    height: auto;
  }
  .roospin-el8j2h .roospin-vmqdcr img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .roospin-el8j2h .roospin-6ckbnt {
    padding: 0 16px 16px 16px;
  }
  .roospin-el8j2h .roospin-tzz6ji {
    min-width: unset;
    width: 100%;
  }
}

.roospin-dwo0tg .roospin-mcqazn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.roospin-dwo0tg .roospin-9gkeys {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.roospin-dwo0tg 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;
}

.roospin-dwo0tg .roospin-pz9pe0 {
  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;
}

.roospin-dwo0tg .roospin-9gkeys:hover .roospin-pz9pe0 {
  display: flex;
}

.roospin-dwo0tg .roospin-7qz155 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roospin-dwo0tg .roospin-7wuewq {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.roospin-b8yqzz {
  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;
}

.roospin-b8yqzz.roospin-ls7ypc {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.roospin-j43xvr ease-in-out;
}

.roospin-b8yqzz.roospin-ls7ypc:hover {
  color: #f9cb16;
  background-color: transparent;
}

.roospin-dwo0tg .roospin-ayl7p9 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.roospin-j43xvr ease-in-out;
}

.roospin-dwo0tg .roospin-ayl7p9:hover {
  color: #196948;
  background-color: #f9cb16;
}

.roospin-dwo0tg .roospin-ayl7p9:after,
.roospin-b8yqzz.roospin-ls7ypc:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.roospin-b8yqzz.roospin-ls7ypc:after {
  background-image: url(../images/Cash.svg);
}

.roospin-dwo0tg .roospin-ayl7p9:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .roospin-dwo0tg .roospin-mcqazn {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .roospin-dwo0tg .roospin-mcqazn {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .roospin-dwo0tg .roospin-mcqazn {
    grid-template-columns: 1fr;
  }
  .roospin-dwo0tg .roospin-9gkeys {
    height: auto;
  }
  .roospin-dwo0tg .roospin-9gkeys .roospin-pz9pe0 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .roospin-dwo0tg .roospin-7qz155,
  .roospin-dwo0tg .roospin-7wuewq {
    text-align: left;
  }
  .roospin-dwo0tg .roospin-7wuewq {
    margin-bottom: 8px;
  }
  .roospin-dwo0tg img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.roospin-qaai3v {
  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;
}

.roospin-qaai3v.roospin-9pxt8h {
  display: block;
}

.roospin-qaai3v .roospin-lh5t1e {
  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;
}

.roospin-qaai3v .roospin-1n5gwa {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.roospin-qaai3v .roospin-d2d6id {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.roospin-qaai3v .roospin-bqec8g {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.roospin-qaai3v .roospin-b8yqzz {
  min-width: 296px;
  margin-bottom: 0;
}

.roospin-qaai3v .roospin-mboww5 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.roospin-qaai3v .roospin-qiqeul {
  position: relative;
  flex: 1 1;
}

.roospin-qaai3v .roospin-qiqeul iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .roospin-qaai3v .roospin-1n5gwa {
    flex-wrap: wrap;
    gap: 8px;
  }
  .roospin-qaai3v .roospin-d2d6id {
    order: 1;
  }
  .roospin-qaai3v .roospin-bqec8g {
    order: 3;
    flex: 1 1 100%;
  }
  .roospin-qaai3v .roospin-b8yqzz {
    width: 100%;
    min-width: unset;
  }
  .roospin-qaai3v .roospin-mboww5 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .roospin-04j6ok > .roospin-vkno05 {
    margin-bottom: 0;
  }
  .roospin-04j6ok > .roospin-8kary5,
  .roospin-04j6ok > p {
    margin-top: 0;
  }
}

.roospin-a771v4 img,
.roospin-uy79um img {
  width: auto;
  object-fit: contain;
}

.roospin-a771v4 {
  align-items: center;
}

.roospin-a771v4 img {
  max-height: 76px;
}

.roospin-uy79um img {
  max-height: 64px;
}

.roospin-whrgtv {
  overflow: auto;
}

.roospin-8nsh17 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.roospin-sgpqo2:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.roospin-9z8yv2 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.roospin-35d4mn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.roospin-9z8yv2 .roospin-vmqdcr {
  margin-right: 20px;
  flex-shrink: 0;
}

.roospin-9z8yv2 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.roospin-ufhnez {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.roospin-ufhnez > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roospin-9z8yv2 {
    padding: 15px 10px;
  }
  .roospin-ufhnez {
    padding: 15px 10px;
  }
  .roospin-9z8yv2 .roospin-vmqdcr {
    margin-right: 10px;
  }
}

.roospin-refhi3 {
  overflow-x: auto;
}

.roospin-n3qcpr {
  border-collapse: collapse;
  width: 100%;
}

.roospin-refhi3 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.roospin-refhi3 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.roospin-refhi3 td.roospin-wa1zb7 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.roospin-refhi3 td.roospin-qi3imo {
  border-right: none;
}

.roospin-refhi3 td.roospin-qi3imo .roospin-vmqdcr {
  justify-content: flex-start;
}

.roospin-refhi3 td.roospin-qi3imo .roospin-vmqdcr img {
  height: auto;
  width: 90px;
}

.roospin-refhi3 td.roospin-l76ixb,
.roospin-refhi3 td.roospin-72enoz {
  font-weight: 600;
  text-align: right;
}

.roospin-refhi3 td.roospin-30e9l2,
.roospin-refhi3 td.roospin-l76ixb {
  padding-bottom: 10px;
  border-bottom: none;
}

.roospin-refhi3 td.roospin-l76ixb,
.roospin-refhi3 td.roospin-72enoz {
  border-left: none;
}

.roospin-refhi3 td.roospin-30e9l2,
.roospin-refhi3 td.roospin-2br9h2 {
  border-right: none;
}

.roospin-refhi3 td.roospin-2br9h2,
.roospin-refhi3 td.roospin-72enoz {
  border-top: none;
  padding-top: 10px;
}

.roospin-8helgq {
  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;
}

.roospin-8helgq .roospin-tzz6ji {
  min-width: unset;
  width: 100%;
}

.roospin-8helgq .roospin-tzz6ji.roospin-ya7aj9 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.roospin-8helgq .roospin-tzz6ji.roospin-utrxz7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.roospin-8helgq .roospin-1ymu9v {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .roospin-8helgq {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .roospin-8helgq .roospin-tzz6ji.roospin-ya7aj9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roospin-8helgq .roospin-tzz6ji.roospin-utrxz7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .roospin-8helgq .roospin-1ymu9v {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.roospin-vuhx14 {
  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;
}

.roospin-44nxuy {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.roospin-9x9pr3 p a img {
  margin: 0 auto;
  display: block;
}

.roospin-9x9pr3 table {
  margin-bottom: 17px;
}

/* contanct form */
.roospin-2feic7 {
  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;
}

.roospin-2feic7 label {
  font-size: 14px;
}

.roospin-2feic7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.roospin-2feic7 input,
.roospin-2feic7 textarea,
.roospin-2feic7 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;
}
.roospin-2feic7 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.roospin-j43xvr ease;
}
.roospin-2feic7 button:hover {
  background-color: #691204;
}
.roospin-co8abx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.roospin-p0sbt0 ease-in;
}

.roospin-co8abx 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;
}
.roospin-ko8ap6, .roospin-225ofl, [class*="review-card"],
thead, thead th, table th, .roospin-ml521d,
.roospin-fnhf7m, [class*="collapsible-header"],
.roospin-k03cmr, [class*="updated-block"] {
  color: #ece7dc !important;
}
