:root {
  --black: black;
  --light-blue: #92a6bb;
  --dark-blue: #000d1b;
  --transparent-20: #fff3;
  --white: white;
  --light-blue\<deleted\|variable-7d2beb94\>: #9baef8;
  --orange\<deleted\|variable-ac7a72d8\>: #ffc465;
  --transparent: #fff0;
  --dark-blue\<deleted\|variable-93a7e30d\>: #fff;
  --blue: #353d48;
  --transparent-70: #ffffffb3;
  --dark-blue-transparent-20: #000d1b33;
  --transparent-60: #fff9;
  --dark-blue-transparent-10: #000d1b1a;
  --grey: #e4e4e4;
  --dark-blue-transparent-40: #000d1b66;
  --grey-font: #000d1b;
  --transparent-90: #ffffffe6;
  --_apps---colors--background-dark: var(--dark-blue);
  --_apps---typography--heading-font: Marcellus, sans-serif;
  --_apps---typography--body-font: Montserrat, sans-serif;
  --_apps---typography--button-font: Marcellus, sans-serif;
  --_apps---sizes--radius: 8px;
  --_apps---colors--background: var(--_apps---colors--foreground);
  --_apps---colors--foreground: #0c0d11;
  --_apps---colors--card: var(--white);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #d8d7d7;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: var(--blue);
  --_apps---colors--primary-foreground: #f6f9fb;
  --_apps---colors--secondary: #d2dce8;
  --_apps---colors--secondary-foreground: #0c0d0f;
  --_apps---colors--muted: #dedede;
  --_apps---colors--muted-foreground: #666263;
  --_apps---colors--accent: #cacaca;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d74843;
  --_apps---colors--border: #d1d1d1;
  --_apps---colors--input: #d4d4d4;
  --_apps---colors--ring: #373d45;
  --_apps---charts--chart-1: var(--blue);
  --_apps---charts--chart-2: #525860;
  --_apps---charts--chart-3: #28303c;
  --_apps---charts--chart-4: #1e242c;
  --_apps---charts--chart-5: #1c222b;
  --_apps---sidebar--sidebar: #dedede;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--blue);
  --_apps---sidebar--sidebar-primary-foreground: #f6f9fb;
  --_apps---sidebar--sidebar-accent: #cacaca;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #d1d1d1;
  --_apps---sidebar--sidebar-ring: #373d45;
  --_apps---colors--foreground-dark: #f4f9fd;
  --_apps---colors--card-dark: #0f2231;
  --_apps---colors--card-foreground-dark: #f4f9fd;
  --_apps---colors--popover-dark: #0f2231;
  --_apps---colors--popover-foreground-dark: #f4f9fd;
  --_apps---colors--primary-dark: #7e8794;
  --_apps---colors--primary-foreground-dark: #050607;
  --_apps---colors--secondary-dark: #192331;
  --_apps---colors--secondary-foreground-dark: #f6f9fd;
  --_apps---colors--muted-dark: #000512;
  --_apps---colors--muted-foreground-dark: #949799;
  --_apps---colors--accent-dark: #363636;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #ff6f67;
  --_apps---colors--border-dark: #e4e4e41a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #9299a3;
  --_apps---charts--chart-1-dark: #7e8794;
  --_apps---charts--chart-2-dark: #aeb5be;
  --_apps---charts--chart-3-dark: #67717e;
  --_apps---charts--chart-4-dark: #9ea5b0;
  --_apps---charts--chart-5-dark: #5a626d;
  --_apps---sidebar--sidebar-dark: #031422;
  --_apps---sidebar--sidebar-foreground-dark: #f4f9fd;
  --_apps---sidebar--sidebar-primary-dark: #7e8794;
  --_apps---sidebar--sidebar-primary-foreground-dark: #050607;
  --_apps---sidebar--sidebar-accent-dark: #363636;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #9299a3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Marcellus, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 70px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  font-family: Marcellus, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

h4 {
  font-family: Marcellus, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

p {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  list-style-type: disc;
}

img {
  object-fit: cover;
  height: 100%;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid var(--light-blue);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5em;
}

figcaption {
  opacity: 1;
  color: var(--light-blue);
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5em;
}

.styleguide-content-wrap {
  color: var(--black);
  text-align: left;
}

.section {
  color: var(--dark-blue);
  flex-direction: column;
  align-items: center;
  padding: 100px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.blog-articles {
  background-color: var(--dark-blue);
}

.section.page-top-margin {
  margin-top: 120px;
}

.section.zero-padding {
  padding: 0;
}

.section.zero-padding.hero {
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.section.zero-padding.slider {
  padding: 0;
}

.section.top-0-padding {
  padding-top: 0;
}

.section.articles {
  padding-top: 0;
  padding-bottom: 0;
}

.section.dark-bg, .section.semidark-bg {
  background-color: var(--dark-blue);
}

.section.top-image {
  justify-content: center;
  align-items: center;
  height: 30vh;
  padding: 0;
}

.section.instagram {
  padding: 80px 0;
}

.section.mobile-margin {
  padding-top: 10px;
  padding-bottom: 10px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  display: block;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  line-height: 50px;
  display: flex;
}

.container.page-title {
  text-align: center;
  margin-bottom: 46px;
}

.container.rich-text {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.container.home-animation-container {
  height: 50vh;
}

.paragraph-big {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-big._0-margin {
  margin-bottom: 0;
}

.button {
  background-color: var(--transparent-20);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--light-blue);
}

.button.transparent-white {
  color: var(--black);
  background-color: #ffffffad;
  font-family: Questrial, sans-serif;
}

.button.transparent-white:hover {
  background-color: #fff;
}

.label {
  color: var(--dark-blue);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.label.blog-post-header-label {
  opacity: 1;
  color: var(--white);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.label.bright {
  color: var(--white);
  letter-spacing: 2px;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 70px;
}

.heading-jumbo.slider-heading {
  color: var(--white);
  margin-top: 65px;
  margin-bottom: 65px;
  font-size: 140px;
  font-weight: 400;
}

.paragraph-light {
  letter-spacing: 0;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-light._0-padding {
  margin-bottom: 0;
}

.paragraph-light.footer-paragraph {
  margin-bottom: 0;
  font-size: 14px;
}

.navigation-item {
  color: #fff;
  letter-spacing: 1px;
  padding: 8px 0 19px;
  font-family: Marcellus, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.navigation-item:hover {
  color: #fff;
}

.navigation-item.w--current {
  background-color: var(--light-blue\<deleted\|variable-7d2beb94\>);
  opacity: 1;
  color: var(--white);
  font-weight: 400;
}

.navigation-item.w--current:hover, .navigation-item.w--current:active {
  opacity: 1;
  color: var(--orange\<deleted\|variable-ac7a72d8\>);
}

.menu-button {
  z-index: 101;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  transition: all .4s;
}

.menu-button:hover {
  background-color: var(--transparent-20);
  color: var(--white);
}

.menu-button.w--current {
  color: var(--white);
}

.menu-button.w--open {
  z-index: 101;
  background-color: var(--transparent);
}

.intro-header {
  background-color: var(--dark-blue\<deleted\|variable-93a7e30d\>);
  color: #152347;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.intro-header.category {
  justify-content: flex-start;
  align-items: center;
}

.intro-content {
  text-align: left;
  width: 70%;
  max-width: 1140px;
}

.intro-content.content-wrapper-homepage {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.wrong-password {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b80025;
  font-size: 12px;
}

.status-message.success-message {
  background-color: var(--transparent);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.status-message.newsletter {
  background-color: var(--white);
  color: var(--dark-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.reservation {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.newsletter {
  margin-bottom: 0;
}

.animated-header-text {
  color: var(--white);
  text-align: center;
  width: 800px;
  margin: 60px auto;
  position: absolute;
}

.header-image {
  z-index: -1;
  object-fit: cover;
  background-image: none;
  background-size: auto;
  width: 100vw;
  height: 100vh;
}

.header-image.w--current {
  margin-bottom: 60px;
}

.header-image._50vh-height {
  height: 50vh;
}

.protected-form {
  color: #fff;
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 90px 30px 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-wrap {
  background-color: var(--dark-blue);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  color: var(--white);
  margin-bottom: 20px;
}

.intro-text {
  color: var(--white);
  text-align: center;
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.photo-gallery-button {
  color: #fff;
  cursor: pointer;
  flex-flow: column;
  align-items: center;
  padding: 9px;
  font-family: Questrial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.lightbox-icon {
  object-fit: cover;
  border-radius: 500px;
  width: 65px;
  height: 65px;
}

.lightbox-icon.article {
  object-fit: contain;
  width: 65px;
  height: 65px;
}

.gallery-button-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  position: absolute;
  inset: auto auto 3.2vh;
}

.gallery-button-wrapper.margin {
  bottom: 3.2vh;
}

.lightbox {
  background-color: #ffffff1a;
  border-radius: 500px;
  padding: 9px;
}

.main-image {
  z-index: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.main-image-wrapper {
  max-height: 120vh;
  overflow: hidden;
}

.body {
  background-color: var(--dark-blue);
  font-family: Marcellus, sans-serif;
}

.body.body-white {
  background-color: var(--white);
}

.heading {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Marcellus, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.heading.footer-heading {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.heading.h1 {
  font-size: 54px;
  font-weight: 400;
  line-height: 70px;
}

.heading.h1.title {
  color: #fff;
  font-family: Marcellus, sans-serif;
  font-size: 84px;
  line-height: 90px;
}

.heading.h2 {
  font-size: 46px;
  line-height: 50px;
}

.heading.h3 {
  font-size: 36px;
  line-height: 44px;
}

.heading.h4 {
  font-size: 28px;
  line-height: 30px;
}

.heading.h5 {
  font-size: 22px;
  line-height: 30px;
}

.heading.h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.button-primary {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.button-primary:hover {
  background-color: var(--light-blue);
  color: #fff;
}

.button-primary.top-margin-28px {
  margin-top: 28px;
}

.button-primary.dark {
  background-color: var(--white);
  color: var(--dark-blue);
}

.button-primary.dark:hover {
  background-color: var(--transparent-70);
}

.button-primary.boats {
  background-color: var(--white);
  color: var(--black);
}

.button-primary.boats:hover {
  background-color: var(--transparent-70);
}

.button-primary.product-specifications {
  text-align: center;
  width: 100%;
  margin-top: 24px;
}

.button-primary.form {
  background-color: var(--transparent-20);
}

.blog-post-wrapper {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.blog-post-text-wrapper {
  z-index: 1;
  color: var(--white);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.yacht-type-wrapper {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.place-icon {
  width: 12px;
  margin-right: 4px;
}

.thumbnail-image {
  filter: brightness(65%);
  object-fit: cover;
  width: 580px;
  height: 650px;
  margin-top: -30px;
}

.blog-posts-item {
  width: 100%;
  height: 600px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.margin-30px {
  height: 30px;
}

.featured-blog-posts-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-posts-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.empty-state {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  width: 400px;
  font-family: Cormorant;
  font-size: 18px;
  line-height: 24px;
}

.page-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 100px;
}

.page-title.about-us {
  color: var(--dark-blue);
}

.slider-wrapper, .mask, .slider {
  height: 100vh;
}

.slider-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-navigation {
  display: none;
}

.slider-text {
  width: 80%;
  margin-bottom: 35px;
  position: relative;
}

.image-big-slider {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.hero-heading-left {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container-wrapper {
  width: 100%;
  max-width: 1140px;
}

.main-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.main-wrapper.licencing-wrapper {
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
}

.main-wrapper.terms-conditions-wrapper {
  margin-top: 60px;
}

.hero-split {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.hero-split.features-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.hero-split.dark {
  color: var(--dark-blue);
}

.margin-14px {
  height: 14px;
}

.separation-line-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  overflow: hidden;
}

.separation-line {
  border-bottom: 1px solid var(--transparent-20);
  width: 100%;
}

.separation-line.dark {
  border-bottom: 1px solid var(--dark-blue-transparent-20);
}

.footer {
  background-color: var(--dark-blue);
  padding: 125px 90px;
  position: relative;
}

.container-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  width: 200px;
}

.footer-brand.w--current {
  width: 200px;
  padding-top: 8px;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.mini-block {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 400;
  display: flex;
}

.mini-block.social-media {
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.mini-block.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.mini-block.dark {
  color: var(--dark-blue);
}

.link {
  color: var(--white);
  font-size: 14px;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .3s, opacity .2s;
}

.link:hover {
  color: var(--transparent-60);
  letter-spacing: 1px;
}

.link.dark {
  color: var(--dark-blue);
}

.footer-social-link {
  margin-left: 12px;
  margin-right: 0;
  transition-property: all;
  transition-duration: .3s;
}

.footer-social-link:hover {
  opacity: .49;
}

.footer-divider {
  background-color: var(--transparent-20);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-icon-social-media {
  width: 28px;
}

.header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.header-wrapper.relative {
  position: relative;
}

.header-wrapper._50vh-hight {
  height: 50vh;
}

.header-image-wrapper {
  z-index: -1;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.body-global {
  background-color: var(--white);
  font-family: Questrial, sans-serif;
}

.category-list {
  z-index: 30;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.category-text-link {
  color: #121212;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-text-link.w--current {
  opacity: .5;
  display: none;
}

.hover-line {
  background-color: #121212;
  width: 50%;
  height: 1px;
}

.hover-line.bright {
  background-color: var(--white);
}

.direction-tab {
  color: var(--dark-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.destination-link {
  color: var(--light-blue\<deleted\|variable-7d2beb94\>);
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  overflow: hidden;
}

.destination-link.w--current {
  background-color: #0000;
}

.faq-wrapper {
  color: var(--black);
  text-align: left;
  width: 100%;
  max-width: 1140px;
  margin: 60px auto;
}

.accordion-wrapper {
  background-color: var(--dark-blue-transparent-10);
  border-radius: 8px;
  margin-top: 10px;
  padding: 40px 40px 30px;
  position: relative;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.full-width-item {
  flex: 1;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.question {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.open-close-box {
  height: 20px;
  margin-left: 10px;
  display: block;
  transform: rotate(90deg);
}

.faq-arrow {
  width: 20px;
}

.accordion-item-content {
  margin-top: 10px;
  overflow: hidden;
}

.features-image-right {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.columns {
  align-items: center;
  display: flex;
}

.section-title {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.social-media-wrap {
  background-color: var(--dark-blue);
  border-radius: 20px;
  margin-top: 25px;
  padding: 10px 10px 10px 4px;
  display: flex;
}

.footer-logo {
  object-fit: fill;
  height: auto;
}

.social-icon {
  width: 18px;
  margin-left: 7px;
  margin-right: 7px;
}

.top-border {
  border-top: 1px solid var(--black);
  margin-top: 5px;
  padding-top: 5px;
}

.top-margin {
  margin-top: 40px;
}

.color-box {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.dark-green {
  background-color: var(--dark-blue);
  width: 160px;
  height: 80px;
}

.color-name {
  text-align: center;
  margin-top: 14px;
}

.horizontal-box {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.light-green {
  background-color: var(--blue);
  width: 160px;
  height: 80px;
}

.orange {
  background-color: var(--light-blue);
  width: 160px;
  height: 80px;
}

.sand {
  background-color: var(--dark-blue-transparent-20);
  width: 160px;
  height: 80px;
}

.white {
  background-color: var(--grey);
  width: 160px;
  height: 80px;
}

.grey {
  border: 1px solid var(--white);
  background-color: var(--transparent-70);
  width: 160px;
  height: 80px;
}

.licensing-image-wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.paragraph {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
}

.image-licenses {
  width: 500px;
}

.place-text {
  color: var(--white);
  font-family: Marcellus, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.place-text:hover {
  color: var(--white);
}

.place-text.w--current {
  font-family: Marcellus, sans-serif;
}

.blog-post-heading {
  font-style: italic;
}

.success-message {
  background-color: var(--grey);
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.text-span {
  color: var(--black);
}

.column-2 {
  padding-right: 0;
}

.style-guide-button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rich-text {
  margin-bottom: 100px;
  font-family: Questrial, sans-serif;
}

.autor-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
}

.autor-name.about-us {
  font-size: 16px;
}

.desinations-links {
  margin-bottom: 56px;
}

.desinations-links.services-page {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.destinations-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  display: flex;
}

.slider-list {
  flex-direction: column;
  display: flex;
}

.nav-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1px;
  margin-bottom: -1px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.nav-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.company-data {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--transparent-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.animated-photos-box {
  width: 100%;
}

.animated-photos-wrapper {
  flex-flow: column;
  align-items: center;
  width: 90%;
  height: 400vh;
  margin-bottom: 100px;
  display: flex;
  position: sticky;
  top: 150px;
  bottom: 150px;
}

.photos-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  margin-bottom: 30px;
  display: flex;
}

.photo-wrapper {
  object-fit: cover;
  border-radius: 8px;
  flex-flow: row;
  width: 40%;
  height: 240px;
  margin-top: 3vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.photo-wrapper.center {
  z-index: 1;
  flex-flow: column;
}

.animated-photo {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
}

.animated-photos {
  background-color: var(--dark-blue);
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-wrapper {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.sticky-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 14vh;
}

.columns-quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.features-cell-wrapper {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: hidden;
}

.feature-icon {
  border-radius: 0;
  width: 64px;
}

.margin-32px {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  font-weight: 300;
}

.dark-blue-text-span {
  color: var(--dark-blue);
}

.newsletter-text-wrapper {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.newsletter-form {
  width: 100%;
}

.newsletter-wrapper {
  background-color: var(--transparent-20);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.newsletter-form-wrapper {
  align-items: center;
  height: 44px;
  display: flex;
}

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

.wide-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 16px;
  margin-right: 16px;
  display: grid;
}

.wide-grid._1080px {
  max-width: 1080px;
}

.testimonial-sign {
  color: var(--white);
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
}

.testimonial-box-wrapper {
  border: 1px solid var(--transparent-20);
  background-color: var(--dark-blue);
  border-radius: 8px;
  padding: 24px;
}

.testimonial-text-block {
  color: var(--white);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5em;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.testimonial-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-agent {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-agent.dark {
  color: var(--dark-blue);
}

.boat-fetaures-wrapper {
  margin-bottom: 20px;
}

.boat-feature {
  border-left: 1px solid var(--white);
  padding: 8px 24px;
}

.boat-feature-text {
  color: var(--white);
  text-align: center;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 12px;
}

.list-item {
  margin-bottom: 30px;
  list-style-type: none;
}

.specifications-wrapper {
  background-color: var(--dark-blue);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.rich-text-wrapper {
  width: 70%;
  padding-right: 12px;
  position: sticky;
  top: 90px;
}

.specification {
  font-family: Questrial, sans-serif;
}

.specification-text {
  color: var(--light-blue);
  font-size: 14px;
}

.specification-text.marcellus {
  color: var(--white);
  font-family: Marcellus, sans-serif;
  font-size: 14px;
}

.specifications-columns {
  border-bottom: 1px solid var(--transparent-20);
  width: 100%;
  padding: 10px 0;
}

.tech-spec {
  border-bottom: 1px solid var(--light-blue);
  color: var(--white);
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.tech-spec.dark {
  border-bottom-color: var(--white);
  color: var(--dark-blue);
  margin-top: 10px;
}

.article-photo-item {
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}

.title-small {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
}

.margin-20px {
  height: auto;
  margin-bottom: 20px;
}

.footer-info {
  color: var(--white);
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5rem;
}

.footer-info.flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-top: 0;
  display: flex;
}

.footer-social-block-2 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 12px;
  display: flex;
}

.social-media-icon {
  height: 24px;
}

.animation-text-wrapper {
  align-items: center;
  display: flex;
}

.animation-text-wrapper.right {
  text-align: right;
  justify-content: flex-end;
}

.home-animation {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.animated-text {
  color: var(--transparent-20);
  text-transform: uppercase;
  font-size: 90px;
  line-height: 110px;
}

.animated-text.bright {
  opacity: .2;
  color: var(--dark-blue);
  font-family: Marcellus, sans-serif;
  font-weight: 400;
}

.nav-list {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: end start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.menu-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  display: flex;
}

.navbar-menu {
  background-color: var(--dark-blue-transparent-40);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 50vw;
  height: 100vh;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: absolute;
  inset: 0%;
}

.navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  font-family: Marcellus, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 120px;
  display: flex;
  position: relative;
}

.icon {
  object-fit: contain;
  width: 14px;
}

.icon.home-icon {
  height: auto;
  margin-bottom: 27px;
}

.contact-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Marcellus, sans-serif;
  display: flex;
}

.rating {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.star {
  width: 26px;
  margin-right: -8px;
}

.person {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-column.left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-column.right {
  padding-left: 8px;
  padding-right: 8px;
}

.instagram {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-text-wrapper {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -55px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.instagram-wrapper {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  transform: rotate(345deg);
}

.slide {
  border-radius: 20px;
  width: 300px;
  height: 300px;
  transition-property: all;
  transition-duration: .4s;
  overflow: hidden;
}

.instagram-image {
  object-fit: cover;
  width: 100%;
  transition: all .8s;
  display: inline-block;
}

.instagram-image:hover {
  width: 105%;
  height: 105%;
}

.instagram-animated-text {
  text-align: right;
  width: 100%;
  margin-top: -95px;
  padding-left: 30px;
  padding-right: 30px;
}

.agent-profile-image {
  border-radius: 100px;
  width: 100px;
  margin-bottom: 16px;
}

.about-us-image-wrapper {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  display: flex;
  overflow: hidden;
}

.quote-sign {
  width: 22px;
}

.autor-name-wrapper {
  margin-left: 16px;
}

.margin-48px {
  height: auto;
  margin-bottom: 48px;
}

.about-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.about-wrapper.padding-0 {
  padding-top: 0;
}

.quote-sign-wrapper.right {
  justify-content: flex-end;
  display: flex;
}

.quote-sign-wrapper.left {
  display: flex;
}

.frame-wrapper {
  background-color: var(--dark-blue-transparent-10);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  margin-top: 48px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.about-us-quote {
  color: var(--dark-blue);
  text-align: center;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 22px;
  font-weight: 400;
  line-height: 2.5rem;
}

.text-span-2 {
  color: var(--dark-blue);
}

.text-field-contact {
  color: #ecf3f0;
  background-color: #ffffff08;
  border: 0 solid #000;
  border-bottom: 1px solid #ecf3f0;
  margin-bottom: 48px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
}

.text-field-contact:hover {
  border-color: #e3e6eb;
}

.text-field-contact:active, .text-field-contact:focus {
  border-color: #43464d;
}

.text-field-contact::placeholder {
  color: #32343a66;
}

.text-field-contact.contact-field {
  border-bottom-color: var(--white);
  color: var(--dark-blue);
  letter-spacing: 1px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Questrial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reservation-form {
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Questrial, sans-serif;
  display: flex;
}

.contact-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

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

.team-thumbnail-wrapper {
  z-index: 3;
  border: 4px solid var(--white);
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.team-thumbnail-wrapper.left-2 {
  z-index: 2;
  opacity: .5;
  width: 80px;
  height: 80px;
  margin-top: 32px;
  margin-left: -28px;
}

.team-thumbnail-wrapper.left-1 {
  z-index: 1;
  opacity: .17;
  width: 60px;
  height: 60px;
  margin-top: 96px;
  margin-right: -28px;
  top: -21px;
  left: -14.594px;
}

.team-thumbnail-wrapper.right-2 {
  z-index: 2;
  opacity: .5;
  width: 80px;
  height: 80px;
  margin-top: 32px;
  margin-right: -29px;
  top: -52px;
  left: 157px;
}

.team-thumbnail-wrapper.right-1 {
  z-index: 1;
  opacity: .17;
  width: 60px;
  height: 60px;
  margin-top: 96px;
  margin-left: -28px;
  top: -21px;
  left: 212.406px;
}

.agents-avatars {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.team-member {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.member-data {
  flex-flow: column;
  display: flex;
}

.member-data.avatar {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
}

.team-member-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.two-columns {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.yacht-type {
  overflow: hidden;
}

.technical-wrapper {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.reservation-form-wrapper {
  background-color: var(--dark-blue-transparent-10);
  border-radius: 8px;
  margin-top: 12px;
  padding: 24px;
}

.reservation-form-wrapper.light {
  background-color: var(--dark-blue-transparent-10);
  width: 100%;
}

.select-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  background-color: var(--transparent);
  color: #abaeb2;
  letter-spacing: 1px;
  padding-left: 0;
}

.select-field:active {
  border-bottom-width: 1px;
}

.select-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
}

.section-rich-text {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.top-bar {
  z-index: 101;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 12px;
}

.bar-text {
  font-size: 14px;
}

.small-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.small-button:hover {
  background-color: var(--grey-font);
}

.small-button-text {
  color: var(--white);
  font-size: 10px;
  line-height: 0;
}

.top-bar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--transparent-90);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 40px;
  padding-left: 32px;
  display: flex;
}

.arrow-icon {
  width: 8px;
  height: 8px;
}

.navigation-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.logo-link-block.w--current {
  z-index: 1;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 200px;
  margin: 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.brand-logo {
  object-fit: contain;
  width: 200px;
}

.overlay {
  background-image: linear-gradient(360deg, var(--light-blue), white);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.overlay.slider {
  background-image: linear-gradient(360deg, var(--light-blue) 37%, white);
}

.success-message-2 {
  background-color: var(--transparent-20);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.error-message {
  background-color: var(--transparent-20);
}

.text-field-state {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5em;
}

.mask-2 {
  background-color: var(--_apps---colors--background-dark);
  overflow: visible;
}

.boat-features {
  color: var(--white);
  background-color: #0000;
  margin-bottom: 20px;
  overflow: visible;
}

.boat-feature-copy {
  border-left: 0px none var(--dark-blue);
  border-right: 1px solid #fff;
  border-left: 1px solid var(--white);
  border-left: 1px none var(--white);
  padding: 8px 24px;
}

.boat-feature-copy-copy {
  border-left: 1px none var(--white);
  padding: 8px 24px;
}

@media screen and (min-width: 1280px) {
  .container {
    width: 100%;
    min-width: 1100px;
    max-width: 1100px;
  }

  .container.home-animation-container {
    flex: 0 auto;
    width: auto;
    overflow: visible;
  }

  .button-primary {
    margin-top: 0;
  }

  .button-primary.top-margin-28px {
    display: block;
  }

  .rich-text {
    margin-bottom: 0;
  }

  .home-animation {
    text-align: left;
    display: flex;
  }

  .animated-text.bright {
    font-family: Marcellus, sans-serif;
    font-weight: 400;
  }

  .technical-wrapper {
    flex-flow: column;
    width: 30%;
    display: flex;
  }

  .boat-features {
    justify-content: center;
    margin-top: 20px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 30px;
    font-weight: 700;
  }
}

@media screen and (min-width: 1440px) {
  .navigation-item {
    padding-top: 18px;
  }

  .button-primary {
    margin-top: 0;
  }

  .company-data {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .animated-text {
    font-size: 130px;
    line-height: 130px;
  }

  .animated-text.bright {
    font-family: Marcellus, sans-serif;
    font-weight: 400;
  }

  .navbar-menu {
    display: none;
  }

  .instagram {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .slide {
    width: 400px;
    height: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .blog-posts-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: auto;
    justify-items: stretch;
    display: grid;
    position: static;
  }

  .photo-wrapper {
    height: 400px;
  }

  .nav-list {
    grid-template-columns: 1fr;
  }

  .overlay {
    z-index: auto;
    position: absolute;
  }

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

  .slide-2 {
    vertical-align: baseline;
  }

  .div-block-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    display: flex;
  }

  .mask-2 {
    background-color: var(--_apps---colors--background-dark);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .slider-2 {
    align-self: center;
    display: block;
  }

  .image {
    flex: 1;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.blog-articles {
    flex-direction: column;
    overflow: hidden;
  }

  .section.page-top-margin {
    margin-top: 40px;
  }

  .section.zero-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.mobile-margin {
    padding-top: 0;
    padding-bottom: 0;
  }

  .styleguide-block {
    text-align: left;
  }

  .container.rich-text {
    flex-flow: column;
  }

  .container.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button {
    justify-content: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .navigation-item {
    border-bottom: 1px #ece9e9;
    padding-top: 28px;
    padding-bottom: 28px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.display-mobile-none {
    display: none;
  }

  .reservation {
    text-align: left;
  }

  .animated-header-text {
    width: 70%;
  }

  .header-image {
    height: 100vh;
  }

  .protected-wrap, ._404-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-text {
    width: auto;
  }

  .main-image {
    height: 100vh;
  }

  .heading.h1.title {
    font-size: 64px;
  }

  .button-primary {
    margin-top: 0;
  }

  .blog-post-text-wrapper {
    text-align: left;
    max-width: 80%;
  }

  .thumbnail-image {
    width: 100vw;
  }

  .blog-posts-item {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-posts-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .empty-state {
    margin-bottom: 30px;
  }

  .page-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .arrow-slider-icon {
    opacity: .68;
    transition: opacity .35s;
    inset: 0% 15% 0% auto;
  }

  .arrow-slider-icon:hover {
    opacity: 1;
  }

  .main-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .hero-split.dark.left {
    justify-content: center;
    align-items: flex-start;
  }

  .container-footer {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 104px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    display: flex;
  }

  .mini-block.social-media {
    justify-content: flex-start;
    align-items: center;
  }

  .category-list {
    margin-bottom: 56px;
  }

  .category-text-link {
    margin-left: 14px;
    margin-right: 14px;
    font-size: 17px;
    line-height: 20px;
  }

  .hover-line {
    display: none;
  }

  .question {
    font-size: 18px;
    font-weight: 600;
  }

  .columns {
    text-align: center;
    flex-flow: column;
  }

  .licensing-image-wrap {
    width: 100%;
    height: 500px;
  }

  .image-licenses {
    width: 100%;
  }

  .column-1 {
    margin-bottom: 32px;
  }

  .rich-text-block {
    text-align: left;
  }

  .nav-item-wrapper.visible-on-mobile, .nav-item-wrapper.desktop-none {
    display: block;
  }

  .animated-photos-wrapper {
    margin-bottom: 100px;
  }

  .columns-quick-stack {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .features-cell-wrapper {
    text-align: center;
    align-items: center;
  }

  .specifications-wrapper {
    width: 100%;
  }

  .rich-text-wrapper {
    width: 100%;
    position: static;
  }

  .footer-info {
    margin-top: 0;
  }

  .footer-social-block-2 {
    margin-left: 0;
  }

  .animated-text {
    font-size: 90px;
    line-height: 98px;
  }

  .nav-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    place-items: end start;
    margin-top: 0;
    list-style-type: disc;
  }

  .menu-wrapper {
    padding: 80px 30px;
  }

  .navbar-menu {
    background-color: var(--dark-blue-transparent-20);
    min-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-container {
    justify-content: space-around;
    height: 100%;
  }

  .about-wrapper {
    text-align: center;
    align-items: center;
  }

  .team-member-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .technical-wrapper {
    width: 100%;
  }

  .section-rich-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-wrapper {
    z-index: 100;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
  }

  .logo-link-block.w--current {
    margin-left: 0;
  }

  .boat-features {
    justify-content: center;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 30px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .section.zero-padding.top {
    margin-top: -70px;
  }

  .container {
    text-align: center;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .label.bright.margin-0 {
    margin-bottom: 0;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.slider-heading {
    font-size: 100px;
  }

  .navigation-item {
    font-size: 32px;
    line-height: 0;
  }

  .intro-content {
    width: 80%;
  }

  .status-message.success-message {
    background-color: var(--transparent);
  }

  .text-field.newsletter {
    text-align: center;
  }

  .animated-header-text {
    text-align: center;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading.h1.title {
    font-size: 54px;
    line-height: 62px;
  }

  .button-primary {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    margin-top: 350px;
    display: block;
  }

  .blog-post-text-wrapper {
    max-width: 100%;
  }

  .blog-posts-item {
    height: 480px;
  }

  .blog-posts-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .page-title {
    margin-top: 60px;
  }

  .arrow-slider-icon {
    inset: auto 15% 5% auto;
  }

  .hero-heading-left {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .main-wrapper.licencing-wrapper, .main-wrapper.terms-conditions-wrapper {
    text-align: left;
  }

  .hero-split {
    align-items: center;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .mini-block {
    justify-content: flex-start;
    align-items: center;
  }

  .mini-block.social-media {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mini-block.dark {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mini-block.text-centered {
    text-align: center;
  }

  .link {
    transition: all .2s, opacity .2s;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .category-list {
    margin-bottom: 40px;
  }

  .category-text-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .columns {
    flex-direction: column;
  }

  .social-media-wrap {
    justify-content: center;
  }

  .licensing-image-wrap {
    height: 400px;
  }

  .column-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    margin-top: 30px;
    padding-left: 0;
  }

  .rich-text {
    text-align: left;
  }

  .nav-item-wrapper.visible-on-mobile {
    width: 100%;
  }

  .nav-item-wrapper.desktop-none {
    display: block;
  }

  .company-data {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .company-data.mobile-none {
    display: none;
  }

  .features-cell-wrapper.about-us {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-text-wrapper {
    width: 90%;
  }

  .newsletter-wrapper {
    padding-top: 50px;
  }

  .newsletter-form-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .wide-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-sign {
    line-height: 24px;
  }

  .testimonial-text-block {
    text-align: left;
  }

  .list-item {
    border-bottom: 1px solid var(--transparent-20);
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }

  .footer-social-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .animated-text {
    font-size: 68px;
    line-height: 74px;
  }

  .nav-list {
    grid-template-columns: 1fr;
  }

  .navbar-menu {
    min-width: 100%;
  }

  .contact-wrapper {
    text-align: left;
    flex-flow: row;
  }

  .contact-wrapper.margin {
    margin-top: 40px;
  }

  .instagram-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .slide {
    width: 220px;
    height: 220px;
  }

  .text-field-contact.contact-field {
    text-align: left;
  }

  .team-member {
    width: 100%;
  }

  .team-member-wrapper {
    grid-template-columns: 1fr;
  }

  .two-columns {
    justify-content: center;
    align-items: center;
  }

  .boat-features {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    display: block;
  }

  .boat-feature-copy {
    border-bottom: 1px solid #fff;
    border-left-style: none;
    border-right-style: none;
    margin-top: 20px;
  }

  .boat-feature-copy-copy {
    margin-top: 20px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    text-align: center;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }

  h2 {
    font-size: 36px;
    line-height: 40px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 38px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    line-height: 22px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.blog-articles {
    flex-flow: column;
    align-items: center;
    min-height: 110vh;
    display: flex;
    position: static;
  }

  .section.dark-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo.slider-heading {
    white-space: normal;
    overflow-wrap: normal;
    font-size: 58px;
  }

  .menu-button {
    text-align: left;
    flex-flow: row;
    flex: none;
    order: 0;
    justify-content: space-between;
    align-items: center;
    width: 90px;
    display: flex;
  }

  .menu-button.w--open {
    flex: none;
  }

  .intro-header {
    height: 100svh;
  }

  .status-message.success-message, .status-message.wrong-password, .status-message.success-message {
    padding-left: 14px;
    padding-right: 14px;
  }

  .animated-header-text {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading.h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .heading.h1.title {
    font-size: 38px;
    line-height: 44px;
  }

  .heading.h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading.h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading.h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading.h5 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading.h6 {
    line-height: 22px;
  }

  .button-primary {
    margin-top: 0;
  }

  .button-primary.top-margin-28px {
    margin-top: 30px;
  }

  .blog-post-text-wrapper {
    max-width: 100%;
  }

  .page-title {
    margin-top: 0;
  }

  .arrow-slider-icon {
    inset: auto 15% 5% auto;
  }

  .container-wrapper {
    max-width: none;
  }

  .hero-split {
    margin-bottom: -40px;
  }

  .container-footer {
    max-width: none;
  }

  .footer-brand.w--current {
    width: 140px;
  }

  .footer-content {
    margin-top: -40px;
  }

  .mini-block {
    margin-top: 20px;
  }

  .category-list {
    background-color: #fff;
    border: 1px solid #e4e8ed;
    border-radius: 3px;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .category-text-link {
    height: 48px;
    font-size: 15px;
  }

  .direction-tab {
    letter-spacing: 1px;
    text-indent: 0;
    column-count: auto;
    line-height: 20px;
  }

  .question {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-logo {
    margin-top: 0;
  }

  .horizontal-box {
    flex-flow: column;
  }

  .licensing-image-wrap {
    height: 300px;
  }

  .paragraph {
    margin-bottom: 10px;
  }

  .rich-text {
    margin-bottom: 0;
  }

  .desinations-links.services-page {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-block {
    flex: 1;
    margin-top: 50px;
  }

  .animated-photos {
    margin-bottom: -50px;
  }

  .newsletter-form-wrapper {
    width: 100%;
  }

  .wide-grid {
    grid-template-columns: 1fr;
  }

  .boat-feature {
    padding-left: 12px;
  }

  .boat-feature-text {
    text-align: center;
    line-height: 20px;
  }

  .list-item {
    margin-bottom: 12px;
  }

  .footer-social-block-2 {
    justify-content: center;
    margin-left: 0;
  }

  .home-animation {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .animated-text {
    font-size: 52px;
    line-height: 58px;
  }

  .nav-list {
    margin-top: 0;
  }

  .menu-wrapper {
    background-color: var(--dark-blue-transparent-40);
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-menu {
    z-index: auto;
    box-sizing: border-box;
    aspect-ratio: auto;
    box-shadow: none;
    object-fit: fill;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 100vw;
    height: 100vh;
    margin-left: -16px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .navigation {
    width: 100%;
  }

  .navigation-container {
    max-width: 100%;
  }

  .contact-wrapper.quick-contact {
    justify-content: center;
    align-items: center;
  }

  .instagram {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .instagram-animated-text {
    margin-top: -45px;
  }

  .autor-name-wrapper {
    margin-left: 0;
  }

  .quote-sign-wrapper.right {
    margin-top: 32px;
    padding-right: 32px;
  }

  .quote-sign-wrapper.left {
    padding-left: 32px;
  }

  .frame-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-contact {
    margin-bottom: 20px;
  }

  .margin {
    width: 100%;
  }

  .navigation-wrapper {
    margin: 16px;
  }

  .logo-link-block.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 140px;
    display: block;
    position: absolute;
    transform: translate(0);
  }

  .brand-logo {
    width: 140px;
  }

  .mask-2 {
    overflow: visible;
  }

  .image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .boat-feature-copy {
    text-align: center;
    padding-left: 12px;
    overflow: visible;
  }

  .boat-feature-copy-copy {
    padding-left: 12px;
  }
}

#w-node-c7b1ddb1-0133-0fef-050f-93481791ffd2-1d2a8473 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_42d533b0-c21f-8284-10ef-d7b52fd4e6c5-1d2a8473, #w-node-_300e8de5-ebf5-2694-1af5-b874a529ba32-1d2a8473 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30d88fa8-e4c9-f070-9d87-6042e2ab3ec4-1d2a8473 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_30d88fa8-e4c9-f070-9d87-6042e2ab3ed3-1d2a8473 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_30d88fa8-e4c9-f070-9d87-6042e2ab3ee4-1d2a8473 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_30d88fa8-e4c9-f070-9d87-6042e2ab3ef5-1d2a8473 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb108d-f3bb1089 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb1098-f3bb1089, #w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb10a7-f3bb1089, #w-node-_260f65c6-bab5-0118-f5bf-2eef38166c21-f3bb1089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b58cc242-db4a-d8fb-f3fc-22119d9d4e46-f3bb1089 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3e00b1b5-730e-b38b-1d70-239be23cc12c-f3bb1089, #w-node-_7a581841-346d-5655-b02c-34898de2b751-f3bb1089 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_02a3debc-2631-69bf-2db0-a8eb2b16ae5a-f3bb1089 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5fc09349-7ee0-0626-fa80-f37a2e8a00a6-2e8a0099, #w-node-_5fc09349-7ee0-0626-fa80-f37a2e8a00ad-2e8a0099, #w-node-_5fc09349-7ee0-0626-fa80-f37a2e8a00b4-2e8a0099, #w-node-_5fc09349-7ee0-0626-fa80-f37a2e8a00bb-2e8a0099 {
  justify-self: start;
}

#w-node-_9242b32c-4a0d-7812-da10-7581187d67ce-1d2a8476 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9242b32c-4a0d-7812-da10-7581187d67e4-1d2a8476, #w-node-_9242b32c-4a0d-7812-da10-7581187d67e8-1d2a8476, #w-node-_8efc9f96-3382-0785-6903-5cae7d9b6bdc-1d2a8476 {
  grid-column: span 2 / span 2;
}

#w-node-c8557256-a59f-8c85-14ef-0abfa30b5971-1d2a8476, #w-node-_7dbe50d5-6f6d-80af-8add-e3e7e6c8d671-1d2a8476 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab654204-9333-5d51-46fe-941f7d50c9fe-1d2a8477 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aead4d39-80e9-8999-91b4-9bbba10059e8-1d2a8479, #w-node-aead4d39-80e9-8999-91b4-9bbba10059f1-1d2a8479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2605f29-1e20-a744-9a4a-807ec7b4636e-1d2a8479 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0cadd5d1-c018-9f2b-3cb5-139dd17d7690-1d2a847a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49493ef7-1f1d-7891-9fb5-f2487153a5e6-1d2a847c, #w-node-_27407a9b-e9a8-04b3-1def-613a99f6c1c6-1d2a847c, #w-node-_3d033ffb-a923-b655-ba4a-00110d7623a6-1d2a847c, #w-node-b7ac3261-5fcb-a38c-f197-2c718ef22b6d-1d2a847c, #w-node-fc87e3a2-00ae-5824-81a3-f12e96ad4189-1d2a847c, #w-node-d0a8ba42-03b3-c06e-ca71-c2b359c6dbe7-1d2a847c, #w-node-_555e9d96-f20a-d3cc-da99-6934a126b34c-1d2a847c, #w-node-_7ee998e0-e2e5-843d-7390-5b94664d7dd2-1d2a847c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6dedf91b-dd36-2794-2e11-a9c15a6bd11b-1d2a847c, #w-node-dc1793c8-1c9c-d40c-d5c3-75da8f3772a1-1d2a847d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88085767-e265-58d4-c4aa-50fac04f9e19-1d2a8483, #w-node-_04e00d34-7339-97c3-0258-85d31edf89d7-1d2a8483, #w-node-_02a9f507-c16e-fec6-a1c4-17f9109aef6f-1d2a8483, #w-node-_6170d469-e1df-fffa-012f-ee2876790ff3-1d2a8483, #w-node-_24735f1e-755b-4bec-fe6a-0de832e409b8-1d2a8483, #w-node-_8b7534c0-322c-0a74-be6b-9cd2d5a09a29-1d2a8483 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a2605f29-1e20-a744-9a4a-807ec7b4636e-1d2a8485 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_9242b32c-4a0d-7812-da10-7581187d67ce-1d2a8476 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_9242b32c-4a0d-7812-da10-7581187d67cf-1d2a8476, #w-node-_9242b32c-4a0d-7812-da10-7581187d67d0-1d2a8476, #w-node-_9242b32c-4a0d-7812-da10-7581187d67e3-1d2a8476 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9242b32c-4a0d-7812-da10-7581187d67e4-1d2a8476 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9242b32c-4a0d-7812-da10-7581187d67e7-1d2a8476 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9242b32c-4a0d-7812-da10-7581187d67e8-1d2a8476 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c7b1ddb1-0133-0fef-050f-93481791ffd2-1d2a8473 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_42d533b0-c21f-8284-10ef-d7b52fd4e6c5-1d2a8473, #w-node-_300e8de5-ebf5-2694-1af5-b874a529ba32-1d2a8473 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb108d-f3bb1089 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb1098-f3bb1089 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb10a7-f3bb1089 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_260f65c6-bab5-0118-f5bf-2eef38166c21-f3bb1089 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b58cc242-db4a-d8fb-f3fc-22119d9d4e46-f3bb1089 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3e00b1b5-730e-b38b-1d70-239be23cc12c-f3bb1089 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_7a581841-346d-5655-b02c-34898de2b751-f3bb1089 {
    grid-row-start: 3;
  }

  #w-node-_02a3debc-2631-69bf-2db0-a8eb2b16ae5a-f3bb1089 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_9242b32c-4a0d-7812-da10-7581187d67ce-1d2a8476 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9242b32c-4a0d-7812-da10-7581187d67cf-1d2a8476, #w-node-_9242b32c-4a0d-7812-da10-7581187d67d0-1d2a8476, #w-node-_9242b32c-4a0d-7812-da10-7581187d67da-1d2a8476 {
    grid-column: span 2 / span 2;
  }

  #w-node-ab654204-9333-5d51-46fe-941f7d50c9fe-1d2a8477 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a2605f29-1e20-a744-9a4a-807ec7b4636f-1d2a8479, #w-node-a2605f29-1e20-a744-9a4a-807ec7b46377-1d2a8479 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0cadd5d1-c018-9f2b-3cb5-139dd17d7690-1d2a847a, #w-node-_6dedf91b-dd36-2794-2e11-a9c15a6bd11b-1d2a847c, #w-node-dc1793c8-1c9c-d40c-d5c3-75da8f3772a1-1d2a847d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a2605f29-1e20-a744-9a4a-807ec7b4636f-1d2a8485, #w-node-a2605f29-1e20-a744-9a4a-807ec7b46377-1d2a8485 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb108d-f3bb1089 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-c8557256-a59f-8c85-14ef-0abfa30b5971-1d2a8476, #w-node-_7dbe50d5-6f6d-80af-8add-e3e7e6c8d671-1d2a8476 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88085767-e265-58d4-c4aa-50fac04f9e19-1d2a8483, #w-node-_04e00d34-7339-97c3-0258-85d31edf89d7-1d2a8483 {
    justify-self: center;
  }

  #w-node-_02a9f507-c16e-fec6-a1c4-17f9109aef6f-1d2a8483 {
    place-self: center;
  }

  #w-node-_6170d469-e1df-fffa-012f-ee2876790ff3-1d2a8483, #w-node-_24735f1e-755b-4bec-fe6a-0de832e409b8-1d2a8483, #w-node-_8b7534c0-322c-0a74-be6b-9cd2d5a09a29-1d2a8483 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_30d88fa8-e4c9-f070-9d87-6042e2ab3ec4-1d2a8473 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_30d88fa8-e4c9-f070-9d87-6042e2ab3ed3-1d2a8473 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_30d88fa8-e4c9-f070-9d87-6042e2ab3ee4-1d2a8473 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_30d88fa8-e4c9-f070-9d87-6042e2ab3ef5-1d2a8473 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_4e565880-df5b-94ee-5353-786e43929f7c-1d2a8479, #w-node-_8551dc6a-adde-c71f-2d11-c7f579bb1fae-1d2a8479, #w-node-_4e565880-df5b-94ee-5353-786e43929f7c-1d2a8485, #w-node-_8551dc6a-adde-c71f-2d11-c7f579bb1fae-1d2a8485 {
    grid-column: span 2 / span 2;
  }
}


