:root {
  --white: #fafafa;
  --gravel: #4a4741;
  --beige: #f5e5d6;
  --black: black;
  --orange: #db782e;
}

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

body {
  color: var(--white);
  font-family: Generalsans Variable, Georgia, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Amaris Amaris 400", Georgia, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Amaris Amaris 400", Georgia, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans Variable, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.section {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 160px 60px;
  display: flex;
  position: relative;
}

.section.gravel {
  background-color: var(--gravel);
  color: var(--white);
  overflow: hidden;
}

.section.gravel.slider {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section.gravel.overflow {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.section.beige {
  background-color: var(--beige);
  color: var(--black);
}

.section.beige.bottom-gap-double {
  padding-bottom: 320px;
}

.section.bg-image-section {
  aspect-ratio: 2.39;
  background-image: url('../images/DSC089.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section.bg-image-section.join-us {
  background-image: url('../images/jis.png');
}

.section.bg-image-section.cruises {
  background-image: url('../images/asd.png');
}

.section.bg-image-section.booking {
  background-image: url('../images/booking-photo.png');
}

.section.cruises {
  color: var(--white);
}

.section.txt-blk {
  color: var(--black);
}

.section.txt-blk.skinny {
  padding-bottom: 60px;
}

.section.menu {
  background-image: linear-gradient(#0006, #0006), url('../images/p4.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section.transparent {
  color: var(--black);
  background-color: #fff0;
}

.section.fleet {
  aspect-ratio: 2.2;
  background-image: linear-gradient(#ffffff26, #ffffff26), url('../images/malar.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section.fleet.fleche {
  background-image: linear-gradient(#0003, #0003), url('../images/fletche.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.container.centered {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.container.centered.ctn {
  justify-content: center;
}

.container.centered.ctn.vert {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container.hero {
  justify-content: center;
  align-items: center;
}

.button-primary {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-primary:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.button-primary.black {
  border-color: var(--black);
  color: var(--black);
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.hero-subtext {
  letter-spacing: 2.8px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 28px;
  line-height: 1.4;
}

.button-secondary {
  background-color: var(--orange);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: all .3s;
}

.button-secondary:hover {
  background-color: var(--white);
  color: var(--orange);
}

.button-secondary.black {
  background-color: var(--black);
}

.button-secondary.black:hover {
  background-color: var(--orange);
  color: var(--black);
}

.h2-wrapper-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.header-underline {
  width: 100%;
}

.h2-wrapper-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.motif-left, .motif-right {
  width: 49px;
}

.hero-section {
  background-image: url('../images/sailboat-on-river-cruise_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.black-gradient-linear-30 {
  background-image: linear-gradient(#000, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 160px 60px 100px;
  display: flex;
}

._2-col-hero-grid {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  width: 100%;
  min-height: 70vh;
}

.hero-grid-left-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-grid-right-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.max-width-312 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 312px;
  display: flex;
}

.curtain-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.curtain-1 {
  background-color: var(--white);
  width: 25%;
  height: 100%;
}

.curtain-2 {
  background-color: var(--white);
  width: 12.5%;
  height: 100%;
}

.curtain-3 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.curtain-4 {
  background-color: var(--white);
  width: 12.5%;
  height: 100%;
}

.curtain-5 {
  background-color: var(--white);
  width: 25%;
  height: 100%;
}

.slider-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 2000px;
  height: auto;
  min-height: 489.375px;
  display: grid;
  position: relative;
}

.slider-grid-left-wrapper {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--gravel);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 60px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.slider-grid-right-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.packages-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.packages-slider.testimonials {
  padding-left: 100px;
  padding-right: 100px;
}

.slide-nav {
  display: none;
}

.mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mask._2 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.slide {
  width: 45%;
  height: 100%;
  margin-right: 20px;
}

.slide.smaller {
  width: 44%;
}

.slide-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.package-image {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  transform: scale(1);
  transition: transform .3s ease;
}

.slide-content-wrapper:hover  .package-image{
  transform: scale(1.05);
}



.package-overflow{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.package-title {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  flex-grow: 1;
}

.package-title.black {
  color: #000;
}

.package-detail-wrapper {
  border-top: 2px solid var(--orange);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.package-details {
  font-size: 14px;
  line-height: 1;
}

.package-details.black {
  color: #000;
}

.icon {
  color: var(--gravel);
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: flex;
}

.testimonial-arrow{
  color: #fff;
  background-color: #413e37;
}

.div-block {
  z-index: 2;
  background-color: var(--gravel);
  flex: 1;
  width: 100%;
  height: 489.375px;
  padding-left: 60px;
  position: relative;
}

.div-block-2 {
  flex: 0 auto;
  width: 100%;
  height: 489.375px;
  padding-right: 60px;
  position: relative;
}

._2-col-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2-col-grid-right-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2-col-grid-image-80 {
  width: 80%;
}

._2-col-grid-image-80.left-auto {
  margin-left: auto;
}

.paragraph-wrapper-80 {
  width: 80%;
}

.div-block-3 {
  width: 50%;
  min-width: auto;
  max-width: 500px;
  margin-top: 100px;
  position: relative;
}

.image {
  width: 100%;
}

.div-block-4 {
  width: 35%;
  max-width: 312px;
  font-size: 16px;
}

.div-block-4.xs {
  width: 15%;
}

.div-block-5 {
  max-width: 400px;
  position: absolute;
  inset: -100px auto auto -200px;
}

.div-block-6 {
  background-image: linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 887px;
  display: flex;
}

.right-arrow, .left-arrow {
  display: block;
}

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

.client-image {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.testimonial-social-icon {
  width: 22px;
}

.image-name-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.testimonial-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ccc;
  background-color: #413e37;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 16px;
  display: grid;
}

.testimonial-social-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.testimonial-paragraph {
  color: #ccc;
  font-size: 15px;
}

.testimonial-text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.right-arrow-2 {
  inset: 0% 0% 0% auto;
}

.div-block-8 {
  width: 600px;
  height: 769.539px;
  position: relative;
}

.image-2 {
  width: 100%;
}

.mata-wood {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 182.945px;
  display: flex;
  position: absolute;
  inset: auto auto 80px -90px;
}

.gura-wood {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 225.297px;
  display: flex;
  position: absolute;
  inset: auto auto 170px -130px;
}

.image-3 {
  width: 80px;
}

.image-4 {
  width: 124px;
}

.takta-wood {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 249.602px;
  display: flex;
  position: absolute;
  inset: auto 0% -30px auto;
}

.image-5 {
  width: 144px;
  margin-bottom: 9px;
}

.bagi-wood {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 262px;
  display: flex;
  position: absolute;
  inset: auto -100px 60px auto;
}

.image-6 {
  width: 226px;
  margin-right: 36px;
}

.biggest-sail {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 194px;
  display: flex;
  position: absolute;
  inset: 150px auto auto -200px;
}

.handcrafted {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 176px;
  display: flex;
  position: absolute;
  inset: 340px auto auto -180px;
}

.heritage-boat {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 152px;
  display: flex;
  position: absolute;
  inset: 150px -200px auto auto;
}

.div-block-9 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-11 {
  width: 100%;
  min-height: 400px;
  position: relative;
  bottom: 300px;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: absolute;
}

.image-7 {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.2;
  object-fit: cover;
}

._2-col-table-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  width: 100%;
  margin-top: -200px;
}

.div-block-13 {
  width: 100%;
}

.table-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.table-header-wrapper {
  border-bottom: 1px solid #858585;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 170px;
  font-weight: 500;
  display: flex;
}

.div-block-14.smaller {
  font-size: 16px;
  font-weight: 300;
}

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-timeline {
  z-index: -3;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 30px;
  display: flex;
  position: sticky;
  overflow: visible;
}

.margin-bottom-small {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.timeline_progress {
  z-index: -2;
  background-color: #bebebe;
  width: 3px;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.timeline_progress-bar {
  z-index: 0;
  background-color: var(--black);
  width: 3px;
  height: 75vh;
  margin-top: -100vh;
  position: sticky;
  inset: 0 auto 20vh;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 300px 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
}

.timeline_left.off {
  opacity: 0;
  display: block;
}

.margin-bottom-medium {
  margin-bottom: 2rem;
}

.timeline_circle {
  background-color: var(--black);
  box-shadow: none;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 0;
}

.margin-bottom-xlarge {
  text-align: left;
  margin-bottom: 3.5rem;
}

.timeline_centre {
  justify-content: center;
  padding-top: 1.5em;
  display: flex;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, #fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_text {
  color: var(--black);
  text-align: left;
  padding-bottom: .5rem;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

.timeline_date-text {
  color: #ffdf92;
  letter-spacing: -.03em;
  width: auto;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  position: sticky;
  top: 0;
}

.overlay-fade-top {
  background-image: linear-gradient(#fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.centered-header {
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #db782ecc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31.33%;;
  padding: 60px;
  display: flex;
}

.menu-header {
  font-size: 24px;
  font-weight: 500;
}

.gap {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 160px;
  position: relative;
}

.cruises-body {
  background-color: #f8f8f8;
}

.booking-body {
  background-color: #efefef;
}

.div-block-17 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-8 {
  width: 100%;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.input-field {
  color: #666;
  background-color: #0000;
  border: 1px solid #d3d3d3;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 20px 20px 16px;
}

.input-field::placeholder {
  font-size: 16px;
  line-height: 1;
}

.text-area {
  background-color: #0000;
  border: 1px solid #d3d3d3;
  width: 100%;
  min-height: 140px;
  padding: 20px 20px 20px 16px;
}

.text-area::placeholder {
  color: #666;
  font-size: 16px;
}

.label-form {
  margin-top: 40px;
  font-size: 21px;
}

.drop-down {
  background-color: #0000;
  border: 1px solid #d3d3d3;
  padding: 20px;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  font-size: 16px;
  display: flex;
}

.div-block-19.white {
  color: var(--white);
  margin-left: auto;
}

.h1-small {
  font-size: 70px;
  line-height: 1.1;
}

.navbar-logo-center {
  z-index: 2147483647;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.navbar-logo-center.transparent {
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  width: 188px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.navbar-brand-three.pc {
  height: 51.3672px;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}

.navbar-brand-three.resp {
  display: none;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: flex-end;
  align-items: center;
  width: 365.844px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-block.first {
  padding-left: 0;
  padding-right: 60px;
}

.nav-link {
  color: var(--black);
  letter-spacing: 4.2px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  font-weight: 600;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.white {
  color: var(--white);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 2px;
  width: 133.695px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  background-color: var(--black);
  color: #fff !important;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.white {
  border-color: var(--white);
  color: var(--white);
}

.button-primary-2.white:hover {
  color: var(--orange) !important;
  border-color: var(--orange) !important;
  background-color: transparent !important;
}

.image-9 {
  width: 188px;
}

.image-9.white {
  z-index: 1;
  height: 51.3672px;
  position: absolute;
  inset: 0%;
}

.image-9.orange {
  z-index: 2;
  opacity: 0;
  height: 51.3672px;
  display: block;
  position: absolute;
  inset: 0%;
}

.footer-dark {
  background-color: var(--gravel);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 60px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.last {
  justify-content: flex-start;
  align-items: flex-end;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  white-space: nowrap;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--orange);
}

.footer-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  margin-left: 12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link:hover {
  color: var(--orange);
}

.footer-paragraph {
  font-size: 14px;
  line-height: 2;
}

._3-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: -100px;
}

._3-col-grid.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

._3-col-grid.gap-16.no-margin-tp {
  margin-top: 0;
}

.image-gallery-wrapper {
  width: 100%;
  position: relative;
}

.gallery-light-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.overlay {
  z-index: 1;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.expand-icon {
  width: 24px;
}

.gallery-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.off {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 44px;
  }

  .section {
    padding: 100px 30px;
  }

  .section.beige.bottom-gap-double {
    padding-bottom: 100px;
  }

  .container.centered.home-pg {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container.hero {
    justify-content: center;
    align-items: center;
  }

  ._2-col-hero-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
  }

  .hero-grid-left-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hero-grid-right-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .max-width-312 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .slider-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .slider-grid-left-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
  }

  .mask {
    padding-left: 30px;
  }

  ._2-col-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.crs {
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid-right-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  ._2-col-grid-image-80 {
    width: 100%;
  }

  .div-block-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-top: 0;
    display: grid;
  }

  .div-block-4 {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .div-block-4.xs {
    display: none;
  }

  .div-block-5 {
    text-align: center;
    max-width: none;
    position: static;
  }

  .div-block-6 {
    text-align: center;
  }

  .div-block-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
  }

  .mata-wood, .gura-wood {
    display: none;
    position: static;
  }

  .image-3, .image-4 {
    display: none;
  }

  .takta-wood {
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: static;
  }

  .image-5 {
    display: none;
  }

  .bagi-wood {
    justify-content: center;
    align-items: flex-start;
    display: none;
    position: static;
  }

  .image-6 {
    display: none;
  }

  .biggest-sail, .handcrafted, .heritage-boat {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: static;
  }

  .div-block-11 {
    min-height: auto;
    bottom: 0;
  }

  .div-block-12 {
    position: static;
  }

  ._2-col-table-grid {
    margin-top: -300px;
  }

  ._2-col-table-grid.prc {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .table-header-wrapper, .div-block-14 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-15 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .container-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .margin-bottom-medium {
    margin-bottom: 1.5rem;
  }

  .timeline_text {
    padding-bottom: .5rem;
    font-size: 1.2rem;
  }

  .timeline_date-text {
    font-size: 2rem;
  }

  .div-block-17 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .image-8 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .navbar-brand-three.pc {
    display: none;
  }

  .navbar-brand-three.resp {
    width: 140px;
    margin-left: 30px;
    margin-right: 0;
    display: flex;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    border-top: 0 #000;
    top: 70px;
  }

  .nav-menu-three {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fff;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 40px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 21px;
    line-height: 1.2;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary-2 {
    text-transform: none;
    border-style: none;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 0;
    font-size: 21px;
    line-height: 1.2;
  }

  .button-primary-2:hover {
    color: var(--black);
    background-color: #0000;
    font-size: 21px;
    font-weight: 600;
  }

  .menu-button {
    color: var(--orange);
    margin-right: 30px;
    padding: 12px 0 12px 12px;
  }

  .menu-button.w--open {
    color: var(--orange);
    background-color: #0000;
    padding-right: 0;
  }

  .image-9 {
    width: 140px;
  }

  .footer-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .footer-content {
    grid-column-gap: 80px;
    grid-template-columns: auto auto 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

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

  .heading {
    text-align: center;
  }

  .off {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 32px;
  }

  .timeline_centre {
  grid-area: 1 / 1 / 3 / 2;
}

  .section {
    padding: 60px 20px;
  }

  .section.gravel.slider {
    max-width: 100vw;
  }

  .section.fleet {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/malar.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .section.fleet.fleche {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/fletche.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .container.centered.ctn.vert {
    text-align: center;
  }

  .hero-subtext {
    font-size: 24px;
  }

  .black-gradient-linear-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-grid-left-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .packages-slider {
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .mask {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .slide {
    width: 36%;
  }

  .slide.smaller {
    width: 100%;
  }

  .package-title {
    font-size: 18px;
  }

  .package-details {
    font-size: 12px;
  }

  ._2-col-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .client-image {
    width: 30px;
    height: 30px;
  }

  .testimonial-social-icon {
    width: 18px;
  }

  .testimonial-wrapper {
    grid-template-rows: auto;
  }

  .div-block-8 {
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .mata-wood, .gura-wood, .takta-wood, .bagi-wood {
    width: 100%;
    display: none;
  }

  .biggest-sail, .handcrafted, .heritage-boat {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-9 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    bottom: 0;
  }

  .div-block-12 {
    position: static;
  }

  ._2-col-table-grid {
    margin-top: 0;
  }

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

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

  .timeline_progress {
    left: 6px;
  }

  .timeline_right {
    padding-top: 10px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_left.off {
    display: none;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_text {
    font-size: 2rem;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 2rem;
  }

  .grid.jj {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .menu-header {
    font-size: 18px;
  }

  .gap {
    height: 60px;
  }

  .div-block-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-19 {
    color: var(--white);
    margin-right: auto;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
  }

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

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

  .text-block {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
  }

  .section.bg-image-section {
    aspect-ratio: 2 / 3;
  }

  .container.centered.home-pg {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-subtext {
    font-size: 18px;
  }

  .slider-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .slider-grid-right-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .packages-slider {
    max-width: 320px;
  }

  .packages-slider.testimonials {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide, .slide.smaller {
    width: 100%;
  }

  .icon {
    width: 32px;
    height: 32px;
  }

  ._2-col-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._2-col-grid.crs {
    grid-template-columns: 1fr;
  }

  ._2-col-grid-right-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-wrapper-80 {
    width: 100%;
  }

  .div-block-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .right-arrow._1 {
    width: 32px;
    height: 32px;
    inset: auto 0 0% 20%;
  }

  .left-arrow._1 {
    width: 32px;
    height: 32px;
    inset: auto 0 0% -20%;
  }

  .div-block-14 {
    width: 95.8828px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .div-block-14.smaller {
    font-size: 12px;
  }

  .container-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-small {
    margin-bottom: 1rem;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .margin-bottom-medium {
    margin-bottom: 1.5rem;
  }

  .timeline_text, .timeline_date-text {
    font-size: 1.5rem;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .footer-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-content {
    flex-flow: column;
  }

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

  .footer-block.last {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-social-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  ._3-col-grid.gap-16.no-margin-tp {
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-c8b40e52-e456-84ee-cfd9-c0112c5ebdb6-2c5ebdb0, #w-node-c8b40e52-e456-84ee-cfd9-c0112c5ebdc1-2c5ebdb0, #w-node-c8b40e52-e456-84ee-cfd9-c0112c5ebdd2-2c5ebdb0, #w-node-c8b40e52-e456-84ee-cfd9-c0112c5ebddd-2c5ebdb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dfd8577c-ee24-c4f3-859d-d21050609ab9-a49304c5, #w-node-_178502d6-2b63-9dcf-3b13-9bc65cf261ef-a49304c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_38dffab4-a7d5-cd93-3cae-80dd03f93a3b-a49304c5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_156b831a-2b72-442f-6f69-aa736981b021-a49304c5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_260232d1-6077-f010-1d38-5fc858a7c07f-a49304c5, #w-node-_1e5e265f-c01b-9b42-82dc-7fc6bc5e1d14-a49304c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ade13872-c048-2263-2506-f941c2a116d7-a49304c5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6113600b-63e4-66d8-60ce-5f5d512113d6-a49304c5 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_156b831a-2b72-442f-6f69-aa736981b021-a49304c5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_260232d1-6077-f010-1d38-5fc858a7c07f-a49304c5 {
    grid-column: 1 / 2;
  }

  #w-node-ade13872-c048-2263-2506-f941c2a116d7-a49304c5 {
    grid-row: 3 / 4;
  }

  #w-node-_6113600b-63e4-66d8-60ce-5f5d512113d6-a49304c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98c6-7d150f34 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98c9-7d150f34 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98cb-7d150f34, #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98d5-7d150f34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98d3-7d150f34 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98d0-7d150f34, #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98da-7d150f34 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98dd-7d150f34, #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98e8-7d150f34 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98e5-7d150f34, #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98f0-7d150f34 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_53e43f3e-e06b-af59-7f3f-2664303d98f3-7d150f34 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amaris Amaris 400';
  src: url('../fonts/amaris-amaris-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amaris Amaris 400';
  src: url('../fonts/amaris-amaris-regular-italic-400.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}