:root {
  --black: black;
  --orange: #ffab00;
  --white: white;
  --firebrick: #d60000;
  --black-2: #141414;
  --red: red;
  --gainsboro: #e2e2e2;
  --dark-goldenrod-2: #996a0c;
  --dim-grey: #535353;
  --grey: #777;
  --dark-goldenrod: #b98500e6;
  --saddle-brown: #553e0e;
}

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

a {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

blockquote {
  color: #fff;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.burger {
  cursor: pointer;
  background-color: #0000;
  border: 1px #ffffff26;
  border-radius: 100px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.licensing-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.licensing {
  margin-bottom: 40px;
}

.licensing-container {
  border: 1px solid #333;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-39 {
  align-items: center;
  display: flex;
}

.link-3 {
  margin-right: 20px;
}

.style-guide-section {
  background-color: #0c0c0c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.style-head {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.alice-container {
  background-color: #000;
  border: 1px #e9e9e9;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.text-block-19 {
  color: #fff;
  font-size: 20px;
}

.bold-text {
  color: #fff;
  font-family: Nunito, sans-serif;
}

.navbar {
  z-index: 9999999;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding-top: 14px;
  display: flex;
  position: fixed;
}

.brand {
  margin-top: 15px;
  top: 0;
}

.brand.w--current {
  margin-top: 0;
}

.menu-button {
  z-index: 9999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 19% 2% auto auto;
}

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

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

.menu-button.hidden.w--open {
  justify-content: flex-end;
}

.nav-menu {
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: none;
  position: relative;
  top: 6px;
}

.hamburger-wrapper.hidden {
  display: none;
}

.footer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.menu-wrapper {
  background-color: #000c;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu-container {
  background-color: #181818b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.social-icon-wrapper {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  min-height: 50px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.menu-list {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
}

.menu-item {
  margin-bottom: 5px;
}

.menu-text {
  color: #fff;
  font-family: Questrial, sans-serif;
  font-size: 7vw;
  line-height: 13vh;
}

.menu-link-block {
  opacity: .3;
  transition: opacity .4s cubic-bezier(.55, .085, .68, .53);
}

.menu-link-block:hover {
  opacity: 1;
  text-decoration: none;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 990px;
  height: auto;
  display: grid;
}

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

.footer-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-head {
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 12px;
}

.footer-link-block {
  opacity: .5;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  transition: opacity .4s cubic-bezier(.55, .085, .68, .53);
}

.footer-link-block:hover {
  opacity: 1;
  text-decoration: none;
}

.privacy-policy-section {
  background-color: #080808;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 141px;
  padding-bottom: 141px;
  display: flex;
}

.haburger-horizintal-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger-line-vertical {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.vertical-menu-wrapper {
  z-index: 8888888;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.vertical-menu-wrapper.hidden {
  display: none;
}

.vertical-menu-line {
  background-color: #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 135px;
  display: flex;
}

.vertical-menu-line.balck-line {
  background-color: var(--black);
}

.menu-pointer {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  margin-bottom: 20px;
  position: relative;
}

.menu-pointer.bottom {
  margin-bottom: 20px;
}

.menu-pointer.black-lines {
  border-color: var(--black);
  background-color: #ffc95c;
}

.vertical-menu-link {
  cursor: pointer;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.vertical-menu-link:hover, .vertical-menu-link.w--current {
  background-color: #fff;
}

.menu-label {
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 25px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  position: absolute;
  top: -5px;
  left: -156px;
}

.menu-label._1st-nav-button-horizontal {
  left: -86px;
}

.menu-label._1st-nav-button-horizontal.black-back, .menu-label._1st-nav-button-horizontal.yellow-back {
  background-color: var(--orange);
}

.menu-label._3rd-nav-button-horizontal {
  left: -79px;
}

.menu-label._4th-nav-button-horizontal {
  left: -92px;
}

.menu-label._4th-nav-button-horizontal.yello-back {
  background-color: var(--orange);
}

.menu-label._5th-nav-button-horizontal {
  left: -104px;
}

.menu-label.yellow-back {
  background-color: var(--orange);
}

.text-label {
  color: #333;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-family: Nunito, sans-serif;
  font-size: 12px;
}

.body {
  background-color: #000;
}

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

.menu-container-left {
  background-color: #181818b3;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/abdullah-oguk-256739-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu-container-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  overflow: auto;
}

.menu-right-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.social-icon {
  margin-right: 10px;
}

.social-icon.last {
  margin-right: 0;
}

.text-field {
  text-align: left;
  text-transform: uppercase;
  border-top: 0 #000;
  border-bottom: 1px solid #f0f0f0;
  border-left: 0 solid #000;
  border-right: 0 #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  transition: background-color .4s;
}

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

.submit-button.menu-button-3.line {
  border: 1px solid var(--white);
  text-align: center;
  justify-content: center;
  margin-top: 75px;
}

.submit-button.menu-button-3.line.hover-other {
  border-width: .5px;
}

.submit-button.menu-button-3.line.hover-other:hover {
  background-color: var(--firebrick);
  opacity: 1;
  border-color: #a30000;
  text-decoration: none;
}

.submit-button.menu-button-3.line.hover-yellow-colour {
  border-width: .5px;
  text-decoration: none;
  transition: all .45s, background-color .4s;
}

.submit-button.menu-button-3.line.hover-yellow-colour:hover {
  border-style: none;
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--black);
}

.social-link {
  transition: transform .3s ease-in;
}

.social-link:hover {
  transform: scale(1.1);
}

.menu-head {
  color: #333;
}

.menu-paragraph {
  color: #adadad;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

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

.menu-form-block {
  width: 60%;
}

.text-block-20 {
  color: #333;
  text-align: left;
  font-family: Nunito, sans-serif;
}

.image {
  margin-right: 10px;
}

.alice-info-list {
  background-color: #f5f5f5;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 17px;
}

.info-list-item {
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.info-list-item.last {
  margin-bottom: 0;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.background-video {
  background-image: linear-gradient(#000000a1, #000000a1);
  width: 100%;
  height: 100vh;
}

.background-video.hidden {
  display: none;
}

.opacity {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-head-wrapper {
  z-index: 111;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-separator {
  background-color: #fff;
  width: 200px;
  height: 1px;
  margin-bottom: 20px;
}

.hero-head {
  color: #fff9;
  font-family: PT Sans, sans-serif;
  font-size: 8vw;
  font-weight: 700;
  line-height: 10vw;
}

.hero-head.is {
  margin-left: 20px;
  margin-right: 20px;
}

.hero-paragraph {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: auto;
  max-width: 500px;
  font-size: 12px;
}

.number-2-wrapper {
  color: #d8ebe6;
  background-color: #0000;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 400px;
  display: flex;
  position: relative;
  top: 73px;
  left: 176px;
}

.sticky-image {
  display: none;
}

.no-click-wrapper {
  z-index: 888;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.loop-image {
  opacity: 0;
  background-color: #e4e4e4;
  background-image: url('../images/cookie.jpg');
  background-position: 0 0;
  background-size: 500px;
  width: 600px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loop-image.w--current {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/making-a-Burger-2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
  height: 700px;
}

.loop-image.fourth-image {
  background-color: #0000;
  background-image: url('../images/work.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.fourth-image.loukoumaki {
  background-image: url('../images/Louk-4.jpg');
}

.loop-image.fifth-image {
  background-color: #0000;
  background-image: url('../images/-Smash-Insta-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.fifth-image.loukoumaki.w--current {
  background-image: url('../images/Louk-67.jpg');
}

.loop-image.second-image {
  background-color: #0000;
  background-image: url('../images/Food-5b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.second-image.loukoumaki.w--current {
  background-image: url('../images/Louk-3.jpg');
}

.loop-image.third-image-loop {
  background-color: #0000;
  background-image: url('../images/Food-5c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.third-image-loop.loukoumaki {
  background-image: url('../images/Louk-1.jpg');
}

.loop-image.loukoumaki {
  background-image: url('../images/Louk-5.jpg');
}

.sticky-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1800px;
  min-height: 100vh;
  display: flex;
}

.sticky-head {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
  position: relative;
}

.sticky-section {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  transition: opacity .2s ease-in;
  display: none;
}

.sticky-section.white-back {
  background-color: #fff;
}

.sticky-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  min-height: 100vh;
  margin-top: 100px;
  margin-left: 20px;
  display: flex;
}

.right-block-sticky {
  float: right;
  border: 2px #000;
  max-width: 600px;
  margin-bottom: 50vh;
  margin-left: 0;
  padding: 20vh 0 0;
}

.right-block-sticky.hidden {
  display: none;
}

.sticky-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 20px;
}

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

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  min-width: auto;
  height: 100%;
  padding: 0;
  display: flex;
}

.grid-container {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: linear-gradient(#00000080, #00000080), url('../images/7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 0;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.white-paragraph {
  color: #fff;
}

.grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-top: 70px;
  display: grid;
}

.grid-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 40px;
  display: flex;
}

.grid-section.hidden {
  display: none;
}

.quote-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 116px;
  padding-bottom: 47px;
  display: flex;
}

.quote-section.less-space.hidden, .quote-section.hidden {
  display: none;
}

.heading-2 {
  color: #fff;
}

.signature-wrapper {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 70px;
  display: flex;
}

.horizontal-line-signature {
  color: #333;
  background-color: #fff;
  width: 80px;
  height: 1px;
  margin-right: 10px;
}

.horizontal-line-signature.black-line {
  background-color: var(--black);
}

.signature {
  color: #fff;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  line-height: 30px;
}

.quote-span-3 {
  color: #fff;
  font-weight: 400;
}

.quote-span-1, .quote-span-2 {
  color: #fff;
}

.quote-span-2.yellow-text {
  color: var(--orange);
}

.events {
  background-image: url('../images/Food-8.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.events.loukoumaki {
  background-image: url('../images/Louk-1-Back.png');
}

.events.hidden {
  display: none;
}

.uppercase-paragraph {
  color: #fff;
  margin-top: 20px;
  font-size: 22px;
  line-height: 38px;
}

.uppercase-paragraph.bllack-text {
  color: var(--black);
}

.signature-wrapper-about {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.about-text-wrapper {
  color: #fff;
  border-top: 0 #000;
  border-bottom: 0 #333;
  border-left: 2px #333;
  border-right: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: 1400px;
  height: 100%;
  padding: 44px 0 0;
  display: flex;
}

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

.about-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 0;
  padding: 160px 70px 74px;
  display: flex;
}

.about-us.white-back {
  background-color: #fff;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 0;
}

.normal-paragraph {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 22px;
  font-weight: 200;
  line-height: 28px;
}

.normal-paragraph.black-text, .normal-paragraph.blac-text {
  color: var(--black);
}

.take-away-section {
  background-color: #0000;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.take-away-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.take-away-section.content-wrap {
  background-color: #0000;
}

.take-away-section.content-wrap.hidden {
  display: none;
}

.horizontal-content {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  right: 0;
  overflow: visible;
}

.content-block-wrapper {
  background-color: #0c0c0c;
  border-radius: 0;
  flex: none;
  width: 400px;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
  overflow: visible;
}

.content-block-wrapper.yello-background {
  background-color: #ff9eec2e;
  align-items: center;
  height: 500px;
  margin-top: 68px;
  display: flex;
}

.overflow-mask {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.horizontal-div-wrapper {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.fixed-background {
  background-color: #0000;
  width: 200vh;
  height: 100%;
  position: absolute;
}

.horizontal-scrollable-section {
  background-color: #0000;
  flex-wrap: wrap;
  align-items: center;
  width: 400vh;
  height: 100%;
  display: flex;
}

.content-block {
  background-color: #0000;
  border: 1px #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.content-block._4, .content-block._11 {
  justify-content: space-between;
}

.content-block._2 {
  padding-left: 0;
  padding-right: 0;
}

.content-block._9 {
  justify-content: space-between;
}

.content-block.less {
  padding: 0;
}

.grid-head {
  margin-bottom: 20px;
  font-size: 4vw;
  line-height: 3vw;
}

.paragraph {
  text-align: center;
}

.paragraph.black-text {
  margin-bottom: 49px;
  padding-left: 17px;
  padding-right: 17px;
}

.card-image {
  padding-top: 21px;
}

.grid-container-2 {
  background-color: #111;
  border: 1px #1f1f1f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.grid-container-3 {
  background-color: #5d4738;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-container-4 {
  background-color: #0e0e0e;
  border: 1px #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 25px;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.grid-container-5 {
  background-color: #f0f0f0;
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 70px 40px;
  display: flex;
}

.grid-container-6 {
  background-color: #0e0e0e;
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.grid-container-7 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/food-set.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 0;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.grid-container-8 {
  background-color: #181818;
  border: 1px #1f1f1f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 40px;
  display: flex;
}

.grid-container-9 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.grid-container-10 {
  background-color: #fff;
  border: 1px #1f1f1f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.grid-container-11 {
  background-color: #32373c;
  border: 1px #ebebeb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.grid-container-12 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #272727;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 0;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.grid-container-13 {
  background-color: #0e0e0e;
  border: 1px #ebebeb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.events-head-wrapper {
  background-color: #000000bd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 70px;
  display: flex;
}

.events-head-wrapper.other-colour {
  background-color: #0f0c00bd;
}

.parallax {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-3.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

.parallax.paralax-other-image {
  background-image: linear-gradient(#00000078, #00000078), url('../images/Gallery-10.png');
}

.parallax.hidden {
  display: none;
}

.parallax-head {
  color: #ffffffb3;
  text-align: center;
  font-size: 5vw;
  line-height: 5vw;
}

.parallax-head.take-away {
  margin-top: 100px;
  margin-bottom: 10px;
  font-size: 6vw;
  line-height: 6vw;
}

.parallax-head.take-away.space-dwn {
  margin-top: 0;
  margin-bottom: 49px;
  padding-top: 61px;
}

.parallax-head.take-away.space-dwn.black-text {
  margin-top: 80px;
  padding-top: 100px;
}

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

.events-container {
  width: 100%;
  min-width: auto;
  max-width: none;
  position: static;
  inset: auto 0% 0%;
}

.accordion-item {
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.accordion-toggle {
  color: #fff;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.accordion-toggle.w--open:active {
  color: #fff;
}

.toggle-left-wrap {
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.day {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: row-reverse wrap;
  align-content: flex-start;
  font-weight: 400;
}

.accordion-body {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  height: 0;
  display: block;
  position: static;
}

.accordion-body.w--open {
  background-color: #f5f5f5;
  display: block;
  position: relative;
}

.accordion-content {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.parallax-wrapper {
  background-color: #0000;
  max-width: 1400px;
  padding: 70px;
}

.accordion-paragraph {
  color: #333;
  margin-bottom: 0;
}

.menu-section {
  background-color: var(--black-2);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 800px;
  min-height: auto;
  display: flex;
}

.menu-left-side {
  width: 40%;
  height: 100%;
}

.menu-right-side {
  color: #3330;
  background-color: #fff0;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.menu-right-side.white-text {
  background-color: var(--orange);
}

.menu-slider {
  width: 100%;
  height: 100%;
  min-height: auto;
}

.slide {
  background-image: url('../images/-Smash-Insta-1.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.slide-loukoumaki {
  background-image: url('../images/-Louk-Insta-3.png');
}

.slide-2 {
  background-image: url('../images/-Smash-Insta-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2.slide-loukoumaki {
  background-image: url('../images/-Louk-Insta-4.png');
}

.slide-3 {
  background-image: url('../images/-Smash-Insta-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.slide-loukoumkai {
  background-image: url('../images/-Louk-Insta-5.png');
}

.slide-4 {
  background-image: url('../images/-Smash-Insta-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4.loukoumkai {
  background-image: url('../images/-Louk-Insta-1.png');
}

.slide-nav {
  background-color: #00000080;
}

.right-container {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  height: auto;
  padding: 0;
  display: flex;
}

.alice-menu-list {
  border-bottom: 1px solid #757575;
  flex-direction: column;
  align-items: stretch;
  min-height: auto;
  margin-bottom: 12px;
  padding-bottom: 0;
  display: block;
}

.price {
  text-align: right;
}

.price-list-item {
  justify-content: flex-end;
  align-items: center;
  min-height: 77px;
  margin-bottom: 20px;
  display: flex;
}

.list-menu-head {
  margin-top: 0;
  margin-bottom: 3px;
}

.parallax-parargraph-centered {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 22px;
  font-weight: 200;
  line-height: 28px;
}

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

.events-head {
  color: #fff9;
  font-size: 8vw;
  line-height: 10vw;
}

.about-head {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  line-height: 65px;
}

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

.top-text-about {
  letter-spacing: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.paragraph-black {
  color: #333;
}

.menu-text-list {
  width: 100%;
  margin-top: 25px;
  padding-left: 0;
}

.menu-text-list.balck-text {
  color: var(--black);
}

.price-text-list {
  width: 30%;
  margin-top: 50px;
}

.quote-head {
  color: #fff;
  max-width: 900px;
  font-size: 35px;
  font-weight: 200;
  line-height: 50px;
}

.quote-span-4 {
  color: #fff;
}

.quote-span-4.yellow-text {
  color: var(--orange);
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/-Louk-Insta-3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-field-2 {
  background-color: #0000;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

._404-wrapper {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/-Louk-Insta-5.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

._404-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #d8ebca;
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.text-block-21 {
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
}

.opacity-mobile {
  background-color: #00000085;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.text-block-22 {
  font-family: Great Vibes, cursive;
  font-size: 28px;
  line-height: 30px;
}

.list-menu-paragraph {
  margin-bottom: 0;
}

.list-menu-paragraph.black-text {
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.changelog-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  color: var(--black);
}

.container {
  background-color: #fff0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.image-2 {
  opacity: .87;
}

.slider {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.slide-5 {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/-Smash-Insta-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5.slide-5-louk {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Image-7.jpeg');
}

.slide-6 {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/Image-5.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-6.slide-6-loukoum {
  background-image: linear-gradient(#00000061, #00000061), url('../images/Image-3_1.jpeg');
}

.left-arrow {
  display: block;
}

.left-arrow.hidden {
  z-index: -2;
}

.right-arrow {
  z-index: -2;
  display: block;
}

.slide-nav-2 {
  display: none;
}

.menu-button-2 {
  z-index: 33333;
  background-color: #0000;
  align-items: center;
  display: flex;
}

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

.burgher-line {
  background-color: #fff;
  border: 1px #000;
  width: 35px;
  height: 1px;
}

.burgher-line.center {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-menu-2 {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-right: 100px;
  display: block;
  position: relative;
}

.flex-nav {
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-top: 11px;
  padding-right: 0;
  display: flex;
  position: static;
  top: 10px;
}

.main-link {
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: .9rem;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.main-link:hover {
  color: #13cf62d6;
}

.main-link.nav {
  color: #fff;
  margin-bottom: 0;
  margin-right: 7px;
  padding-left: 9px;
  padding-right: 9px;
}

.main-link.nav:hover {
  color: var(--red);
  text-decoration: none;
}

.main-link.nav.w--current {
  color: var(--red);
}

.main-link.nav.order-online-button {
  border-style: none;
  border-width: 1px 1.5px;
  border-color: var(--red);
  background-color: var(--red);
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 300;
  transition: all .5s;
}

.main-link.nav.order-online-button:hover {
  border-top-color: var(--red);
  border-bottom-color: var(--red);
  color: var(--red);
  background-color: #fff0;
}

.main-link.nav.order-online-button.loukoumaki-button {
  border: 1px none var(--black);
  background-color: var(--orange);
  color: var(--black);
  font-weight: 400;
}

.main-link.nav.order-online-button.loukoumaki-button:hover {
  color: var(--black);
}

.main-link.nav.loukoumaki-button {
  color: var(--orange);
}

.main-link.nav.loukoumaki-button:hover {
  color: var(--black);
}

.main-link.nav.hidden {
  display: none;
}

.main-image {
  opacity: .66;
  width: auto;
  height: auto;
  font-size: 18px;
}

.main-image:hover {
  max-width: 120%;
  font-size: 14px;
}

.main-image.nav {
  width: 140px;
}

.brand-2 {
  width: auto;
}

.menu-button-3 {
  background-color: #0000;
  align-items: center;
  display: flex;
}

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

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-text-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.footer-text-wrapper-2.space-up {
  margin-top: 19px;
}

.text-field-3 {
  border: .4px solid var(--white);
  background-color: #0000006e;
}

.text-field-3.black-text {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff0;
}

.footer-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 43px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-2.white-back {
  background-color: var(--white);
}

.footer-2.white-back.other-back {
  background-color: var(--gainsboro);
}

.footer-text-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 12px;
}

.form-block {
  display: block;
}

.column {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.column._2nd-column {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.italic-text {
  color: #999;
  letter-spacing: 2px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.container-2 {
  text-align: center;
  justify-content: center;
  align-self: center;
  max-width: 100%;
  padding-left: 77px;
  padding-right: 77px;
  display: flex;
}

.image-3 {
  margin-top: -11px;
}

.submit-button-2 {
  border: .4px solid var(--red);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: red;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  line-height: 14px;
  transition: all .475s;
}

.submit-button-2:hover {
  border: .6px solid var(--white);
  background-color: #f000;
}

.submit-button-2.yello-submit {
  border-color: var(--orange);
  background-color: var(--orange);
}

.footer-link-block-2 {
  opacity: 1;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  transition: opacity .4s cubic-bezier(.55, .085, .68, .53);
}

.footer-link-block-2:hover {
  opacity: 1;
  text-decoration: none;
}

.footer-link-block-2.hidden {
  display: none;
}

.field-label {
  margin-bottom: 18px;
}

.heading-12 {
  color: #ffffffbd;
  margin-top: 0;
}

.columns {
  text-align: center;
  align-items: stretch;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-block {
  justify-content: center;
  width: 100%;
  margin-bottom: 34px;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

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

.image-4 {
  text-align: left;
}

.section-slider {
  cursor: none;
  height: 100vh;
  position: relative;
}

.section-slider.hidden {
  display: none;
}

.bg-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.bg-slide.fourth.loukoumaki {
  background-image: linear-gradient(#00000042, #00000042), url('../images/Image-4.jpeg');
}

.bg-slide.third {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gallery-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.bg-slide.second.loukoumaki {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Image-13.jpeg');
}

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

.bg-slide.sevensth.loukoumaki {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Gallery-10.png');
}

.bg-slide.sixth {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Food-7.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.bg-slide.fifth.loukoumaki {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Image-6.jpeg');
  background-position: 0 0, 50%;
}

.bg-slide.first {
  background-image: linear-gradient(#00000069, #00000069), url('../images/Gallery-6.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-slide.first.loukoumaki {
  background-image: linear-gradient(#00000052, #00000052), url('../images/Louk-1-Back.png');
}

.bg-slide.loukoumaki {
  background-image: linear-gradient(#00000063, #00000063), url('../images/Image-12.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-2 {
  height: 100%;
}

.div-block-4 {
  background-color: #000;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.div-block-4.yellow-back {
  background-color: var(--orange);
}

.left-arrow-2, .right-arrow-2 {
  width: 50vw;
}

.wrap-text-instagram {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 34px 34px 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-arrow-3 {
  inset: 7% 8% auto auto;
}

.image-5 {
  width: 100%;
}

.instagram-section {
  padding-top: 138px;
  padding-bottom: 62px;
  position: relative;
}

.main-heading {
  opacity: .7;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
}

.main-heading.black-tex {
  color: var(--black);
}

.rotyate {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.instagram-text {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}

.slide-insta {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 90px;
  right: -76px;
}

.container-text {
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.mask-instagram-slider {
  width: 40%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  left: 0;
  overflow: visible;
}

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

.container-3 {
  background-color: #0000;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.second {
  max-width: 1200px;
}

.line-instagram {
  background-color: #fff;
  width: 40px;
  height: 1px;
  margin-left: 40px;
  margin-right: 10px;
}

.line-instagram.black-line {
  background-color: var(--black);
}

.link-block-2 {
  z-index: 22;
  position: absolute;
  inset: 0%;
}

.rotate-wrap {
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: rotate(-90deg);
}

.left-arrow-3 {
  inset: 7% 18% auto auto;
}

.instagram-slider {
  background-color: #0000;
  height: auto;
  padding-top: 0;
  overflow: hidden;
}

.instagram-logo {
  width: 25px;
}

.link-block-5 {
  text-align: center;
  width: auto;
}

.image-9 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px;
}

.image-9.logo-2 {
  border-width: 0;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  padding-bottom: 0;
}

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

.container-4:hover {
  opacity: 1;
  color: #552020;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.container-5:hover {
  opacity: 1;
}

.wrapper {
  height: 100vh;
  display: flex;
}

.italic-text-2 {
  text-indent: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 5px;
  text-decoration: none;
}

.italic-text-2.enter-site {
  font-size: 16px;
}

.link-block-3 {
  text-align: center;
  width: auto;
}

.link-block-3:hover {
  opacity: 1;
}

.column-2 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.column-2.col-2 {
  background-image: linear-gradient(#000000a1, #000000a1);
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
}

.bold-text-14 {
  color: #ff5136;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  text-transform: none;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 30px;
  display: block;
  position: relative;
  overflow: visible;
}

.text-block-5.text-2.text-3 {
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
}

.image-8 {
  color: #0000;
  margin-top: -288px;
  margin-left: -231px;
  display: block;
}

.container-6 {
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navbar-2 {
  z-index: 9999999;
  background-color: #fc636300;
  justify-content: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button-4 {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 0 0;
  display: flex;
  position: absolute;
  inset: 0% 4% 0% auto;
}

.menu-button-4:active {
  background-color: #d3222200;
}

.menu-button-4:focus {
  background-color: #a8212100;
}

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

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

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

.div-block-40 {
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.tab-link-tab-1 {
  color: var(--white);
  background-color: #ddd0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 16px;
  transition: all .425s;
}

.tab-link-tab-1:hover {
  background-color: var(--firebrick);
  text-decoration: none;
}

.tab-link-tab-1:active, .tab-link-tab-1:focus, .tab-link-tab-1:visited {
  background-color: var(--firebrick);
}

.tab-link-tab-1.w--current {
  background-color: var(--firebrick);
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.tab-link-tab-1.w--current:hover {
  background-color: var(--firebrick);
  text-decoration: none;
}

.tab-link-tab-1.w--current:focus, .tab-link-tab-1.w--current:visited {
  background-color: var(--dark-goldenrod-2);
}

.tab-link-tab-1.tab-lokoum {
  background-color: var(--black);
}

.tab-link-tab-1.tab-lokoum:hover {
  background-color: var(--dark-goldenrod-2);
}

.text-block-23 {
  background-color: var(--dim-grey);
  color: var(--white);
  padding: 9px;
  font-size: 12px;
}

.text-block-23.space-up {
  margin-top: 12px;
}

.text-block-23.white-text {
  background-color: var(--dark-goldenrod-2);
  margin-bottom: 10px;
  padding: 14px 17px;
  font-size: 16px;
  line-height: 18px;
}

.div-block-41 {
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 30px;
  display: flex;
}

.tab-pane-tab-1 {
  padding-top: 30px;
}

.div-block-42 {
  justify-content: space-between;
  display: flex;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  display: none;
}

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

.tabs-content {
  overflow: scroll;
}

.footer-down-block {
  border-top: 1px solid var(--red);
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  padding: 20px 64px;
  display: flex;
}

.footer-down {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-footer-down {
  color: var(--grey);
  letter-spacing: .4px;
  font-size: 12px;
  line-height: 130%;
}

.link-footer-down {
  color: #16ad11;
  font-size: 11px;
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1);
}

.link-footer-down:hover {
  color: #95a3b2;
}

.grid-social {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  display: block;
}

.link-social {
  text-align: left;
  margin-right: 13px;
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.link-social:hover {
  opacity: .5;
}

.link-social.hidden {
  display: none;
}

.link-social.space-up {
  margin-top: 11px;
  margin-right: 0;
}

.icon-social {
  width: 30px;
  max-width: none;
  height: 30px;
}

.icon-social:hover {
  color: var(--red);
}

.heading-13 {
  margin-bottom: 0;
}

.heading-14 {
  margin-top: 0;
}

.div-block-43 {
  margin-top: 14px;
}

.div-block-44 {
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  width: 90%;
  margin-top: 18px;
  margin-bottom: 14px;
}

.footer-down-block-2 {
  border-top: 1px solid red;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 20px 64px;
  display: flex;
}

.footer-down-block-2.grey-back {
  border-top-color: var(--orange);
  background-color: var(--gainsboro);
  justify-content: center;
  display: block;
}

.icon-social-2 {
  color: var(--grey);
  width: 30px;
  max-width: none;
  height: 30px;
}

.icon-social-2:hover {
  color: red;
}

.text-field-4 {
  background-color: #0000006e;
  border: .4px solid #fff;
}

.div-block-45 {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  width: 70%;
  margin-top: 18px;
}

.submit-button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: red;
  border: .4px solid red;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  line-height: 14px;
  transition: all .475s;
}

.submit-button-3:hover {
  background-color: #f000;
  border: .6px solid #fff;
}

.link-block-6 {
  display: block;
}

.link-7 {
  color: var(--black);
}

.link-7:hover {
  text-decoration: none;
}

.tab-link-tab-1-2 {
  color: #fff;
  background-color: #ddd0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 16px;
  transition: all .425s;
}

.tab-link-tab-1-2:hover, .tab-link-tab-1-2:active, .tab-link-tab-1-2:focus, .tab-link-tab-1-2:visited {
  background-color: #d60000;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #d60000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.tab-link-tab-1-2.w--current:hover, .tab-link-tab-1-2.w--current:focus, .tab-link-tab-1-2.w--current:visited {
  background-color: red;
}

.text-block-24 {
  color: #fff;
  background-color: #535353;
  padding: 9px;
  font-size: 12px;
}

.text-block-24.space-up {
  margin-top: 12px;
}

.div-block-46 {
  align-items: center;
  display: flex;
}

.heading-15 {
  color: var(--black-2);
  margin-bottom: 0;
}

.image-10 {
  margin-right: 16px;
}

.columns-2 {
  width: 60%;
}

.div-block-47, .div-block-48 {
  margin-right: 30px;
}

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

.link-8 {
  color: var(--black);
  font-size: 16px;
}

.link-9 {
  font-size: 16px;
}

.lightbox-link {
  height: 100%;
}

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

.enter-wrapper {
  z-index: 2147483647;
  color: #1f1e1e;
  background-color: #000000ba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 176px;
  display: none;
  position: static;
  inset: 0%;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-top: 1px solid #d10005;
  border-bottom: 1px solid #d10005;
  width: auto;
  margin-bottom: 11px;
  padding: 2px 7px;
  font-size: 1.4rem;
}

.text-block-10:hover {
  letter-spacing: 0;
}

.div {
  width: 70%;
  height: 50%;
}

@media screen and (min-width: 1440px) {
  .hamburger-wrapper {
    z-index: -1;
  }

  .container {
    position: relative;
  }

  .nav-menu-2 {
    z-index: 2222;
    position: static;
  }

  .flex-nav {
    background-color: #fff0;
  }

  .main-link.nav.order-online-button:hover {
    color: #fff;
    background-color: #13cf6294;
  }

  .main-image.nav {
    width: 160px;
  }

  .bg-slide.sevensth {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/Insta-4.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bg-slide.nineth {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Insta-6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bg-slide.eighth {
    background-image: linear-gradient(#0006, #0006), url('../images/Insta-5.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 50vw;
  }

  .right-arrow-3 {
    z-index: 2;
    top: 6.5%;
    right: 13.5%;
  }

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

  .container-text {
    padding-left: 0;
  }

  .mask-instagram-slider {
    width: 30%;
  }

  .image-6 {
    width: 60px;
    max-width: none;
  }

  .container-3.second {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .left-arrow-3 {
    z-index: 2;
    right: 20%;
  }
}

@media screen and (max-width: 991px) {
  .licensing-container, .alice-container {
    width: 80%;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    top: 32%;
    right: 5%;
  }

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

  .nav-menu {
    width: 100%;
    height: 100vh;
  }

  .hamburger-wrapper {
    display: block;
  }

  .hamburger-wrapper.hidden {
    width: auto;
    height: auto;
    display: block;
  }

  .menu-container {
    width: 100%;
  }

  .menu-text {
    line-height: 7vh;
  }

  .menu-link-block {
    opacity: 1;
  }

  .haburger-horizintal-line {
    width: 30px;
  }

  .haburger-horizintal-line.second-line {
    width: 30px;
    margin-top: 13px;
  }

  .haburger-horizintal-line.second-line.first-line {
    margin-top: 1px;
  }

  .haburger-horizintal-line.third-line {
    margin-top: 25px;
  }

  .menu-container-left, .menu-container-right {
    width: 100%;
  }

  .hero-head-wrapper {
    align-items: center;
  }

  .hero-head.is {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .sticky-image {
    display: none;
  }

  .loop-image {
    background-size: contain;
  }

  .loop-image.fourth-image, .loop-image.second-image {
    background-position: 50% 100%;
    background-size: contain;
  }

  .sticky-head {
    text-align: left;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .sticky-section {
    padding-left: 21px;
    padding-right: 21px;
  }

  .right-block-sticky {
    float: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20vh 20px 0;
    display: flex;
  }

  .grid-wrapper {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .quote-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .events {
    min-height: auto;
  }

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

  .about-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .normal-paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-head {
    text-align: center;
    font-size: 9vw;
    line-height: 9vw;
  }

  .grid-container-7 {
    display: none;
  }

  .grid-container-9 {
    min-height: 400px;
  }

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

  .parallax-head {
    font-size: 9vw;
    line-height: 9vw;
  }

  .parallax-head.take-away {
    font-size: 9vw;
    line-height: 8vw;
  }

  .menu-section {
    flex-direction: column;
    height: auto;
  }

  .menu-left-side {
    width: 100%;
    height: 400px;
  }

  .menu-right-side {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-slider {
    min-height: 400px;
  }

  .right-container {
    padding: 10px;
  }

  .about-head {
    font-size: 45px;
    line-height: 55px;
  }

  .menu-text-list {
    padding-left: 20px;
  }

  .container {
    justify-content: space-between;
    padding-left: 34px;
    padding-right: 34px;
  }

  .menu-button-2.w--open {
    padding-right: 0;
  }

  .nav-menu-2 {
    z-index: 99999999;
    background-color: #fff0;
    margin-top: 0;
    padding-right: 0;
    position: relative;
  }

  .flex-nav {
    z-index: 2147483647;
    background-color: #fff0;
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    display: block;
    position: static;
    top: 0;
  }

  .flex-nav.hidden {
    display: none;
  }

  .main-link {
    font-size: 18px;
  }

  .main-link.nav {
    color: #fff;
    text-align: center;
    background-color: #000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    transition: all .475s, color .4s ease-in-out;
  }

  .main-link.nav:hover {
    background-color: var(--firebrick);
    color: #000;
  }

  .main-link.nav:visited {
    background-color: #13cf62d6;
  }

  .main-link.nav.w--current {
    color: #fff;
    background-color: #c1ae8e;
  }

  .main-link.nav.order-online-button {
    background-color: var(--firebrick);
    padding: 14px 44px;
    font-size: 14px;
  }

  .main-link.nav.order-online-button:hover {
    color: var(--white);
    background-color: #d60000d4;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .main-link.nav.order-online-button.loukoumaki-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .main-link.nav.order-online-button.loukoumaki-button:hover {
    background-color: #ffab00c7;
  }

  .main-link.nav.loukoumaki-button {
    letter-spacing: 1px;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .main-link.nav.loukoumaki-button:hover {
    background-color: var(--orange);
  }

  .main-link.nav.loukoumaki-button:visited {
    color: var(--orange);
  }

  .menu-button-3.w--open {
    padding-right: 0;
  }

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

  .column {
    padding-left: 0;
  }

  .container-2 {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .submit-button-2 {
    text-align: center;
    padding-left: 86px;
    padding-right: 86px;
  }

  .columns {
    flex-wrap: nowrap;
    width: 700px;
    margin-top: 12px;
    display: flex;
  }

  .column-3 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .section-slider {
    height: 740px;
  }

  .div-block-4 {
    z-index: 999;
  }

  .left-arrow-2 {
    align-items: center;
    padding-left: 55px;
    display: flex;
  }

  .right-arrow-2 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 55px;
    display: flex;
  }

  .wrap-text-instagram {
    padding: 20px;
  }

  .right-arrow-3 {
    width: 60px;
    top: 30%;
  }

  .instagram-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .slide-insta {
    padding-right: 60px;
  }

  .container-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .mask-instagram-slider {
    width: 40%;
  }

  .rotate-wrap {
    bottom: 21%;
    left: -5%;
  }

  .left-arrow-3 {
    width: 60px;
    top: 30%;
    right: 20%;
  }

  .instagram-slider {
    padding-top: 75px;
  }

  .image-9, .image-9.logo-2 {
    margin-left: auto;
  }

  .wrapper {
    flex-direction: row;
  }

  .text-block-5 {
    margin-left: 90px;
    margin-right: 1px;
    padding-left: 0;
    padding-right: 0;
    line-height: 40px;
    display: block;
  }

  .text-block-5.text-2.text-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
  }

  .image-8 {
    flex: 0 auto;
    margin-top: -370px;
    margin-left: -245px;
  }

  .container-6 {
    margin-top: 0;
    padding-left: 37px;
  }

  .navbar-2 {
    margin-top: 26px;
  }

  .menu-button-4 {
    width: 50px;
    height: 50px;
    padding-top: 0;
    top: 11%;
  }

  .menu-button-4.w--open {
    z-index: -1;
  }

  .submit-button-3 {
    text-align: center;
    padding-left: 86px;
    padding-right: 86px;
  }

  .image-11 {
    width: 100%;
  }

  .enter-wrapper {
    display: none;
  }

  .div {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .licensing-container, .alice-container {
    width: 80%;
  }

  .nav-menu {
    overflow: auto;
  }

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

  .menu-wrapper {
    background-color: #fff;
    flex-direction: column;
  }

  .menu-text {
    font-size: 9vw;
  }

  .footer-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .logo-wrapper {
    align-items: flex-start;
  }

  .vertical-menu-wrapper {
    display: none;
  }

  .menu-container-left {
    height: auto;
    min-height: 100vh;
    display: none;
  }

  .menu-container-right {
    padding-top: 55px;
  }

  .background-video {
    display: none;
  }

  .hero-head-wrapper {
    align-items: center;
  }

  .hero-head.is {
    margin-left: 7px;
    margin-right: 7px;
  }

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

  .sticky-image {
    margin-bottom: 30px;
    display: block;
  }

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

  .sticky-head {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
  }

  .sticky-text-wrapper {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .right-block-sticky {
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sticky-image-wrapper {
    display: none;
    position: static;
  }

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

  .events {
    min-height: auto;
  }

  .uppercase-paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .about-text-wrapper {
    border-left-width: 0;
    width: 100%;
    padding: 10px 0;
  }

  .about-text-wrapper.black-text {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us.white-back {
    flex-direction: column;
  }

  .parallax {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .parallax-head {
    font-size: 10vw;
    line-height: 10vw;
  }

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

  .menu-left-side {
    width: 100%;
    height: 400px;
  }

  .menu-right-side {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-slider {
    min-height: 400px;
  }

  .parallax-parargraph-centered {
    display: none;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 10px;
    line-height: 15px;
  }

  .menu-text-list {
    padding-left: 20px;
  }

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

  .opacity-mobile {
    opacity: 1;
    background-color: #000000c4;
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/8.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: none;
  }

  .ls, .list-menu-paragraph {
    font-size: 10px;
    line-height: 15px;
  }

  .main-link {
    margin-bottom: 40px;
  }

  .footer-text-wrapper-2 {
    text-align: center;
    flex-direction: column;
    margin-left: 123px;
    display: flex;
  }

  .footer-2 {
    height: auto;
    padding: 60px 67px 0;
  }

  .column {
    padding-bottom: 36px;
  }

  .container-2 {
    text-align: center;
    order: 0;
    align-self: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex-direction: column;
    width: 100%;
  }

  .link-block {
    margin-left: 0;
    padding-bottom: 56px;
  }

  .column-3 {
    text-align: center;
    display: none;
  }

  .icon-2 {
    font-size: 27px;
  }

  .section-slider {
    height: 500px;
  }

  .icon {
    width: 22px;
    font-size: 27px;
  }

  .div-block-4 {
    width: 60px;
    height: 60px;
  }

  .right-arrow-3 {
    inset: 146px 40px auto auto;
  }

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

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

  .container-text {
    flex-direction: column;
    margin-bottom: 29px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .mask-instagram-slider {
    width: 60%;
  }

  .rotate-wrap {
    bottom: -2%;
    left: -17%;
  }

  .left-arrow-3 {
    inset: 148px auto auto 40px;
  }

  .instagram-slider {
    padding-bottom: 0;
    padding-left: 38px;
    padding-right: 38px;
  }

  .link-block-5 {
    width: 100%;
  }

  .image-9 {
    margin-left: auto;
    padding-bottom: 26px;
  }

  .image-9.logo-2 {
    margin-top: 0;
    margin-left: auto;
  }

  .container-5 {
    padding-top: 0;
  }

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

  .link-block-3 {
    width: 100%;
  }

  .column-2 {
    flex: 0 auto;
    justify-content: space-around;
    width: 100%;
    height: 50%;
  }

  .column-2.col-2 {
    height: 50%;
    padding-top: 0;
  }

  .text-block-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-5.text-2 {
    margin-left: 398px;
    margin-right: -94px;
  }

  .image-8 {
    flex: 0 auto;
    align-self: auto;
    margin-left: -662px;
  }

  .container-6 {
    margin-top: 0;
  }

  .menu-button-4 {
    width: 50px;
    height: 50px;
    padding-top: 0;
    right: 7%;
  }

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

  .footer-down {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-down-block-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .submit-button-3 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .image-11 {
    width: 100%;
  }

  .enter-wrapper {
    height: 100vh;
    padding-left: 92px;
    padding-right: 92px;
    position: relative;
  }

  .text-block-10 {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .heading-11 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .link-3, .link-6 {
    font-size: 16px;
  }

  .alice-container {
    width: 90%;
    padding: 10px;
  }

  .brand {
    padding-left: 0;
    top: -15px;
    left: -2px;
  }

  .menu-button {
    right: 4%;
  }

  .hamburger-wrapper.hidden {
    right: 0;
  }

  .menu-text {
    font-size: 13vw;
    line-height: 8vh;
  }

  .menu-container-left {
    height: auto;
    min-height: 100vh;
  }

  .menu-container-right {
    width: 50%;
  }

  .submit-button.menu-button-3.line.hover-other {
    margin-top: 60px;
  }

  .submit-button.menu-button-3.line.hover-yellow-colour {
    margin-top: 25px;
  }

  .menu-head {
    text-align: left;
  }

  .menu-paragraph {
    display: none;
  }

  .hero-head-wrapper {
    align-items: center;
    width: 100%;
    padding: 25px;
  }

  .hero-separator {
    width: 100%;
  }

  .hero-head {
    font-size: 14vw;
    line-height: 14vw;
  }

  .hero-head.is {
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .sticky-head {
    text-align: left;
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
  }

  .sticky-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-text-wrapper {
    margin-left: 0;
  }

  .right-block-sticky {
    float: right;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrapper {
    align-items: flex-start;
    width: 90%;
  }

  .grid-container {
    min-height: 350px;
  }

  .grid-wrapper {
    margin-top: 66px;
  }

  .grid-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-section {
    padding: 60px 20px;
  }

  .signature-wrapper {
    margin-top: 30px;
  }

  .signature {
    font-size: 12px;
  }

  .events {
    min-height: auto;
  }

  .uppercase-paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  .about-us {
    padding: 30px 38px;
  }

  .about-us.white-back {
    padding-left: 25px;
    padding-right: 25px;
  }

  .normal-paragraph.black-text {
    font-size: 18px;
    line-height: 22px;
  }

  .take-away-section {
    margin-left: 0;
  }

  .content-block-wrapper {
    width: 75vw;
    height: 65vh;
    max-height: 320px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-head {
    text-align: center;
    font-size: 14vw;
    line-height: 16vw;
  }

  .card-head {
    text-align: center;
    margin-top: 10px;
  }

  .grid-container-2, .grid-container-4, .grid-container-8, .grid-container-10, .grid-container-11, .grid-container-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .events-head-wrapper {
    padding: 20px 20px 40px;
  }

  .parallax-head.take-away {
    font-size: 10vw;
    line-height: 10vw;
  }

  .accordion-body {
    height: 0;
    display: block;
  }

  .parallax-wrapper {
    padding: 20px;
  }

  .right-container {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .alice-menu-list {
    min-height: 100px;
  }

  .price-list-item {
    align-items: flex-start;
    min-height: 100px;
    padding-left: 0;
    padding-right: 10px;
  }

  .parallax-parargraph-centered {
    display: none;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 10px;
    line-height: 14px;
  }

  .events-head {
    font-size: 14vw;
    line-height: 14vw;
  }

  .about-head {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 32px;
  }

  .menu-text-list {
    padding-left: 10px;
  }

  .quote-head {
    font-size: 22px;
    line-height: 32px;
  }

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

  .ls, .list-menu-paragraph {
    font-size: 10px;
    line-height: 14px;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

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

  .nav-menu-2 {
    color: var(--black);
    margin-top: 0;
  }

  .nav-menu-2:hover {
    background-color: #0000;
  }

  .flex-nav {
    color: var(--black);
  }

  .main-link.nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-link.nav:focus {
    background-color: var(--firebrick);
  }

  .main-link.nav.order-online-button {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .main-link.nav.order-online-button.loukoumaki-button {
    color: var(--black);
  }

  .text-field-3 {
    width: 200px;
    margin-left: 9px;
  }

  .footer-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-text-2 {
    width: 170px;
  }

  .form-block {
    width: 200px;
    padding-left: 0;
  }

  .column {
    text-align: center;
    padding-left: 0;
  }

  .italic-text {
    margin-left: 3px;
  }

  .form {
    width: auto;
  }

  .submit-button-2 {
    margin-left: 9px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .heading-12, .columns {
    width: 220px;
  }

  .link-block {
    width: 220px;
    padding-bottom: 0;
  }

  .left-arrow-2 {
    padding-left: 20px;
  }

  .right-arrow-2 {
    padding-right: 20px;
  }

  .right-arrow-3 {
    inset: 42% 9% auto auto;
  }

  .image-5 {
    width: auto;
  }

  .instagram-section {
    padding-bottom: 8px;
  }

  .instagram-text {
    margin-bottom: 10px;
  }

  .slide-insta {
    right: 0;
  }

  .container-text {
    padding-bottom: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-instagram-slider {
    width: 100%;
  }

  .row {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .line-instagram {
    display: none;
  }

  .rotate-wrap {
    left: -32%;
  }

  .left-arrow-3 {
    inset: 42% auto auto 9%;
  }

  .instagram-slider {
    padding-top: 51px;
    padding-bottom: 46px;
  }

  .image-9 {
    text-align: center;
    margin-top: -25px;
    margin-left: 0;
    padding-bottom: 37px;
  }

  .image-9.logo-2 {
    margin-left: 0;
  }

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

  .container-5 {
    flex-direction: column;
  }

  .link-block-3 {
    text-align: center;
  }

  .column-2.col-2 {
    padding-top: 0;
  }

  .text-block-5 {
    margin-left: 261px;
  }

  .text-block-5.text-2.text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-8 {
    margin-left: -417px;
  }

  .container-6 {
    margin-top: 0;
  }

  .footer-down-block {
    margin-top: 21px;
    padding: 14px 0 0;
  }

  .footer-down {
    text-align: center;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px;
  }

  .text-footer-down {
    margin-bottom: 0;
    line-height: 17px;
  }

  .link-footer-down {
    line-height: 18px;
  }

  .footer-down-block-2 {
    margin-top: 50px;
  }

  .footer-down-block-2.grey-back {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-field-4 {
    width: 200px;
    margin-left: 9px;
  }

  .submit-button-3 {
    margin-left: 9px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    width: 100%;
  }

  .enter-wrapper {
    padding: 32px 0 100px;
  }

  .text-block-10 {
    font-size: .9rem;
  }

  .image-12 {
    max-width: 90%;
  }

  .link-block-7 {
    justify-content: center;
    display: flex;
  }
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f5e-c5015ba4 {
  grid-area: 1 / 1 / 6 / 3;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-c5015ba4 {
  grid-area: 15 / 1 / 20 / 3;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f71-c5015ba4 {
  grid-area: 20 / 2 / 25 / 3;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f72-c5015ba4 {
  grid-area: 9 / 2 / 15 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f74-c5015ba4 {
  grid-area: 6 / 1 / 8 / 2;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f80-c5015ba4 {
  grid-area: 7 / 3 / 9 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-c5015ba4 {
  grid-area: 11 / 1 / 15 / 2;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fa1-c5015ba4 {
  grid-area: 8 / 1 / 11 / 2;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-c5015ba4 {
  grid-area: 15 / 3 / 20 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fb9-c5015ba4 {
  grid-area: 20 / 1 / 25 / 2;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fc5-c5015ba4 {
  grid-area: 20 / 3 / 25 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fd0-c5015ba4 {
  grid-area: 6 / 2 / 9 / 3;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fe0-c5015ba4 {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f5e-120b8568 {
  grid-area: 1 / 1 / 6 / 3;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-120b8568 {
  grid-area: 15 / 1 / 20 / 3;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f71-120b8568 {
  grid-area: 20 / 2 / 25 / 3;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f72-120b8568 {
  grid-area: 9 / 2 / 15 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f74-120b8568 {
  grid-area: 6 / 1 / 8 / 2;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f80-120b8568 {
  grid-area: 7 / 3 / 9 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-120b8568 {
  grid-area: 11 / 1 / 15 / 2;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fa1-120b8568 {
  grid-area: 8 / 1 / 11 / 2;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-120b8568 {
  grid-area: 15 / 3 / 20 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fb9-120b8568 {
  grid-area: 20 / 1 / 25 / 2;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fc5-120b8568 {
  grid-area: 20 / 3 / 25 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fd0-120b8568 {
  grid-area: 6 / 2 / 9 / 3;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fe0-120b8568 {
  grid-area: 1 / 3 / 7 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f5e-c5015ba4 {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-c5015ba4 {
    grid-area: 32 / 1 / 37 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f71-c5015ba4 {
    grid-area: 46 / 1 / 50 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f72-c5015ba4 {
    grid-area: 20 / 1 / 24 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f74-c5015ba4 {
    grid-area: 6 / 1 / 9 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f80-c5015ba4 {
    grid-area: 18 / 1 / 23 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-c5015ba4 {
    grid-area: 28 / 1 / 32 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fa1-c5015ba4 {
    grid-area: 23 / 1 / 28 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-c5015ba4 {
    grid-area: 37 / 1 / 42 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fb9-c5015ba4 {
    grid-area: 42 / 1 / 46 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fc5-c5015ba4 {
    grid-area: 50 / 1 / 55 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fd0-c5015ba4 {
    grid-area: 15 / 1 / 18 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fe0-c5015ba4 {
    grid-area: 9 / 1 / 15 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f5e-120b8568 {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-120b8568 {
    grid-area: 32 / 1 / 37 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f71-120b8568 {
    grid-area: 46 / 1 / 50 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f72-120b8568 {
    grid-area: 20 / 1 / 24 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f74-120b8568 {
    grid-area: 6 / 1 / 9 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f80-120b8568 {
    grid-area: 18 / 1 / 23 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-120b8568 {
    grid-area: 28 / 1 / 32 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fa1-120b8568 {
    grid-area: 23 / 1 / 28 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-120b8568 {
    grid-area: 37 / 1 / 42 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fb9-120b8568 {
    grid-area: 42 / 1 / 46 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fc5-120b8568 {
    grid-area: 50 / 1 / 55 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fd0-120b8568 {
    grid-area: 15 / 1 / 18 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fe0-120b8568 {
    grid-area: 9 / 1 / 15 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-c5015ba4 {
    grid-area: 33 / 1 / 36 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-c5015ba4 {
    grid-area: 28 / 1 / 33 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-c5015ba4 {
    grid-area: 36 / 1 / 42 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fe0-c5015ba4 {
    grid-area: 9 / 1 / 15 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-120b8568 {
    grid-area: 33 / 1 / 36 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-120b8568 {
    grid-area: 28 / 1 / 33 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-120b8568 {
    grid-area: 36 / 1 / 42 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fe0-120b8568 {
    grid-area: 9 / 1 / 15 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f5e-c5015ba4 {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-c5015ba4 {
    grid-area: 33 / 1 / 36 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f74-c5015ba4 {
    grid-area: 4 / 1 / 9 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-c5015ba4 {
    grid-area: 28 / 1 / 33 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-c5015ba4 {
    grid-area: 36 / 1 / 42 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fb9-c5015ba4 {
    grid-area: 42 / 1 / 46 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fc5-c5015ba4 {
    grid-area: 50 / 1 / 55 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fd0-c5015ba4 {
    grid-area: 15 / 1 / 18 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fe0-c5015ba4 {
    grid-area: 9 / 1 / 15 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f5e-120b8568 {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-120b8568 {
    grid-area: 33 / 1 / 36 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f74-120b8568 {
    grid-area: 4 / 1 / 9 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-120b8568 {
    grid-area: 28 / 1 / 33 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-120b8568 {
    grid-area: 36 / 1 / 42 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fb9-120b8568 {
    grid-area: 42 / 1 / 46 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fc5-120b8568 {
    grid-area: 50 / 1 / 55 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fd0-120b8568 {
    grid-area: 15 / 1 / 18 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fe0-120b8568 {
    grid-area: 9 / 1 / 15 / 4;
  }
}


