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

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

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

.oceanspin-n1b8fh {
  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) {
  .oceanspin-n1b8fh: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;
  }
}

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

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

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

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

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

.oceanspin-9n7w5i {
  cursor: pointer;
}

.oceanspin-tsaeb4 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.oceanspin-6yaxt0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.oceanspin-6yaxt0 figure {
  margin: 0;
}

.oceanspin-6yaxt0.oceanspin-6q8613 {
  justify-content: flex-start;
  margin-right: 4px;
}

.oceanspin-6yaxt0.oceanspin-6e2qy6 {
  justify-content: flex-end;
  margin-left: 4px;
}

.oceanspin-6yaxt0.oceanspin-8keq9b {
  justify-content: center;
}

.oceanspin-6yaxt0.oceanspin-d6h30g {
  justify-content: normal;
}

.oceanspin-pvauvl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.oceanspin-0a6zor img {
  width: 100%;
}

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

.oceanspin-k0zhgm {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.oceanspin-k0zhgm 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);
}

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

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

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

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

.oceanspin-k0zhgm ul li:last-of-type::after {
  display: none;
}

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

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

.oceanspin-19mp94 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.oceanspin-kod9u1.oceanspin-hhtkt5 {
  background-color: #000;
}

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

.oceanspin-1hn1n5 {
  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) {
  .oceanspin-1hn1n5 {
    padding: 80px 16px 0;
  }
}

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

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

.oceanspin-nwqbyl {
  margin-bottom: 94px;
}

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

.oceanspin-g03qr4 .oceanspin-3wuaw8 {
  margin-bottom: 28px;
}

.oceanspin-g03qr4 .oceanspin-3wuaw8 img {
  max-height: 100px;
  width: auto;
}

.oceanspin-xrnz1s {
  display: flex;
  align-items: center;
}

.oceanspin-xrnz1s a + a {
  margin-left: 24px;
}

.oceanspin-xrnz1s img {
  max-height: 56px;
  width: auto;
}

.oceanspin-xrnz1s img + img {
  margin-left: 24px;
}

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

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

.oceanspin-igyz4f {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.oceanspin-vlh05x li {
  display: flex;
  margin: 0 7px;
}

.oceanspin-vlh05x li svg {
  transition: 0.oceanspin-10rk2a ease-in-out;
}

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

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

.oceanspin-wu63j5 + .oceanspin-wu63j5 {
  margin-left: 120px;
}

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

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

.oceanspin-h51prr {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oceanspin-h51prr li {
  font-size: 16px;
}

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

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

.oceanspin-h51prr li + li {
  margin-top: 16px;
}

.oceanspin-urhamc {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.oceanspin-bqqfzk ease-in-out;
}

.oceanspin-urhamc.oceanspin-e63ozf {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.oceanspin-aoic6i {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.oceanspin-4v9cla li {
  width: 100%;
}

.oceanspin-4v9cla 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.oceanspin-10rk2a ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.oceanspin-4v9cla li a svg {
  fill: var(--button-text-color);
}

.oceanspin-4v9cla li a.oceanspin-e63ozf {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.oceanspin-mp0fuu {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.oceanspin-mp0fuu img {
  width: 100%;
  transition: 0.oceanspin-10rk2a ease-in-out;
}

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

.oceanspin-9jqsdo {
  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) {
  .oceanspin-9jqsdo {
    height: 54px;
  }
}

.oceanspin-9vciy0 {
  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) {
  .oceanspin-9vciy0 {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .oceanspin-9vciy0 .oceanspin-3wuaw8 img {
    max-width: 90px;
  }
}

.oceanspin-3wuaw8 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .oceanspin-3wuaw8 {
    order: -2;
  }
}

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

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

.oceanspin-kzv27n li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.oceanspin-j7c47l {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.oceanspin-j7c47l.oceanspin-psk7u6 {
  margin-right: 0;
}

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

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

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

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

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

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

.oceanspin-gwh1tw:hover > ul {
  display: flex;
}

.oceanspin-gwh1tw:focus > ul {
  display: flex;
}

.oceanspin-gwh1tw:focus-within > ul {
  display: flex;
}

.oceanspin-no0jlr {
  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;
}

.oceanspin-no0jlr::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.oceanspin-bqqfzk ease-in-out;
}

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

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

.oceanspin-gwh1tw 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.oceanspin-10rk2a ease-in-out;
  overflow: hidden;
}

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

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

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

.oceanspin-8vub76 {
  display: none;
}

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

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

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

.oceanspin-96i1i2 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.oceanspin-96i1i2 img {
  margin-bottom: 20px;
}

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

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

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

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

.oceanspin-vpm1nd {
  color: var(--text-color);
}

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

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

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

.oceanspin-mooyaf p img {
  display: block;
  margin: 0 auto;
}

.oceanspin-mooyaf p:first-of-type {
  margin-top: 0;
}

.oceanspin-mooyaf p:last-of-type {
  margin-bottom: 0;
}

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

.oceanspin-mooyaf ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.oceanspin-dirooz .oceanspin-9bckvv {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .oceanspin-dirooz .oceanspin-9bckvv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.oceanspin-dirooz .oceanspin-ej9jbp {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.oceanspin-ej9jbp {
  margin: 0 0 28px;
}

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

.oceanspin-9bckvv {
  margin: 0 0 28px;
}

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

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

.oceanspin-rdq99t .oceanspin-n1b8fh {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.oceanspin-n9vyff {
  position: relative;
  border: none;
}

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

.oceanspin-3jq2xl {
  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;
}

.oceanspin-3jq2xl span {
  height: 32px;
}

.oceanspin-3jq2xl span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.oceanspin-3jq2xl.oceanspin-s9i0st span {
  transform: scaleY(-1);
}

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

.oceanspin-j7s52e {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.oceanspin-j7s52e li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.oceanspin-10rk2a ease-in-out;
}

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

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

.oceanspin-j7s52e.oceanspin-kqjq0j {
  display: none;
}

.oceanspin-vkvmay {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.oceanspin-vkvmay table {
  width: 100%;
  border-collapse: collapse;
}

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

  .oceanspin-vkvmay table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.oceanspin-5jow6a {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.oceanspin-67u6kp table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.oceanspin-67u6kp table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.oceanspin-67u6kp p {
  color: var(--text-color);
}

.oceanspin-j20g54 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.oceanspin-7sb85i {
  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);
}

.oceanspin-hyblmj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.oceanspin-yolpje p + p {
  margin-top: 10px;
}

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

.oceanspin-9kuy1u {
  display: none;
}

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

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

.oceanspin-mjxw93 li {
  margin: 0 20px;
}

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

.oceanspin-mjxw93 li a img {
  margin-bottom: 4px;
}

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

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

.oceanspin-egwiir li {
  font-size: 16px;
  position: relative;
}

.oceanspin-egwiir li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.oceanspin-egwiir li span {
  opacity: 0.5;
}

.oceanspin-egwiir li + li {
  margin-left: 30px;
}

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

h2.oceanspin-cdm594 {
  margin: 0 0 28px;
}

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

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

.oceanspin-73mmun 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);
}

.oceanspin-73mmun 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;
}

.oceanspin-73mmun 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;
}

.oceanspin-73mmun tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.oceanspin-73mmun tbody tr:last-of-type {
  margin-bottom: 0;
}

.oceanspin-73mmun tbody tr td:first-of-type {
  flex-shrink: 0;
}

.oceanspin-73mmun 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);
}

.oceanspin-73mmun 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);
}

.oceanspin-73mmun tbody tr td:last-of-type {
  margin-left: auto;
}

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

.oceanspin-73mmun tbody tr td .oceanspin-jq0omh {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .oceanspin-73mmun tbody tr td .oceanspin-jq0omh {
    width: 100%;
  }
}

.oceanspin-73mmun tbody tr td .oceanspin-gg6srz {
  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.oceanspin-10rk2a ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .oceanspin-73mmun tbody tr td .oceanspin-gg6srz:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .oceanspin-73mmun tbody tr td .oceanspin-gg6srz {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .oceanspin-73mmun tbody tr td .oceanspin-gg6srz {
    width: 100%;
  }
}

.oceanspin-73mmun tbody tr td .oceanspin-he5nz2 {
  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) {
  .oceanspin-73mmun tbody tr td .oceanspin-he5nz2:hover {
    text-decoration: none;
  }
}

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

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

.oceanspin-vmgnb5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.oceanspin-uu48wq img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.oceanspin-10rk2a ease-in-out;
}

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

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

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

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

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

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

.oceanspin-gtyuea img {
  width: 100%;
  height: 100%;
}

.oceanspin-gtyuea iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.oceanspin-j2dloj svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.oceanspin-10rk2a ease-in-out;
}

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

.oceanspin-ptu175 {
  padding: 90px 0;
}

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

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

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

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

.oceanspin-lcc9ha img {
  width: 100%;
}

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

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

.oceanspin-iu8ez9 {
  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;
}

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

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

.oceanspin-oylrud {
  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.oceanspin-10rk2a ease-in-out;
}

.oceanspin-oylrud:hover {
  border: 1px solid #8c8ca2;
}

.oceanspin-zsqfc5 {
  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%);
}

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

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

.oceanspin-w48ofz a {
  text-decoration: underline;
  color: #8babff;
}

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

.oceanspin-qneq4j .oceanspin-oylrud {
  width: 50%;
  margin: 0;
}

.oceanspin-098tdr {
  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;
}

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

.oceanspin-83pfi0 {
  margin: 0 0 100px;
}

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

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

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

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

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

.oceanspin-pjo9zc {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.oceanspin-j3ssrn 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.oceanspin-10rk2a ease-in-out;
}

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

.oceanspin-j3ssrn a svg {
  fill: #fff;
}

.oceanspin-j3ssrn a:hover {
  background: #3d68e7;
}

.oceanspin-9vbgvb {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.oceanspin-4pollt {
  margin-bottom: 16px;
}

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

.oceanspin-lj5u2p {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.oceanspin-q5sl1s 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);
}

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

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

.oceanspin-q5sl1s table tr:last-of-type td {
  border-bottom: none;
}

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

.oceanspin-3o92he {
  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) {
  .oceanspin-3o92he {
    min-height: 190px;
  }
}

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

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

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

.oceanspin-cbs5ie.oceanspin-572ra5 {
  display: none;
}

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

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

.oceanspin-fe7jq6 iframe.oceanspin-mrrnnr {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.oceanspin-fe7jq6.oceanspin-skgoqn {
  opacity: 1;
  pointer-events: all;
}

.oceanspin-pp9mnt {
  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.oceanspin-10rk2a ease-in-out;
}

.oceanspin-pp9mnt svg {
  margin-right: 10px;
}

.oceanspin-pp9mnt + .oceanspin-pp9mnt {
  margin-top: 14px;
}

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

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

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

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

.oceanspin-spyag5 .oceanspin-rdq99t {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .oceanspin-spyag5 .oceanspin-rdq99t {
    margin: 28px 0 0;
  }
}

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

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

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

.oceanspin-3su95v {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.oceanspin-6vbnim {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.oceanspin-opzchz .oceanspin-n1b8fh {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .oceanspin-opzchz .oceanspin-n1b8fh {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.oceanspin-hupulm {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.oceanspin-hupulm img {
  width: 100%;
}

.oceanspin-2gijqh {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.oceanspin-onar0s {
  width: 100%;
  margin: 0 0 100px;
}

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

.oceanspin-onar0s .oceanspin-em1wg3 {
  position: relative;
}

.oceanspin-onar0s .oceanspin-ijryyt {
  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;
}

.oceanspin-onar0s .oceanspin-ijryyt.oceanspin-572ra5 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .oceanspin-onar0s .oceanspin-qlacyp {
    bottom: 90px;
  }
}

.oceanspin-onar0s .oceanspin-qlacyp .oceanspin-7byv23 {
  max-width: 300px;
  width: 100%;
}

.oceanspin-onar0s .oceanspin-qlacyp .oceanspin-7byv23 .oceanspin-g07y2m {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .oceanspin-onar0s .oceanspin-qlacyp .oceanspin-7byv23 .oceanspin-g07y2m {
    font-size: 32px;
    text-align: center;
  }
}

.oceanspin-onar0s .oceanspin-qlacyp .oceanspin-7byv23 .oceanspin-nvmbwz {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .oceanspin-onar0s .oceanspin-qlacyp .oceanspin-7byv23 .oceanspin-nvmbwz {
    text-align: center;
  }
}

.oceanspin-onar0s .oceanspin-qlacyp .oceanspin-psk7u6 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .oceanspin-onar0s .oceanspin-qlacyp .oceanspin-psk7u6 {
    flex-direction: column-reverse;
  }
}

.oceanspin-onar0s .oceanspin-qlacyp .oceanspin-psk7u6 .oceanspin-ruw3s1 {
  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.oceanspin-10rk2a ease-in-out;
}

.oceanspin-onar0s .oceanspin-qlacyp .oceanspin-psk7u6 .oceanspin-ruw3s1:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .oceanspin-onar0s .oceanspin-qlacyp .oceanspin-psk7u6 .oceanspin-ruw3s1 {
    width: 100%;
  }
}

.oceanspin-onar0s .oceanspin-qlacyp .oceanspin-psk7u6 .oceanspin-x4zvqn {
  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.oceanspin-10rk2a ease-in-out;
  overflow: hidden;
}

.oceanspin-onar0s .oceanspin-qlacyp .oceanspin-psk7u6 .oceanspin-x4zvqn 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);
  }
}

.oceanspin-onar0s .oceanspin-qlacyp .oceanspin-psk7u6 .oceanspin-x4zvqn: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;
}

.oceanspin-onar0s .oceanspin-qlacyp .oceanspin-psk7u6 .oceanspin-x4zvqn:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .oceanspin-onar0s .oceanspin-qlacyp .oceanspin-psk7u6 .oceanspin-x4zvqn {
    width: 100%;
  }
}

.oceanspin-onar0s .oceanspin-qlacyp.oceanspin-572ra5 {
  display: none;
}

.oceanspin-onar0s .oceanspin-4jny1m {
  display: none;
}

.oceanspin-onar0s .oceanspin-4jny1m.oceanspin-skgoqn {
  display: block;
}

.oceanspin-onar0s .oceanspin-4jny1m iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .oceanspin-onar0s .oceanspin-4jny1m iframe {
    height: calc(100vh - 54px);
  }
}

.oceanspin-onar0s .oceanspin-tg8ztg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

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

.oceanspin-onar0s .oceanspin-tg8ztg .oceanspin-g07y2m {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .oceanspin-onar0s .oceanspin-tg8ztg .oceanspin-g07y2m {
    margin-bottom: 24px;
  }
}

.oceanspin-onar0s .oceanspin-tg8ztg 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);
}

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

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

.oceanspin-onar0s .oceanspin-tg8ztg table tr:last-of-type td {
  border-bottom: none;
}

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

.oceanspin-0nta00.oceanspin-e63ozf {
  display: block;
}

.oceanspin-0nta00 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.oceanspin-0nta00 .oceanspin-4xti47 {
  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;
}

.oceanspin-0nta00 .oceanspin-8e26jv {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.oceanspin-0nta00 .oceanspin-x4zvqn {
  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.oceanspin-10rk2a ease-in-out;
}

.oceanspin-0nta00 .oceanspin-x4zvqn:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.oceanspin-dczhbq.oceanspin-e63ozf {
  display: block;
}

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

.oceanspin-e10umw {
  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;
}

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

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

.oceanspin-5r2c99 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.oceanspin-5r2c99 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.oceanspin-aute0p {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.oceanspin-njfovf.oceanspin-572ra5 {
  display: none;
}

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

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

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

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

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

.oceanspin-oblzsy 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.oceanspin-10rk2a ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.oceanspin-oblzsy input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.oceanspin-oblzsy input:active {
  border-color: #c2c0ce;
}

.oceanspin-oblzsy input:focus {
  border-color: #c2c0ce;
}

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

.oceanspin-c92tg4 {
  margin-bottom: 36px;
}

.oceanspin-c92tg4 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;
}

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

.oceanspin-c92tg4 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.oceanspin-riul73 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.oceanspin-19wofe {
  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.oceanspin-10rk2a ease-in-out;
}

.oceanspin-19wofe:hover {
  background: var(--border-color);
}

.oceanspin-0ymxl8 {
  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.oceanspin-10rk2a ease-in-out;
}

.oceanspin-0ymxl8:hover {
  background: #166ad9;
}

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

.oceanspin-0qmhix.oceanspin-572ra5 {
  display: none;
}

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

.oceanspin-0qmhix .oceanspin-19wofe {
  margin: 0 auto;
}

.oceanspin-bivyqt {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.oceanspin-2ebc7l {
  filter: grayscale(100%);
}

.oceanspin-gpn9g5 > input {
  display: none;
}

.oceanspin-gpn9g5 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.oceanspin-lox8f4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.oceanspin-8egyeh 44.oceanspin-oexcuv.oceanspin-wdiddg.oceanspin-7hc4t2.oceanspin-emehlk.oceanspin-wexzan.oceanspin-cg189v.oceanspin-3wzvtt.oceanspin-xi5ilq.oceanspin-57wd0q.oceanspin-4oxyj5.oceanspin-xr2s3q.oceanspin-qv3pq7 0l-12.oceanspin-ofihu4 30.oceanspin-5ucwyt.oceanspin-qbw8h2 2.oceanspin-ez5aa7.oceanspin-qbw8h2 3.oceanspin-xljprj 3.oceanspin-ulrw62.oceanspin-0r7zvx 3.oceanspin-tsp2yx.oceanspin-2rk35a.oceanspin-ykzna2.oceanspin-a71n70 7-3.oceanspin-ofihu4 10.oceanspin-rrodvu.oceanspin-a71n70 23.oceanspin-3prhcx.oceanspin-wd3cg9 1.oceanspin-o1so1s 2.oceanspin-ofihu4 3.oceanspin-wd3cg9 1.oceanspin-0r7zvx 5.oceanspin-eutcxa.oceanspin-0r7zvx 32.oceanspin-4oq9ex.oceanspin-2rk35a 5.oceanspin-qv3pq7 4.oceanspin-a71n70 9.oceanspin-a71n70 8.oceanspin-0r7zvx 6.oceanspin-2fzoot.oceanspin-xy0jls.oceanspin-4802zf.oceanspin-lbzyi0.oceanspin-tafbyd 4.oceanspin-4bw9qx.oceanspin-tafbyd 6.oceanspin-tafbyd 0l29.oceanspin-qv3pq7 17.oceanspin-1vav4o.oceanspin-7e7u18 2.oceanspin-q5bivy 10.oceanspin-3iwyng.oceanspin-ofihu4 8.oceanspin-60yvno.oceanspin-6fslfz.oceanspin-ruux23.oceanspin-43gjql.oceanspin-g708xg.oceanspin-2rk35a.oceanspin-wexzan.oceanspin-ofihu4 1.oceanspin-dqdp28.oceanspin-3z6xx5.oceanspin-yq9xh0.oceanspin-6kxyp7.oceanspin-605oyc.oceanspin-o1so1s 1.oceanspin-wyfvn2.oceanspin-880ca4.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.oceanspin-gpn9g5 > input:checked ~ label,
.oceanspin-gpn9g5 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.oceanspin-lox8f4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.oceanspin-8egyeh 44.oceanspin-oexcuv.oceanspin-wdiddg.oceanspin-7hc4t2.oceanspin-emehlk.oceanspin-wexzan.oceanspin-cg189v.oceanspin-3wzvtt.oceanspin-xi5ilq.oceanspin-57wd0q.oceanspin-4oxyj5.oceanspin-xr2s3q.oceanspin-qv3pq7 0l-12.oceanspin-ofihu4 30.oceanspin-5ucwyt.oceanspin-qbw8h2 2.oceanspin-ez5aa7.oceanspin-qbw8h2 3.oceanspin-xljprj 3.oceanspin-ulrw62.oceanspin-0r7zvx 3.oceanspin-tsp2yx.oceanspin-2rk35a.oceanspin-ykzna2.oceanspin-a71n70 7-3.oceanspin-ofihu4 10.oceanspin-rrodvu.oceanspin-a71n70 23.oceanspin-3prhcx.oceanspin-wd3cg9 1.oceanspin-o1so1s 2.oceanspin-ofihu4 3.oceanspin-wd3cg9 1.oceanspin-0r7zvx 5.oceanspin-eutcxa.oceanspin-0r7zvx 32.oceanspin-4oq9ex.oceanspin-2rk35a 5.oceanspin-qv3pq7 4.oceanspin-a71n70 9.oceanspin-a71n70 8.oceanspin-0r7zvx 6.oceanspin-2fzoot.oceanspin-xy0jls.oceanspin-4802zf.oceanspin-lbzyi0.oceanspin-tafbyd 4.oceanspin-4bw9qx.oceanspin-tafbyd 6.oceanspin-tafbyd 0l29.oceanspin-qv3pq7 17.oceanspin-1vav4o.oceanspin-7e7u18 2.oceanspin-q5bivy 10.oceanspin-3iwyng.oceanspin-ofihu4 8.oceanspin-60yvno.oceanspin-6fslfz.oceanspin-ruux23.oceanspin-43gjql.oceanspin-g708xg.oceanspin-2rk35a.oceanspin-wexzan.oceanspin-ofihu4 1.oceanspin-dqdp28.oceanspin-3z6xx5.oceanspin-yq9xh0.oceanspin-6kxyp7.oceanspin-605oyc.oceanspin-o1so1s 1.oceanspin-wyfvn2.oceanspin-880ca4.5z'/%3e%3c/svg%3e");
}

.oceanspin-gpn9g5 > input:not(:checked) ~ label:hover,
.oceanspin-gpn9g5 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.oceanspin-lox8f4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.oceanspin-8egyeh 44.oceanspin-oexcuv.oceanspin-wdiddg.oceanspin-7hc4t2.oceanspin-emehlk.oceanspin-wexzan.oceanspin-cg189v.oceanspin-3wzvtt.oceanspin-xi5ilq.oceanspin-57wd0q.oceanspin-4oxyj5.oceanspin-xr2s3q.oceanspin-qv3pq7 0l-12.oceanspin-ofihu4 30.oceanspin-5ucwyt.oceanspin-qbw8h2 2.oceanspin-ez5aa7.oceanspin-qbw8h2 3.oceanspin-xljprj 3.oceanspin-ulrw62.oceanspin-0r7zvx 3.oceanspin-tsp2yx.oceanspin-2rk35a.oceanspin-ykzna2.oceanspin-a71n70 7-3.oceanspin-ofihu4 10.oceanspin-rrodvu.oceanspin-a71n70 23.oceanspin-3prhcx.oceanspin-wd3cg9 1.oceanspin-o1so1s 2.oceanspin-ofihu4 3.oceanspin-wd3cg9 1.oceanspin-0r7zvx 5.oceanspin-eutcxa.oceanspin-0r7zvx 32.oceanspin-4oq9ex.oceanspin-2rk35a 5.oceanspin-qv3pq7 4.oceanspin-a71n70 9.oceanspin-a71n70 8.oceanspin-0r7zvx 6.oceanspin-2fzoot.oceanspin-xy0jls.oceanspin-4802zf.oceanspin-lbzyi0.oceanspin-tafbyd 4.oceanspin-4bw9qx.oceanspin-tafbyd 6.oceanspin-tafbyd 0l29.oceanspin-qv3pq7 17.oceanspin-1vav4o.oceanspin-7e7u18 2.oceanspin-q5bivy 10.oceanspin-3iwyng.oceanspin-ofihu4 8.oceanspin-60yvno.oceanspin-6fslfz.oceanspin-ruux23.oceanspin-43gjql.oceanspin-g708xg.oceanspin-2rk35a.oceanspin-wexzan.oceanspin-ofihu4 1.oceanspin-dqdp28.oceanspin-3z6xx5.oceanspin-yq9xh0.oceanspin-6kxyp7.oceanspin-605oyc.oceanspin-o1so1s 1.oceanspin-wyfvn2.oceanspin-880ca4.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .oceanspin-8c4phr > .oceanspin-gkutbz {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .oceanspin-8c4phr > .oceanspin-gkutbz {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .oceanspin-8c4phr > .oceanspin-gkutbz {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .oceanspin-8c4phr > .oceanspin-gkutbz {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .oceanspin-8c4phr > .oceanspin-gkutbz {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.oceanspin-7gd1ki {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.oceanspin-7gd1ki.oceanspin-572ra5 {
  display: none;
}

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

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

.oceanspin-1qj7af {
  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;
}

.oceanspin-1qj7af::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.oceanspin-1qj7af::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.oceanspin-1qj7af img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.oceanspin-1sv9xl {
  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;
}

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

.oceanspin-1sv9xl::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) {
  .oceanspin-1sv9xl::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.oceanspin-7gd1ki.oceanspin-2sjihf .oceanspin-bdxitj {
  background: #2b3b67;
}

.oceanspin-7gd1ki.oceanspin-2sjihf .oceanspin-1qj7af {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.oceanspin-7gd1ki.oceanspin-2sjihf .oceanspin-1qj7af::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.oceanspin-7gd1ki.oceanspin-2sjihf .oceanspin-1qj7af::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.oceanspin-7gd1ki.oceanspin-2sjihf .oceanspin-1sv9xl::before {
  background: #0e0f41;
}

.oceanspin-7gd1ki.oceanspin-2sjihf .oceanspin-1sv9xl::after {
  background: #152557;
}

.oceanspin-7gd1ki.oceanspin-06p5nl .oceanspin-bdxitj {
  background: #1f35fa;
}

.oceanspin-7gd1ki.oceanspin-06p5nl .oceanspin-1qj7af {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.oceanspin-7gd1ki.oceanspin-06p5nl .oceanspin-1qj7af::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.oceanspin-7gd1ki.oceanspin-06p5nl .oceanspin-1qj7af::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.oceanspin-7gd1ki.oceanspin-06p5nl .oceanspin-1sv9xl::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.oceanspin-7gd1ki.oceanspin-06p5nl .oceanspin-1sv9xl::after {
  background: #192ac8;
}

.oceanspin-7gd1ki.oceanspin-rbru67 .oceanspin-bdxitj {
  background: #fa771f;
}

.oceanspin-7gd1ki.oceanspin-rbru67 .oceanspin-1qj7af {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.oceanspin-7gd1ki.oceanspin-rbru67 .oceanspin-1qj7af::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.oceanspin-7gd1ki.oceanspin-rbru67 .oceanspin-1qj7af::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.oceanspin-7gd1ki.oceanspin-rbru67 .oceanspin-1sv9xl::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.oceanspin-7gd1ki.oceanspin-rbru67 .oceanspin-1sv9xl::after {
  background: #fa8535;
}

.oceanspin-kj43uk {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.oceanspin-5mg25o {
  display: flex;
  align-items: center;
  gap: 10px;
}

.oceanspin-5mg25o span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.oceanspin-5mg25o small {
  font-size: 14px;
  color: var(--text-color);
}

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

.oceanspin-9jatjl {
  width: 120px;
  height: 22px;
}

.oceanspin-9jatjl .oceanspin-kkbic6 {
  fill: #c2c0ce;
}

.oceanspin-9jatjl [rating="1"] .oceanspin-kkbic6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.oceanspin-9jatjl [rating="2"] .oceanspin-kkbic6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.oceanspin-9jatjl [rating="3"] .oceanspin-kkbic6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.oceanspin-9jatjl [rating="4"] .oceanspin-kkbic6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.oceanspin-9jatjl [rating="5"] .oceanspin-kkbic6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.oceanspin-5alpef {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.oceanspin-6pw7i3 {
  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);
}

.oceanspin-6pw7i3.oceanspin-skgoqn {
  display: block;
}

.oceanspin-6pw7i3.oceanspin-572ra5 {
  display: none;
}

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

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

.oceanspin-0w2zxx {
  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);
}

.oceanspin-wf7547 {
  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;
}

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

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

.oceanspin-o4b98c {
  font-size: 16px;
  line-height: 140%;
}

.oceanspin-jc35t4 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.oceanspin-jc35t4 .oceanspin-kkbic6 {
  fill: #c2c0ce;
}

.oceanspin-jc35t4 [rating="1"] .oceanspin-kkbic6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.oceanspin-jc35t4 [rating="2"] .oceanspin-kkbic6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.oceanspin-jc35t4 [rating="3"] .oceanspin-kkbic6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.oceanspin-jc35t4 [rating="4"] .oceanspin-kkbic6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.oceanspin-jc35t4 [rating="5"] .oceanspin-kkbic6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.oceanspin-takru7 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .oceanspin-takru7 {
    padding: 0 16px;
  }
}

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

.oceanspin-09w4n2 {
  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) {
  .oceanspin-09w4n2 {
    padding: 12px;
    gap: 12px;
  }
}

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

.oceanspin-okopow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oceanspin-3glko9 {
  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;
}

.oceanspin-q9ahda {
  flex: 1;
  min-width: 0;
}

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

.oceanspin-2s6v63 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.oceanspin-2s6v63 svg,
.oceanspin-2s6v63 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oceanspin-2s6v63 svg path {
  fill: var(--button-bg-color);
}

.oceanspin-2s6v63 svg circle {
  fill: var(--button-text-color);
}

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

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

.oceanspin-tiu8kx strong {
  font-weight: 600;
}

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

.oceanspin-6j7neg p {
  margin: 0 0 16px;
}

.oceanspin-6j7neg p:last-child {
  margin-bottom: 0;
}

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

.oceanspin-ozercr {
  max-width: 300px;
  width: 100%;
}

.oceanspin-ozercr a {
  width: 100%;
}

@media (max-width: 575px) {
  .oceanspin-ozercr {
    max-width: 200px;
  }
}

.oceanspin-zf4l62 {
  justify-content: center;
}

.oceanspin-yzq6pv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oceanspin-cn6l83 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.oceanspin-4pudbm .oceanspin-kzv27n {
  justify-content: center;
}

/* faq */

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

.oceanspin-du2kvj {
  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.oceanspin-yjuw5u ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.oceanspin-du2kvj::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.oceanspin-yjuw5u ease;
}

.oceanspin-wa6sal.oceanspin-e63ozf .oceanspin-du2kvj::after {
  transform: rotate(45deg);
}

.oceanspin-rgk3gg {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.oceanspin-10rk2a ease, padding 0.oceanspin-10rk2a ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.oceanspin-wa6sal.oceanspin-e63ozf .oceanspin-rgk3gg {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.oceanspin-mtkaf8 {
  margin: 25px 0;
}

.oceanspin-gpn9g5 > input:not(:checked) ~ label:hover,
.oceanspin-gpn9g5 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.oceanspin-75athf.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.oceanspin-e3dzsi 44.oceanspin-70zna7.oceanspin-gj6nmg.oceanspin-xg8h74.oceanspin-4hulab.oceanspin-uebxuj.oceanspin-dragwr.oceanspin-ssma5a.oceanspin-s7ms9b.oceanspin-0gdqcm.oceanspin-7ru4ud.oceanspin-3d3mn6.oceanspin-u7a4i3 0l-12.oceanspin-tc1x9z 30.oceanspin-ypfgwx.oceanspin-bzbzs5 2.oceanspin-4lunxk.oceanspin-bzbzs5 3.oceanspin-ei8g6h 3.oceanspin-ndp742.oceanspin-v8ta72 3.oceanspin-fvsp7v.oceanspin-mfwarj.oceanspin-6ir43g.oceanspin-v5t9o5 7-3.oceanspin-tc1x9z 10.oceanspin-w9ax4l.oceanspin-v5t9o5 23.oceanspin-qs283n.oceanspin-mb8492 1.oceanspin-i8ywmx 2.oceanspin-tc1x9z 3.oceanspin-mb8492 1.oceanspin-v8ta72 5.oceanspin-6dkbee.oceanspin-v8ta72 32.oceanspin-bxseff.oceanspin-mfwarj 5.oceanspin-u7a4i3 4.oceanspin-v5t9o5 9.oceanspin-v5t9o5 8.oceanspin-v8ta72 6.oceanspin-qfougp.oceanspin-h1ai6l.oceanspin-hg1t6r.oceanspin-ucrehg.oceanspin-2tmupn 4.oceanspin-zklnjh.oceanspin-2tmupn 6.oceanspin-2tmupn 0l29.oceanspin-u7a4i3 17.oceanspin-623mcu.oceanspin-dejtv5 2.oceanspin-tgrian 10.oceanspin-1923s7.oceanspin-tc1x9z 8.oceanspin-yyzsxn.oceanspin-m3ky7k.oceanspin-xshsau.oceanspin-1vn9cs.oceanspin-ua6fs0.oceanspin-mfwarj.oceanspin-uebxuj.oceanspin-tc1x9z 1.oceanspin-r0q2a1.oceanspin-mjpwgf.oceanspin-43pa75.oceanspin-jqlry6.oceanspin-9gujlb.oceanspin-i8ywmx 1.oceanspin-gptffs.oceanspin-cn9m5t.5z'/%3e%3c/svg%3e");
}

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

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

.oceanspin-e8e8wi {
  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);
}

.oceanspin-e8e8wi.oceanspin-hr8dfs {
  display: block;
}

.oceanspin-e8e8wi.oceanspin-v7iagb {
  display: none;
}

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

.oceanspin-o7ta3i {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.oceanspin-moz7af {
  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);
}

.oceanspin-uf89st {
  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;
}

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

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

.oceanspin-2gxys1 {
  font-size: 16px;
  line-height: 140%;
}

.oceanspin-ij46je {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.oceanspin-ij46je .oceanspin-9lf5xp {
  fill: #c2c0ce;
}

.oceanspin-ij46je [rating="1"] .oceanspin-9lf5xp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.oceanspin-ij46je [rating="2"] .oceanspin-9lf5xp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.oceanspin-ij46je [rating="3"] .oceanspin-9lf5xp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.oceanspin-ij46je [rating="4"] .oceanspin-9lf5xp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.oceanspin-ij46je [rating="5"] .oceanspin-9lf5xp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.oceanspin-cfqzhy 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;
}

.oceanspin-cfqzhy 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 */

.oceanspin-1nqk6v {
  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);
}

.oceanspin-1nqk6v.oceanspin-blmq22 {
  opacity: 1;
  pointer-events: auto;
}
