:root {
  --soft-pink: #fc90a7;
  --navy: #222639;
  --white: white;
  --silver: #edeced;
  --pale-grey: #f6f7f7;
  --mid-grey: #989898;
  --dark-grey: #434d57;
  --blue-grey: #8aa1b2;
  --dodger-blue: #0091ff;
  --soft-blue: #d8edff;
  --pale-blue: #f2f9ff;
  --sky-blue: #80c8ff;
  --black: #080808;
  --pale-pink: #fee8ed;
  --crimson: #f81c4c;
  --combine-library-primary-600: #6157f8;
  --combine-library-grey-200: #bfc4ce;
  --combine-library-grey-800: #1f2c3d;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
  --combine-library-grey-600: #5f6570;
  --combine-library-grey-050: #f2f3f7;
  --relume-library-lite-rl-gray: #f4f4f4;
  --combine-library-white: white;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

a {
  color: var(--soft-pink);
}

.navbar-logo-left {
  z-index: 99999;
  color: var(--navy);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  position: static;
}

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

.container.hero {
  align-items: center;
  max-width: 1140px;
  height: 90vh;
  display: flex;
}

.container.nav {
  color: var(--navy);
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.container.flex {
  border-bottom: 2px none var(--silver);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container.flex.blue {
  flex-direction: row;
}

.container.flex.blue.padded {
  background-color: var(--pale-grey);
  border-radius: 10px;
  justify-content: space-between;
  padding: 60px;
}

.container.flex.restaurant-hero {
  grid-column-gap: 120px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 140px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.container.flex.restaurant-hero.privacy-policy {
  border-bottom-style: solid;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.container.flex.testimonial-header {
  align-items: flex-start;
}

.container.flex.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  position: relative;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: articulat-cf, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s ease-in;
}

.nav-link:hover {
  color: var(--soft-pink);
}

.nav-link:active {
  color: var(--navy);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link:visited {
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 1.25rem;
  margin-right: 0;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: articulat-cf, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.nav-link-accent:hover {
  color: var(--soft-pink);
}

.tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #afb7bb;
  flex: 0 auto;
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.tab-link.w--current {
  opacity: 1;
  color: #356af0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #529dff;
  font-weight: 700;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.spacer {
  background-color: rgba(0, 0, 0, 0);
  height: 48px;
}

.spacer._16 {
  background-color: rgba(0, 0, 0, 0);
  width: 16px;
  height: 16px;
}

.spacer._48 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  width: 48px;
}

.spacer._80 {
  background-color: rgba(0, 0, 0, 0);
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: rgba(0, 0, 0, 0);
  width: 96px;
  height: 96px;
}

.spacer._64 {
  background-color: rgba(0, 0, 0, 0);
  width: 64px;
  height: 64px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
}

.spacer._32 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._128 {
  background-color: rgba(0, 0, 0, 0);
  width: 128px;
  height: 128px;
}

.spacer._60 {
  height: 20px;
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  color: #fff;
  background-color: #356af0;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid.desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.block-quote {
  border-left-color: #9ec5fa;
  font-family: articulat-cf, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.color-block {
  background-color: #f81c4c;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.blue-grey {
  background-color: var(--blue-grey);
}

.color-block.dark-grey {
  background-color: var(--dark-grey);
}

.color-block.navy {
  background-color: var(--navy);
}

.color-block.primary-blue {
  background-color: var(--dodger-blue);
}

.color-block.silver {
  background-color: var(--silver);
}

.color-block.pale-blue {
  background-color: #d0e8ff;
}

.color-block.back-grey {
  background-color: var(--pale-grey);
}

.color-block.soft-blue {
  background-color: var(--soft-blue);
}

.color-block.pale-blue {
  background-color: var(--pale-blue);
  border-style: none;
}

.color-block.white {
  border: 1px solid var(--white);
  background-color: #fff;
}

.color-block.sky-blue {
  background-color: var(--sky-blue);
}

.color-block.mid-grey {
  background-color: var(--mid-grey);
}

.color-block.primary-pink {
  background-color: #f81c4c;
}

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

.color-block.soft-pink {
  background-color: var(--soft-pink);
}

.color-block.pale-pink {
  background-color: var(--pale-pink);
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  color: #929aa1;
  max-width: 400px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-8 {
  width: 66.6667%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-4 {
  width: 33.33%;
}

.sg-menu-link {
  color: #4c5458;
  border-left: 4px solid rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #111314;
  background-color: #e1e5e7;
  padding-right: 0;
  font-weight: 600;
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

._2-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #f81c4c;
  border-radius: 9999px;
  flex: none;
  margin-bottom: 0;
  padding: 16px 32px;
  font-family: articulat-cf, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.button:hover {
  background-color: var(--navy);
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.button:active {
  background-color: var(--black);
}

.button.dark {
  background-color: var(--navy);
  box-shadow: none;
  color: var(--white);
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
}

.button.dark:hover {
  color: var(--soft-pink);
}

.button.dark:active {
  color: #0a3092;
}

.button.disabled {
  box-shadow: none;
  background-color: #d4e9ff;
}

.button.disabled:hover {
  color: #fff;
}

.button.grey {
  box-shadow: none;
  color: #4c5458;
  background-color: #e1e5e7;
}

.button.grey:hover {
  color: #2a2f31;
  background-color: #afb7bb;
}

.button.grey:active {
  color: #111314;
  background-color: #808c91;
}

.button.light {
  background-color: var(--pale-pink);
  color: var(--navy);
}

.button.light:hover {
  background-color: var(--soft-pink);
  color: var(--navy);
}

.button.light:active {
  background-color: var(--black);
  color: #fff;
}

.button.outline {
  box-shadow: inset 0 0 0 2px var(--crimson);
  color: var(--crimson);
  background-color: rgba(0, 0, 0, 0);
}

.button.outline:hover {
  background-color: var(--crimson);
  box-shadow: inset 0 0 0 2px var(--crimson);
  color: #fff;
}

.button.outline:active {
  background-color: #d51841;
  box-shadow: inset 0 0 0 2px #d51841;
}

.button.nav {
  letter-spacing: .2px;
  border-radius: 20px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
}

.icon {
  color: #fff;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
}

.small-button {
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.small-button:hover {
  color: #fff;
  background-color: #0f42c3;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.small-button:active {
  background-color: #0a3092;
}

.small-button.outline {
  color: #356af0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #9accff;
}

.small-button.outline:hover {
  color: #fff;
  background-color: #356af0;
  box-shadow: inset 0 0 0 2px #356af0;
}

.small-button.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.small-button.light {
  color: #356af0;
  background-color: #d0e8ff;
  margin-right: 0;
}

.small-button.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.small-button.light:active {
  color: #fff;
  background-color: #356af0;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.text-box {
  max-width: 750px;
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._500px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._600px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.form-dropdown {
  color: #4c5458;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.form {
  margin-bottom: 8px;
}

.column-styleguide {
  background-color: #d0e8ff;
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.field-label {
  color: #4c5458;
  font-size: 14px;
  font-weight: 500;
}

.sg-nav-container {
  background-color: #f0f2f3;
  width: 240px;
  height: 100vh;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

._1-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.ds-module {
  background-color: #d0e8ff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.text-input {
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.text-input:focus {
  border-color: #529dff;
}

.text-input::placeholder {
  color: #e1e5e7;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.heading.h4 {
  margin-bottom: 12px;
  font-family: articulat-cf, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading.h4.centered {
  color: var(--sky-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

.heading.h4.gradient-clip {
  background-image: linear-gradient(241deg, var(--dodger-blue), var(--combine-library-primary-600) 49%, var(--crimson));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}

.heading.h4.legal-pages {
  margin-top: 60px;
}

.heading.h1 {
  color: var(--navy);
  letter-spacing: .6px;
  width: auto;
  margin-bottom: 18px;
  font-family: forma-djr-display, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1em;
}

.heading.h1.contact {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.heading.h1.hero {
  width: auto;
}

.heading.h1.hero-mobile {
  display: none;
}

.heading.h1.restaurants-page {
  width: auto;
  margin-top: 0;
}

.heading.h1.restaurants-page.center {
  text-align: center;
}

.heading.h6 {
  color: #4c5458;
  font-family: articulat-cf, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading.h3 {
  font-family: articulat-cf, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
}

.heading.h3.white {
  color: var(--white);
  margin-top: 0;
}

.heading.h3.white.gradient-clip {
  background-image: linear-gradient(117deg, var(--dodger-blue), var(--combine-library-primary-600) 50%, #f81c4c);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  display: inline-block;
}

.heading.h3.indirestaurant {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.1em;
}

.heading.h3.legal-pages {
  margin-bottom: 20px;
}

.heading.h3.legal-pages.top {
  margin-top: 0;
}

.heading.h3.legal-pages.sticky {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading.h5 {
  color: var(--mid-grey);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: articulat-cf, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
}

.heading.h5.contact {
  color: var(--dodger-blue);
  letter-spacing: .2px;
}

.heading.h5.navy {
  color: var(--navy);
  margin-bottom: 20px;
  font-size: 20px;
}

.heading.h5.navy.secondary {
  color: var(--navy);
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
}

.heading.h5.navy.secondary.rightpush {
  margin-bottom: 10px;
  padding-left: 20px;
}

.heading.h2 {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: forma-djr-display, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading.h2.center {
  color: var(--navy);
  text-align: center;
}

.heading._404 {
  background-image: linear-gradient(310deg, var(--dodger-blue), var(--combine-library-primary-600) 49%, var(--crimson));
  letter-spacing: -4px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: 140px;
  font-weight: 900;
  line-height: 140px;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

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

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: 0;
  left: 0;
  right: auto;
}

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: 5px;
  display: inline-block;
}

.paragraph {
  margin-bottom: 16px;
  font-family: articulat-cf, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: disc;
}

.paragraph.large {
  width: 50ch;
  font-family: articulat-cf, sans-serif;
  font-size: 20px;
}

.paragraph.large.mobile {
  display: none;
}

.paragraph.small {
  opacity: .75;
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph.normal {
  width: auto;
  max-width: 90%;
}

.paragraph.normal._70ch {
  text-align: center;
  width: 60%;
}

.paragraph.normal.center {
  margin-bottom: 0;
}

.paragraph.normal.restaurants-page {
  max-width: 100%;
  margin-bottom: 0;
}

.paragraph.normal.restaurants-page.center {
  text-align: center;
}

.paragraph.sub-policy {
  font-size: 15px;
  list-style-type: decimal;
}

.paragraph.effectivedate {
  margin-top: 40px;
  font-weight: 700;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.sg-menu {
  width: 100%;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.rich-text {
  text-align: left;
}

.field-block {
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.white-link {
  color: #9ec5fa;
}

.ds-icon-grid {
  margin-top: 24px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.list-item, .list-item-2, .list-item-3 {
  font-family: articulat-cf, sans-serif;
}

.text-link {
  color: var(--soft-pink);
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  color: var(--crimson);
}

.text-link.large {
  color: var(--soft-pink);
  font-size: 16px;
}

.text-link.large:hover {
  color: var(--navy);
}

.text-link.large.hero {
  color: var(--navy);
  transition: color .2s ease-in;
}

.text-link.large.hero:hover {
  color: var(--soft-pink);
}

.text-link.navy {
  color: var(--navy);
  font-weight: 400;
  text-decoration: underline;
}

.text-link.navy:hover {
  color: var(--soft-pink);
}

.text-link.termsjumps {
  color: var(--dark-grey);
  transition: color .2s ease-in;
}

.text-link.termsjumps:hover {
  color: var(--combine-library-grey-200);
}

.section {
  height: 90vh;
}

.section.hero {
  height: 85vh;
  display: none;
}

.section.flex {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.flex.vertical {
  grid-column-gap: 0px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 90vh;
  padding-top: 6rem;
  overflow: hidden;
}

.section.flex.restaurants-hero, .section.flex.restaurants-directory {
  height: auto;
}

.section.flex.restaurants-directory.privacy-policy {
  margin-bottom: 40px;
  position: relative;
}

.hero-grid {
  grid-column-gap: 60px;
  flex: 0 auto;
  grid-template: "."
  / .75fr;
}

.flex-wrap_centerleft {
  width: 100%;
}

.flex-wrap_centerleft.rightside {
  width: 30%;
  min-width: 400px;
}

.flex-wrap_centerleft.leftside {
  width: 60%;
  max-width: 80%;
}

.highlight-wrap {
  background-color: var(--pale-blue);
  border-radius: 20px;
  padding: 48px 36px;
}

.div---buttonswrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.utility-page-wrap {
  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;
  align-items: center;
  width: 260px;
  display: flex;
}

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

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

.header {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 8.7em;
  padding-bottom: 6.2em;
  display: block;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header_sub-line {
  background-color: #242022;
  flex: 0 auto;
  width: 4em;
  height: 1px;
}

.header_sub {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.header_sub-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: 1;
  margin-left: 1em;
  font-size: .8em;
  font-weight: 500;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  width: 3em;
  height: 4px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.splide__arrow {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: rgba(55, 50, 53, .06);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrows-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-dark {
  background-color: var(--navy);
  background-image: linear-gradient(rgba(15, 19, 38, .55), rgba(15, 19, 38, .55));
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -1px;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

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

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

.title-small {
  color: var(--mid-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: articulat-cf, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: articulat-cf, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.footer-link:hover {
  color: rgba(255, 255, 255, .6);
}

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

.footer-social-block.mobile {
  grid-column-gap: 10px;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999px;
  margin-left: 0;
  padding: 0;
  transition: filter .2s ease-in;
}

.footer-social-link:hover {
  filter: invert(31%);
  color: var(--sky-blue);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  padding: 0;
}

.footer-divider {
  background-color: var(--combine-library-grey-800);
  width: 100%;
  height: 1.5px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--mid-grey);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.divider.fullwidth {
  background-color: var(--silver);
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider.fullwidth.testimonial-header {
  margin-top: 40px;
  margin-bottom: 0;
}

.divider.fullwidth.legalpages {
  margin-top: 60px;
}

.image.hiw-icon {
  margin-bottom: 10px;
}

.image.hiw-icon.sitckysection {
  margin-bottom: 0;
}

.div-benefits {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 80px;
  display: flex;
}

.section-6 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.rl-button {
  border: 0px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  background-color: #f81c4c;
  border-radius: 999px;
  padding: 16px 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  transition: background-color .2s ease-in;
}

.rl-button:hover {
  background-color: var(--navy);
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-text-area {
  border: 1px solid var(--silver);
  background-color: var(--pale-grey);
  color: var(--silver);
  border-radius: 5px;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: articulat-cf, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite-rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite-rl-black);
}

.rl-field-label {
  color: var(--navy);
  margin-bottom: .5rem;
  font-family: articulat-cf, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.rl_contact6_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-radio-label {
  color: var(--relume-library-lite-rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-radio-icon {
  border: 1px solid var(--relume-library-lite-rl-black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite-rl-black);
  box-shadow: none;
  margin-top: 0;
}

.rl-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.rl-form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-input {
  border: 1px solid var(--silver);
  background-color: var(--pale-grey);
  color: var(--relume-library-lite-rl-black);
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite-rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite-rl-black);
  font-size: 1rem;
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: articulat-cf, sans-serif;
  display: grid;
}

.rl_contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: articulat-cf, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_icon {
  color: var(--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_contact6_icon-wrapper {
  color: var(--relume-library-lite-rl-black);
  flex: none;
  align-self: flex-start;
}

.rl_contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_contact6_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_contact6_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_contact6_content {
  width: 40%;
  max-width: 40%;
  padding: 0;
  overflow: hidden;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 0%;
  padding-right: 0%;
}

.rl_section_contact6 {
  background-color: var(--relume-library-lite-rl-white);
}

.rl-button-secondary {
  background-color: var(--relume-library-lite-rl-white);
  color: #f81c4c;
  text-align: center;
  border: 2px solid #f81c4c;
  border-radius: 999px;
  padding: 16px 48px;
  font-family: articulat-cf, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .2s ease-in, color .2s ease-in, background-color .25s ease-in;
}

.rl-button-secondary:hover {
  border-color: var(--navy);
  background-color: var(--navy);
  color: var(--white);
}

.rl-button-secondary.w--current {
  border-radius: 5px;
  padding: 16px 48px;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: articulat-cf, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-regular-3 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .2s ease-in;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_answer-wrapper.linkcover {
  margin-top: 10px;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_icon {
  color: var(--relume-library-lite-rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question-text {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 2px solid var(--silver);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_list {
  border-bottom: 2px solid var(--silver);
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite-rl-white);
  width: 100%;
  max-width: 1140px;
}

.body-display {
  color: var(--navy);
  font-family: articulat-cf, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.large {
  color: var(--navy);
  font-size: 19px;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: articulat-cf, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-load-bottom.grey {
  background-color: #f7f8fc;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.steps-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: grid;
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

.horizontal-line-2 {
  background-color: rgba(192, 192, 211, .2);
  flex: 1;
  height: 1px;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area" 1fr
  / minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: grid;
  position: relative;
}

.grid-wrapper.testimonial_wrap {
  max-width: 1140px;
}

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

.card-arrow {
  background-color: var(--pale-grey);
  border: 1px rgba(192, 192, 211, .2);
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -51px;
  transform: rotate(45deg);
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-load-top.grey {
  background-color: #f7f8fc;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--pale-grey);
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-dot {
  z-index: 10;
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-3:hover {
  background-color: #081c3a;
}

.steps-circle {
  border: 0 rgba(192, 192, 211, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: -86px;
  right: auto;
}

.steps-circle.center {
  top: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-tracker {
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.steps-circle-outline {
  background-color: #fff;
  border: 2px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.steps-icon {
  z-index: 10;
  color: #516381;
  background-color: rgba(247, 248, 252, 0);
  border: 1px rgba(192, 192, 211, .2);
  border-radius: 100%;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.steps-sticky-card {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(192, 192, 211, .2);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  padding: 0;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-wrapper-2 {
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 48px;
  overflow: hidden;
}

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

.location-mask {
  width: 50%;
  max-width: 800px;
  overflow: visible;
}

.centered-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  display: grid;
  position: relative;
}

.slider-arrow {
  background-color: #fff;
  border: 1px solid #efeff7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -72px;
  display: flex;
  top: auto;
  bottom: -30px;
  left: auto;
  right: auto;
}

.slider-arrow.right {
  margin-left: 0;
  margin-right: -72px;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 140px;
  display: flex;
  position: relative;
}

.slider-arrow-icon {
  width: 16px;
}

.location-card-slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: -80px;
  display: flex;
}

.location-image-wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle-3 {
  color: var(--white);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: articulat-cf, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4em;
}

.subtitle-3.testimonials, .subtitle-3.indirestaurant {
  color: var(--navy);
}

.subtitle-3.indirestaurant.bg {
  z-index: 32;
  color: var(--navy);
  background-color: rgba(255, 255, 255, .87);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 4px 9px 3px 11px;
  font-size: 10px;
  position: absolute;
}

.location-card-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.subtitle-dynamic-text {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.location-card-wrapper {
  color: #fff;
  border-radius: 3px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 28vw;
  min-height: 450px;
  max-height: 550px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-overlay {
  background-image: linear-gradient(rgba(15, 19, 38, 0) 35%, rgba(15, 19, 38, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-card-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 72px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.location-image {
  background-image: url('../images/Travel002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.tab-link-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(142, 147, 165, .15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 9px;
  display: flex;
}

.tab-link-2.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.body-display-2 {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-2.large {
  color: #516381;
  font-size: 19px;
}

.body-display-2.large.white {
  color: var(--navy);
  text-align: left;
  font-family: articulat-cf, sans-serif;
  font-size: 18px;
}

.testimonial-client {
  color: var(--navy);
  text-align: left;
  margin-top: 10px;
  font-family: articulat-cf, sans-serif;
  font-weight: 800;
}

.testimonial-mask {
  z-index: 20;
  margin-left: 48px;
  padding-right: 0;
  overflow: visible;
}

.tracker-fill {
  background-color: #fff;
  border-radius: 100px;
  width: 3px;
  margin-top: 9px;
  margin-bottom: 9px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -3px;
  right: auto;
}

.tracker-item {
  color: rgba(255, 255, 255, .8);
  border-left: 3px solid rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 66px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.tracker-item.in-slider {
  border-left-color: var(--dodger-blue);
  color: #fff;
  font-weight: 700;
}

.testimonial-wrapper {
  color: #fff;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
}

.testimonial-arrow {
  z-index: 25;
  background-color: var(--pale-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  bottom: 5px;
  left: 88px;
  right: auto;
}

.testimonial-arrow.right {
  background-color: var(--pale-grey);
  top: auto;
  bottom: 5px;
  left: 168px;
  right: auto;
}

.testimonial-tracker {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: rgba(0, 145, 255, .6);
  grid-template-rows: 66px 66px 66px 66px 66px;
  grid-template-columns: 1fr;
  grid-auto-rows: 66px;
  grid-auto-columns: 1fr;
  width: 48px;
  height: 100%;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonial-tracker.in-slider {
  z-index: 10;
  grid-template-rows: 66px;
  grid-auto-rows: 66px;
  height: auto;
  bottom: auto;
  left: -48px;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 330px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-3 {
  border-style: none none solid solid;
  border-width: 0;
  border-color: #f81c4c var(--sky-blue) var(--sky-blue);
  color: var(--dodger-blue);
  text-align: left;
  -webkit-text-stroke-color: var(--dodger-blue);
  border-radius: 0;
  justify-content: flex-start;
  padding: 0;
  font-family: articulat-cf, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.testimonial-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  justify-items: start;
  max-width: 600px;
  display: flex;
}

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

.testimonial-section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  border-top: 1.5px solid var(--silver);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 10px 0 4px;
  display: flex;
}

.section-9 {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.div-block-12 {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.section-10 {
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  margin-bottom: 4rem;
  display: flex;
}

.container-5 {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.div-block-13 {
  width: 50%;
  max-width: 58%;
}

.div-block-14 {
  border-bottom: 1.5px solid var(--silver);
  color: var(--navy);
  width: 100%;
  max-width: 95%;
  overflow: auto;
}

.div-block-15 {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.vertical-divider {
  background-color: var(--navy);
  color: var(--navy);
  flex: 1;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 100%;
  min-height: 18px;
  max-height: 100%;
}

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

.image-5 {
  width: 28px;
  height: 28px;
}

.image-6 {
  color: var(--white);
  width: 28px;
  height: 28px;
}

.hamburger-menu-hm2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.top-bar-hm2, .bottom-bar-hm2 {
  background-color: #f65a68;
  border-radius: 40px;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

._2nd-top-bar-hm2, ._2nd-bottom-bar-hm2 {
  background-color: #f65a68;
  border-radius: 40px;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
  position: relative;
}

.button-4 {
  display: none;
}

.section-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero.homepage {
  padding-top: 0;
}

.text-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hidden-section {
  height: 50vh;
  display: none;
  position: relative;
}

.div-block-17 {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 95%;
  min-height: 90vh;
  display: flex;
}

.container-flex {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.container-flex.automate-hero {
  align-items: center;
}

.reservationform-wrap {
  border-top: 2px solid var(--silver);
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.c-title-wrapper {
  margin-bottom: 16px;
}

.c-title-wrapper.cc-title-nomargin {
  margin-bottom: 0;
}

.c-autotabs_paragraph {
  color: #5f6668;
}

.c-autotabs {
  z-index: 1;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.c-autotabs_load {
  background-color: var(--dodger-blue);
  color: var(--crimson);
  border-radius: 20px;
  width: 100%;
  height: 0%;
  overflow: visible;
}

.c-autotabs_line {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  width: 6px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: auto;
  overflow: hidden;
}

.c-text-wrapper {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.c-autotabs_link {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 20px;
  padding: 22px 20px 22px 50px;
}

.c-autotabs_link.w--current {
  box-shadow: 0 2px 10px 0 var(--silver);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 30px 20px 30px 50px;
}

.c-autotabs_menu {
  flex-direction: column;
  display: flex;
}

.c-container {
  border-radius: 4px;
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.c-container.cc-10cols {
  max-width: 1144px;
}

.c-custom-code {
  display: none;
}

.text-block-testimonial-num {
  color: var(--dodger-blue);
}

.text-block-testimonial {
  color: rgba(0, 145, 255, .6);
}

.div-block-19 {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.subhead-testimonialnotifier {
  background-image: linear-gradient(98deg, var(--crimson), var(--combine-library-primary-600) 50%, var(--dodger-blue));
  color: var(--navy);
  letter-spacing: .3px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: articulat-cf, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

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

.div-block-21 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.indirestaurant-wrapper {
  padding: 0;
}

.indirestaurant-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.indirestaurant-image:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.indirestaurant-contentwrap {
  grid-row-gap: 8px;
  background-color: var(--pale-grey);
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.collection-list {
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1140px;
  display: flex;
}

.div-block-22 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block.typerestaurant {
  color: var(--combine-library-grey-600);
  letter-spacing: .3px;
  text-transform: capitalize;
  font-family: articulat-cf, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.menu-link {
  text-decoration: none;
  transition: color .2s ease-in;
}

.menu-link:hover {
  color: var(--navy);
}

.restaurants-imagelink_wrap {
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.restaurants-imagelink_wrap:hover {
  background-image: linear-gradient(rgba(8, 8, 8, .5), rgba(8, 8, 8, .5));
}

.restaurants-imagehover {
  z-index: 30;
  transition: background-color .325s ease-in, opacity .35s ease-in;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.restaurants-imagehover:hover {
  background-color: rgba(8, 8, 8, .4);
}

.collection-list-wrapper {
  margin-top: 20px;
}

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library-grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library-grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library-grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-button-small {
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  border-radius: 999px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: var(--navy);
}

.combine-textbutton-nav {
  color: var(--combine-library-grey-800);
  text-align: center;
  letter-spacing: .2px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 9999rem;
  padding: .75rem 1.5rem;
  font-family: articulat-cf, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  transition: color .25s;
}

.combine-textbutton-nav:hover {
  color: var(--crimson);
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav1_link {
  color: var(--navy);
  letter-spacing: .2px;
  padding: .5rem 1.25rem;
  font-family: articulat-cf, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: var(--crimson);
}

.combine-nav1_link.w--current {
  color: var(--mid-grey);
}

.combine-nav1_menu {
  align-items: center;
  display: flex;
}

.combine-nav1_logo {
  width: 180px;
  max-width: 200px;
  height: 100%;
  max-height: 2rem;
}

.combine-nav1_logo.mobile {
  display: none;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_container {
  border-bottom: 2px solid var(--silver);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-nav1_component {
  background-color: var(--white);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  width: 180px;
  max-width: 180px;
}

._404-textblock {
  margin-bottom: 20px;
  font-family: articulat-cf, sans-serif;
}

.image-8 {
  width: 20%;
}

.heading-8 {
  font-family: articulat-cf, sans-serif;
}

.privacypolicy-column_sticky {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 32%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.paragraph-2.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.button-primary.cookie-banner-button---brix {
  flex-wrap: nowrap;
  max-width: 160px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.button-primary.cookie-banner-button-2---brix {
  background-color: var(--crimson);
  margin-left: 5px;
  margin-right: 30px;
  padding: 14px 22px;
  font-size: 14px;
  line-height: 1.6;
}

.button-primary.cookie-banner-button-2---brix:hover {
  background-color: var(--navy);
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.close-message---brix.cookie-banner-2---brix {
  margin-left: 40px;
  margin-right: 0;
  font-size: 14px;
  transition-duration: .4s;
  position: absolute;
}

.button-cookie-icon---brix {
  margin-right: 8px;
}

.cookie-banner-content---brix.cookie-banner-2---brix {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cookie-banner-wrapper---brix {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
}

.cookie-banner-wrapper---brix.cookie-banner-1---brix {
  background-color: #fff;
  border-radius: 20px;
  max-width: 400px;
  padding: 34px 32px 34px 40px;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
  box-shadow: 0 6px 23px rgba(20, 20, 43, .08);
}

.cookie-banner-wrapper---brix.cookie-banner-1---brix.preview-page {
  position: absolute;
  top: auto;
  bottom: 32px;
  left: auto;
  right: 32px;
}

.cookie-banner-wrapper---brix.cookie-banner-2---brix {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 680px;
  padding: 20px 32px;
  display: flex;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
  box-shadow: 0 6px 23px rgba(20, 20, 43, .08);
}

.cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
  position: absolute;
  top: auto;
  bottom: 32px;
  left: auto;
  right: 32px;
}

.paragraph-3.cookie-banner-2-paragraph---brix {
  max-width: 412px;
  margin-bottom: 0;
  font-family: articulat-cf, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-banner-2-right-content---brix {
  align-items: center;
  display: flex;
}

.cookie-banner-2-left-content---brix {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cookie-icon---brix {
  margin-right: 20px;
}

.content-hold {
  width: 700px;
  max-width: 700px;
  margin-bottom: 100px;
}

.rich-text-block {
  font-family: articulat-cf, sans-serif;
}

.textgroup-wrap {
  margin-top: 40px;
  margin-bottom: 20px;
}

.textgroup-wrap.final {
  margin-top: 80px;
}

.list {
  padding-left: 60px;
  list-style-type: disc;
}

.list.rightpush {
  list-style-type: square;
}

.list-2 {
  padding-left: 0;
  list-style-type: none;
}

.jumplink-list {
  border-bottom: 1.5px solid #ddd;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: decimal;
}

.jumplink-list.last {
  border-bottom-style: none;
}

.div-block-24 {
  background-color: var(--pale-grey);
  border-radius: 10px;
  flex: 0 auto;
  align-self: flex-start;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
}

.collection-item-2 {
  margin-bottom: 20px;
}

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

.link-block {
  color: rgba(0, 0, 0, 0);
}

.heading-10 {
  display: block;
}

.heading-11 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_author-text-large {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_blogpost1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.rl_blogpost1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blogpost1_spacing-block-8 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_divider {
  background-color: var(--relume-library-lite-rl-black);
  width: 100%;
  height: 1px;
}

.rl_blogpost1_spacing-block-7 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_tag-item {
  background-color: var(--relume-library-lite-rl-gray);
  color: var(--relume-library-lite-rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.rl_blogpost1_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rl_blogpost1_tag-list-wrapper {
  width: 50%;
}

.rl_blogpost1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_blogpost1_social-link {
  background-color: var(--relume-library-lite-rl-gray);
  color: var(--relume-library-lite-rl-black);
  border-radius: 20px;
  padding: .25rem;
}

.rl_blogpost1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.rl_blogpost1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_blogpost1_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.rl_blogpost1_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rl_blogpost1_spacing-block-5 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-rich-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.rl_blogpost1_content {
  width: 100%;
  max-width: 48rem;
  display: inline;
}

.rl_blogpost1_spacing-block-4 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blogpost1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  padding-bottom: 20px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.rl_blogpost1_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.rl_blogpost1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-small {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_text-divider {
  color: var(--relume-library-lite-rl-black);
  margin-left: .5rem;
  margin-right: .5rem;
}

.rl_blogpost1_date-wrapper {
  display: flex;
}

.rl_blogpost1_author-text {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.rl_blogpost1_spacing-block-2 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blogpost1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-breadcrumb-link-active {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link-active.w--current {
  font-weight: 600;
}

.rl-breadcrumb-divider {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-breadcrumb-link {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link.w--current {
  font-weight: 600;
}

.rl_blogpost1_breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_blogpost1 {
  background-color: var(--relume-library-lite-rl-white);
}

.paragraph-4 {
  font-size: 18px;
}

@media screen and (min-width: 1280px) {
  a {
    text-decoration: none;
  }

  .navbar-logo-left {
    background-color: var(--white);
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: none;
    padding: 16px 0%;
  }

  .container {
    max-width: 1140px;
    padding: 20px;
  }

  .container.hero {
    background-color: var(--white);
    max-width: none;
    height: 90vh;
    padding-left: 6%;
    padding-right: 6%;
    overflow: hidden;
  }

  .container.nav {
    max-width: none;
    padding: 8px 0;
  }

  .container.flex.blue.padded {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 60px;
  }

  .nav-link {
    color: var(--dark-grey);
    font-family: articulat-cf, sans-serif;
    font-weight: 600;
  }

  .nav-link:hover {
    color: var(--soft-pink);
  }

  .nav-link:visited {
    color: var(--navy);
  }

  .nav-divider {
    width: 2px;
  }

  .nav-link-accent {
    color: var(--navy);
    font-family: articulat-cf, sans-serif;
    text-decoration: underline;
  }

  .nav-link-accent:hover {
    color: var(--soft-pink);
  }

  .spacer._60 {
    width: 100%;
    height: 60px;
  }

  .button {
    border-radius: 9999px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button.outline {
    box-shadow: none;
    color: #f81c4c;
    -webkit-text-stroke-color: #f81c4c;
    border: 1.5px solid #f81c4c;
    font-weight: 400;
    transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  }

  .button.outline:hover {
    border-color: var(--soft-pink);
    background-color: var(--soft-pink);
    box-shadow: none;
  }

  .small-button {
    background-color: #f81c4c;
  }

  .small-button.light {
    background-color: var(--pale-pink);
    color: var(--navy);
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav-container {
    width: 280px;
  }

  .heading.h4.centered {
    color: var(--sky-blue);
    text-align: center;
    line-height: 1.2em;
  }

  .heading.h1 {
    flex: none;
    line-height: 1.1em;
  }

  .heading.h3.white {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
  }

  .sg-nav {
    width: 280px;
  }

  .paragraph.large {
    width: 50ch;
  }

  .paragraph.small {
    font-size: 16px;
  }

  .paragraph.normal {
    width: 70ch;
    margin-right: 388px;
    font-size: 18px;
  }

  .paragraph.normal.full-width {
    width: auto;
  }

  .text-link.large {
    color: var(--soft-pink);
    font-size: 18px;
    font-weight: 600;
  }

  .text-link.large:hover {
    color: var(--navy);
  }

  .section {
    background-color: var(--pale-grey);
    margin-top: 20px;
    margin-bottom: 200px;
    padding-left: 0;
    overflow: hidden;
  }

  .section.flex.restaurants-hero {
    background-color: rgba(0, 0, 0, 0);
  }

  .section.flex.restaurants-hero.privacypolicy {
    margin-bottom: 0;
  }

  .section.flex.restaurants-directory {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-grid {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: start;
    align-items: center;
    height: 85vh;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .flex-wrap_centerleft {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .highlight-wrap {
    background-color: var(--pale-blue);
    border: 1px #000;
    border-radius: 10px;
    width: auto;
    max-width: none;
    padding: 24px;
  }

  .div---buttonswrap {
    grid-column-gap: 30px;
    align-items: center;
    width: 100%;
    margin-top: 36px;
    margin-bottom: 8px;
    display: flex;
  }

  .divider.fullwidth {
    background-color: var(--silver);
    width: 100%;
    height: 2px;
    max-height: 2px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image {
    max-width: 50px;
    max-height: 50px;
  }

  .div-benefits {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 80px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-9 {
    margin-bottom: 0;
  }

  .div-block-11 {
    width: 70%;
  }

  .div-block-12 {
    justify-content: flex-end;
    width: 30%;
    display: flex;
  }

  .section-10 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 7rem;
    margin-bottom: 4rem;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    z-index: 99999;
  }

  .container.hero {
    height: 85vh;
  }

  .container.nav {
    color: var(--navy);
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--navy);
  }

  .nav-link:active {
    color: var(--mid-grey);
  }

  .nav-link-accent {
    color: var(--dark-grey);
    text-decoration: underline;
  }

  .button {
    font-size: 16px;
    font-weight: 600;
  }

  .heading.h4.gradient-clip {
    display: inline-block;
  }

  .heading.h1.hero {
    width: auto;
  }

  .paragraph.small.cycle-benefits {
    margin-top: -5px;
  }

  .paragraph.normal {
    margin-right: 0;
  }

  .section.flex.restaurants-hero {
    margin-bottom: 100px;
  }

  .flex-wrap_centerleft {
    width: 60%;
  }

  .flex-wrap_centerleft.rightside {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: flex-end;
    width: 38%;
    height: auto;
    min-height: 90vh;
    padding-right: 100px;
  }

  .flex-wrap_centerleft.leftside {
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    max-width: 70%;
    min-height: 90vh;
    padding-left: 100px;
  }

  .section-6 {
    border-radius: 5px;
  }

  .rl-button {
    border-style: none;
    border-radius: 5px;
    padding: 16px 48px;
  }

  .rl-padding-section-large-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rl-button-secondary.w--current {
    border-radius: 5px;
    padding: 16px 48px;
  }

  .rl-container-small {
    max-width: 60rem;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .slider-wrapper-2 {
    margin-left: 0;
  }

  .div-block-11 {
    width: 60%;
  }

  .div-block-12 {
    justify-content: flex-end;
    align-items: center;
    width: 38%;
    display: flex;
  }

  .section-hero.homepage {
    justify-content: flex-start;
    padding-top: 0;
  }

  .div-block-17 {
    grid-column-gap: 2%;
    max-width: 100%;
    height: 100%;
    min-height: 90vh;
  }

  .c-autotabs_load {
    background-color: var(--dodger-blue);
    color: var(--crimson);
  }

  .c-autotabs_line {
    background-color: rgba(0, 0, 0, 0);
  }

  .c-autotabs_link.w--current {
    background-color: var(--white);
    box-shadow: 0 2px 10px 0 var(--silver);
  }

  .c-container.cc-10cols {
    max-width: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .flex-wrap_centerleft.rightside {
    width: 700px;
  }

  .div-block-17 {
    max-width: 1640px;
  }

  .c-autotabs_link.w--current {
    background-color: var(--white);
    width: auto;
    padding-left: 60px;
    padding-right: 30px;
    box-shadow: 0 2px 12px 1px rgba(237, 236, 237, .63);
  }
}

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

  .container.flex.blue.padded {
    flex-flow: column wrap;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.flex.restaurant-hero {
    grid-row-gap: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.flex.restaurant-hero.privacy-policy {
    align-items: center;
  }

  .container.flex.restaurant-directory {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.flex.testimonial-header {
    align-items: center;
    width: 90%;
  }

  .container.flex.horizontal {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .grid {
    margin-left: 0;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .column, .column.desk-5 {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  ._2-1-grid {
    margin-left: 0;
  }

  .button {
    position: relative;
  }

  .button.light {
    font-size: 18px;
    line-height: 1.4;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .small-button {
    position: relative;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  ._1-2-grid {
    margin-left: 0;
  }

  .heading.h1 {
    text-align: center;
    width: 80%;
  }

  .heading.h1.restaurants-page {
    text-align: center;
  }

  .heading.h2 {
    text-align: left;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .paragraph.large.hero, .paragraph.normal._70ch {
    text-align: center;
    width: 70%;
  }

  .paragraph.normal.full-width, .paragraph.normal.restaurants-page, .paragraph.normal.restaurants-page.center.privacypolicy {
    text-align: center;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  }

  .section.flex.vertical.automate {
    min-height: 0;
  }

  .hero-grid {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    overflow: hidden;
  }

  .flex-wrap_centerleft.rightside {
    width: 100%;
  }

  .flex-wrap_centerleft.leftside {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div---buttonswrap {
    justify-content: center;
  }

  .container-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

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

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

  .divider.fullwidth.addedpad {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .rl_contact6_spacing-block-3 {
    padding-bottom: 1rem;
    display: none;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_contact6_content {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .rl-padding-section-large-2 {
    padding: 6rem 24px;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    max-width: 100%;
    position: relative;
    top: auto;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider-wrapper-2 {
    margin-left: 65px;
    padding-top: 48px;
  }

  .location-mask {
    width: 70%;
  }

  .section-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .location-card-slider {
    margin-left: -65px;
  }

  .testimonial-slide-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-mask {
    max-width: 100%;
    margin-left: 0;
  }

  .testimonial-wrapper {
    margin-left: 65px;
    margin-right: 65px;
  }

  .testimonial-arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 12%;
  }

  .testimonial-arrow.right {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .testimonial-tracker, .testimonial-tracker.in-slider {
    display: none;
  }

  .testimonial-slider {
    justify-content: center;
  }

  .testimonial-content-2 {
    width: 100%;
  }

  .testimonial-section-3 {
    padding-top: 60px;
    padding-bottom: 280px;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-12 {
    justify-content: center;
    width: 100%;
  }

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

  .container-5 {
    flex-wrap: wrap;
  }

  .div-block-13 {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-4 {
    background-color: var(--crimson);
    border-radius: 999px;
    padding: 6px 24px;
    display: flex;
  }

  .section-hero.homepage {
    min-height: 0;
  }

  .text-block {
    font-size: 1rem;
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .div-block-17 {
    grid-row-gap: 60px;
    flex-direction: column;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-flex {
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-21 {
    width: auto;
  }

  .combine-nav1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    border-bottom: 1px solid var(--combine-library-grey-200);
    background-color: var(--combine-library-grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-nav1_logo.mobile {
    display: none;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-flex-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .privacypolicy-column_sticky {
    display: none;
  }

  .cookie-banner-wrapper---brix {
    bottom: 24px;
    left: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    width: auto;
    max-width: none;
    top: auto;
    bottom: 32px;
    left: 32px;
    right: 32px;
  }

  .paragraph-3.cookie-banner-2-paragraph---brix {
    padding-right: 20px;
  }

  .content-hold {
    width: 100%;
  }

  .rl_blogpost1_spacing-block-8, .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_image-wrapper {
    padding-top: 56.25%;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container.flex.blue.padded {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.flex.testimonial-header {
    width: 90%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-2.tab-2 {
    grid-template-columns: 1fr;
  }

  .grid.desk-4.tab-4, .grid.desk-3.tab-3 {
    grid-template-columns: 1fr 1fr;
  }

  .column.desk-6, .column.desk-5, .column.desk-4 {
    width: 100%;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .button {
    order: -1;
  }

  .button.dark {
    margin-left: 0;
    margin-right: 0;
  }

  .sg-content {
    margin-left: 0;
  }

  ._1-2-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading.h4 {
    font-size: 20px;
  }

  .heading.h1 {
    font-size: 35px;
  }

  .heading.h3.white {
    text-align: center;
  }

  .heading.h2 {
    font-size: 28px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .paragraph {
    font-size: 15px;
  }

  .sg-menu {
    background-color: #fff;
  }

  .field-block {
    min-height: auto;
  }

  .section.flex.restaurants-directory {
    margin-top: 300px;
  }

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .divider.fullwidth.testimonial-header {
    margin-top: 20px;
  }

  .rl_contact6_spacing-block-5, .rl_contact6_spacing-block-6 {
    padding-bottom: .75rem;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

  .rl_contact6_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_contact6_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_contact6_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact6_content {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_section_contact6 {
    display: none;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .steps-grid {
    padding-left: 0;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-wrapper-2 {
    margin-left: 0;
    padding-top: 36px;
  }

  .location-mask {
    width: 90%;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .location-card-slider {
    margin-left: 0;
  }

  .tab-link-2 {
    width: 72px;
    height: 72px;
    padding: 6px;
  }

  .testimonial-wrapper {
    margin-left: 36px;
    margin-right: 36px;
    padding-top: 0;
  }

  .testimonial-arrow {
    right: 16%;
  }

  .testimonial-slider {
    padding-right: 0;
  }

  .testimonial-section-3 {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .div-block-11 {
    align-items: center;
  }

  .div-block-12 {
    justify-content: center;
  }

  .container-5 {
    justify-content: center;
    max-width: 100%;
  }

  .circle {
    height: 80vh;
  }

  .c-autotabs {
    flex-direction: column-reverse;
  }

  .c-autotabs_menu {
    width: 100%;
  }

  .c-container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .combine-nav1_logo.mobile {
    display: none;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary.cookie-banner-button-2---brix {
    padding: 10px 20px;
    font-weight: 500;
  }

  .close-message---brix.cookie-banner-2---brix {
    margin-right: 10px;
    position: absolute;
  }

  .cookie-banner-content---brix.cookie-banner-2---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner-wrapper---brix {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-1---brix {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    padding: 24px 20px 30px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .paragraph-3.cookie-banner-2-paragraph---brix {
    max-width: none;
  }

  .cookie-banner-2-left-content---brix {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .cookie-icon---brix {
    width: 10%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .rl_blogpost1_author-text-large {
    font-size: 1rem;
  }

  .rl_blogpost1_spacing-block-8 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-6 {
    padding-bottom: 1rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_blogpost1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    max-height: 10vh;
    padding-left: 0;
    padding-right: 8px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-bottom: 16px;
  }

  .container {
    max-width: none;
  }

  .container.hero {
    flex-flow: column;
    align-items: flex-start;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    padding-top: 40px;
    overflow: hidden;
  }

  .container.flex {
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.flex.blue.padded {
    grid-row-gap: 0px;
    background-color: var(--silver);
    flex-wrap: wrap;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .container.flex.restaurant-hero {
    padding: 20px;
  }

  .container.flex.restaurant-directory {
    align-items: center;
  }

  .container.flex.testimonial-header {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-wrapper {
    height: auto;
    max-height: none;
  }

  .nav-menu-wrapper {
    grid-row-gap: 20px;
    background-color: var(--white);
    flex-flow: column wrap;
    order: 0;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 90vh;
    max-height: 90vh;
    padding: 20px;
  }

  .nav-link {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .nav-divider {
    width: auto;
    margin: 20px 0;
    display: flex;
  }

  .nav-link-accent {
    order: 0;
    width: 100%;
    margin: 0 0 10px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .button {
    letter-spacing: .2px;
    border-radius: 99px;
    order: -1;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    position: relative;
  }

  .button._404page {
    order: 1;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .text-input {
    width: 100%;
  }

  .heading.h4.gradient-clip {
    text-align: center;
    font-size: 18px;
  }

  .heading.h1 {
    text-align: center;
    width: auto;
  }

  .heading.h1.hero {
    display: none;
  }

  .heading.h1.hero-mobile {
    font-size: 32px;
    display: flex;
  }

  .heading.h3.white {
    text-align: center;
    font-size: 24px;
    line-height: 1.2em;
  }

  .heading.h3.white.gradient-clip {
    background-image: linear-gradient(77deg, var(--dodger-blue), var(--combine-library-primary-600) 50%, #f81c4c);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .heading.h3.white.gradient-clip.heavy {
    letter-spacing: -.2px;
    font-weight: 900;
  }

  .heading.h3.indirestaurant {
    font-size: 18px;
  }

  .heading.h5.navy {
    line-height: 1.3em;
  }

  .heading.h2.center, .heading.h2.center.restaurants-directory {
    text-align: center;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .paragraph.large {
    text-align: center;
    width: auto;
    font-size: 16px;
  }

  .paragraph.large.mobile {
    display: flex;
  }

  .paragraph.large.hero {
    display: none;
  }

  .paragraph.small, .paragraph.small.cycle-benefits {
    text-align: center;
  }

  .paragraph.normal._70ch {
    width: auto;
    max-width: none;
  }

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

  .paragraph.normal.center.footercta {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .paragraph.normal.full-width {
    max-width: 100%;
  }

  .text-link.large {
    color: var(--navy);
    font-size: 14px;
  }

  .section.hero {
    height: auto;
    display: none;
  }

  .section.flex.vertical.automate {
    margin-top: 10px;
    padding-top: 60px;
  }

  .section.flex.restaurants-hero {
    margin-top: 10px;
  }

  .section.flex.restaurants-directory {
    height: auto;
    margin-top: 20px;
  }

  .hero-grid {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: .25fr;
    justify-items: start;
    display: flex;
  }

  .flex-wrap_centerleft {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .flex-wrap_centerleft.rightside {
    min-width: 100%;
    margin-top: 60px;
  }

  .flex-wrap_centerleft.rightside.mobile {
    width: auto;
    min-width: 100%;
  }

  .flex-wrap_centerleft.leftside {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .highlight-wrap {
    width: 100%;
    padding: 19px;
  }

  .div---buttonswrap {
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 100%;
    margin-top: 20px;
  }

  .header_sub-line {
    width: 2em;
  }

  .footer-dark {
    background-color: var(--navy);
    background-image: linear-gradient(rgba(15, 19, 38, .55), rgba(15, 19, 38, .55));
    overflow: hidden;
  }

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

  .footer-content {
    grid-row-gap: 20px;
  }

  .title-small {
    color: var(--mid-grey);
  }

  .footer-link {
    color: var(--white);
  }

  .footer-link:active {
    color: rgba(255, 255, 255, .34);
  }

  .footer-social-block {
    display: none;
  }

  .footer-social-block.mobile {
    justify-content: center;
    margin-top: 40px;
    margin-left: 0;
    display: flex;
  }

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

  .footer-divider {
    background-color: var(--combine-library-grey-800);
    margin-top: 40px;
  }

  .footer-copyright-center {
    margin-bottom: 10px;
  }

  .div-benefits {
    flex-wrap: wrap;
    display: none;
  }

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

  .rl-form-radio-2col {
    grid-template-columns: 1fr;
  }

  .rl_contact6_content, .rl-padding-section-large-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-display, .body-display.large {
    font-size: 16px;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .steps-content {
    grid-row-gap: 32px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
  }

  .steps-circle, .steps-tracker {
    display: none;
  }

  .steps-intro {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 0 24px;
  }

  .section-7 {
    overflow: hidden;
  }

  .steps-description {
    grid-row-gap: 10px;
  }

  .location-mask {
    width: 85%;
  }

  .subtitle-3.indirestaurant.bg {
    position: absolute;
  }

  .location-card-wrapper {
    min-height: 325px;
  }

  .tab-link-2 {
    width: 65px;
    height: 65px;
  }

  .testimonial-slide-wrapper {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-client {
    width: 100%;
    margin-bottom: 0;
  }

  .testimonial-mask {
    margin-left: 0;
  }

  .tracker-item {
    width: 36px;
  }

  .testimonial-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .testimonial-arrow {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 70px;
  }

  .testimonial-arrow.right {
    top: auto;
    bottom: 0%;
    left: 70px;
    right: 0%;
  }

  .testimonial-tracker {
    width: 36px;
    display: none;
  }

  .testimonial-slider {
    justify-content: center;
  }

  .testimonial-content-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-section-3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-9 {
    overflow: hidden;
  }

  .div-block-11 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-12 {
    justify-content: center;
    width: 100%;
  }

  .section-10 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-15 {
    flex-wrap: wrap;
  }

  .vertical-divider {
    display: none;
  }

  .image-6 {
    color: var(--white);
  }

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

  .heading-5, .heading-6, .heading-7 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .hamburger-menu-hm2 {
    padding: 8px;
  }

  .hamburger-menu-hm2.w--open {
    margin-left: 0;
    padding: 10px;
  }

  .top-bar-hm2, .bottom-bar-hm2 {
    width: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  ._2nd-top-bar-hm2, ._2nd-bottom-bar-hm2 {
    width: 24px;
  }

  .mobile-nav-flex {
    grid-column-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button-4 {
    letter-spacing: .2px;
    background-color: #f81c4c;
    border: 2px solid #f81c4c;
    border-radius: 99px;
    padding: 6px 24px;
    font-family: articulat-cf, sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: block;
  }

  .button-4.w--current {
    font-size: 11px;
  }

  .section-hero {
    min-height: 0;
  }

  .movinggradient-hero {
    margin-top: 10px;
    padding-top: 60px;
    display: flex;
  }

  .div-block-17 {
    grid-row-gap: 40px;
    flex-direction: column;
    max-width: 100%;
    min-height: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-autotabs {
    max-width: 100%;
  }

  .c-autotabs_line {
    display: none;
    left: 25px;
  }

  .c-autotabs_link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 40px;
    display: flex;
  }

  .c-autotabs_link.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    display: flex;
  }

  .c-autotabs_menu {
    width: auto;
    max-width: 100%;
  }

  .c-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-container.cc-10cols {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    width: auto;
  }

  .div-block-22 {
    grid-row-gap: 16px;
  }

  .combine-menu-icon_line-middle {
    margin-bottom: .25rem;
  }

  .combine-textbutton-nav {
    padding-left: 1.5rem;
  }

  .combine-nav1_button-wrapper {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
  }

  .combine-nav1_link {
    text-align: center;
    padding-top: 1rem;
  }

  .combine-nav1_menu {
    background-color: var(--white);
    border-bottom-style: none;
    justify-content: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
  }

  .combine-nav1_logo {
    width: auto;
    max-width: 100px;
    display: none;
  }

  .combine-nav1_logo.mobile {
    max-width: 140px;
    max-height: 100px;
    display: inline-block;
  }

  .combine-nav1_logo-link {
    width: 100%;
    max-width: 120px;
    max-height: none;
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-flex-mobile {
    grid-column-gap: 10px;
  }

  .div-block-23 {
    align-items: center;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .button-primary.cookie-banner-button-2---brix {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .close-message---brix.cookie-banner-2---brix {
    margin-right: 0;
  }

  .cookie-banner-wrapper---brix, .cookie-banner-wrapper---brix.cookie-banner-1---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    padding: 24px 32px 30px 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    padding-right: 32px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-2-left-content---brix {
    width: 90%;
  }

  .cookie-icon---brix {
    width: 16%;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_tag-list {
    justify-content: flex-start;
  }

  .rl_blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .rl_blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom, .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-_1e63bd78-e2e8-dc88-0369-7ead6cf229dc-6dec6ada {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_1e63bd78-e2e8-dc88-0369-7ead6cf229e2-6dec6ada {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7e822959-cfe5-8235-8765-569d50c41f0e-6dec6ada, #w-node-e44ba854-20e0-c765-6f51-2a2ff5fe46aa-6dec6ada, #w-node-_24d6ea72-79c7-c261-fe1c-17df194c2cd0-6dec6ada, #w-node-_1ea7d921-98df-fd00-0fb1-30445ce95aa7-6dec6ada, #w-node-_878658d4-38aa-8d79-6ec8-781856a9915c-6dec6ada {
  justify-self: center;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a082c-6dec6ada {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a082d-6dec6ada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a083f-6dec6ada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0840-6dec6ada {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0843-6dec6ada {
  align-self: center;
  justify-self: stretch;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0844-6dec6ada {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0846-6dec6ada {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a084c-6dec6ada {
  align-self: stretch;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a084d-6dec6ada {
  align-self: start;
  justify-self: start;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0850-6dec6ada {
  align-self: end;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a085a-6dec6ada {
  align-self: stretch;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a085b-6dec6ada {
  align-self: start;
  justify-self: start;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a085e-6dec6ada {
  align-self: end;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0868-6dec6ada {
  align-self: stretch;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0869-6dec6ada {
  align-self: start;
  justify-self: start;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a086c-6dec6ada {
  align-self: end;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0876-6dec6ada {
  align-self: stretch;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0877-6dec6ada {
  align-self: start;
  justify-self: start;
}

#w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a087a-6dec6ada {
  align-self: end;
}

#w-node-f1198596-eeb0-17f3-b506-6944ec8b8e6a-6dec6ada {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f1198596-eeb0-17f3-b506-6944ec8b8e81-6dec6ada {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f1198596-eeb0-17f3-b506-6944ec8b8e8c-6dec6ada {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f1198596-eeb0-17f3-b506-6944ec8b8e97-6dec6ada {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f1198596-eeb0-17f3-b506-6944ec8b8ea2-6dec6ada {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-f1198596-eeb0-17f3-b506-6944ec8b8ead-6dec6ada {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-f65e858c-a37b-4dd1-12ca-430c269c6206-269c6200, #w-node-f65e858c-a37b-4dd1-12ca-430c269c620f-269c6200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91f243a6-2e69-4bac-31e3-fd808efa50b0-054de955 {
  align-self: start;
}

#w-node-_91f243a6-2e69-4bac-31e3-fd808efa5100-054de955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91f243a6-2e69-4bac-31e3-fd808efa5102-054de955 {
  justify-self: start;
}

#w-node-a97446b9-c4f0-9c4f-de3b-3e340af7d33a-56cf4b34 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-a97446b9-c4f0-9c4f-de3b-3e340af7d33e-56cf4b34 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a97446b9-c4f0-9c4f-de3b-3e340af7d34d-56cf4b34, #w-node-a97446b9-c4f0-9c4f-de3b-3e340af7d35f-56cf4b34, #w-node-a97446b9-c4f0-9c4f-de3b-3e340af7d371-56cf4b34, #w-node-a97446b9-c4f0-9c4f-de3b-3e340af7d383-56cf4b34, #w-node-a97446b9-c4f0-9c4f-de3b-3e340af7d395-56cf4b34 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a082c-6dec6ada {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a082d-6dec6ada {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-f81ce2ef-869e-781e-69d4-978ab16bfff4-6dec6ada, #w-node-_89d33aac-5d8d-d884-3681-fa5199627022-6dec6ada, #w-node-_79cb1c29-632c-1c10-b804-58157ec398a0-6dec6ada {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a082c-6dec6ada {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a082c-6dec6ada {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a082d-6dec6ada {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a083f-6dec6ada {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0844-6dec6ada {
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f1198596-eeb0-17f3-b506-6944ec8b8e6a-6dec6ada {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb42b5d4-0a55-0c5e-b2e7-f22c7b24f55c-6dec6ada {
    justify-self: start;
  }

  #w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0840-6dec6ada, #w-node-_832e6042-00d3-db84-c7a2-e8bc6b8a0846-6dec6ada {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1198596-eeb0-17f3-b506-6944ec8b8e6a-6dec6ada {
    grid-column: 2 / 3;
  }
}


