@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-7fccoa {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reefspins-tija19 {
  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-pp3027,
ul.reefspins-pp3027 {
  padding-left: 20px;
}

ul.reefspins-pp3027 {
  list-style: disc;
}

ol.reefspins-pp3027 {
  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-pa5v69 > .reefspins-8gqnpw,
.reefspins-pa5v69 > .reefspins-u74mk4,
.reefspins-pa5v69 > blockquote,
.reefspins-pa5v69 > h1,
.reefspins-pa5v69 > h2,
.reefspins-pa5v69 > h3,
.reefspins-pa5v69 > h4,
.reefspins-pa5v69 > h5,
.reefspins-pa5v69 > h6,
.reefspins-pa5v69 > ol,
.reefspins-pa5v69 > p,
.reefspins-pa5v69 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reefspins-pa5v69 > ol,
.reefspins-pa5v69 > ul {
  padding-left: 50px;
}

.reefspins-pa5v69 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-pa5v69:not(:last-child) {
  margin-bottom: 2rem;
}

.reefspins-pa5v69 > :not(:first-child) {
  margin-top: 2rem;
}

.reefspins-pa5v69 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reefspins-pa5v69:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .reefspins-pa5v69:first-child {
    margin-top: 20px;
  }
}

.reefspins-pa5v69 > p:last-of-type {
  margin-bottom: 32px;
}

.reefspins-pa5v69 > .reefspins-wt2tev:not(:first-child) {
  margin: 64px auto 16px auto;
}

.reefspins-nl9jeo > .reefspins-wt2tev {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reefspins-u74mk4 {
  overflow: auto;
}

.reefspins-u74mk4::-webkit-scrollbar {
  height: 5px;
}

.reefspins-u74mk4 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.reefspins-u74mk4 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.reefspins-u74mk4 table thead,
table thead {
  border-bottom: none;
}

.reefspins-u74mk4 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.reefspins-u74mk4 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.reefspins-u74mk4 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.reefspins-u74mk4 .reefspins-eb07id {
  table-layout: auto;
}

.reefspins-u74mk4 .reefspins-eb07id th {
  word-break: normal;
}

.reefspins-u74mk4 .reefspins-eb07id td {
  word-break: normal;
}

.reefspins-7fccoa .reefspins-7fccoa {
  padding-right: 0;
  padding-left: 0;
}

.reefspins-n0psrs {
  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-vvuk9s {
  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-yvob78 {
  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-8gqnpw {
  margin-top: 24px;
}

.reefspins-8gqnpw.reefspins-z2vld1 {
  text-align: left;
}

.reefspins-8gqnpw.reefspins-qy7v57 {
  text-align: right;
}

.reefspins-8gqnpw.reefspins-82oxat {
  text-align: center;
}

.reefspins-xxa5q5 {
  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-ixay1c ease-in-out;
  cursor: pointer;
}

.reefspins-xxa5q5:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.reefspins-xxa5q5 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .reefspins-xxa5q5 {
    min-width: unset;
  }
}

.reefspins-q3wtnw {
  background-color: var(--fh-bg-color);
}

.reefspins-1m5hou {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.reefspins-vipcoz {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.reefspins-vipcoz img {
  max-height: 80px;
  object-fit: contain;
}

.reefspins-j7ouip {
  flex: 1 1;
}

.reefspins-7cxby6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.reefspins-mrt79n {
  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-mrt79n 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-mrt79n.reefspins-qh3735 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.reefspins-mrt79n.reefspins-qh3735 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.reefspins-mrt79n.reefspins-qh3735 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.reefspins-j7ouip + .reefspins-7cxby6 {
  margin-left: 20px;
}

.reefspins-z7c6p5 {
  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-z7c6p5 > svg {
  max-width: 24px;
  max-height: 24px;
}

.reefspins-z7c6p5 + .reefspins-z7c6p5 {
  margin-left: 5px;
}

.reefspins-ot77pq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.reefspins-ot77pq:hover {
  background-color: var(--button-bg-hover);
}

.reefspins-f3n9lf {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.reefspins-ixay1c ease-in-out;
  border: 1px solid var(--border-color);
}

.reefspins-f3n9lf:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.reefspins-3zg5pz {
  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-j7ouip {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .reefspins-3zg5pz {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .reefspins-j7ouip {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .reefspins-z7c6p5 {
    min-width: unset;
    flex: 1 1;
  }
}

.reefspins-tz0pbg {
  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-tz0pbg:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.reefspins-tz0pbg:hover .reefspins-b70my2 {
  opacity: 1;
  pointer-events: auto;
}

.reefspins-7m0ggf {
  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-3gw7ix ease-in-out;
  gap: 4px;
}

.reefspins-7m0ggf > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.reefspins-7m0ggf .reefspins-n0psrs img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.reefspins-lma9eh,
.reefspins-7m0ggf:hover {
  color: var(--button-bg-hover);
}

.reefspins-hoi44w {
  position: relative;
}

.reefspins-hoi44w .reefspins-7m0ggf {
  margin-right: 0;
  padding-right: 4px;
}

.reefspins-906u67 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.reefspins-hoi44w.reefspins-qh3735 .reefspins-906u67 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.reefspins-hoi44w.reefspins-qh3735 .reefspins-b70my2 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.reefspins-hoi44w.reefspins-qh3735 .reefspins-b70my2::before {
  display: none;
}

.reefspins-906u67 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.reefspins-b70my2 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.reefspins-wmn8al 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.reefspins-b70my2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.reefspins-b70my2:hover {
  color: var(--fh-bg-color);
}

.reefspins-y5rxat {
  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-wmn8al 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.reefspins-3gw7ix ease-in-out;
  -o-transition: 0.reefspins-3gw7ix ease-in-out;
  transition: 0.reefspins-3gw7ix ease-in-out;
}

.reefspins-y5rxat .reefspins-n0psrs img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.reefspins-73vh1t,
.reefspins-y5rxat:hover {
  color: var(--button-bg-hover);
}

.reefspins-oec0mf {
  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-oec0mf.reefspins-jx58lm {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.reefspins-oec0mf.reefspins-jx58lm:after,
.reefspins-oec0mf.reefspins-jx58lm:before {
  content: "";
  position: absolute;
  margin: auto;
}

.reefspins-oec0mf.reefspins-jx58lm: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-oec0mf.reefspins-jx58lm:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.reefspins-oec0mf.reefspins-jx58lm > * {
  z-index: 1;
}

.reefspins-oec0mf b,
.reefspins-oec0mf strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.reefspins-oec0mf .reefspins-7qmxqu {
  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-oec0mf .reefspins-59uwi8 {
  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-oec0mf .reefspins-n0psrs {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.reefspins-oec0mf .reefspins-hman45 {
  margin-top: 12px;
}

.reefspins-hman45 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.reefspins-3io5tr {
  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-hman45 .reefspins-jagm3l {
  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-ixay1c ease-in-out;
}

.reefspins-hman45 .reefspins-jagm3l:hover {
  background: rgba(255, 255, 255, 0.3);
}

.reefspins-pl0e75 {
  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-oec0mf.reefspins-e13sbf {
  gap: 12px;
  padding: 16px;
}

.reefspins-oec0mf.reefspins-e13sbf .reefspins-pl0e75 {
  min-width: 240px;
}

.reefspins-oec0mf.reefspins-e13sbf .reefspins-pl0e75.reefspins-k7ahei {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .reefspins-oec0mf .reefspins-7qmxqu {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .reefspins-oec0mf .reefspins-59uwi8 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .reefspins-oec0mf .reefspins-n0psrs {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .reefspins-oec0mf.reefspins-e13sbf .reefspins-n0psrs {
    max-width: 126px;
  }
  .reefspins-oec0mf .reefspins-hman45 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .reefspins-oec0mf .reefspins-3io5tr {
    max-width: unset;
  }
  .reefspins-pl0e75 {
    min-width: unset;
    width: 100%;
  }
  .reefspins-oec0mf .reefspins-pl0e75 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .reefspins-oec0mf.reefspins-e13sbf {
    grid-template-rows: auto 1fr auto;
  }
  .reefspins-oec0mf.reefspins-e13sbf .reefspins-pl0e75 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .reefspins-oec0mf {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .reefspins-oec0mf .reefspins-7qmxqu {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .reefspins-oec0mf .reefspins-n0psrs {
    max-width: 78px;
  }
  .reefspins-oec0mf .reefspins-hman45 {
    margin-top: -12px;
  }
  .reefspins-oec0mf.reefspins-e13sbf {
    gap: 8px;
  }
  .reefspins-oec0mf.reefspins-e13sbf .reefspins-7qmxqu {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .reefspins-oec0mf.reefspins-e13sbf .reefspins-59uwi8 {
    grid-column: 1/3;
  }
  .reefspins-oec0mf.reefspins-e13sbf .reefspins-n0psrs {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .reefspins-oec0mf.reefspins-e13sbf .reefspins-n0psrs img {
    max-width: 114px;
  }
}

.reefspins-pl0e75.reefspins-phhu7c,
.reefspins-pl0e75.reefspins-qcpes7,
.reefspins-pl0e75.reefspins-4j0p2z {
  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-ixay1c ease-in-out;
}

.reefspins-pl0e75.reefspins-phhu7c,
.reefspins-pl0e75.reefspins-4j0p2z {
  padding: 10px;
}

.reefspins-pl0e75.reefspins-phhu7c:hover,
.reefspins-pl0e75.reefspins-qcpes7:hover,
.reefspins-pl0e75.reefspins-4j0p2z:hover {
  background: var(--button-bg-hover);
}

.reefspins-pl0e75.reefspins-phhu7c:hover svg path,
.reefspins-pl0e75.reefspins-4j0p2z:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.reefspins-pl0e75.reefspins-k7ahei {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.reefspins-ixay1c ease-in-out;
  background: var(--button-bg-color);
}

.reefspins-pl0e75.reefspins-k7ahei:hover {
  background-color: var(--button-bg-hover);
}

.reefspins-pl0e75.reefspins-qcpes7: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-pl0e75.reefspins-qcpes7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.reefspins-pl0e75.reefspins-k7ahei:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.reefspins-0zmaza {
  max-width: 650px;
}

.reefspins-xtl4r0 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.reefspins-12p85o {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.reefspins-p10ui9 {
  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-3gw7ix ease-in-out;
  cursor: pointer;
}

.reefspins-p10ui9:hover {
  opacity: 0.5;
}

.reefspins-p10ui9:focus {
  outline: 0;
}

.reefspins-p10ui9:focus .reefspins-9jfrek,
.reefspins-p10ui9:hover .reefspins-9jfrek {
  fill: red;
  fill-opacity: 1;
}

.reefspins-p10ui9:hover {
  cursor: pointer;
}

.reefspins-h1ybca {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.reefspins-0zmaza.reefspins-82oxat {
  margin: 0 auto;
}

.reefspins-0zmaza.reefspins-qy7v57 {
  margin-left: auto;
}

.reefspins-as5xit {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.reefspins-ve1r7c {
  padding-bottom: 50px;
}

.reefspins-zl4oxh {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.reefspins-fw3607 {
  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-x54ukp {
  margin-top: 24px;
}

.reefspins-9ptqql {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reefspins-d8ulni {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.reefspins-8ww7rl {
  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-2kek98 {
  width: 468px;
}

.reefspins-8ww7rl .reefspins-b70my2 {
  margin: 0.reefspins-n5vqn7 0;
}

.reefspins-4aezk9 {
  display: flex;
  min-width: 224px;
}

.reefspins-g46czj {
  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-3gw7ix ease-in-out;
}

.reefspins-i3tm1e,
.reefspins-g46czj:hover {
  color: var(--text-color);
}

.reefspins-bcj0am {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.reefspins-dqjddm {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .reefspins-as5xit {
    padding: 16px;
  }
  .reefspins-bcj0am {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .reefspins-dqjddm {
    align-items: center;
  }
  .reefspins-2kek98 {
    width: unset;
  }
  .reefspins-4aezk9 {
    min-width: unset;
  }
  .reefspins-8ww7rl {
    max-height: unset;
  }
  .reefspins-zl4oxh {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .reefspins-as5xit {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.reefspins-i7rkpt {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.reefspins-i7rkpt:not(:last-child) {
  margin-bottom: 16px;
}

.reefspins-7bm7lg {
  outline: 0;
}

.reefspins-7bm7lg .reefspins-nujmaa {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.reefspins-8hums1 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .reefspins-8hums1 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.reefspins-8hums1::-webkit-details-marker {
  display: none;
}

.reefspins-8hums1: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-8hums1: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-8hums1:after {
  transform: unset;
}

.reefspins-nujmaa {
  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-nujmaa 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-3gw7ix ease-in-out;
  -o-transition: 0.reefspins-3gw7ix ease-in-out;
  transition: 0.reefspins-3gw7ix ease-in-out;
}

.reefspins-acdmos {
  padding: 16px 0 0 0;
}

.reefspins-acdmos * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .reefspins-acdmos :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reefspins-8hums1 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .reefspins-8hums1::after {
    margin-left: auto;
  }
  .reefspins-nujmaa {
    order: 3;
    flex: 1 1 100%;
  }
  .reefspins-8hums1 {
    font-size: 14px;
    line-height: 130%;
  }
  .reefspins-nujmaa svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.reefspins-36trhg {
  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-m8k4t1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.reefspins-36trhg.reefspins-qh3735 .reefspins-m8k4t1 {
  margin-bottom: 12px;
}

.reefspins-m8k4t1::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-36trhg.reefspins-qh3735 .reefspins-m8k4t1::after {
  transform: unset;
}

.reefspins-i0eie9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.reefspins-3vkx8f {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.reefspins-3gw7ix ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.reefspins-3vkx8f: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-36trhg.reefspins-qh3735 .reefspins-i0eie9 {
  max-height: 100%;
}

.reefspins-cskjdo {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.reefspins-d4ba0k {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.reefspins-hbky05 {
  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-1gvqj6 {
  margin-right: 4px;
}

.reefspins-olc1w6 {
  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-3gw7ix ease-in-out;
}

.reefspins-olc1w6 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.reefspins-md0tkk,
.reefspins-olc1w6:hover {
  color: var(--text-color);
}

.reefspins-7mdmvf {
  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-7mdmvf img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.reefspins-7mdmvf .reefspins-9gxpqm {
  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-7mdmvf .reefspins-4epqhb {
  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-fashjm {
  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-vjhh34 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reefspins-w2uxrt .reefspins-7fccoa {
  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-w2uxrt {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.reefspins-i8jtlp {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.reefspins-yxk14n {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.reefspins-385xhk {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.reefspins-ptoheq 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-385xhk:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.reefspins-ccdm01 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.reefspins-r4zgb9 {
  -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-3gw7ix ease-in-out;
  transition: transform 0.reefspins-3gw7ix ease-in-out;
  -o-transition: transform 0.reefspins-3gw7ix ease-in-out;
  transition:
    transform 0.reefspins-3gw7ix ease-in-out,
    -webkit-transform 0.reefspins-3gw7ix ease-in-out;
  cursor: pointer;
}

.reefspins-r4zgb9 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.reefspins-r4zgb9: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-fnm40f {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .reefspins-fnm40f {
    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-kq4con {
  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-tf5m17 {
  position: relative;
  width: 100%;
}

.reefspins-kq4con.reefspins-2ruomc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reefspins-kq4con.reefspins-82oxat {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reefspins-kq4con.reefspins-qy7v57 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.reefspins-hehrwp {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.reefspins-qpl85d {
  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-3gw7ix ease-in-out;
  cursor: pointer;
}

.reefspins-qpl85d:hover {
  opacity: 0.5;
}

.reefspins-kq4con.reefspins-n917zs .reefspins-qpl85d {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.reefspins-kq4con.reefspins-n917zs .reefspins-hehrwp {
  cursor: pointer;
}

.reefspins-4f2miz {
  fill: #0009;
}

.reefspins-kgmh6f {
  fill: #fff;
}

.reefspins-qpl85d:hover .reefspins-4f2miz {
  fill: red;
}

.reefspins-qpl85d svg path {
  -webkit-transition: 0.reefspins-3gw7ix ease-in-out;
  -o-transition: 0.reefspins-3gw7ix ease-in-out;
  transition: 0.reefspins-3gw7ix ease-in-out;
}

.reefspins-pa1f2t {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.reefspins-pa1f2t > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.reefspins-pa1f2t.reefspins-99cmqv > :not(.get-image) {
  grid-column: 1/3;
}

.reefspins-xfzpmf:not(._h1-block) .reefspins-pa1f2t > .reefspins-wt2tev {
  grid-row: 1/2;
  grid-column: 1/3;
}

.reefspins-pa1f2t.reefspins-99cmqv .reefspins-r3426t {
  grid-column: 2/3;
}

.reefspins-pa1f2t.reefspins-99cmqv > .reefspins-n0psrs {
  grid-column: 1/2;
}

.reefspins-pa1f2t.reefspins-99cmqv > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.reefspins-pa1f2t > p:first-of-type {
  margin-top: 0;
}

.reefspins-pa1f2t .reefspins-n0psrs {
  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-xfzpmf:not(._h1-block) .reefspins-wt2tev ~ .reefspins-n0psrs {
  grid-row: 2/10;
}

.reefspins-xfzpmf.reefspins-2mtpq3 .reefspins-wt2tev ~ .reefspins-n0psrs {
  grid-row: 1/10;
}

.reefspins-xfzpmf.reefspins-2mtpq3 > .reefspins-wt2tev {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.reefspins-xfzpmf.reefspins-2mtpq3 .reefspins-n0psrs {
  grid-row: 1/10;
}

.reefspins-pa1f2t.reefspins-sd051v .reefspins-n0psrs {
  align-items: flex-start;
}

.reefspins-pa1f2t.reefspins-82oxat .reefspins-r3426t {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.reefspins-pa1f2t.reefspins-82oxat .reefspins-n0psrs {
  align-items: center;
}

.reefspins-pa1f2t.reefspins-bfokh4 .reefspins-n0psrs {
  align-items: flex-end;
}

.reefspins-r3426t > :first-child {
  margin-top: 0;
}

.reefspins-r3426t > :last-child {
  margin-bottom: 0;
}

* + .reefspins-dpfvve,
.reefspins-xfzpmf + .reefspins-xfzpmf {
  margin-top: 2rem;
}

.reefspins-85hot8 td::before,
.reefspins-85hot8 th::after {
  display: none !important;
}

.reefspins-85hot8 #link-selector {
  color: #000;
}

.reefspins-85hot8 .reefspins-i4vni1 {
  color: #135e96;
}

.reefspins-85hot8 .reefspins-dlcm2f *,
.reefspins-85hot8 .reefspins-mculkk p,
.reefspins-85hot8 .reefspins-tgo58z * {
  color: #000;
}

.reefspins-85hot8 .reefspins-mlh9vg {
  background: 0 0 !important;
}

.reefspins-85hot8 .reefspins-4l1d3r {
  color: #000;
}

.reefspins-85hot8 .reefspins-l8qu2g.reefspins-7fz40c {
  color: #fff;
}

.reefspins-85hot8 .reefspins-t5v6ax {
  color: #000;
}

.reefspins-85hot8
  .reefspins-vwy49p
  .reefspins-ef898b.reefspins-7fz40c.reefspins-gk219f {
  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-eu9i1l,
body .reefspins-9ng2ca {
  color: #000;
  background: var(--color-body) !important;
}

.reefspins-eu9i1l .reefspins-o35i1o .reefspins-4i751v,
body .reefspins-9ng2ca .reefspins-o35i1o .reefspins-4i751v {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .reefspins-3vkx8f:focus,
  .reefspins-3vkx8f:hover {
    color: #f9cb16;
  }
  .reefspins-2lf72s:focus,
  .reefspins-2lf72s:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .reefspins-c2jjnx:focus img,
  .reefspins-c2jjnx:focus svg,
  .reefspins-c2jjnx:hover img,
  .reefspins-c2jjnx:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .reefspins-7mdmvf {
    display: none;
  }
}

@media (min-width: 1024px) {
  .reefspins-hoi44w:hover .reefspins-906u67 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .reefspins-906u67 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .reefspins-5ni4cq {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .reefspins-4wfck8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .reefspins-h1ixwd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .reefspins-lw1fg7 .reefspins-l8gl4j {
    grid-template-columns: 1fr;
  }
  .reefspins-lw1fg7 .reefspins-don06u {
    -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-lw1fg7 .reefspins-kwe59r {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reefspins-lw1fg7 .reefspins-wf7fs6 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reefspins-lw1fg7 .reefspins-yjnc2i {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .reefspins-lw1fg7 .reefspins-kwe59r:not(:first-child) {
    border: none;
  }
  .reefspins-lw1fg7 .reefspins-kwe59r:first-child .reefspins-wf7fs6 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .reefspins-lw1fg7 .reefspins-kwe59r:last-child .reefspins-wf7fs6 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .reefspins-1m5hou {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .reefspins-vipcoz {
    max-width: 100px;
  }
  .reefspins-j7ouip {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .reefspins-7cxby6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .reefspins-7cxby6 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .reefspins-mrt79n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .reefspins-j7ouip + .reefspins-7cxby6 {
    margin-left: auto;
  }
  .reefspins-n8qbs7 {
    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-n8qbs7.reefspins-qh3735 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .reefspins-3zg5pz {
    -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-tz0pbg {
    width: 100%;
  }
  .reefspins-tz0pbg:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .reefspins-7m0ggf {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .reefspins-7m0ggf svg {
    margin-right: 4px;
  }
  .reefspins-hoi44w {
    -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-906u67 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .reefspins-906u67 {
    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-b70my2 {
    display: none;
    width: 100%;
  }
  .reefspins-hoi44w.reefspins-qh3735 .reefspins-b70my2 {
    padding: 0 0 0 48px;
  }
  .reefspins-y5rxat {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .reefspins-fw3607 .reefspins-n0psrs {
    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-zf4hlr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reefspins-zf4hlr + .reefspins-zf4hlr {
    margin-right: 0;
  }
  .reefspins-zf4hlr + .reefspins-n0psrs {
    margin: 0;
  }
  .reefspins-5ni4cq {
    grid-template-columns: repeat(4, 1fr);
  }
  .reefspins-4wfck8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .reefspins-ckloft,
  .reefspins-mwolh2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .reefspins-pa1f2t {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .reefspins-pa1f2t.reefspins-99cmqv .reefspins-r3426t {
    grid-column: auto;
    grid-row: auto;
  }
  .reefspins-pa1f2t > .reefspins-wt2tev {
    grid-column: 1/2;
  }
  .reefspins-pa1f2t.reefspins-99cmqv > :not(.get-image) {
    grid-column: 1/2;
  }
  .reefspins-pa1f2t .reefspins-n0psrs,
  .reefspins-pa1f2t.reefspins-99cmqv > .reefspins-n0psrs {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .reefspins-pa1f2t.reefspins-99cmqv > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .reefspins-xfzpmf.reefspins-2mtpq3 .reefspins-pa1f2t > .reefspins-n0psrs {
    grid-row: 1/2;
  }
  .reefspins-pa1f2t .reefspins-wt2tev ~ .reefspins-n0psrs,
  .reefspins-pa1f2t.reefspins-99cmqv .reefspins-wt2tev ~ .reefspins-n0psrs {
    grid-row: 2/3;
  }
  .reefspins-xfzpmf.reefspins-2mtpq3 .reefspins-wt2tev ~ .reefspins-n0psrs {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .reefspins-pa5v69:first-child .reefspins-jrq51k {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reefspins-pa5v69:first-child .reefspins-jrq51k h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .reefspins-pa5v69 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .reefspins-pa5v69 {
    padding: 0;
  }
  .reefspins-8gqnpw {
    margin-top: 1rem;
  }
  .reefspins-7bm7lg {
    border-radius: 5px;
  }
  .reefspins-d63j3c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reefspins-m8k4t1::after {
    display: inline-block;
  }
  .reefspins-m8k4t1 {
    margin: 0;
    width: 100%;
  }
  .reefspins-i0eie9 {
    width: 100%;
  }
  .reefspins-i0eie9.reefspins-9c41f4 {
    -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-i0eie9.reefspins-9c41f4 .reefspins-kvrarx {
    width: 100%;
  }
  .reefspins-i0eie9.reefspins-9c41f4 .reefspins-kvrarx:not(:last-child) {
    margin-right: 0;
  }
  .reefspins-3vkx8f {
    width: 100%;
    text-align: center;
  }
  .reefspins-36trhg.reefspins-qh3735 .reefspins-i0eie9 {
    margin-top: 1rem;
  }
  .reefspins-5ni4cq {
    grid-template-columns: repeat(3, 1fr);
  }
  .reefspins-h1ixwd,
  .reefspins-4wfck8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .reefspins-ckloft,
  .reefspins-mwolh2,
  .reefspins-d62l9u {
    grid-template-columns: 1fr;
  }
  .reefspins-cq5otf {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .reefspins-wl100u {
    min-width: 300px;
    max-width: 325px;
  }
  .reefspins-wf7fs6 {
    cursor: auto;
  }
  .reefspins-0l4r17 .reefspins-wf7fs6 {
    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-fnm40f {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .reefspins-b70my2 {
    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-fnm40f {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.reefspins-zf4hlr p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .reefspins-7cxby6 {
    margin: 0 -0.2rem;
  }
  .reefspins-zf4hlr {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .reefspins-qxz0wp {
    -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-u63n9q {
    max-width: 100%;
  }
  .reefspins-5ni4cq {
    grid-template-columns: repeat(2, 1fr);
  }
  .reefspins-h1ixwd,
  .reefspins-4wfck8 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .reefspins-1m5hou {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reefspins-7cxby6 {
    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-q3wtnw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reefspins-z7c6p5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reefspins-npz88h,
  .reefspins-xn062m {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .reefspins-xxa5q5 {
    width: 100%;
  }
  .reefspins-5ni4cq {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .reefspins-fnm40f {
    top: 127px !important;
  }
}

.reefspins-0or2p7 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .reefspins-0or2p7 {
  }
}

@media (max-width: 767px) {
  .reefspins-0or2p7 {
    margin-bottom: 12px;
  }
}

.reefspins-0or2p7 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.reefspins-snd4dd {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.reefspins-snd4dd > .reefspins-2wf0qo {
  flex: 1 1;
}

@media (max-width: 767px) {
  .reefspins-snd4dd {
    flex-direction: column;
    gap: 12px;
  }
}

.reefspins-33gx5z {
  display: flex;
}

.reefspins-33gx5z .reefspins-8shlju {
  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-33gx5z .reefspins-3nyg4h {
  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-33gx5z .reefspins-44xqju {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.reefspins-33gx5z .reefspins-a39cfq {
  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-33gx5z .reefspins-a39cfq:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.reefspins-33gx5z .reefspins-8em60n {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.reefspins-6mogz1 {
  border: unset;
  background-color: unset;
}

.reefspins-6mogz1 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.reefspins-6mogz1 .reefspins-h819ka,
.reefspins-6mogz1 .reefspins-v35ttf {
  flex: 0 1 330px;
}

.reefspins-6mogz1 .reefspins-xozepj {
  flex: 1 1;
}

.reefspins-6mogz1 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-6mogz1 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.reefspins-6mogz1 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.reefspins-6mogz1 tr td p {
  color: #fff;
  margin: 0;
}

.reefspins-6mogz1 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.reefspins-6mogz1 tr.reefspins-h819ka td p {
  padding: 16px 0;
}

.reefspins-6mogz1 tr.reefspins-h819ka td p:not(:last-child),
.reefspins-6mogz1 tr.reefspins-v35ttf td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.reefspins-6mogz1 tr.reefspins-h819ka td p:first-child,
.reefspins-6mogz1 tr.reefspins-v35ttf td p:first-child {
  padding-top: 0;
}

.reefspins-6mogz1 tr.reefspins-v35ttf td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.reefspins-6mogz1 tr.reefspins-v35ttf td p:last-child {
  padding-bottom: 0;
}

.reefspins-6mogz1 .reefspins-v35ttf img {
  max-width: 32px;
}

.reefspins-6mogz1 .reefspins-xozepj {
  min-width: 718px;
}

.reefspins-6mogz1 .reefspins-xozepj td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.reefspins-6mogz1 .reefspins-xozepj td {
  display: flex;
}

.reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-c9si8m,
.reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-6z7m6y,
.reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-jvx8mv {
  flex: 1 1 50%;
}

.reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-l0qvvu {
  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-6mogz1 .reefspins-xozepj td:last-child .reefspins-q9vodz,
.reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-k0pr19 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-c9si8m,
.reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-6z7m6y {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-c9si8m span,
.reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-6z7m6y span {
  font-weight: 800;
}

.reefspins-6mogz1 .reefspins-xozepj img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .reefspins-6mogz1 .reefspins-xozepj td .reefspins-jvx8mv:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .reefspins-6mogz1 tr.reefspins-h819ka td p:last-child {
    padding-bottom: 0;
  }
  .reefspins-6mogz1 .reefspins-v35ttf > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .reefspins-6mogz1 .reefspins-v35ttf > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .reefspins-6mogz1 tr.reefspins-h819ka td p:not(:last-child),
  .reefspins-6mogz1 tr.reefspins-v35ttf td p:not(:last-child) {
    border-bottom: unset;
  }
  .reefspins-6mogz1 tr.reefspins-v35ttf td p:last-child {
    padding-bottom: 12px;
  }
  .reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-c9si8m,
  .reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-6z7m6y,
  .reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-jvx8mv {
    flex: 1 1 50%;
    padding: 0;
  }
  .reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-c9si8m,
  .reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-6z7m6y {
    margin-top: 16px;
  }
  .reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-jvx8mv {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-c9si8m {
    border-right: 1px solid var(--border-color);
  }
  .reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-jvx8mv:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .reefspins-6mogz1 .reefspins-xozepj td:last-child .reefspins-jvx8mv:last-child {
    padding-bottom: 0;
  }
}

.reefspins-jvx8mv {
  display: flex;
  flex-direction: column;
}

.reefspins-6mogz1 .reefspins-xozepj td .reefspins-jvx8mv {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.reefspins-6mogz1 .reefspins-xozepj td .reefspins-jvx8mv:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.reefspins-6mogz1 .reefspins-xozepj td .reefspins-jvx8mv:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .reefspins-6mogz1 .reefspins-xozepj td .reefspins-jvx8mv:not(:first-child) {
    padding-left: 0;
  }
  .reefspins-6mogz1 .reefspins-xozepj td .reefspins-jvx8mv:not(:last-of-type) {
    border-right: unset;
  }
}

.reefspins-6mogz1 .reefspins-epalan {
  flex: 0 1 485px;
}

.reefspins-6mogz1 .reefspins-o1gogn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.reefspins-6mogz1 .reefspins-o1gogn li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reefspins-6mogz1 .reefspins-o1gogn li.reefspins-t7p3pf {
  padding: 6px 12px;
}

.reefspins-6mogz1 .reefspins-o1gogn li a,
.reefspins-6mogz1 .reefspins-o1gogn 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-6mogz1 .reefspins-p7lmfk,
.reefspins-6mogz1 .reefspins-02gvpj {
  flex: 1 1;
}

.reefspins-6mogz1 .reefspins-7ao27m,
.reefspins-6mogz1 .reefspins-3cduzy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reefspins-6mogz1 .reefspins-7ao27m li,
.reefspins-6mogz1 .reefspins-3cduzy li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.reefspins-6mogz1 .reefspins-02gvpj img {
  max-width: 32px;
}

.reefspins-6mogz1 .reefspins-p7lmfk img {
  max-width: 32px;
}

.reefspins-6mogz1 .reefspins-dlmj4p {
  min-width: 280px;
}

.reefspins-6mogz1 .reefspins-dlmj4p img {
  max-width: 146px;
}

.reefspins-6mogz1 .reefspins-dlmj4p td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .reefspins-6mogz1 .reefspins-h819ka,
  .reefspins-6mogz1 .reefspins-v35ttf {
    flex: 0 1 auto;
  }
  .reefspins-6mogz1 .reefspins-xozepj {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .reefspins-6mogz1 .reefspins-h819ka,
  .reefspins-6mogz1 .reefspins-epalan,
  .reefspins-6mogz1 .reefspins-v35ttf,
  .reefspins-6mogz1 .reefspins-xozepj {
    flex: 1 1 calc(50% - 20px);
  }
  .reefspins-6mogz1 .reefspins-p7lmfk,
  .reefspins-6mogz1 .reefspins-dlmj4p,
  .reefspins-6mogz1 .reefspins-02gvpj {
    flex: 1 1 30%;
  }
  .reefspins-6mogz1 .reefspins-dlmj4p {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .reefspins-6mogz1 .reefspins-h819ka,
  .reefspins-6mogz1 .reefspins-epalan,
  .reefspins-6mogz1 .reefspins-p7lmfk,
  .reefspins-6mogz1 .reefspins-v35ttf,
  .reefspins-6mogz1 .reefspins-xozepj,
  .reefspins-6mogz1 .reefspins-dlmj4p,
  .reefspins-6mogz1 .reefspins-02gvpj {
    flex: 1 1 100%;
  }
}

.reefspins-yyxbas .reefspins-h5jd1r {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reefspins-yyxbas .reefspins-ng63dl {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.reefspins-yyxbas .reefspins-jz5620 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.reefspins-yyxbas .reefspins-fgn5bc {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.reefspins-yyxbas .reefspins-fgn5bc > :nth-child(3) {
  margin-top: 0;
}

.reefspins-yyxbas .reefspins-n0psrs {
  grid-column: 2/3;
  grid-row: 1/10;
}

.reefspins-yyxbas .reefspins-wh6mu0 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.reefspins-yyxbas .reefspins-8gqnpw {
  grid-column: 1/2;
}

.reefspins-yyxbas > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.reefspins-yyxbas .reefspins-ng63dl: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-yyxbas .reefspins-ng63dl:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.reefspins-yyxbas .reefspins-xxa5q5 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .reefspins-yyxbas .reefspins-ng63dl:not(:last-child):before {
    bottom: 8px;
  }
  .reefspins-yyxbas .reefspins-ng63dl:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .reefspins-yyxbas .reefspins-fgn5bc {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .reefspins-yyxbas .reefspins-n0psrs {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .reefspins-yyxbas .reefspins-n0psrs img {
    width: 100%;
    height: auto;
  }
  .reefspins-yyxbas .reefspins-xxa5q5 {
    width: 100%;
    min-width: unset;
  }
}

.reefspins-ju705v .reefspins-g37xvs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.reefspins-ju705v .reefspins-0as6cx {
  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-ju705v .reefspins-n0psrs {
  height: 100%;
}

.reefspins-ju705v .reefspins-n0psrs img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.reefspins-ju705v .reefspins-ykgc5o {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.reefspins-ju705v .reefspins-10kjue {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.reefspins-ju705v .reefspins-75zk9a {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .reefspins-ju705v .reefspins-0as6cx {
    flex: 1 1 100%;
  }
  .reefspins-ju705v .reefspins-pl0e75 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .reefspins-ju705v .reefspins-0as6cx {
    flex-direction: column;
  }
  .reefspins-ju705v .reefspins-n0psrs {
    width: 100%;
    height: auto;
  }
  .reefspins-ju705v .reefspins-n0psrs img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .reefspins-ju705v .reefspins-ykgc5o {
    padding: 0 16px 16px 16px;
  }
  .reefspins-ju705v .reefspins-pl0e75 {
    min-width: unset;
    width: 100%;
  }
}

.reefspins-0ons32 .reefspins-h68uyt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.reefspins-0ons32 .reefspins-wx2b5p {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.reefspins-0ons32 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-0ons32 .reefspins-m74n4b {
  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-0ons32 .reefspins-wx2b5p:hover .reefspins-m74n4b {
  display: flex;
}

.reefspins-0ons32 .reefspins-lfa9lh {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reefspins-0ons32 .reefspins-rxnxym {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.reefspins-7adsf1 {
  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-7adsf1.reefspins-0tvb1r {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.reefspins-ixay1c ease-in-out;
}

.reefspins-7adsf1.reefspins-0tvb1r:hover {
  color: #f9cb16;
  background-color: transparent;
}

.reefspins-0ons32 .reefspins-qy076x {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.reefspins-ixay1c ease-in-out;
}

.reefspins-0ons32 .reefspins-qy076x:hover {
  color: #196948;
  background-color: #f9cb16;
}

.reefspins-0ons32 .reefspins-qy076x:after,
.reefspins-7adsf1.reefspins-0tvb1r:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.reefspins-7adsf1.reefspins-0tvb1r:after {
  background-image: url(../images/Cash.svg);
}

.reefspins-0ons32 .reefspins-qy076x:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .reefspins-0ons32 .reefspins-h68uyt {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .reefspins-0ons32 .reefspins-h68uyt {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .reefspins-0ons32 .reefspins-h68uyt {
    grid-template-columns: 1fr;
  }
  .reefspins-0ons32 .reefspins-wx2b5p {
    height: auto;
  }
  .reefspins-0ons32 .reefspins-wx2b5p .reefspins-m74n4b {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .reefspins-0ons32 .reefspins-lfa9lh,
  .reefspins-0ons32 .reefspins-rxnxym {
    text-align: left;
  }
  .reefspins-0ons32 .reefspins-rxnxym {
    margin-bottom: 8px;
  }
  .reefspins-0ons32 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.reefspins-wagnvo {
  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-wagnvo.reefspins-n917zs {
  display: block;
}

.reefspins-wagnvo .reefspins-7lyfxn {
  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-wagnvo .reefspins-a8xdsj {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.reefspins-wagnvo .reefspins-ypeoln {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.reefspins-wagnvo .reefspins-ewcmd8 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.reefspins-wagnvo .reefspins-7adsf1 {
  min-width: 296px;
  margin-bottom: 0;
}

.reefspins-wagnvo .reefspins-b5pech {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reefspins-wagnvo .reefspins-rwi7w2 {
  position: relative;
  flex: 1 1;
}

.reefspins-wagnvo .reefspins-rwi7w2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .reefspins-wagnvo .reefspins-a8xdsj {
    flex-wrap: wrap;
    gap: 8px;
  }
  .reefspins-wagnvo .reefspins-ypeoln {
    order: 1;
  }
  .reefspins-wagnvo .reefspins-ewcmd8 {
    order: 3;
    flex: 1 1 100%;
  }
  .reefspins-wagnvo .reefspins-7adsf1 {
    width: 100%;
    min-width: unset;
  }
  .reefspins-wagnvo .reefspins-b5pech {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .reefspins-pa1f2t > .reefspins-wt2tev {
    margin-bottom: 0;
  }
  .reefspins-pa1f2t > .reefspins-8gqnpw,
  .reefspins-pa1f2t > p {
    margin-top: 0;
  }
}

.reefspins-3vlj35 img,
.reefspins-zf4hlr img {
  width: auto;
  object-fit: contain;
}

.reefspins-3vlj35 {
  align-items: center;
}

.reefspins-3vlj35 img {
  max-height: 76px;
}

.reefspins-zf4hlr img {
  max-height: 64px;
}

.reefspins-x78ozw {
  overflow: auto;
}

.reefspins-xdj12b {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.reefspins-df4yhm:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.reefspins-tqgxeu {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.reefspins-1frlkn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reefspins-tqgxeu .reefspins-n0psrs {
  margin-right: 20px;
  flex-shrink: 0;
}

.reefspins-tqgxeu img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.reefspins-59bnxq {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.reefspins-59bnxq > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reefspins-tqgxeu {
    padding: 15px 10px;
  }
  .reefspins-59bnxq {
    padding: 15px 10px;
  }
  .reefspins-tqgxeu .reefspins-n0psrs {
    margin-right: 10px;
  }
}

.reefspins-hoq4zg {
  overflow-x: auto;
}

.reefspins-apputx {
  border-collapse: collapse;
  width: 100%;
}

.reefspins-hoq4zg th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.reefspins-hoq4zg td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.reefspins-hoq4zg td.reefspins-pct7zj {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.reefspins-hoq4zg td.reefspins-u1cyhn {
  border-right: none;
}

.reefspins-hoq4zg td.reefspins-u1cyhn .reefspins-n0psrs {
  justify-content: flex-start;
}

.reefspins-hoq4zg td.reefspins-u1cyhn .reefspins-n0psrs img {
  height: auto;
  width: 90px;
}

.reefspins-hoq4zg td.reefspins-yqt7v4,
.reefspins-hoq4zg td.reefspins-jw0xrt {
  font-weight: 600;
  text-align: right;
}

.reefspins-hoq4zg td.reefspins-70m3pm,
.reefspins-hoq4zg td.reefspins-yqt7v4 {
  padding-bottom: 10px;
  border-bottom: none;
}

.reefspins-hoq4zg td.reefspins-yqt7v4,
.reefspins-hoq4zg td.reefspins-jw0xrt {
  border-left: none;
}

.reefspins-hoq4zg td.reefspins-70m3pm,
.reefspins-hoq4zg td.reefspins-nnj44f {
  border-right: none;
}

.reefspins-hoq4zg td.reefspins-nnj44f,
.reefspins-hoq4zg td.reefspins-jw0xrt {
  border-top: none;
  padding-top: 10px;
}

.reefspins-06utxw {
  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-06utxw .reefspins-pl0e75 {
  min-width: unset;
  width: 100%;
}

.reefspins-06utxw .reefspins-pl0e75.reefspins-phhu7c {
  grid-column: 1/2;
  grid-row: 1/2;
}

.reefspins-06utxw .reefspins-pl0e75.reefspins-4j0p2z {
  grid-column: 2/3;
  grid-row: 1/2;
}

.reefspins-06utxw .reefspins-kxyl4t {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .reefspins-06utxw {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .reefspins-06utxw .reefspins-pl0e75.reefspins-phhu7c {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .reefspins-06utxw .reefspins-pl0e75.reefspins-4j0p2z {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .reefspins-06utxw .reefspins-kxyl4t {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.reefspins-efg0mk {
  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-nrcqvu {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.reefspins-nl9jeo p a img {
  margin: 0 auto;
  display: block;
}

.reefspins-nl9jeo table {
  margin-bottom: 17px;
}

/* contanct form */
.reefspins-1rwqfc {
  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-1rwqfc label {
  font-size: 14px;
}

.reefspins-1rwqfc h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.reefspins-1rwqfc input,
.reefspins-1rwqfc textarea,
.reefspins-1rwqfc 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-1rwqfc button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.reefspins-ixay1c ease;
}
.reefspins-1rwqfc button:hover {
  background-color: #691204;
}
.reefspins-sadt5w {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.reefspins-swby5h ease-in;
}

.reefspins-sadt5w 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-f9w7mz, .reefspins-edvtd0, [class*="review-card"],
thead, thead th, table th, .reefspins-w4cbbe,
.reefspins-qhhpnb, [class*="collapsible-header"],
.reefspins-pv4tnh, [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; }
