html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.fresh-s3p6cs {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .fresh-s3p6cs {
    padding: 54px 0 0;
  }
}

.fresh-lxy5fs {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .fresh-lxy5fs:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.fresh-chgdzn {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .fresh-chgdzn {
    margin: 20px auto 100px;
  }
}

.fresh-chgdzn h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .fresh-chgdzn h1 {
    font-size: 120px;
  }
}

.fresh-chgdzn p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.fresh-ewj9mf {
  cursor: pointer;
}

.fresh-vkl0jg {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.fresh-tvcnqt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fresh-tvcnqt figure {
  margin: 0;
}

.fresh-tvcnqt.fresh-mwmt3v {
  justify-content: flex-start;
  margin-right: 4px;
}

.fresh-tvcnqt.fresh-mnqir5 {
  justify-content: flex-end;
  margin-left: 4px;
}

.fresh-tvcnqt.fresh-7alsw8 {
  justify-content: center;
}

.fresh-tvcnqt.fresh-ykw5dj {
  justify-content: normal;
}

.fresh-9s5vvb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .fresh-9s5vvb {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-9s5vvb {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.fresh-xy9sa3 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .fresh-xy9sa3 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.fresh-xurwkk {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .fresh-xurwkk {
    flex-direction: column;
  }
}

.fresh-ucf5sg {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.fresh-ucf5sg img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .fresh-ucf5sg {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.fresh-5fgdpb {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.fresh-5fgdpb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .fresh-5fgdpb ul {
    margin-bottom: 15px;
  }
}

.fresh-5fgdpb ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.fresh-5fgdpb ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.fresh-5fgdpb ul li span svg {
  fill: var(--title-color);
}

.fresh-5fgdpb ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .fresh-5fgdpb ul li small {
    font-size: 12px;
  }
}

.fresh-5fgdpb ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.fresh-5fgdpb ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .fresh-5fgdpb {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.fresh-1e6ouw {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .fresh-1e6ouw {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.fresh-nlabjc {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.fresh-z4cg75 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.fresh-p8ekmj ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .fresh-z4cg75 {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .fresh-z4cg75:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.fresh-z4cg75.fresh-2avb04 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .fresh-z4cg75.fresh-2avb04:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.fresh-px880k {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .fresh-px880k {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-px880k {
    padding: 50px 16px 68px;
  }
}

.fresh-7w9vde {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .fresh-7w9vde {
    flex-direction: column;
  }
}

.fresh-pbnci3 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .fresh-pbnci3 {
    margin-bottom: 40px;
  }
}

.fresh-oa3nq3 .fresh-pnw379 {
  margin-bottom: 28px;
}

.fresh-oa3nq3 .fresh-pnw379 img {
  max-height: 100px;
  width: auto;
}

.fresh-uarx05 {
  display: flex;
  align-items: center;
}

.fresh-uarx05 a + a {
  margin-left: 24px;
}

.fresh-uarx05 img {
  max-height: 56px;
  width: auto;
}

.fresh-uarx05 img + img {
  margin-left: 24px;
}

.fresh-5oocre {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .fresh-5oocre {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.fresh-0z0pfy {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .fresh-0z0pfy {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.fresh-kzmqj2 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .fresh-kzmqj2 {
    flex-wrap: wrap;
  }
}

.fresh-kzmqj2 li {
  display: flex;
  margin: 0 7px;
}

.fresh-kzmqj2 li svg {
  transition: 0.fresh-p8ekmj ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .fresh-kzmqj2 li:hover svg {
    transform: scale(1.2);
  }
}

.fresh-46cqkj {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.fresh-00wvhy + .fresh-00wvhy {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .fresh-00wvhy + .fresh-00wvhy {
    margin: 36px 0 0;
  }
}

.fresh-21ixt6 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.fresh-sx1g2r {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fresh-sx1g2r li {
  font-size: 16px;
}

.fresh-sx1g2r li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .fresh-sx1g2r li a:hover {
    text-decoration: underline;
  }
}

.fresh-sx1g2r li + li {
  margin-top: 16px;
}

.fresh-tstrl8 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.fresh-25bxun ease-in-out;
}

.fresh-tstrl8.fresh-zlnr24 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.fresh-xcj7k1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.fresh-xcj7k1 h1,
.fresh-xcj7k1 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .fresh-xcj7k1 h1,
  .fresh-xcj7k1 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .fresh-xcj7k1 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-xcj7k1 {
    margin-bottom: 60px;
  }
}

.fresh-79iiav {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .fresh-79iiav {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.fresh-79iiav li {
  width: 100%;
}

.fresh-79iiav li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.fresh-p8ekmj ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.fresh-79iiav li a svg {
  fill: var(--button-text-color);
}

.fresh-79iiav li a.fresh-zlnr24 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .fresh-79iiav li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .fresh-79iiav li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .fresh-79iiav li a img {
    max-width: 16px;
  }
}

.fresh-sjzceq {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .fresh-sjzceq {
    margin: 0 -5px;
  }
}

.fresh-g95ulp {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.fresh-g95ulp span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.fresh-g95ulp small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .fresh-g95ulp {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .fresh-g95ulp span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.fresh-a269lk {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.fresh-a269lk img {
  width: 100%;
  transition: 0.fresh-p8ekmj ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .fresh-a269lk:hover img {
    transform: scale(1.1);
  }
}

.fresh-yi1y3q {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .fresh-yi1y3q {
    height: 54px;
  }
}

.fresh-v52eok {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .fresh-v52eok {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .fresh-v52eok {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-v52eok .fresh-pnw379 img {
    max-width: 90px;
  }
}

.fresh-pnw379 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .fresh-pnw379 {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .fresh-3pp2m2 {
    display: none;
  }
  .fresh-3pp2m2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.fresh-ujt95v {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fresh-ujt95v li {
  font-size: 16px;
  margin: 0 20px;
}

.fresh-ujt95v li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .fresh-ujt95v li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .fresh-ujt95v {
    display: block;
  }
  .fresh-ujt95v li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .fresh-ujt95v li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .fresh-ujt95v li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .fresh-ujt95v li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.fresh-1lukik {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .fresh-1lukik {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .fresh-1lukik {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-1lukik {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.fresh-1lukik.fresh-n2ouja {
  margin-right: 0;
}

.fresh-8v7spy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .fresh-8v7spy {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .fresh-8v7spy:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.fresh-z2gnnk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .fresh-z2gnnk:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .fresh-z2gnnk {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.fresh-i3w4fp {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .fresh-i3w4fp {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.fresh-i3w4fp:hover > ul {
  display: flex;
}

.fresh-i3w4fp:focus > ul {
  display: flex;
}

.fresh-i3w4fp:focus-within > ul {
  display: flex;
}

.fresh-r8mrwp {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.fresh-r8mrwp::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.fresh-25bxun ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fresh-r8mrwp {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .fresh-r8mrwp img {
    max-width: 20px;
  }
}

.fresh-i3w4fp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.fresh-p8ekmj ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .fresh-i3w4fp ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.fresh-i3w4fp ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.fresh-p8ekmj ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .fresh-i3w4fp ul li {
    padding: 5px;
  }
}

.fresh-i3w4fp ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .fresh-i3w4fp ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-i3w4fp ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .fresh-i3w4fp ul li a img {
    max-width: 20px;
  }
}

.fresh-limch2 {
  display: none;
}

.fresh-fhr8qm {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .fresh-fhr8qm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.fresh-fhr8qm span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .fresh-limch2:checked ~ .fresh-3pp2m2 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .fresh-3pp2m2 {
    display: none;
    transition: display 0.fresh-p8ekmj ease-in-out;
  }
  .fresh-limch2:checked ~ .fresh-3pp2m2 {
    display: block;
  }
  .fresh-limch2:checked + .fresh-fhr8qm span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .fresh-limch2:checked + .fresh-fhr8qm span:nth-child(2) {
    display: none;
  }
  .fresh-limch2:checked + .fresh-fhr8qm span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.fresh-y2nrm2 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .fresh-y2nrm2 {
    padding: 0 16px;
  }
}

.fresh-y2nrm2 img {
  margin-bottom: 20px;
}

.fresh-y2nrm2 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .fresh-y2nrm2 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-y2nrm2 {
    margin-bottom: 60px;
  }
}

.fresh-ego2pg {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .fresh-ego2pg {
    font-size: 32px;
  }
}

.fresh-22di8y {
  color: var(--text-color);
}

.fresh-i7ufkp {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .fresh-i7ufkp {
    font-size: 16px;
    line-height: 140%;
  }
}

.fresh-i7ufkp p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.fresh-i7ufkp p img {
  display: block;
  margin: 0 auto;
}

.fresh-i7ufkp p:first-of-type {
  margin-top: 0;
}

.fresh-i7ufkp p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .fresh-i7ufkp p {
    font-size: 18px;
    line-height: 140%;
  }
}

.fresh-i7ufkp ul {
  padding: 0 0 0 20px;
}

.fresh-i7ufkp table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.fresh-i7ufkp table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .fresh-i7ufkp table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.fresh-i7ufkp table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .fresh-i7ufkp table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.fresh-i7ufkp table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.fresh-i7ufkp iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .fresh-i7ufkp iframe {
    height: 200px;
  }
}

.fresh-vs0gbe {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .fresh-vs0gbe {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-vs0gbe {
    margin-bottom: 60px;
  }
}

.fresh-yzny79 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .fresh-yzny79 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.fresh-yzny79 h1,
.fresh-yzny79 h2,
.fresh-yzny79 h3,
.fresh-yzny79 h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .fresh-yzny79 h1,
  .fresh-yzny79 h2,
  .fresh-yzny79 h3,
  .fresh-yzny79 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.fresh-sd9gux {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .fresh-sd9gux {
    flex-direction: column-reverse;
  }
}

.fresh-sd9gux .fresh-bk93bq {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .fresh-sd9gux .fresh-bk93bq {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.fresh-sd9gux .fresh-z9nkyt {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .fresh-sd9gux .fresh-z9nkyt {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .fresh-sd9gux .fresh-z9nkyt img {
    width: 100%;
  }
}

.fresh-z9nkyt {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .fresh-z9nkyt {
    margin-bottom: 18px;
  }
}

.fresh-bk93bq {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .fresh-bk93bq {
    margin-bottom: 18px;
  }
}

.fresh-vs0gbe h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .fresh-vs0gbe h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.fresh-vs0gbe .fresh-lxy5fs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.fresh-0p461o {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .fresh-0p461o {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .fresh-0p461o {
    margin-bottom: 60px;
  }
}

.fresh-m0hwhq {
  position: relative;
  border: none;
}

.fresh-m0hwhq::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.fresh-q44sug {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.fresh-q44sug span {
  height: 32px;
}

.fresh-q44sug span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.fresh-q44sug.fresh-6f1w55 span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .fresh-q44sug {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.fresh-iof4wq {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fresh-iof4wq li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .fresh-iof4wq li {
    font-size: 16px;
  }
}

.fresh-iof4wq li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.fresh-p8ekmj ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .fresh-iof4wq li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .fresh-iof4wq li a {
    padding: 12px 14px;
  }
}

.fresh-iof4wq.fresh-p7tvmd {
  display: none;
}

.fresh-ld2m3p {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.fresh-ld2m3p table {
  width: 100%;
  border-collapse: collapse;
}

.fresh-ld2m3p table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .fresh-ld2m3p table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .fresh-ld2m3p table td {
    min-width: 75px;
  }
}

.fresh-ld2m3p table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .fresh-ld2m3p table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.fresh-ld2m3p table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.fresh-ld2m3p p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .fresh-ld2m3p p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .fresh-ld2m3p {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-ld2m3p {
    margin-bottom: 60px;
  }
}

.fresh-wtamwj {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .fresh-wtamwj {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.fresh-bq2rgp {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .fresh-bq2rgp {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.fresh-bq2rgp tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .fresh-bq2rgp tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.fresh-bq2rgp tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.fresh-dkykge table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.fresh-dkykge table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.fresh-dkykge p {
  color: var(--text-color);
}

.fresh-awvdi9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .fresh-awvdi9 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-awvdi9 {
    margin-bottom: 60px;
  }
}

.fresh-l18a4u {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.fresh-dxg4na {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .fresh-dxg4na {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-dxg4na {
    margin-bottom: 60px;
  }
}

.fresh-zqzpva {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.fresh-zqzpva h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .fresh-zqzpva h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.fresh-zqzpva p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.fresh-zqzpva p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .fresh-zqzpva p {
    font-size: 16px;
  }
}

.fresh-lknb1u {
  display: none;
}

@media only screen and (max-width: 767px) {
  .fresh-lknb1u {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.fresh-eytvfl {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.fresh-eytvfl li {
  margin: 0 20px;
}

.fresh-eytvfl li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.fresh-eytvfl li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .fresh-eytvfl li a:hover {
    color: #2ab765;
  }
}

.fresh-gm8odb {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .fresh-gm8odb {
    padding: 0 16px;
  }
}

.fresh-gm8odb li {
  font-size: 16px;
  position: relative;
}

.fresh-gm8odb li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .fresh-gm8odb li a:hover {
    text-decoration: underline;
  }
}

.fresh-gm8odb li span {
  opacity: 0.5;
}

.fresh-gm8odb li + li {
  margin-left: 30px;
}

.fresh-gm8odb li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.fresh-yzny79 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.fresh-yzny79 {
    margin-bottom: 18px;
  }
}

.fresh-ec4xjp {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.fresh-ec4xjp tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.fresh-ec4xjp tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.fresh-ec4xjp tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.fresh-ec4xjp tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.fresh-ec4xjp tbody tr:last-of-type {
  margin-bottom: 0;
}

.fresh-ec4xjp tbody tr td:first-of-type {
  flex-shrink: 0;
}

.fresh-ec4xjp tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.fresh-ec4xjp tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.fresh-ec4xjp tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .fresh-ec4xjp tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.fresh-ec4xjp tbody tr td .fresh-da6q1f {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .fresh-ec4xjp tbody tr td .fresh-da6q1f {
    width: 100%;
  }
}

.fresh-ec4xjp tbody tr td .fresh-o92qpv {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.fresh-p8ekmj ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .fresh-ec4xjp tbody tr td .fresh-o92qpv:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .fresh-ec4xjp tbody tr td .fresh-o92qpv {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .fresh-ec4xjp tbody tr td .fresh-o92qpv {
    width: 100%;
  }
}

.fresh-ec4xjp tbody tr td .fresh-aiya9p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .fresh-ec4xjp tbody tr td .fresh-aiya9p:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-ec4xjp tbody tr {
    flex-direction: column;
  }
}

.fresh-ec4xjp tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.fresh-jzugp9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .fresh-jzugp9 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-jzugp9 {
    margin: 0 auto 60px;
  }
}

.fresh-89t2wu {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .fresh-89t2wu {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.fresh-kfohzt {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .fresh-kfohzt {
    margin: 0 -5px;
  }
}

.fresh-el7s2z {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.fresh-el7s2z img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.fresh-p8ekmj ease-in-out;
}

.fresh-el7s2z p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .fresh-el7s2z:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .fresh-el7s2z {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .fresh-el7s2z {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .fresh-el7s2z p {
    font-size: 16px;
  }
}

.fresh-awmhuv {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .fresh-awmhuv {
    height: 190px;
    margin: 20px auto;
  }
}

.fresh-awmhuv img {
  width: 100%;
  height: 100%;
}

.fresh-awmhuv iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .fresh-awmhuv iframe {
    height: 190px;
  }
}

.fresh-11b2yw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.fresh-11b2yw::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.fresh-nffm97 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.fresh-nffm97 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.fresh-p8ekmj ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .fresh-nffm97:hover svg {
    transform: scale(1.1);
  }
}

.fresh-y4zewl {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .fresh-y4zewl {
    padding: 40px 0;
  }
}

.fresh-24dr4c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .fresh-24dr4c {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .fresh-24dr4c {
    flex-direction: column-reverse;
  }
}

.fresh-1bf6b3 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.fresh-1bf6b3 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .fresh-1bf6b3 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-1bf6b3 {
    margin: 10px 0 0;
  }
}

.fresh-hgwwsp {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.fresh-hgwwsp h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .fresh-hgwwsp {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-hgwwsp {
    padding: 24px 10px;
  }
}

.fresh-m4y0aq {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.fresh-p8ekmj ease-in-out;
}

.fresh-m4y0aq:hover {
  border: 1px solid #8c8ca2;
}

.fresh-8jy3ia {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.fresh-8jy3ia:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.fresh-djdr66 {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.fresh-djdr66 a {
  text-decoration: underline;
  color: #8babff;
}

.fresh-rvpxvy {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.fresh-rvpxvy .fresh-m4y0aq {
  width: 50%;
  margin: 0;
}

.fresh-0wr3su {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.fresh-0wr3su:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.fresh-kivr3w {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .fresh-kivr3w {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-kivr3w {
    margin: 0 0 60px;
  }
}

.fresh-namd9x {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .fresh-namd9x {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.fresh-qny5hp {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .fresh-qny5hp {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.fresh-lnxbjh {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .fresh-lnxbjh {
    flex-basis: auto;
    max-width: 100%;
  }
}

.fresh-2w8hlr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .fresh-2w8hlr {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.fresh-2w8hlr a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.fresh-p8ekmj ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fresh-2w8hlr a {
    margin: 1px 0 4px;
  }
}

.fresh-2w8hlr a svg {
  fill: #fff;
}

.fresh-2w8hlr a:hover {
  background: #3d68e7;
}

.fresh-rdfowd {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.fresh-ne9vnw {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .fresh-ne9vnw {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.fresh-6b6uy3 {
  font-size: 16px;
  color: var(--text-color);
}

.fresh-duzoyy {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .fresh-duzoyy {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-duzoyy {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .fresh-duzoyy {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.fresh-hclyg9 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.fresh-hclyg9 h1,
.fresh-hclyg9 h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .fresh-hclyg9 h1,
  .fresh-hclyg9 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .fresh-hclyg9 {
    margin: 0;
    padding-right: 20px;
  }
}

.fresh-5db87w {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.fresh-5db87w h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .fresh-5db87w h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.fresh-5db87w h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .fresh-5db87w h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.fresh-5db87w table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.fresh-5db87w table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .fresh-5db87w table tr td {
    padding: 12px 4px;
  }
}

.fresh-5db87w table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .fresh-5db87w table tr th {
    padding: 12px 4px;
  }
}

.fresh-5db87w table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .fresh-5db87w {
    margin: 0;
  }
}

.fresh-ynzgqz {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .fresh-ynzgqz {
    min-height: 190px;
  }
}

.fresh-qgrtdo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.fresh-qgrtdo::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.fresh-bonqwr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fresh-bonqwr.fresh-egiurs {
  display: none;
}

.fresh-g29bww {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.fresh-g29bww iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fresh-g29bww iframe.fresh-aeepct {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.fresh-g29bww.fresh-o2yb3t {
  opacity: 1;
  pointer-events: all;
}

.fresh-mj2v40 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.fresh-p8ekmj ease-in-out;
}

.fresh-mj2v40 svg {
  margin-right: 10px;
}

.fresh-mj2v40 + .fresh-mj2v40 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .fresh-mj2v40:hover {
    background: #a8a6b3;
  }
}

.fresh-48xik5 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .fresh-48xik5:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .fresh-mj2v40 {
    height: 42px;
    max-width: 220px;
  }
}

.fresh-duzoyy .fresh-vs0gbe {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.fresh-duzoyy .fresh-vs0gbe h1,
.fresh-duzoyy .fresh-vs0gbe h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .fresh-duzoyy .fresh-vs0gbe h1,
  .fresh-duzoyy .fresh-vs0gbe h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .fresh-duzoyy .fresh-vs0gbe {
    margin: 28px 0 0;
  }
}

.fresh-3si39a {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .fresh-3si39a {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .fresh-3si39a {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-3si39a {
    margin: 20px auto 60px;
  }
}

.fresh-y2vkcp {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .fresh-y2vkcp {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-y2vkcp {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.fresh-tidlyb {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.fresh-tidlyb iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fresh-rprh1e {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.fresh-rprh1e h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .fresh-rprh1e h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-rprh1e h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .fresh-rprh1e {
    max-width: 100%;
    margin: 0;
  }
}

.fresh-xixezw {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .fresh-xixezw {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.fresh-gz9gkd {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .fresh-gz9gkd {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.fresh-fbwg4k {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.fresh-fbwg4k span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .fresh-fbwg4k {
    margin: 0;
  }
  .fresh-fbwg4k:last-of-type {
    margin-top: 4px;
  }
}

.fresh-o5zdfd {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .fresh-o5zdfd {
    padding: 10px;
  }
}

.fresh-o5zdfd .fresh-lxy5fs {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .fresh-o5zdfd .fresh-lxy5fs {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .fresh-o5zdfd {
    flex-wrap: wrap;
  }
}

.fresh-amc7sb {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.fresh-amc7sb img {
  width: 100%;
}

.fresh-541eyv {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .fresh-541eyv {
    max-width: 200px;
    margin: 0;
  }
}

.fresh-dc24cq {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.fresh-aksduj {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.fresh-g7h1k5 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .fresh-g7h1k5 {
    margin: 0 0 60px;
  }
}

.fresh-g7h1k5 .fresh-d14dlu {
  position: relative;
}

.fresh-g7h1k5 .fresh-sob9c7 {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.fresh-g7h1k5 .fresh-sob9c7.fresh-egiurs {
  display: none;
}

.fresh-g7h1k5 .fresh-i0fc1g {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .fresh-g7h1k5 .fresh-i0fc1g {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .fresh-g7h1k5 .fresh-i0fc1g {
    bottom: 90px;
  }
}

.fresh-g7h1k5 .fresh-i0fc1g .fresh-od0ycr {
  max-width: 300px;
  width: 100%;
}

.fresh-g7h1k5 .fresh-i0fc1g .fresh-od0ycr .fresh-lh5uw8 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .fresh-g7h1k5 .fresh-i0fc1g .fresh-od0ycr .fresh-lh5uw8 {
    font-size: 32px;
    text-align: center;
  }
}

.fresh-g7h1k5 .fresh-i0fc1g .fresh-od0ycr .fresh-u5j0bp {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .fresh-g7h1k5 .fresh-i0fc1g .fresh-od0ycr .fresh-u5j0bp {
    text-align: center;
  }
}

.fresh-g7h1k5 .fresh-i0fc1g .fresh-n2ouja {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .fresh-g7h1k5 .fresh-i0fc1g .fresh-n2ouja {
    flex-direction: column-reverse;
  }
}

.fresh-g7h1k5 .fresh-i0fc1g .fresh-n2ouja .fresh-vzrm3t {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.fresh-p8ekmj ease-in-out;
}

.fresh-g7h1k5 .fresh-i0fc1g .fresh-n2ouja .fresh-vzrm3t:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .fresh-g7h1k5 .fresh-i0fc1g .fresh-n2ouja .fresh-vzrm3t {
    width: 100%;
  }
}

.fresh-g7h1k5 .fresh-i0fc1g .fresh-n2ouja .fresh-s2f95k {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.fresh-p8ekmj ease-in-out;
  overflow: hidden;
}

.fresh-g7h1k5 .fresh-i0fc1g .fresh-n2ouja .fresh-s2f95k span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.fresh-g7h1k5 .fresh-i0fc1g .fresh-n2ouja .fresh-s2f95k:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.fresh-g7h1k5 .fresh-i0fc1g .fresh-n2ouja .fresh-s2f95k:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .fresh-g7h1k5 .fresh-i0fc1g .fresh-n2ouja .fresh-s2f95k {
    width: 100%;
  }
}

.fresh-g7h1k5 .fresh-i0fc1g.fresh-egiurs {
  display: none;
}

.fresh-g7h1k5 .fresh-c4soyu {
  display: none;
}

.fresh-g7h1k5 .fresh-c4soyu.fresh-o2yb3t {
  display: block;
}

.fresh-g7h1k5 .fresh-c4soyu iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .fresh-g7h1k5 .fresh-c4soyu iframe {
    height: calc(100vh - 54px);
  }
}

.fresh-g7h1k5 .fresh-pxry5r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .fresh-g7h1k5 .fresh-pxry5r {
    padding: 24px 16px 0;
  }
}

.fresh-g7h1k5 .fresh-pxry5r .fresh-lh5uw8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .fresh-g7h1k5 .fresh-pxry5r .fresh-lh5uw8 {
    margin-bottom: 24px;
  }
}

.fresh-g7h1k5 .fresh-pxry5r table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.fresh-g7h1k5 .fresh-pxry5r table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .fresh-g7h1k5 .fresh-pxry5r table tr td {
    padding: 12px 4px;
  }
}

.fresh-g7h1k5 .fresh-pxry5r table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .fresh-g7h1k5 .fresh-pxry5r table tr th {
    padding: 12px 4px;
  }
}

.fresh-g7h1k5 .fresh-pxry5r table tr:last-of-type td {
  border-bottom: none;
}

.fresh-h8eodt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.fresh-h8eodt.fresh-zlnr24 {
  display: block;
}

.fresh-h8eodt iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.fresh-h8eodt .fresh-bizxbu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.fresh-h8eodt .fresh-6xkjtp {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.fresh-h8eodt .fresh-s2f95k {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.fresh-p8ekmj ease-in-out;
}

.fresh-h8eodt .fresh-s2f95k:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.fresh-fhpmmu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.fresh-fhpmmu.fresh-zlnr24 {
  display: block;
}

.fresh-vxb2it {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.fresh-s8go8w {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.fresh-oc732e {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .fresh-s8go8w {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.fresh-309u5j {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.fresh-309u5j svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.fresh-a7mjk3 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fresh-qnfqet.fresh-egiurs {
  display: none;
}

.fresh-mv6oji {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .fresh-mv6oji {
    margin-bottom: 20px;
  }
}

.fresh-8joeki {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.fresh-8joeki span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.fresh-8joeki small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.fresh-8joeki input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.fresh-p8ekmj ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.fresh-8joeki input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.fresh-8joeki input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.fresh-8joeki input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.fresh-8joeki input:active {
  border-color: #c2c0ce;
}

.fresh-8joeki input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .fresh-8joeki {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.fresh-4652d8 {
  margin-bottom: 36px;
}

.fresh-4652d8 textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.fresh-4652d8 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.fresh-4652d8 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .fresh-4652d8 {
    margin-bottom: 24px;
  }
}

.fresh-4jpwbb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fresh-4nt8pv {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.fresh-p8ekmj ease-in-out;
}

.fresh-4nt8pv:hover {
  background: var(--border-color);
}

.fresh-qbps1r {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.fresh-p8ekmj ease-in-out;
}

.fresh-qbps1r:hover {
  background: #166ad9;
}

.fresh-wgebs0 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.fresh-wgebs0.fresh-egiurs {
  display: none;
}

.fresh-rorfwy {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.fresh-wgebs0 .fresh-4nt8pv {
  margin: 0 auto;
}

.fresh-b9qd5q {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .fresh-b9qd5q {
    margin-bottom: 16px;
  }
}

.fresh-mjusjw {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.fresh-c5m0lk {
  filter: grayscale(100%);
}

.fresh-mjusjw > input {
  display: none;
}

.fresh-mjusjw > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fresh-5d6lqs.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.fresh-myfoho 44.fresh-4es6oh.fresh-0v3lls.fresh-has9ti.fresh-f71cfl.fresh-udlspr.fresh-5i7j8r.fresh-5uucd1.fresh-xpgqqd.fresh-uyemza.fresh-tuiqmz.fresh-l4b0hf.fresh-57zm2i 0l-12.fresh-ab9b2o 30.fresh-z8ozsy.fresh-nw58ip 2.fresh-4inw9d.fresh-nw58ip 3.fresh-4knvmd 3.fresh-zsvkzd.fresh-k4jqzm 3.fresh-fum6f7.fresh-mntijk.fresh-47q6jk.fresh-1wr7n2 7-3.fresh-ab9b2o 10.fresh-qdg3d8.fresh-1wr7n2 23.fresh-n4c79n.fresh-ck0sl6 1.fresh-giixji 2.fresh-ab9b2o 3.fresh-ck0sl6 1.fresh-k4jqzm 5.fresh-sb0x48.fresh-k4jqzm 32.fresh-nqh2mi.fresh-mntijk 5.fresh-57zm2i 4.fresh-1wr7n2 9.fresh-1wr7n2 8.fresh-k4jqzm 6.fresh-39o43d.fresh-yk4x1p.fresh-62jfei.fresh-3iehbj.fresh-rstsqb 4.fresh-3f7ngg.fresh-rstsqb 6.fresh-rstsqb 0l29.fresh-57zm2i 17.fresh-tr747l.fresh-7xdoc6 2.fresh-9png8c 10.fresh-mu7imb.fresh-ab9b2o 8.fresh-7dgslr.fresh-safsye.fresh-5ynwjr.fresh-5222o3.fresh-a388ei.fresh-mntijk.fresh-udlspr.fresh-ab9b2o 1.fresh-86b09o.fresh-660izq.fresh-cr71h7.fresh-q9iau2.fresh-sby5px.fresh-giixji 1.fresh-nsoe00.fresh-9ko2n1.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.fresh-mjusjw > input:checked ~ label,
.fresh-mjusjw > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fresh-5d6lqs.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.fresh-myfoho 44.fresh-4es6oh.fresh-0v3lls.fresh-has9ti.fresh-f71cfl.fresh-udlspr.fresh-5i7j8r.fresh-5uucd1.fresh-xpgqqd.fresh-uyemza.fresh-tuiqmz.fresh-l4b0hf.fresh-57zm2i 0l-12.fresh-ab9b2o 30.fresh-z8ozsy.fresh-nw58ip 2.fresh-4inw9d.fresh-nw58ip 3.fresh-4knvmd 3.fresh-zsvkzd.fresh-k4jqzm 3.fresh-fum6f7.fresh-mntijk.fresh-47q6jk.fresh-1wr7n2 7-3.fresh-ab9b2o 10.fresh-qdg3d8.fresh-1wr7n2 23.fresh-n4c79n.fresh-ck0sl6 1.fresh-giixji 2.fresh-ab9b2o 3.fresh-ck0sl6 1.fresh-k4jqzm 5.fresh-sb0x48.fresh-k4jqzm 32.fresh-nqh2mi.fresh-mntijk 5.fresh-57zm2i 4.fresh-1wr7n2 9.fresh-1wr7n2 8.fresh-k4jqzm 6.fresh-39o43d.fresh-yk4x1p.fresh-62jfei.fresh-3iehbj.fresh-rstsqb 4.fresh-3f7ngg.fresh-rstsqb 6.fresh-rstsqb 0l29.fresh-57zm2i 17.fresh-tr747l.fresh-7xdoc6 2.fresh-9png8c 10.fresh-mu7imb.fresh-ab9b2o 8.fresh-7dgslr.fresh-safsye.fresh-5ynwjr.fresh-5222o3.fresh-a388ei.fresh-mntijk.fresh-udlspr.fresh-ab9b2o 1.fresh-86b09o.fresh-660izq.fresh-cr71h7.fresh-q9iau2.fresh-sby5px.fresh-giixji 1.fresh-nsoe00.fresh-9ko2n1.5z'/%3e%3c/svg%3e");
}

.fresh-mjusjw > input:not(:checked) ~ label:hover,
.fresh-mjusjw > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fresh-5d6lqs.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.fresh-myfoho 44.fresh-4es6oh.fresh-0v3lls.fresh-has9ti.fresh-f71cfl.fresh-udlspr.fresh-5i7j8r.fresh-5uucd1.fresh-xpgqqd.fresh-uyemza.fresh-tuiqmz.fresh-l4b0hf.fresh-57zm2i 0l-12.fresh-ab9b2o 30.fresh-z8ozsy.fresh-nw58ip 2.fresh-4inw9d.fresh-nw58ip 3.fresh-4knvmd 3.fresh-zsvkzd.fresh-k4jqzm 3.fresh-fum6f7.fresh-mntijk.fresh-47q6jk.fresh-1wr7n2 7-3.fresh-ab9b2o 10.fresh-qdg3d8.fresh-1wr7n2 23.fresh-n4c79n.fresh-ck0sl6 1.fresh-giixji 2.fresh-ab9b2o 3.fresh-ck0sl6 1.fresh-k4jqzm 5.fresh-sb0x48.fresh-k4jqzm 32.fresh-nqh2mi.fresh-mntijk 5.fresh-57zm2i 4.fresh-1wr7n2 9.fresh-1wr7n2 8.fresh-k4jqzm 6.fresh-39o43d.fresh-yk4x1p.fresh-62jfei.fresh-3iehbj.fresh-rstsqb 4.fresh-3f7ngg.fresh-rstsqb 6.fresh-rstsqb 0l29.fresh-57zm2i 17.fresh-tr747l.fresh-7xdoc6 2.fresh-9png8c 10.fresh-mu7imb.fresh-ab9b2o 8.fresh-7dgslr.fresh-safsye.fresh-5ynwjr.fresh-5222o3.fresh-a388ei.fresh-mntijk.fresh-udlspr.fresh-ab9b2o 1.fresh-86b09o.fresh-660izq.fresh-cr71h7.fresh-q9iau2.fresh-sby5px.fresh-giixji 1.fresh-nsoe00.fresh-9ko2n1.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .fresh-t3yg1z > .fresh-11g58z {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .fresh-t3yg1z > .fresh-11g58z {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .fresh-t3yg1z > .fresh-11g58z {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .fresh-t3yg1z > .fresh-11g58z {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .fresh-t3yg1z > .fresh-11g58z {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.fresh-ciub4e {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.fresh-ciub4e.fresh-egiurs {
  display: none;
}

.fresh-it7jo1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .fresh-it7jo1 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-it7jo1 {
    border-radius: 20px 20px 0 0;
  }
}

.fresh-ycwk1s {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.fresh-ycwk1s::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.fresh-ycwk1s::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.fresh-ycwk1s img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .fresh-ycwk1s {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .fresh-ycwk1s img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-ycwk1s {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .fresh-ycwk1s img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.fresh-far3h2 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .fresh-far3h2 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-far3h2 {
    font-size: 14px;
  }
}

.fresh-dhk7ii {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.fresh-dhk7ii::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .fresh-dhk7ii::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.fresh-dhk7ii::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .fresh-dhk7ii::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .fresh-dhk7ii {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-dhk7ii {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.fresh-6u1q9a {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .fresh-6u1q9a {
    top: -20px;
  }
}

.fresh-3dl2m9 {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.fresh-p8ekmj ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .fresh-3dl2m9:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .fresh-3dl2m9 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-3dl2m9 {
    width: 90px;
    height: 40px;
  }
}

.fresh-ciub4e.fresh-2a2umd .fresh-it7jo1 {
  background: #2b3b67;
}

.fresh-ciub4e.fresh-2a2umd .fresh-ycwk1s {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.fresh-ciub4e.fresh-2a2umd .fresh-ycwk1s::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.fresh-ciub4e.fresh-2a2umd .fresh-ycwk1s::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.fresh-ciub4e.fresh-2a2umd .fresh-dhk7ii::before {
  background: #0e0f41;
}

.fresh-ciub4e.fresh-2a2umd .fresh-dhk7ii::after {
  background: #152557;
}

.fresh-ciub4e.fresh-7kwtrr .fresh-it7jo1 {
  background: #1f35fa;
}

.fresh-ciub4e.fresh-7kwtrr .fresh-ycwk1s {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.fresh-ciub4e.fresh-7kwtrr .fresh-ycwk1s::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.fresh-ciub4e.fresh-7kwtrr .fresh-ycwk1s::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.fresh-ciub4e.fresh-7kwtrr .fresh-dhk7ii::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.fresh-ciub4e.fresh-7kwtrr .fresh-dhk7ii::after {
  background: #192ac8;
}

.fresh-ciub4e.fresh-2cu08t .fresh-it7jo1 {
  background: #fa771f;
}

.fresh-ciub4e.fresh-2cu08t .fresh-ycwk1s {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.fresh-ciub4e.fresh-2cu08t .fresh-ycwk1s::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.fresh-ciub4e.fresh-2cu08t .fresh-ycwk1s::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.fresh-ciub4e.fresh-2cu08t .fresh-dhk7ii::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.fresh-ciub4e.fresh-2cu08t .fresh-dhk7ii::after {
  background: #fa8535;
}

.fresh-uz5g1j {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .fresh-uz5g1j {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fresh-uz5g1j {
    margin: 24px 0 60px;
  }
}

.fresh-uz5g1j h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .fresh-uz5g1j h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.fresh-yi8vo7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .fresh-yi8vo7 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.fresh-u64ptt {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .fresh-u64ptt {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.fresh-y89wew {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .fresh-y89wew:hover {
    background: var(--button-bg-hover);
  }
}

.fresh-gd5w26 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fresh-gd5w26 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.fresh-gd5w26 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .fresh-gd5w26 {
    margin-bottom: 16px;
  }
}

.fresh-47mydg {
  width: 120px;
  height: 22px;
}

.fresh-47mydg .fresh-yzt97t {
  fill: #c2c0ce;
}

.fresh-47mydg [rating="1"] .fresh-yzt97t:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.fresh-47mydg [rating="2"] .fresh-yzt97t:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.fresh-47mydg [rating="3"] .fresh-yzt97t:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.fresh-47mydg [rating="4"] .fresh-yzt97t:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.fresh-47mydg [rating="5"] .fresh-yzt97t:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.fresh-orgsqy {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .fresh-orgsqy {
    gap: 16px 0;
  }
}

.fresh-bk29si {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.fresh-bk29si.fresh-o2yb3t {
  display: block;
}

.fresh-bk29si.fresh-egiurs {
  display: none;
}

@media only screen and (max-width: 767px) {
  .fresh-bk29si {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.fresh-7gd8nd {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.fresh-8gbji6 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.fresh-5zvd68 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.fresh-1xz9pn small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.fresh-1xz9pn span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.fresh-gir2fh {
  font-size: 16px;
  line-height: 140%;
}

.fresh-oliijr {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.fresh-oliijr .fresh-yzt97t {
  fill: #c2c0ce;
}

.fresh-oliijr [rating="1"] .fresh-yzt97t:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.fresh-oliijr [rating="2"] .fresh-yzt97t:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.fresh-oliijr [rating="3"] .fresh-yzt97t:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.fresh-oliijr [rating="4"] .fresh-yzt97t:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.fresh-oliijr [rating="5"] .fresh-yzt97t:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.fresh-a243u1 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .fresh-a243u1 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.fresh-9ftsva {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .fresh-9ftsva {
    padding: 0 16px;
  }
}

.fresh-mikwrz {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .fresh-mikwrz {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.fresh-k5i850 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .fresh-k5i850 {
    padding: 12px;
    gap: 12px;
  }
}

.fresh-qx6rry {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.fresh-qx6rry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fresh-f49b12 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.fresh-64bj1q {
  flex: 1;
  min-width: 0;
}

.fresh-1s8958 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .fresh-1s8958 {
    font-size: 14px;
    gap: 6px;
  }
}

.fresh-hsxtck {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.fresh-hsxtck svg,
.fresh-hsxtck img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fresh-hsxtck svg path {
  fill: var(--button-bg-color);
}

.fresh-hsxtck svg circle {
  fill: var(--button-text-color);
}

.fresh-iaypew {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .fresh-iaypew {
    font-size: 12px;
  }
}

.fresh-iaypew strong {
  font-weight: 600;
}

.fresh-iqqiz6 {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.fresh-iqqiz6 p {
  margin: 0 0 16px;
}

.fresh-iqqiz6 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .fresh-iqqiz6 {
    font-size: 14px;
    line-height: 150%;
  }
}

.fresh-u90k09 {
  max-width: 300px;
  width: 100%;
}

.fresh-u90k09 a {
  width: 100%;
}

@media (max-width: 575px) {
  .fresh-u90k09 {
    max-width: 200px;
  }
}

.fresh-3vqsix {
  justify-content: center;
}

.fresh-fbrj97 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fresh-77vnix {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .fresh-ymvd4b {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.fresh-4bzll2 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.fresh-4bzll2 .fresh-ujt95v {
  justify-content: center;
}

/* faq */

.fresh-kekak3 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.fresh-kgy4n9 {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.fresh-sfovzh ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fresh-kgy4n9::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.fresh-sfovzh ease;
}

.fresh-kekak3.fresh-zlnr24 .fresh-kgy4n9::after {
  transform: rotate(45deg);
}

.fresh-v901tj {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.fresh-p8ekmj ease, padding 0.fresh-p8ekmj ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.fresh-kekak3.fresh-zlnr24 .fresh-v901tj {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.fresh-jkaa8z {
  margin: 25px 0;
}

.fresh-mjusjw > input:not(:checked) ~ label:hover,
.fresh-mjusjw > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fresh-idr8rx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.fresh-kbwy12 44.fresh-u9rgah.fresh-0j0qge.fresh-bk7vax.fresh-yrekjl.fresh-mitw7u.fresh-s0tj4t.fresh-v25j6l.fresh-md74vu.fresh-vdzi1z.fresh-axzkpq.fresh-8mnp19.fresh-prunf7 0l-12.fresh-9s7ilg 30.fresh-0govl4.fresh-q3i4wc 2.fresh-fhto5j.fresh-q3i4wc 3.fresh-rosk98 3.fresh-1zvosq.fresh-djisyi 3.fresh-d5i8kt.fresh-wbnipp.fresh-8xo2p5.fresh-jmczrs 7-3.fresh-9s7ilg 10.fresh-jm0317.fresh-jmczrs 23.fresh-2gi6s8.fresh-58dm3u 1.fresh-lp73mt 2.fresh-9s7ilg 3.fresh-58dm3u 1.fresh-djisyi 5.fresh-b1l75m.fresh-djisyi 32.fresh-tjgrpb.fresh-wbnipp 5.fresh-prunf7 4.fresh-jmczrs 9.fresh-jmczrs 8.fresh-djisyi 6.fresh-0w0uxi.fresh-fdsifr.fresh-mhz3cr.fresh-mdkaef.fresh-0zm4v5 4.fresh-iq7l4w.fresh-0zm4v5 6.fresh-0zm4v5 0l29.fresh-prunf7 17.fresh-rq8g04.fresh-5hmlcw 2.fresh-6i5q1b 10.fresh-c40nm4.fresh-9s7ilg 8.fresh-5jsvqb.fresh-90vbpk.fresh-b4wp1t.fresh-nunhuh.fresh-6ndf97.fresh-wbnipp.fresh-mitw7u.fresh-9s7ilg 1.fresh-dss752.fresh-mtld4s.fresh-5glby0.fresh-vaaa8l.fresh-f6jz9v.fresh-lp73mt 1.fresh-pmw3f3.fresh-w9ma0k.5z'/%3e%3c/svg%3e");
}

.fresh-rhznw9 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .fresh-rhznw9 {
    gap: 16px 0;
  }
}

.fresh-osb9ih {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.fresh-osb9ih.fresh-hpx66h {
  display: block;
}

.fresh-osb9ih.fresh-f5xxgp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .fresh-osb9ih {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.fresh-ynsc28 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.fresh-d13qgv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.fresh-qysd2e {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.fresh-igeet0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.fresh-igeet0 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.fresh-18hsm4 {
  font-size: 16px;
  line-height: 140%;
}

.fresh-l96vyi {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.fresh-l96vyi .fresh-hqpuwy {
  fill: #c2c0ce;
}

.fresh-l96vyi [rating="1"] .fresh-hqpuwy:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.fresh-l96vyi [rating="2"] .fresh-hqpuwy:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.fresh-l96vyi [rating="3"] .fresh-hqpuwy:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.fresh-l96vyi [rating="4"] .fresh-hqpuwy:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.fresh-l96vyi [rating="5"] .fresh-hqpuwy:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.fresh-w8fiy8 {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.fresh-w8fiy8 textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.fresh-w8fiy8 button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.fresh-40a3xj {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.fresh-40a3xj.fresh-uwmbnf {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.fresh-7mt3ti {
  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;
}

.fresh-7mt3ti label {
  font-size: 14px;
}

.fresh-7mt3ti h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fresh-7mt3ti input,
.fresh-7mt3ti textarea,
.fresh-7mt3ti 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;
}
.fresh-7mt3ti button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fresh-sfovzh ease;
}
.fresh-7mt3ti button:hover {
  background-color: var(--button-bg-hover);
}
.fresh-nhk55m {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fresh-2175yu ease-in;
}

.fresh-nhk55m h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.fresh-zlt94d, .fresh-ok8f6l, [class*="review-card"],
thead, thead th, table th, .fresh-aul45l,
.fresh-nbfd9o, [class*="collapsible-header"],
.fresh-awvdi9, [class*="updated-block"] {
  color: #ece7dc !important;
}
