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

@font-face {
  font-family: Halohandletter;
  src: url('../fonts/HaloHandletter.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --medium-sea-green: #5ab963;
  --white: white;
  --dark-slate-blue: #365685;
  --dark-grey: #b3b3b3;
  --bg-grey: #fafafa;
  --dim-grey: #727272;
  --black-2: #000000c7;
  --yellow-green-2: #8ac926;
  --medium-orchid: #b761cc;
  --dark-grey-2: #999;
  --black: black;
  --sea-green: #48944f;
  --dark-orchid: #ad22cf;
  --dark-orchid-2: #9435ac;
  --midnight-blue: #16253b;
  --dark-slate-grey: #3f3f3f;
  --yellow-green: #a3ca64;
  --white-smoke: #f3f3f3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 9999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-image: url('../images/back-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 450px;
  margin-top: 0;
  padding: 0 30px;
  display: flex;
}

.navigation-logo {
  margin-bottom: 35px;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
  display: none;
}

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
  display: none;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: none;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 64px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #999;
  font-weight: 300;
}

.button {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  color: var(--white);
  background-color: #ffffff45;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  justify-content: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 106px 0 120px;
  display: flex;
}

.h2 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  text-align: left;
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
  margin-bottom: 25px;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  flex-direction: column;
  justify-content: space-between;
  height: 470px;
  padding: 29px 23px 0;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 600px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/Food-11.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.slide-nav {
  font-size: 6px;
}

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

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

.slide-2 {
  background-image: url('../images/Food-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Food-19.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 72px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  color: var(--dim-grey);
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--dark-slate-blue);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: var(--white);
  background-image: url('../images/olive-oil.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 32px 30px;
  display: flex;
}

.footer-column {
  width: 60%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.text-footer-credits {
  color: var(--white);
  margin-top: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  width: 20%;
  padding-right: 50px;
  display: flex;
}

.footer-links-list.more-space {
  width: 40%;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 15px;
  display: block;
}

.footer-social {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--medium-sea-green);
  background-image: url('../images/olive-oil.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-5.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 38px 30px;
  display: flex;
}

.premium-banner-inner {
  opacity: 1;
  background-color: #365685bf;
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 155px 63px;
  display: flex;
}

.contact-intro._2 {
  flex-flow: column;
}

.contact-info {
  width: auto;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 53px;
}

.contact-info-row {
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
  margin-bottom: 17px;
}

.contact-info-text._100 {
  flex-direction: column;
  width: auto;
  font-family: Libre Franklin, sans-serif;
  display: block;
}

.form-input {
  width: 40%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black-2);
  margin-left: 12px;
  margin-right: 12px;
  padding: 3px 6px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.nav-link:hover {
  color: var(--medium-sea-green);
  border-bottom: 1px solid #9201a5;
}

.nav-link:visited {
  color: var(--medium-sea-green);
}

.nav-link.w--current {
  color: var(--black-2);
}

.nav-link.w--current:hover, .nav-link.w--current:visited {
  color: var(--medium-sea-green);
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.html-embed-3 {
  margin-top: 0;
  display: block;
}

.bold-text {
  opacity: .71;
}

.bold-text-2 {
  color: var(--dim-grey);
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.bold-text-2.red-text {
  color: #da0000;
}

.heading {
  font-size: 24px;
  font-weight: 400;
}

.bold-text-3 {
  color: var(--dark-grey-2);
  font-size: 18px;
  font-weight: 300;
}

.image-3 {
  margin-bottom: 29px;
}

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

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

.menu_links_wrap {
  flex-direction: column;
  margin-top: 19px;
  display: flex;
}

.menu_item_name {
  color: #fff;
  letter-spacing: 1px;
  font-family: PT Serif, serif;
}

.wrapper {
  z-index: 1;
  width: 100vw;
  max-width: 1400px;
  position: relative;
}

.wrapper.menu_wrapper {
  flex-direction: row;
  display: flex;
}

.menu_category_heading {
  color: #1776eb;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 9px;
  padding: 7px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.highlight_description_contain {
  background-color: #ffffff0d;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.highlight_description_contain.grow_if_possible {
  background-color: #ffffff0d;
  flex: 1;
}

.name_and_price_wrap {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.menu_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-top: 14px;
}

.menu_nav_link {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.menu_nav_link.w--current {
  color: #1776eb;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: underline;
}

.menu_category_wrapper {
  background-color: #061627;
  margin-top: 40px;
  padding: 30px;
}

.menu_item {
  margin-bottom: 19px;
}

.menu_highlight_image {
  background-image: url('../images/Caesar-Salad.jpg');
  background-position: 50%;
  background-size: cover;
}

.menu_highlight_image._60_percent {
  background-image: url('../images/Poutine.jpg');
  width: 60%;
}

.menu_highlight_image._60_percent.starters_image {
  background-image: url('../images/Calamari.jpg');
}

.menu_highlight_image._60_percent.dips {
  background-image: url('../images/Tzatziki.jpg');
}

.menu_highlight_image._60_percent.fromthesea {
  background-image: url('../images/Salmon-.jpg');
}

.menu_highlight_image._60_percent.breakfast {
  background-image: url('../images/Ham-and-Cheese.jpg');
}

.menu_highlight_image._60_percent.burger {
  background-image: url('../images/Chicken-Burger-.jpg');
}

.menu_highlight_image._60_percent.pizzas {
  background-image: url('../images/Hunters-Deluxe-Pizza-.jpg');
}

.menu_highlight_image._60_percent.catering {
  background-image: url('../images/Catering-chciken-Roasted-Leg.jpg');
}

.menu_highlight_image._60_percent.soups {
  background-image: url('../images/Navy-Bean-Soup.jpg');
}

.menu_highlight_image._60_percent.eggs {
  background-image: url('../images/1431730431340.jpg');
}

.menu_highlight_image.sides-image {
  background-image: url('../images/Poutine.jpg');
}

.menu_highlight_image.poikilia {
  background-image: url('../images/Lamb-Souvlaki-Dinner.jpg');
}

.menu_highlight_image.sandwiches {
  background-image: url('../images/Classic-Club-.jpg');
}

.menu_highlight_image.pasta {
  background-image: url('../images/Tri-Color-Tortellini-.jpg');
}

.section {
  z-index: 1;
  background-color: #0a1c30;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  padding: 202px 6% 99px;
  line-height: 28px;
  display: flex;
  position: static;
}

.section.menu-section {
  background-color: #0a1c30;
  padding-top: 153px;
}

.section.press_section {
  background-color: #0a1c30;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0%;
}

.h1-2 {
  color: #fff;
  margin-bottom: 23px;
  font-family: PT Serif, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}

.menu_item_description {
  color: #acacac;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.menu_item_description.max_w_400px {
  max-width: 300px;
}

.menu_contain {
  width: 80%;
  max-width: none;
  padding-top: 0;
}

.menu_nav {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
  position: static;
  top: 40px;
  bottom: 40px;
}

.menu_item_highlight_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  min-height: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.menu_item_highlight_grid.reverse_layout {
  flex-direction: row-reverse;
  margin-bottom: 65px;
  display: flex;
}

.menu_nav_sticky {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 90px;
  bottom: 0;
}

.menu_price {
  color: #1776eb;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.menu_price.hidden {
  display: none;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-6 {
  color: var(--dark-grey-2);
  font-weight: 300;
}

.image_block {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/Food-15.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.centered_wrap {
  z-index: 1;
  text-align: center;
  position: relative;
}

.heading-2 {
  color: #fff;
  font-family: PT Serif, serif;
}

.overlay {
  background-color: #1a1a1a4a;
  position: static;
  inset: 0%;
}

.articles_and_events_block {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30%;
  height: 100vh;
  max-height: none;
  padding-top: 115px;
  padding-left: 40px;
  padding-right: 6%;
  display: flex;
  position: static;
  top: 50px;
  overflow: auto;
}

.lightbox-link-2 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 59px;
  position: relative;
}

.lightbox-link-3 {
  margin-bottom: 46px;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Food-15.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Food-24.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.image-5 {
  max-width: none;
}

.text-block-2 {
  color: var(--dark-grey-2);
  margin-bottom: 31px;
  font-family: Libre Franklin, sans-serif;
}

.bold-text-7 {
  font-size: 16px;
  font-weight: 400;
}

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

.image-6 {
  display: block;
}

.link-block {
  width: auto;
  margin-bottom: 28px;
  display: block;
}

.heading-3 {
  color: var(--white);
}

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

.link-6 {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  text-decoration: none;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 7px;
  padding-left: 0;
  display: flex;
  position: relative;
  left: 0;
}

.column {
  text-align: left;
  height: 600px;
  top: -191px;
}

.column-2 {
  top: -68px;
  left: -172px;
}

.paragraph-2 {
  color: var(--white);
  width: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2.green-colour {
  color: var(--sea-green);
  width: 400px;
}

.heading-4 {
  color: var(--sea-green);
  font-family: Great Vibes, cursive;
  font-size: 42px;
}

.heading-4._2 {
  font-size: 72px;
}

.image-8 {
  margin-left: 112px;
  margin-right: 26px;
}

.image-9 {
  margin-bottom: 28px;
}

.column-3 {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: -182px;
}

.columns {
  width: 80%;
  margin-bottom: -128px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  align-self: stretch;
  height: 300px;
  padding-top: 64px;
  padding-left: 153px;
}

.paragraph-3 {
  width: 460px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-3._2 {
  margin-top: 18px;
  font-size: 32px;
  line-height: 40px;
}

.mask {
  position: static;
}

.section-2 {
  text-align: center;
  background-image: url('../images/food_olive_oil_036116_.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.heading-5 {
  color: var(--white);
  font-family: Great Vibes, cursive;
  font-size: 48px;
}

.section-3 {
  background-image: url('../images/green-back.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.div-block {
  position: relative;
  left: -181px;
}

.image-10 {
  position: relative;
  left: 0;
}

.heading-6 {
  color: var(--white);
  font-family: Great Vibes, cursive;
  font-size: 42px;
}

.heading-6.green-colour {
  color: var(--sea-green);
  margin-bottom: 25px;
}

.column-4 {
  position: static;
}

.columns-3 {
  align-items: center;
  width: 70%;
  display: flex;
}

.image-11 {
  max-width: none;
  padding-top: 34px;
  padding-right: 44px;
}

.column-5 {
  padding-left: 0;
  position: static;
}

.column-6 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-7 {
  position: static;
}

.image-12 {
  margin-right: 23px;
  display: block;
}

.columns-4 {
  align-items: center;
  margin-top: 153px;
  display: flex;
  position: relative;
}

.columns-4.logod-left-aligned {
  left: 161px;
}

.section-4 {
  background-image: url('../images/green-light-back.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.column-8 {
  order: 1;
  left: -83px;
}

.paragraph-4 {
  color: var(--white);
  font-family: Exo, sans-serif;
}

.section-5 {
  background-image: url('../images/back-3.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  padding-right: 160px;
  display: flex;
}

.heading-7 {
  color: var(--dark-orchid);
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 48px;
}

.section-6 {
  background-color: var(--medium-orchid);
  padding-top: 36px;
  padding-bottom: 36px;
  transition: all .475s;
}

.column-9 {
  display: block;
}

.columns-5 {
  justify-content: center;
  margin-bottom: 72px;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  margin-bottom: 73px;
  font-size: 18px;
}

.bold-text-8 {
  color: var(--black);
  font-size: 28px;
}

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

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

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 29px;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-block-2 {
  margin-bottom: 20px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-1 {
  filter: grayscale();
  margin-bottom: 17px;
}

.logo-1:hover {
  filter: saturate(200%);
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  margin-bottom: 20px;
}

.paragraph-5 {
  color: var(--black);
  font-size: 12px;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}

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

.link-7:hover {
  color: var(--medium-sea-green);
}

.heading-8 {
  margin-bottom: 32px;
  font-family: Droid Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.bold-text-9 {
  color: var(--dark-orchid-2);
}

.field-label {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.text-field-2 {
  font-family: Exo, sans-serif;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  margin-top: 40px;
  display: grid;
}

.form-block {
  display: none;
}

.form-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  margin-bottom: 77px;
  display: flex;
}

.field-label-2 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field-3 {
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.submit-button {
  border: 1px solid var(--dark-orchid);
  color: var(--dark-orchid-2);
  letter-spacing: 2px;
  background-color: #3898ec00;
  border-radius: 2px;
  width: 130px;
  margin-top: 23px;
  line-height: 14px;
  transition: all .5s;
}

.submit-button:hover {
  border-color: var(--yellow-green-2);
  background-color: var(--yellow-green-2);
  color: var(--white);
}

.section-7 {
  background-color: var(--dark-orchid-2);
  color: var(--white);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.heading-9 {
  font-family: Exo, sans-serif;
}

.column-11 {
  background-color: #f3f3f300;
  flex-direction: column;
  align-items: center;
  height: 700px;
  display: flex;
}

.bold-text-10 {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.bold-text-11 {
  color: var(--sea-green);
  font-weight: 500;
}

.text-block-5 {
  background-color: var(--sea-green);
  margin-bottom: 23px;
  padding: 0 44px;
  font-size: 20px;
}

.paragraph-6 {
  font-family: Exo, sans-serif;
}

.div-block-3 {
  background-color: var(--bg-grey);
  flex-direction: column;
  align-items: center;
  height: 100vh;
  padding: 36px 41px;
  display: flex;
}

.image-13 {
  margin-bottom: 41px;
}

.heading-10 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Exo, sans-serif;
  font-size: 22px;
}

.form {
  width: 100%;
}

.section-8 {
  flex-flow: column wrap;
  align-items: center;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.italic-text {
  color: var(--dark-orchid-2);
  font-size: 16px;
  font-weight: 500;
}

.text-block-6 {
  font-family: Exo, sans-serif;
}

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

.utility-page-wrap {
  opacity: 1;
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/back-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-7 {
  margin-bottom: 37px;
}

.button-2 {
  background-color: var(--medium-sea-green);
  margin-bottom: 31px;
}

.image-14 {
  display: block;
}

.link-8 {
  color: var(--dark-orchid);
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
}

.link-8:hover {
  color: var(--sea-green);
}

.columns-6 {
  width: 850px;
}

.link-9 {
  color: var(--yellow-green-2);
  font-weight: 600;
  text-decoration: none;
}

.div-block-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

._2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  img {
    max-width: 60%;
  }

  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .paragraph.cc-gray {
    font-family: Libre Franklin, sans-serif;
    font-size: 16px;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2.cc-center {
    line-height: 32px;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .text-span {
    font-size: 22px;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .footer-column {
    flex-direction: column;
    width: 40%;
  }

  .footer-column.cc-footer {
    width: 50%;
  }

  .footer-links-list, .footer-links-list.more-space {
    width: auto;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner {
    padding-top: 121px;
    padding-bottom: 86px;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    opacity: 1;
    text-align: center;
    background-color: #b761ccf2;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    margin-bottom: 27px;
    display: flex;
  }

  .nav-link.w--current {
    align-items: stretch;
  }

  .nav-link.w--current:active {
    color: var(--yellow-green-2);
  }

  .icon-2 {
    color: var(--medium-sea-green);
    font-size: 32px;
    transition: all .5s;
  }

  .icon-2:hover {
    color: var(--medium-orchid);
  }

  .menu-button:active, .menu-button.w--open {
    background-color: #36568500;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .menu_links_wrap {
    text-align: left;
    column-count: 2;
    flex-direction: column;
    width: 96%;
    padding-right: 3px;
    line-height: 38px;
    display: block;
  }

  .wrapper.menu_wrapper {
    flex-direction: column;
    padding-top: 12px;
  }

  .highlight_description_contain {
    padding: 30px;
  }

  .menu_nav_link {
    margin: 12px 24px 0 0;
    font-weight: 400;
    display: block;
  }

  .menu_nav_link.w--current {
    margin: 12px 24px 0 0;
  }

  .section {
    padding: 55px 5%;
  }

  .h1-2 {
    text-align: left;
    max-width: 500px;
    font-size: 36px;
    line-height: 48px;
  }

  .menu_item_description, .menu_item_description.max_w_400px {
    font-weight: 400;
  }

  .menu_contain {
    width: 100%;
  }

  .menu_nav {
    background-color: #02001b;
    border-bottom: 1px solid #fff3;
    flex-direction: row;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding-top: 0;
    padding-left: 16px;
    display: flex;
    position: static;
    top: 80px;
  }

  .menu_nav_sticky {
    text-align: left;
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    width: 90vw;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 0;
    display: block;
    position: static;
    top: 40px;
  }

  .articles_and_events_block {
    padding-left: 30px;
    padding-right: 4%;
  }

  .link-6 {
    padding: 9px 29px;
  }

  .container-2 {
    left: -159px;
  }

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

  .column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-bottom: 21px;
    display: flex;
    top: -96px;
  }

  .column-2 {
    top: -78px;
    left: 0;
  }

  .column-3 {
    top: -82px;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 74px;
    padding-right: 74px;
    display: flex;
  }

  .columns-2 {
    padding-top: 98px;
    padding-left: 77px;
    padding-right: 77px;
  }

  .section-2 {
    height: 350px;
  }

  .section-3 {
    align-items: center;
    height: 500px;
  }

  .heading-6, .heading-6.green-colour {
    font-size: 34px;
  }

  .columns-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
    display: block;
  }

  .image-11 {
    width: 120%;
  }

  .image-11.bigger {
    width: 155%;
    padding-right: 0;
  }

  .columns-4 {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .columns-4.logod-left-aligned {
    margin-top: 19px;
    left: 1px;
  }

  .section-4 {
    align-items: center;
    height: 500px;
  }

  .column-8 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
    left: -51px;
  }

  .section-5 {
    background-position: -60% 48%;
    background-size: 96%;
    height: 350px;
    padding-right: 34px;
  }

  .heading-7 {
    font-size: 38px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .div-block-2 {
    align-items: flex-start;
  }

  .contact-form-grid {
    width: 500px;
  }

  .form-block-2 {
    width: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    z-index: 12;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-8 {
    align-items: stretch;
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-container {
    height: auto;
  }

  .header {
    height: 350px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta {
    flex-wrap: wrap;
  }

  .container.cc-footer {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-bottom {
    max-width: none;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .row.cc-bottom {
    margin-top: 13px;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .menu_links_wrap {
    column-count: 2;
    flex-wrap: wrap;
    width: 100%;
    display: block;
  }

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

  .highlight_description_contain {
    height: 30%;
    padding: 29px;
  }

  .highlight_description_contain.grow_if_possible {
    flex: 0 auto;
    height: auto;
  }

  .menu_grid {
    flex-flow: wrap;
    display: flex;
  }

  .menu_nav_link {
    column-count: 2;
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    width: auto;
    margin-top: 19px;
    margin-left: 10px;
    margin-right: 24px;
    display: flex;
  }

  .menu_nav_link.w--current {
    width: 16.66%;
    margin-left: 10px;
    margin-right: 0;
  }

  .menu_nav_link.mains_link.w--current {
    width: 16.66%;
  }

  .menu_item {
    width: 50%;
    margin-bottom: 30px;
    padding-right: 30px;
  }

  .menu_item.highlight {
    width: 100%;
  }

  .menu_highlight_image {
    flex: 1;
  }

  .menu_highlight_image._60_percent.starters_image {
    flex: 0 auto;
    width: 100%;
    height: 250px;
  }

  .section {
    padding: 40px 4%;
  }

  .section.press_section {
    flex-direction: column;
  }

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

  .menu_nav {
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-left: 0;
    top: 60px;
  }

  .menu_item_highlight_grid {
    flex-direction: column;
    min-height: 400px;
    display: flex;
  }

  .menu_item_highlight_grid.reverse_layout {
    flex-direction: column-reverse;
  }

  .menu_nav_sticky {
    flex-flow: column wrap;
    align-items: flex-start;
    width: 100%;
  }

  .image_block {
    width: 100%;
    height: 350px;
  }

  .articles_and_events_block {
    flex: 0 auto;
    width: 100%;
    height: auto;
    padding-left: 4%;
    overflow: visible;
  }

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

  .image-5 {
    width: 100%;
  }

  .container-2 {
    left: -51px;
  }

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

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

  .paragraph-2.green-colour {
    width: auto;
    line-height: 18px;
  }

  .column-3 {
    top: -2px;
  }

  .columns {
    padding-left: 22px;
    padding-right: 22px;
  }

  .columns-2 {
    height: 450px;
    padding-left: 51px;
  }

  .section-2 {
    height: 250px;
  }

  .section-3 {
    flex-direction: row;
    height: 400px;
  }

  .columns-3 {
    align-self: center;
    padding-left: 17px;
    padding-right: 17px;
  }

  .image-11, .image-11.bigger {
    width: 130%;
  }

  .columns-4 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .columns-4.logod-left-aligned {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .section-4 {
    height: 400px;
  }

  .paragraph-4 {
    line-height: 18px;
  }

  .section-5 {
    height: 250px;
  }

  .section-6 {
    padding-left: 45px;
    padding-right: 45px;
  }

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

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .div-block-2 {
    border-bottom: 1px solid var(--white);
  }

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

  .column-11 {
    height: auto;
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .div-block-3 {
    justify-content: center;
    height: auto;
    margin-bottom: 2px;
    padding: 35px 39px;
  }

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

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    height: 300px;
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .features {
    flex-direction: row;
    display: block;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .menu_links_wrap {
    padding-right: 0;
    display: flex;
  }

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

  .highlight_description_contain {
    padding: 20px;
  }

  .menu_nav_link {
    width: 50%;
    margin-left: 0;
    margin-right: 11px;
    line-height: 22px;
  }

  .menu_nav_link.w--current {
    width: 50%;
    margin-left: 0;
    margin-right: 9px;
  }

  .menu_nav_link.mains_link {
    margin-left: 0;
    margin-right: 9px;
  }

  .menu_item {
    width: 100%;
    padding-right: 4px;
  }

  .menu_highlight_image._60_percent.starters_image {
    height: 200px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1-2 {
    max-width: none;
    font-size: 30px;
    line-height: 38px;
  }

  .menu_item_description.max_w_400px {
    max-width: none;
  }

  .menu_nav {
    top: 50px;
  }

  .articles_and_events_block {
    flex: 0 auto;
    height: auto;
  }

  .image-5 {
    width: 90%;
    display: block;
  }

  .container-2 {
    left: -4px;
  }

  .column {
    flex-direction: column;
    justify-content: center;
  }

  .heading-4 {
    font-size: 32px;
  }

  .image-9 {
    max-width: 110%;
  }

  .columns-2 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .paragraph-3 {
    width: auto;
  }

  .section-2 {
    background-position: 50%;
    height: 200px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .section-3 {
    background-position: 50% 0;
    flex-direction: row;
    height: auto;
  }

  .columns-3 {
    flex-direction: column;
    align-self: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
  }

  .image-11 {
    width: 100%;
    padding-top: 0;
  }

  .section-4 {
    background-position: 50% 0;
    height: auto;
  }

  .section-5 {
    height: 200px;
  }

  .heading-7 {
    font-size: 18px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .bold-text-9 {
    text-align: left;
    font-size: 22px;
  }

  .contact-form-grid {
    width: 250px;
  }

  .section-7 {
    padding-left: 57px;
    padding-right: 57px;
  }

  .div-block-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-8 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .text-block-6 {
    padding-right: 16px;
  }

  .column-13 {
    margin-bottom: 29px;
    padding-left: 0;
  }
}

#w-node-bcaa7c63-149a-d6fc-ea3c-1c3824ce3407-18814c11, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a56-e5d6a575, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a56-f35cd3a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-daf8577d-bda3-657a-9ddb-a3659f0d683c-a8d6a572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-daf8577d-bda3-657a-9ddb-a3659f0d6843-a8d6a572, #w-node-_2a519844-5073-b335-46e7-069dcb86580a-a8d6a572, #w-node-_98c42bc6-b0a5-55c6-87ad-dda8324bd9c1-a8d6a572, #w-node-d69d2b16-46fc-5eb4-f979-a903831da539-a8d6a572, #w-node-_117ef109-0a6e-539a-fac2-376a4ba26108-a8d6a572 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-daf8577d-bda3-657a-9ddb-a3659f0d6830-a8d6a572, #w-node-daf8577d-bda3-657a-9ddb-a3659f0d6837-a8d6a572, #w-node-daf8577d-bda3-657a-9ddb-a3659f0d683e-a8d6a572, #w-node-_2a519844-5073-b335-46e7-069dcb865805-a8d6a572, #w-node-_98c42bc6-b0a5-55c6-87ad-dda8324bd9bd-a8d6a572, #w-node-d69d2b16-46fc-5eb4-f979-a903831da535-a8d6a572, #w-node-_117ef109-0a6e-539a-fac2-376a4ba26104-a8d6a572 {
    grid-column: span 1 / span 1;
  }

  #w-node-bcaa7c63-149a-d6fc-ea3c-1c3824ce33f7-18814c11, #w-node-_9f4d2a9d-5cae-6903-c0e3-683deed2b527-18814c11, #w-node-_29dbfbf7-f256-29da-0be5-f82199ae0f6a-18814c11, #w-node-bcaa7c63-149a-d6fc-ea3c-1c3824ce33fb-18814c11, #w-node-bcaa7c63-149a-d6fc-ea3c-1c3824ce33ff-18814c11, #w-node-e997a258-4847-2822-2d5d-3d868467c8e6-18814c11, #w-node-bcaa7c63-149a-d6fc-ea3c-1c3824ce3403-18814c11, #w-node-_6aeea2e9-8663-8677-41e2-fe9c35737030-18814c11, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a36-e5d6a575, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a3e-e5d6a575, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a46-e5d6a575, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a3a-e5d6a575, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a4e-e5d6a575, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a42-e5d6a575, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a4a-e5d6a575, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a52-e5d6a575, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a36-f35cd3a3, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a3e-f35cd3a3, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a46-f35cd3a3, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a3a-f35cd3a3, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a4e-f35cd3a3, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a42-f35cd3a3, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a4a-f35cd3a3, #w-node-_66a11d90-e328-7cc7-41fc-2679ac688a52-f35cd3a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Jrhand';
  src: url('../fonts/Jrhand.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halohandletter';
  src: url('../fonts/HaloHandletter.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}