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

.tropica-25j29c {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.tropica-eo3864 {
  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) {
  .tropica-eo3864: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;
  }
}

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

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

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

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

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

.tropica-1pmqk2 {
  cursor: pointer;
}

.tropica-bk0gop {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.tropica-o545sw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tropica-o545sw figure {
  margin: 0;
}

.tropica-o545sw.tropica-bdizjt {
  justify-content: flex-start;
  margin-right: 4px;
}

.tropica-o545sw.tropica-9gthbt {
  justify-content: flex-end;
  margin-left: 4px;
}

.tropica-o545sw.tropica-uiubyu {
  justify-content: center;
}

.tropica-o545sw.tropica-d8yxr6 {
  justify-content: normal;
}

.tropica-rswvpr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.tropica-4wd1sm {
  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) {
  .tropica-4wd1sm {
    flex-direction: column;
  }
}

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

.tropica-k2hdn1 img {
  width: 100%;
}

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

.tropica-p1vpxf {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.tropica-p1vpxf 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);
}

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

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

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

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

.tropica-p1vpxf ul li:last-of-type::after {
  display: none;
}

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

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

.tropica-eldgyn {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .tropica-2039x4 {
    height: 50px;
  }
}

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

.tropica-2039x4.tropica-lxl6re {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .tropica-2039x4.tropica-lxl6re:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tropica-2um3bv {
  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) {
  .tropica-2um3bv {
    padding: 80px 16px 0;
  }
}

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

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

.tropica-o3th07 {
  margin-bottom: 94px;
}

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

.tropica-4rvx8q .tropica-i1pnnb {
  margin-bottom: 28px;
}

.tropica-4rvx8q .tropica-i1pnnb img {
  max-height: 100px;
  width: auto;
}

.tropica-jhgmko {
  display: flex;
  align-items: center;
}

.tropica-jhgmko a + a {
  margin-left: 24px;
}

.tropica-jhgmko img {
  max-height: 56px;
  width: auto;
}

.tropica-jhgmko img + img {
  margin-left: 24px;
}

.tropica-9zcb9z {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.tropica-k7rowt {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.tropica-j5a5if li {
  display: flex;
  margin: 0 7px;
}

.tropica-j5a5if li svg {
  transition: 0.tropica-evmd4s ease-in-out;
}

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

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

.tropica-ely5gy + .tropica-ely5gy {
  margin-left: 120px;
}

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

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

.tropica-7qhqgd {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tropica-7qhqgd li {
  font-size: 16px;
}

.tropica-7qhqgd li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.tropica-7qhqgd li + li {
  margin-top: 16px;
}

.tropica-o0ieq4 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.tropica-hhrikr ease-in-out;
}

.tropica-o0ieq4.tropica-mygbd8 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.tropica-1q72co {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.tropica-40e87a li {
  width: 100%;
}

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

.tropica-40e87a li a svg {
  fill: var(--button-text-color);
}

.tropica-40e87a li a.tropica-mygbd8 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.tropica-ss8nf4 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.tropica-ss8nf4 img {
  width: 100%;
  transition: 0.tropica-evmd4s ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .tropica-x92i16 .tropica-i1pnnb img {
    max-width: 90px;
  }
}

.tropica-i1pnnb img {
  max-height: 50px;
  width: auto;
}

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

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

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

.tropica-rgkz8f li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.tropica-k43ugq {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.tropica-k43ugq.tropica-mvcy44 {
  margin-right: 0;
}

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

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

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

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

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

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

.tropica-g6h71f:hover > ul {
  display: flex;
}

.tropica-g6h71f:focus > ul {
  display: flex;
}

.tropica-g6h71f:focus-within > ul {
  display: flex;
}

.tropica-2c877t {
  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;
}

.tropica-2c877t::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.tropica-hhrikr ease-in-out;
}

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

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

.tropica-g6h71f 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.tropica-evmd4s ease-in-out;
  overflow: hidden;
}

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

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

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

.tropica-fp5bam {
  display: none;
}

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

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

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

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

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

.tropica-bw8cnz img {
  margin-bottom: 20px;
}

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

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

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

.tropica-ivj8vh {
  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) {
  .tropica-ivj8vh {
    font-size: 32px;
  }
}

.tropica-skwbn4 {
  color: var(--text-color);
}

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

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

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

.tropica-awv02h p img {
  display: block;
  margin: 0 auto;
}

.tropica-awv02h p:first-of-type {
  margin-top: 0;
}

.tropica-awv02h p:last-of-type {
  margin-bottom: 0;
}

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

.tropica-awv02h ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tropica-b7dv41 .tropica-8eyakj {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .tropica-b7dv41 .tropica-8eyakj {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.tropica-b7dv41 .tropica-ynbp5g {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.tropica-ynbp5g {
  margin: 0 0 28px;
}

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

.tropica-8eyakj {
  margin: 0 0 28px;
}

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

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

.tropica-rsu2q6 .tropica-eo3864 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.tropica-vaa3fq {
  position: relative;
  border: none;
}

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

.tropica-69jqjg {
  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;
}

.tropica-69jqjg span {
  height: 32px;
}

.tropica-69jqjg span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.tropica-69jqjg.tropica-so9m4z span {
  transform: scaleY(-1);
}

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

.tropica-dpikov {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.tropica-dpikov.tropica-qyaoq6 {
  display: none;
}

.tropica-yvzkk6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.tropica-yvzkk6 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .tropica-yvzkk6 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.tropica-c334nk {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.tropica-qt49ct p {
  color: var(--text-color);
}

.tropica-6srmxe {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.tropica-jjpi0u {
  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);
}

.tropica-qh6s6g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.tropica-3f7a3y p + p {
  margin-top: 10px;
}

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

.tropica-6exuvo {
  display: none;
}

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

.tropica-30yoas {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.tropica-30yoas li {
  margin: 0 20px;
}

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

.tropica-30yoas li a img {
  margin-bottom: 4px;
}

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

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

.tropica-d0f5s6 li {
  font-size: 16px;
  position: relative;
}

.tropica-d0f5s6 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.tropica-d0f5s6 li span {
  opacity: 0.5;
}

.tropica-d0f5s6 li + li {
  margin-left: 30px;
}

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

h2.tropica-ul4t9v {
  margin: 0 0 28px;
}

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

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

.tropica-n7h0m9 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);
}

.tropica-n7h0m9 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;
}

.tropica-n7h0m9 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;
}

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

.tropica-n7h0m9 tbody tr:last-of-type {
  margin-bottom: 0;
}

.tropica-n7h0m9 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.tropica-n7h0m9 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);
}

.tropica-n7h0m9 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);
}

.tropica-n7h0m9 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.tropica-n7h0m9 tbody tr td .tropica-an6f8p {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .tropica-n7h0m9 tbody tr td .tropica-an6f8p {
    width: 100%;
  }
}

.tropica-n7h0m9 tbody tr td .tropica-kizkar {
  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.tropica-evmd4s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .tropica-n7h0m9 tbody tr td .tropica-kizkar {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .tropica-n7h0m9 tbody tr td .tropica-kizkar {
    width: 100%;
  }
}

.tropica-n7h0m9 tbody tr td .tropica-40nzf1 {
  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) {
  .tropica-n7h0m9 tbody tr td .tropica-40nzf1:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

.tropica-nkhk5l img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.tropica-evmd4s ease-in-out;
}

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

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

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

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

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

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

.tropica-c8irsu img {
  width: 100%;
  height: 100%;
}

.tropica-c8irsu iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.tropica-xlu78c svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.tropica-evmd4s ease-in-out;
}

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

.tropica-didfb9 {
  padding: 90px 0;
}

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

.tropica-734r2w {
  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) {
  .tropica-734r2w {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .tropica-734r2w {
    flex-direction: column-reverse;
  }
}

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

.tropica-13v752 img {
  width: 100%;
}

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

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

.tropica-hx4qv6 {
  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;
}

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

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

.tropica-g6849j {
  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.tropica-evmd4s ease-in-out;
}

.tropica-g6849j:hover {
  border: 1px solid #8c8ca2;
}

.tropica-bt0g4l {
  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%);
}

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

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

.tropica-07jdg0 a {
  text-decoration: underline;
  color: #8babff;
}

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

.tropica-mumdfq .tropica-g6849j {
  width: 50%;
  margin: 0;
}

.tropica-fmg1i2 {
  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;
}

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

.tropica-e4iruo {
  margin: 0 0 100px;
}

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

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

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

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

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

.tropica-k1gwkw {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.tropica-sgtgig 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.tropica-evmd4s ease-in-out;
}

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

.tropica-sgtgig a svg {
  fill: #fff;
}

.tropica-sgtgig a:hover {
  background: #3d68e7;
}

.tropica-003f6x {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.tropica-43fpa2 {
  margin-bottom: 16px;
}

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

.tropica-ggx9rw {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.tropica-6lm4rk {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.tropica-xyn3pl 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);
}

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

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

.tropica-xyn3pl table tr:last-of-type td {
  border-bottom: none;
}

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

.tropica-2iznd4 {
  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) {
  .tropica-2iznd4 {
    min-height: 190px;
  }
}

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

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

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

.tropica-lpr6n2.tropica-wnfj76 {
  display: none;
}

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

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

.tropica-pd5bq8 iframe.tropica-f3xbii {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.tropica-pd5bq8.tropica-smllo8 {
  opacity: 1;
  pointer-events: all;
}

.tropica-cf4f5z {
  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.tropica-evmd4s ease-in-out;
}

.tropica-cf4f5z svg {
  margin-right: 10px;
}

.tropica-cf4f5z + .tropica-cf4f5z {
  margin-top: 14px;
}

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

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

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

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

.tropica-f4vcnm .tropica-rsu2q6 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .tropica-f4vcnm .tropica-rsu2q6 {
    margin: 28px 0 0;
  }
}

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

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

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

.tropica-1x0hzw {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.tropica-wrvxxr {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.tropica-f9jj3q {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.tropica-jpwtqq .tropica-eo3864 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .tropica-jpwtqq .tropica-eo3864 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.tropica-32ufvl {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.tropica-32ufvl img {
  width: 100%;
}

.tropica-b3ll9v {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.tropica-lxxwmc {
  width: 100%;
  margin: 0 0 100px;
}

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

.tropica-lxxwmc .tropica-sjx45y {
  position: relative;
}

.tropica-lxxwmc .tropica-lpv089 {
  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;
}

.tropica-lxxwmc .tropica-lpv089.tropica-wnfj76 {
  display: none;
}

.tropica-lxxwmc .tropica-67k42v {
  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) {
  .tropica-lxxwmc .tropica-67k42v {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .tropica-lxxwmc .tropica-67k42v {
    bottom: 90px;
  }
}

.tropica-lxxwmc .tropica-67k42v .tropica-g92tza {
  max-width: 300px;
  width: 100%;
}

.tropica-lxxwmc .tropica-67k42v .tropica-g92tza .tropica-2fs8kt {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tropica-lxxwmc .tropica-67k42v .tropica-g92tza .tropica-2fs8kt {
    font-size: 32px;
    text-align: center;
  }
}

.tropica-lxxwmc .tropica-67k42v .tropica-g92tza .tropica-ki4zjq {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .tropica-lxxwmc .tropica-67k42v .tropica-g92tza .tropica-ki4zjq {
    text-align: center;
  }
}

.tropica-lxxwmc .tropica-67k42v .tropica-mvcy44 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .tropica-lxxwmc .tropica-67k42v .tropica-mvcy44 {
    flex-direction: column-reverse;
  }
}

.tropica-lxxwmc .tropica-67k42v .tropica-mvcy44 .tropica-ev6ua8 {
  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.tropica-evmd4s ease-in-out;
}

.tropica-lxxwmc .tropica-67k42v .tropica-mvcy44 .tropica-ev6ua8:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .tropica-lxxwmc .tropica-67k42v .tropica-mvcy44 .tropica-ev6ua8 {
    width: 100%;
  }
}

.tropica-lxxwmc .tropica-67k42v .tropica-mvcy44 .tropica-yb6pps {
  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.tropica-evmd4s ease-in-out;
  overflow: hidden;
}

.tropica-lxxwmc .tropica-67k42v .tropica-mvcy44 .tropica-yb6pps 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);
  }
}

.tropica-lxxwmc .tropica-67k42v .tropica-mvcy44 .tropica-yb6pps: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;
}

.tropica-lxxwmc .tropica-67k42v .tropica-mvcy44 .tropica-yb6pps:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .tropica-lxxwmc .tropica-67k42v .tropica-mvcy44 .tropica-yb6pps {
    width: 100%;
  }
}

.tropica-lxxwmc .tropica-67k42v.tropica-wnfj76 {
  display: none;
}

.tropica-lxxwmc .tropica-qkihlc {
  display: none;
}

.tropica-lxxwmc .tropica-qkihlc.tropica-smllo8 {
  display: block;
}

.tropica-lxxwmc .tropica-qkihlc iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .tropica-lxxwmc .tropica-qkihlc iframe {
    height: calc(100vh - 54px);
  }
}

.tropica-lxxwmc .tropica-ovt387 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

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

.tropica-lxxwmc .tropica-ovt387 .tropica-2fs8kt {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .tropica-lxxwmc .tropica-ovt387 .tropica-2fs8kt {
    margin-bottom: 24px;
  }
}

.tropica-lxxwmc .tropica-ovt387 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);
}

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

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

.tropica-lxxwmc .tropica-ovt387 table tr:last-of-type td {
  border-bottom: none;
}

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

.tropica-gx8e0v.tropica-mygbd8 {
  display: block;
}

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

.tropica-gx8e0v .tropica-k9b2io {
  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;
}

.tropica-gx8e0v .tropica-hx7xus {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.tropica-gx8e0v .tropica-yb6pps {
  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.tropica-evmd4s ease-in-out;
}

.tropica-gx8e0v .tropica-yb6pps:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.tropica-ctl31x.tropica-mygbd8 {
  display: block;
}

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

.tropica-hyspxr {
  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;
}

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

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

.tropica-m82845 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.tropica-m82845 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.tropica-ovhjjx {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tropica-v3zgwk.tropica-wnfj76 {
  display: none;
}

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

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

.tropica-zsprqo {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.tropica-zsprqo 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.tropica-evmd4s ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.tropica-zsprqo input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tropica-zsprqo input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tropica-zsprqo input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.tropica-zsprqo input:active {
  border-color: #c2c0ce;
}

.tropica-zsprqo input:focus {
  border-color: #c2c0ce;
}

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

.tropica-7229e7 {
  margin-bottom: 36px;
}

.tropica-7229e7 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;
}

.tropica-7229e7 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tropica-7229e7 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.tropica-l1f2er {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tropica-j8aozj {
  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.tropica-evmd4s ease-in-out;
}

.tropica-j8aozj:hover {
  background: var(--border-color);
}

.tropica-0ex71b {
  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.tropica-evmd4s ease-in-out;
}

.tropica-0ex71b:hover {
  background: #166ad9;
}

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

.tropica-r8kf6j.tropica-wnfj76 {
  display: none;
}

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

.tropica-r8kf6j .tropica-j8aozj {
  margin: 0 auto;
}

.tropica-d31vuu {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.tropica-tacbs5 {
  filter: grayscale(100%);
}

.tropica-l1rxu1 > input {
  display: none;
}

.tropica-l1rxu1 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tropica-pcraww.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.tropica-4tovdb 44.tropica-cx0eni.tropica-1251g5.tropica-g6jmrc.tropica-v388xw.tropica-pkf0tl.tropica-lp4i6k.tropica-6abp87.tropica-zk0zpk.tropica-039oxw.tropica-ld5odt.tropica-97hlba.tropica-cw42x1 0l-12.tropica-ojyayb 30.tropica-s9xfcg.tropica-ljorjr 2.tropica-dkzisx.tropica-ljorjr 3.tropica-60zpy5 3.tropica-zl6hvp.tropica-61344a 3.tropica-kholy4.tropica-pgiei2.tropica-fg51ze.tropica-xkph8t 7-3.tropica-ojyayb 10.tropica-b1ruea.tropica-xkph8t 23.tropica-v5ec2s.tropica-z7zqqr 1.tropica-5ttgwq 2.tropica-ojyayb 3.tropica-z7zqqr 1.tropica-61344a 5.tropica-01ojtn.tropica-61344a 32.tropica-wnezaf.tropica-pgiei2 5.tropica-cw42x1 4.tropica-xkph8t 9.tropica-xkph8t 8.tropica-61344a 6.tropica-i7ms8n.tropica-yb41bh.tropica-qchf6l.tropica-l5juye.tropica-g919mw 4.tropica-uwmwmc.tropica-g919mw 6.tropica-g919mw 0l29.tropica-cw42x1 17.tropica-hrjrew.tropica-rbirx7 2.tropica-vluzbd 10.tropica-ncgwn3.tropica-ojyayb 8.tropica-05h323.tropica-5nkr32.tropica-q1y3jb.tropica-2njsrr.tropica-bt5v9l.tropica-pgiei2.tropica-pkf0tl.tropica-ojyayb 1.tropica-32pnaq.tropica-8iuh80.tropica-bzg75r.tropica-bd6sd8.tropica-xo7ypz.tropica-5ttgwq 1.tropica-5sz6sa.tropica-krlrgm.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.tropica-l1rxu1 > input:checked ~ label,
.tropica-l1rxu1 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tropica-pcraww.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.tropica-4tovdb 44.tropica-cx0eni.tropica-1251g5.tropica-g6jmrc.tropica-v388xw.tropica-pkf0tl.tropica-lp4i6k.tropica-6abp87.tropica-zk0zpk.tropica-039oxw.tropica-ld5odt.tropica-97hlba.tropica-cw42x1 0l-12.tropica-ojyayb 30.tropica-s9xfcg.tropica-ljorjr 2.tropica-dkzisx.tropica-ljorjr 3.tropica-60zpy5 3.tropica-zl6hvp.tropica-61344a 3.tropica-kholy4.tropica-pgiei2.tropica-fg51ze.tropica-xkph8t 7-3.tropica-ojyayb 10.tropica-b1ruea.tropica-xkph8t 23.tropica-v5ec2s.tropica-z7zqqr 1.tropica-5ttgwq 2.tropica-ojyayb 3.tropica-z7zqqr 1.tropica-61344a 5.tropica-01ojtn.tropica-61344a 32.tropica-wnezaf.tropica-pgiei2 5.tropica-cw42x1 4.tropica-xkph8t 9.tropica-xkph8t 8.tropica-61344a 6.tropica-i7ms8n.tropica-yb41bh.tropica-qchf6l.tropica-l5juye.tropica-g919mw 4.tropica-uwmwmc.tropica-g919mw 6.tropica-g919mw 0l29.tropica-cw42x1 17.tropica-hrjrew.tropica-rbirx7 2.tropica-vluzbd 10.tropica-ncgwn3.tropica-ojyayb 8.tropica-05h323.tropica-5nkr32.tropica-q1y3jb.tropica-2njsrr.tropica-bt5v9l.tropica-pgiei2.tropica-pkf0tl.tropica-ojyayb 1.tropica-32pnaq.tropica-8iuh80.tropica-bzg75r.tropica-bd6sd8.tropica-xo7ypz.tropica-5ttgwq 1.tropica-5sz6sa.tropica-krlrgm.5z'/%3e%3c/svg%3e");
}

.tropica-l1rxu1 > input:not(:checked) ~ label:hover,
.tropica-l1rxu1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tropica-pcraww.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tropica-4tovdb 44.tropica-cx0eni.tropica-1251g5.tropica-g6jmrc.tropica-v388xw.tropica-pkf0tl.tropica-lp4i6k.tropica-6abp87.tropica-zk0zpk.tropica-039oxw.tropica-ld5odt.tropica-97hlba.tropica-cw42x1 0l-12.tropica-ojyayb 30.tropica-s9xfcg.tropica-ljorjr 2.tropica-dkzisx.tropica-ljorjr 3.tropica-60zpy5 3.tropica-zl6hvp.tropica-61344a 3.tropica-kholy4.tropica-pgiei2.tropica-fg51ze.tropica-xkph8t 7-3.tropica-ojyayb 10.tropica-b1ruea.tropica-xkph8t 23.tropica-v5ec2s.tropica-z7zqqr 1.tropica-5ttgwq 2.tropica-ojyayb 3.tropica-z7zqqr 1.tropica-61344a 5.tropica-01ojtn.tropica-61344a 32.tropica-wnezaf.tropica-pgiei2 5.tropica-cw42x1 4.tropica-xkph8t 9.tropica-xkph8t 8.tropica-61344a 6.tropica-i7ms8n.tropica-yb41bh.tropica-qchf6l.tropica-l5juye.tropica-g919mw 4.tropica-uwmwmc.tropica-g919mw 6.tropica-g919mw 0l29.tropica-cw42x1 17.tropica-hrjrew.tropica-rbirx7 2.tropica-vluzbd 10.tropica-ncgwn3.tropica-ojyayb 8.tropica-05h323.tropica-5nkr32.tropica-q1y3jb.tropica-2njsrr.tropica-bt5v9l.tropica-pgiei2.tropica-pkf0tl.tropica-ojyayb 1.tropica-32pnaq.tropica-8iuh80.tropica-bzg75r.tropica-bd6sd8.tropica-xo7ypz.tropica-5ttgwq 1.tropica-5sz6sa.tropica-krlrgm.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .tropica-llv01r > .tropica-7w586k {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .tropica-llv01r > .tropica-7w586k {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .tropica-llv01r > .tropica-7w586k {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .tropica-llv01r > .tropica-7w586k {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .tropica-llv01r > .tropica-7w586k {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.tropica-ppjzq8.tropica-wnfj76 {
  display: none;
}

.tropica-5mdykg {
  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) {
  .tropica-5mdykg {
    height: 74px;
    overflow: visible;
  }
}

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

.tropica-6c44l6 {
  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;
}

.tropica-6c44l6::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.tropica-6c44l6::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.tropica-6c44l6 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.tropica-2a7gct {
  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;
}

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

.tropica-2a7gct::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) {
  .tropica-2a7gct::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .tropica-x72o44 {
    top: -20px;
  }
}

.tropica-9l1boz {
  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.tropica-evmd4s ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

@media only screen and (max-width: 1023px) {
  .tropica-9l1boz {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .tropica-9l1boz {
    width: 90px;
    height: 40px;
  }
}

.tropica-ppjzq8.tropica-i1oxpe .tropica-5mdykg {
  background: #2b3b67;
}

.tropica-ppjzq8.tropica-i1oxpe .tropica-6c44l6 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.tropica-ppjzq8.tropica-i1oxpe .tropica-6c44l6::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.tropica-ppjzq8.tropica-i1oxpe .tropica-6c44l6::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.tropica-ppjzq8.tropica-i1oxpe .tropica-2a7gct::before {
  background: #0e0f41;
}

.tropica-ppjzq8.tropica-i1oxpe .tropica-2a7gct::after {
  background: #152557;
}

.tropica-ppjzq8.tropica-5otssb .tropica-5mdykg {
  background: #1f35fa;
}

.tropica-ppjzq8.tropica-5otssb .tropica-6c44l6 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.tropica-ppjzq8.tropica-5otssb .tropica-6c44l6::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.tropica-ppjzq8.tropica-5otssb .tropica-6c44l6::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.tropica-ppjzq8.tropica-5otssb .tropica-2a7gct::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.tropica-ppjzq8.tropica-5otssb .tropica-2a7gct::after {
  background: #192ac8;
}

.tropica-ppjzq8.tropica-ovv5xj .tropica-5mdykg {
  background: #fa771f;
}

.tropica-ppjzq8.tropica-ovv5xj .tropica-6c44l6 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tropica-ppjzq8.tropica-ovv5xj .tropica-6c44l6::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.tropica-ppjzq8.tropica-ovv5xj .tropica-6c44l6::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.tropica-ppjzq8.tropica-ovv5xj .tropica-2a7gct::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tropica-ppjzq8.tropica-ovv5xj .tropica-2a7gct::after {
  background: #fa8535;
}

.tropica-pdkr8h {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.tropica-hfo4pd {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.tropica-snx2gj {
  width: 120px;
  height: 22px;
}

.tropica-snx2gj .tropica-nf059d {
  fill: #c2c0ce;
}

.tropica-snx2gj [rating="1"] .tropica-nf059d:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tropica-snx2gj [rating="2"] .tropica-nf059d:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tropica-snx2gj [rating="3"] .tropica-nf059d:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tropica-snx2gj [rating="4"] .tropica-nf059d:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tropica-snx2gj [rating="5"] .tropica-nf059d:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.tropica-mctwda {
  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);
}

.tropica-mctwda.tropica-smllo8 {
  display: block;
}

.tropica-mctwda.tropica-wnfj76 {
  display: none;
}

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

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

.tropica-nlljba {
  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);
}

.tropica-2hh5ir {
  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;
}

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

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

.tropica-9bajc7 {
  font-size: 16px;
  line-height: 140%;
}

.tropica-0e2mi9 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tropica-0e2mi9 .tropica-nf059d {
  fill: #c2c0ce;
}

.tropica-0e2mi9 [rating="1"] .tropica-nf059d:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tropica-0e2mi9 [rating="2"] .tropica-nf059d:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tropica-0e2mi9 [rating="3"] .tropica-nf059d:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tropica-0e2mi9 [rating="4"] .tropica-nf059d:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tropica-0e2mi9 [rating="5"] .tropica-nf059d:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.tropica-94pf68 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.tropica-3zgarg {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.tropica-1aayhl {
  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) {
  .tropica-1aayhl {
    padding: 12px;
    gap: 12px;
  }
}

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

.tropica-ffyc57 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tropica-qg6lsw {
  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;
}

.tropica-wkrbhw {
  flex: 1;
  min-width: 0;
}

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

.tropica-6eufuj {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.tropica-6eufuj svg,
.tropica-6eufuj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tropica-6eufuj svg path {
  fill: var(--button-bg-color);
}

.tropica-6eufuj svg circle {
  fill: var(--button-text-color);
}

.tropica-81at1c {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.tropica-81at1c strong {
  font-weight: 600;
}

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

.tropica-zbccy1 p {
  margin: 0 0 16px;
}

.tropica-zbccy1 p:last-child {
  margin-bottom: 0;
}

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

.tropica-kurohj {
  max-width: 300px;
  width: 100%;
}

.tropica-kurohj a {
  width: 100%;
}

@media (max-width: 575px) {
  .tropica-kurohj {
    max-width: 200px;
  }
}

.tropica-1v101x {
  justify-content: center;
}

.tropica-7iyu0k {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tropica-joqgx2 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.tropica-wvidcs .tropica-rgkz8f {
  justify-content: center;
}

/* faq */

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

.tropica-q4bfpr {
  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.tropica-blizjx ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tropica-q4bfpr::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.tropica-blizjx ease;
}

.tropica-9j8xrx.tropica-mygbd8 .tropica-q4bfpr::after {
  transform: rotate(45deg);
}

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

.tropica-9j8xrx.tropica-mygbd8 .tropica-rpo9o8 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.tropica-ixlwfl {
  margin: 25px 0;
}

.tropica-l1rxu1 > input:not(:checked) ~ label:hover,
.tropica-l1rxu1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tropica-dhdxa5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tropica-omvwba 44.tropica-33yn1e.tropica-qxye0l.tropica-miuj8w.tropica-v7byk3.tropica-ci6i2j.tropica-07dgvr.tropica-q18fyh.tropica-rgo7gs.tropica-eprr71.tropica-g67keh.tropica-gkoyaf.tropica-i9ic7e 0l-12.tropica-pj4bjz 30.tropica-ktj5jc.tropica-pe2nue 2.tropica-ey5rav.tropica-pe2nue 3.tropica-jnlll2 3.tropica-c5rq8t.tropica-ip32qk 3.tropica-l95ehu.tropica-6ld8ex.tropica-o2n4er.tropica-1gws1w 7-3.tropica-pj4bjz 10.tropica-qlotpc.tropica-1gws1w 23.tropica-pj7s8v.tropica-4t6ad8 1.tropica-7asbg8 2.tropica-pj4bjz 3.tropica-4t6ad8 1.tropica-ip32qk 5.tropica-dl6d4r.tropica-ip32qk 32.tropica-6w5g08.tropica-6ld8ex 5.tropica-i9ic7e 4.tropica-1gws1w 9.tropica-1gws1w 8.tropica-ip32qk 6.tropica-1w3utr.tropica-3anxot.tropica-wdzok5.tropica-41tucj.tropica-e2a6rs 4.tropica-rhbhnu.tropica-e2a6rs 6.tropica-e2a6rs 0l29.tropica-i9ic7e 17.tropica-v72ipw.tropica-t21xep 2.tropica-d77vwh 10.tropica-pcqr0g.tropica-pj4bjz 8.tropica-6fo4zq.tropica-xcc21y.tropica-2peyre.tropica-tvz0ev.tropica-b9l9ff.tropica-6ld8ex.tropica-ci6i2j.tropica-pj4bjz 1.tropica-b9lhsc.tropica-r8z22g.tropica-c82ofa.tropica-k91f9h.tropica-xpkejc.tropica-7asbg8 1.tropica-zx6jzc.tropica-ebjyox.5z'/%3e%3c/svg%3e");
}

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

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

.tropica-c6ktov {
  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);
}

.tropica-c6ktov.tropica-2e6ppd {
  display: block;
}

.tropica-c6ktov.tropica-ehilww {
  display: none;
}

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

.tropica-gf0mjo {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.tropica-e8u4mn {
  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);
}

.tropica-fklepz {
  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;
}

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

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

.tropica-j82rxp {
  font-size: 16px;
  line-height: 140%;
}

.tropica-ll4lvp {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tropica-ll4lvp .tropica-lh2vwj {
  fill: #c2c0ce;
}

.tropica-ll4lvp [rating="1"] .tropica-lh2vwj:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tropica-ll4lvp [rating="2"] .tropica-lh2vwj:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tropica-ll4lvp [rating="3"] .tropica-lh2vwj:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tropica-ll4lvp [rating="4"] .tropica-lh2vwj:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tropica-ll4lvp [rating="5"] .tropica-lh2vwj:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.tropica-hd509m 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;
}

.tropica-hd509m 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 */

.tropica-pk1m79 {
  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);
}

.tropica-pk1m79.tropica-bd0i27 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.tropica-94if1l {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.tropica-94if1l label {
  font-size: 14px;
}

.tropica-94if1l h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.tropica-94if1l input,
.tropica-94if1l textarea,
.tropica-94if1l button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.tropica-94if1l button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.tropica-blizjx ease;
}
.tropica-94if1l button:hover {
  background-color: var(--button-bg-hover);
}
.tropica-reilcr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.tropica-03tcs8 ease-in;
}

.tropica-reilcr h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.tropica-qkneq6, .tropica-h14wzr, [class*="review-card"],
thead, thead th, table th, .tropica-h0yc4b,
.tropica-endpd9, [class*="collapsible-header"],
.tropica-6srmxe, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* h2_0-heading-visual: restore heading look after SEO h2->p conversion */
#h2_0 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media only screen and (max-width: 767px) { #h2_0 { font-size: 26px; margin-bottom: 20px; } }
