@font-face {
  font-family: Cormorant;
  src: url('../fonts/Cormorant-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

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

:root {
  --medium-sea-green: #5ab963;
  --bg-grey: #fafafa;
  --black: #000000ed;
  --transp: #01653700;
  --white: white;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --sea-green: var(--green);
  --green: var(--medium-sea-green);
  --heading: var(--green);
}

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

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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  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: 100;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.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: linear-gradient(#0000 22%, #000000b8 60%, #000 96%), url('../images/Slide-Three2x.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0 30px 50px 100px;
  display: flex;
}

.header.one {
  background-image: linear-gradient(#0000 36%, #00000085 54%, #000), url('../images/Slide-one2x.avif');
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 494px;
  padding-bottom: 60px;
  padding-left: 100px;
}

.header.two {
  background-image: linear-gradient(#0000 21%, #000 93%), url('../images/Slide-Two2x.avif');
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-top: 0;
  padding-left: 100px;
}

.header._1 {
  background-image: linear-gradient(#0000 18%, #000 93%), url('../images/Slide-one2x.avif');
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-top: 0;
  padding-bottom: 52px;
}

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

.navigation-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

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

.navigation-button.left {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.header-content {
  perspective: 2000px;
  text-align: left;
  width: auto;
  max-width: 60%;
  position: relative;
  bottom: 35px;
}

.h1 {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  text-transform: capitalize;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

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

.h1._2 {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 500;
}

.h1._2._3 {
  text-align: center;
}

.paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph.cc-gray {
  color: #818080;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.cc-gray.centre {
  text-align: center;
  text-transform: none;
  width: 60%;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.cc-gray.n {
  text-align: center;
}

.paragraph.cc-gray.address {
  margin-top: 0;
}

.button {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #016536;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.button:hover {
  background-color: #016536;
}

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

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

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

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

.button.menu {
  cursor: pointer;
}

.container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  margin-top: 90px;
  display: flex;
  position: relative;
}

.container.cc-center {
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-top: 0;
  display: flex;
}

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

.container.cc-cta._1 {
  justify-content: center;
  align-items: center;
}

.container.cc-cta._1._2 {
  margin-top: 0;
}

.container.cc-footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  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;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.container.r {
  background-image: linear-gradient(9deg, #000, #fff0 44%);
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 39px;
  margin-bottom: -32px;
  padding-left: 30px;
  display: block;
}

.container.c {
  justify-content: center;
  align-items: flex-end;
}

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

.container.feed {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.container.desktopchef {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
}

.container.mob-chef {
  display: none;
}

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

.h2 {
  color: #016536;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

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

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

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

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

.h2.n {
  margin-bottom: 40px;
  display: block;
}

.h2._2 {
  text-align: left;
  width: 90%;
}

.h2._3 {
  text-align: left;
  width: 100%;
}

.h2-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  display: flex;
}

.h2-container.cc-center {
  text-align: center;
  width: 85%;
  margin-top: 60px;
  margin-bottom: 0;
}

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

.h2-container.side-heading {
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.h2-container.full {
  width: auto;
}

.h2-container.c {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.text-span {
  color: #016536;
  text-align: left;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

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

.text-span.side {
  text-align: left;
  font-size: 40px;
}

.text-span.centre {
  text-align: center;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  width: auto;
  height: 300px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  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: Cormorant, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.h3.cc-cta {
  text-transform: uppercase;
  color: #9c1a1d;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.h3.cc-header {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  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: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 0;
  padding: 60px 0 20px;
  display: flex;
  position: relative;
}

.slider-section.insta._1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider-section.insta._1._2 {
  max-width: none;
}

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

.slide {
  background-image: url('../images/image-slider-01.avif');
  background-position: 50%;
  background-size: cover;
}

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

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

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

.slide-2 {
  background-image: url('../images/image-slider-02.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.avif');
  background-position: 50%;
  background-size: cover;
}

.body {
  background-color: #fff;
}

.about {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  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: #fff;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 0;
  display: flex;
}

.premium.cc-background {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
}

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

._2-row-image.cc-row-spacing {
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

._2-row-image.cc-row-spacing.grid {
  justify-content: center;
  align-items: center;
  margin-right: 60px;
}

._2-row-image.cc-row-reverse.n {
  margin-left: 100px;
}

._2-row-text {
  max-width: 390px;
  margin-left: 40px;
  margin-right: 0;
}

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

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

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

._2-row-text.cc-row-reverse.contact-wrap {
  background-color: #f5f5f5;
  width: 380px;
  margin-left: 0;
  padding: 10px;
}

._2-row-text.full {
  max-width: none;
}

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

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

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

.row.cc-reverse {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
}

.row.grid-row {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

._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: 100px 30px;
  display: flex;
}

.cta-line {
  background-color: #9c1a1d;
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

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

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

.cta-left-top {
  color: #991212;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.footer-column {
  width: auto;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-flow: row;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  margin-right: 40px;
  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: 24px;
  height: 24px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: center;
  align-items: center;
  width: 25%;
  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: 80px;
  height: 80px;
  margin-bottom: 20px;
  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(--black);
  background-image: url('../images/Restaurants-1.avif');
  background-position: 100% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 59px;
  padding: 256px 0 32px;
  display: flex;
}

.header-inner.cc-header-extra {
  background-color: var(--black);
  margin-top: -73px;
  padding-top: 143px;
  padding-bottom: 210px;
}

.header-inner.contact {
  background-image: linear-gradient(270deg, #000, #20202042 86%, #2b2b2b00), url('../images/Contact2x.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  margin-top: 68px;
  padding-top: 138px;
  padding-bottom: 137px;
}

.header-inner-content {
  width: 70%;
  margin-top: 0;
  margin-bottom: 60px;
}

.header-inner-content._1 {
  margin-top: 40px;
}

.header-inner-content.f {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.inner-category._1 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

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

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 550px;
  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: -165px;
  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 30px;
  display: flex;
}

.contact-intro.contact {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.contact-info {
  width: 80%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  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;
}

.form-input {
  width: 50%;
  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 {
  opacity: .8;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

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

.section {
  height: 100vh;
  overflow: hidden;
}

.body-2 {
  background-color: #fff;
}

.scroll-indicator {
  background-color: #717dff;
  border: 2px solid #ccc;
  width: 15px;
  height: 15px;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section-2.expand {
  height: 200vh;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.scroll-details {
  margin-bottom: 0;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-2.sticky {
  max-width: none;
  margin-bottom: 20px;
  position: sticky;
  top: 9%;
  overflow: hidden;
}

.timeline-header {
  color: #5f67ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.c-details {
  margin-bottom: 40px;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.scroll-line.last {
  display: none;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.slider-2 {
  background-color: #ddd0;
  height: 100vh;
  margin-top: 0;
}

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

.slide-nav-2 {
  padding-top: 0;
  font-size: 9px;
  bottom: 0;
}

.tagline {
  color: #9c1a1d;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.tagline.cc-gray {
  color: #999;
}

.tagline.side {
  text-align: left;
  margin-bottom: 0;
}

.image-3 {
  overflow: visible;
}

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

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  width: 302.664px;
  height: 203.664px;
}

.div-block-2 {
  background-image: url('../images/Staters2x.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 303px;
  height: 203px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-3 {
  z-index: 2;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.grid-pic1 {
  z-index: 2;
  opacity: 0;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 59px 20px;
  display: flex;
  position: relative;
}

.grid-pic1:hover {
  opacity: 92;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000003d;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-course {
  cursor: pointer;
  background-image: url('../images/Main-course2x.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.grid-pic2 {
  z-index: 2;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 59px 20px;
  display: flex;
  position: relative;
}

.grid-pic2:hover {
  opacity: 92;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000003d;
}

.deserts {
  cursor: pointer;
  background-image: url('../images/Deserts2x.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.soups {
  cursor: pointer;
  background-image: url('../images/Soups2x.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.kababs {
  cursor: pointer;
  background-image: url('../images/Kababs2x.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.staters {
  cursor: pointer;
  background-image: url('../images/Staters2x.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.bakery {
  cursor: pointer;
  background-image: url('../images/Bakery2x.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-5 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  margin-bottom: 60px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.div-block-6 {
  border-radius: 10px;
  overflow: clip;
}

.image-5 {
  height: 426.375px;
}

.div-block-7 {
  background-image: url('../images/Menu-section2x.avif');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  height: 430px;
  display: flex;
  overflow: clip;
}

.container-4 {
  width: auto;
  margin-left: auto;
  margin-right: 0;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 60px;
  display: flex;
}

.heading-2 {
  color: #fff;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.image-6 {
  width: 40%;
}

.div-block-9 {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.image-7 {
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
}

.image-8 {
  height: auto;
}

.div-block-10 {
  background-image: url('../images/Testimonial2x.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-top: -3px;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.text-block-3 {
  color: #f5f5f5;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.para-white {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  margin-top: 20px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.slider-3 {
  background-color: #ddd0;
  padding-bottom: 3px;
}

.slide-nav-3 {
  font-size: 8px;
  top: 306px;
}

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

.section-3 {
  overflow: hidden;
}

.grid-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
}

.link-block {
  margin-bottom: 10px;
}

.image-9, .image-10, .image-11, .image-12 {
  border-radius: 4px;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 15px;
  position: relative;
}

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

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

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

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

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

.footer-link {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 30px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  line-height: 18px;
  text-decoration: none;
}

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

.footer-link.l {
  margin-right: 0;
}

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

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

.footer-social-link.insta {
  margin-right: 0;
}

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

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.section-hero-new {
  z-index: 1;
  color: #fff;
  background-color: #000;
  background-image: url('../images/About2x.avif');
  background-position: 0%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  min-height: 200px;
  display: flex;
  position: relative;
}

.predicted-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  letter-spacing: 0;
  text-transform: uppercase;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 90px;
  margin-top: 45px;
  padding: 15px 39px;
  font-size: 34px;
  display: flex;
}

.new-hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 100%;
  margin-top: 100px;
  display: grid;
}

.footer-button {
  color: #061c2e;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
  padding: 13px 17px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .325s ease-out;
  display: flex;
}

.footer-button:hover {
  transform: scale(1.03);
}

.footer-button:active {
  transform: scale(.85);
}

.footer-button.main {
  background-color: #0000;
  margin-right: -18px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
}

.footer-button.socials {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 230px;
  padding: 8px;
}

.gifimgright {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 300px;
}

.gifimgright.bottom, .gifimgright.left {
  height: 300px;
}

.gifimgright._2 {
  object-position: 50% 85%;
  height: 270px;
}

.gifimgright.right {
  height: 300px;
  overflow: visible;
}

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

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

.span-larger {
  font-size: 1.6em;
  font-style: italic;
}

.confetti {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
  transform: scale(1.5);
}

.max-width-600px {
  width: 50%;
  max-width: 600px;
}

.head-explode-lottie {
  width: 30%;
  height: 200px;
  position: absolute;
  inset: auto 36% -10% auto;
  transform: rotate(26deg);
}

.timeline-text {
  max-width: 380px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 28px;
}

.bigger-wrapper {
  z-index: 2;
  cursor: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-7.flex-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-7.flex-verticle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.timeline-item {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  display: flex;
  overflow: clip;
}

.timeline-item._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item.left-item, .timeline-item.left-2 {
  text-align: left;
  align-items: flex-start;
}

.thumbs {
  filter: saturate(200%) contrast(73%);
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: relative;
  top: -3px;
  right: -2px;
  transform: scale(2);
}

.thumbs._2 {
  width: 27px;
  height: 27px;
  margin-right: 0;
  position: static;
  transform: none;
}

.predicted-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.projects-wrapper {
  width: 100%;
  margin-top: 178px;
}

.bigger-text-wrapper {
  justify-content: flex-start;
  display: flex;
}

.socials-wrapper {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.fireworks {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.cursor {
  z-index: 10;
  opacity: 0;
  text-align: left;
  mix-blend-mode: difference;
  background-color: #fff;
  border: 2px dotted #000;
  border-radius: 10000px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .6s ease-out;
  position: absolute;
  inset: 0%;
}

.link-2 {
  color: #ee8d32;
}

.you-text {
  display: none;
}

.circle-button-bg {
  letter-spacing: 2px;
  border: 2px solid #ffffff7a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 14px 84px;
  font-size: 4vw;
  display: flex;
  position: absolute;
  inset: 8% 0% 0% 2%;
}

.circle-button-bg._2 {
  top: 18%;
  left: 3%;
}

.circle-button-bg._1 {
  top: 9%;
}

.timeline-month {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 40px;
}

.hide {
  display: none;
}

.portfolio-item {
  flex: none;
  width: 40%;
  margin-right: 1%;
}

.text-3em {
  flex: 0 auto;
  margin: 0 0 3px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
}

.text-3em.larger {
  margin-bottom: -1px;
  margin-right: 0;
  font-size: 7em;
}

.new-section {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-section.full {
  background-color: #062748;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
}

.new-section.full._2 {
  background-color: #000;
}

.new-section.lighter {
  background-color: #062748;
  overflow: hidden;
}

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

.overflow-hiden-div {
  margin-top: 0;
  overflow: hidden;
}

.menu-button-2 {
  color: #ee8d32;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.menu-button-2.contact {
  color: #fff;
  background-color: #ed8c32;
  margin-right: 0;
  padding: 13px 30px;
  transition: background-color .325s ease-out;
  display: block;
}

.menu-button-2.contact:hover {
  background-color: #f9a85d;
}

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

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

.dot {
  z-index: 3;
  background-color: #061c30;
  border: 1px solid #fff;
  border-radius: 2000px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 3% 0% 0% -7px;
}

.dot._9 {
  background-color: #016537;
  top: 96.75%;
}

.dot._1 {
  background-color: #016537;
}

.dot._8 {
  background-color: #016537;
  top: 85.5%;
}

.dot._5 {
  background-color: #016537;
  top: 50.25%;
}

.dot._4 {
  background-color: #016537;
  top: 38.25%;
}

.dot._3 {
  background-color: #016537;
  top: 26.5%;
}

.dot._7 {
  background-color: #036c39;
  top: 73.5%;
}

.dot._6 {
  background-color: #016537;
  top: 62%;
}

.dot._2 {
  background-color: #016537;
  top: 15%;
}

.dot._9 {
  top: 96.75%;
}

.dot._8 {
  top: 85.5%;
}

.dot._5 {
  top: 62%;
}

.dot._4 {
  top: 48%;
}

.dot._3 {
  top: 33%;
}

.dot._7 {
  top: 93%;
}

.dot._6 {
  top: 78%;
}

.dot._2 {
  top: 18%;
}

.portoflio-list-wrapper {
  margin-bottom: 1%;
}

.container-8 {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.container-8.horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-8._2021 {
  background-image: url('../images/About2x.avif');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.container-8._2021._1 {
  background-image: none;
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
}

.timeline-track {
  border: 1px solid #fff;
  border-radius: 1000px;
  flex-direction: column;
  align-items: stretch;
  width: 7px;
  display: flex;
  position: relative;
}

.rewind-time-gif {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -53% 0% 0%;
}

.jumbo-text {
  z-index: 1;
  opacity: .3;
  color: #fff;
  flex: none;
  margin-left: 2vw;
  margin-right: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 15vw;
  line-height: 1.2;
  position: relative;
}

.text-link {
  color: #fff;
  margin-top: 29px;
  font-size: 1.2em;
  text-decoration: none;
}

.text-link.main {
  opacity: 0;
  position: absolute;
}

.brand {
  background-image: url('../images/logo-new.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.brand.w--current {
  width: 45px;
  height: 45px;
}

.like-button-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 26px;
  font-size: 20px;
  display: flex;
}

.wizard-lottie {
  width: 40%;
  margin-right: -101px;
}

.text-wrapper {
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.portfolio-list {
  justify-content: space-between;
  display: flex;
}

.fortune-cms {
  margin-top: 54px;
}

.circle-button-wrapper {
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #ffffff8c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 90px;
  font-size: 4vw;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: rotate(-11deg);
}

.circle-button-wrapper.third {
  cursor: pointer;
  padding: 36px 60px;
  font-size: 2.2vw;
  position: static;
  inset: auto 3% 0% auto;
}

.circle-button-wrapper.smaller {
  padding: 33px 60px;
  font-size: 26px;
  position: absolute;
  inset: auto 3% 0% auto;
}

.new-bg {
  z-index: -1;
  opacity: 1;
  mix-blend-mode: soft-light;
  object-fit: cover;
  object-position: 0% 50%;
  width: 51%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.text-center.relative {
  cursor: pointer;
  position: relative;
}

.timeline-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 40vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 44%;
  height: 100%;
  display: grid;
}

.footer-2 {
  color: #fff;
  background-color: #016536;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 71px;
  padding-bottom: 30px;
  display: flex;
}

.heading-4 {
  font-family: Cormorant, sans-serif;
  font-size: 5vw;
  line-height: 1.2;
}

.heading-4.w {
  color: #fff;
  text-transform: capitalize;
  font-size: 6vw;
}

.text-6em {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: .9;
}

.text-6em.smallr {
  font-size: 4em;
}

.fortune-cms-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.thumb-thumb {
  background-color: #fff;
  border-radius: 1000px;
  width: 100%;
  height: 2%;
}

.hero-paragraph {
  opacity: .74;
  max-width: 450px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.timeline-wrapper {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: stretch center;
  width: 90%;
  max-width: 1000px;
  margin-top: 151px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 28px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  margin-top: 20px;
  display: grid;
}

.div-block-13.ph {
  place-items: center stretch;
}

.div-block-14 {
  margin-left: 20px;
}

.div-block-14.left {
  margin-left: 0;
}

.image-14 {
  width: 1.5rem;
}

.text-block-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.text-block-6 {
  z-index: 0;
  font-size: 3vw;
  position: static;
}

.div-block-15 {
  background-color: #020202;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

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

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

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 10px;
}

.quick-stack._2 {
  width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11 {
  justify-content: center;
  align-items: center;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-18 {
  background-image: linear-gradient(99deg, #19334400, #111c1dc2 59%, #0f1a18), url('../images/Gallery-banner.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.image-33 {
  border-radius: 4px 4px 0 0;
}

.container-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-top: 40px;
  display: flex;
}

.heading-35 {
  color: #333;
  text-align: center;
  border: 0 #000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.container-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  display: flex;
}

.section-14 {
  padding-bottom: 60px;
}

.lightbox-link {
  background-color: #efefef;
  background-image: url('../images/F1_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 36vw;
  height: 36vh;
  text-decoration: none;
  display: block;
}

.lightbox-link:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._4 {
  background-image: url('../images/F4_1.avif');
}

.lightbox-link._4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F4_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._10 {
  width: 32%;
}

.lightbox-link._6 {
  background-image: url('../images/F6_1.avif');
  border-radius: 4px;
}

.lightbox-link._6:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/F6_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._7 {
  background-image: url('../images/F8.avif');
  border-radius: 4px;
}

.lightbox-link._7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F8.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._8 {
  background-image: url('../images/F9.avif');
  border-radius: 4px;
  width: 36vw;
}

.lightbox-link._8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F9.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._3 {
  background-image: url('../images/f3_1.avif');
}

.lightbox-link._3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/f3_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._5 {
  background-image: url('../images/F5_1.avif');
  border-radius: 4px;
}

.lightbox-link._5:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/F5_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._2 {
  background-image: url('../images/F2_1.avif');
}

.lightbox-link._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._9 {
  background-image: url('../images/F10.avif');
}

.lightbox-link._9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F10.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._11 {
  background-image: url('../images/F11.avif');
}

.lightbox-link._11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F11.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._12 {
  background-image: url('../images/F12.avif');
  width: 36vw;
}

.lightbox-link._12:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F12.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._13 {
  background-image: url('../images/F13.avif');
}

.lightbox-link._13:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F13.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._14 {
  background-image: url('../images/F14.avif');
}

.lightbox-link._14:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F14.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._15 {
  background-image: url('../images/F15.avif');
}

.lightbox-link._15:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F15.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._16 {
  background-image: url('../images/F16.avif');
}

.lightbox-link._16:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F16.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._17 {
  background-image: url('../images/F17.avif');
}

.lightbox-link._17:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F17.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._18 {
  background-image: url('../images/F18.avif');
}

.lightbox-link._18:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F18.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._19 {
  background-image: url('../images/F19.avif');
}

.lightbox-link._19:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F19.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._20 {
  background-image: url('../images/F20.avif');
}

.lightbox-link._20:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F20.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._21 {
  background-image: url('../images/F21.avif');
}

.lightbox-link._21:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F21.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._22 {
  background-image: url('../images/F22.avif');
}

.lightbox-link._22:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F22.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._23 {
  background-image: url('../images/F23.avif');
}

.lightbox-link._23:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F23.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._24 {
  background-image: url('../images/F24.avif');
}

.lightbox-link._24:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F24.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._25 {
  background-image: url('../images/F25.avif');
}

.lightbox-link._25:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F25.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._26 {
  background-image: url('../images/F26.avif');
}

.lightbox-link._26:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F26.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._27 {
  background-image: url('../images/F27.avif');
}

.lightbox-link._27:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F27.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._28 {
  background-image: url('../images/F28.avif');
}

.lightbox-link._28:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F28.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._29 {
  background-image: url('../images/F29.avif');
}

.lightbox-link._29:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F29.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._30 {
  background-image: url('../images/F30.avif');
}

.lightbox-link._30:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F30.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._31 {
  background-image: url('../images/F31.avif');
}

.lightbox-link._31:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F31.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._32 {
  background-image: url('../images/F32.avif');
}

.lightbox-link._32:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F32.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._33 {
  background-image: url('../images/F33.avif');
}

.lightbox-link._33:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F33.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._34 {
  background-image: url('../images/F34.avif');
}

.lightbox-link._34:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F34.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._35 {
  background-image: url('../images/F35.avif');
}

.lightbox-link._35:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F35.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._36 {
  background-image: url('../images/F36.avif');
}

.lightbox-link._36:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F36.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._37 {
  background-image: url('../images/F37.avif');
}

.lightbox-link._37:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F37.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._38 {
  background-image: url('../images/F38.avif');
}

.lightbox-link._38:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F38.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._39 {
  background-image: url('../images/F39.avif');
}

.lightbox-link._39:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F39.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._40 {
  background-image: url('../images/F40.avif');
}

.lightbox-link._40:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F40.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link._41 {
  background-image: url('../images/F41.avif');
}

.lightbox-link._41:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F41.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a1 {
  background-image: url('../images/A1.avif');
}

.lightbox-link.a1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a2 {
  background-image: url('../images/A2.avif');
}

.lightbox-link.a2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a3 {
  background-image: url('../images/A3.avif');
}

.lightbox-link.a3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A3.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a4 {
  background-image: url('../images/A4.avif');
}

.lightbox-link.a4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A4.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a5 {
  background-image: url('../images/A5.avif');
}

.lightbox-link.a5:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/A5.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a6 {
  background-image: url('../images/A6.avif');
}

.lightbox-link.a6:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/A6.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a7 {
  background-image: url('../images/A7.avif');
}

.lightbox-link.a7:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A7.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a8 {
  background-image: url('../images/A8.avif');
  width: 36vw;
}

.lightbox-link.a8:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A8.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a9 {
  background-image: url('../images/A9.avif');
}

.lightbox-link.a9:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A9.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a10 {
  background-image: url('../images/A10.avif');
}

.lightbox-link.a10:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A10.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a11 {
  background-image: url('../images/A11.avif');
  width: 36vw;
}

.lightbox-link.a11:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A11.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a12 {
  background-image: url('../images/A12.avif');
}

.lightbox-link.a12:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A12.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a13 {
  background-image: url('../images/A13.avif');
}

.lightbox-link.a13:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A13.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a14 {
  background-image: url('../images/A14.avif');
}

.lightbox-link.a14:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A14.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a15 {
  background-image: url('../images/A15.avif');
}

.lightbox-link.a15:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A15.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a16 {
  background-image: url('../images/A16.avif');
}

.lightbox-link.a16:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A16.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a17 {
  background-image: url('../images/A17.avif');
}

.lightbox-link.a17:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A17.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a18 {
  background-image: url('../images/A18.avif');
}

.lightbox-link.a18:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A18.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a19 {
  background-image: url('../images/A19.avif');
}

.lightbox-link.a19:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A19.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a20 {
  background-image: url('../images/A20.avif');
}

.lightbox-link.a20:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A20.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a21 {
  background-image: url('../images/A21.avif');
}

.lightbox-link.a21:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A21.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a22 {
  background-image: url('../images/A22.avif');
}

.lightbox-link.a22:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A22.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a23 {
  background-image: url('../images/A23.avif');
}

.lightbox-link.a23:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A23.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a24 {
  background-image: url('../images/A24.avif');
}

.lightbox-link.a24:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A24.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.a25 {
  background-image: url('../images/F26.avif');
}

.lightbox-link.a25:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/F26.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-19 {
  border: 1px solid #575757;
}

.tabs-menu {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.tab-link-tab-1 {
  z-index: 1;
  opacity: 1;
  color: #3f3f3f;
  background-color: #ddd0;
  margin-left: 60px;
  margin-right: 0;
  padding: 5px;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.tab-link-tab-1.w--current {
  color: #070707;
  cursor: pointer;
  background-color: #ddd0;
  border-bottom: 1.8px solid #000;
  padding: 5px;
  font-weight: 600;
}

.tab-link-tab-2 {
  color: #3f3f3f;
  cursor: pointer;
  background-color: #ddd0;
  margin-left: 60px;
  padding: 5px;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
}

.tab-link-tab-2.w--current {
  z-index: 1;
  color: #111;
  background-color: #ddd0;
  border-bottom: 1.8px solid #000;
  margin-left: 60px;
  font-weight: 600;
}

.text-block-7 {
  margin-left: 0;
  line-height: 40px;
}

.container-13 {
  justify-content: center;
  align-items: flex-end;
  max-width: 730px;
  height: 100%;
  margin-top: auto;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.container-13.m {
  margin-right: auto;
}

.timeline-text-2 {
  max-width: 380px;
  margin-top: 5px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 30px;
}

.timeline-month-2 {
  margin-bottom: 7px;
  font-size: 4em;
  font-weight: 700;
  line-height: 45px;
}

.new-section-2 {
  color: #fff;
  background-color: #012716;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.text-6em-2 {
  color: #fff;
  text-transform: none;
  margin: 0;
  font-size: 6em;
  font-weight: 400;
  line-height: .9;
}

.body-3 {
  background-color: #000;
}

.image-35, .image-36 {
  border-radius: 8px;
}

.body-4 {
  background-color: #000;
}

.div-block-20 {
  width: 80%;
}

.text-block-8 {
  cursor: pointer;
}

.grid-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto auto;
}

.section-15 {
  padding-bottom: 40px;
}

.image-37 {
  opacity: .55;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-5._2 {
  grid-template-columns: minmax(19px, .25fr) minmax(0, 20px) .25fr minmax(0, 20px) minmax(0, .25fr);
  place-content: center;
}

.div-block-21 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-22 {
  width: 8.6875vw;
}

.link-block-8 {
  padding: 9px 10px;
}

.nav-link-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nav-link-copy.w--current {
  color: #fff;
}

.button-menu {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 20px;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-menu:focus {
  justify-content: center;
  align-items: center;
}

.button-menu.w--current {
  color: #fff;
}

.body-5 {
  background-color: #131313;
}

.menu-bg {
  background-image: url('../images/Menu-desk.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 500px;
}

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

.section-17 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.lightbox-link-2 {
  opacity: 1;
  background-image: url('../images/M1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 90vh;
  text-decoration: none;
  display: flex;
}

.lightbox-link-2:hover {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/M1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.gallery-thumb-cover {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0;
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.text-block-9 {
  color: #fff;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-38 {
  width: 40%;
}

.image-39 {
  width: 20%;
}

.hover-icon-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-10 {
  color: #fff;
  margin-top: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.div-block-24 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.link-block-9 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 9px 20px;
  text-decoration: none;
}

.text-block-11 {
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.fb {
  max-width: 75%;
}

.insta {
  max-width: 80%;
}

._1985pic {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 300px;
}

._1985pic.bottom, ._1985pic.left {
  height: 300px;
}

._1985pic._2 {
  object-position: 50% 85%;
  height: 270px;
}

._1985pic.right {
  height: 300px;
  overflow: visible;
}

._2010pic {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 300px;
}

._2010pic.bottom, ._2010pic.left {
  height: 300px;
}

._2010pic._2 {
  object-position: 50% 85%;
  height: 270px;
}

._2010pic.right {
  height: 300px;
  overflow: visible;
}

.container-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-main {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  text-transform: capitalize;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

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

.heading-main._2 {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 500;
}

.heading-main._2._3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
}

.div-block-25 {
  width: 45%;
}

.image-40 {
  cursor: pointer;
}

@media screen and (min-width: 1440px) {
  .header {
    padding-top: 0;
    padding-bottom: 95px;
  }

  .header.one {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 702px;
    padding-bottom: 60px;
    padding-left: 100px;
  }

  .header.two {
    padding-top: 0;
    padding-bottom: 95px;
  }

  .header._1 {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 95px;
  }

  .header-content {
    max-width: 55%;
    margin-bottom: 0;
  }

  .h1 {
    max-width: 80%;
  }

  .h1._2 {
    max-width: 100%;
  }

  .container {
    justify-content: center;
    align-items: flex-start;
    max-width: 1170px;
  }

  .container.r {
    background-image: linear-gradient(9deg, #000, #fff0 49%);
    margin-top: 1px;
  }

  .container.c {
    justify-content: center;
    align-items: flex-end;
  }

  .h2-container.full {
    margin-left: 20px;
  }

  .premium {
    padding-top: 60px;
  }

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

  ._2-row-text {
    max-width: 420px;
    margin-right: 0;
  }

  ._2-row-text.full {
    margin-left: 0;
  }

  .row.cc-bottom.cc-reverse, .row.cc-reverse {
    justify-content: flex-start;
    align-items: center;
  }

  .row.grid {
    width: 90%;
  }

  .header-inner {
    background-position: 100% 100%;
    justify-content: center;
    align-items: flex-end;
    margin-top: 72px;
    padding-top: 360px;
    padding-left: 0;
  }

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

  .header-inner-content._1 {
    margin-top: 92px;
  }

  .header-inner-content.f {
    width: 70%;
  }

  .slide-nav-2 {
    bottom: 23px;
  }

  .tagline.side {
    margin-bottom: 6px;
  }

  .grid {
    width: 80%;
  }

  .grid-pic1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .div-block-9 {
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .gifimgright.right {
    overflow: visible;
  }

  .circle-button-wrapper {
    font-size: 56px;
  }

  .heading-4 {
    font-size: 5vw;
  }

  .lightbox-link {
    background-image: url('../images/F1_1.avif');
  }

  .lightbox-link:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F1_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._4 {
    background-image: url('../images/F4.avif');
  }

  .lightbox-link._4:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F4.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._6 {
    background-image: url('../images/F6_1.avif');
  }

  .lightbox-link._6:hover {
    background-image: linear-gradient(#00000073, #00000073), url('../images/F6.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._7 {
    background-image: url('../images/F8.avif');
  }

  .lightbox-link._7:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F8.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._8 {
    background-image: url('../images/F9.avif');
    width: 36vw;
  }

  .lightbox-link._8:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F9.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._3 {
    background-image: url('../images/f3_1.avif');
  }

  .lightbox-link._3:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/f3.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._5 {
    background-image: url('../images/F5_1.avif');
  }

  .lightbox-link._5:hover {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/F5.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._2 {
    background-image: url('../images/F2_1.avif');
    background-position: 50%;
    background-size: cover;
  }

  .lightbox-link._2:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F2.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._9 {
    background-image: url('../images/F10.avif');
  }

  .lightbox-link._9:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F10.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._12 {
    background-image: url('../images/F9.avif');
    width: 36vw;
  }

  .lightbox-link._12:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F9.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._13 {
    background-image: url('../images/F13.avif');
  }

  .lightbox-link._13:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F13.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._14 {
    background-image: url('../images/F14.avif');
    height: 36vh;
  }

  .lightbox-link._14:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F14.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._15 {
    background-image: url('../images/F15.avif');
  }

  .lightbox-link._15:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F15.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._16 {
    background-image: url('../images/F16.avif');
  }

  .lightbox-link._16:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F16.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._17 {
    background-image: url('../images/F17.avif');
  }

  .lightbox-link._17:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F17.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._18 {
    background-image: url('../images/F18.avif');
  }

  .lightbox-link._18:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F18.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._19 {
    background-image: url('../images/F19.avif');
  }

  .lightbox-link._19:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F19.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._20 {
    background-image: url('../images/F20.avif');
  }

  .lightbox-link._20:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F20.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._21 {
    background-image: url('../images/F21.avif');
  }

  .lightbox-link._21:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F21.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._22 {
    background-image: url('../images/F22.avif');
  }

  .lightbox-link._22:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F22.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._23 {
    background-image: url('../images/F23.avif');
  }

  .lightbox-link._23:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F23.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._24 {
    background-image: url('../images/F24.avif');
  }

  .lightbox-link._24:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F24.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._25 {
    background-image: url('../images/F25.avif');
  }

  .lightbox-link._25:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F25.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._26 {
    background-image: url('../images/F26.avif');
  }

  .lightbox-link._26:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F26.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._27 {
    background-image: url('../images/F27.avif');
  }

  .lightbox-link._27:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F27.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._28 {
    background-image: url('../images/F28.avif');
  }

  .lightbox-link._28:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F28.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._29 {
    background-image: url('../images/F29.avif');
  }

  .lightbox-link._29:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F29.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._30 {
    background-image: url('../images/F30.avif');
  }

  .lightbox-link._30:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F30.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._31 {
    background-image: url('../images/F31.avif');
  }

  .lightbox-link._31:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F31.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._32 {
    background-image: url('../images/F32.avif');
  }

  .lightbox-link._32:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F32.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._33 {
    background-image: url('../images/F33.avif');
  }

  .lightbox-link._33:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F33.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._34 {
    background-image: url('../images/F34.avif');
  }

  .lightbox-link._34:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F34.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._35 {
    background-image: url('../images/F35.avif');
  }

  .lightbox-link._35:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F35.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._36 {
    background-image: url('../images/F36.avif');
  }

  .lightbox-link._36:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F36.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._37 {
    background-image: url('../images/F37.avif');
  }

  .lightbox-link._37:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F37.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._38 {
    background-image: url('../images/F38.avif');
  }

  .lightbox-link._38:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F38.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._39 {
    background-image: url('../images/F39.avif');
  }

  .lightbox-link._39:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F39.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._40 {
    background-image: url('../images/F40.avif');
  }

  .lightbox-link._40:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F40.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link._41 {
    background-image: url('../images/F41.avif');
  }

  .lightbox-link._41:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F41.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a2 {
    background-image: url('../images/A2.avif');
    background-position: 50%;
    background-size: cover;
  }

  .lightbox-link.a2:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A2.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a3 {
    background-image: url('../images/A3.avif');
  }

  .lightbox-link.a3:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A3.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a4 {
    background-image: url('../images/A4.avif');
  }

  .lightbox-link.a4:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A4.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a5 {
    background-image: url('../images/A5.avif');
  }

  .lightbox-link.a5:hover {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/A5.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a6 {
    background-image: url('../images/A6.avif');
  }

  .lightbox-link.a6:hover {
    background-image: linear-gradient(#00000073, #00000073), url('../images/A6.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a7 {
    background-image: url('../images/A7.avif');
  }

  .lightbox-link.a7:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A7.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a8 {
    background-image: url('../images/A8.avif');
    width: 36vw;
  }

  .lightbox-link.a8:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A8.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a9 {
    background-image: url('../images/A9.avif');
  }

  .lightbox-link.a9:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A9.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a11 {
    background-image: url('../images/A11.avif');
    width: 36vw;
  }

  .lightbox-link.a11:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A11.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a12 {
    background-image: url('../images/A12.avif');
  }

  .lightbox-link.a12:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A12.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a13 {
    background-image: url('../images/A13.avif');
  }

  .lightbox-link.a13:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A13.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a14 {
    background-image: url('../images/A14.avif');
  }

  .lightbox-link.a14:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A14.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a15 {
    background-image: url('../images/A15.avif');
  }

  .lightbox-link.a15:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A15.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a17 {
    background-image: url('../images/A17.avif');
  }

  .lightbox-link.a17:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A17.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a18 {
    background-image: url('../images/A18.avif');
  }

  .lightbox-link.a18:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A18.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a19 {
    background-image: url('../images/A19.avif');
  }

  .lightbox-link.a19:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A19.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a20 {
    background-image: url('../images/A20.avif');
  }

  .lightbox-link.a20:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A20.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a21 {
    background-image: url('../images/A21.avif');
  }

  .lightbox-link.a21:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A21.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a22 {
    background-image: url('../images/A22.avif');
  }

  .lightbox-link.a22:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A22.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a23 {
    background-image: url('../images/A23.avif');
  }

  .lightbox-link.a23:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A23.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a24 {
    background-image: url('../images/A24.avif');
  }

  .lightbox-link.a24:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A24.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .lightbox-link.a25 {
    background-image: url('../images/F10.avif');
  }

  .lightbox-link.a25:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/F10.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .tabs-menu, .tab-link-tab-1 {
    cursor: pointer;
  }

  ._1985pic.right, ._2010pic.right {
    overflow: visible;
  }

  .heading-main {
    max-width: 80%;
  }

  .heading-main._2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

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

  .bullet {
    display: none;
  }

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

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

  .h1 {
    max-width: 100%;
  }

  .paragraph.cc-gray.centre {
    width: 80%;
  }

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

  .container.r {
    background-image: linear-gradient(0deg, #000, #fff0 76%);
    justify-content: center;
    align-items: flex-start;
    margin-top: 6px;
    margin-bottom: -38px;
  }

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

  .container.desktopchef {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
  }

  .container.mob-chef {
    flex-flow: row;
    margin-top: 10px;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2-container {
    width: 80%;
  }

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

  .text-span.side {
    font-size: 24px;
  }

  .feature-item-container {
    height: auto;
    padding: 30px 20px;
  }

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

  .h3.cc-header {
    font-size: 12px;
  }

  .slider-section {
    margin-top: 0;
  }

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

  .premium.cc-background {
    margin-bottom: -26px;
    padding-bottom: 22px;
  }

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

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

  ._2-row-image.cc-row-spacing.grid._1 {
    margin-top: 40px;
    margin-right: 0;
  }

  ._2-row-image.cc-row-spacing._1 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
    margin-right: auto;
  }

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

  ._2-row-image.cc-row-reverse.n {
    margin-left: 0;
  }

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

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

  ._2-row-text.cc-bottom.cc-reverse {
    max-width: 500px;
    margin-left: 0;
  }

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

  ._2-row-text.cc-row-reverse.one {
    max-width: 600px;
  }

  ._2-row-text.cc-row-reverse.contact-wrap {
    background-color: #f5f5f5;
    width: 250px;
    height: 300px;
    margin-right: 0;
  }

  ._2-row-text._1 {
    margin-left: auto;
    margin-right: 0;
  }

  .row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .row.cc-bottom.cc-reverse, .row.cc-reverse._1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .row._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

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

  .row.mob {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .cta-column {
    width: 60%;
  }

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

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

  .header-inner {
    padding-right: 0;
  }

  .header-inner.contact {
    justify-content: flex-start;
    align-items: center;
    padding-top: 319px;
    padding-bottom: 0;
  }

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

  .header-inner-content._1 {
    margin-bottom: 20px;
  }

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

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

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

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

  .nav-menu {
    background-color: var(--black);
    opacity: 1;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    cursor: pointer;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link {
    opacity: .6;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .nav-link:focus {
    opacity: 100;
    font-weight: 700;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active {
    background-color: var(--medium-sea-green);
  }

  .menu-button.w--open {
    background-color: var(--transp);
  }

  .section-2.expand {
    height: auto;
    overflow: hidden;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

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

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

  .heading {
    margin-top: 5px;
    font-size: 22px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .div-block-5 {
    padding-top: 0;
  }

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

  .div-block-8 {
    width: 45%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-9 {
    margin-bottom: 0;
  }

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

  .slider-3 {
    overflow: hidden;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-button {
    padding: 11px 14px;
  }

  .footer-button.socials {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .head-explode-lottie {
    width: 33%;
    position: static;
  }

  .container-7.flex-left {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .thumbs._2 {
    width: 24px;
    height: 24px;
  }

  .projects-wrapper {
    margin-top: 129px;
  }

  .new-section.full._2 {
    height: 74vh;
    min-height: 0;
  }

  .circle-button-wrapper.smaller {
    margin-top: 93px;
    font-size: 22px;
    position: static;
  }

  .heading-4 {
    font-size: 11vw;
  }

  .text-6em {
    font-size: 4.5em;
  }

  .hero-paragraph {
    max-width: 350px;
  }

  .div-block-14.left {
    margin-left: 10px;
  }

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

  .heading-35 {
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 20px;
    display: flex;
  }

  .container-10 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .lightbox-link._8, .lightbox-link._12 {
    width: 36vw;
  }

  .lightbox-link.a8, .lightbox-link.a11 {
    width: auto;
  }

  .container-13 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .container-13.m {
    justify-content: center;
    align-items: flex-end;
  }

  .text-6em-2 {
    font-size: 4.5em;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    place-content: stretch;
    place-items: center;
  }

  .div-block-22._1 {
    width: 7vw;
  }

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

  .button-menu {
    opacity: 1;
    color: #000;
    text-align: center;
    overflow-wrap: normal;
    background-color: #fff;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .button-menu:focus {
    opacity: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-decoration: none;
  }

  .button-menu:lang(en) {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .lightbox-link-2 {
    width: 60%;
  }

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

  .heading-main {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header._1 {
    height: 90vh;
  }

  .navigation-links {
    display: none;
  }

  .navigation-button.left {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .container {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
  }

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

  .container.r {
    background-image: linear-gradient(354deg, #000, #fff0 10%);
    height: 80vh;
    margin-bottom: -64px;
  }

  .container.desktopchef {
    display: none;
  }

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

  .features {
    justify-content: center;
    align-items: center;
    padding: 60px 20px 0;
  }

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

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

  .h2-container.side-heading {
    margin-bottom: 20px;
  }

  .feature-item-container {
    height: auto;
    padding: 12px 10px;
  }

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

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

  .slider-section.insta._1 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .premium.cc-background {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

  ._2-row-text.cc-row-reverse.contact-wrap {
    width: auto;
    height: auto;
  }

  ._2-row-text._1 {
    max-width: none;
    margin-left: 0;
  }

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

  .row.cc-bottom.cc-reverse {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .row.cc-reverse._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: end start;
  }

  .row._1, .row.mob {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .cta-column {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    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 {
    background-image: url('../images/Mob-bg-res.jpg');
    background-position: 50% 100%;
    background-size: cover;
    height: 80vh;
    padding-top: 150px;
    padding-bottom: 60px;
  }

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

  .header-inner.contact {
    padding: 351px 40px 0;
  }

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

  .nav-link {
    opacity: .8;
  }

  .section, .slider-2 {
    height: auto;
  }

  .div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 75%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-7 {
    background-image: url('../images/Mob-bg.avif');
    background-position: 50% 100%;
    background-size: cover;
    justify-content: flex-end;
    align-items: stretch;
    height: 100vh;
    padding-top: 36px;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .container-5 {
    width: auto;
    overflow: hidden;
  }

  .slider-3 {
    height: 80%;
  }

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

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

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

  .footer-block {
    align-items: center;
  }

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

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

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

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

  .new-hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gifimgright {
    object-position: 50% 50%;
    height: 160px;
  }

  .link-wrapper {
    display: flex;
  }

  .max-width-600px {
    width: 60%;
  }

  .head-explode-lottie {
    width: 38%;
  }

  .timeline-item {
    height: 270px;
  }

  .timeline-item.left-item {
    height: 300px;
    line-height: 18px;
  }

  .timeline-item.right {
    height: 300px;
  }

  .rewind-time-gif {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .circle-button-wrapper {
    font-size: 6vw;
  }

  .timeline-content-wrapper {
    width: 45%;
    font-size: 12px;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 1;
  }

  .text-6em.smallr {
    font-size: 3em;
  }

  .hero-paragraph {
    text-align: left;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .div-block-18 {
    background-image: linear-gradient(0deg, #0000, #0f1a18), url('../images/Mob-Gallery.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 80vh;
  }

  .lightbox-link {
    height: 20vh;
  }

  .lightbox-link.a8, .lightbox-link.a11 {
    width: 36vw;
  }

  .container-13 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 119px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-13.m {
    padding-top: 304px;
  }

  .timeline-text-2 {
    line-height: 22px;
  }

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

  .button-menu {
    opacity: 1;
  }

  .lightbox-link-2 {
    width: 80%;
  }

  ._1985pic, ._2010pic {
    object-position: 50% 50%;
    height: 160px;
  }

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

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

  .div-block-25 {
    width: 60%;
  }
}

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

  .header {
    background-image: linear-gradient(#0000 22%, #000000b8 55%, #000 96%), url('../images/Slide-Three2x.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 80vh;
    margin-top: -43px;
    padding-top: 0;
    padding-bottom: 26px;
  }

  .header.two {
    height: 80vh;
    padding-left: 30px;
  }

  .header._1 {
    background-image: linear-gradient(#0000 18%, #00000085 37%, #000 93%), url('../images/Slide-one2x.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 80vh;
    padding-top: 0;
    padding-bottom: 26px;
  }

  .navigation-button.left {
    width: 65%;
    margin-right: 0;
  }

  .header-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .h1 {
    text-align: center;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .h1._2 {
    text-align: center;
    text-transform: capitalize;
  }

  .paragraph.cc-gray {
    text-align: left;
  }

  .paragraph.cc-gray.centre {
    width: 100%;
    margin-top: 0;
  }

  .paragraph.cc-gray.centre.full {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.cc-gray.address {
    text-align: left;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .container {
    margin-top: 10px;
  }

  .container.r {
    background-image: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features {
    padding-top: 40px;
    overflow: visible;
  }

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

  .h2-container {
    margin-bottom: 20px;
  }

  .h2-container.full.s {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span {
    font-size: 40px;
    line-height: 40px;
  }

  .text-span.side {
    font-size: 34px;
  }

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

  .slider-section.insta._1 {
    overflow: visible;
  }

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

  .about {
    padding: 40px 20px;
    overflow: visible;
  }

  .premium {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .premium.cc-background {
    padding-top: 40px;
  }

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

  ._2-row-image.cc-row-reverse.n {
    margin-bottom: 40px;
    margin-left: 0;
  }

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

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

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

  .cta-line {
    margin-left: 0;
  }

  .cta-line.cc-header {
    width: 15px;
    margin-left: 10px;
  }

  .cta-column, .cta-left-top {
    flex-flow: column;
  }

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

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

  .header-inner {
    background-image: url('../images/Mob-bg-res.avif');
    justify-content: center;
    align-items: flex-start;
    height: 70vh;
    margin-top: 0;
    padding-top: 57px;
    padding-bottom: 60px;
  }

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

  .header-inner.contact {
    background-image: linear-gradient(7deg, #000, #fff0), url('../images/Contact2x.avif');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    padding: 416px 30px 0;
  }

  .header-inner-content._1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .header-inner-content.f {
    justify-content: center;
    align-items: center;
  }

  .inner-category {
    text-align: center;
    flex-flow: column;
    font-size: 12px;
  }

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

  .nav-link {
    font-size: 14px;
  }

  .section {
    overflow: visible;
  }

  .timeline-header {
    font-size: 2em;
  }

  .slider-2 {
    height: 75vh;
    overflow: visible;
  }

  .tagline {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block {
    width: 90%;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 85%;
  }

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

  .div-block-7 {
    height: 75vh;
  }

  .div-block-8 {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .text-block-3 {
    font-size: 12px;
    line-height: 12px;
  }

  .section-3 {
    overflow: visible;
  }

  .grid-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

  .footer-link {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

  .footer-social-link.insta {
    width: 30%;
    margin-left: 10px;
    margin-right: 0;
  }

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

  .section-hero-new {
    background-position: 50%;
  }

  .predicted-wrapper {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .new-hero-content {
    grid-template-rows: auto auto auto;
  }

  .gifimgright {
    height: 80%;
  }

  .gifimgright.right {
    height: 315px;
  }

  .fortune-wrapper {
    flex-direction: column;
  }

  .max-width-600px {
    width: 100%;
    max-width: none;
  }

  .head-explode-lottie {
    width: 78%;
  }

  .timeline-text {
    font-size: 1.2em;
  }

  .bigger-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7.flex-left {
    flex-direction: column;
    align-items: center;
  }

  .container-7.flex-verticle {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-item {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .timeline-item.left-item {
    height: 250px;
  }

  .timeline-item.right {
    justify-content: flex-start;
    align-items: flex-end;
    height: 260px;
  }

  .socials-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .timeline-month {
    font-size: 1.7em;
  }

  .text-3em {
    font-size: 2.3em;
  }

  .text-3em.larger {
    font-size: 6em;
  }

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

  .new-section.full {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .new-section.full._2 {
    min-height: 720px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .new-section.lighter {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .menu-button-2 {
    margin-right: 11px;
  }

  .menu-button-2.contact {
    display: none;
  }

  .container-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-8.horizontal {
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-8.horizontal.nav {
    justify-content: space-between;
  }

  .container-8._2021._1 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-track {
    width: 7px;
  }

  .jumbo-text {
    font-size: 100px;
  }

  .text-link {
    margin-top: 29px;
    margin-left: 20px;
  }

  .wizard-lottie {
    width: 90%;
    margin-bottom: 12px;
    margin-right: 0;
    padding-bottom: 0;
  }

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

  .circle-button-wrapper {
    margin-bottom: 59px;
    padding: 16px 82px;
    font-size: 11vw;
  }

  .circle-button-wrapper.third {
    letter-spacing: 1px;
    padding: 32px 51px;
    font-size: 16px;
  }

  .circle-button-wrapper.smaller {
    letter-spacing: 1px;
    margin-top: 13px;
    font-size: 18px;
  }

  .navigation-2 {
    height: 75px;
  }

  .timeline-content-wrapper {
    grid-row-gap: 24vh;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .footer-2 {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .text-6em {
    font-size: 3.7em;
  }

  .text-6em.smallr {
    font-size: 2.6em;
    line-height: 1.2;
  }

  .hero-paragraph {
    max-width: 300px;
    margin-top: 24px;
    font-size: 14px;
  }

  .timeline-wrapper {
    width: 93%;
  }

  .div-block-14 {
    margin-left: 5px;
  }

  .div-block-15.h {
    display: block;
  }

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

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

  .div-block-18 {
    height: 75vh;
  }

  .container-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-top: 20px;
  }

  .container-10._2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .lightbox-link {
    width: 85vw;
    height: 26vh;
  }

  .lightbox-link._10 {
    width: auto;
  }

  .lightbox-link._8, .lightbox-link._12 {
    width: 85vw;
  }

  .lightbox-link.a8, .lightbox-link.a11 {
    width: 90vw;
  }

  .tabs-menu {
    flex-flow: row;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 6px;
    font-size: 26px;
  }

  .tab-link-tab-2 {
    text-transform: uppercase;
    margin-left: 6px;
    font-size: 26px;
  }

  .tab-link-tab-2.w--current {
    margin-left: 6px;
  }

  .container-13.m {
    padding-top: 358px;
  }

  .timeline-text-2 {
    font-size: 1em;
    line-height: 18px;
  }

  .timeline-month-2 {
    margin-bottom: 5px;
    font-size: 1.7em;
    line-height: 28px;
  }

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

  .text-6em-2 {
    font-size: 3.7em;
  }

  .section-16 {
    overflow: visible;
  }

  .grid-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-5._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(19px, 1fr) minmax(0, 20px) .75fr;
    margin-top: 10px;
  }

  .grid-5._2._3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.75fr;
    place-items: center;
  }

  .div-block-21 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-block-22 {
    width: 26vw;
  }

  .div-block-22._1 {
    width: 20vw;
  }

  .button-menu {
    opacity: 100;
    color: #030303;
    font-size: 14px;
  }

  .button-menu:lang(en) {
    opacity: 100;
  }

  .lightbox-link-2 {
    width: 85%;
    height: 50vh;
  }

  .div-block-24 {
    margin-top: 10px;
  }

  .fb {
    max-width: 70%;
  }

  .insta {
    width: 100%;
    max-width: none;
  }

  ._1985pic {
    height: 80%;
  }

  ._1985pic.right {
    height: 315px;
  }

  ._2010pic {
    height: 80%;
  }

  ._2010pic.right {
    height: 315px;
  }

  .heading-main {
    text-align: center;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-main._2 {
    text-align: center;
    text-transform: capitalize;
  }

  .heading-main._2._3 {
    font-size: 28px;
  }

  .div-block-25 {
    width: 75%;
  }
}

#w-node-_690dcfd6-98a7-9688-ab6a-8c807fd102d1-7db0dbde, #w-node-_638e7b2e-b5b1-3a71-b164-bacb5684ac8e-7db0dbde, #w-node-_1737d7ad-9895-3ab8-3836-6d96658bd190-7db0dbde, #w-node-_81ede40d-31dc-124f-0202-971cbaf25b32-7db0dbde, #w-node-fe35eb4d-64a1-2eb8-3baa-e29e2152ebd6-7db0dbde, #w-node-cea1e704-9e16-b71d-0c1e-7f82e0dadd3d-7db0dbde {
  place-self: stretch stretch;
}

#w-node-_9824a70d-1c24-cac3-90ea-98f84f2b9e3d-7db0dbde {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_89e3f078-dda6-0f36-feec-d9aff2c6dd60-f2c6dd5a, #w-node-_89e3f078-dda6-0f36-feec-d9aff2c6dd67-f2c6dd5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94915f1e-d5f8-6ede-bda3-523d599468fb-7db0dbf2 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_1d2e9877-63ad-d6a9-a79d-0949ce28e63a-c72870b8, #w-node-_00940dcd-f36f-6eaa-1e11-eca6b05681db-c72870b8, #w-node-_16a40eb6-d2f6-b34c-426f-ce9c661eb26a-c72870b8, #w-node-_5398e648-7dff-9310-96da-ad25cb5e7d3a-c72870b8, #w-node-_5398e648-7dff-9310-96da-ad25cb5e7d3c-c72870b8, #w-node-_5398e648-7dff-9310-96da-ad25cb5e7d3d-c72870b8, #w-node-_5398e648-7dff-9310-96da-ad25cb5e7d3f-c72870b8, #w-node-_5398e648-7dff-9310-96da-ad25cb5e7d40-c72870b8 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_690dcfd6-98a7-9688-ab6a-8c807fd102d1-7db0dbde, #w-node-_638e7b2e-b5b1-3a71-b164-bacb5684ac8e-7db0dbde {
    align-self: center;
  }

  #w-node-_1737d7ad-9895-3ab8-3836-6d96658bd190-7db0dbde {
    place-self: center stretch;
  }

  #w-node-e278c33d-6dce-aa82-cd67-9a349699cc0f-7db0dbde {
    place-self: auto;
  }

  #w-node-_4af1a371-81c3-e6b9-2a57-fb6e20d51ff6-7db0dbde {
    align-self: end;
  }

  #w-node-_64549746-6dd1-c41b-c9a5-3a15f3f00339-7db0dbf7 {
    justify-self: center;
  }

  #w-node-fa400c31-c31a-4885-2756-034a38cec3bc-7db0dbfd, #w-node-fa400c31-c31a-4885-2756-034a38cec3c6-7db0dbfd, #w-node-fa400c31-c31a-4885-2756-034a38cec3c8-7db0dbfd {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a4698cf4-fc1c-d3cf-fefd-8e98377a3c8d-7db0dbde {
    place-self: center;
  }

  #w-node-b5474ba8-8f91-0b94-08d7-7df4b9840796-7db0dbf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa400c31-c31a-4885-2756-034a38cec3bc-7db0dbfd {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9824a70d-1c24-cac3-90ea-98f84f2b9e3d-7db0dbde {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-b5474ba8-8f91-0b94-08d7-7df4b9840796-7db0dbf2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_94915f1e-d5f8-6ede-bda3-523d599468de-7db0dbf2 {
    align-self: auto;
  }

  #w-node-_47725e41-607c-4fac-284a-74de3dd6e056-c72870b8, #w-node-f6ad6633-79cd-5768-eaf8-ea458c959164-c72870b8, #w-node-b9083bc4-4680-73da-977c-81d6aeccb887-c72870b8, #w-node-_69d86193-5db0-8965-adc9-827a599a9a79-c72870b8, #w-node-_5398e648-7dff-9310-96da-ad25cb5e7d3a-c72870b8, #w-node-_5398e648-7dff-9310-96da-ad25cb5e7d3c-c72870b8, #w-node-_5398e648-7dff-9310-96da-ad25cb5e7d3d-c72870b8, #w-node-_5398e648-7dff-9310-96da-ad25cb5e7d3f-c72870b8, #w-node-_5398e648-7dff-9310-96da-ad25cb5e7d40-c72870b8 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}