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;
  }
}

.rolla-55ayzn {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.rolla-0qzini {
  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) {
  .rolla-0qzini: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;
  }
}

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

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

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

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

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

.rolla-01voh3 {
  cursor: pointer;
}

.rolla-eebbgp {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.rolla-d4dnjb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rolla-d4dnjb figure {
  margin: 0;
}

.rolla-d4dnjb.rolla-rpbt7y {
  justify-content: flex-start;
  margin-right: 4px;
}

.rolla-d4dnjb.rolla-bm9o5j {
  justify-content: flex-end;
  margin-left: 4px;
}

.rolla-d4dnjb.rolla-dfy3r7 {
  justify-content: center;
}

.rolla-d4dnjb.rolla-aq9l9m {
  justify-content: normal;
}

.rolla-xl4977 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.rolla-z1urk6 {
  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) {
  .rolla-z1urk6 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.rolla-ycua3q {
  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) {
  .rolla-ycua3q {
    flex-direction: column;
  }
}

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

.rolla-wjaqwi img {
  width: 100%;
}

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

.rolla-fxebtu {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.rolla-fxebtu 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) {
  .rolla-fxebtu ul {
    margin-bottom: 15px;
  }
}

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

.rolla-fxebtu 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);
}

.rolla-fxebtu ul li span svg {
  fill: var(--title-color);
}

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

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

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

.rolla-fxebtu ul li:last-of-type::after {
  display: none;
}

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

.rolla-xr5bhu {
  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) {
  .rolla-xr5bhu {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.rolla-aod36y {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.rolla-m6n8mr.rolla-63z8am {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .rolla-m6n8mr.rolla-63z8am:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.rolla-a6di07 {
  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) {
  .rolla-a6di07 {
    padding: 80px 16px 0;
  }
}

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

.rolla-qwuxr8 {
  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) {
  .rolla-qwuxr8 {
    flex-direction: column;
  }
}

.rolla-aomk40 {
  margin-bottom: 94px;
}

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

.rolla-uqf0pt .rolla-rcfz68 {
  margin-bottom: 28px;
}

.rolla-uqf0pt .rolla-rcfz68 img {
  max-height: 100px;
  width: auto;
}

.rolla-2rpv94 {
  display: flex;
  align-items: center;
}

.rolla-2rpv94 a + a {
  margin-left: 24px;
}

.rolla-2rpv94 img {
  max-height: 56px;
  width: auto;
}

.rolla-2rpv94 img + img {
  margin-left: 24px;
}

.rolla-xa6j5f {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.rolla-00f9k1 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.rolla-qih05d li {
  display: flex;
  margin: 0 7px;
}

.rolla-qih05d li svg {
  transition: 0.rolla-1r06v7 ease-in-out;
}

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

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

.rolla-7ugwq0 + .rolla-7ugwq0 {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .rolla-7ugwq0 + .rolla-7ugwq0 {
    margin: 36px 0 0;
  }
}

.rolla-taqxqy {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.rolla-gqibjz {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rolla-gqibjz li {
  font-size: 16px;
}

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

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

.rolla-gqibjz li + li {
  margin-top: 16px;
}

.rolla-j4lv3n {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.rolla-80uvds ease-in-out;
}

.rolla-j4lv3n.rolla-iahn40 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.rolla-uk9pjp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.rolla-risdwa li {
  width: 100%;
}

.rolla-risdwa 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.rolla-1r06v7 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.rolla-risdwa li a svg {
  fill: var(--button-text-color);
}

.rolla-risdwa li a.rolla-iahn40 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.rolla-7xhgeo {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.rolla-7xhgeo img {
  width: 100%;
  transition: 0.rolla-1r06v7 ease-in-out;
}

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

.rolla-lil8nz {
  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) {
  .rolla-lil8nz {
    height: 54px;
  }
}

.rolla-oz1ndj {
  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) {
  .rolla-oz1ndj {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .rolla-oz1ndj .rolla-rcfz68 img {
    max-width: 90px;
  }
}

.rolla-rcfz68 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.rolla-xu38uo li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.rolla-x897oj {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.rolla-x897oj.rolla-6dw5ha {
  margin-right: 0;
}

.rolla-uxi39b {
  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) {
  .rolla-uxi39b {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.rolla-u86buc {
  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) {
  .rolla-u86buc:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

.rolla-l8y0ml:hover > ul {
  display: flex;
}

.rolla-l8y0ml:focus > ul {
  display: flex;
}

.rolla-l8y0ml:focus-within > ul {
  display: flex;
}

.rolla-a70aos {
  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;
}

.rolla-a70aos::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.rolla-80uvds ease-in-out;
}

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

.rolla-l8y0ml ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.rolla-1r06v7 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) {
  .rolla-l8y0ml ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.rolla-l8y0ml 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.rolla-1r06v7 ease-in-out;
  overflow: hidden;
}

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

.rolla-l8y0ml 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) {
  .rolla-l8y0ml ul li a:hover {
    text-decoration: underline;
  }
}

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

.rolla-hhkjo9 {
  display: none;
}

.rolla-5cjtz4 {
  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) {
  .rolla-5cjtz4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .rolla-hhkjo9:checked ~ .rolla-heuux5 {
    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;
  }
  .rolla-heuux5 {
    display: none;
    transition: display 0.rolla-1r06v7 ease-in-out;
  }
  .rolla-hhkjo9:checked ~ .rolla-heuux5 {
    display: block;
  }
  .rolla-hhkjo9:checked + .rolla-5cjtz4 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .rolla-hhkjo9:checked + .rolla-5cjtz4 span:nth-child(2) {
    display: none;
  }
  .rolla-hhkjo9:checked + .rolla-5cjtz4 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.rolla-m8aks0 img {
  margin-bottom: 20px;
}

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

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

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

.rolla-4snbrg {
  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) {
  .rolla-4snbrg {
    font-size: 32px;
  }
}

.rolla-0sk81b {
  color: var(--text-color);
}

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

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

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

.rolla-uo2xl1 p img {
  display: block;
  margin: 0 auto;
}

.rolla-uo2xl1 p:first-of-type {
  margin-top: 0;
}

.rolla-uo2xl1 p:last-of-type {
  margin-bottom: 0;
}

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

.rolla-uo2xl1 ul {
  padding: 0 0 0 20px;
}

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

.rolla-uo2xl1 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) {
  .rolla-uo2xl1 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.rolla-uo2xl1 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) {
  .rolla-uo2xl1 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.rolla-lg98s1 {
  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) {
  .rolla-lg98s1 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.rolla-lg98s1 h1,
.rolla-lg98s1 h2,
.rolla-lg98s1 h3,
.rolla-lg98s1 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) {
  .rolla-lg98s1 h1,
  .rolla-lg98s1 h2,
  .rolla-lg98s1 h3,
  .rolla-lg98s1 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.rolla-qfw88k .rolla-rl6kje {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.rolla-qfw88k .rolla-y8z46m {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.rolla-y8z46m {
  margin: 0 0 28px;
}

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

.rolla-rl6kje {
  margin: 0 0 28px;
}

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

.rolla-ls1b95 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) {
  .rolla-ls1b95 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.rolla-ls1b95 .rolla-0qzini {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rolla-en9v7f {
  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) {
  .rolla-en9v7f {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.rolla-jaf09h {
  position: relative;
  border: none;
}

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

.rolla-kg8f27 {
  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;
}

.rolla-kg8f27 span {
  height: 32px;
}

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

.rolla-kg8f27.rolla-n8ngi6 span {
  transform: scaleY(-1);
}

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

.rolla-pufs5g {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.rolla-pufs5g li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.rolla-1r06v7 ease-in-out;
}

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

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

.rolla-pufs5g.rolla-m68tj1 {
  display: none;
}

.rolla-ea3bb6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.rolla-ea3bb6 table {
  width: 100%;
  border-collapse: collapse;
}

.rolla-ea3bb6 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) {
  .rolla-ea3bb6 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .rolla-ea3bb6 table td {
    min-width: 75px;
  }
}

.rolla-ea3bb6 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) {
  .rolla-ea3bb6 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.rolla-u78h07 {
  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) {
  .rolla-u78h07 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.rolla-atwnju {
  width: 100%;
  border-collapse: collapse;
}

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

.rolla-atwnju 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) {
  .rolla-atwnju tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

.rolla-an1hza p {
  color: var(--text-color);
}

.rolla-7qcpyw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.rolla-6tw578 {
  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);
}

.rolla-ewj8iq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.rolla-97rman p + p {
  margin-top: 10px;
}

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

.rolla-mhrr0a {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rolla-mhrr0a {
    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;
  }
}

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

.rolla-c8qv5p li {
  margin: 0 20px;
}

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

.rolla-c8qv5p li a img {
  margin-bottom: 4px;
}

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

.rolla-znfio3 {
  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) {
  .rolla-znfio3 {
    padding: 0 16px;
  }
}

.rolla-znfio3 li {
  font-size: 16px;
  position: relative;
}

.rolla-znfio3 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.rolla-znfio3 li span {
  opacity: 0.5;
}

.rolla-znfio3 li + li {
  margin-left: 30px;
}

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

h2.rolla-lg98s1 {
  margin: 0 0 28px;
}

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

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

.rolla-diyk5t 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);
}

.rolla-diyk5t 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;
}

.rolla-diyk5t 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;
}

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

.rolla-diyk5t tbody tr:last-of-type {
  margin-bottom: 0;
}

.rolla-diyk5t tbody tr td:first-of-type {
  flex-shrink: 0;
}

.rolla-diyk5t 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);
}

.rolla-diyk5t 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);
}

.rolla-diyk5t tbody tr td:last-of-type {
  margin-left: auto;
}

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

.rolla-diyk5t tbody tr td .rolla-yc1xgg {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .rolla-diyk5t tbody tr td .rolla-yc1xgg {
    width: 100%;
  }
}

.rolla-diyk5t tbody tr td .rolla-tchvd4 {
  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.rolla-1r06v7 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .rolla-diyk5t tbody tr td .rolla-tchvd4 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .rolla-diyk5t tbody tr td .rolla-tchvd4 {
    width: 100%;
  }
}

.rolla-diyk5t tbody tr td .rolla-lo5xxs {
  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) {
  .rolla-diyk5t tbody tr td .rolla-lo5xxs:hover {
    text-decoration: none;
  }
}

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

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

.rolla-azkq87 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.rolla-ysoqbd {
  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) {
  .rolla-ysoqbd {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

.rolla-m74it2 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.rolla-1r06v7 ease-in-out;
}

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

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

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

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

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

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

.rolla-5qaef6 img {
  width: 100%;
  height: 100%;
}

.rolla-5qaef6 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.rolla-gapa8o svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.rolla-1r06v7 ease-in-out;
}

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

.rolla-d3btls {
  padding: 90px 0;
}

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

.rolla-43g8z2 {
  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) {
  .rolla-43g8z2 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .rolla-43g8z2 {
    flex-direction: column-reverse;
  }
}

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

.rolla-gh13w3 img {
  width: 100%;
}

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

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

.rolla-n51f1c {
  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;
}

.rolla-n51f1c 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) {
  .rolla-n51f1c {
    flex-basis: auto;
  }
}

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

.rolla-tnqsyd {
  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.rolla-1r06v7 ease-in-out;
}

.rolla-tnqsyd:hover {
  border: 1px solid #8c8ca2;
}

.rolla-yew4mj {
  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%);
}

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

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

.rolla-oicx9x a {
  text-decoration: underline;
  color: #8babff;
}

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

.rolla-yt05ac .rolla-tnqsyd {
  width: 50%;
  margin: 0;
}

.rolla-92gptl {
  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;
}

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

.rolla-o3rjnq {
  margin: 0 0 100px;
}

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

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

.rolla-hrkzm2 {
  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) {
  .rolla-hrkzm2 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.rolla-mc5uqu {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.rolla-nit6jz {
  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) {
  .rolla-nit6jz {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.rolla-nit6jz 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.rolla-1r06v7 ease-in-out;
}

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

.rolla-nit6jz a svg {
  fill: #fff;
}

.rolla-nit6jz a:hover {
  background: #3d68e7;
}

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

.rolla-4lit0e {
  margin-bottom: 16px;
}

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

.rolla-o243oc {
  font-size: 16px;
  color: var(--text-color);
}

.rolla-d5hj2r {
  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) {
  .rolla-d5hj2r {
    padding: 0 16px;
  }
}

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

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

.rolla-9tx42p {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.rolla-9tx42p h1,
.rolla-9tx42p 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) {
  .rolla-9tx42p h1,
  .rolla-9tx42p h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

.rolla-y24ygo {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.rolla-y24ygo 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) {
  .rolla-y24ygo h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.rolla-y24ygo 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) {
  .rolla-y24ygo h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.rolla-y24ygo 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);
}

.rolla-y24ygo 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) {
  .rolla-y24ygo table tr td {
    padding: 12px 4px;
  }
}

.rolla-y24ygo 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) {
  .rolla-y24ygo table tr th {
    padding: 12px 4px;
  }
}

.rolla-y24ygo table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .rolla-y24ygo {
    margin: 0;
  }
}

.rolla-6ppcmh {
  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) {
  .rolla-6ppcmh {
    min-height: 190px;
  }
}

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

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

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

.rolla-n4xn6e.rolla-gsttbf {
  display: none;
}

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

.rolla-07xdr2 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rolla-07xdr2 iframe.rolla-7cg4sx {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.rolla-07xdr2.rolla-ndkjv2 {
  opacity: 1;
  pointer-events: all;
}

.rolla-go3pys {
  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.rolla-1r06v7 ease-in-out;
}

.rolla-go3pys svg {
  margin-right: 10px;
}

.rolla-go3pys + .rolla-go3pys {
  margin-top: 14px;
}

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

.rolla-3v095e {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

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

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

.rolla-d5hj2r .rolla-ls1b95 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.rolla-d5hj2r .rolla-ls1b95 h1,
.rolla-d5hj2r .rolla-ls1b95 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) {
  .rolla-d5hj2r .rolla-ls1b95 h1,
  .rolla-d5hj2r .rolla-ls1b95 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .rolla-d5hj2r .rolla-ls1b95 {
    margin: 28px 0 0;
  }
}

.rolla-gyx4td {
  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) {
  .rolla-gyx4td {
    padding: 0 16px;
  }
}

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

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

.rolla-0v4lkv {
  max-width: 545px;
  width: 100%;
}

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

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

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

.rolla-2t2gtj iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rolla-18p35n {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.rolla-2ncybu {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.rolla-oo2hvv .rolla-0qzini {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .rolla-oo2hvv .rolla-0qzini {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.rolla-uy1wuz {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.rolla-uy1wuz img {
  width: 100%;
}

.rolla-xtwkjr {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.rolla-iqmzj1 {
  width: 100%;
  margin: 0 0 100px;
}

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

.rolla-iqmzj1 .rolla-0brjh9 {
  position: relative;
}

.rolla-iqmzj1 .rolla-5relwp {
  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;
}

.rolla-iqmzj1 .rolla-5relwp.rolla-gsttbf {
  display: none;
}

.rolla-iqmzj1 .rolla-1pqoog {
  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) {
  .rolla-iqmzj1 .rolla-1pqoog {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .rolla-iqmzj1 .rolla-1pqoog {
    bottom: 90px;
  }
}

.rolla-iqmzj1 .rolla-1pqoog .rolla-qavvm4 {
  max-width: 300px;
  width: 100%;
}

.rolla-iqmzj1 .rolla-1pqoog .rolla-qavvm4 .rolla-j392ew {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .rolla-iqmzj1 .rolla-1pqoog .rolla-qavvm4 .rolla-j392ew {
    font-size: 32px;
    text-align: center;
  }
}

.rolla-iqmzj1 .rolla-1pqoog .rolla-qavvm4 .rolla-ql6bmr {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .rolla-iqmzj1 .rolla-1pqoog .rolla-qavvm4 .rolla-ql6bmr {
    text-align: center;
  }
}

.rolla-iqmzj1 .rolla-1pqoog .rolla-6dw5ha {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .rolla-iqmzj1 .rolla-1pqoog .rolla-6dw5ha {
    flex-direction: column-reverse;
  }
}

.rolla-iqmzj1 .rolla-1pqoog .rolla-6dw5ha .rolla-6gz4ka {
  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.rolla-1r06v7 ease-in-out;
}

.rolla-iqmzj1 .rolla-1pqoog .rolla-6dw5ha .rolla-6gz4ka:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .rolla-iqmzj1 .rolla-1pqoog .rolla-6dw5ha .rolla-6gz4ka {
    width: 100%;
  }
}

.rolla-iqmzj1 .rolla-1pqoog .rolla-6dw5ha .rolla-1yv842 {
  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.rolla-1r06v7 ease-in-out;
  overflow: hidden;
}

.rolla-iqmzj1 .rolla-1pqoog .rolla-6dw5ha .rolla-1yv842 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);
  }
}

.rolla-iqmzj1 .rolla-1pqoog .rolla-6dw5ha .rolla-1yv842: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;
}

.rolla-iqmzj1 .rolla-1pqoog .rolla-6dw5ha .rolla-1yv842:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .rolla-iqmzj1 .rolla-1pqoog .rolla-6dw5ha .rolla-1yv842 {
    width: 100%;
  }
}

.rolla-iqmzj1 .rolla-1pqoog.rolla-gsttbf {
  display: none;
}

.rolla-iqmzj1 .rolla-0718ic {
  display: none;
}

.rolla-iqmzj1 .rolla-0718ic.rolla-ndkjv2 {
  display: block;
}

.rolla-iqmzj1 .rolla-0718ic iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .rolla-iqmzj1 .rolla-0718ic iframe {
    height: calc(100vh - 54px);
  }
}

.rolla-iqmzj1 .rolla-q7l9ez {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

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

.rolla-iqmzj1 .rolla-q7l9ez .rolla-j392ew {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .rolla-iqmzj1 .rolla-q7l9ez .rolla-j392ew {
    margin-bottom: 24px;
  }
}

.rolla-iqmzj1 .rolla-q7l9ez 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);
}

.rolla-iqmzj1 .rolla-q7l9ez 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) {
  .rolla-iqmzj1 .rolla-q7l9ez table tr td {
    padding: 12px 4px;
  }
}

.rolla-iqmzj1 .rolla-q7l9ez 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) {
  .rolla-iqmzj1 .rolla-q7l9ez table tr th {
    padding: 12px 4px;
  }
}

.rolla-iqmzj1 .rolla-q7l9ez table tr:last-of-type td {
  border-bottom: none;
}

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

.rolla-36qn1y.rolla-iahn40 {
  display: block;
}

.rolla-36qn1y iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.rolla-36qn1y .rolla-4j94qq {
  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;
}

.rolla-36qn1y .rolla-ocnykg {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.rolla-36qn1y .rolla-1yv842 {
  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.rolla-1r06v7 ease-in-out;
}

.rolla-36qn1y .rolla-1yv842:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.rolla-qrpx4x.rolla-iahn40 {
  display: block;
}

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

.rolla-4s2das {
  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;
}

.rolla-3e9lkr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.rolla-ug0jnh {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.rolla-ug0jnh svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.rolla-wu4ucm {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rolla-6y81wk.rolla-gsttbf {
  display: none;
}

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

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

.rolla-366xek {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.rolla-366xek span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

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

.rolla-366xek 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.rolla-1r06v7 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.rolla-366xek input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.rolla-366xek input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.rolla-366xek input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.rolla-366xek input:active {
  border-color: #c2c0ce;
}

.rolla-366xek input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .rolla-366xek {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.rolla-fd1rg2 {
  margin-bottom: 36px;
}

.rolla-fd1rg2 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;
}

.rolla-fd1rg2 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.rolla-fd1rg2 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.rolla-o0nlnl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rolla-dqi1r8 {
  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.rolla-1r06v7 ease-in-out;
}

.rolla-dqi1r8:hover {
  background: var(--border-color);
}

.rolla-cz3l39 {
  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.rolla-1r06v7 ease-in-out;
}

.rolla-cz3l39:hover {
  background: #166ad9;
}

.rolla-7u2n4f {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.rolla-7u2n4f.rolla-gsttbf {
  display: none;
}

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

.rolla-7u2n4f .rolla-dqi1r8 {
  margin: 0 auto;
}

.rolla-8kmqm5 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.rolla-etn60p {
  filter: grayscale(100%);
}

.rolla-pmjuwf > input {
  display: none;
}

.rolla-pmjuwf > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rolla-r32ae4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.rolla-yt31p8 44.rolla-ofuojm.rolla-vmd3bo.rolla-38h7bu.rolla-k9bfjm.rolla-o0ows3.rolla-wy8cpm.rolla-jbohni.rolla-ckv0em.rolla-1qzemx.rolla-l3dbcc.rolla-2t0qz1.rolla-upxe8k 0l-12.rolla-aoo3dt 30.rolla-28p5ol.rolla-rgl0jo 2.rolla-u919w8.rolla-rgl0jo 3.rolla-vyrnwj 3.rolla-pnyy3h.rolla-gvlikt 3.rolla-wz7wtk.rolla-0nj5pq.rolla-ivr0ox.rolla-woc5ki 7-3.rolla-aoo3dt 10.rolla-7k9188.rolla-woc5ki 23.rolla-pj45z8.rolla-pgm0a0 1.rolla-a2k40n 2.rolla-aoo3dt 3.rolla-pgm0a0 1.rolla-gvlikt 5.rolla-so5vzk.rolla-gvlikt 32.rolla-i4bt4w.rolla-0nj5pq 5.rolla-upxe8k 4.rolla-woc5ki 9.rolla-woc5ki 8.rolla-gvlikt 6.rolla-1ns91f.rolla-rlyfr8.rolla-rpjp5g.rolla-bs2ur4.rolla-gqhngb 4.rolla-9w7dr2.rolla-gqhngb 6.rolla-gqhngb 0l29.rolla-upxe8k 17.rolla-o42qt8.rolla-haiara 2.rolla-ea0qny 10.rolla-m0migt.rolla-aoo3dt 8.rolla-19rjhe.rolla-e4x6hr.rolla-diubn3.rolla-zto0c6.rolla-4je8dz.rolla-0nj5pq.rolla-o0ows3.rolla-aoo3dt 1.rolla-mswdtv.rolla-ma747t.rolla-6d22u0.rolla-9qdwyn.rolla-9ldb2k.rolla-a2k40n 1.rolla-s2xso8.rolla-va2v3g.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.rolla-pmjuwf > input:checked ~ label,
.rolla-pmjuwf > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rolla-r32ae4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.rolla-yt31p8 44.rolla-ofuojm.rolla-vmd3bo.rolla-38h7bu.rolla-k9bfjm.rolla-o0ows3.rolla-wy8cpm.rolla-jbohni.rolla-ckv0em.rolla-1qzemx.rolla-l3dbcc.rolla-2t0qz1.rolla-upxe8k 0l-12.rolla-aoo3dt 30.rolla-28p5ol.rolla-rgl0jo 2.rolla-u919w8.rolla-rgl0jo 3.rolla-vyrnwj 3.rolla-pnyy3h.rolla-gvlikt 3.rolla-wz7wtk.rolla-0nj5pq.rolla-ivr0ox.rolla-woc5ki 7-3.rolla-aoo3dt 10.rolla-7k9188.rolla-woc5ki 23.rolla-pj45z8.rolla-pgm0a0 1.rolla-a2k40n 2.rolla-aoo3dt 3.rolla-pgm0a0 1.rolla-gvlikt 5.rolla-so5vzk.rolla-gvlikt 32.rolla-i4bt4w.rolla-0nj5pq 5.rolla-upxe8k 4.rolla-woc5ki 9.rolla-woc5ki 8.rolla-gvlikt 6.rolla-1ns91f.rolla-rlyfr8.rolla-rpjp5g.rolla-bs2ur4.rolla-gqhngb 4.rolla-9w7dr2.rolla-gqhngb 6.rolla-gqhngb 0l29.rolla-upxe8k 17.rolla-o42qt8.rolla-haiara 2.rolla-ea0qny 10.rolla-m0migt.rolla-aoo3dt 8.rolla-19rjhe.rolla-e4x6hr.rolla-diubn3.rolla-zto0c6.rolla-4je8dz.rolla-0nj5pq.rolla-o0ows3.rolla-aoo3dt 1.rolla-mswdtv.rolla-ma747t.rolla-6d22u0.rolla-9qdwyn.rolla-9ldb2k.rolla-a2k40n 1.rolla-s2xso8.rolla-va2v3g.5z'/%3e%3c/svg%3e");
}

.rolla-pmjuwf > input:not(:checked) ~ label:hover,
.rolla-pmjuwf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rolla-r32ae4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.rolla-yt31p8 44.rolla-ofuojm.rolla-vmd3bo.rolla-38h7bu.rolla-k9bfjm.rolla-o0ows3.rolla-wy8cpm.rolla-jbohni.rolla-ckv0em.rolla-1qzemx.rolla-l3dbcc.rolla-2t0qz1.rolla-upxe8k 0l-12.rolla-aoo3dt 30.rolla-28p5ol.rolla-rgl0jo 2.rolla-u919w8.rolla-rgl0jo 3.rolla-vyrnwj 3.rolla-pnyy3h.rolla-gvlikt 3.rolla-wz7wtk.rolla-0nj5pq.rolla-ivr0ox.rolla-woc5ki 7-3.rolla-aoo3dt 10.rolla-7k9188.rolla-woc5ki 23.rolla-pj45z8.rolla-pgm0a0 1.rolla-a2k40n 2.rolla-aoo3dt 3.rolla-pgm0a0 1.rolla-gvlikt 5.rolla-so5vzk.rolla-gvlikt 32.rolla-i4bt4w.rolla-0nj5pq 5.rolla-upxe8k 4.rolla-woc5ki 9.rolla-woc5ki 8.rolla-gvlikt 6.rolla-1ns91f.rolla-rlyfr8.rolla-rpjp5g.rolla-bs2ur4.rolla-gqhngb 4.rolla-9w7dr2.rolla-gqhngb 6.rolla-gqhngb 0l29.rolla-upxe8k 17.rolla-o42qt8.rolla-haiara 2.rolla-ea0qny 10.rolla-m0migt.rolla-aoo3dt 8.rolla-19rjhe.rolla-e4x6hr.rolla-diubn3.rolla-zto0c6.rolla-4je8dz.rolla-0nj5pq.rolla-o0ows3.rolla-aoo3dt 1.rolla-mswdtv.rolla-ma747t.rolla-6d22u0.rolla-9qdwyn.rolla-9ldb2k.rolla-a2k40n 1.rolla-s2xso8.rolla-va2v3g.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .rolla-4ipn7u > .rolla-g5qtnr {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .rolla-4ipn7u > .rolla-g5qtnr {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .rolla-4ipn7u > .rolla-g5qtnr {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .rolla-4ipn7u > .rolla-g5qtnr {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .rolla-4ipn7u > .rolla-g5qtnr {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.rolla-1wu4am {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.rolla-1wu4am.rolla-gsttbf {
  display: none;
}

.rolla-sm5ncl {
  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) {
  .rolla-sm5ncl {
    height: 74px;
    overflow: visible;
  }
}

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

.rolla-ixsr96 {
  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;
}

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

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

.rolla-ixsr96 img {
  border-radius: 16px;
  overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
  .rolla-ixsr96 {
    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;
  }
  .rolla-ixsr96 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.rolla-kvk1nm {
  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;
}

.rolla-kvk1nm::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) {
  .rolla-kvk1nm::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.rolla-kvk1nm::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) {
  .rolla-kvk1nm::after {
    display: none;
  }
}

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

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

.rolla-1cg1lc {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .rolla-1cg1lc {
    top: -20px;
  }
}

.rolla-17tlrt {
  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.rolla-1r06v7 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

@media only screen and (max-width: 1023px) {
  .rolla-17tlrt {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .rolla-17tlrt {
    width: 90px;
    height: 40px;
  }
}

.rolla-1wu4am.rolla-1954sk .rolla-sm5ncl {
  background: #2b3b67;
}

.rolla-1wu4am.rolla-1954sk .rolla-ixsr96 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.rolla-1wu4am.rolla-1954sk .rolla-ixsr96::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.rolla-1wu4am.rolla-1954sk .rolla-ixsr96::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.rolla-1wu4am.rolla-1954sk .rolla-kvk1nm::before {
  background: #0e0f41;
}

.rolla-1wu4am.rolla-1954sk .rolla-kvk1nm::after {
  background: #152557;
}

.rolla-1wu4am.rolla-u1rzmr .rolla-sm5ncl {
  background: #1f35fa;
}

.rolla-1wu4am.rolla-u1rzmr .rolla-ixsr96 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.rolla-1wu4am.rolla-u1rzmr .rolla-ixsr96::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.rolla-1wu4am.rolla-u1rzmr .rolla-ixsr96::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.rolla-1wu4am.rolla-u1rzmr .rolla-kvk1nm::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.rolla-1wu4am.rolla-u1rzmr .rolla-kvk1nm::after {
  background: #192ac8;
}

.rolla-1wu4am.rolla-n604dq .rolla-sm5ncl {
  background: #fa771f;
}

.rolla-1wu4am.rolla-n604dq .rolla-ixsr96 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.rolla-1wu4am.rolla-n604dq .rolla-ixsr96::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.rolla-1wu4am.rolla-n604dq .rolla-ixsr96::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.rolla-1wu4am.rolla-n604dq .rolla-kvk1nm::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.rolla-1wu4am.rolla-n604dq .rolla-kvk1nm::after {
  background: #fa8535;
}

.rolla-yxo8om {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.rolla-k7tqg5 {
  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) {
  .rolla-k7tqg5 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.rolla-hqje0c {
  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) {
  .rolla-hqje0c:hover {
    background: var(--button-bg-hover);
  }
}

.rolla-sm3xfl {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.rolla-yem1kd {
  width: 120px;
  height: 22px;
}

.rolla-yem1kd .rolla-8tc29b {
  fill: #c2c0ce;
}

.rolla-yem1kd [rating="1"] .rolla-8tc29b:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.rolla-yem1kd [rating="2"] .rolla-8tc29b:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.rolla-yem1kd [rating="3"] .rolla-8tc29b:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.rolla-yem1kd [rating="4"] .rolla-8tc29b:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.rolla-yem1kd [rating="5"] .rolla-8tc29b:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.rolla-ej3ym9 {
  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);
}

.rolla-ej3ym9.rolla-ndkjv2 {
  display: block;
}

.rolla-ej3ym9.rolla-gsttbf {
  display: none;
}

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

.rolla-lksacf {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.rolla-do6y6d {
  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);
}

.rolla-yldjt9 {
  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;
}

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

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

.rolla-k1t17u {
  font-size: 16px;
  line-height: 140%;
}

.rolla-3nrgnm {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.rolla-3nrgnm .rolla-8tc29b {
  fill: #c2c0ce;
}

.rolla-3nrgnm [rating="1"] .rolla-8tc29b:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.rolla-3nrgnm [rating="2"] .rolla-8tc29b:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.rolla-3nrgnm [rating="3"] .rolla-8tc29b:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.rolla-3nrgnm [rating="4"] .rolla-8tc29b:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.rolla-3nrgnm [rating="5"] .rolla-8tc29b:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.rolla-1vlvaq {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .rolla-1vlvaq {
    padding: 0 16px;
  }
}

.rolla-w8iyas {
  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) {
  .rolla-w8iyas {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.rolla-iu4txl {
  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) {
  .rolla-iu4txl {
    padding: 12px;
    gap: 12px;
  }
}

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

.rolla-ze9jr1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rolla-96a2ff {
  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;
}

.rolla-uwe034 {
  flex: 1;
  min-width: 0;
}

.rolla-qd73al {
  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) {
  .rolla-qd73al {
    font-size: 14px;
    gap: 6px;
  }
}

.rolla-hu6wbz {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.rolla-hu6wbz svg path {
  fill: var(--button-bg-color);
}

.rolla-hu6wbz svg circle {
  fill: var(--button-text-color);
}

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

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

.rolla-vnueyz strong {
  font-weight: 600;
}

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

.rolla-6tm9d4 p {
  margin: 0 0 16px;
}

.rolla-6tm9d4 p:last-child {
  margin-bottom: 0;
}

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

.rolla-1a540l {
  max-width: 300px;
  width: 100%;
}

.rolla-1a540l a {
  width: 100%;
}

@media (max-width: 575px) {
  .rolla-1a540l {
    max-width: 200px;
  }
}

.rolla-kqemrz {
  justify-content: center;
}

.rolla-fjzcxl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rolla-q4o6gj {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.rolla-5s41n1 .rolla-xu38uo {
  justify-content: center;
}

/* faq */

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

.rolla-2g0q4n {
  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.rolla-g3os4j ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rolla-2g0q4n::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.rolla-g3os4j ease;
}

.rolla-o5c9fl.rolla-iahn40 .rolla-2g0q4n::after {
  transform: rotate(45deg);
}

.rolla-uth78c {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.rolla-1r06v7 ease, padding 0.rolla-1r06v7 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.rolla-o5c9fl.rolla-iahn40 .rolla-uth78c {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.rolla-3sxz1l {
  margin: 25px 0;
}

.rolla-pmjuwf > input:not(:checked) ~ label:hover,
.rolla-pmjuwf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rolla-vt9g09.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.rolla-nqzrt9 44.rolla-y90pvv.rolla-gzytk2.rolla-rpm8i9.rolla-ig8oe0.rolla-emuf51.rolla-to5mll.rolla-h2wyzq.rolla-yek23w.rolla-0ezjma.rolla-oecayv.rolla-ay3ugc.rolla-i71e5x 0l-12.rolla-vj7j02 30.rolla-yl49qo.rolla-38bw1n 2.rolla-hwwgsk.rolla-38bw1n 3.rolla-du3gov 3.rolla-3evhqo.rolla-ec2d4p 3.rolla-77som3.rolla-chtu4z.rolla-k93ycu.rolla-lyvubo 7-3.rolla-vj7j02 10.rolla-gkbyyz.rolla-lyvubo 23.rolla-qar6d2.rolla-kcumpa 1.rolla-3c5gh5 2.rolla-vj7j02 3.rolla-kcumpa 1.rolla-ec2d4p 5.rolla-k8bq0r.rolla-ec2d4p 32.rolla-k7jup8.rolla-chtu4z 5.rolla-i71e5x 4.rolla-lyvubo 9.rolla-lyvubo 8.rolla-ec2d4p 6.rolla-liwpmj.rolla-i5t47j.rolla-0j4brq.rolla-t2dul8.rolla-wdy5c0 4.rolla-220z1c.rolla-wdy5c0 6.rolla-wdy5c0 0l29.rolla-i71e5x 17.rolla-w6l2jo.rolla-9keik5 2.rolla-jhkr5a 10.rolla-8dbq8x.rolla-vj7j02 8.rolla-sr7saw.rolla-7gusjn.rolla-d3c3ak.rolla-rl0t9h.rolla-p9leev.rolla-chtu4z.rolla-emuf51.rolla-vj7j02 1.rolla-p1dzc7.rolla-22gh1q.rolla-if2sor.rolla-fqnb9g.rolla-x2li4u.rolla-3c5gh5 1.rolla-3chk8h.rolla-ba2li2.5z'/%3e%3c/svg%3e");
}

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

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

.rolla-cwyhff {
  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);
}

.rolla-cwyhff.rolla-r0653a {
  display: block;
}

.rolla-cwyhff.rolla-h98yjm {
  display: none;
}

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

.rolla-v6fgji {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.rolla-fdo7lu {
  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);
}

.rolla-9k2stw {
  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;
}

.rolla-3m3d3d small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.rolla-dc14lt {
  font-size: 16px;
  line-height: 140%;
}

.rolla-yusagi {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.rolla-yusagi .rolla-1z5ckp {
  fill: #c2c0ce;
}

.rolla-yusagi [rating="1"] .rolla-1z5ckp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.rolla-yusagi [rating="2"] .rolla-1z5ckp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.rolla-yusagi [rating="3"] .rolla-1z5ckp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.rolla-yusagi [rating="4"] .rolla-1z5ckp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.rolla-yusagi [rating="5"] .rolla-1z5ckp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.rolla-tlfsvu 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;
}

.rolla-tlfsvu 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 */

.rolla-vdx8y4 {
  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);
}

.rolla-vdx8y4.rolla-vqpj77 {
  opacity: 1;
  pointer-events: auto;
}
