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

body {
  font-family: SF, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.section {
  width: 100%;
}

.section._100 {
  height: 100vh;
  background-color: #fff;
}

.section._100.z {
  position: relative;
}

.section.fixed {
  position: fixed;
  z-index: 10;
}

.section.z {
  position: relative;
  height: auto;
}

.section.z.white {
  position: relative;
  background-color: #fff;
}

.section.z.light-grey {
  background-color: #f2f2f2;
}

.background-video {
  position: fixed;
  width: 100%;
  height: 100%;
}

.navbar {
  position: absolute;
  width: 100%;
  padding: 50px 50px 0px;
  background-color: transparent;
}

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

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.blanking-section {
  height: 125px;
}

.blanking-section.additional {
  height: 200px;
}

.blanking-section.small {
  height: 10px;
}

.container {
  max-width: 1040px;
}

.section-grid-container {
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dashed-separator {
  width: 1px;
  border-right: 1px dashed #c9c9c9;
}

.feature-grid {
  grid-row-gap: 50px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.feature-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: G, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

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

.feature-subtitle {
  color: #989898;
}

.line-blanking-section {
  width: 100%;
  height: 1px;
  max-width: 1040px;
  margin: 100px auto 60px;
  background-color: #e7e7e7;
}

.line-blanking-section.smaller {
  margin-bottom: 40px;
}

.seen-in-grid {
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.seen-in-img {
  max-height: 40px;
}

.cta-grid {
  margin-top: -75px;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  text-align: center;
  text-decoration: none;
}

.cta-item.deliveroo {
  background-color: #00cdbc;
}

.cta-item.reserve {
  background-image: url('../images/Group-2-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cta-item.menu {
  background-image: url('../images/Group-6-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.cta-item.shop {
  background-image: url('../images/Group-7-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Snyder, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.cta-text-container {
  width: 100%;
  text-align: left;
}

.cta-subtext {
  color: #fff;
}

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

.get-wings-on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Restaurant.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Restaurant.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.cta-heading-copy {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Snyder, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.get-wings-on-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  font-family: Snyder, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-grid {
  margin-top: 0px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  text-decoration: none;
}

.footer-detail-item.deliveroo {
  background-color: #00cdbc;
}

.footer-detail-item.reserve {
  background-image: url('../images/Group-2-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-detail-item.menu {
  background-image: url('../images/Group-6-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.footer-detail-item.shop {
  background-image: url('../images/Group-7-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: G, sans-serif;
  color: #a79258;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.footer-sub-text {
  color: #888;
}

.footer-copyright-text {
  margin-bottom: 40px;
  color: #b6b6b6;
  text-align: center;
}

.stamp {
  position: relative;
  left: 50%;
  top: -59.5px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#w-node-_3958d19f-5c03-a7df-e2d4-1f6a930ecba7-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aaa8ec56-fa3f-c342-5edc-be79273dc01b-04588d3e {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_11d2a63a-d3da-8779-efdd-2494dc55d793-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f88ef674-31ae-8e81-b1e2-78f4b44884c5-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_902cf86e-1652-9461-b18d-b528192be903-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_12b3fd4c-f164-6248-4208-cde1638321d0-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0bad9fd7-ea3c-a5b6-558d-151d153a308d-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_75db2eb1-ea1b-c1c0-e7f4-537ad06a427d-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b362276-4b59-a050-caa0-6fc899941e33-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b362276-4b59-a050-caa0-6fc899941e3a-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b362276-4b59-a050-caa0-6fc899941e41-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b362276-4b59-a050-caa0-6fc899941e48-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b362276-4b59-a050-caa0-6fc899941e4f-04588d3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'SF';
  src: url('../fonts/SF-UI-Display-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF';
  src: url('../fonts/SF-UI-Display-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF';
  src: url('../fonts/SF-UI-Display-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF';
  src: url('../fonts/SF-UI-Display-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Snyder';
  src: url('../fonts/SnyderSpeedBrush.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'G';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}