@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);
}

.kyngs-pedngx {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.kyngs-miektw {
  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.kyngs-nn7dgx,
ul.kyngs-nn7dgx {
  padding-left: 20px;
}

ul.kyngs-nn7dgx {
  list-style: disc;
}

ol.kyngs-nn7dgx {
  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;
  }
}

.kyngs-oet9l4 > .kyngs-vqtlvm,
.kyngs-oet9l4 > .kyngs-xjyp8u,
.kyngs-oet9l4 > blockquote,
.kyngs-oet9l4 > h1,
.kyngs-oet9l4 > h2,
.kyngs-oet9l4 > h3,
.kyngs-oet9l4 > h4,
.kyngs-oet9l4 > h5,
.kyngs-oet9l4 > h6,
.kyngs-oet9l4 > ol,
.kyngs-oet9l4 > p,
.kyngs-oet9l4 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.kyngs-oet9l4 > ol,
.kyngs-oet9l4 > ul {
  padding-left: 50px;
}

.kyngs-oet9l4 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;
}

.kyngs-oet9l4:not(:last-child) {
  margin-bottom: 2rem;
}

.kyngs-oet9l4 > :not(:first-child) {
  margin-top: 2rem;
}

.kyngs-oet9l4 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kyngs-oet9l4:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .kyngs-oet9l4:first-child {
    margin-top: 20px;
  }
}

.kyngs-oet9l4 > p:last-of-type {
  margin-bottom: 32px;
}

.kyngs-oet9l4 > .kyngs-xkwd4q:not(:first-child) {
  margin: 64px auto 16px auto;
}

.kyngs-hkny1f > .kyngs-xkwd4q {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.kyngs-xjyp8u {
  overflow: auto;
}

.kyngs-xjyp8u::-webkit-scrollbar {
  height: 5px;
}

.kyngs-xjyp8u table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.kyngs-xjyp8u table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.kyngs-xjyp8u table thead,
table thead {
  border-bottom: none;
}

.kyngs-xjyp8u table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.kyngs-xjyp8u table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.kyngs-xjyp8u table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.kyngs-xjyp8u .kyngs-mv9ujd {
  table-layout: auto;
}

.kyngs-xjyp8u .kyngs-mv9ujd th {
  word-break: normal;
}

.kyngs-xjyp8u .kyngs-mv9ujd td {
  word-break: normal;
}

.kyngs-pedngx .kyngs-pedngx {
  padding-right: 0;
  padding-left: 0;
}

.kyngs-mbszb4 {
  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;
}

.kyngs-psno5j {
  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;
}

.kyngs-nsjnqk {
  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;
}

.kyngs-vqtlvm {
  margin-top: 24px;
}

.kyngs-vqtlvm.kyngs-oicpwc {
  text-align: left;
}

.kyngs-vqtlvm.kyngs-kbuohk {
  text-align: right;
}

.kyngs-vqtlvm.kyngs-exhivd {
  text-align: center;
}

.kyngs-k4uqof {
  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.kyngs-ytg3s4 ease-in-out;
  cursor: pointer;
}

.kyngs-k4uqof:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.kyngs-k4uqof {
  min-width: 328px;
}

@media (max-width: 768px) {
  .kyngs-k4uqof {
    min-width: unset;
  }
}

.kyngs-byzhof {
  background-color: var(--fh-bg-color);
}

.kyngs-neh2f8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.kyngs-nfgp6k {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.kyngs-nfgp6k img {
  max-height: 44px;
  object-fit: contain;
}

.kyngs-pvblci {
  flex: 1 1;
}

.kyngs-6k0061 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.kyngs-famkqf {
  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;
}

.kyngs-famkqf 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;
}

.kyngs-famkqf.kyngs-lzjr1b span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.kyngs-famkqf.kyngs-lzjr1b span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.kyngs-famkqf.kyngs-lzjr1b span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.kyngs-pvblci + .kyngs-6k0061 {
  margin-left: 20px;
}

.kyngs-jn3a48 {
  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;
}

.kyngs-jn3a48 > svg {
  max-width: 24px;
  max-height: 24px;
}

.kyngs-jn3a48 + .kyngs-jn3a48 {
  margin-left: 5px;
}

.kyngs-4or1z0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.kyngs-4or1z0:hover {
  background-color: var(--button-bg-hover);
}

.kyngs-tdhssh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.kyngs-ytg3s4 ease-in-out;
  border: 1px solid var(--border-color);
}

.kyngs-tdhssh:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.kyngs-lia5w6 {
  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) {
  .kyngs-pvblci {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .kyngs-lia5w6 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .kyngs-pvblci {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .kyngs-jn3a48 {
    min-width: unset;
    flex: 1 1;
  }
}

.kyngs-6gqw8o {
  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;
}

.kyngs-6gqw8o:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.kyngs-6gqw8o:hover .kyngs-8yf6f7 {
  opacity: 1;
  pointer-events: auto;
}

.kyngs-nbiw8b {
  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.kyngs-i075a8 ease-in-out;
  gap: 4px;
}

.kyngs-nbiw8b > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.kyngs-nbiw8b .kyngs-mbszb4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.kyngs-nn2sf2,
.kyngs-nbiw8b:hover {
  color: var(--button-bg-hover);
}

.kyngs-u5w6rc {
  position: relative;
}

.kyngs-u5w6rc .kyngs-nbiw8b {
  margin-right: 0;
  padding-right: 4px;
}

.kyngs-8z188x svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.kyngs-u5w6rc.kyngs-lzjr1b .kyngs-8z188x svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.kyngs-u5w6rc.kyngs-lzjr1b .kyngs-8yf6f7 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.kyngs-u5w6rc.kyngs-lzjr1b .kyngs-8yf6f7::before {
  display: none;
}

.kyngs-8z188x svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.kyngs-8yf6f7 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.kyngs-g7vr5c 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.kyngs-8yf6f7::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.kyngs-8yf6f7:hover {
  color: var(--fh-bg-color);
}

.kyngs-2qevn1 {
  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.kyngs-g7vr5c 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.kyngs-i075a8 ease-in-out;
  -o-transition: 0.kyngs-i075a8 ease-in-out;
  transition: 0.kyngs-i075a8 ease-in-out;
}

.kyngs-2qevn1 .kyngs-mbszb4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.kyngs-yz832l,
.kyngs-2qevn1:hover {
  color: var(--button-bg-hover);
}

.kyngs-x0unl5 {
  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%;
}

.kyngs-x0unl5.kyngs-4jf2ex {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.kyngs-x0unl5.kyngs-4jf2ex:after,
.kyngs-x0unl5.kyngs-4jf2ex:before {
  content: "";
  position: absolute;
  margin: auto;
}

.kyngs-x0unl5.kyngs-4jf2ex: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);
  }
}

.kyngs-x0unl5.kyngs-4jf2ex:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.kyngs-x0unl5.kyngs-4jf2ex > * {
  z-index: 1;
}

.kyngs-x0unl5 b,
.kyngs-x0unl5 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.kyngs-x0unl5 .kyngs-jgs1ej {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.kyngs-x0unl5 .kyngs-6t2aom {
  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;
}

.kyngs-x0unl5 .kyngs-mbszb4 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.kyngs-x0unl5 .kyngs-lzwjxa {
  margin-top: 12px;
}

.kyngs-lzwjxa {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.kyngs-p6fla1 {
  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;
}

.kyngs-lzwjxa .kyngs-iiv1i8 {
  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.kyngs-ytg3s4 ease-in-out;
}

.kyngs-lzwjxa .kyngs-iiv1i8:hover {
  background: rgba(255, 255, 255, 0.3);
}

.kyngs-9s7ftv {
  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;
}

.kyngs-x0unl5.kyngs-dz7e7q {
  gap: 12px;
  padding: 16px;
}

.kyngs-x0unl5.kyngs-dz7e7q .kyngs-9s7ftv {
  min-width: 240px;
}

.kyngs-x0unl5.kyngs-dz7e7q .kyngs-9s7ftv.kyngs-2zkkie {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .kyngs-x0unl5 .kyngs-jgs1ej {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .kyngs-x0unl5 .kyngs-6t2aom {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .kyngs-x0unl5 .kyngs-mbszb4 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .kyngs-x0unl5.kyngs-dz7e7q .kyngs-mbszb4 {
    max-width: 126px;
  }
  .kyngs-x0unl5 .kyngs-lzwjxa {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .kyngs-x0unl5 .kyngs-p6fla1 {
    max-width: unset;
  }
  .kyngs-9s7ftv {
    min-width: unset;
    width: 100%;
  }
  .kyngs-x0unl5 .kyngs-9s7ftv {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .kyngs-x0unl5.kyngs-dz7e7q {
    grid-template-rows: auto 1fr auto;
  }
  .kyngs-x0unl5.kyngs-dz7e7q .kyngs-9s7ftv {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .kyngs-x0unl5 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .kyngs-x0unl5 .kyngs-jgs1ej {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .kyngs-x0unl5 .kyngs-mbszb4 {
    max-width: 78px;
  }
  .kyngs-x0unl5 .kyngs-lzwjxa {
    margin-top: -12px;
  }
  .kyngs-x0unl5.kyngs-dz7e7q {
    gap: 8px;
  }
  .kyngs-x0unl5.kyngs-dz7e7q .kyngs-jgs1ej {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .kyngs-x0unl5.kyngs-dz7e7q .kyngs-6t2aom {
    grid-column: 1/3;
  }
  .kyngs-x0unl5.kyngs-dz7e7q .kyngs-mbszb4 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .kyngs-x0unl5.kyngs-dz7e7q .kyngs-mbszb4 img {
    max-width: 114px;
  }
}

.kyngs-9s7ftv.kyngs-x9hc03,
.kyngs-9s7ftv.kyngs-1euimi,
.kyngs-9s7ftv.kyngs-wi4jw0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.kyngs-ytg3s4 ease-in-out;
}

.kyngs-9s7ftv.kyngs-x9hc03,
.kyngs-9s7ftv.kyngs-wi4jw0 {
  padding: 10px;
}

.kyngs-9s7ftv.kyngs-x9hc03:hover,
.kyngs-9s7ftv.kyngs-1euimi:hover,
.kyngs-9s7ftv.kyngs-wi4jw0:hover {
  background: var(--button-bg-hover);
}

.kyngs-9s7ftv.kyngs-x9hc03:hover svg path,
.kyngs-9s7ftv.kyngs-wi4jw0:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.kyngs-9s7ftv.kyngs-2zkkie {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.kyngs-ytg3s4 ease-in-out;
  background: var(--button-bg-color);
}

.kyngs-9s7ftv.kyngs-2zkkie:hover {
  background-color: var(--button-bg-hover);
}

.kyngs-9s7ftv.kyngs-1euimi: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);
  }
}

.kyngs-9s7ftv.kyngs-1euimi:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.kyngs-9s7ftv.kyngs-2zkkie:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.kyngs-hkudc6 {
  max-width: 650px;
}

.kyngs-cm3mq3 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.kyngs-e7ldv2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kyngs-p84gqr {
  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.kyngs-i075a8 ease-in-out;
  cursor: pointer;
}

.kyngs-p84gqr:hover {
  opacity: 0.5;
}

.kyngs-p84gqr:focus {
  outline: 0;
}

.kyngs-p84gqr:focus .kyngs-98zg1u,
.kyngs-p84gqr:hover .kyngs-98zg1u {
  fill: red;
  fill-opacity: 1;
}

.kyngs-p84gqr:hover {
  cursor: pointer;
}

.kyngs-jsvoqh {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.kyngs-hkudc6.kyngs-exhivd {
  margin: 0 auto;
}

.kyngs-hkudc6.kyngs-kbuohk {
  margin-left: auto;
}

.kyngs-tnsxfz {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.kyngs-p6ealr {
  padding-bottom: 50px;
}

.kyngs-57sgrk {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.kyngs-gb8iu8 {
  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;
}

.kyngs-rb2twf {
  margin-top: 24px;
}

.kyngs-p3rc5w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kyngs-vjub9a {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.kyngs-sbdobw {
  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;
}

.kyngs-tuj9so {
  width: 468px;
}

.kyngs-sbdobw .kyngs-8yf6f7 {
  margin: 0.kyngs-o8paqm 0;
}

.kyngs-4ps9qo {
  display: flex;
  min-width: 224px;
}

.kyngs-wty7ah {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.kyngs-i075a8 ease-in-out;
}

.kyngs-poggzk,
.kyngs-wty7ah:hover {
  color: var(--text-color);
}

.kyngs-a5fv5t {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.kyngs-lgwi6c {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .kyngs-tnsxfz {
    padding: 16px;
  }
  .kyngs-a5fv5t {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .kyngs-lgwi6c {
    align-items: center;
  }
  .kyngs-tuj9so {
    width: unset;
  }
  .kyngs-4ps9qo {
    min-width: unset;
  }
  .kyngs-sbdobw {
    max-height: unset;
  }
  .kyngs-57sgrk {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .kyngs-tnsxfz {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.kyngs-mbtqft {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.kyngs-mbtqft:not(:last-child) {
  margin-bottom: 16px;
}

.kyngs-awr1pp {
  outline: 0;
}

.kyngs-awr1pp .kyngs-z9hh18 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.kyngs-64c23c {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .kyngs-64c23c {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.kyngs-64c23c::-webkit-details-marker {
  display: none;
}

.kyngs-64c23c: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;
}

.kyngs-64c23c: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] .kyngs-64c23c:after {
  transform: unset;
}

.kyngs-z9hh18 {
  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);
}

.kyngs-z9hh18 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.kyngs-i075a8 ease-in-out;
  -o-transition: 0.kyngs-i075a8 ease-in-out;
  transition: 0.kyngs-i075a8 ease-in-out;
}

.kyngs-mi78s6 {
  padding: 16px 0 0 0;
}

.kyngs-mi78s6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .kyngs-mi78s6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .kyngs-64c23c {
    flex-wrap: wrap;
    gap: 12px;
  }
  .kyngs-64c23c::after {
    margin-left: auto;
  }
  .kyngs-z9hh18 {
    order: 3;
    flex: 1 1 100%;
  }
  .kyngs-64c23c {
    font-size: 14px;
    line-height: 130%;
  }
  .kyngs-z9hh18 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.kyngs-5un656 {
  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;
}

.kyngs-2e0f8k {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.kyngs-5un656.kyngs-lzjr1b .kyngs-2e0f8k {
  margin-bottom: 12px;
}

.kyngs-2e0f8k::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;
}

.kyngs-5un656.kyngs-lzjr1b .kyngs-2e0f8k::after {
  transform: unset;
}

.kyngs-ezv173 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.kyngs-5klg38 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.kyngs-i075a8 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.kyngs-5klg38: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;
}

.kyngs-5un656.kyngs-lzjr1b .kyngs-ezv173 {
  max-height: 100%;
}

.kyngs-kplf8b {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.kyngs-ow20ld {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.kyngs-dmza4r {
  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;
}

.kyngs-k4vugi {
  margin-right: 4px;
}

.kyngs-28q0da {
  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.kyngs-i075a8 ease-in-out;
}

.kyngs-28q0da svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.kyngs-4pitx8,
.kyngs-28q0da:hover {
  color: var(--text-color);
}

.kyngs-mc0gl3 {
  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;
}

.kyngs-mc0gl3 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.kyngs-mc0gl3 .kyngs-niuvp1 {
  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;
}

.kyngs-mc0gl3 .kyngs-42fxad {
  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;
}

.kyngs-se3qbs {
  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;
}

.kyngs-nhy114 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kyngs-8v6imb .kyngs-pedngx {
  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;
}

.kyngs-8v6imb {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.kyngs-f6ylwd {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.kyngs-m5kqsu {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.kyngs-jhwop0 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.kyngs-4rsx67 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;
}

.kyngs-jhwop0:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.kyngs-lv346s {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.kyngs-9ytu8w {
  -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.kyngs-i075a8 ease-in-out;
  transition: transform 0.kyngs-i075a8 ease-in-out;
  -o-transition: transform 0.kyngs-i075a8 ease-in-out;
  transition:
    transform 0.kyngs-i075a8 ease-in-out,
    -webkit-transform 0.kyngs-i075a8 ease-in-out;
  cursor: pointer;
}

.kyngs-9ytu8w svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.kyngs-9ytu8w: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;
}

.kyngs-gjoew6 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .kyngs-gjoew6 {
    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);
}

.kyngs-ctmcry {
  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;
}

.kyngs-9fk3ml {
  position: relative;
  width: 100%;
}

.kyngs-ctmcry.kyngs-wf5kv1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.kyngs-ctmcry.kyngs-exhivd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kyngs-ctmcry.kyngs-kbuohk {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kyngs-vusoyl {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.kyngs-q14qza {
  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.kyngs-i075a8 ease-in-out;
  cursor: pointer;
}

.kyngs-q14qza:hover {
  opacity: 0.5;
}

.kyngs-ctmcry.kyngs-nerzwr .kyngs-q14qza {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.kyngs-ctmcry.kyngs-nerzwr .kyngs-vusoyl {
  cursor: pointer;
}

.kyngs-twxgqk {
  fill: #0009;
}

.kyngs-cggkyl {
  fill: #fff;
}

.kyngs-q14qza:hover .kyngs-twxgqk {
  fill: red;
}

.kyngs-q14qza svg path {
  -webkit-transition: 0.kyngs-i075a8 ease-in-out;
  -o-transition: 0.kyngs-i075a8 ease-in-out;
  transition: 0.kyngs-i075a8 ease-in-out;
}

.kyngs-mjeo3b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.kyngs-mjeo3b > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.kyngs-mjeo3b.kyngs-rfwjoz > :not(.get-image) {
  grid-column: 1/3;
}

.kyngs-8wpsx0:not(._h1-block) .kyngs-mjeo3b > .kyngs-xkwd4q {
  grid-row: 1/2;
  grid-column: 1/3;
}

.kyngs-mjeo3b.kyngs-rfwjoz .kyngs-fqffdh {
  grid-column: 2/3;
}

.kyngs-mjeo3b.kyngs-rfwjoz > .kyngs-mbszb4 {
  grid-column: 1/2;
}

.kyngs-mjeo3b.kyngs-rfwjoz > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.kyngs-mjeo3b > p:first-of-type {
  margin-top: 0;
}

.kyngs-mjeo3b .kyngs-mbszb4 {
  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;
}

.kyngs-8wpsx0:not(._h1-block) .kyngs-xkwd4q ~ .kyngs-mbszb4 {
  grid-row: 2/10;
}

.kyngs-8wpsx0.kyngs-30fr91 .kyngs-xkwd4q ~ .kyngs-mbszb4 {
  grid-row: 1/10;
}

.kyngs-8wpsx0.kyngs-30fr91 > .kyngs-xkwd4q {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.kyngs-8wpsx0.kyngs-30fr91 .kyngs-mbszb4 {
  grid-row: 1/10;
}

.kyngs-mjeo3b.kyngs-2uc02i .kyngs-mbszb4 {
  align-items: flex-start;
}

.kyngs-mjeo3b.kyngs-exhivd .kyngs-fqffdh {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.kyngs-mjeo3b.kyngs-exhivd .kyngs-mbszb4 {
  align-items: center;
}

.kyngs-mjeo3b.kyngs-h1uuzi .kyngs-mbszb4 {
  align-items: flex-end;
}

.kyngs-fqffdh > :first-child {
  margin-top: 0;
}

.kyngs-fqffdh > :last-child {
  margin-bottom: 0;
}

* + .kyngs-8llltb,
.kyngs-8wpsx0 + .kyngs-8wpsx0 {
  margin-top: 2rem;
}

.kyngs-9kdse7 td::before,
.kyngs-9kdse7 th::after {
  display: none !important;
}

.kyngs-9kdse7 #link-selector {
  color: #000;
}

.kyngs-9kdse7 .kyngs-tnduyl {
  color: #135e96;
}

.kyngs-9kdse7 .kyngs-r8bc80 *,
.kyngs-9kdse7 .kyngs-buwoa1 p,
.kyngs-9kdse7 .kyngs-8rtt6s * {
  color: #000;
}

.kyngs-9kdse7 .kyngs-a2xbqf {
  background: 0 0 !important;
}

.kyngs-9kdse7 .kyngs-te2zk8 {
  color: #000;
}

.kyngs-9kdse7 .kyngs-weilm9.kyngs-2mje7w {
  color: #fff;
}

.kyngs-9kdse7 .kyngs-7j2ue7 {
  color: #000;
}

.kyngs-9kdse7
  .kyngs-76f2r4
  .kyngs-1eq9rg.kyngs-2mje7w.kyngs-6p1kvk {
  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;
}

.kyngs-7e95ky,
body .kyngs-orh613 {
  color: #000;
  background: var(--color-body) !important;
}

.kyngs-7e95ky .kyngs-yo1idy .kyngs-undgra,
body .kyngs-orh613 .kyngs-yo1idy .kyngs-undgra {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .kyngs-5klg38:focus,
  .kyngs-5klg38:hover {
    color: #f9cb16;
  }
  .kyngs-ul05ym:focus,
  .kyngs-ul05ym:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .kyngs-qfvpxs:focus img,
  .kyngs-qfvpxs:focus svg,
  .kyngs-qfvpxs:hover img,
  .kyngs-qfvpxs:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .kyngs-mc0gl3 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .kyngs-u5w6rc:hover .kyngs-8z188x svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .kyngs-8z188x {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .kyngs-vg672o {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .kyngs-xd8sek {
    grid-template-columns: repeat(4, 1fr);
  }
  .kyngs-x019r5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .kyngs-08lns0 .kyngs-x6emhx {
    grid-template-columns: 1fr;
  }
  .kyngs-08lns0 .kyngs-41jd4o {
    -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;
  }
  .kyngs-08lns0 .kyngs-hk6me1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .kyngs-08lns0 .kyngs-xmt1ze {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .kyngs-08lns0 .kyngs-cm8xqu {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .kyngs-08lns0 .kyngs-hk6me1:not(:first-child) {
    border: none;
  }
  .kyngs-08lns0 .kyngs-hk6me1:first-child .kyngs-xmt1ze {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .kyngs-08lns0 .kyngs-hk6me1:last-child .kyngs-xmt1ze {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .kyngs-neh2f8 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .kyngs-nfgp6k {
    max-width: 100px;
  }
  .kyngs-pvblci {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .kyngs-6k0061 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .kyngs-6k0061 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .kyngs-famkqf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .kyngs-pvblci + .kyngs-6k0061 {
    margin-left: auto;
  }
  .kyngs-8vun43 {
    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;
  }
  .kyngs-8vun43.kyngs-lzjr1b {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .kyngs-lia5w6 {
    -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;
  }
  .kyngs-6gqw8o {
    width: 100%;
  }
  .kyngs-6gqw8o:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .kyngs-nbiw8b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .kyngs-nbiw8b svg {
    margin-right: 4px;
  }
  .kyngs-u5w6rc {
    -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;
  }
  .kyngs-8z188x svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .kyngs-8z188x {
    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;
  }
  .kyngs-8yf6f7 {
    display: none;
    width: 100%;
  }
  .kyngs-u5w6rc.kyngs-lzjr1b .kyngs-8yf6f7 {
    padding: 0 0 0 48px;
  }
  .kyngs-2qevn1 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .kyngs-gb8iu8 .kyngs-mbszb4 {
    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;
  }
  .kyngs-spu66z {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .kyngs-spu66z + .kyngs-spu66z {
    margin-right: 0;
  }
  .kyngs-spu66z + .kyngs-mbszb4 {
    margin: 0;
  }
  .kyngs-vg672o {
    grid-template-columns: repeat(4, 1fr);
  }
  .kyngs-xd8sek {
    grid-template-columns: repeat(3, 1fr);
  }
  .kyngs-4cwsox,
  .kyngs-8z1rpc {
    grid-template-columns: repeat(2, 1fr);
  }
  .kyngs-mjeo3b {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .kyngs-mjeo3b.kyngs-rfwjoz .kyngs-fqffdh {
    grid-column: auto;
    grid-row: auto;
  }
  .kyngs-mjeo3b > .kyngs-xkwd4q {
    grid-column: 1/2;
  }
  .kyngs-mjeo3b.kyngs-rfwjoz > :not(.get-image) {
    grid-column: 1/2;
  }
  .kyngs-mjeo3b .kyngs-mbszb4,
  .kyngs-mjeo3b.kyngs-rfwjoz > .kyngs-mbszb4 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .kyngs-mjeo3b.kyngs-rfwjoz > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .kyngs-8wpsx0.kyngs-30fr91 .kyngs-mjeo3b > .kyngs-mbszb4 {
    grid-row: 1/2;
  }
  .kyngs-mjeo3b .kyngs-xkwd4q ~ .kyngs-mbszb4,
  .kyngs-mjeo3b.kyngs-rfwjoz .kyngs-xkwd4q ~ .kyngs-mbszb4 {
    grid-row: 2/3;
  }
  .kyngs-8wpsx0.kyngs-30fr91 .kyngs-xkwd4q ~ .kyngs-mbszb4 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .kyngs-oet9l4:first-child .kyngs-avr7xb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kyngs-oet9l4:first-child .kyngs-avr7xb h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .kyngs-oet9l4 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .kyngs-oet9l4 {
    padding: 0;
  }
  .kyngs-vqtlvm {
    margin-top: 1rem;
  }
  .kyngs-awr1pp {
    border-radius: 5px;
  }
  .kyngs-y650tv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kyngs-2e0f8k::after {
    display: inline-block;
  }
  .kyngs-2e0f8k {
    margin: 0;
    width: 100%;
  }
  .kyngs-ezv173 {
    width: 100%;
  }
  .kyngs-ezv173.kyngs-7brn2d {
    -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%;
  }
  .kyngs-ezv173.kyngs-7brn2d .kyngs-0f9io0 {
    width: 100%;
  }
  .kyngs-ezv173.kyngs-7brn2d .kyngs-0f9io0:not(:last-child) {
    margin-right: 0;
  }
  .kyngs-5klg38 {
    width: 100%;
    text-align: center;
  }
  .kyngs-5un656.kyngs-lzjr1b .kyngs-ezv173 {
    margin-top: 1rem;
  }
  .kyngs-vg672o {
    grid-template-columns: repeat(3, 1fr);
  }
  .kyngs-x019r5,
  .kyngs-xd8sek {
    grid-template-columns: repeat(2, 1fr);
  }
  .kyngs-4cwsox,
  .kyngs-8z1rpc,
  .kyngs-gjmni0 {
    grid-template-columns: 1fr;
  }
  .kyngs-ce9zz1 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .kyngs-excopw {
    min-width: 300px;
    max-width: 325px;
  }
  .kyngs-xmt1ze {
    cursor: auto;
  }
  .kyngs-6rh73l .kyngs-xmt1ze {
    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;
  }
  .kyngs-gjoew6 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .kyngs-8yf6f7 {
    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) {
  .kyngs-gjoew6 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.kyngs-spu66z p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .kyngs-6k0061 {
    margin: 0 -0.2rem;
  }
  .kyngs-spu66z {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .kyngs-kp8mal {
    -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;
  }
  .kyngs-rcv2of {
    max-width: 100%;
  }
  .kyngs-vg672o {
    grid-template-columns: repeat(2, 1fr);
  }
  .kyngs-x019r5,
  .kyngs-xd8sek {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .kyngs-neh2f8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kyngs-6k0061 {
    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;
  }
  .kyngs-byzhof {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kyngs-jn3a48 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .kyngs-d6b44b,
  .kyngs-hr9z0x {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .kyngs-k4uqof {
    width: 100%;
  }
  .kyngs-vg672o {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .kyngs-gjoew6 {
    top: 127px !important;
  }
}

.kyngs-ok1who {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .kyngs-ok1who {
  }
}

@media (max-width: 767px) {
  .kyngs-ok1who {
    margin-bottom: 12px;
  }
}

.kyngs-ok1who img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.kyngs-w28pzf {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.kyngs-w28pzf > .kyngs-omv9hd {
  flex: 1 1;
}

@media (max-width: 767px) {
  .kyngs-w28pzf {
    flex-direction: column;
    gap: 12px;
  }
}

.kyngs-bimk4s {
  display: flex;
}

.kyngs-bimk4s .kyngs-895q9j {
  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;
}

.kyngs-bimk4s .kyngs-o22rpw {
  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;
}

.kyngs-bimk4s .kyngs-z142hi {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.kyngs-bimk4s .kyngs-xuh57i {
  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));
  }
}

.kyngs-bimk4s .kyngs-xuh57i:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.kyngs-bimk4s .kyngs-cw402g {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.kyngs-tpgknb {
  border: unset;
  background-color: unset;
}

.kyngs-tpgknb tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.kyngs-tpgknb .kyngs-c9a4eb,
.kyngs-tpgknb .kyngs-ysbsni {
  flex: 0 1 330px;
}

.kyngs-tpgknb .kyngs-v4f892 {
  flex: 1 1;
}

.kyngs-tpgknb tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.kyngs-tpgknb tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.kyngs-tpgknb tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.kyngs-tpgknb tr td p {
  color: #fff;
  margin: 0;
}

.kyngs-tpgknb tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.kyngs-tpgknb tr.kyngs-c9a4eb td p {
  padding: 16px 0;
}

.kyngs-tpgknb tr.kyngs-c9a4eb td p:not(:last-child),
.kyngs-tpgknb tr.kyngs-ysbsni td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.kyngs-tpgknb tr.kyngs-c9a4eb td p:first-child,
.kyngs-tpgknb tr.kyngs-ysbsni td p:first-child {
  padding-top: 0;
}

.kyngs-tpgknb tr.kyngs-ysbsni td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.kyngs-tpgknb tr.kyngs-ysbsni td p:last-child {
  padding-bottom: 0;
}

.kyngs-tpgknb .kyngs-ysbsni img {
  max-width: 32px;
}

.kyngs-tpgknb .kyngs-v4f892 {
  min-width: 718px;
}

.kyngs-tpgknb .kyngs-v4f892 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.kyngs-tpgknb .kyngs-v4f892 td {
  display: flex;
}

.kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-h3v84o,
.kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-dp0bam,
.kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-p8d03h {
  flex: 1 1 50%;
}

.kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-cewspe {
  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;
}

.kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-6ticji,
.kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-daglcp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-h3v84o,
.kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-dp0bam {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-h3v84o span,
.kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-dp0bam span {
  font-weight: 800;
}

.kyngs-tpgknb .kyngs-v4f892 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .kyngs-tpgknb .kyngs-v4f892 td .kyngs-p8d03h:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .kyngs-tpgknb tr.kyngs-c9a4eb td p:last-child {
    padding-bottom: 0;
  }
  .kyngs-tpgknb .kyngs-ysbsni > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .kyngs-tpgknb .kyngs-ysbsni > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .kyngs-tpgknb tr.kyngs-c9a4eb td p:not(:last-child),
  .kyngs-tpgknb tr.kyngs-ysbsni td p:not(:last-child) {
    border-bottom: unset;
  }
  .kyngs-tpgknb tr.kyngs-ysbsni td p:last-child {
    padding-bottom: 12px;
  }
  .kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-h3v84o,
  .kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-dp0bam,
  .kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-p8d03h {
    flex: 1 1 50%;
    padding: 0;
  }
  .kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-h3v84o,
  .kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-dp0bam {
    margin-top: 16px;
  }
  .kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-p8d03h {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-h3v84o {
    border-right: 1px solid var(--border-color);
  }
  .kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-p8d03h:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .kyngs-tpgknb .kyngs-v4f892 td:last-child .kyngs-p8d03h:last-child {
    padding-bottom: 0;
  }
}

.kyngs-p8d03h {
  display: flex;
  flex-direction: column;
}

.kyngs-tpgknb .kyngs-v4f892 td .kyngs-p8d03h {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.kyngs-tpgknb .kyngs-v4f892 td .kyngs-p8d03h:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.kyngs-tpgknb .kyngs-v4f892 td .kyngs-p8d03h:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .kyngs-tpgknb .kyngs-v4f892 td .kyngs-p8d03h:not(:first-child) {
    padding-left: 0;
  }
  .kyngs-tpgknb .kyngs-v4f892 td .kyngs-p8d03h:not(:last-of-type) {
    border-right: unset;
  }
}

.kyngs-tpgknb .kyngs-9xnwa4 {
  flex: 0 1 485px;
}

.kyngs-tpgknb .kyngs-s321ny {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.kyngs-tpgknb .kyngs-s321ny li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.kyngs-tpgknb .kyngs-s321ny li.kyngs-stwpst {
  padding: 6px 12px;
}

.kyngs-tpgknb .kyngs-s321ny li a,
.kyngs-tpgknb .kyngs-s321ny 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;
}

.kyngs-tpgknb .kyngs-4flgav,
.kyngs-tpgknb .kyngs-2xndfb {
  flex: 1 1;
}

.kyngs-tpgknb .kyngs-xxdg57,
.kyngs-tpgknb .kyngs-nmul66 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kyngs-tpgknb .kyngs-xxdg57 li,
.kyngs-tpgknb .kyngs-nmul66 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.kyngs-tpgknb .kyngs-2xndfb img {
  max-width: 32px;
}

.kyngs-tpgknb .kyngs-4flgav img {
  max-width: 32px;
}

.kyngs-tpgknb .kyngs-7rpww2 {
  min-width: 280px;
}

.kyngs-tpgknb .kyngs-7rpww2 img {
  max-width: 146px;
}

.kyngs-tpgknb .kyngs-7rpww2 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .kyngs-tpgknb .kyngs-c9a4eb,
  .kyngs-tpgknb .kyngs-ysbsni {
    flex: 0 1 auto;
  }
  .kyngs-tpgknb .kyngs-v4f892 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .kyngs-tpgknb .kyngs-c9a4eb,
  .kyngs-tpgknb .kyngs-9xnwa4,
  .kyngs-tpgknb .kyngs-ysbsni,
  .kyngs-tpgknb .kyngs-v4f892 {
    flex: 1 1 calc(50% - 20px);
  }
  .kyngs-tpgknb .kyngs-4flgav,
  .kyngs-tpgknb .kyngs-7rpww2,
  .kyngs-tpgknb .kyngs-2xndfb {
    flex: 1 1 30%;
  }
  .kyngs-tpgknb .kyngs-7rpww2 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .kyngs-tpgknb .kyngs-c9a4eb,
  .kyngs-tpgknb .kyngs-9xnwa4,
  .kyngs-tpgknb .kyngs-4flgav,
  .kyngs-tpgknb .kyngs-ysbsni,
  .kyngs-tpgknb .kyngs-v4f892,
  .kyngs-tpgknb .kyngs-7rpww2,
  .kyngs-tpgknb .kyngs-2xndfb {
    flex: 1 1 100%;
  }
}

.kyngs-kkhdyf .kyngs-swyk2y {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kyngs-kkhdyf .kyngs-7ajg8w {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.kyngs-kkhdyf .kyngs-wn7luu {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.kyngs-kkhdyf .kyngs-bz7g0o {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.kyngs-kkhdyf .kyngs-bz7g0o > :nth-child(3) {
  margin-top: 0;
}

.kyngs-kkhdyf .kyngs-mbszb4 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.kyngs-kkhdyf .kyngs-0hfffa {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.kyngs-kkhdyf .kyngs-vqtlvm {
  grid-column: 1/2;
}

.kyngs-kkhdyf > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.kyngs-kkhdyf .kyngs-7ajg8w: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;
}

.kyngs-kkhdyf .kyngs-7ajg8w:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.kyngs-kkhdyf .kyngs-k4uqof {
  min-width: 240px;
}

@media (max-width: 768px) {
  .kyngs-kkhdyf .kyngs-7ajg8w:not(:last-child):before {
    bottom: 8px;
  }
  .kyngs-kkhdyf .kyngs-7ajg8w:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .kyngs-kkhdyf .kyngs-bz7g0o {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .kyngs-kkhdyf .kyngs-mbszb4 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .kyngs-kkhdyf .kyngs-mbszb4 img {
    width: 100%;
    height: auto;
  }
  .kyngs-kkhdyf .kyngs-k4uqof {
    width: 100%;
    min-width: unset;
  }
}

.kyngs-ak9xvs .kyngs-79eosy {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.kyngs-ak9xvs .kyngs-52t2oq {
  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;
}

.kyngs-ak9xvs .kyngs-mbszb4 {
  height: 100%;
}

.kyngs-ak9xvs .kyngs-mbszb4 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.kyngs-ak9xvs .kyngs-8jz5m1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.kyngs-ak9xvs .kyngs-j3i4gt {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.kyngs-ak9xvs .kyngs-y1c4rm {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .kyngs-ak9xvs .kyngs-52t2oq {
    flex: 1 1 100%;
  }
  .kyngs-ak9xvs .kyngs-9s7ftv {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .kyngs-ak9xvs .kyngs-52t2oq {
    flex-direction: column;
  }
  .kyngs-ak9xvs .kyngs-mbszb4 {
    width: 100%;
    height: auto;
  }
  .kyngs-ak9xvs .kyngs-mbszb4 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .kyngs-ak9xvs .kyngs-8jz5m1 {
    padding: 0 16px 16px 16px;
  }
  .kyngs-ak9xvs .kyngs-9s7ftv {
    min-width: unset;
    width: 100%;
  }
}

.kyngs-ubuei9 .kyngs-2vzqnb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.kyngs-ubuei9 .kyngs-2rnffb {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.kyngs-ubuei9 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;
}

.kyngs-ubuei9 .kyngs-qcqgqn {
  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;
}

.kyngs-ubuei9 .kyngs-2rnffb:hover .kyngs-qcqgqn {
  display: flex;
}

.kyngs-ubuei9 .kyngs-6liaod {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.kyngs-ubuei9 .kyngs-38lt5b {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.kyngs-uozn68 {
  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;
}

.kyngs-uozn68.kyngs-mg2g1g {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.kyngs-ytg3s4 ease-in-out;
}

.kyngs-uozn68.kyngs-mg2g1g:hover {
  color: #f9cb16;
  background-color: transparent;
}

.kyngs-ubuei9 .kyngs-nxuyzr {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.kyngs-ytg3s4 ease-in-out;
}

.kyngs-ubuei9 .kyngs-nxuyzr:hover {
  color: #196948;
  background-color: #f9cb16;
}

.kyngs-ubuei9 .kyngs-nxuyzr:after,
.kyngs-uozn68.kyngs-mg2g1g:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.kyngs-uozn68.kyngs-mg2g1g:after {
  background-image: url(../images/Cash.svg);
}

.kyngs-ubuei9 .kyngs-nxuyzr:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .kyngs-ubuei9 .kyngs-2vzqnb {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .kyngs-ubuei9 .kyngs-2vzqnb {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .kyngs-ubuei9 .kyngs-2vzqnb {
    grid-template-columns: 1fr;
  }
  .kyngs-ubuei9 .kyngs-2rnffb {
    height: auto;
  }
  .kyngs-ubuei9 .kyngs-2rnffb .kyngs-qcqgqn {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .kyngs-ubuei9 .kyngs-6liaod,
  .kyngs-ubuei9 .kyngs-38lt5b {
    text-align: left;
  }
  .kyngs-ubuei9 .kyngs-38lt5b {
    margin-bottom: 8px;
  }
  .kyngs-ubuei9 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.kyngs-u3x96h {
  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;
}

.kyngs-u3x96h.kyngs-nerzwr {
  display: block;
}

.kyngs-u3x96h .kyngs-hz6hsz {
  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;
}

.kyngs-u3x96h .kyngs-taqdfe {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.kyngs-u3x96h .kyngs-30hpqc {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.kyngs-u3x96h .kyngs-18xnn5 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.kyngs-u3x96h .kyngs-uozn68 {
  min-width: 296px;
  margin-bottom: 0;
}

.kyngs-u3x96h .kyngs-53829o {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.kyngs-u3x96h .kyngs-nnvfid {
  position: relative;
  flex: 1 1;
}

.kyngs-u3x96h .kyngs-nnvfid iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .kyngs-u3x96h .kyngs-taqdfe {
    flex-wrap: wrap;
    gap: 8px;
  }
  .kyngs-u3x96h .kyngs-30hpqc {
    order: 1;
  }
  .kyngs-u3x96h .kyngs-18xnn5 {
    order: 3;
    flex: 1 1 100%;
  }
  .kyngs-u3x96h .kyngs-uozn68 {
    width: 100%;
    min-width: unset;
  }
  .kyngs-u3x96h .kyngs-53829o {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .kyngs-mjeo3b > .kyngs-xkwd4q {
    margin-bottom: 0;
  }
  .kyngs-mjeo3b > .kyngs-vqtlvm,
  .kyngs-mjeo3b > p {
    margin-top: 0;
  }
}

.kyngs-o2hvvn img,
.kyngs-spu66z img {
  width: auto;
  object-fit: contain;
}

.kyngs-o2hvvn {
  align-items: center;
}

.kyngs-o2hvvn img {
  max-height: 76px;
}

.kyngs-spu66z img {
  max-height: 64px;
}

.kyngs-x4du0u {
  overflow: auto;
}

.kyngs-elguip {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.kyngs-tcvnjj:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.kyngs-sngflu {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.kyngs-pq0a3v {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kyngs-sngflu .kyngs-mbszb4 {
  margin-right: 20px;
  flex-shrink: 0;
}

.kyngs-sngflu img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.kyngs-2uyysa {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.kyngs-2uyysa > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .kyngs-sngflu {
    padding: 15px 10px;
  }
  .kyngs-2uyysa {
    padding: 15px 10px;
  }
  .kyngs-sngflu .kyngs-mbszb4 {
    margin-right: 10px;
  }
}

.kyngs-s3b5zt {
  overflow-x: auto;
}

.kyngs-um2d4m {
  border-collapse: collapse;
  width: 100%;
}

.kyngs-s3b5zt th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.kyngs-s3b5zt td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.kyngs-s3b5zt td.kyngs-65nn8s {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.kyngs-s3b5zt td.kyngs-vol7uh {
  border-right: none;
}

.kyngs-s3b5zt td.kyngs-vol7uh .kyngs-mbszb4 {
  justify-content: flex-start;
}

.kyngs-s3b5zt td.kyngs-vol7uh .kyngs-mbszb4 img {
  height: auto;
  width: 90px;
}

.kyngs-s3b5zt td.kyngs-dk1dwv,
.kyngs-s3b5zt td.kyngs-hlosvl {
  font-weight: 600;
  text-align: right;
}

.kyngs-s3b5zt td.kyngs-vh4cgs,
.kyngs-s3b5zt td.kyngs-dk1dwv {
  padding-bottom: 10px;
  border-bottom: none;
}

.kyngs-s3b5zt td.kyngs-dk1dwv,
.kyngs-s3b5zt td.kyngs-hlosvl {
  border-left: none;
}

.kyngs-s3b5zt td.kyngs-vh4cgs,
.kyngs-s3b5zt td.kyngs-snx42g {
  border-right: none;
}

.kyngs-s3b5zt td.kyngs-snx42g,
.kyngs-s3b5zt td.kyngs-hlosvl {
  border-top: none;
  padding-top: 10px;
}

.kyngs-89bunf {
  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;
}

.kyngs-89bunf .kyngs-9s7ftv {
  min-width: unset;
  width: 100%;
}

.kyngs-89bunf .kyngs-9s7ftv.kyngs-x9hc03 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.kyngs-89bunf .kyngs-9s7ftv.kyngs-wi4jw0 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.kyngs-89bunf .kyngs-dyk3in {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .kyngs-89bunf {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .kyngs-89bunf .kyngs-9s7ftv.kyngs-x9hc03 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .kyngs-89bunf .kyngs-9s7ftv.kyngs-wi4jw0 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .kyngs-89bunf .kyngs-dyk3in {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.kyngs-c6krol {
  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;
}

.kyngs-4nc0h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.kyngs-hkny1f p a img {
  margin: 0 auto;
  display: block;
}

.kyngs-hkny1f table {
  margin-bottom: 17px;
}

/* contanct form */
.kyngs-tsfmma {
  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;
}

.kyngs-tsfmma label {
  font-size: 14px;
}

.kyngs-tsfmma h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.kyngs-tsfmma input,
.kyngs-tsfmma textarea,
.kyngs-tsfmma 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;
}
.kyngs-tsfmma button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.kyngs-ytg3s4 ease;
}
.kyngs-tsfmma button:hover {
  background-color: #691204;
}
.kyngs-lwp09a {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.kyngs-aug8js ease-in;
}

.kyngs-lwp09a h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}