@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.reefspins-5j0yho {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reefspins-3c0jip {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.reefspins-w5whpj,
ul.reefspins-w5whpj {
  padding-left: 20px;
}

ul.reefspins-w5whpj {
  list-style: disc;
}

ol.reefspins-w5whpj {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.reefspins-8cas0u > .reefspins-0s7e7y,
.reefspins-8cas0u > .reefspins-bcztkt,
.reefspins-8cas0u > blockquote,
.reefspins-8cas0u > h1,
.reefspins-8cas0u > h2,
.reefspins-8cas0u > h3,
.reefspins-8cas0u > h4,
.reefspins-8cas0u > h5,
.reefspins-8cas0u > h6,
.reefspins-8cas0u > ol,
.reefspins-8cas0u > p,
.reefspins-8cas0u > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reefspins-8cas0u > ol,
.reefspins-8cas0u > ul {
  padding-left: 50px;
}

.reefspins-8cas0u blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.reefspins-8cas0u:not(:last-child) {
  margin-bottom: 2rem;
}

.reefspins-8cas0u > :not(:first-child) {
  margin-top: 2rem;
}

.reefspins-8cas0u {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reefspins-8cas0u:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .reefspins-8cas0u:first-child {
    margin-top: 20px;
  }
}

.reefspins-8cas0u > p:last-of-type {
  margin-bottom: 32px;
}

.reefspins-8cas0u > .reefspins-bsn376:not(:first-child) {
  margin: 64px auto 16px auto;
}

.reefspins-3k3qb0 > .reefspins-bsn376 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reefspins-bcztkt {
  overflow: auto;
}

.reefspins-bcztkt::-webkit-scrollbar {
  height: 5px;
}

.reefspins-bcztkt table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.reefspins-bcztkt table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.reefspins-bcztkt table thead,
table thead {
  border-bottom: none;
}

.reefspins-bcztkt table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.reefspins-bcztkt table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.reefspins-bcztkt table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.reefspins-bcztkt .reefspins-ldfjup {
  table-layout: auto;
}

.reefspins-bcztkt .reefspins-ldfjup th {
  word-break: normal;
}

.reefspins-bcztkt .reefspins-ldfjup td {
  word-break: normal;
}

.reefspins-5j0yho .reefspins-5j0yho {
  padding-right: 0;
  padding-left: 0;
}

.reefspins-m5zppv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.reefspins-l9qzua {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.reefspins-p3usqg {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.reefspins-0s7e7y {
  margin-top: 24px;
}

.reefspins-0s7e7y.reefspins-aoemzf {
  text-align: left;
}

.reefspins-0s7e7y.reefspins-5n58wo {
  text-align: right;
}

.reefspins-0s7e7y.reefspins-vu8wup {
  text-align: center;
}

.reefspins-bmqgwy {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.reefspins-wfprsz ease-in-out;
  cursor: pointer;
}

.reefspins-bmqgwy:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.reefspins-bmqgwy {
  min-width: 328px;
}

@media (max-width: 768px) {
  .reefspins-bmqgwy {
    min-width: unset;
  }
}

.reefspins-d5ixe7 {
  background-color: var(--fh-bg-color);
}

.reefspins-b97iya {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.reefspins-5qjucm {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.reefspins-5qjucm img {
  max-height: 80px;
  object-fit: contain;
}

.reefspins-nbrjym {
  flex: 1 1;
}

.reefspins-sk6p7a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.reefspins-msyedk {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.reefspins-msyedk span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.reefspins-msyedk.reefspins-5rydv0 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.reefspins-msyedk.reefspins-5rydv0 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.reefspins-msyedk.reefspins-5rydv0 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.reefspins-nbrjym + .reefspins-sk6p7a {
  margin-left: 20px;
}

.reefspins-xx78fq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.reefspins-xx78fq > svg {
  max-width: 24px;
  max-height: 24px;
}

.reefspins-xx78fq + .reefspins-xx78fq {
  margin-left: 5px;
}

.reefspins-tdfb1v {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.reefspins-tdfb1v:hover {
  background-color: var(--button-bg-hover);
}

.reefspins-gbhlgg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.reefspins-wfprsz ease-in-out;
  border: 1px solid var(--border-color);
}

.reefspins-gbhlgg:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.reefspins-z036ze {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .reefspins-nbrjym {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .reefspins-z036ze {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .reefspins-nbrjym {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .reefspins-xx78fq {
    min-width: unset;
    flex: 1 1;
  }
}

.reefspins-wa7ed3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.reefspins-wa7ed3:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.reefspins-wa7ed3:hover .reefspins-8o4l5i {
  opacity: 1;
  pointer-events: auto;
}

.reefspins-wjjqru {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.reefspins-j782g3 ease-in-out;
  gap: 4px;
}

.reefspins-wjjqru > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.reefspins-wjjqru .reefspins-m5zppv img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.reefspins-nwrxuf,
.reefspins-wjjqru:hover {
  color: var(--button-bg-hover);
}

.reefspins-g1b440 {
  position: relative;
}

.reefspins-g1b440 .reefspins-wjjqru {
  margin-right: 0;
  padding-right: 4px;
}

.reefspins-ahvi06 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.reefspins-g1b440.reefspins-5rydv0 .reefspins-ahvi06 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.reefspins-g1b440.reefspins-5rydv0 .reefspins-8o4l5i {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.reefspins-g1b440.reefspins-5rydv0 .reefspins-8o4l5i::before {
  display: none;
}

.reefspins-ahvi06 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.reefspins-8o4l5i {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.reefspins-3p7prm 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.reefspins-8o4l5i::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.reefspins-8o4l5i:hover {
  color: var(--fh-bg-color);
}

.reefspins-fj6zka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.reefspins-3p7prm 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.reefspins-j782g3 ease-in-out;
  -o-transition: 0.reefspins-j782g3 ease-in-out;
  transition: 0.reefspins-j782g3 ease-in-out;
}

.reefspins-fj6zka .reefspins-m5zppv img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.reefspins-htrw3x,
.reefspins-fj6zka:hover {
  color: var(--button-bg-hover);
}

.reefspins-n2kqbt {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.reefspins-n2kqbt.reefspins-ycslt5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.reefspins-n2kqbt.reefspins-ycslt5:after,
.reefspins-n2kqbt.reefspins-ycslt5:before {
  content: "";
  position: absolute;
  margin: auto;
}

.reefspins-n2kqbt.reefspins-ycslt5:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.reefspins-n2kqbt.reefspins-ycslt5:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.reefspins-n2kqbt.reefspins-ycslt5 > * {
  z-index: 1;
}

.reefspins-n2kqbt b,
.reefspins-n2kqbt strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.reefspins-n2kqbt .reefspins-5899dw {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.reefspins-n2kqbt .reefspins-axmoqa {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.reefspins-n2kqbt .reefspins-m5zppv {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.reefspins-n2kqbt .reefspins-dia7i3 {
  margin-top: 12px;
}

.reefspins-dia7i3 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.reefspins-z7gj25 {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.reefspins-dia7i3 .reefspins-696khx {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.reefspins-wfprsz ease-in-out;
}

.reefspins-dia7i3 .reefspins-696khx:hover {
  background: rgba(255, 255, 255, 0.3);
}

.reefspins-xgmixt {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.reefspins-n2kqbt.reefspins-5gcq04 {
  gap: 12px;
  padding: 16px;
}

.reefspins-n2kqbt.reefspins-5gcq04 .reefspins-xgmixt {
  min-width: 240px;
}

.reefspins-n2kqbt.reefspins-5gcq04 .reefspins-xgmixt.reefspins-i7vqwy {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .reefspins-n2kqbt .reefspins-5899dw {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .reefspins-n2kqbt .reefspins-axmoqa {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .reefspins-n2kqbt .reefspins-m5zppv {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .reefspins-n2kqbt.reefspins-5gcq04 .reefspins-m5zppv {
    max-width: 126px;
  }
  .reefspins-n2kqbt .reefspins-dia7i3 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .reefspins-n2kqbt .reefspins-z7gj25 {
    max-width: unset;
  }
  .reefspins-xgmixt {
    min-width: unset;
    width: 100%;
  }
  .reefspins-n2kqbt .reefspins-xgmixt {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .reefspins-n2kqbt.reefspins-5gcq04 {
    grid-template-rows: auto 1fr auto;
  }
  .reefspins-n2kqbt.reefspins-5gcq04 .reefspins-xgmixt {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .reefspins-n2kqbt {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .reefspins-n2kqbt .reefspins-5899dw {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .reefspins-n2kqbt .reefspins-m5zppv {
    max-width: 78px;
  }
  .reefspins-n2kqbt .reefspins-dia7i3 {
    margin-top: -12px;
  }
  .reefspins-n2kqbt.reefspins-5gcq04 {
    gap: 8px;
  }
  .reefspins-n2kqbt.reefspins-5gcq04 .reefspins-5899dw {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .reefspins-n2kqbt.reefspins-5gcq04 .reefspins-axmoqa {
    grid-column: 1/3;
  }
  .reefspins-n2kqbt.reefspins-5gcq04 .reefspins-m5zppv {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .reefspins-n2kqbt.reefspins-5gcq04 .reefspins-m5zppv img {
    max-width: 114px;
  }
}

.reefspins-xgmixt.reefspins-3i955v,
.reefspins-xgmixt.reefspins-kvya6v,
.reefspins-xgmixt.reefspins-3g7s00 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.reefspins-wfprsz ease-in-out;
}

.reefspins-xgmixt.reefspins-3i955v,
.reefspins-xgmixt.reefspins-3g7s00 {
  padding: 10px;
}

.reefspins-xgmixt.reefspins-3i955v:hover,
.reefspins-xgmixt.reefspins-kvya6v:hover,
.reefspins-xgmixt.reefspins-3g7s00:hover {
  background: var(--button-bg-hover);
}

.reefspins-xgmixt.reefspins-3i955v:hover svg path,
.reefspins-xgmixt.reefspins-3g7s00:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.reefspins-xgmixt.reefspins-i7vqwy {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.reefspins-wfprsz ease-in-out;
  background: var(--button-bg-color);
}

.reefspins-xgmixt.reefspins-i7vqwy:hover {
  background-color: var(--button-bg-hover);
}

.reefspins-xgmixt.reefspins-kvya6v:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.reefspins-xgmixt.reefspins-kvya6v:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.reefspins-xgmixt.reefspins-i7vqwy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.reefspins-g9xb5j {
  max-width: 650px;
}

.reefspins-9wumur {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.reefspins-59hdl2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.reefspins-nnlury {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.reefspins-j782g3 ease-in-out;
  cursor: pointer;
}

.reefspins-nnlury:hover {
  opacity: 0.5;
}

.reefspins-nnlury:focus {
  outline: 0;
}

.reefspins-nnlury:focus .reefspins-ope92y,
.reefspins-nnlury:hover .reefspins-ope92y {
  fill: red;
  fill-opacity: 1;
}

.reefspins-nnlury:hover {
  cursor: pointer;
}

.reefspins-6cin2b {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.reefspins-g9xb5j.reefspins-vu8wup {
  margin: 0 auto;
}

.reefspins-g9xb5j.reefspins-5n58wo {
  margin-left: auto;
}

.reefspins-dnslhc {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.reefspins-nt2vg9 {
  padding-bottom: 50px;
}

.reefspins-822oa1 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.reefspins-h8woli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.reefspins-btszhm {
  margin-top: 24px;
}

.reefspins-7l2sp3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reefspins-sa5s9c {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.reefspins-f114py {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.reefspins-nkfo53 {
  width: 468px;
}

.reefspins-f114py .reefspins-8o4l5i {
  margin: 0.reefspins-14fc2y 0;
}

.reefspins-6xpdoe {
  display: flex;
  min-width: 224px;
}

.reefspins-4kw3bm {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.reefspins-j782g3 ease-in-out;
}

.reefspins-cljuri,
.reefspins-4kw3bm:hover {
  color: var(--text-color);
}

.reefspins-3w4c9o {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.reefspins-v1x62o {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .reefspins-dnslhc {
    padding: 16px;
  }
  .reefspins-3w4c9o {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .reefspins-v1x62o {
    align-items: center;
  }
  .reefspins-nkfo53 {
    width: unset;
  }
  .reefspins-6xpdoe {
    min-width: unset;
  }
  .reefspins-f114py {
    max-height: unset;
  }
  .reefspins-822oa1 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .reefspins-dnslhc {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.reefspins-b8xawg {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.reefspins-b8xawg:not(:last-child) {
  margin-bottom: 16px;
}

.reefspins-487qxt {
  outline: 0;
}

.reefspins-487qxt .reefspins-giboru {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.reefspins-9bpqxu {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .reefspins-9bpqxu {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.reefspins-9bpqxu::-webkit-details-marker {
  display: none;
}

.reefspins-9bpqxu:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.reefspins-9bpqxu:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .reefspins-9bpqxu:after {
  transform: unset;
}

.reefspins-giboru {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.reefspins-giboru svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.reefspins-j782g3 ease-in-out;
  -o-transition: 0.reefspins-j782g3 ease-in-out;
  transition: 0.reefspins-j782g3 ease-in-out;
}

.reefspins-uro3p4 {
  padding: 16px 0 0 0;
}

.reefspins-uro3p4 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .reefspins-uro3p4 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reefspins-9bpqxu {
    flex-wrap: wrap;
    gap: 12px;
  }
  .reefspins-9bpqxu::after {
    margin-left: auto;
  }
  .reefspins-giboru {
    order: 3;
    flex: 1 1 100%;
  }
  .reefspins-9bpqxu {
    font-size: 14px;
    line-height: 130%;
  }
  .reefspins-giboru svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.reefspins-htoolf {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.reefspins-qb24gq {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.reefspins-htoolf.reefspins-5rydv0 .reefspins-qb24gq {
  margin-bottom: 12px;
}

.reefspins-qb24gq::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.reefspins-htoolf.reefspins-5rydv0 .reefspins-qb24gq::after {
  transform: unset;
}

.reefspins-eotwjj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.reefspins-4wddlg {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.reefspins-j782g3 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.reefspins-4wddlg:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.reefspins-htoolf.reefspins-5rydv0 .reefspins-eotwjj {
  max-height: 100%;
}

.reefspins-587xm4 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.reefspins-glmq2a {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.reefspins-g2d18f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.reefspins-tjc1o9 {
  margin-right: 4px;
}

.reefspins-q8ny9j {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.reefspins-j782g3 ease-in-out;
}

.reefspins-q8ny9j svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.reefspins-shuq8u,
.reefspins-q8ny9j:hover {
  color: var(--text-color);
}

.reefspins-kn3tso {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.reefspins-kn3tso img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.reefspins-kn3tso .reefspins-856zg2 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.reefspins-kn3tso .reefspins-xm96bf {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.reefspins-18xr9d {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.reefspins-eko9tx {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reefspins-2jmbmd .reefspins-5j0yho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.reefspins-2jmbmd {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.reefspins-1984el {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.reefspins-vrw9nt {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.reefspins-c0pdn7 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.reefspins-ykx8zo 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.reefspins-c0pdn7:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.reefspins-0v9jxc {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.reefspins-wqnjm5 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.reefspins-j782g3 ease-in-out;
  transition: transform 0.reefspins-j782g3 ease-in-out;
  -o-transition: transform 0.reefspins-j782g3 ease-in-out;
  transition:
    transform 0.reefspins-j782g3 ease-in-out,
    -webkit-transform 0.reefspins-j782g3 ease-in-out;
  cursor: pointer;
}

.reefspins-wqnjm5 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.reefspins-wqnjm5:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.reefspins-35ydih {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .reefspins-35ydih {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.reefspins-4fm4pl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.reefspins-oiga8i {
  position: relative;
  width: 100%;
}

.reefspins-4fm4pl.reefspins-tgvw7a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reefspins-4fm4pl.reefspins-vu8wup {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reefspins-4fm4pl.reefspins-5n58wo {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.reefspins-kfewyn {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.reefspins-d5z58w {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.reefspins-j782g3 ease-in-out;
  cursor: pointer;
}

.reefspins-d5z58w:hover {
  opacity: 0.5;
}

.reefspins-4fm4pl.reefspins-32z8sg .reefspins-d5z58w {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.reefspins-4fm4pl.reefspins-32z8sg .reefspins-kfewyn {
  cursor: pointer;
}

.reefspins-cecgnd {
  fill: #0009;
}

.reefspins-1h41hp {
  fill: #fff;
}

.reefspins-d5z58w:hover .reefspins-cecgnd {
  fill: red;
}

.reefspins-d5z58w svg path {
  -webkit-transition: 0.reefspins-j782g3 ease-in-out;
  -o-transition: 0.reefspins-j782g3 ease-in-out;
  transition: 0.reefspins-j782g3 ease-in-out;
}

.reefspins-4cbc5e {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.reefspins-4cbc5e > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.reefspins-4cbc5e.reefspins-wugw8v > :not(.get-image) {
  grid-column: 1/3;
}

.reefspins-ysedka:not(._h1-block) .reefspins-4cbc5e > .reefspins-bsn376 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.reefspins-4cbc5e.reefspins-wugw8v .reefspins-10ms4u {
  grid-column: 2/3;
}

.reefspins-4cbc5e.reefspins-wugw8v > .reefspins-m5zppv {
  grid-column: 1/2;
}

.reefspins-4cbc5e.reefspins-wugw8v > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.reefspins-4cbc5e > p:first-of-type {
  margin-top: 0;
}

.reefspins-4cbc5e .reefspins-m5zppv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.reefspins-ysedka:not(._h1-block) .reefspins-bsn376 ~ .reefspins-m5zppv {
  grid-row: 2/10;
}

.reefspins-ysedka.reefspins-ibuj04 .reefspins-bsn376 ~ .reefspins-m5zppv {
  grid-row: 1/10;
}

.reefspins-ysedka.reefspins-ibuj04 > .reefspins-bsn376 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.reefspins-ysedka.reefspins-ibuj04 .reefspins-m5zppv {
  grid-row: 1/10;
}

.reefspins-4cbc5e.reefspins-lnnpo9 .reefspins-m5zppv {
  align-items: flex-start;
}

.reefspins-4cbc5e.reefspins-vu8wup .reefspins-10ms4u {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.reefspins-4cbc5e.reefspins-vu8wup .reefspins-m5zppv {
  align-items: center;
}

.reefspins-4cbc5e.reefspins-frnffl .reefspins-m5zppv {
  align-items: flex-end;
}

.reefspins-10ms4u > :first-child {
  margin-top: 0;
}

.reefspins-10ms4u > :last-child {
  margin-bottom: 0;
}

* + .reefspins-35xy5f,
.reefspins-ysedka + .reefspins-ysedka {
  margin-top: 2rem;
}

.reefspins-ed8e96 td::before,
.reefspins-ed8e96 th::after {
  display: none !important;
}

.reefspins-ed8e96 #link-selector {
  color: #000;
}

.reefspins-ed8e96 .reefspins-eyt7m7 {
  color: #135e96;
}

.reefspins-ed8e96 .reefspins-eqja6e *,
.reefspins-ed8e96 .reefspins-nzqvp0 p,
.reefspins-ed8e96 .reefspins-a5e2t6 * {
  color: #000;
}

.reefspins-ed8e96 .reefspins-zcvxfn {
  background: 0 0 !important;
}

.reefspins-ed8e96 .reefspins-4j0dzq {
  color: #000;
}

.reefspins-ed8e96 .reefspins-fpi0ck.reefspins-uo5tau {
  color: #fff;
}

.reefspins-ed8e96 .reefspins-8na9x6 {
  color: #000;
}

.reefspins-ed8e96
  .reefspins-oomj6p
  .reefspins-cl3f26.reefspins-uo5tau.reefspins-hv1q9o {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.reefspins-naypfu,
body .reefspins-igwgdi {
  color: #000;
  background: var(--color-body) !important;
}

.reefspins-naypfu .reefspins-c1a5fi .reefspins-54h6uf,
body .reefspins-igwgdi .reefspins-c1a5fi .reefspins-54h6uf {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .reefspins-4wddlg:focus,
  .reefspins-4wddlg:hover {
    color: #f9cb16;
  }
  .reefspins-ws0q6s:focus,
  .reefspins-ws0q6s:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .reefspins-2c0y73:focus img,
  .reefspins-2c0y73:focus svg,
  .reefspins-2c0y73:hover img,
  .reefspins-2c0y73:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .reefspins-kn3tso {
    display: none;
  }
}

@media (min-width: 1024px) {
  .reefspins-g1b440:hover .reefspins-ahvi06 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .reefspins-ahvi06 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .reefspins-yadr50 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .reefspins-9p8g0m {
    grid-template-columns: repeat(4, 1fr);
  }
  .reefspins-ehanr9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .reefspins-n22b8a .reefspins-9fzkob {
    grid-template-columns: 1fr;
  }
  .reefspins-n22b8a .reefspins-yon5le {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .reefspins-n22b8a .reefspins-9j7d69 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reefspins-n22b8a .reefspins-7bnhez {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reefspins-n22b8a .reefspins-idp60k {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .reefspins-n22b8a .reefspins-9j7d69:not(:first-child) {
    border: none;
  }
  .reefspins-n22b8a .reefspins-9j7d69:first-child .reefspins-7bnhez {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .reefspins-n22b8a .reefspins-9j7d69:last-child .reefspins-7bnhez {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .reefspins-b97iya {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .reefspins-5qjucm {
    max-width: 100px;
  }
  .reefspins-nbrjym {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .reefspins-sk6p7a {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .reefspins-sk6p7a svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .reefspins-msyedk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .reefspins-nbrjym + .reefspins-sk6p7a {
    margin-left: auto;
  }
  .reefspins-8ouext {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .reefspins-8ouext.reefspins-5rydv0 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .reefspins-z036ze {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .reefspins-wa7ed3 {
    width: 100%;
  }
  .reefspins-wa7ed3:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .reefspins-wjjqru {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .reefspins-wjjqru svg {
    margin-right: 4px;
  }
  .reefspins-g1b440 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .reefspins-ahvi06 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .reefspins-ahvi06 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .reefspins-8o4l5i {
    display: none;
    width: 100%;
  }
  .reefspins-g1b440.reefspins-5rydv0 .reefspins-8o4l5i {
    padding: 0 0 0 48px;
  }
  .reefspins-fj6zka {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .reefspins-h8woli .reefspins-m5zppv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .reefspins-cyz51w {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reefspins-cyz51w + .reefspins-cyz51w {
    margin-right: 0;
  }
  .reefspins-cyz51w + .reefspins-m5zppv {
    margin: 0;
  }
  .reefspins-yadr50 {
    grid-template-columns: repeat(4, 1fr);
  }
  .reefspins-9p8g0m {
    grid-template-columns: repeat(3, 1fr);
  }
  .reefspins-t5g2i1,
  .reefspins-1xagqf {
    grid-template-columns: repeat(2, 1fr);
  }
  .reefspins-4cbc5e {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .reefspins-4cbc5e.reefspins-wugw8v .reefspins-10ms4u {
    grid-column: auto;
    grid-row: auto;
  }
  .reefspins-4cbc5e > .reefspins-bsn376 {
    grid-column: 1/2;
  }
  .reefspins-4cbc5e.reefspins-wugw8v > :not(.get-image) {
    grid-column: 1/2;
  }
  .reefspins-4cbc5e .reefspins-m5zppv,
  .reefspins-4cbc5e.reefspins-wugw8v > .reefspins-m5zppv {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .reefspins-4cbc5e.reefspins-wugw8v > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .reefspins-ysedka.reefspins-ibuj04 .reefspins-4cbc5e > .reefspins-m5zppv {
    grid-row: 1/2;
  }
  .reefspins-4cbc5e .reefspins-bsn376 ~ .reefspins-m5zppv,
  .reefspins-4cbc5e.reefspins-wugw8v .reefspins-bsn376 ~ .reefspins-m5zppv {
    grid-row: 2/3;
  }
  .reefspins-ysedka.reefspins-ibuj04 .reefspins-bsn376 ~ .reefspins-m5zppv {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .reefspins-8cas0u:first-child .reefspins-wtviex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reefspins-8cas0u:first-child .reefspins-wtviex h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .reefspins-8cas0u {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .reefspins-8cas0u {
    padding: 0;
  }
  .reefspins-0s7e7y {
    margin-top: 1rem;
  }
  .reefspins-487qxt {
    border-radius: 5px;
  }
  .reefspins-x75n79 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reefspins-qb24gq::after {
    display: inline-block;
  }
  .reefspins-qb24gq {
    margin: 0;
    width: 100%;
  }
  .reefspins-eotwjj {
    width: 100%;
  }
  .reefspins-eotwjj.reefspins-2ivg1q {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .reefspins-eotwjj.reefspins-2ivg1q .reefspins-r3luiq {
    width: 100%;
  }
  .reefspins-eotwjj.reefspins-2ivg1q .reefspins-r3luiq:not(:last-child) {
    margin-right: 0;
  }
  .reefspins-4wddlg {
    width: 100%;
    text-align: center;
  }
  .reefspins-htoolf.reefspins-5rydv0 .reefspins-eotwjj {
    margin-top: 1rem;
  }
  .reefspins-yadr50 {
    grid-template-columns: repeat(3, 1fr);
  }
  .reefspins-ehanr9,
  .reefspins-9p8g0m {
    grid-template-columns: repeat(2, 1fr);
  }
  .reefspins-t5g2i1,
  .reefspins-1xagqf,
  .reefspins-zy6ql4 {
    grid-template-columns: 1fr;
  }
  .reefspins-kzwfgd {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .reefspins-q0t5iz {
    min-width: 300px;
    max-width: 325px;
  }
  .reefspins-7bnhez {
    cursor: auto;
  }
  .reefspins-qw8nti .reefspins-7bnhez {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .reefspins-35ydih {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .reefspins-8o4l5i {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .reefspins-35ydih {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.reefspins-cyz51w p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .reefspins-sk6p7a {
    margin: 0 -0.2rem;
  }
  .reefspins-cyz51w {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .reefspins-l95557 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .reefspins-6efets {
    max-width: 100%;
  }
  .reefspins-yadr50 {
    grid-template-columns: repeat(2, 1fr);
  }
  .reefspins-ehanr9,
  .reefspins-9p8g0m {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .reefspins-b97iya {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reefspins-sk6p7a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .reefspins-d5ixe7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reefspins-xx78fq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reefspins-omn61r,
  .reefspins-c4qgyd {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .reefspins-bmqgwy {
    width: 100%;
  }
  .reefspins-yadr50 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .reefspins-35ydih {
    top: 127px !important;
  }
}

.reefspins-5pok6p {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .reefspins-5pok6p {
  }
}

@media (max-width: 767px) {
  .reefspins-5pok6p {
    margin-bottom: 12px;
  }
}

.reefspins-5pok6p img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.reefspins-a2xerb {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.reefspins-a2xerb > .reefspins-br7zb1 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .reefspins-a2xerb {
    flex-direction: column;
    gap: 12px;
  }
}

.reefspins-y02tg5 {
  display: flex;
}

.reefspins-y02tg5 .reefspins-ufwjn8 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.reefspins-y02tg5 .reefspins-2poun5 {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.reefspins-y02tg5 .reefspins-r5i5nj {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.reefspins-y02tg5 .reefspins-cel2p0 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.reefspins-y02tg5 .reefspins-cel2p0:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.reefspins-y02tg5 .reefspins-u2u8vm {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.reefspins-58dbqm {
  border: unset;
  background-color: unset;
}

.reefspins-58dbqm tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.reefspins-58dbqm .reefspins-zlaa2m,
.reefspins-58dbqm .reefspins-j8dfbo {
  flex: 0 1 330px;
}

.reefspins-58dbqm .reefspins-8s6xg2 {
  flex: 1 1;
}

.reefspins-58dbqm tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.reefspins-58dbqm tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.reefspins-58dbqm tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.reefspins-58dbqm tr td p {
  color: #fff;
  margin: 0;
}

.reefspins-58dbqm tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.reefspins-58dbqm tr.reefspins-zlaa2m td p {
  padding: 16px 0;
}

.reefspins-58dbqm tr.reefspins-zlaa2m td p:not(:last-child),
.reefspins-58dbqm tr.reefspins-j8dfbo td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.reefspins-58dbqm tr.reefspins-zlaa2m td p:first-child,
.reefspins-58dbqm tr.reefspins-j8dfbo td p:first-child {
  padding-top: 0;
}

.reefspins-58dbqm tr.reefspins-j8dfbo td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.reefspins-58dbqm tr.reefspins-j8dfbo td p:last-child {
  padding-bottom: 0;
}

.reefspins-58dbqm .reefspins-j8dfbo img {
  max-width: 32px;
}

.reefspins-58dbqm .reefspins-8s6xg2 {
  min-width: 718px;
}

.reefspins-58dbqm .reefspins-8s6xg2 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.reefspins-58dbqm .reefspins-8s6xg2 td {
  display: flex;
}

.reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-zmnayn,
.reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-sytw23,
.reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-jd5v41 {
  flex: 1 1 50%;
}

.reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-od3ph6 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-fitqme,
.reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-7tl1d1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-zmnayn,
.reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-sytw23 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-zmnayn span,
.reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-sytw23 span {
  font-weight: 800;
}

.reefspins-58dbqm .reefspins-8s6xg2 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .reefspins-58dbqm .reefspins-8s6xg2 td .reefspins-jd5v41:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .reefspins-58dbqm tr.reefspins-zlaa2m td p:last-child {
    padding-bottom: 0;
  }
  .reefspins-58dbqm .reefspins-j8dfbo > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .reefspins-58dbqm .reefspins-j8dfbo > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .reefspins-58dbqm tr.reefspins-zlaa2m td p:not(:last-child),
  .reefspins-58dbqm tr.reefspins-j8dfbo td p:not(:last-child) {
    border-bottom: unset;
  }
  .reefspins-58dbqm tr.reefspins-j8dfbo td p:last-child {
    padding-bottom: 12px;
  }
  .reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-zmnayn,
  .reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-sytw23,
  .reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-jd5v41 {
    flex: 1 1 50%;
    padding: 0;
  }
  .reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-zmnayn,
  .reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-sytw23 {
    margin-top: 16px;
  }
  .reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-jd5v41 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-zmnayn {
    border-right: 1px solid var(--border-color);
  }
  .reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-jd5v41:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .reefspins-58dbqm .reefspins-8s6xg2 td:last-child .reefspins-jd5v41:last-child {
    padding-bottom: 0;
  }
}

.reefspins-jd5v41 {
  display: flex;
  flex-direction: column;
}

.reefspins-58dbqm .reefspins-8s6xg2 td .reefspins-jd5v41 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.reefspins-58dbqm .reefspins-8s6xg2 td .reefspins-jd5v41:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.reefspins-58dbqm .reefspins-8s6xg2 td .reefspins-jd5v41:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .reefspins-58dbqm .reefspins-8s6xg2 td .reefspins-jd5v41:not(:first-child) {
    padding-left: 0;
  }
  .reefspins-58dbqm .reefspins-8s6xg2 td .reefspins-jd5v41:not(:last-of-type) {
    border-right: unset;
  }
}

.reefspins-58dbqm .reefspins-8ro4fo {
  flex: 0 1 485px;
}

.reefspins-58dbqm .reefspins-gw1ziq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.reefspins-58dbqm .reefspins-gw1ziq li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reefspins-58dbqm .reefspins-gw1ziq li.reefspins-mlkiec {
  padding: 6px 12px;
}

.reefspins-58dbqm .reefspins-gw1ziq li a,
.reefspins-58dbqm .reefspins-gw1ziq li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.reefspins-58dbqm .reefspins-e4wufs,
.reefspins-58dbqm .reefspins-mvd3pt {
  flex: 1 1;
}

.reefspins-58dbqm .reefspins-67bvff,
.reefspins-58dbqm .reefspins-yykhz8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reefspins-58dbqm .reefspins-67bvff li,
.reefspins-58dbqm .reefspins-yykhz8 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.reefspins-58dbqm .reefspins-mvd3pt img {
  max-width: 32px;
}

.reefspins-58dbqm .reefspins-e4wufs img {
  max-width: 32px;
}

.reefspins-58dbqm .reefspins-8y8ldp {
  min-width: 280px;
}

.reefspins-58dbqm .reefspins-8y8ldp img {
  max-width: 146px;
}

.reefspins-58dbqm .reefspins-8y8ldp td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .reefspins-58dbqm .reefspins-zlaa2m,
  .reefspins-58dbqm .reefspins-j8dfbo {
    flex: 0 1 auto;
  }
  .reefspins-58dbqm .reefspins-8s6xg2 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .reefspins-58dbqm .reefspins-zlaa2m,
  .reefspins-58dbqm .reefspins-8ro4fo,
  .reefspins-58dbqm .reefspins-j8dfbo,
  .reefspins-58dbqm .reefspins-8s6xg2 {
    flex: 1 1 calc(50% - 20px);
  }
  .reefspins-58dbqm .reefspins-e4wufs,
  .reefspins-58dbqm .reefspins-8y8ldp,
  .reefspins-58dbqm .reefspins-mvd3pt {
    flex: 1 1 30%;
  }
  .reefspins-58dbqm .reefspins-8y8ldp {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .reefspins-58dbqm .reefspins-zlaa2m,
  .reefspins-58dbqm .reefspins-8ro4fo,
  .reefspins-58dbqm .reefspins-e4wufs,
  .reefspins-58dbqm .reefspins-j8dfbo,
  .reefspins-58dbqm .reefspins-8s6xg2,
  .reefspins-58dbqm .reefspins-8y8ldp,
  .reefspins-58dbqm .reefspins-mvd3pt {
    flex: 1 1 100%;
  }
}

.reefspins-ip0cjj .reefspins-t0p4ct {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reefspins-ip0cjj .reefspins-1nszo4 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.reefspins-ip0cjj .reefspins-b6v9e4 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.reefspins-ip0cjj .reefspins-l554jp {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.reefspins-ip0cjj .reefspins-l554jp > :nth-child(3) {
  margin-top: 0;
}

.reefspins-ip0cjj .reefspins-m5zppv {
  grid-column: 2/3;
  grid-row: 1/10;
}

.reefspins-ip0cjj .reefspins-n4c45b {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.reefspins-ip0cjj .reefspins-0s7e7y {
  grid-column: 1/2;
}

.reefspins-ip0cjj > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.reefspins-ip0cjj .reefspins-1nszo4:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.reefspins-ip0cjj .reefspins-1nszo4:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.reefspins-ip0cjj .reefspins-bmqgwy {
  min-width: 240px;
}

@media (max-width: 768px) {
  .reefspins-ip0cjj .reefspins-1nszo4:not(:last-child):before {
    bottom: 8px;
  }
  .reefspins-ip0cjj .reefspins-1nszo4:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .reefspins-ip0cjj .reefspins-l554jp {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .reefspins-ip0cjj .reefspins-m5zppv {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .reefspins-ip0cjj .reefspins-m5zppv img {
    width: 100%;
    height: auto;
  }
  .reefspins-ip0cjj .reefspins-bmqgwy {
    width: 100%;
    min-width: unset;
  }
}

.reefspins-oiq4ts .reefspins-b1ly1u {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.reefspins-oiq4ts .reefspins-4mun8o {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.reefspins-oiq4ts .reefspins-m5zppv {
  height: 100%;
}

.reefspins-oiq4ts .reefspins-m5zppv img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.reefspins-oiq4ts .reefspins-mssaq4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.reefspins-oiq4ts .reefspins-a66u88 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.reefspins-oiq4ts .reefspins-5h4wbh {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .reefspins-oiq4ts .reefspins-4mun8o {
    flex: 1 1 100%;
  }
  .reefspins-oiq4ts .reefspins-xgmixt {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .reefspins-oiq4ts .reefspins-4mun8o {
    flex-direction: column;
  }
  .reefspins-oiq4ts .reefspins-m5zppv {
    width: 100%;
    height: auto;
  }
  .reefspins-oiq4ts .reefspins-m5zppv img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .reefspins-oiq4ts .reefspins-mssaq4 {
    padding: 0 16px 16px 16px;
  }
  .reefspins-oiq4ts .reefspins-xgmixt {
    min-width: unset;
    width: 100%;
  }
}

.reefspins-1nce82 .reefspins-br0suc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.reefspins-1nce82 .reefspins-kk9l85 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.reefspins-1nce82 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.reefspins-1nce82 .reefspins-x0xdx8 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.reefspins-1nce82 .reefspins-kk9l85:hover .reefspins-x0xdx8 {
  display: flex;
}

.reefspins-1nce82 .reefspins-i2p650 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reefspins-1nce82 .reefspins-wdlh3f {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.reefspins-hnj978 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.reefspins-hnj978.reefspins-752kp8 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.reefspins-wfprsz ease-in-out;
}

.reefspins-hnj978.reefspins-752kp8:hover {
  color: #f9cb16;
  background-color: transparent;
}

.reefspins-1nce82 .reefspins-ux6xi1 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.reefspins-wfprsz ease-in-out;
}

.reefspins-1nce82 .reefspins-ux6xi1:hover {
  color: #196948;
  background-color: #f9cb16;
}

.reefspins-1nce82 .reefspins-ux6xi1:after,
.reefspins-hnj978.reefspins-752kp8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.reefspins-hnj978.reefspins-752kp8:after {
  background-image: url(../images/Cash.svg);
}

.reefspins-1nce82 .reefspins-ux6xi1:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .reefspins-1nce82 .reefspins-br0suc {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .reefspins-1nce82 .reefspins-br0suc {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .reefspins-1nce82 .reefspins-br0suc {
    grid-template-columns: 1fr;
  }
  .reefspins-1nce82 .reefspins-kk9l85 {
    height: auto;
  }
  .reefspins-1nce82 .reefspins-kk9l85 .reefspins-x0xdx8 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .reefspins-1nce82 .reefspins-i2p650,
  .reefspins-1nce82 .reefspins-wdlh3f {
    text-align: left;
  }
  .reefspins-1nce82 .reefspins-wdlh3f {
    margin-bottom: 8px;
  }
  .reefspins-1nce82 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.reefspins-oz0c6d {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.reefspins-oz0c6d.reefspins-32z8sg {
  display: block;
}

.reefspins-oz0c6d .reefspins-9xqvrh {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.reefspins-oz0c6d .reefspins-sq1wy9 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.reefspins-oz0c6d .reefspins-idnhrg {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.reefspins-oz0c6d .reefspins-4v337n {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.reefspins-oz0c6d .reefspins-hnj978 {
  min-width: 296px;
  margin-bottom: 0;
}

.reefspins-oz0c6d .reefspins-eq3str {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reefspins-oz0c6d .reefspins-9m893r {
  position: relative;
  flex: 1 1;
}

.reefspins-oz0c6d .reefspins-9m893r iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .reefspins-oz0c6d .reefspins-sq1wy9 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .reefspins-oz0c6d .reefspins-idnhrg {
    order: 1;
  }
  .reefspins-oz0c6d .reefspins-4v337n {
    order: 3;
    flex: 1 1 100%;
  }
  .reefspins-oz0c6d .reefspins-hnj978 {
    width: 100%;
    min-width: unset;
  }
  .reefspins-oz0c6d .reefspins-eq3str {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .reefspins-4cbc5e > .reefspins-bsn376 {
    margin-bottom: 0;
  }
  .reefspins-4cbc5e > .reefspins-0s7e7y,
  .reefspins-4cbc5e > p {
    margin-top: 0;
  }
}

.reefspins-z0nt6y img,
.reefspins-cyz51w img {
  width: auto;
  object-fit: contain;
}

.reefspins-z0nt6y {
  align-items: center;
}

.reefspins-z0nt6y img {
  max-height: 76px;
}

.reefspins-cyz51w img {
  max-height: 64px;
}

.reefspins-jemzcl {
  overflow: auto;
}

.reefspins-fz6jwr {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.reefspins-6q3ygq:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.reefspins-nkytjz {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.reefspins-1kv00n {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reefspins-nkytjz .reefspins-m5zppv {
  margin-right: 20px;
  flex-shrink: 0;
}

.reefspins-nkytjz img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.reefspins-n4c320 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.reefspins-n4c320 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reefspins-nkytjz {
    padding: 15px 10px;
  }
  .reefspins-n4c320 {
    padding: 15px 10px;
  }
  .reefspins-nkytjz .reefspins-m5zppv {
    margin-right: 10px;
  }
}

.reefspins-hhzkfp {
  overflow-x: auto;
}

.reefspins-wtpy6y {
  border-collapse: collapse;
  width: 100%;
}

.reefspins-hhzkfp th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.reefspins-hhzkfp td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.reefspins-hhzkfp td.reefspins-1g1x7n {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.reefspins-hhzkfp td.reefspins-hpwdyi {
  border-right: none;
}

.reefspins-hhzkfp td.reefspins-hpwdyi .reefspins-m5zppv {
  justify-content: flex-start;
}

.reefspins-hhzkfp td.reefspins-hpwdyi .reefspins-m5zppv img {
  height: auto;
  width: 90px;
}

.reefspins-hhzkfp td.reefspins-qf0gon,
.reefspins-hhzkfp td.reefspins-j9lhid {
  font-weight: 600;
  text-align: right;
}

.reefspins-hhzkfp td.reefspins-cwvlt2,
.reefspins-hhzkfp td.reefspins-qf0gon {
  padding-bottom: 10px;
  border-bottom: none;
}

.reefspins-hhzkfp td.reefspins-qf0gon,
.reefspins-hhzkfp td.reefspins-j9lhid {
  border-left: none;
}

.reefspins-hhzkfp td.reefspins-cwvlt2,
.reefspins-hhzkfp td.reefspins-max844 {
  border-right: none;
}

.reefspins-hhzkfp td.reefspins-max844,
.reefspins-hhzkfp td.reefspins-j9lhid {
  border-top: none;
  padding-top: 10px;
}

.reefspins-1vjvwd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.reefspins-1vjvwd .reefspins-xgmixt {
  min-width: unset;
  width: 100%;
}

.reefspins-1vjvwd .reefspins-xgmixt.reefspins-3i955v {
  grid-column: 1/2;
  grid-row: 1/2;
}

.reefspins-1vjvwd .reefspins-xgmixt.reefspins-3g7s00 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.reefspins-1vjvwd .reefspins-i4d1si {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .reefspins-1vjvwd {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .reefspins-1vjvwd .reefspins-xgmixt.reefspins-3i955v {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .reefspins-1vjvwd .reefspins-xgmixt.reefspins-3g7s00 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .reefspins-1vjvwd .reefspins-i4d1si {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.reefspins-6s2ulu {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.reefspins-mzm2ay {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.reefspins-3k3qb0 p a img {
  margin: 0 auto;
  display: block;
}

.reefspins-3k3qb0 table {
  margin-bottom: 17px;
}

/* contanct form */
.reefspins-7w3c0a {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.reefspins-7w3c0a label {
  font-size: 14px;
}

.reefspins-7w3c0a h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.reefspins-7w3c0a input,
.reefspins-7w3c0a textarea,
.reefspins-7w3c0a button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.reefspins-7w3c0a button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.reefspins-wfprsz ease;
}
.reefspins-7w3c0a button:hover {
  background-color: #691204;
}
.reefspins-bvilp4 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.reefspins-n858c9 ease-in;
}

.reefspins-bvilp4 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.reefspins-8386d7, .reefspins-j2lz9b, [class*="review-card"],
thead, thead th, table th, .reefspins-jbovr6,
.reefspins-8rtnop, [class*="collapsible-header"],
.reefspins-hyfp2j, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
