@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);
}

.reels-grande-icpvw6 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reels-grande-lmg7i7 {
  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.reels-grande-m0tl3f,
ul.reels-grande-m0tl3f {
  padding-left: 20px;
}

ul.reels-grande-m0tl3f {
  list-style: disc;
}

ol.reels-grande-m0tl3f {
  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;
  }
}

.reels-grande-92c8g1 > .reels-grande-z6bumn,
.reels-grande-92c8g1 > .reels-grande-knwlkt,
.reels-grande-92c8g1 > blockquote,
.reels-grande-92c8g1 > h1,
.reels-grande-92c8g1 > h2,
.reels-grande-92c8g1 > h3,
.reels-grande-92c8g1 > h4,
.reels-grande-92c8g1 > h5,
.reels-grande-92c8g1 > h6,
.reels-grande-92c8g1 > ol,
.reels-grande-92c8g1 > p,
.reels-grande-92c8g1 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reels-grande-92c8g1 > ol,
.reels-grande-92c8g1 > ul {
  padding-left: 50px;
}

.reels-grande-92c8g1 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;
}

.reels-grande-92c8g1:not(:last-child) {
  margin-bottom: 2rem;
}

.reels-grande-92c8g1 > :not(:first-child) {
  margin-top: 2rem;
}

.reels-grande-92c8g1 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reels-grande-92c8g1:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .reels-grande-92c8g1:first-child {
    margin-top: 20px;
  }
}

.reels-grande-92c8g1 > p:last-of-type {
  margin-bottom: 32px;
}

.reels-grande-92c8g1 > .reels-grande-3uzdmx:not(:first-child) {
  margin: 64px auto 16px auto;
}

.reels-grande-71a05w > .reels-grande-3uzdmx {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reels-grande-knwlkt {
  overflow: auto;
}

.reels-grande-knwlkt::-webkit-scrollbar {
  height: 5px;
}

.reels-grande-knwlkt table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.reels-grande-knwlkt table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.reels-grande-knwlkt table thead,
table thead {
  border-bottom: none;
}

.reels-grande-knwlkt table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.reels-grande-knwlkt table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.reels-grande-knwlkt table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.reels-grande-knwlkt .reels-grande-zjrzeh {
  table-layout: auto;
}

.reels-grande-knwlkt .reels-grande-zjrzeh th {
  word-break: normal;
}

.reels-grande-knwlkt .reels-grande-zjrzeh td {
  word-break: normal;
}

.reels-grande-icpvw6 .reels-grande-icpvw6 {
  padding-right: 0;
  padding-left: 0;
}

.reels-grande-pw3ln7 {
  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;
}

.reels-grande-tl582j {
  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;
}

.reels-grande-8x6oco {
  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;
}

.reels-grande-z6bumn {
  margin-top: 24px;
}

.reels-grande-z6bumn.reels-grande-o6p3kt {
  text-align: left;
}

.reels-grande-z6bumn.reels-grande-rho4hw {
  text-align: right;
}

.reels-grande-z6bumn.reels-grande-bgooy4 {
  text-align: center;
}

.reels-grande-1wxn1i {
  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.reels-grande-9jl5ji ease-in-out;
  cursor: pointer;
}

.reels-grande-1wxn1i:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.reels-grande-1wxn1i {
  min-width: 328px;
}

@media (max-width: 768px) {
  .reels-grande-1wxn1i {
    min-width: unset;
  }
}

.reels-grande-e2ewa1 {
  background-color: var(--fh-bg-color);
}

.reels-grande-pqo27c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.reels-grande-wdrjh1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.reels-grande-wdrjh1 img {
  max-height: 80px;
  object-fit: contain;
}

.reels-grande-g4exqh {
  flex: 1 1;
}

.reels-grande-e0w7wa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.reels-grande-kc9m88 {
  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;
}

.reels-grande-kc9m88 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;
}

.reels-grande-kc9m88.reels-grande-203j9m span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.reels-grande-kc9m88.reels-grande-203j9m span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.reels-grande-kc9m88.reels-grande-203j9m span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.reels-grande-g4exqh + .reels-grande-e0w7wa {
  margin-left: 20px;
}

.reels-grande-64zmnc {
  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;
}

.reels-grande-64zmnc > svg {
  max-width: 24px;
  max-height: 24px;
}

.reels-grande-64zmnc + .reels-grande-64zmnc {
  margin-left: 5px;
}

.reels-grande-400ue0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.reels-grande-400ue0:hover {
  background-color: var(--button-bg-hover);
}

.reels-grande-bl81l8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.reels-grande-9jl5ji ease-in-out;
  border: 1px solid var(--border-color);
}

.reels-grande-bl81l8:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.reels-grande-48rulc {
  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) {
  .reels-grande-g4exqh {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .reels-grande-48rulc {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .reels-grande-g4exqh {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .reels-grande-64zmnc {
    min-width: unset;
    flex: 1 1;
  }
}

.reels-grande-8mvqgh {
  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;
}

.reels-grande-8mvqgh:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.reels-grande-8mvqgh:hover .reels-grande-9o6qd2 {
  opacity: 1;
  pointer-events: auto;
}

.reels-grande-bqq6yl {
  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.reels-grande-0dflu9 ease-in-out;
  gap: 4px;
}

.reels-grande-bqq6yl > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.reels-grande-bqq6yl .reels-grande-pw3ln7 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.reels-grande-uv3716,
.reels-grande-bqq6yl:hover {
  color: var(--button-bg-hover);
}

.reels-grande-bor9py {
  position: relative;
}

.reels-grande-bor9py .reels-grande-bqq6yl {
  margin-right: 0;
  padding-right: 4px;
}

.reels-grande-kxcl02 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.reels-grande-bor9py.reels-grande-203j9m .reels-grande-kxcl02 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.reels-grande-bor9py.reels-grande-203j9m .reels-grande-9o6qd2 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.reels-grande-bor9py.reels-grande-203j9m .reels-grande-9o6qd2::before {
  display: none;
}

.reels-grande-kxcl02 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.reels-grande-9o6qd2 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.reels-grande-oj3tr6 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.reels-grande-9o6qd2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.reels-grande-9o6qd2:hover {
  color: var(--fh-bg-color);
}

.reels-grande-aaf2hx {
  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.reels-grande-oj3tr6 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.reels-grande-0dflu9 ease-in-out;
  -o-transition: 0.reels-grande-0dflu9 ease-in-out;
  transition: 0.reels-grande-0dflu9 ease-in-out;
}

.reels-grande-aaf2hx .reels-grande-pw3ln7 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.reels-grande-rejow5,
.reels-grande-aaf2hx:hover {
  color: var(--button-bg-hover);
}

.reels-grande-mngwva {
  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%;
}

.reels-grande-mngwva.reels-grande-s7azap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.reels-grande-mngwva.reels-grande-s7azap:after,
.reels-grande-mngwva.reels-grande-s7azap:before {
  content: "";
  position: absolute;
  margin: auto;
}

.reels-grande-mngwva.reels-grande-s7azap: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);
  }
}

.reels-grande-mngwva.reels-grande-s7azap:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.reels-grande-mngwva.reels-grande-s7azap > * {
  z-index: 1;
}

.reels-grande-mngwva b,
.reels-grande-mngwva strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.reels-grande-mngwva .reels-grande-gvln9l {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.reels-grande-mngwva .reels-grande-0v475g {
  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;
}

.reels-grande-mngwva .reels-grande-pw3ln7 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.reels-grande-mngwva .reels-grande-pgw6hy {
  margin-top: 12px;
}

.reels-grande-pgw6hy {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.reels-grande-r5fb2m {
  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;
}

.reels-grande-pgw6hy .reels-grande-xlidwa {
  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.reels-grande-9jl5ji ease-in-out;
}

.reels-grande-pgw6hy .reels-grande-xlidwa:hover {
  background: rgba(255, 255, 255, 0.3);
}

.reels-grande-4nj5cz {
  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;
}

.reels-grande-mngwva.reels-grande-wswgig {
  gap: 12px;
  padding: 16px;
}

.reels-grande-mngwva.reels-grande-wswgig .reels-grande-4nj5cz {
  min-width: 240px;
}

.reels-grande-mngwva.reels-grande-wswgig .reels-grande-4nj5cz.reels-grande-lj78lz {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .reels-grande-mngwva .reels-grande-gvln9l {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .reels-grande-mngwva .reels-grande-0v475g {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .reels-grande-mngwva .reels-grande-pw3ln7 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .reels-grande-mngwva.reels-grande-wswgig .reels-grande-pw3ln7 {
    max-width: 126px;
  }
  .reels-grande-mngwva .reels-grande-pgw6hy {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .reels-grande-mngwva .reels-grande-r5fb2m {
    max-width: unset;
  }
  .reels-grande-4nj5cz {
    min-width: unset;
    width: 100%;
  }
  .reels-grande-mngwva .reels-grande-4nj5cz {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .reels-grande-mngwva.reels-grande-wswgig {
    grid-template-rows: auto 1fr auto;
  }
  .reels-grande-mngwva.reels-grande-wswgig .reels-grande-4nj5cz {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .reels-grande-mngwva {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .reels-grande-mngwva .reels-grande-gvln9l {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .reels-grande-mngwva .reels-grande-pw3ln7 {
    max-width: 78px;
  }
  .reels-grande-mngwva .reels-grande-pgw6hy {
    margin-top: -12px;
  }
  .reels-grande-mngwva.reels-grande-wswgig {
    gap: 8px;
  }
  .reels-grande-mngwva.reels-grande-wswgig .reels-grande-gvln9l {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .reels-grande-mngwva.reels-grande-wswgig .reels-grande-0v475g {
    grid-column: 1/3;
  }
  .reels-grande-mngwva.reels-grande-wswgig .reels-grande-pw3ln7 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .reels-grande-mngwva.reels-grande-wswgig .reels-grande-pw3ln7 img {
    max-width: 114px;
  }
}

.reels-grande-4nj5cz.reels-grande-2urzuj,
.reels-grande-4nj5cz.reels-grande-urn09k,
.reels-grande-4nj5cz.reels-grande-s20rme {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.reels-grande-9jl5ji ease-in-out;
}

.reels-grande-4nj5cz.reels-grande-2urzuj,
.reels-grande-4nj5cz.reels-grande-s20rme {
  padding: 10px;
}

.reels-grande-4nj5cz.reels-grande-2urzuj:hover,
.reels-grande-4nj5cz.reels-grande-urn09k:hover,
.reels-grande-4nj5cz.reels-grande-s20rme:hover {
  background: var(--button-bg-hover);
}

.reels-grande-4nj5cz.reels-grande-2urzuj:hover svg path,
.reels-grande-4nj5cz.reels-grande-s20rme:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.reels-grande-4nj5cz.reels-grande-lj78lz {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.reels-grande-9jl5ji ease-in-out;
  background: var(--button-bg-color);
}

.reels-grande-4nj5cz.reels-grande-lj78lz:hover {
  background-color: var(--button-bg-hover);
}

.reels-grande-4nj5cz.reels-grande-urn09k: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);
  }
}

.reels-grande-4nj5cz.reels-grande-urn09k:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.reels-grande-4nj5cz.reels-grande-lj78lz:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.reels-grande-4c60mt {
  max-width: 650px;
}

.reels-grande-t5fdle {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.reels-grande-351ke7 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.reels-grande-bfhx7d {
  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.reels-grande-0dflu9 ease-in-out;
  cursor: pointer;
}

.reels-grande-bfhx7d:hover {
  opacity: 0.5;
}

.reels-grande-bfhx7d:focus {
  outline: 0;
}

.reels-grande-bfhx7d:focus .reels-grande-a9vq9z,
.reels-grande-bfhx7d:hover .reels-grande-a9vq9z {
  fill: red;
  fill-opacity: 1;
}

.reels-grande-bfhx7d:hover {
  cursor: pointer;
}

.reels-grande-9pls3m {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.reels-grande-4c60mt.reels-grande-bgooy4 {
  margin: 0 auto;
}

.reels-grande-4c60mt.reels-grande-rho4hw {
  margin-left: auto;
}

.reels-grande-o8vou3 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.reels-grande-mz8vqw {
  padding-bottom: 50px;
}

.reels-grande-o9trzu {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.reels-grande-98n6rl {
  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;
}

.reels-grande-9pu7r7 {
  margin-top: 24px;
}

.reels-grande-ky0ez4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reels-grande-rrw7mv {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.reels-grande-2hy947 {
  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;
}

.reels-grande-p84agf {
  width: 468px;
}

.reels-grande-2hy947 .reels-grande-9o6qd2 {
  margin: 0.reels-grande-crix1m 0;
}

.reels-grande-tzhmlo {
  display: flex;
  min-width: 224px;
}

.reels-grande-rl76dz {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.reels-grande-0dflu9 ease-in-out;
}

.reels-grande-ygfryx,
.reels-grande-rl76dz:hover {
  color: var(--text-color);
}

.reels-grande-mef480 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.reels-grande-w7krr5 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .reels-grande-o8vou3 {
    padding: 16px;
  }
  .reels-grande-mef480 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .reels-grande-w7krr5 {
    align-items: center;
  }
  .reels-grande-p84agf {
    width: unset;
  }
  .reels-grande-tzhmlo {
    min-width: unset;
  }
  .reels-grande-2hy947 {
    max-height: unset;
  }
  .reels-grande-o9trzu {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .reels-grande-o8vou3 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.reels-grande-44rvo0 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.reels-grande-44rvo0:not(:last-child) {
  margin-bottom: 16px;
}

.reels-grande-ghdfg9 {
  outline: 0;
}

.reels-grande-ghdfg9 .reels-grande-teyqb6 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.reels-grande-bdnl1r {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .reels-grande-bdnl1r {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.reels-grande-bdnl1r::-webkit-details-marker {
  display: none;
}

.reels-grande-bdnl1r: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;
}

.reels-grande-bdnl1r: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] .reels-grande-bdnl1r:after {
  transform: unset;
}

.reels-grande-teyqb6 {
  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);
}

.reels-grande-teyqb6 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.reels-grande-0dflu9 ease-in-out;
  -o-transition: 0.reels-grande-0dflu9 ease-in-out;
  transition: 0.reels-grande-0dflu9 ease-in-out;
}

.reels-grande-9km8ai {
  padding: 16px 0 0 0;
}

.reels-grande-9km8ai * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .reels-grande-9km8ai :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reels-grande-bdnl1r {
    flex-wrap: wrap;
    gap: 12px;
  }
  .reels-grande-bdnl1r::after {
    margin-left: auto;
  }
  .reels-grande-teyqb6 {
    order: 3;
    flex: 1 1 100%;
  }
  .reels-grande-bdnl1r {
    font-size: 14px;
    line-height: 130%;
  }
  .reels-grande-teyqb6 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.reels-grande-iiaysh {
  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;
}

.reels-grande-mh49ak {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.reels-grande-iiaysh.reels-grande-203j9m .reels-grande-mh49ak {
  margin-bottom: 12px;
}

.reels-grande-mh49ak::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;
}

.reels-grande-iiaysh.reels-grande-203j9m .reels-grande-mh49ak::after {
  transform: unset;
}

.reels-grande-3s7z4g {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.reels-grande-vmhi1c {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.reels-grande-0dflu9 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.reels-grande-vmhi1c: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;
}

.reels-grande-iiaysh.reels-grande-203j9m .reels-grande-3s7z4g {
  max-height: 100%;
}

.reels-grande-uq90nv {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.reels-grande-9euesj {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.reels-grande-o1yh19 {
  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;
}

.reels-grande-3vzltc {
  margin-right: 4px;
}

.reels-grande-kb5gd5 {
  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.reels-grande-0dflu9 ease-in-out;
}

.reels-grande-kb5gd5 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.reels-grande-jhzo3y,
.reels-grande-kb5gd5:hover {
  color: var(--text-color);
}

.reels-grande-grj7hk {
  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;
}

.reels-grande-grj7hk img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.reels-grande-grj7hk .reels-grande-6uzx05 {
  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;
}

.reels-grande-grj7hk .reels-grande-0ff6lg {
  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;
}

.reels-grande-jkgra5 {
  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;
}

.reels-grande-bwz90u {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reels-grande-l0aocw .reels-grande-icpvw6 {
  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;
}

.reels-grande-l0aocw {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.reels-grande-80gh8p {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.reels-grande-bq1f3t {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.reels-grande-wgd1xt {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.reels-grande-72r7ou 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;
}

.reels-grande-wgd1xt:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.reels-grande-uwf68y {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.reels-grande-udffj8 {
  -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.reels-grande-0dflu9 ease-in-out;
  transition: transform 0.reels-grande-0dflu9 ease-in-out;
  -o-transition: transform 0.reels-grande-0dflu9 ease-in-out;
  transition:
    transform 0.reels-grande-0dflu9 ease-in-out,
    -webkit-transform 0.reels-grande-0dflu9 ease-in-out;
  cursor: pointer;
}

.reels-grande-udffj8 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.reels-grande-udffj8: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;
}

.reels-grande-1aqa2v {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .reels-grande-1aqa2v {
    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);
}

.reels-grande-44ryat {
  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;
}

.reels-grande-606bn0 {
  position: relative;
  width: 100%;
}

.reels-grande-44ryat.reels-grande-28wpid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reels-grande-44ryat.reels-grande-bgooy4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reels-grande-44ryat.reels-grande-rho4hw {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.reels-grande-7mgasg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.reels-grande-aci1l0 {
  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.reels-grande-0dflu9 ease-in-out;
  cursor: pointer;
}

.reels-grande-aci1l0:hover {
  opacity: 0.5;
}

.reels-grande-44ryat.reels-grande-m1swau .reels-grande-aci1l0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.reels-grande-44ryat.reels-grande-m1swau .reels-grande-7mgasg {
  cursor: pointer;
}

.reels-grande-3r27l2 {
  fill: #0009;
}

.reels-grande-yjcs4y {
  fill: #fff;
}

.reels-grande-aci1l0:hover .reels-grande-3r27l2 {
  fill: red;
}

.reels-grande-aci1l0 svg path {
  -webkit-transition: 0.reels-grande-0dflu9 ease-in-out;
  -o-transition: 0.reels-grande-0dflu9 ease-in-out;
  transition: 0.reels-grande-0dflu9 ease-in-out;
}

.reels-grande-3rjhx0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.reels-grande-3rjhx0 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.reels-grande-3rjhx0.reels-grande-ksw9s3 > :not(.get-image) {
  grid-column: 1/3;
}

.reels-grande-h6hhnm:not(._h1-block) .reels-grande-3rjhx0 > .reels-grande-3uzdmx {
  grid-row: 1/2;
  grid-column: 1/3;
}

.reels-grande-3rjhx0.reels-grande-ksw9s3 .reels-grande-aaldno {
  grid-column: 2/3;
}

.reels-grande-3rjhx0.reels-grande-ksw9s3 > .reels-grande-pw3ln7 {
  grid-column: 1/2;
}

.reels-grande-3rjhx0.reels-grande-ksw9s3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.reels-grande-3rjhx0 > p:first-of-type {
  margin-top: 0;
}

.reels-grande-3rjhx0 .reels-grande-pw3ln7 {
  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;
}

.reels-grande-h6hhnm:not(._h1-block) .reels-grande-3uzdmx ~ .reels-grande-pw3ln7 {
  grid-row: 2/10;
}

.reels-grande-h6hhnm.reels-grande-ckn9jr .reels-grande-3uzdmx ~ .reels-grande-pw3ln7 {
  grid-row: 1/10;
}

.reels-grande-h6hhnm.reels-grande-ckn9jr > .reels-grande-3uzdmx {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.reels-grande-h6hhnm.reels-grande-ckn9jr .reels-grande-pw3ln7 {
  grid-row: 1/10;
}

.reels-grande-3rjhx0.reels-grande-unbbwj .reels-grande-pw3ln7 {
  align-items: flex-start;
}

.reels-grande-3rjhx0.reels-grande-bgooy4 .reels-grande-aaldno {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.reels-grande-3rjhx0.reels-grande-bgooy4 .reels-grande-pw3ln7 {
  align-items: center;
}

.reels-grande-3rjhx0.reels-grande-rpgh2e .reels-grande-pw3ln7 {
  align-items: flex-end;
}

.reels-grande-aaldno > :first-child {
  margin-top: 0;
}

.reels-grande-aaldno > :last-child {
  margin-bottom: 0;
}

* + .reels-grande-66ycc3,
.reels-grande-h6hhnm + .reels-grande-h6hhnm {
  margin-top: 2rem;
}

.reels-grande-leyf0l td::before,
.reels-grande-leyf0l th::after {
  display: none !important;
}

.reels-grande-leyf0l #link-selector {
  color: #000;
}

.reels-grande-leyf0l .reels-grande-pkqu2x {
  color: #135e96;
}

.reels-grande-leyf0l .reels-grande-k7jcse *,
.reels-grande-leyf0l .reels-grande-tyumrv p,
.reels-grande-leyf0l .reels-grande-fupcui * {
  color: #000;
}

.reels-grande-leyf0l .reels-grande-xc81uv {
  background: 0 0 !important;
}

.reels-grande-leyf0l .reels-grande-4k8smn {
  color: #000;
}

.reels-grande-leyf0l .reels-grande-ybsjfs.reels-grande-e8bx86 {
  color: #fff;
}

.reels-grande-leyf0l .reels-grande-dwz1h6 {
  color: #000;
}

.reels-grande-leyf0l
  .reels-grande-u59lbt
  .reels-grande-4q8ay3.reels-grande-e8bx86.reels-grande-558xqx {
  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;
}

.reels-grande-zptkik,
body .reels-grande-4hiiuf {
  color: #000;
  background: var(--color-body) !important;
}

.reels-grande-zptkik .reels-grande-ycq9do .reels-grande-i73m9g,
body .reels-grande-4hiiuf .reels-grande-ycq9do .reels-grande-i73m9g {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .reels-grande-vmhi1c:focus,
  .reels-grande-vmhi1c:hover {
    color: #f9cb16;
  }
  .reels-grande-oks5vs:focus,
  .reels-grande-oks5vs:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .reels-grande-m2x4hv:focus img,
  .reels-grande-m2x4hv:focus svg,
  .reels-grande-m2x4hv:hover img,
  .reels-grande-m2x4hv:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .reels-grande-grj7hk {
    display: none;
  }
}

@media (min-width: 1024px) {
  .reels-grande-bor9py:hover .reels-grande-kxcl02 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .reels-grande-kxcl02 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .reels-grande-3l6ngs {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .reels-grande-5y79n3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .reels-grande-w1zks2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .reels-grande-8fn187 .reels-grande-oz3rq9 {
    grid-template-columns: 1fr;
  }
  .reels-grande-8fn187 .reels-grande-0tkyyc {
    -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;
  }
  .reels-grande-8fn187 .reels-grande-0qxji6 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reels-grande-8fn187 .reels-grande-7rkt3z {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reels-grande-8fn187 .reels-grande-35k781 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .reels-grande-8fn187 .reels-grande-0qxji6:not(:first-child) {
    border: none;
  }
  .reels-grande-8fn187 .reels-grande-0qxji6:first-child .reels-grande-7rkt3z {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .reels-grande-8fn187 .reels-grande-0qxji6:last-child .reels-grande-7rkt3z {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .reels-grande-pqo27c {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .reels-grande-wdrjh1 {
    max-width: 100px;
  }
  .reels-grande-g4exqh {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .reels-grande-e0w7wa {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .reels-grande-e0w7wa svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .reels-grande-kc9m88 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .reels-grande-g4exqh + .reels-grande-e0w7wa {
    margin-left: auto;
  }
  .reels-grande-1eif0o {
    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;
  }
  .reels-grande-1eif0o.reels-grande-203j9m {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .reels-grande-48rulc {
    -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;
  }
  .reels-grande-8mvqgh {
    width: 100%;
  }
  .reels-grande-8mvqgh:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .reels-grande-bqq6yl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .reels-grande-bqq6yl svg {
    margin-right: 4px;
  }
  .reels-grande-bor9py {
    -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;
  }
  .reels-grande-kxcl02 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .reels-grande-kxcl02 {
    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;
  }
  .reels-grande-9o6qd2 {
    display: none;
    width: 100%;
  }
  .reels-grande-bor9py.reels-grande-203j9m .reels-grande-9o6qd2 {
    padding: 0 0 0 48px;
  }
  .reels-grande-aaf2hx {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .reels-grande-98n6rl .reels-grande-pw3ln7 {
    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;
  }
  .reels-grande-qmltct {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reels-grande-qmltct + .reels-grande-qmltct {
    margin-right: 0;
  }
  .reels-grande-qmltct + .reels-grande-pw3ln7 {
    margin: 0;
  }
  .reels-grande-3l6ngs {
    grid-template-columns: repeat(4, 1fr);
  }
  .reels-grande-5y79n3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .reels-grande-lja7zy,
  .reels-grande-uflnc8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .reels-grande-3rjhx0 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .reels-grande-3rjhx0.reels-grande-ksw9s3 .reels-grande-aaldno {
    grid-column: auto;
    grid-row: auto;
  }
  .reels-grande-3rjhx0 > .reels-grande-3uzdmx {
    grid-column: 1/2;
  }
  .reels-grande-3rjhx0.reels-grande-ksw9s3 > :not(.get-image) {
    grid-column: 1/2;
  }
  .reels-grande-3rjhx0 .reels-grande-pw3ln7,
  .reels-grande-3rjhx0.reels-grande-ksw9s3 > .reels-grande-pw3ln7 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .reels-grande-3rjhx0.reels-grande-ksw9s3 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .reels-grande-h6hhnm.reels-grande-ckn9jr .reels-grande-3rjhx0 > .reels-grande-pw3ln7 {
    grid-row: 1/2;
  }
  .reels-grande-3rjhx0 .reels-grande-3uzdmx ~ .reels-grande-pw3ln7,
  .reels-grande-3rjhx0.reels-grande-ksw9s3 .reels-grande-3uzdmx ~ .reels-grande-pw3ln7 {
    grid-row: 2/3;
  }
  .reels-grande-h6hhnm.reels-grande-ckn9jr .reels-grande-3uzdmx ~ .reels-grande-pw3ln7 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .reels-grande-92c8g1:first-child .reels-grande-sq99po {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reels-grande-92c8g1:first-child .reels-grande-sq99po h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .reels-grande-92c8g1 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .reels-grande-92c8g1 {
    padding: 0;
  }
  .reels-grande-z6bumn {
    margin-top: 1rem;
  }
  .reels-grande-ghdfg9 {
    border-radius: 5px;
  }
  .reels-grande-rbwr6c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reels-grande-mh49ak::after {
    display: inline-block;
  }
  .reels-grande-mh49ak {
    margin: 0;
    width: 100%;
  }
  .reels-grande-3s7z4g {
    width: 100%;
  }
  .reels-grande-3s7z4g.reels-grande-b10ekm {
    -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%;
  }
  .reels-grande-3s7z4g.reels-grande-b10ekm .reels-grande-hq1wul {
    width: 100%;
  }
  .reels-grande-3s7z4g.reels-grande-b10ekm .reels-grande-hq1wul:not(:last-child) {
    margin-right: 0;
  }
  .reels-grande-vmhi1c {
    width: 100%;
    text-align: center;
  }
  .reels-grande-iiaysh.reels-grande-203j9m .reels-grande-3s7z4g {
    margin-top: 1rem;
  }
  .reels-grande-3l6ngs {
    grid-template-columns: repeat(3, 1fr);
  }
  .reels-grande-w1zks2,
  .reels-grande-5y79n3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .reels-grande-lja7zy,
  .reels-grande-uflnc8,
  .reels-grande-d12hjb {
    grid-template-columns: 1fr;
  }
  .reels-grande-fpfp69 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .reels-grande-wpjrrq {
    min-width: 300px;
    max-width: 325px;
  }
  .reels-grande-7rkt3z {
    cursor: auto;
  }
  .reels-grande-ob885u .reels-grande-7rkt3z {
    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;
  }
  .reels-grande-1aqa2v {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .reels-grande-9o6qd2 {
    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) {
  .reels-grande-1aqa2v {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.reels-grande-qmltct p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .reels-grande-e0w7wa {
    margin: 0 -0.2rem;
  }
  .reels-grande-qmltct {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .reels-grande-6rho7i {
    -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;
  }
  .reels-grande-fb2oib {
    max-width: 100%;
  }
  .reels-grande-3l6ngs {
    grid-template-columns: repeat(2, 1fr);
  }
  .reels-grande-w1zks2,
  .reels-grande-5y79n3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .reels-grande-pqo27c {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reels-grande-e0w7wa {
    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;
  }
  .reels-grande-e2ewa1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reels-grande-64zmnc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reels-grande-86h84l,
  .reels-grande-z4ieib {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .reels-grande-1wxn1i {
    width: 100%;
  }
  .reels-grande-3l6ngs {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .reels-grande-1aqa2v {
    top: 127px !important;
  }
}

.reels-grande-3jy1bl {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .reels-grande-3jy1bl {
  }
}

@media (max-width: 767px) {
  .reels-grande-3jy1bl {
    margin-bottom: 12px;
  }
}

.reels-grande-3jy1bl img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.reels-grande-743mhc {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.reels-grande-743mhc > .reels-grande-qsy4eu {
  flex: 1 1;
}

@media (max-width: 767px) {
  .reels-grande-743mhc {
    flex-direction: column;
    gap: 12px;
  }
}

.reels-grande-5pgg7f {
  display: flex;
}

.reels-grande-5pgg7f .reels-grande-xysgfr {
  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;
}

.reels-grande-5pgg7f .reels-grande-4tewoi {
  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;
}

.reels-grande-5pgg7f .reels-grande-j6572p {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.reels-grande-5pgg7f .reels-grande-8n8h9d {
  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));
  }
}

.reels-grande-5pgg7f .reels-grande-8n8h9d:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.reels-grande-5pgg7f .reels-grande-qamcpq {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.reels-grande-6ylt3a {
  border: unset;
  background-color: unset;
}

.reels-grande-6ylt3a tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.reels-grande-6ylt3a .reels-grande-hfutjm,
.reels-grande-6ylt3a .reels-grande-hft34f {
  flex: 0 1 330px;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 {
  flex: 1 1;
}

.reels-grande-6ylt3a tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.reels-grande-6ylt3a tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.reels-grande-6ylt3a tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.reels-grande-6ylt3a tr td p {
  color: #fff;
  margin: 0;
}

.reels-grande-6ylt3a tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.reels-grande-6ylt3a tr.reels-grande-hfutjm td p {
  padding: 16px 0;
}

.reels-grande-6ylt3a tr.reels-grande-hfutjm td p:not(:last-child),
.reels-grande-6ylt3a tr.reels-grande-hft34f td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.reels-grande-6ylt3a tr.reels-grande-hfutjm td p:first-child,
.reels-grande-6ylt3a tr.reels-grande-hft34f td p:first-child {
  padding-top: 0;
}

.reels-grande-6ylt3a tr.reels-grande-hft34f td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.reels-grande-6ylt3a tr.reels-grande-hft34f td p:last-child {
  padding-bottom: 0;
}

.reels-grande-6ylt3a .reels-grande-hft34f img {
  max-width: 32px;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 {
  min-width: 718px;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 td {
  display: flex;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ev5y13,
.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ycjpmz,
.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-c1m92m {
  flex: 1 1 50%;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-5pvj8f {
  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;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-rpmbcy,
.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-kpwmwz {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ev5y13,
.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ycjpmz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ev5y13 span,
.reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ycjpmz span {
  font-weight: 800;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .reels-grande-6ylt3a .reels-grande-42w0j9 td .reels-grande-c1m92m:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .reels-grande-6ylt3a tr.reels-grande-hfutjm td p:last-child {
    padding-bottom: 0;
  }
  .reels-grande-6ylt3a .reels-grande-hft34f > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .reels-grande-6ylt3a .reels-grande-hft34f > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .reels-grande-6ylt3a tr.reels-grande-hfutjm td p:not(:last-child),
  .reels-grande-6ylt3a tr.reels-grande-hft34f td p:not(:last-child) {
    border-bottom: unset;
  }
  .reels-grande-6ylt3a tr.reels-grande-hft34f td p:last-child {
    padding-bottom: 12px;
  }
  .reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ev5y13,
  .reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ycjpmz,
  .reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-c1m92m {
    flex: 1 1 50%;
    padding: 0;
  }
  .reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ev5y13,
  .reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ycjpmz {
    margin-top: 16px;
  }
  .reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-c1m92m {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-ev5y13 {
    border-right: 1px solid var(--border-color);
  }
  .reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-c1m92m:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .reels-grande-6ylt3a .reels-grande-42w0j9 td:last-child .reels-grande-c1m92m:last-child {
    padding-bottom: 0;
  }
}

.reels-grande-c1m92m {
  display: flex;
  flex-direction: column;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 td .reels-grande-c1m92m {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 td .reels-grande-c1m92m:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.reels-grande-6ylt3a .reels-grande-42w0j9 td .reels-grande-c1m92m:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .reels-grande-6ylt3a .reels-grande-42w0j9 td .reels-grande-c1m92m:not(:first-child) {
    padding-left: 0;
  }
  .reels-grande-6ylt3a .reels-grande-42w0j9 td .reels-grande-c1m92m:not(:last-of-type) {
    border-right: unset;
  }
}

.reels-grande-6ylt3a .reels-grande-bhs3e6 {
  flex: 0 1 485px;
}

.reels-grande-6ylt3a .reels-grande-8wbmqv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.reels-grande-6ylt3a .reels-grande-8wbmqv li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reels-grande-6ylt3a .reels-grande-8wbmqv li.reels-grande-5q7g2m {
  padding: 6px 12px;
}

.reels-grande-6ylt3a .reels-grande-8wbmqv li a,
.reels-grande-6ylt3a .reels-grande-8wbmqv 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;
}

.reels-grande-6ylt3a .reels-grande-jl2o5d,
.reels-grande-6ylt3a .reels-grande-kk4biv {
  flex: 1 1;
}

.reels-grande-6ylt3a .reels-grande-90fbst,
.reels-grande-6ylt3a .reels-grande-m7an0j {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reels-grande-6ylt3a .reels-grande-90fbst li,
.reels-grande-6ylt3a .reels-grande-m7an0j li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.reels-grande-6ylt3a .reels-grande-kk4biv img {
  max-width: 32px;
}

.reels-grande-6ylt3a .reels-grande-jl2o5d img {
  max-width: 32px;
}

.reels-grande-6ylt3a .reels-grande-2e6c4p {
  min-width: 280px;
}

.reels-grande-6ylt3a .reels-grande-2e6c4p img {
  max-width: 146px;
}

.reels-grande-6ylt3a .reels-grande-2e6c4p td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .reels-grande-6ylt3a .reels-grande-hfutjm,
  .reels-grande-6ylt3a .reels-grande-hft34f {
    flex: 0 1 auto;
  }
  .reels-grande-6ylt3a .reels-grande-42w0j9 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .reels-grande-6ylt3a .reels-grande-hfutjm,
  .reels-grande-6ylt3a .reels-grande-bhs3e6,
  .reels-grande-6ylt3a .reels-grande-hft34f,
  .reels-grande-6ylt3a .reels-grande-42w0j9 {
    flex: 1 1 calc(50% - 20px);
  }
  .reels-grande-6ylt3a .reels-grande-jl2o5d,
  .reels-grande-6ylt3a .reels-grande-2e6c4p,
  .reels-grande-6ylt3a .reels-grande-kk4biv {
    flex: 1 1 30%;
  }
  .reels-grande-6ylt3a .reels-grande-2e6c4p {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .reels-grande-6ylt3a .reels-grande-hfutjm,
  .reels-grande-6ylt3a .reels-grande-bhs3e6,
  .reels-grande-6ylt3a .reels-grande-jl2o5d,
  .reels-grande-6ylt3a .reels-grande-hft34f,
  .reels-grande-6ylt3a .reels-grande-42w0j9,
  .reels-grande-6ylt3a .reels-grande-2e6c4p,
  .reels-grande-6ylt3a .reels-grande-kk4biv {
    flex: 1 1 100%;
  }
}

.reels-grande-ulzjg0 .reels-grande-vb3h4j {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reels-grande-ulzjg0 .reels-grande-29m141 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.reels-grande-ulzjg0 .reels-grande-fdt21k {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.reels-grande-ulzjg0 .reels-grande-bf1soe {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.reels-grande-ulzjg0 .reels-grande-bf1soe > :nth-child(3) {
  margin-top: 0;
}

.reels-grande-ulzjg0 .reels-grande-pw3ln7 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.reels-grande-ulzjg0 .reels-grande-p5i13v {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.reels-grande-ulzjg0 .reels-grande-z6bumn {
  grid-column: 1/2;
}

.reels-grande-ulzjg0 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.reels-grande-ulzjg0 .reels-grande-29m141: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;
}

.reels-grande-ulzjg0 .reels-grande-29m141:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.reels-grande-ulzjg0 .reels-grande-1wxn1i {
  min-width: 240px;
}

@media (max-width: 768px) {
  .reels-grande-ulzjg0 .reels-grande-29m141:not(:last-child):before {
    bottom: 8px;
  }
  .reels-grande-ulzjg0 .reels-grande-29m141:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .reels-grande-ulzjg0 .reels-grande-bf1soe {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .reels-grande-ulzjg0 .reels-grande-pw3ln7 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .reels-grande-ulzjg0 .reels-grande-pw3ln7 img {
    width: 100%;
    height: auto;
  }
  .reels-grande-ulzjg0 .reels-grande-1wxn1i {
    width: 100%;
    min-width: unset;
  }
}

.reels-grande-w167fa .reels-grande-1t1bqm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.reels-grande-w167fa .reels-grande-u6d8ma {
  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;
}

.reels-grande-w167fa .reels-grande-pw3ln7 {
  height: 100%;
}

.reels-grande-w167fa .reels-grande-pw3ln7 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.reels-grande-w167fa .reels-grande-4uhvuz {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.reels-grande-w167fa .reels-grande-75icd3 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.reels-grande-w167fa .reels-grande-wfxbdr {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .reels-grande-w167fa .reels-grande-u6d8ma {
    flex: 1 1 100%;
  }
  .reels-grande-w167fa .reels-grande-4nj5cz {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .reels-grande-w167fa .reels-grande-u6d8ma {
    flex-direction: column;
  }
  .reels-grande-w167fa .reels-grande-pw3ln7 {
    width: 100%;
    height: auto;
  }
  .reels-grande-w167fa .reels-grande-pw3ln7 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .reels-grande-w167fa .reels-grande-4uhvuz {
    padding: 0 16px 16px 16px;
  }
  .reels-grande-w167fa .reels-grande-4nj5cz {
    min-width: unset;
    width: 100%;
  }
}

.reels-grande-hb3xjx .reels-grande-0cj68s {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.reels-grande-hb3xjx .reels-grande-6lepam {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.reels-grande-hb3xjx 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;
}

.reels-grande-hb3xjx .reels-grande-3swrd9 {
  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;
}

.reels-grande-hb3xjx .reels-grande-6lepam:hover .reels-grande-3swrd9 {
  display: flex;
}

.reels-grande-hb3xjx .reels-grande-y691nc {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reels-grande-hb3xjx .reels-grande-ugjc9z {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.reels-grande-pjaf9w {
  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;
}

.reels-grande-pjaf9w.reels-grande-ktkc96 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.reels-grande-9jl5ji ease-in-out;
}

.reels-grande-pjaf9w.reels-grande-ktkc96:hover {
  color: #f9cb16;
  background-color: transparent;
}

.reels-grande-hb3xjx .reels-grande-k0spci {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.reels-grande-9jl5ji ease-in-out;
}

.reels-grande-hb3xjx .reels-grande-k0spci:hover {
  color: #196948;
  background-color: #f9cb16;
}

.reels-grande-hb3xjx .reels-grande-k0spci:after,
.reels-grande-pjaf9w.reels-grande-ktkc96:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.reels-grande-pjaf9w.reels-grande-ktkc96:after {
  background-image: url(../images/Cash.svg);
}

.reels-grande-hb3xjx .reels-grande-k0spci:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .reels-grande-hb3xjx .reels-grande-0cj68s {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .reels-grande-hb3xjx .reels-grande-0cj68s {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .reels-grande-hb3xjx .reels-grande-0cj68s {
    grid-template-columns: 1fr;
  }
  .reels-grande-hb3xjx .reels-grande-6lepam {
    height: auto;
  }
  .reels-grande-hb3xjx .reels-grande-6lepam .reels-grande-3swrd9 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .reels-grande-hb3xjx .reels-grande-y691nc,
  .reels-grande-hb3xjx .reels-grande-ugjc9z {
    text-align: left;
  }
  .reels-grande-hb3xjx .reels-grande-ugjc9z {
    margin-bottom: 8px;
  }
  .reels-grande-hb3xjx img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.reels-grande-1x9q2m {
  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;
}

.reels-grande-1x9q2m.reels-grande-m1swau {
  display: block;
}

.reels-grande-1x9q2m .reels-grande-na8owt {
  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;
}

.reels-grande-1x9q2m .reels-grande-0go4p8 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.reels-grande-1x9q2m .reels-grande-hs9ro7 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.reels-grande-1x9q2m .reels-grande-ssm3zj {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.reels-grande-1x9q2m .reels-grande-pjaf9w {
  min-width: 296px;
  margin-bottom: 0;
}

.reels-grande-1x9q2m .reels-grande-x3wux8 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reels-grande-1x9q2m .reels-grande-83fg0h {
  position: relative;
  flex: 1 1;
}

.reels-grande-1x9q2m .reels-grande-83fg0h iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .reels-grande-1x9q2m .reels-grande-0go4p8 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .reels-grande-1x9q2m .reels-grande-hs9ro7 {
    order: 1;
  }
  .reels-grande-1x9q2m .reels-grande-ssm3zj {
    order: 3;
    flex: 1 1 100%;
  }
  .reels-grande-1x9q2m .reels-grande-pjaf9w {
    width: 100%;
    min-width: unset;
  }
  .reels-grande-1x9q2m .reels-grande-x3wux8 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .reels-grande-3rjhx0 > .reels-grande-3uzdmx {
    margin-bottom: 0;
  }
  .reels-grande-3rjhx0 > .reels-grande-z6bumn,
  .reels-grande-3rjhx0 > p {
    margin-top: 0;
  }
}

.reels-grande-fec942 img,
.reels-grande-qmltct img {
  width: auto;
  object-fit: contain;
}

.reels-grande-fec942 {
  align-items: center;
}

.reels-grande-fec942 img {
  max-height: 76px;
}

.reels-grande-qmltct img {
  max-height: 64px;
}

.reels-grande-vbcqht {
  overflow: auto;
}

.reels-grande-x3f1xt {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.reels-grande-znkv79:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.reels-grande-xlgdos {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.reels-grande-wkxahl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reels-grande-xlgdos .reels-grande-pw3ln7 {
  margin-right: 20px;
  flex-shrink: 0;
}

.reels-grande-xlgdos img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.reels-grande-uyp4ya {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.reels-grande-uyp4ya > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reels-grande-xlgdos {
    padding: 15px 10px;
  }
  .reels-grande-uyp4ya {
    padding: 15px 10px;
  }
  .reels-grande-xlgdos .reels-grande-pw3ln7 {
    margin-right: 10px;
  }
}

.reels-grande-8ozsx1 {
  overflow-x: auto;
}

.reels-grande-ax8xct {
  border-collapse: collapse;
  width: 100%;
}

.reels-grande-8ozsx1 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.reels-grande-8ozsx1 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.reels-grande-8ozsx1 td.reels-grande-i15io8 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.reels-grande-8ozsx1 td.reels-grande-swogl9 {
  border-right: none;
}

.reels-grande-8ozsx1 td.reels-grande-swogl9 .reels-grande-pw3ln7 {
  justify-content: flex-start;
}

.reels-grande-8ozsx1 td.reels-grande-swogl9 .reels-grande-pw3ln7 img {
  height: auto;
  width: 90px;
}

.reels-grande-8ozsx1 td.reels-grande-vhxq0s,
.reels-grande-8ozsx1 td.reels-grande-9bbgt2 {
  font-weight: 600;
  text-align: right;
}

.reels-grande-8ozsx1 td.reels-grande-9ir0ky,
.reels-grande-8ozsx1 td.reels-grande-vhxq0s {
  padding-bottom: 10px;
  border-bottom: none;
}

.reels-grande-8ozsx1 td.reels-grande-vhxq0s,
.reels-grande-8ozsx1 td.reels-grande-9bbgt2 {
  border-left: none;
}

.reels-grande-8ozsx1 td.reels-grande-9ir0ky,
.reels-grande-8ozsx1 td.reels-grande-f3mx4r {
  border-right: none;
}

.reels-grande-8ozsx1 td.reels-grande-f3mx4r,
.reels-grande-8ozsx1 td.reels-grande-9bbgt2 {
  border-top: none;
  padding-top: 10px;
}

.reels-grande-byploi {
  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;
}

.reels-grande-byploi .reels-grande-4nj5cz {
  min-width: unset;
  width: 100%;
}

.reels-grande-byploi .reels-grande-4nj5cz.reels-grande-2urzuj {
  grid-column: 1/2;
  grid-row: 1/2;
}

.reels-grande-byploi .reels-grande-4nj5cz.reels-grande-s20rme {
  grid-column: 2/3;
  grid-row: 1/2;
}

.reels-grande-byploi .reels-grande-9uwdns {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .reels-grande-byploi {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .reels-grande-byploi .reels-grande-4nj5cz.reels-grande-2urzuj {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .reels-grande-byploi .reels-grande-4nj5cz.reels-grande-s20rme {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .reels-grande-byploi .reels-grande-9uwdns {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.reels-grande-quune2 {
  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;
}

.reels-grande-3ul7tw {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.reels-grande-71a05w p a img {
  margin: 0 auto;
  display: block;
}

.reels-grande-71a05w table {
  margin-bottom: 17px;
}

/* contanct form */
.reels-grande-mfr103 {
  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;
}

.reels-grande-mfr103 label {
  font-size: 14px;
}

.reels-grande-mfr103 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.reels-grande-mfr103 input,
.reels-grande-mfr103 textarea,
.reels-grande-mfr103 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;
}
.reels-grande-mfr103 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.reels-grande-9jl5ji ease;
}
.reels-grande-mfr103 button:hover {
  background-color: #691204;
}
.reels-grande-tctqbg {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.reels-grande-5xpzg4 ease-in;
}

.reels-grande-tctqbg 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;
}
.reels-grande-kpv998, .reels-grande-lpehtq, [class*="review-card"],
thead, thead th, table th, .reels-grande-styprw,
.reels-grande-0gqzqz, [class*="collapsible-header"],
.reels-grande-e25f6u, [class*="updated-block"] {
  color: #ece7dc !important;
}
