@font-face {
  font-family: Gentonk;
  src: url('../fonts/Gentonk.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-500: #6b7094;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  color: #000;
  background-color: #3f3224;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  font-family: Coiny, sans-serif;
}

.social-links {
  background-image: linear-gradient(#66b9ee, #59889f);
  border: 5px solid #000;
  border-style: solid none;
  min-height: 170px;
  margin-top: 0;
  padding-top: 20px;
  overflow: hidden;
  transform: rotate(0);
  box-shadow: 0 -20px 20px #00000052;
}

.quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  min-width: auto;
  max-width: 110vw;
  min-height: 120px;
  max-height: none;
  overflow: hidden;
}

.cell {
  justify-content: center;
  align-items: center;
}

.image, .image-2, .image-3, .image-4, .image-5 {
  max-width: 120px;
}

.f-navigation-link {
  color: #fff;
  letter-spacing: -.01em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 30px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-h1-heading {
  color: #fff;
  letter-spacing: -.04em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 0 10px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 100px;
}

.f-container-regular {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 0 5px #000;
  margin-bottom: 0;
  font-family: Gentonk, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.f-paragraph-large.subtext {
  font-size: 20px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small {
  -webkit-backdrop-filter: drop-shadow(0 -20px 5px #000000b3);
  backdrop-filter: drop-shadow(0 -20px 5px #000000b3);
  color: #fff;
  letter-spacing: .08em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000;
  font-family: Gentonk, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 24px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.section {
  background-image: url('../images/beach-bg.png');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.cell-2, .cell-3, .cell-4, .cell-5 {
  justify-content: center;
  align-items: center;
}

.div-block {
  background-image: linear-gradient(#00c5ff, #40879c);
  border-radius: 20px;
}

.buy-button-main {
  background-image: linear-gradient(0deg, #40879c, #00c5ff);
  border-radius: 20px;
  min-width: 250px;
  max-width: 0;
  min-height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px;
  box-shadow: 5px 10px #000;
}

.buy-button-main.cta-1 {
  background-image: linear-gradient(0deg, #40879c, #00c5ff);
  min-width: auto;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
}

.buy-button-main.cta-1.cta2 {
  background-image: linear-gradient(0deg, #f5db7e, #edc968);
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.text-block {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
}

.text-block.hero-buy {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 25px;
}

.f-h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 0 10px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-33 {
  margin-bottom: 32px;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 90%;
  overflow: visible;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 0 10px #000;
  margin-bottom: 0;
  padding: 22px;
  font-size: 25px;
  line-height: 45px;
}

.f-section-large-2 {
  background-color: #ecca69;
  background-image: url('../images/sand.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding: 92px 5%;
  display: flex;
  position: relative;
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-content-form {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-content-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.quick-stack-2 {
  height: auto;
  margin: 100px auto;
}

.div-block-3 {
  background-color: #76a1c8;
  border-radius: 20px;
  padding: 15px;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

.social-footer {
  background-image: url('../images/underwater.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  background-color: #000;
  background-image: linear-gradient(#f5da7e, #f5da7e);
  border-radius: 20px;
  width: 1500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 18px 20px 2px #0003;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: block;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text {
  color: #ff6f00;
  text-shadow: none;
  margin-bottom: 20px;
  display: block;
}

.how-to-buy {
  background-image: url('../images/sand.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.quick-stack-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  height: auto;
}

.cell-7, .cell-8, .cell-9, .cell-10, .cell-11 {
  justify-content: flex-start;
  align-items: center;
}

.bold-text-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  text-shadow: 0 5px 15px #000;
}

.heading {
  text-align: center;
}

.bold-text-3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 5px 15px #000;
}

.heading-2 {
  text-align: center;
}

.cell-12 {
  justify-content: flex-start;
  align-items: center;
}

.cell-13 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.cell-14 {
  justify-content: flex-start;
  align-items: center;
}

.heading-3 {
  text-align: center;
}

.bold-text-4 {
  color: #fff;
  text-align: center;
  text-shadow: 0 5px 15px #000;
}

.bold-text-5 {
  color: #fff;
  text-shadow: 0 5px 15px #000;
}

.heading-4 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 5px 15px #000;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 80px;
  line-height: 100px;
}

.heading-5 {
  color: #fff;
}

.heading-7 {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid, .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .social-links {
    min-height: auto;
  }

  .f-navigation-button {
    display: none;
  }

  .f-h1-heading {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    text-shadow: 0 4px 5px #00000080;
    font-size: 35px;
    line-height: 45px;
  }

  .f-paragraph-large {
    -webkit-text-stroke-width: 0px;
    text-shadow: 0 0 5px #000;
    font-size: 25px;
    line-height: 35px;
  }

  .f-paragraph-large.subtext {
    font-size: 10px;
  }

  .f-heading-detail-small {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    text-shadow: 0 0 4px #000;
    font-size: 25px;
    line-height: 35px;
  }

  .f-header-image-wrapper-tall {
    height: auto;
  }

  .buy-button-main.cta-1, .buy-button-main.cta-1.cta2 {
    padding: 20px;
  }

  .f-h3-heading {
    text-shadow: 0 5px #000;
  }

  .f-image-cover-2 {
    height: 100%;
  }

  .f-paragraph-large-2 {
    -webkit-text-stroke-width: 0px;
    text-shadow: 0 0 5px #000;
    font-size: 20px;
    line-height: 30px;
  }

  .f-content-form {
    flex-direction: column;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .cell-6 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .heading-6 {
    text-align: center;
  }
}

#w-node-a3ac67d0-1379-b284-ccd5-fc3843155d4e-c0453dbc {
  justify-self: end;
}

#w-node-e4b583c1-461e-f11f-8553-d61b492a1265-c0453dbc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#about-us.w-node-_5c04dac9-36bc-eb60-668d-37036eace2a9-c0453dbc {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-f9d3162d-9c51-56e2-97a1-b85dd6ca47bd-c0453dbc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b0f5d5aa-b2c5-b227-07ca-f690371a0a5a-c0453dbc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_31ff264a-6392-b38a-55ea-b3141262c1ba-c0453dbc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a3ac67d0-1379-b284-ccd5-fc3843155d3d-c0453dbc, #w-node-_90242f6c-acec-9cc3-3d4f-ac419ac34504-c0453dbc {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3ac67d0-1379-b284-ccd5-fc3843155d4e-c0453dbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-e4b583c1-461e-f11f-8553-d61b492a1265-c0453dbc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #about-us.w-node-_5c04dac9-36bc-eb60-668d-37036eace2a9-c0453dbc {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-b0f5d5aa-b2c5-b227-07ca-f690371a0a5a-c0453dbc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Gentonk';
  src: url('../fonts/Gentonk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}