@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);
}

.richville-k2mrss {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.richville-kyqr0c {
  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.richville-agszmq,
ul.richville-agszmq {
  padding-left: 20px;
}

ul.richville-agszmq {
  list-style: disc;
}

ol.richville-agszmq {
  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;
  }
}

.richville-smrhm3 > .richville-u3lkqg,
.richville-smrhm3 > .richville-c9bfuf,
.richville-smrhm3 > blockquote,
.richville-smrhm3 > h1,
.richville-smrhm3 > h2,
.richville-smrhm3 > h3,
.richville-smrhm3 > h4,
.richville-smrhm3 > h5,
.richville-smrhm3 > h6,
.richville-smrhm3 > ol,
.richville-smrhm3 > p,
.richville-smrhm3 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.richville-smrhm3 > ol,
.richville-smrhm3 > ul {
  padding-left: 50px;
}

.richville-smrhm3 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;
}

.richville-smrhm3:not(:last-child) {
  margin-bottom: 2rem;
}

.richville-smrhm3 > :not(:first-child) {
  margin-top: 2rem;
}

.richville-smrhm3 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.richville-smrhm3:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .richville-smrhm3:first-child {
    margin-top: 20px;
  }
}

.richville-smrhm3 > p:last-of-type {
  margin-bottom: 32px;
}

.richville-smrhm3 > .richville-kcs05q:not(:first-child) {
  margin: 64px auto 16px auto;
}

.richville-gc8bkw > .richville-kcs05q {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.richville-c9bfuf {
  overflow: auto;
}

.richville-c9bfuf::-webkit-scrollbar {
  height: 5px;
}

.richville-c9bfuf table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.richville-c9bfuf table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.richville-c9bfuf table thead,
table thead {
  border-bottom: none;
}

.richville-c9bfuf table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.richville-c9bfuf table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.richville-c9bfuf table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.richville-c9bfuf .richville-k6jo0w {
  table-layout: auto;
}

.richville-c9bfuf .richville-k6jo0w th {
  word-break: normal;
}

.richville-c9bfuf .richville-k6jo0w td {
  word-break: normal;
}

.richville-k2mrss .richville-k2mrss {
  padding-right: 0;
  padding-left: 0;
}

.richville-ehivh5 {
  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;
}

.richville-j8wj41 {
  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;
}

.richville-l5qlcl {
  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;
}

.richville-u3lkqg {
  margin-top: 24px;
}

.richville-u3lkqg.richville-6z83uy {
  text-align: left;
}

.richville-u3lkqg.richville-k2d9c6 {
  text-align: right;
}

.richville-u3lkqg.richville-0szvy1 {
  text-align: center;
}

.richville-2wm08w {
  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.richville-hsqmrk ease-in-out;
  cursor: pointer;
}

.richville-2wm08w:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.richville-2wm08w {
  min-width: 328px;
}

@media (max-width: 768px) {
  .richville-2wm08w {
    min-width: unset;
  }
}

.richville-4ky6p1 {
  background-color: var(--fh-bg-color);
}

.richville-2zzko1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.richville-qx0o5e {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.richville-qx0o5e img {
  max-height: 80px;
  object-fit: contain;
}

.richville-hm3ram {
  flex: 1 1;
}

.richville-jb7uyk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.richville-4azrh3 {
  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;
}

.richville-4azrh3 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;
}

.richville-4azrh3.richville-decasb span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.richville-4azrh3.richville-decasb span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.richville-4azrh3.richville-decasb span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.richville-hm3ram + .richville-jb7uyk {
  margin-left: 20px;
}

.richville-ovlxwm {
  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;
}

.richville-ovlxwm > svg {
  max-width: 24px;
  max-height: 24px;
}

.richville-ovlxwm + .richville-ovlxwm {
  margin-left: 5px;
}

.richville-z3ytbr {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.richville-z3ytbr:hover {
  background-color: var(--button-bg-hover);
}

.richville-5y8lln {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.richville-hsqmrk ease-in-out;
  border: 1px solid var(--border-color);
}

.richville-5y8lln:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.richville-ptm6wc {
  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) {
  .richville-hm3ram {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .richville-ptm6wc {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .richville-hm3ram {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .richville-ovlxwm {
    min-width: unset;
    flex: 1 1;
  }
}

.richville-d2dbmm {
  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;
}

.richville-d2dbmm:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.richville-d2dbmm:hover .richville-ak86m4 {
  opacity: 1;
  pointer-events: auto;
}

.richville-xi56j9 {
  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.richville-ueiyaa ease-in-out;
  gap: 4px;
}

.richville-xi56j9 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.richville-xi56j9 .richville-ehivh5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.richville-7m25j2,
.richville-xi56j9:hover {
  color: var(--button-bg-hover);
}

.richville-u1ifq5 {
  position: relative;
}

.richville-u1ifq5 .richville-xi56j9 {
  margin-right: 0;
  padding-right: 4px;
}

.richville-e2733o svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.richville-u1ifq5.richville-decasb .richville-e2733o svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.richville-u1ifq5.richville-decasb .richville-ak86m4 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.richville-u1ifq5.richville-decasb .richville-ak86m4::before {
  display: none;
}

.richville-e2733o svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.richville-ak86m4 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.richville-9qa9jz 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.richville-ak86m4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.richville-ak86m4:hover {
  color: var(--fh-bg-color);
}

.richville-0t7g6o {
  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.richville-9qa9jz 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.richville-ueiyaa ease-in-out;
  -o-transition: 0.richville-ueiyaa ease-in-out;
  transition: 0.richville-ueiyaa ease-in-out;
}

.richville-0t7g6o .richville-ehivh5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.richville-l58zia,
.richville-0t7g6o:hover {
  color: var(--button-bg-hover);
}

.richville-ml0cv5 {
  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%;
}

.richville-ml0cv5.richville-pmn5nb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.richville-ml0cv5.richville-pmn5nb:after,
.richville-ml0cv5.richville-pmn5nb:before {
  content: "";
  position: absolute;
  margin: auto;
}

.richville-ml0cv5.richville-pmn5nb: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);
  }
}

.richville-ml0cv5.richville-pmn5nb:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.richville-ml0cv5.richville-pmn5nb > * {
  z-index: 1;
}

.richville-ml0cv5 b,
.richville-ml0cv5 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.richville-ml0cv5 .richville-38y49d {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.richville-ml0cv5 .richville-c6rj1l {
  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;
}

.richville-ml0cv5 .richville-ehivh5 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.richville-ml0cv5 .richville-ydceqr {
  margin-top: 12px;
}

.richville-ydceqr {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.richville-1wvtkr {
  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;
}

.richville-ydceqr .richville-nn2pi6 {
  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.richville-hsqmrk ease-in-out;
}

.richville-ydceqr .richville-nn2pi6:hover {
  background: rgba(255, 255, 255, 0.3);
}

.richville-818rw1 {
  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;
}

.richville-ml0cv5.richville-d3ua3i {
  gap: 12px;
  padding: 16px;
}

.richville-ml0cv5.richville-d3ua3i .richville-818rw1 {
  min-width: 240px;
}

.richville-ml0cv5.richville-d3ua3i .richville-818rw1.richville-xi58df {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .richville-ml0cv5 .richville-38y49d {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .richville-ml0cv5 .richville-c6rj1l {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .richville-ml0cv5 .richville-ehivh5 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .richville-ml0cv5.richville-d3ua3i .richville-ehivh5 {
    max-width: 126px;
  }
  .richville-ml0cv5 .richville-ydceqr {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .richville-ml0cv5 .richville-1wvtkr {
    max-width: unset;
  }
  .richville-818rw1 {
    min-width: unset;
    width: 100%;
  }
  .richville-ml0cv5 .richville-818rw1 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .richville-ml0cv5.richville-d3ua3i {
    grid-template-rows: auto 1fr auto;
  }
  .richville-ml0cv5.richville-d3ua3i .richville-818rw1 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .richville-ml0cv5 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .richville-ml0cv5 .richville-38y49d {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .richville-ml0cv5 .richville-ehivh5 {
    max-width: 78px;
  }
  .richville-ml0cv5 .richville-ydceqr {
    margin-top: -12px;
  }
  .richville-ml0cv5.richville-d3ua3i {
    gap: 8px;
  }
  .richville-ml0cv5.richville-d3ua3i .richville-38y49d {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .richville-ml0cv5.richville-d3ua3i .richville-c6rj1l {
    grid-column: 1/3;
  }
  .richville-ml0cv5.richville-d3ua3i .richville-ehivh5 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .richville-ml0cv5.richville-d3ua3i .richville-ehivh5 img {
    max-width: 114px;
  }
}

.richville-818rw1.richville-m03fpl,
.richville-818rw1.richville-9ftod6,
.richville-818rw1.richville-87q22b {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.richville-hsqmrk ease-in-out;
}

.richville-818rw1.richville-m03fpl,
.richville-818rw1.richville-87q22b {
  padding: 10px;
}

.richville-818rw1.richville-m03fpl:hover,
.richville-818rw1.richville-9ftod6:hover,
.richville-818rw1.richville-87q22b:hover {
  background: var(--button-bg-hover);
}

.richville-818rw1.richville-m03fpl:hover svg path,
.richville-818rw1.richville-87q22b:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.richville-818rw1.richville-xi58df {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.richville-hsqmrk ease-in-out;
  background: var(--button-bg-color);
}

.richville-818rw1.richville-xi58df:hover {
  background-color: var(--button-bg-hover);
}

.richville-818rw1.richville-9ftod6: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);
  }
}

.richville-818rw1.richville-9ftod6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.richville-818rw1.richville-xi58df:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.richville-ihb4j3 {
  max-width: 650px;
}

.richville-73svtm {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.richville-k31w5m {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.richville-zo05pt {
  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.richville-ueiyaa ease-in-out;
  cursor: pointer;
}

.richville-zo05pt:hover {
  opacity: 0.5;
}

.richville-zo05pt:focus {
  outline: 0;
}

.richville-zo05pt:focus .richville-583qmh,
.richville-zo05pt:hover .richville-583qmh {
  fill: red;
  fill-opacity: 1;
}

.richville-zo05pt:hover {
  cursor: pointer;
}

.richville-x4zvvk {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.richville-ihb4j3.richville-0szvy1 {
  margin: 0 auto;
}

.richville-ihb4j3.richville-k2d9c6 {
  margin-left: auto;
}

.richville-ndc833 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.richville-jbtpyp {
  padding-bottom: 50px;
}

.richville-285gjy {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.richville-1eut7w {
  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;
}

.richville-ccih1s {
  margin-top: 24px;
}

.richville-mmh8cm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.richville-ya08g4 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.richville-gjvb64 {
  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;
}

.richville-neoujc {
  width: 468px;
}

.richville-gjvb64 .richville-ak86m4 {
  margin: 0.richville-lu889r 0;
}

.richville-7hhxsm {
  display: flex;
  min-width: 224px;
}

.richville-tuiw6g {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.richville-ueiyaa ease-in-out;
}

.richville-kb68s0,
.richville-tuiw6g:hover {
  color: var(--text-color);
}

.richville-a63krv {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.richville-g2cwxb {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .richville-ndc833 {
    padding: 16px;
  }
  .richville-a63krv {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .richville-g2cwxb {
    align-items: center;
  }
  .richville-neoujc {
    width: unset;
  }
  .richville-7hhxsm {
    min-width: unset;
  }
  .richville-gjvb64 {
    max-height: unset;
  }
  .richville-285gjy {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .richville-ndc833 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.richville-rxmcse {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.richville-rxmcse:not(:last-child) {
  margin-bottom: 16px;
}

.richville-3w1dqv {
  outline: 0;
}

.richville-3w1dqv .richville-cji0i1 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.richville-w3a3r1 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .richville-w3a3r1 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.richville-w3a3r1::-webkit-details-marker {
  display: none;
}

.richville-w3a3r1: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;
}

.richville-w3a3r1: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] .richville-w3a3r1:after {
  transform: unset;
}

.richville-cji0i1 {
  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);
}

.richville-cji0i1 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.richville-ueiyaa ease-in-out;
  -o-transition: 0.richville-ueiyaa ease-in-out;
  transition: 0.richville-ueiyaa ease-in-out;
}

.richville-119qmh {
  padding: 16px 0 0 0;
}

.richville-119qmh * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .richville-119qmh :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .richville-w3a3r1 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .richville-w3a3r1::after {
    margin-left: auto;
  }
  .richville-cji0i1 {
    order: 3;
    flex: 1 1 100%;
  }
  .richville-w3a3r1 {
    font-size: 14px;
    line-height: 130%;
  }
  .richville-cji0i1 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.richville-cc7y03 {
  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;
}

.richville-vft7f3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.richville-cc7y03.richville-decasb .richville-vft7f3 {
  margin-bottom: 12px;
}

.richville-vft7f3::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;
}

.richville-cc7y03.richville-decasb .richville-vft7f3::after {
  transform: unset;
}

.richville-yj8ss7 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.richville-xow69x {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.richville-ueiyaa ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.richville-xow69x: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;
}

.richville-cc7y03.richville-decasb .richville-yj8ss7 {
  max-height: 100%;
}

.richville-kwkwkv {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.richville-2ga0pz {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.richville-qx0wwb {
  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;
}

.richville-5edyuk {
  margin-right: 4px;
}

.richville-hve81r {
  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.richville-ueiyaa ease-in-out;
}

.richville-hve81r svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.richville-b7jivx,
.richville-hve81r:hover {
  color: var(--text-color);
}

.richville-5fng7f {
  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;
}

.richville-5fng7f img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.richville-5fng7f .richville-4fj2hc {
  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;
}

.richville-5fng7f .richville-4e9tzd {
  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;
}

.richville-786mk4 {
  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;
}

.richville-ki0mj1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.richville-lya1me .richville-k2mrss {
  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;
}

.richville-lya1me {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.richville-n8c68b {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.richville-axdhp4 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.richville-s799nl {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.richville-h783jd 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;
}

.richville-s799nl:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.richville-6up7yx {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.richville-d74nl6 {
  -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.richville-ueiyaa ease-in-out;
  transition: transform 0.richville-ueiyaa ease-in-out;
  -o-transition: transform 0.richville-ueiyaa ease-in-out;
  transition:
    transform 0.richville-ueiyaa ease-in-out,
    -webkit-transform 0.richville-ueiyaa ease-in-out;
  cursor: pointer;
}

.richville-d74nl6 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.richville-d74nl6: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;
}

.richville-7clpol {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .richville-7clpol {
    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);
}

.richville-xc75ow {
  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;
}

.richville-3ujgeb {
  position: relative;
  width: 100%;
}

.richville-xc75ow.richville-t32gek {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.richville-xc75ow.richville-0szvy1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.richville-xc75ow.richville-k2d9c6 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.richville-sel8kk {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.richville-2m4k7d {
  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.richville-ueiyaa ease-in-out;
  cursor: pointer;
}

.richville-2m4k7d:hover {
  opacity: 0.5;
}

.richville-xc75ow.richville-3fgk7t .richville-2m4k7d {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.richville-xc75ow.richville-3fgk7t .richville-sel8kk {
  cursor: pointer;
}

.richville-70oneh {
  fill: #0009;
}

.richville-2nsyop {
  fill: #fff;
}

.richville-2m4k7d:hover .richville-70oneh {
  fill: red;
}

.richville-2m4k7d svg path {
  -webkit-transition: 0.richville-ueiyaa ease-in-out;
  -o-transition: 0.richville-ueiyaa ease-in-out;
  transition: 0.richville-ueiyaa ease-in-out;
}

.richville-wxtkwm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.richville-wxtkwm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.richville-wxtkwm.richville-gecku8 > :not(.get-image) {
  grid-column: 1/3;
}

.richville-4u3odf:not(._h1-block) .richville-wxtkwm > .richville-kcs05q {
  grid-row: 1/2;
  grid-column: 1/3;
}

.richville-wxtkwm.richville-gecku8 .richville-fm8f0s {
  grid-column: 2/3;
}

.richville-wxtkwm.richville-gecku8 > .richville-ehivh5 {
  grid-column: 1/2;
}

.richville-wxtkwm.richville-gecku8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.richville-wxtkwm > p:first-of-type {
  margin-top: 0;
}

.richville-wxtkwm .richville-ehivh5 {
  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;
}

.richville-4u3odf:not(._h1-block) .richville-kcs05q ~ .richville-ehivh5 {
  grid-row: 2/10;
}

.richville-4u3odf.richville-b9luqv .richville-kcs05q ~ .richville-ehivh5 {
  grid-row: 1/10;
}

.richville-4u3odf.richville-b9luqv > .richville-kcs05q {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.richville-4u3odf.richville-b9luqv .richville-ehivh5 {
  grid-row: 1/10;
}

.richville-wxtkwm.richville-mso3pv .richville-ehivh5 {
  align-items: flex-start;
}

.richville-wxtkwm.richville-0szvy1 .richville-fm8f0s {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.richville-wxtkwm.richville-0szvy1 .richville-ehivh5 {
  align-items: center;
}

.richville-wxtkwm.richville-xwzuke .richville-ehivh5 {
  align-items: flex-end;
}

.richville-fm8f0s > :first-child {
  margin-top: 0;
}

.richville-fm8f0s > :last-child {
  margin-bottom: 0;
}

* + .richville-vgyslk,
.richville-4u3odf + .richville-4u3odf {
  margin-top: 2rem;
}

.richville-2h7wnx td::before,
.richville-2h7wnx th::after {
  display: none !important;
}

.richville-2h7wnx #link-selector {
  color: #000;
}

.richville-2h7wnx .richville-gdsova {
  color: #135e96;
}

.richville-2h7wnx .richville-nq8ufo *,
.richville-2h7wnx .richville-y71fa5 p,
.richville-2h7wnx .richville-7hki4g * {
  color: #000;
}

.richville-2h7wnx .richville-pdcy68 {
  background: 0 0 !important;
}

.richville-2h7wnx .richville-7q4ea6 {
  color: #000;
}

.richville-2h7wnx .richville-0vxodu.richville-pb9f4c {
  color: #fff;
}

.richville-2h7wnx .richville-ef0yn4 {
  color: #000;
}

.richville-2h7wnx
  .richville-uthmdo
  .richville-7yfs76.richville-pb9f4c.richville-1rrdzk {
  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;
}

.richville-5x140l,
body .richville-85vje0 {
  color: #000;
  background: var(--color-body) !important;
}

.richville-5x140l .richville-yym5c2 .richville-i2p9lm,
body .richville-85vje0 .richville-yym5c2 .richville-i2p9lm {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .richville-xow69x:focus,
  .richville-xow69x:hover {
    color: #f9cb16;
  }
  .richville-uv0b4c:focus,
  .richville-uv0b4c:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .richville-w1pt5x:focus img,
  .richville-w1pt5x:focus svg,
  .richville-w1pt5x:hover img,
  .richville-w1pt5x:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .richville-5fng7f {
    display: none;
  }
}

@media (min-width: 1024px) {
  .richville-u1ifq5:hover .richville-e2733o svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .richville-e2733o {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .richville-s8wi81 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .richville-f9575l {
    grid-template-columns: repeat(4, 1fr);
  }
  .richville-nynusf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .richville-6flwxl .richville-zwqnbu {
    grid-template-columns: 1fr;
  }
  .richville-6flwxl .richville-b7550a {
    -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;
  }
  .richville-6flwxl .richville-fgdoul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .richville-6flwxl .richville-tvdupn {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .richville-6flwxl .richville-af0fk0 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .richville-6flwxl .richville-fgdoul:not(:first-child) {
    border: none;
  }
  .richville-6flwxl .richville-fgdoul:first-child .richville-tvdupn {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .richville-6flwxl .richville-fgdoul:last-child .richville-tvdupn {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .richville-2zzko1 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .richville-qx0o5e {
    max-width: 100px;
  }
  .richville-hm3ram {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .richville-jb7uyk {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .richville-jb7uyk svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .richville-4azrh3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .richville-hm3ram + .richville-jb7uyk {
    margin-left: auto;
  }
  .richville-jjwgw8 {
    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;
  }
  .richville-jjwgw8.richville-decasb {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .richville-ptm6wc {
    -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;
  }
  .richville-d2dbmm {
    width: 100%;
  }
  .richville-d2dbmm:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .richville-xi56j9 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .richville-xi56j9 svg {
    margin-right: 4px;
  }
  .richville-u1ifq5 {
    -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;
  }
  .richville-e2733o svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .richville-e2733o {
    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;
  }
  .richville-ak86m4 {
    display: none;
    width: 100%;
  }
  .richville-u1ifq5.richville-decasb .richville-ak86m4 {
    padding: 0 0 0 48px;
  }
  .richville-0t7g6o {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .richville-1eut7w .richville-ehivh5 {
    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;
  }
  .richville-65vbve {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .richville-65vbve + .richville-65vbve {
    margin-right: 0;
  }
  .richville-65vbve + .richville-ehivh5 {
    margin: 0;
  }
  .richville-s8wi81 {
    grid-template-columns: repeat(4, 1fr);
  }
  .richville-f9575l {
    grid-template-columns: repeat(3, 1fr);
  }
  .richville-5iyarc,
  .richville-exnkb6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .richville-wxtkwm {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .richville-wxtkwm.richville-gecku8 .richville-fm8f0s {
    grid-column: auto;
    grid-row: auto;
  }
  .richville-wxtkwm > .richville-kcs05q {
    grid-column: 1/2;
  }
  .richville-wxtkwm.richville-gecku8 > :not(.get-image) {
    grid-column: 1/2;
  }
  .richville-wxtkwm .richville-ehivh5,
  .richville-wxtkwm.richville-gecku8 > .richville-ehivh5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .richville-wxtkwm.richville-gecku8 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .richville-4u3odf.richville-b9luqv .richville-wxtkwm > .richville-ehivh5 {
    grid-row: 1/2;
  }
  .richville-wxtkwm .richville-kcs05q ~ .richville-ehivh5,
  .richville-wxtkwm.richville-gecku8 .richville-kcs05q ~ .richville-ehivh5 {
    grid-row: 2/3;
  }
  .richville-4u3odf.richville-b9luqv .richville-kcs05q ~ .richville-ehivh5 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .richville-smrhm3:first-child .richville-ukak8u {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .richville-smrhm3:first-child .richville-ukak8u h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .richville-smrhm3 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .richville-smrhm3 {
    padding: 0;
  }
  .richville-u3lkqg {
    margin-top: 1rem;
  }
  .richville-3w1dqv {
    border-radius: 5px;
  }
  .richville-tiato7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .richville-vft7f3::after {
    display: inline-block;
  }
  .richville-vft7f3 {
    margin: 0;
    width: 100%;
  }
  .richville-yj8ss7 {
    width: 100%;
  }
  .richville-yj8ss7.richville-plp40q {
    -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%;
  }
  .richville-yj8ss7.richville-plp40q .richville-6sm081 {
    width: 100%;
  }
  .richville-yj8ss7.richville-plp40q .richville-6sm081:not(:last-child) {
    margin-right: 0;
  }
  .richville-xow69x {
    width: 100%;
    text-align: center;
  }
  .richville-cc7y03.richville-decasb .richville-yj8ss7 {
    margin-top: 1rem;
  }
  .richville-s8wi81 {
    grid-template-columns: repeat(3, 1fr);
  }
  .richville-nynusf,
  .richville-f9575l {
    grid-template-columns: repeat(2, 1fr);
  }
  .richville-5iyarc,
  .richville-exnkb6,
  .richville-lis7ci {
    grid-template-columns: 1fr;
  }
  .richville-7bo2qg {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .richville-j9l2gm {
    min-width: 300px;
    max-width: 325px;
  }
  .richville-tvdupn {
    cursor: auto;
  }
  .richville-3qgdgt .richville-tvdupn {
    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;
  }
  .richville-7clpol {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .richville-ak86m4 {
    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) {
  .richville-7clpol {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.richville-65vbve p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .richville-jb7uyk {
    margin: 0 -0.2rem;
  }
  .richville-65vbve {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .richville-3x2ib8 {
    -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;
  }
  .richville-avt9zf {
    max-width: 100%;
  }
  .richville-s8wi81 {
    grid-template-columns: repeat(2, 1fr);
  }
  .richville-nynusf,
  .richville-f9575l {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .richville-2zzko1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .richville-jb7uyk {
    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;
  }
  .richville-4ky6p1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .richville-ovlxwm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .richville-ueok8m,
  .richville-u2ewug {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .richville-2wm08w {
    width: 100%;
  }
  .richville-s8wi81 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .richville-7clpol {
    top: 127px !important;
  }
}

.richville-dlkzj5 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .richville-dlkzj5 {
  }
}

@media (max-width: 767px) {
  .richville-dlkzj5 {
    margin-bottom: 12px;
  }
}

.richville-dlkzj5 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.richville-3drdkm {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.richville-3drdkm > .richville-wpbc3f {
  flex: 1 1;
}

@media (max-width: 767px) {
  .richville-3drdkm {
    flex-direction: column;
    gap: 12px;
  }
}

.richville-9np7mj {
  display: flex;
}

.richville-9np7mj .richville-0bgsw5 {
  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;
}

.richville-9np7mj .richville-zcxpqf {
  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;
}

.richville-9np7mj .richville-jxk1h0 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.richville-9np7mj .richville-my9cj8 {
  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));
  }
}

.richville-9np7mj .richville-my9cj8:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.richville-9np7mj .richville-x2sh61 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.richville-4qo5nq {
  border: unset;
  background-color: unset;
}

.richville-4qo5nq tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.richville-4qo5nq .richville-dbdigd,
.richville-4qo5nq .richville-un946q {
  flex: 0 1 330px;
}

.richville-4qo5nq .richville-yuvxe3 {
  flex: 1 1;
}

.richville-4qo5nq tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.richville-4qo5nq tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.richville-4qo5nq tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.richville-4qo5nq tr td p {
  color: #fff;
  margin: 0;
}

.richville-4qo5nq tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.richville-4qo5nq tr.richville-dbdigd td p {
  padding: 16px 0;
}

.richville-4qo5nq tr.richville-dbdigd td p:not(:last-child),
.richville-4qo5nq tr.richville-un946q td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.richville-4qo5nq tr.richville-dbdigd td p:first-child,
.richville-4qo5nq tr.richville-un946q td p:first-child {
  padding-top: 0;
}

.richville-4qo5nq tr.richville-un946q td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.richville-4qo5nq tr.richville-un946q td p:last-child {
  padding-bottom: 0;
}

.richville-4qo5nq .richville-un946q img {
  max-width: 32px;
}

.richville-4qo5nq .richville-yuvxe3 {
  min-width: 718px;
}

.richville-4qo5nq .richville-yuvxe3 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.richville-4qo5nq .richville-yuvxe3 td {
  display: flex;
}

.richville-4qo5nq .richville-yuvxe3 td:last-child .richville-ghu81m,
.richville-4qo5nq .richville-yuvxe3 td:last-child .richville-3opmbj,
.richville-4qo5nq .richville-yuvxe3 td:last-child .richville-vqt21a {
  flex: 1 1 50%;
}

.richville-4qo5nq .richville-yuvxe3 td:last-child .richville-ruf80u {
  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;
}

.richville-4qo5nq .richville-yuvxe3 td:last-child .richville-mnhfcx,
.richville-4qo5nq .richville-yuvxe3 td:last-child .richville-n23qri {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.richville-4qo5nq .richville-yuvxe3 td:last-child .richville-ghu81m,
.richville-4qo5nq .richville-yuvxe3 td:last-child .richville-3opmbj {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.richville-4qo5nq .richville-yuvxe3 td:last-child .richville-ghu81m span,
.richville-4qo5nq .richville-yuvxe3 td:last-child .richville-3opmbj span {
  font-weight: 800;
}

.richville-4qo5nq .richville-yuvxe3 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .richville-4qo5nq .richville-yuvxe3 td .richville-vqt21a:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .richville-4qo5nq tr.richville-dbdigd td p:last-child {
    padding-bottom: 0;
  }
  .richville-4qo5nq .richville-un946q > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .richville-4qo5nq .richville-un946q > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .richville-4qo5nq tr.richville-dbdigd td p:not(:last-child),
  .richville-4qo5nq tr.richville-un946q td p:not(:last-child) {
    border-bottom: unset;
  }
  .richville-4qo5nq tr.richville-un946q td p:last-child {
    padding-bottom: 12px;
  }
  .richville-4qo5nq .richville-yuvxe3 td:last-child .richville-ghu81m,
  .richville-4qo5nq .richville-yuvxe3 td:last-child .richville-3opmbj,
  .richville-4qo5nq .richville-yuvxe3 td:last-child .richville-vqt21a {
    flex: 1 1 50%;
    padding: 0;
  }
  .richville-4qo5nq .richville-yuvxe3 td:last-child .richville-ghu81m,
  .richville-4qo5nq .richville-yuvxe3 td:last-child .richville-3opmbj {
    margin-top: 16px;
  }
  .richville-4qo5nq .richville-yuvxe3 td:last-child .richville-vqt21a {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .richville-4qo5nq .richville-yuvxe3 td:last-child .richville-ghu81m {
    border-right: 1px solid var(--border-color);
  }
  .richville-4qo5nq .richville-yuvxe3 td:last-child .richville-vqt21a:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .richville-4qo5nq .richville-yuvxe3 td:last-child .richville-vqt21a:last-child {
    padding-bottom: 0;
  }
}

.richville-vqt21a {
  display: flex;
  flex-direction: column;
}

.richville-4qo5nq .richville-yuvxe3 td .richville-vqt21a {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.richville-4qo5nq .richville-yuvxe3 td .richville-vqt21a:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.richville-4qo5nq .richville-yuvxe3 td .richville-vqt21a:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .richville-4qo5nq .richville-yuvxe3 td .richville-vqt21a:not(:first-child) {
    padding-left: 0;
  }
  .richville-4qo5nq .richville-yuvxe3 td .richville-vqt21a:not(:last-of-type) {
    border-right: unset;
  }
}

.richville-4qo5nq .richville-tnrbpz {
  flex: 0 1 485px;
}

.richville-4qo5nq .richville-qqmke3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.richville-4qo5nq .richville-qqmke3 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.richville-4qo5nq .richville-qqmke3 li.richville-poqvp6 {
  padding: 6px 12px;
}

.richville-4qo5nq .richville-qqmke3 li a,
.richville-4qo5nq .richville-qqmke3 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;
}

.richville-4qo5nq .richville-9srkph,
.richville-4qo5nq .richville-9kowly {
  flex: 1 1;
}

.richville-4qo5nq .richville-tsde54,
.richville-4qo5nq .richville-gjwimi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.richville-4qo5nq .richville-tsde54 li,
.richville-4qo5nq .richville-gjwimi li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.richville-4qo5nq .richville-9kowly img {
  max-width: 32px;
}

.richville-4qo5nq .richville-9srkph img {
  max-width: 32px;
}

.richville-4qo5nq .richville-b465ld {
  min-width: 280px;
}

.richville-4qo5nq .richville-b465ld img {
  max-width: 146px;
}

.richville-4qo5nq .richville-b465ld td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .richville-4qo5nq .richville-dbdigd,
  .richville-4qo5nq .richville-un946q {
    flex: 0 1 auto;
  }
  .richville-4qo5nq .richville-yuvxe3 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .richville-4qo5nq .richville-dbdigd,
  .richville-4qo5nq .richville-tnrbpz,
  .richville-4qo5nq .richville-un946q,
  .richville-4qo5nq .richville-yuvxe3 {
    flex: 1 1 calc(50% - 20px);
  }
  .richville-4qo5nq .richville-9srkph,
  .richville-4qo5nq .richville-b465ld,
  .richville-4qo5nq .richville-9kowly {
    flex: 1 1 30%;
  }
  .richville-4qo5nq .richville-b465ld {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .richville-4qo5nq .richville-dbdigd,
  .richville-4qo5nq .richville-tnrbpz,
  .richville-4qo5nq .richville-9srkph,
  .richville-4qo5nq .richville-un946q,
  .richville-4qo5nq .richville-yuvxe3,
  .richville-4qo5nq .richville-b465ld,
  .richville-4qo5nq .richville-9kowly {
    flex: 1 1 100%;
  }
}

.richville-93nmij .richville-twjgzc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.richville-93nmij .richville-s3kqwy {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.richville-93nmij .richville-eg3tjn {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.richville-93nmij .richville-0vo0ma {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.richville-93nmij .richville-0vo0ma > :nth-child(3) {
  margin-top: 0;
}

.richville-93nmij .richville-ehivh5 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.richville-93nmij .richville-930cfa {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.richville-93nmij .richville-u3lkqg {
  grid-column: 1/2;
}

.richville-93nmij > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.richville-93nmij .richville-s3kqwy: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;
}

.richville-93nmij .richville-s3kqwy:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.richville-93nmij .richville-2wm08w {
  min-width: 240px;
}

@media (max-width: 768px) {
  .richville-93nmij .richville-s3kqwy:not(:last-child):before {
    bottom: 8px;
  }
  .richville-93nmij .richville-s3kqwy:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .richville-93nmij .richville-0vo0ma {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .richville-93nmij .richville-ehivh5 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .richville-93nmij .richville-ehivh5 img {
    width: 100%;
    height: auto;
  }
  .richville-93nmij .richville-2wm08w {
    width: 100%;
    min-width: unset;
  }
}

.richville-4vou37 .richville-i3ypi3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.richville-4vou37 .richville-yospte {
  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;
}

.richville-4vou37 .richville-ehivh5 {
  height: 100%;
}

.richville-4vou37 .richville-ehivh5 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.richville-4vou37 .richville-29lcy3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.richville-4vou37 .richville-kt0rcu {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.richville-4vou37 .richville-klw0ur {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .richville-4vou37 .richville-yospte {
    flex: 1 1 100%;
  }
  .richville-4vou37 .richville-818rw1 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .richville-4vou37 .richville-yospte {
    flex-direction: column;
  }
  .richville-4vou37 .richville-ehivh5 {
    width: 100%;
    height: auto;
  }
  .richville-4vou37 .richville-ehivh5 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .richville-4vou37 .richville-29lcy3 {
    padding: 0 16px 16px 16px;
  }
  .richville-4vou37 .richville-818rw1 {
    min-width: unset;
    width: 100%;
  }
}

.richville-sk7wja .richville-0v2q3k {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.richville-sk7wja .richville-8pa5bk {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.richville-sk7wja 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;
}

.richville-sk7wja .richville-juqfaf {
  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;
}

.richville-sk7wja .richville-8pa5bk:hover .richville-juqfaf {
  display: flex;
}

.richville-sk7wja .richville-omhs8k {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.richville-sk7wja .richville-uk2plv {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.richville-phhdnv {
  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;
}

.richville-phhdnv.richville-8s6mu8 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.richville-hsqmrk ease-in-out;
}

.richville-phhdnv.richville-8s6mu8:hover {
  color: #f9cb16;
  background-color: transparent;
}

.richville-sk7wja .richville-8t9xpo {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.richville-hsqmrk ease-in-out;
}

.richville-sk7wja .richville-8t9xpo:hover {
  color: #196948;
  background-color: #f9cb16;
}

.richville-sk7wja .richville-8t9xpo:after,
.richville-phhdnv.richville-8s6mu8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.richville-phhdnv.richville-8s6mu8:after {
  background-image: url(../images/Cash.svg);
}

.richville-sk7wja .richville-8t9xpo:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .richville-sk7wja .richville-0v2q3k {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .richville-sk7wja .richville-0v2q3k {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .richville-sk7wja .richville-0v2q3k {
    grid-template-columns: 1fr;
  }
  .richville-sk7wja .richville-8pa5bk {
    height: auto;
  }
  .richville-sk7wja .richville-8pa5bk .richville-juqfaf {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .richville-sk7wja .richville-omhs8k,
  .richville-sk7wja .richville-uk2plv {
    text-align: left;
  }
  .richville-sk7wja .richville-uk2plv {
    margin-bottom: 8px;
  }
  .richville-sk7wja img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.richville-24pry7 {
  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;
}

.richville-24pry7.richville-3fgk7t {
  display: block;
}

.richville-24pry7 .richville-32ts0z {
  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;
}

.richville-24pry7 .richville-3n7e6t {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.richville-24pry7 .richville-8ae77q {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.richville-24pry7 .richville-nikwz3 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.richville-24pry7 .richville-phhdnv {
  min-width: 296px;
  margin-bottom: 0;
}

.richville-24pry7 .richville-46gjfi {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.richville-24pry7 .richville-fh369z {
  position: relative;
  flex: 1 1;
}

.richville-24pry7 .richville-fh369z iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .richville-24pry7 .richville-3n7e6t {
    flex-wrap: wrap;
    gap: 8px;
  }
  .richville-24pry7 .richville-8ae77q {
    order: 1;
  }
  .richville-24pry7 .richville-nikwz3 {
    order: 3;
    flex: 1 1 100%;
  }
  .richville-24pry7 .richville-phhdnv {
    width: 100%;
    min-width: unset;
  }
  .richville-24pry7 .richville-46gjfi {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .richville-wxtkwm > .richville-kcs05q {
    margin-bottom: 0;
  }
  .richville-wxtkwm > .richville-u3lkqg,
  .richville-wxtkwm > p {
    margin-top: 0;
  }
}

.richville-tlaq5o img,
.richville-65vbve img {
  width: auto;
  object-fit: contain;
}

.richville-tlaq5o {
  align-items: center;
}

.richville-tlaq5o img {
  max-height: 76px;
}

.richville-65vbve img {
  max-height: 64px;
}

.richville-zgrfla {
  overflow: auto;
}

.richville-h195e7 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.richville-uq7e8v:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.richville-iru7x9 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.richville-zo5alm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.richville-iru7x9 .richville-ehivh5 {
  margin-right: 20px;
  flex-shrink: 0;
}

.richville-iru7x9 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.richville-t3kdlk {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.richville-t3kdlk > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .richville-iru7x9 {
    padding: 15px 10px;
  }
  .richville-t3kdlk {
    padding: 15px 10px;
  }
  .richville-iru7x9 .richville-ehivh5 {
    margin-right: 10px;
  }
}

.richville-if0fok {
  overflow-x: auto;
}

.richville-eo1e9z {
  border-collapse: collapse;
  width: 100%;
}

.richville-if0fok th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.richville-if0fok td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.richville-if0fok td.richville-2q8ulq {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.richville-if0fok td.richville-feg42i {
  border-right: none;
}

.richville-if0fok td.richville-feg42i .richville-ehivh5 {
  justify-content: flex-start;
}

.richville-if0fok td.richville-feg42i .richville-ehivh5 img {
  height: auto;
  width: 90px;
}

.richville-if0fok td.richville-jotihp,
.richville-if0fok td.richville-pvkdrl {
  font-weight: 600;
  text-align: right;
}

.richville-if0fok td.richville-g8jsb3,
.richville-if0fok td.richville-jotihp {
  padding-bottom: 10px;
  border-bottom: none;
}

.richville-if0fok td.richville-jotihp,
.richville-if0fok td.richville-pvkdrl {
  border-left: none;
}

.richville-if0fok td.richville-g8jsb3,
.richville-if0fok td.richville-haw4u5 {
  border-right: none;
}

.richville-if0fok td.richville-haw4u5,
.richville-if0fok td.richville-pvkdrl {
  border-top: none;
  padding-top: 10px;
}

.richville-c9aoxi {
  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;
}

.richville-c9aoxi .richville-818rw1 {
  min-width: unset;
  width: 100%;
}

.richville-c9aoxi .richville-818rw1.richville-m03fpl {
  grid-column: 1/2;
  grid-row: 1/2;
}

.richville-c9aoxi .richville-818rw1.richville-87q22b {
  grid-column: 2/3;
  grid-row: 1/2;
}

.richville-c9aoxi .richville-26c6jc {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .richville-c9aoxi {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .richville-c9aoxi .richville-818rw1.richville-m03fpl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .richville-c9aoxi .richville-818rw1.richville-87q22b {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .richville-c9aoxi .richville-26c6jc {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.richville-t8ykq1 {
  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;
}

.richville-l8mf13 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.richville-gc8bkw p a img {
  margin: 0 auto;
  display: block;
}

.richville-gc8bkw table {
  margin-bottom: 17px;
}

/* contanct form */
.richville-uzspfx {
  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;
}

.richville-uzspfx label {
  font-size: 14px;
}

.richville-uzspfx h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.richville-uzspfx input,
.richville-uzspfx textarea,
.richville-uzspfx 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;
}
.richville-uzspfx button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.richville-hsqmrk ease;
}
.richville-uzspfx button:hover {
  background-color: #691204;
}
.richville-na63tn {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.richville-lgmxqi ease-in;
}

.richville-na63tn 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;
}
.richville-le9tqp, .richville-n8oucc, [class*="review-card"],
thead, thead th, table th, .richville-ki3s8s,
.richville-ibay2d, [class*="collapsible-header"],
.richville-8uth27, [class*="updated-block"] {
  color: #ece7dc !important;
}
