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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #fdf7f1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000127;
  font-size: 1vw;
  line-height: 1.6;
  cursor: none;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lovelace, sans-serif;
  font-size: 4.69em;
  line-height: 1.3;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 8.85em;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lovelace, sans-serif;
  font-size: 3.13em;
  line-height: 1;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lovelace, sans-serif;
  color: #e5e5e5;
  font-size: 2.24em;
  line-height: 20px;
  font-weight: 400;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block {
  display: none;
}

.wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

.section {
  position: relative;
  z-index: 2;
  background-color: #000127;
}

.section.is--colored {
  background-color: #2a7e6b;
}

.section.is--nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  background-color: rgba(253, 247, 241, 0.63);
}

.section.is--paralax {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.section.hero {
  display: none;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #fff), color-stop(18%, transparent)), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.31), #fff), url('../images/seafood-ice.jpeg');
  background-image: linear-gradient(180deg, #fff 6%, transparent 18%), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.31), #fff), url('../images/seafood-ice.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section.hider {
  display: none;
}

.container {
  width: 1560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2.7em 6.25em;
}

.container.is--no-padding {
  padding-right: 1em;
  padding-left: 1em;
}

.container.is--no-margin {
  width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
}

.container.is--full-page {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3em;
  padding-left: 3em;
  background-color: #000127;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 39, 0.71)), to(rgba(0, 1, 39, 0.71))), url('../images/Crab.svg');
  background-image: linear-gradient(180deg, rgba(0, 1, 39, 0.71), rgba(0, 1, 39, 0.71)), url('../images/Crab.svg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.container.is--navbar {
  padding-top: 1.3em;
  padding-bottom: 0.7em;
}

.container.box-sub {
  padding-right: 0em;
  padding-left: 0em;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid.is--div-1 {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid.is--div-2 {
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid.is--margin {
  margin-top: 6em;
  padding-bottom: 3.5em;
}

.grid.is-padding {
  position: relative;
  padding-top: 5em;
}

.grid_item {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1.04em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.grid_item.is--text-big {
  margin-right: -10%;
  margin-left: 10%;
}

.grid_item.is--badge {
  position: static;
  display: block;
  width: 100%;
  margin-right: 38%;
  margin-bottom: 2.2em;
  margin-left: -15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid_item.is--paragraph-title {
  width: auto;
  margin-right: -36%;
  margin-left: -36%;
  padding-bottom: 2.44em;
}

.grid_item.is--image1 {
  position: static;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100%;
  height: 37em;
  margin-top: 5.13em;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_item.is--text-middle {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid_item.is--img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item.is--img2 {
  width: 25%;
  padding-top: 12em;
}

.grid_item.is--img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item.is--img4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item.is--text-1 {
  width: 70%;
  margin-top: -10em;
  padding-left: 11em;
}

.grid_item.is--text-2 {
  width: 35%;
  margin-left: -10%;
  padding-top: 5.64em;
}

.grid_item.is--text-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  margin-top: -4em;
  padding-left: 11em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid_item.is--margin {
  padding-top: 14em;
}

.grid_item.is--grid-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid_item.is--grid-2 {
  position: relative;
  width: 33.333333333333336%;
}

.grid_item.is--grid-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_item.is--testimonial {
  margin-top: 2em;
}

.grid_item.is--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid_item.is--footer-heading {
  position: relative;
  z-index: 2;
  padding-top: 14em;
  padding-bottom: 8em;
  padding-left: 4em;
}

.grid_item.is--footer-1 {
  width: 33.333333333333336%;
  padding-left: 4em;
}

.grid_item.is--footer-2 {
  width: 33.333333333333336%;
}

.grid_item.is--footer-3 {
  width: 33.333333333333336%;
}

.is--title-small {
  position: relative;
  left: 12%;
  top: 5%;
  display: inline-block;
  margin-top: 0px;
  padding-left: 0px;
  font-family: Avertastd, sans-serif;
  color: #63639c;
  font-size: 2.6em;
  font-weight: 400;
}

.image-card {
  position: static;
  left: 78%;
  top: auto;
  right: auto;
  bottom: 39%;
  display: inline-block;
  height: 10em;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fade-up {
  font-family: 'Zetafonts erotique text', sans-serif;
  font-size: 13em;
  line-height: 0.93;
  font-weight: 400;
}

.slide-in {
  font-family: MegabyteRegula, sans-serif;
  color: #6b687c;
  font-size: 1.2em;
}

.slide-in.tricks {
  overflow: hidden;
}

.image-2 {
  position: absolute;
  left: -6.5em;
  top: auto;
  right: 0%;
  bottom: -11em;
  z-index: 9999;
  display: none;
  width: 16em;
  height: 16.35em;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text--middle {
  font-family: Lovelace, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  text-align: center;
}

.text--middle.fade-up3.tricks {
  overflow: hidden;
  color: #f00000;
  font-size: 5em;
}

.image-4 {
  height: 17.4em;
}

.image-5 {
  height: 17em;
}

.image-6 {
  height: 17.4em;
}

.text-span {
  font-family: Lovelace, sans-serif;
  font-weight: 300;
}

.text-span-2 {
  font-family: Lovelace, sans-serif;
  font-weight: 300;
}

.text-span-3 {
  font-family: Lovelace, sans-serif;
  font-weight: 300;
}

.link-img {
  padding-top: 1.56em;
  font-family: Lovelace, sans-serif;
  color: #3f3e59;
  font-size: 1.2em;
}

.text-span-4 {
  text-decoration: underline;
}

.text-img {
  font-family: Lovelace, sans-serif;
  font-size: 1.5em;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.72em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  height: 2em;
}

.div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h-colorized {
  display: block;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  color: #5c5a70;
  text-align: center;
}

.image-8 {
  overflow: visible;
  height: 20.73em;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-img {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-img-right {
  position: absolute;
  display: none;
}

.image-9 {
  height: 31.35em;
  -o-object-fit: fill;
  object-fit: fill;
}

.icon-3 {
  color: #4c4172;
}

.testimonial-slider {
  height: 100%;
  background-color: #2a7e6b;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5em;
  margin-left: 1.5em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  cursor: none;
}

.slide-nav {
  display: none;
}

.arrow {
  width: 28px;
}

.arrow.is--scroll {
  width: auto;
  margin-left: 1em;
  opacity: 0.46;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.arrow-disabled-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.5em;
  margin-right: 1.5em;
  margin-left: 1.5em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  opacity: 0.3;
}

.testimonial-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 26.1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 2.5em 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5em;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.5em;
  margin-right: 1.5em;
  margin-left: 0em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  opacity: 0.3;
  cursor: none;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.5em;
  margin-right: 1.5em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
}

.testimonial-content-block {
  position: relative;
  max-width: 60em;
}

.testimonial-paragraph {
  margin-bottom: 0px;
  font-family: MegabyteRegula, sans-serif;
  color: #ddd;
  font-size: 1.5em;
  line-height: 1.9;
  font-style: normal;
  font-weight: 500;
}

.is--white {
  position: static;
  z-index: 100;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.is--white._1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 6.5em;
  bottom: 0%;
}

.brackets-1 {
  position: absolute;
  left: 20%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 100;
  height: 2em;
}

.brackets-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: 34%;
  z-index: 100;
  height: 2em;
}

.slash {
  position: absolute;
  left: auto;
  top: auto;
  right: 9.1em;
  bottom: 0%;
  z-index: 100;
  color: #fff;
  font-weight: 300;
}

.testimonial-end-number {
  position: absolute;
  left: auto;
  top: auto;
  right: 8.4em;
  bottom: -0.4em;
  z-index: 100;
  color: #fff;
  font-weight: 300;
}

.scroll-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-scroll {
  font-family: Lovelace, sans-serif;
  color: #3f3e59;
  font-size: 1.2em;
}

.splide {
  position: relative;
  width: 100%;
}

.splide.slider1.pill {
  margin-left: 6em;
  padding-top: 6em;
  padding-right: 14em;
  padding-bottom: 7em;
}

.splide__track {
  width: 100%;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.splide__slide {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-pill {
  padding-bottom: 3.5em;
  text-align: center;
}

.slider-pill_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 128%;
  border-radius: 0vw;
  background-color: rgba(36, 32, 34, 0.14);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-pill_photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-splide {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  font-family: 'Zetafonts erotique text', sans-serif;
  font-size: 2.4em;
}

.slider-css {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 0px;
}

.footer-heading {
  height: 1.1em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lovelace, sans-serif;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
}

.footer-text {
  padding-bottom: 1.7em;
  font-family: MegabyteRegula, sans-serif;
  color: #ddd;
  font-size: 1.2em;
  font-weight: 400;
}

.heading-8 {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
}

.is--p-title-1 {
  font-family: MegabyteRegula, sans-serif;
  color: #6b687c;
  font-size: 1.2em;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.large-cursor {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #cbaec0;
  border-radius: 50vw;
}

.dot {
  position: static;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50vw;
  background-color: #99557f;
}

.dot-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-cursor {
  display: block;
  font-family: 'Zetafonts erotique text', sans-serif;
  font-size: 1.5em;
  letter-spacing: 1px;
}

.div-img2 {
  position: absolute;
  display: block;
}

.div-img2-right {
  position: absolute;
  display: block;
}

.div-img3-right {
  position: absolute;
  display: none;
}

.div-img3 {
  position: absolute;
  display: none;
}

.div-img4-right {
  position: absolute;
  top: 43%;
  display: block;
}

.div-img4 {
  position: absolute;
  display: none;
}

.div-img5-right {
  position: absolute;
  top: 43%;
  display: none;
}

.div-img5 {
  position: absolute;
  display: none;
}

.div-img6-right {
  position: absolute;
  top: 43%;
  display: none;
}

.div-img6 {
  position: absolute;
  display: none;
}

.image-10 {
  position: static;
  top: 0px;
  overflow: visible;
  width: 100%;
  height: 37em;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-6 {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-7 {
  height: 37em;
}

.image-6-copy {
  height: 17.4em;
}

.menu_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 1.2em;
  margin-left: 1.2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000127;
  text-decoration: none;
}

.hamburger_icon {
  width: 3em;
}

.container-2 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2.7em 6.25em;
}

.container-2.is--navbar {
  position: relative;
  z-index: 2;
  padding-top: 1.3em;
  padding-bottom: 0.7em;
}

.grid_item--2 {
  width: 100%;
  padding: 1.04em;
}

.grid_item--2.is--nav-logo {
  width: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid_item--2.is--hamburger {
  display: none;
}

.grid_item--2.is--menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-2.is--nav {
  position: relative;
  z-index: 1003;
}

.grid-2.is--nav {
  position: relative;
  z-index: 1003;
}

.menu_p {
  position: static;
  font-family: MegabyteRegula, sans-serif;
}

.nav_logo-img {
  width: 5.21em;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  overflow: visible;
  background-color: rgba(253, 247, 241, 0.37);
  opacity: 1;
}

.html-embed-2 {
  display: none;
}

.div-block-8 {
  display: none;
}

.nav-container {
  width: 1560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 5em 0em;
}

.grid_item-2 {
  width: 100%;
  padding: 1.04em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid_item-2.is--left {
  display: none;
}

.grid_item-2.is--menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu_p-2 {
  position: static;
  font-family: MegabyteRegula, sans-serif;
  color: #f00000;
  font-size: 1.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.nav_logo-img-2 {
  width: 6em;
}

.nav-final {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  overflow: visible;
  background-color: rgba(253, 247, 241, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdf7f1), to(#fdf7f1));
  background-image: linear-gradient(180deg, #fdf7f1, #fdf7f1);
  opacity: 1;
}

.grid_item-nav {
  width: 100%;
  padding: 1.04em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid_item-nav.is--left {
  display: none;
}

.grid_item-nav.is--menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block {
  text-decoration: none;
}

.image-11 {
  display: block;
  max-width: 60%;
}

.heading-9 {
  padding: 20px 10px 10px;
  color: #ff151b;
  font-size: 4.5em;
  line-height: 1.1;
  text-align: center;
}

.heading-9.under-hero {
  margin-top: 40px;
  padding-top: 25vh;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 3.4em;
  line-height: 1em;
  text-align: left;
}

.heading-9.under-hero.in-card {
  margin-top: 0px;
  padding-top: 0vh;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 0.8em;
}

.heading-9.under-hero.in-card.mod-card {
  padding-bottom: 20px;
}

.heading-9.under-hero.feature-section {
  padding-top: 5vh;
  padding-bottom: 20px;
}

.grid-3 {
  width: 100%;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.list-item {
  font-size: 2em;
}

.list-item-2 {
  font-family: MegabyteRegula, sans-serif;
  color: #000127;
  font-size: 1.5em;
  line-height: 1.3em;
}

.list-item-2.base-list {
  color: #fdf7f1;
  font-size: 1.5em;
}

.list-item-2.base-list.date-avail {
  color: #fdf7f1;
}

.text-span-6 {
  text-decoration: underline;
}

.image-12 {
  display: block;
  padding-right: 0px;
  border-radius: 5px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button {
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #fdf7f1;
  border-radius: 5px;
  background-color: #000127;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 39, 0.61)), to(rgba(0, 1, 39, 0.61))), url('../images/waves.gif');
  background-image: linear-gradient(180deg, rgba(0, 1, 39, 0.61), rgba(0, 1, 39, 0.61)), url('../images/waves.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 3000ms ease;
  transition: opacity 3000ms ease;
  font-family: MegabyteRegula, sans-serif;
  font-size: 2vw;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 39, 0.55)), to(rgba(0, 1, 39, 0.55))), url('../images/waves.gif');
  background-image: linear-gradient(180deg, rgba(0, 1, 39, 0.55), rgba(0, 1, 39, 0.55)), url('../images/waves.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button.special:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.65)), to(rgba(255, 0, 0, 0.65))), url('../images/waves.gif');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.65), rgba(255, 0, 0, 0.65)), url('../images/waves.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button.special.another {
  margin-bottom: 0px;
}

.paragraph {
  font-family: MegabyteRegula, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.feature-section {
  padding-top: 20px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000127;
}

.feature-image-mask {
  width: 50vw;
  height: 30vh;
  max-width: none;
  margin-right: 40px;
  background-image: url('../images/shrimp-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-image-mask.crab {
  background-image: url('../images/blue-crab.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-image-mask.crawfish {
  max-width: 40vw;
  background-image: url('../images/crawfish.jpeg');
}

.feature-image-mask.oyster {
  background-image: url('../images/oyster.jpeg');
}

.feature-image-mask.peach {
  background-image: url('../images/peaches.jpeg');
}

.feature-image-mask.onion {
  background-image: url('../images/vidalia-ontions.jpeg');
}

.feature-image-mask.gator {
  background-image: url('../images/gator-tail.jpeg');
}

.feature-image-mask.boudin {
  background-image: url('../images/boudin.jpeg');
}

.feature-image-mask.blueberries {
  background-image: url('../images/blueberries-min.jpeg');
}

.feature-image-mask.gl {
  width: 30vw;
}

.feature-image-mask.corn {
  background-image: url('../images/corn-min.jpeg');
}

.feature-image-mask.potatoes {
  background-image: url('../images/red-potatoes.jpeg');
}

.feature-image-mask.keilbasa {
  background-image: url('../images/keilbasa.jpeg');
}

.feature-image {
  width: 100%;
  height: 100%;
  max-height: 30vh;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-11 {
  color: red;
  font-size: 4em;
  text-shadow: 6px 6px 20px #00010a;
}

.paragraph-2 {
  font-family: MegabyteRegula, sans-serif;
  color: #fdf7f1;
}

.section-2 {
  margin-top: 4em;
  padding-right: 20%;
  padding-left: 20%;
}

.div-block-11 {
  width: 100%;
  padding-right: 30px;
  background-image: url('../images/White-BG3x.png');
  background-position: 90% 100%;
  background-size: 87px;
  background-repeat: no-repeat;
}

.div-block-11.gl {
  width: 50%;
  padding-right: 0px;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000127;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000127), color-stop(49%, rgba(0, 1, 39, 0.78)), to(#000127)), url('../images/waves.gif');
  background-image: linear-gradient(180deg, #000127, rgba(0, 1, 39, 0.78) 49%, #000127), url('../images/waves.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  max-width: 60%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
  font-family: MegabyteRegula, sans-serif;
  text-align: center;
}

.submit-button {
  padding: 0px 20px;
  background-color: red;
  font-family: MegabyteRegula, sans-serif;
  font-size: 1.6em;
}

.paragraph-3 {
  font-family: MegabyteRegula, sans-serif;
  color: #fdf7f1;
  font-size: 2em;
}

.grid-4 {
  grid-auto-flow: column;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-5 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-6 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 5%;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 30px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: #000127;
}

.grid-6.special {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 39, 0.85)), to(rgba(0, 1, 39, 0.85))), url('../images/Crab.svg');
  background-image: linear-gradient(180deg, rgba(0, 1, 39, 0.85), rgba(0, 1, 39, 0.85)), url('../images/Crab.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 250px;
  background-repeat: repeat, repeat;
}

.grid-6.base {
  background-color: #fdf7f1;
}

.container-3 {
  display: block;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/low-country-boil-min.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  margin-right: 0%;
  padding-right: 0%;
  background-image: url('../images/White-BG1.5x.png'), url('../images/shrimp-bbq-min.jpeg');
  background-position: 95% 95%, 50% 50%;
  background-size: 110px, cover;
  background-repeat: no-repeat, repeat;
}

.div-block-12.special {
  background-image: url('../images/low-country-boil-min.jpeg');
}

.div-block-12.special.hero {
  background-image: url('../images/White-BG1.5x.png'), url('../images/low-country-boil-min.jpeg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/White-BG1.5x.png'), url('../images/low-country-boil-min.jpeg'), linear-gradient(180deg, transparent, transparent);
  background-position: 95% 95%, 95% 95%, 0px 0px;
  background-size: 80px, cover, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.section-3 {
  margin-top: 0%;
}

.text-span-7 {
  font-size: 1em;
  text-transform: uppercase;
}

.text-span-7.month {
  font-family: MegabyteRegula, sans-serif;
  color: #fdf7f1;
  font-size: 0.5em;
  text-decoration: none;
}

.text-span-8 {
  display: none;
  font-family: MegabyteRegula, sans-serif;
  color: #fdf7f1;
  font-size: 0.5em;
}

.grid-7 {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.heading-13 {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-left: 5%;
  font-family: Lovelace, sans-serif;
  font-size: 6em;
  text-align: left;
}

.section-4 {
  display: block;
  padding-top: 3%;
  padding-bottom: 3%;
  background-image: url('../images/Crab.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 247, 241, 0.79)), to(rgba(253, 247, 241, 0.79))), url('../images/seafood-ice.jpeg');
  background-image: url('../images/Crab.svg'), linear-gradient(180deg, rgba(253, 247, 241, 0.79), rgba(253, 247, 241, 0.79)), url('../images/seafood-ice.jpeg');
  background-position: 100% 30%, 0px 0px, 50% 36%;
  background-size: auto 30vh, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.image-13 {
  display: none;
}

.call-to-action {
  padding-top: 20px;
  padding-bottom: 100px;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-14 {
  color: red;
}

.paragraph-4 {
  font-family: MegabyteRegula, sans-serif;
  color: #000127;
}

.order {
  padding: 10px 20px;
  background-color: #000127;
  font-family: MegabyteRegula, sans-serif;
  font-size: 2em;
}

.subscribe-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Crab.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 39, 0.98)), to(rgba(0, 1, 39, 0.98))), url('../images/waves.gif');
  background-image: url('../images/Crab.svg'), linear-gradient(180deg, rgba(0, 1, 39, 0.98), rgba(0, 1, 39, 0.98)), url('../images/waves.gif');
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  cursor: pointer;
}

.centered-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #fdf7f1;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.subscribe-form-flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.subscribe-form-input-2 {
  margin-bottom: 0px;
}

.image-14 {
  max-width: 4%;
}

.heading-15 {
  background-color: transparent;
  color: red;
}

.paragraph-5 {
  font-family: MegabyteRegula, sans-serif;
}

.submit-button-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: red;
  font-family: MegabyteRegula, sans-serif;
}

.field-label {
  font-family: MegabyteRegula, sans-serif;
}

.image-15 {
  margin-top: 0px;
  padding-top: 20px;
}

.text-span-12 {
  font-family: Lovelace, sans-serif;
  color: #000127;
  font-size: 4em;
}

.success-message {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 247, 241, 0.45)), to(rgba(253, 247, 241, 0.45))), url('../images/waves.gif');
  background-image: linear-gradient(180deg, rgba(253, 247, 241, 0.45), rgba(253, 247, 241, 0.45)), url('../images/waves.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

@media screen and (max-width: 991px) {
  .container.is--navbar {
    position: relative;
    z-index: 1;
  }

  .grid.is--div-2 {
    width: 100%;
  }

  .grid.is--margin {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid.is--tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .grid_item.is--text-big {
    margin-right: auto;
    margin-left: auto;
  }

  .grid_item.is--badge {
    display: none;
  }

  .grid_item.is--paragraph-title {
    width: 85%;
  }

  .grid_item.is--image1 {
    height: 48em;
    margin-top: 0em;
    background-position: 50% 20%;
  }

  .grid_item.is--img1 {
    width: 50%;
    padding-top: 12em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item.is--img2 {
    display: block;
    width: 50%;
    padding-top: 1.04em;
    padding-right: 2em;
    padding-left: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid_item.is--img3 {
    width: 50%;
    margin-top: 2.5em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item.is--img4 {
    display: block;
    width: 50%;
    margin-top: -13em;
    margin-bottom: 0em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid_item.is--text-1 {
    width: 60%;
    margin-top: 0em;
    padding-left: 1.04em;
  }

  .grid_item.is--text-2 {
    width: 40%;
    margin-left: 0px;
    padding-top: 1.04em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid_item.is--text-1-copy {
    display: none;
    width: 100%;
    margin-top: 0em;
    padding-left: 1.04em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid_item.is--margin {
    padding-top: 14em;
  }

  .grid_item.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .grid_item.is--grid-2 {
    height: auto;
  }

  .grid_item.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .is--title-small {
    left: 11%;
    top: 4%;
    font-size: 3em;
  }

  .div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fade-up {
    font-size: 17em;
  }

  .slide-in {
    font-size: 3.5em;
    text-align: center;
  }

  .image-2 {
    bottom: -9.5em;
  }

  .text--middle {
    font-size: 4.2em;
  }

  .image-4 {
    height: auto;
  }

  .image-5 {
    height: auto;
  }

  .image-6 {
    height: auto;
  }

  .link-img {
    padding-top: 0.6em;
    font-size: 2.5em;
  }

  .mask {
    overflow: hidden;
  }

  .link-scroll {
    font-size: 2.5em;
  }

  .splide.slider1.pill {
    padding-top: 6em;
    padding-right: 6vw;
  }

  .splide__slide {
    width: 50%;
  }

  .slider-pill_img {
    padding-top: 148%;
  }

  .heading-splide {
    margin-top: 0.7em;
    margin-bottom: 0.3em;
    font-size: 3.5em;
  }

  .footer-text {
    padding-bottom: 0.7em;
    font-size: 2.5em;
  }

  .is--p-title-1 {
    font-size: 2em;
    text-align: left;
  }

  .cursor-wrapper {
    display: none;
  }

  .image-6-copy {
    height: auto;
  }

  .menu_link {
    margin-right: 0em;
    padding: 5px 16px;
  }

  .hamburger_icon {
    width: 7em;
  }

  .container-2 {
    padding: 27px 3em;
  }

  .grid_item--2.is--nav-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid_item--2.is--hamburger {
    display: block;
    width: auto;
  }

  .grid_item--2.is--menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    width: 100%;
    padding: 95px 3.94em 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 87.5%, 0.67);
  }

  .grid-2.is--nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid-2.is--nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu_p {
    font-size: 20px;
  }

  .nav_logo-img {
    width: 52px;
  }

  .div-block-8 {
    display: block;
    width: 100%;
    height: 49.6em;
  }

  .grid_item-2.is--menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    width: 100%;
    padding: 95px 3.94em 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 87.5%, 0.67);
  }

  .menu_p-2 {
    font-size: 20px;
  }

  .nav_logo-img-2 {
    width: 52px;
  }

  .grid_item-nav.is--menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    width: 100%;
    padding: 95px 3.94em 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 87.5%, 0.67);
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .feature-image-mask {
    width: 100vw;
    height: 20vh;
  }

  .feature-image-mask.crawfish {
    max-width: none;
  }

  .feature-image-mask.oyster {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .grid_item.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid_item.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-2 {
    bottom: -8.8em;
  }

  .testimonial-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial {
    padding-right: 0em;
    padding-left: 3.5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .testimonial-content-wrap {
    width: 100%;
    min-height: 0em;
    padding-left: 25px;
  }

  .brackets-1 {
    left: 0%;
    top: 4%;
  }

  .splide.slider1.pill {
    padding-right: 0vw;
  }

  .splide__slide {
    width: 100%;
  }

  .heading-splide {
    margin-top: 0.7em;
    margin-bottom: 0.5em;
    font-size: 7em;
  }

  .footer-text {
    padding-bottom: 0.7em;
    font-size: 2.5em;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-image-mask {
    width: 50vw;
    margin-right: 0px;
  }

  .feature-image-mask.oyster {
    width: 50vw;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-2 {
    font-size: 3em;
  }

  .div-block-11 {
    padding-left: 40px;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .subscribe-form-2 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.is--colored {
    background-color: #ff151b;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.5)), url('../images/katherine-mccormack-j1egA73qp7c-unsplash.jpeg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .section.hero {
    height: auto;
    min-height: 40vh;
  }

  .container.is--no-padding {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .container.is--full-page {
    padding-top: 15em;
    padding-bottom: 15em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 48, 0.75)), to(rgba(2, 0, 48, 0.75))), url('../images/Crab.svg');
    background-image: linear-gradient(180deg, rgba(2, 0, 48, 0.75), rgba(2, 0, 48, 0.75)), url('../images/Crab.svg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .container.is--navbar {
    padding-right: 0em;
    padding-left: 0em;
  }

  .container.hero {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .container.box-sub {
    padding-top: 4vh;
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid.is--margin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid_item.is--image1 {
    display: none;
    padding-bottom: 0em;
  }

  .grid_item.is--text-middle {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .grid_item.is--grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 30vh;
  }

  .grid_item.is--grid-2 {
    width: 40%;
  }

  .grid_item.is--grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 30vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid_item.is--horizontal {
    padding-bottom: 10em;
  }

  .grid_item.is--footer-1 {
    width: 100%;
    padding-bottom: 5em;
  }

  .grid_item.is--footer-2 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item.is--footer-3 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .div {
    padding-top: 26em;
    padding-right: 10%;
    padding-left: 10%;
  }

  .image-2 {
    bottom: -6.9em;
  }

  .text--middle.fade-up3.tricks {
    font-size: 8em;
  }

  .div-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h-colorized {
    font-size: 7em;
  }

  .div-img-right {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-slider {
    background-color: #000127;
  }

  .testimonial-columns {
    overflow: visible;
  }

  .testimonial-content-wrap {
    position: static;
    overflow: visible;
    min-height: 35em;
    padding: 15px;
  }

  .slider-arrow-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-content-block {
    max-width: 80em;
  }

  .testimonial-paragraph {
    font-size: 3em;
  }

  .mask {
    overflow: visible;
  }

  .is--white {
    font-size: 8em;
  }

  .is--white._1 {
    display: none;
  }

  .brackets-1 {
    left: -2%;
    top: -1%;
    font-size: 2em;
  }

  .brackets-2 {
    right: 4%;
    bottom: 26%;
    font-size: 2em;
  }

  .slash {
    display: none;
  }

  .testimonial-end-number {
    display: none;
  }

  .link-scroll {
    font-size: 4em;
  }

  .footer-heading {
    font-size: 13em;
  }

  .footer-text {
    border-radius: 0px;
    opacity: 0.64;
    font-size: 3em;
  }

  .heading-8 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 5.3em;
    text-decoration: none;
  }

  .text-span-5 {
    font-size: 1.7em;
    text-decoration: none;
  }

  .div-img2-right {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-img3-right {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-img4-right {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-img5-right {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-img6-right {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid_item--2.is--menu {
    top: -13%;
    display: block;
    height: 100vh;
    background-color: hsla(0, 0%, 87.5%, 0.78);
  }

  .grid-2.is--nav {
    padding-left: 6em;
  }

  .grid-2.is--nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 6em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-container {
    position: static;
    padding: 0em;
    background-color: rgba(22, 4, 39, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdf7f1), to(#fdf7f1));
    background-image: linear-gradient(180deg, #fdf7f1, #fdf7f1);
    opacity: 1;
  }

  .grid_item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid_item-2.is--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid_item-2.is--menu {
    top: -13%;
    display: block;
    background-color: rgba(72, 0, 255, 0.78);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 4, 31, 0.39)), to(rgba(6, 1, 13, 0.7)));
    background-image: linear-gradient(180deg, rgba(16, 4, 31, 0.39), rgba(6, 1, 13, 0.7));
  }

  .menu_p-2 {
    color: #2b2b3f;
  }

  .nav_logo-img-2 {
    width: 17em;
  }

  .nav-final {
    top: auto;
    display: block;
    background-color: rgba(253, 247, 241, 0);
    background-image: none;
  }

  .grid_item-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid_item-nav.is--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid_item-nav.is--menu {
    top: -13%;
    display: none;
    background-color: rgba(253, 247, 241, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdf7f1), color-stop(58%, rgba(253, 247, 241, 0.84)), to(rgba(253, 247, 241, 0)));
    background-image: linear-gradient(180deg, #fdf7f1, rgba(253, 247, 241, 0.84) 58%, rgba(253, 247, 241, 0));
  }

  .link-block {
    text-decoration: none;
  }

  .image-11 {
    max-height: 100%;
    max-width: none;
  }

  .heading-9 {
    padding-left: 0px;
    font-size: 15em;
    line-height: 1;
  }

  .heading-9.under-hero {
    position: relative;
    margin-top: 10vh;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 7em;
  }

  .heading-9.under-hero.in-card {
    padding-top: 0px;
  }

  .heading-9.under-hero.feature-section {
    margin-top: 0vh;
    padding-top: 3vh;
  }

  .grid-3 {
    grid-template-areas: ". ."
      ". ."
      "Area Area"
      "Area Area"
      "Area Area";
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .list-item-2 {
    color: #000127;
    font-size: 5em;
  }

  .list-item-2.base {
    color: #000127;
  }

  .list-item-2.base-list {
    color: #fdf7f1;
    font-size: 5em;
  }

  .list-item-2.base-list.date-avail {
    font-size: 7em;
  }

  .list {
    padding-left: 40px;
    list-style-type: square;
  }

  .text-span-6 {
    font-size: 1em;
  }

  .image-12 {
    padding-right: 0px;
  }

  .gallery {
    padding-top: 0px;
  }

  .centered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-flow: row dense;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-10 {
    font-family: Lovelace, sans-serif;
    color: red;
    font-size: 9em;
  }

  .button {
    display: block;
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: red;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 39, 0.78)), to(rgba(0, 1, 39, 0.78))), url('../images/waves.gif');
    background-image: linear-gradient(180deg, rgba(0, 1, 39, 0.78), rgba(0, 1, 39, 0.78)), url('../images/waves.gif');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    font-family: MegabyteRegula, sans-serif;
    font-size: 10em;
  }

  .button:hover {
    border-style: solid;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 247, 241, 0.28)), to(rgba(253, 247, 241, 0.28))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 39, 0.9)), to(rgba(0, 1, 39, 0.9))), url('../images/waves.gif');
    background-image: linear-gradient(180deg, rgba(253, 247, 241, 0.28), rgba(253, 247, 241, 0.28)), linear-gradient(180deg, rgba(0, 1, 39, 0.9), rgba(0, 1, 39, 0.9)), url('../images/waves.gif');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    color: red;
  }

  .button.special {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .button.special.last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .paragraph {
    margin-bottom: 0px;
    font-family: MegabyteRegula, sans-serif;
    font-size: 4em;
    line-height: 1.3;
  }

  .feature-section {
    display: block;
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fdf7f1;
  }

  .flex-container {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #000127;
  }

  .feature-image-mask {
    width: 100%;
    max-width: none;
    border-radius: 5px;
  }

  .feature-image-mask.crawfish {
    max-width: none;
  }

  .feature-image-mask.oyster {
    width: 100%;
  }

  .feature-image-mask.peach {
    background-image: url('../images/peaches.jpeg');
  }

  .feature-image-mask.onion {
    background-image: url('../images/vidalia-ontions.jpeg');
  }

  .feature-image-mask.gator {
    background-image: url('../images/gator-tail.jpeg');
  }

  .feature-image-mask.boudin {
    background-image: url('../images/boudin.jpeg');
  }

  .feature-image-mask.blueberries {
    background-image: url('../images/blueberries-min.jpeg');
  }

  .feature-image-mask.corn {
    background-image: url('../images/corn-min.jpeg');
  }

  .feature-image-mask.potatoes {
    background-image: url('../images/red-potatoes.jpeg');
  }

  .feature-image-mask.keilbasa {
    background-image: url('../images/keilbasa.jpeg');
  }

  .heading-11 {
    margin-top: 10px;
    color: red;
    font-size: 7em;
  }

  .paragraph-2 {
    padding-left: 0px;
    color: #fdf7f1;
    font-size: 4em;
  }

  .section-2 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .div-block-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-11 {
    padding: 10px 20px;
    border-radius: 5px;
    background-image: url('../images/White-BG3x.png');
    background-position: 95% 10%;
    background-size: 50px;
    background-repeat: no-repeat;
  }

  .div-block-11.extra-pad {
    padding-right: 20px;
  }

  .subscribe-form {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 39, 0.7)), color-stop(97%, #000127)), url('../images/waves.gif');
    background-image: linear-gradient(180deg, rgba(0, 1, 39, 0.7), #000127 97%), url('../images/waves.gif');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .subscribe-form-flex {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subscribe-form-input-wrapper {
    max-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
    margin-bottom: 10px;
    border: 0px none #000;
    border-radius: 5px;
    background-color: rgba(253, 247, 241, 0.29);
    text-align: center;
  }

  .submit-button {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #ca0606;
    font-family: MegabyteRegula, sans-serif;
    font-size: 4em;
  }

  .paragraph-3 {
    font-family: MegabyteRegula, sans-serif;
    color: #fdf7f1;
    font-size: 3em;
  }

  .heading-12 {
    color: red;
  }

  .grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 22px;
    padding-bottom: 40px;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    color: #fdf7f1;
  }

  .grid-6.special {
    position: static;
    background-image: none;
  }

  .grid-6.base {
    padding-top: 0px;
    background-color: #fdf7f1;
  }

  .div-block-12 {
    width: 110%;
    height: 30vh;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 5px;
    background-image: url('../images/White-BG1.5x.png'), url('../images/shrimp-bbq-min.jpeg');
    background-position: 8% 95%, 50% 50%;
    background-size: 70px, cover;
    background-repeat: no-repeat, repeat;
  }

  .div-block-12.special.hero {
    background-image: url('../images/White-BG3x.png'), url('../images/low-country-boil-min.jpeg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/White-BG3x.png'), url('../images/low-country-boil-min.jpeg'), linear-gradient(180deg, transparent, transparent);
    background-position: 100% 100%, 95% 95%, 0px 0px;
    background-size: 50px, cover, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }

  .text-span-7.month {
    line-height: 3em;
  }

  .text-span-9 {
    font-size: 0.4em;
  }

  .text-span-10 {
    font-size: 0.7em;
  }

  .text-span-11 {
    line-height: 0.9em;
  }

  .extra {
    font-size: 1.4em;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .link-block-3 {
    text-decoration: none;
  }

  .heading-13 {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 13em;
  }

  .section-4 {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 247, 241, 0.86)), to(rgba(253, 247, 241, 0.86))), url('../images/Crab.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 247, 241, 0.79)), to(rgba(253, 247, 241, 0.79))), url('../images/seafood-ice.jpeg');
    background-image: linear-gradient(180deg, rgba(253, 247, 241, 0.86), rgba(253, 247, 241, 0.86)), url('../images/Crab.svg'), linear-gradient(180deg, rgba(253, 247, 241, 0.79), rgba(253, 247, 241, 0.79)), url('../images/seafood-ice.jpeg');
    background-position: 0px 0px, 100% 30%, 0px 0px, 50% 36%;
    background-size: auto, auto 30vh, auto, cover;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
  }

  .image-13 {
    max-width: 40%;
  }

  .call-to-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .centered-container-2 {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .heading-14 {
    font-size: 12em;
    line-height: 1em;
  }

  .paragraph-4 {
    font-size: 5em;
  }

  .order {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 7em;
    text-align: center;
  }

  .subscribe-form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: url('../images/Crab.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 39, 0.98)), to(rgba(0, 1, 39, 0.98)));
    background-image: url('../images/Crab.svg'), linear-gradient(180deg, rgba(0, 1, 39, 0.98), rgba(0, 1, 39, 0.98));
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .centered-container-3 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale3d(1, 1, 2);
    transform: scale3d(1, 1, 2);
    text-align: left;
    cursor: default;
  }

  .subscribe-form-flex-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subscribe-form-input-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .subscribe-form-input-2 {
    display: inline;
    width: 100%;
    text-align: center;
  }

  .heading-15 {
    font-size: 10em;
    text-align: center;
  }

  .paragraph-5 {
    font-size: 5em;
    line-height: 1.3em;
    text-align: center;
  }

  .submit-button-2 {
    width: 100%;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 5em;
  }

  .image-15 {
    position: relative;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .text-span-12 {
    font-size: 8em;
  }
}

#w-node-_1cd7ea6a-17ff-97a4-f687-1b314596aca2-64ff99b7 {
  -ms-grid-row: span 5;
  grid-row-start: span 5;
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#special.w-node-af11bb5a-6419-279d-ff34-91caa4341691-64ff99b7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1cd7ea6a-17ff-97a4-f687-1b314596aca8-64ff99b7 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1cd7ea6a-17ff-97a4-f687-1b314596acaa-64ff99b7 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6427c8be-8651-e909-025f-40edb5b5cd8a-64ff99b7 {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c6c40939-3200-6dd8-2013-7b83a6c72e80-64ff99b7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c372a7d5-1006-31f2-0a2e-b7b97105a63c-64ff99b7 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ceff131-7100-d12e-4929-6440116c0552-64ff99b7 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1cd7ea6a-17ff-97a4-f687-1b314596aca2-d59f41e2 {
  -ms-grid-row: span 5;
  grid-row-start: span 5;
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#special.w-node-af11bb5a-6419-279d-ff34-91caa4341691-d59f41e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1cd7ea6a-17ff-97a4-f687-1b314596aca8-d59f41e2 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_06953b4b-0925-d2d3-f0a6-117a26ce3d68-d59f41e2 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-_1cd7ea6a-17ff-97a4-f687-1b314596acaa-d59f41e2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_1cd7ea6a-17ff-97a4-f687-1b314596aca2-64ff99b7 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #special.w-node-af11bb5a-6419-279d-ff34-91caa4341691-64ff99b7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1cd7ea6a-17ff-97a4-f687-1b314596aca8-64ff99b7 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1cd7ea6a-17ff-97a4-f687-1b314596acaa-64ff99b7 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6427c8be-8651-e909-025f-40edb5b5cd8a-64ff99b7 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c6c40939-3200-6dd8-2013-7b83a6c72e80-64ff99b7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c372a7d5-1006-31f2-0a2e-b7b97105a63c-64ff99b7 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6ceff131-7100-d12e-4929-6440116c0552-64ff99b7 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1cd7ea6a-17ff-97a4-f687-1b314596aca2-d59f41e2 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #special.w-node-af11bb5a-6419-279d-ff34-91caa4341691-d59f41e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1cd7ea6a-17ff-97a4-f687-1b314596aca8-d59f41e2 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1cd7ea6a-17ff-97a4-f687-1b314596acaa-d59f41e2 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/Lovelace-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/Lovelace-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts erotique text';
  src: url('../fonts/Zetafonts---Erotique-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MegabyteRegula';
  src: url('../fonts/MegabyteRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}