:root {
  --white: white;
  --text-color: #ffa000;
  --black: black;
  --btn-color: #770f0f;
  --color: #c16000;
  --main-color: #ff770f;
  --m-color: #7a7a7a;
  --red-color: #f84d43;
  --bg-color: #b4d29a;
}

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

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

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

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.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-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.mobile-margin-top-10 {
  display: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  color: #000;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.section {
  background-image: url('../images/Screen-Shot-2021-01-25-at-2.11.56-PM-1024x672-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
}

.container {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.text-block {
  color: #fff;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

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

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

.nav-link-2.w--current {
  font-family: Poppins, sans-serif;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.nav-button-wrapper-2.btn-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary-2 {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  background-color: var(--btn-color);
  color: var(--white);
}

.button-primary-2:active {
  background-color: #43464d;
}

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

.div-block-2 {
  margin-top: 1rem;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.heading-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  height: 3px;
}

.div-block-6 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-6.disp-right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logos-without-title {
  border-bottom: 1px solid #e4ebf3;
  min-height: 30vh;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  display: block;
}

.clients-image-three.not-viz {
  display: none;
}

.section-2 {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('https://www.divinemercirestaurant.com/images/pic28-free-img_1pic28-free-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container-3 {
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.heading-4 {
  color: var(--color);
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.slide {
  max-width: 35%;
  padding-right: 1rem;
}

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

.slide-2 {
  max-width: 600px;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.section-3 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.text-block-4 {
  background-color: var(--main-color);
  color: var(--white);
  border-radius: 60px;
  padding: 10px 15px;
}

.text-block-4.big-pd {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.link-block {
  text-align: center;
  text-decoration: none;
}

.section-4 {
  background-color: var(--m-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  display: flex;
}

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

.ikonik-eyaht {
  color: #fff;
  width: 30px;
}

.div-block-9 {
  background-color: var(--main-color);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-9.big-pd {
  padding: 15px 40px;
}

.link-block-2 {
  text-decoration: none;
}

.hero-subscribe-left {
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 1rem;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-5 {
  color: var(--color);
  font-family: Montserrat, sans-serif;
}

.image-3 {
  width: 100px;
}

.ikonik-9n73e {
  color: orange;
  width: 20px;
  height: 20px;
}

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

.div-block-11 {
  margin-bottom: 1rem;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-1-scaled.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.heading-7 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-8 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--black);
  margin-left: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.text-block-38, .text-block-40 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.heading-21 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.hero-heading-right-4 {
  padding: 5rem 30px;
  position: relative;
}

.hero-heading-right-4.mgm.n-section {
  background-image: url('https://www.divinemercirestaurant.com/images/try.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.text-block-41 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.div-block-77 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-22 {
  color: var(--color);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-39 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.div-block-78 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.hero-split-6.bak {
  position: relative;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.shadow-two-6 {
  object-fit: cover;
  border-radius: 5px;
  height: 600px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.div-block-79 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.div-block-80 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-81 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  display: flex;
}

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

.text-block-42 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-43 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.heading-24 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-44 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.div-block-82 {
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.heading-25 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-45 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.div-block-83 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.heading-26 {
  color: var(--color);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.container-17 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-37 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-84 {
  background-color: var(--m-color);
  filter: blur(3px);
  background-image: url('https://www.divinemercirestaurant.com/images/breakfast-photos.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 20px;
  width: 500px;
  height: 600px;
  position: relative;
}

.image-4 {
  border-radius: 20px;
}

.div-block-85 {
  object-fit: cover;
  background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-23-2048x1365.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 450px;
  height: 300px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-85.img-1 {
  background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-46-scaled-1.jpg');
}

.div-block-85.img-1.s-img {
  background-image: url('../images/Screen-Shot-2021-01-25-at-2.06.21-PM-150x150.png');
}

.section-5 {
  background-image: url('../images/Screen-Shot-2019-10-10-at-12.50.28-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section-5.bg-2 {
  background-image: url('https://www.divinemercirestaurant.com/images/Screen-Shot-2021-01-25-at-2.12.26-PM-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

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

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

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-split-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  display: flex;
}

.hero-split-7.pan-left {
  justify-content: center;
  align-items: flex-start;
}

.margin-bottom-24px-2 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-28 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  filter: saturate() contrast() brightness(50%);
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('https://www.divinemercirestaurant.com/images/pic28-free-img_1pic28-free-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.text-block-46 {
  font-size: 32px;
}

.text-block-47 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-48 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-49 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.div-block-87 {
  flex-flow: column;
  display: flex;
}

.text-block-50 {
  font-size: 22px;
}

.text-block-51 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

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

.text-block-52 {
  font-size: 22px;
}

.text-block-53, .text-block-54 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-55 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.image-6 {
  margin-top: 20px;
}

.link-block-4 {
  color: var(--white);
}

.hero-without-image-4 {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('https://www.divinemercirestaurant.com/images/pic28-free-img_1pic28-free-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-4.align-left {
  justify-content: center;
  align-items: flex-start;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.heading-29 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-30, .heading-31, .heading-32, .heading-33, .heading-34, .heading-35, .heading-36 {
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.footer-light {
  background-color: var(--red-color);
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.footer-link-two {
  color: var(--white);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('https://www.divinemercirestaurant.com/images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

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

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

.ikonik-gqnnr {
  color: #fff;
  width: 30px;
  height: 30px;
}

.bold-text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.bold-text-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-56 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bold-text-7 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.bold-text-8 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.italic-text, .italic-text-2 {
  font-weight: 600;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  font-weight: 500;
}

.heading-37, .heading-38 {
  font-family: Montserrat, sans-serif;
}

.text-block-57 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.link {
  color: var(--btn-color);
}

.text-block-58 {
  color: var(--white);
}

.div-block-89 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-block-59 {
  color: var(--white);
}

.text-block-60, .text-block-61 {
  color: var(--white);
  font-size: 18px;
}

.div-block-90 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.container-23 {
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.code-embed {
  width: 100%;
  height: 500px;
}

.slide-nav {
  display: none;
}

.div-block-91 {
  z-index: 0;
  background-image: url('https://www.divinemercirestaurant.com/images/Brushoverlay03.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ikonik-r2t0a {
  color: #fff;
  width: 30px;
  height: 30px;
}

.text-block-24 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.div-block-55 {
  background-color: var(--black);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin: 1rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-55:hover {
  background-color: var(--btn-color);
}

.image-15 {
  object-fit: cover;
  width: 300px;
  height: 400px;
}

.hero-heading-left-2 {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.margin-bottom-24px-5 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split-3.hiden {
  position: relative;
}

.shadow-two-3 {
  object-fit: cover;
  height: 400px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.div-block-54 {
  position: relative;
}

.heading-14 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

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

.div-block-92 {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: 5%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.heading-39 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.heading-40, .heading-41 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-94 {
  background-color: var(--btn-color);
  flex-flow: column;
  width: 100%;
  height: 150px;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
}

.heading-42 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-62 {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.heading-43 {
  color: var(--white);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
}

.heading-44 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-63 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

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

.heading-45 {
  font-size: 16px;
  line-height: 16px;
}

.heading-46 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-7 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.div-block-32 {
  position: relative;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.three {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.three.ct {
  box-shadow: none;
}

.div-block-33 {
  background-color: #fff;
  padding: 1rem;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.text-block-21 {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.spark-tabs-parent {
  width: 100%;
}

.spark-centered-900 {
  text-align: center;
  background-color: #ffd1dc;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://www.divinemercirestaurant.com/images/pas-bg-1-vec.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  width: 900px;
  max-width: 100%;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.text-block-23 {
  color: #4d2c01;
}

.text-block-22 {
  color: var(--white);
}

.image-16 {
  object-fit: cover;
  width: 400px;
  height: 250px;
}

.text-block-64 {
  color: var(--white);
}

.heading-47 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.spark-tabs-content {
  width: 100%;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 50px;
  margin-bottom: 2rem;
  display: grid;
}

.ctn-content {
  background-color: rgba(255, 255, 255, .9);
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.spark-pill-tab {
  background-color: var(--black);
  color: #000;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-pill-tab:hover {
  border: 1px solid var(--white);
  background-color: var(--btn-color);
  opacity: 1;
  color: var(--white);
}

.spark-pill-tab.w--current {
  background-color: var(--btn-color);
  color: #fff;
  transition: color .15s, background-color .15s;
}

.spark-pill-tab.w--current:hover {
  border-color: var(--white);
  background-color: var(--black);
}

.spark-secondary-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 64px;
}

.hero-without-image-5 {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 5rem;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-8 {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
}

.spark-tabs-menu {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-menu.spark-left-aligned {
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 2rem;
  position: static;
  top: 16rem;
  overflow: auto;
}

.image-17 {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.heading-48 {
  font-family: Montserrat, sans-serif;
}

.div-block-26 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95)), url('https://www.divinemercirestaurant.com/images/restaurant.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-26.main-content.rmbg {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.image-18 {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.main-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #ff9100;
  border: 1px solid #ff9100;
  border-radius: 1rem;
  padding: 1rem 4rem;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .5s;
}

.main-button:hover {
  color: #ff9100;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff9100;
}

.main-button.big-b {
  border-color: #fff;
}

.container-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-11 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.image-19 {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.div-block-27 {
  opacity: .4;
  background-color: #ff9100;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-49 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.arrow-embed-2 {
  color: var(--black);
  margin-left: 2px;
  display: flex;
}

.pricing-card-text {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.heading-50 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.div-block-29 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.div-block-25 {
  background-color: var(--btn-color);
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.pricing-overview {
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-51 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-20 {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.pricing-description {
  color: var(--black);
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
}

.text-block-65 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.hero-heading-left-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.hero-split-8.alg-left {
  justify-content: center;
  align-items: flex-start;
}

.margin-bottom-24px-9 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-8 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.div-block-95 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 500px;
  height: 500px;
  display: grid;
}

.masonry-item {
  width: 100%;
  max-width: 300px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.masonry-container {
  flex: 0 auto;
  padding: 1rem;
  position: relative;
}

.div-block-97 {
  z-index: 2;
  min-width: 600px;
  position: relative;
}

.div-block-98 {
  justify-content: space-around;
  display: flex;
}

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

.data-body {
  background-image: url('https://www.divinemercirestaurant.com/images/pattern-x.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 5rem 20px 5rem 120px;
}

.data-body.tp-gd {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('https://www.divinemercirestaurant.com/images/pattern-x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.data-body.tp-gd.nbg {
  background-image: none;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.unsplash-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  transition: all .3s;
  display: block;
  position: relative;
}

.html-embed {
  display: none;
}

.heading-52 {
  color: #463100;
  text-align: center;
  flex: 0 auto;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.heading-53 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.code-embed-2 {
  width: 100%;
  height: 500px;
}

.link-block-5 {
  justify-content: center;
  align-items: center;
}

.link-block-6, .link-block-7 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .container-23 {
    width: 100%;
    height: 100%;
  }

  .code-embed {
    width: 100%;
    height: 500px;
  }

  .div-block-33, .image-16, .ctn-content {
    border-radius: 0;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-84.d-img {
    background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-46-scaled-1.jpg');
    background-size: cover;
  }

  .div-block-84.b-img {
    background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-23-2048x1365.jpg');
    background-size: cover;
  }

  .div-block-84.c-img {
    background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-56-scaled.jpg');
    background-size: cover;
  }

  .div-block-84.z-img {
    background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-49-scaled.jpg');
    background-size: cover;
  }

  .div-block-84.bb-img {
    background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-28-scaled-1.jpg');
    background-size: cover;
  }

  .div-block-85 {
    background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-23-2048x1365.jpg');
  }

  .div-block-85.img-1 {
    background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-56-scaled.jpg');
  }

  .div-block-85.img-1.s-img {
    background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-46-scaled-1.jpg');
  }

  .div-block-85.f-img {
    background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-28-scaled-1.jpg');
  }

  .div-block-85.p-img {
    background-image: url('https://www.divinemercirestaurant.com/images/delicious_restaurant_-48-scaled.jpg');
  }

  .section-6 {
    flex-flow: column;
    min-height: 50vh;
    display: flex;
  }

  .container-23 {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .code-embed {
    width: 100%;
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

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

  .clients-wrapper-three {
    justify-content: center;
    align-items: center;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

  .hero-heading-right-4.mgm {
    padding-top: 0;
  }

  .hero-heading-right-4.mgm.n-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-78 {
    width: 500px;
  }

  .hero-split-6 {
    margin-bottom: 40px;
  }

  .hero-split-6.rvs-2 {
    order: 1;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-wrapper-6.m-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .div-block-83 {
    width: 500px;
  }

  .container-17 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 728px;
  }

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

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-split-7 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-two-2 {
    margin-bottom: 20px;
  }

  .container-20, .container-21 {
    max-width: 728px;
  }

  .hero-wrapper-two-4.align-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .image-15 {
    width: 100%;
    height: 100%;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-3.hiden {
    display: none;
  }

  .div-block-54.rvs {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .heading-14 {
    display: none;
  }

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

  .grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .container-24, .container-25 {
    max-width: 728px;
  }

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-8.alg-left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .div-block-97 {
    width: 100%;
    min-width: 100%;
  }

  .data-body {
    padding-left: 70px;
  }

  .data-body.tp-gd {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .data-body.tp-gd.nbg {
    padding-left: 0;
    padding-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .container {
    z-index: 0;
  }

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

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

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

  .div-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-5 {
    width: 50px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .image {
    width: 100%;
    height: 300px;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

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

  .hero-without-image {
    padding: 60px 15px;
  }

  .footer-subscribe {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

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

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    text-align: center;
    margin-top: 15px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-right-4, .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-split-7.pan-left.center-txt {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-without-image-2, .hero-without-image-3, .hero-without-image-4 {
    padding: 60px 15px;
  }

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

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

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .container-23 {
    width: 500px;
    height: 400%;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .heading-14 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-43 {
    font-size: 28px;
    line-height: 32px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .grid {
    grid-column-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .hero-without-image-5 {
    margin-top: auto;
    padding: 60px 15px;
  }

  .spark-tabs-menu.spark-left-aligned {
    flex-flow: wrap;
    overflow: hidden;
  }

  .main-button.big-b {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .pricing-overview {
    padding: 60px 15px 15rem;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

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

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section {
    min-height: auto;
    padding: 5rem 1rem;
  }

  .container {
    z-index: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 50px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .nav-menu-wrapper-2 {
    z-index: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .button-primary-2 {
    z-index: 10;
    position: relative;
  }

  .menu-button-2 {
    background-color: var(--btn-color);
    color: var(--white);
  }

  .div-block {
    text-align: center;
    max-width: 300px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-6 {
    width: 50px;
  }

  .div-block-6.disp-right {
    z-index: 1;
  }

  .container-2 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    width: 100%;
  }

  .div-block-7 {
    max-width: 300px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 16px;
  }

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

  .slider {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 300px;
  }

  .slide {
    max-width: 100%;
    padding-right: 0;
  }

  .image {
    width: auto;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-21, .text-block-41 {
    line-height: 18px;
  }

  .div-block-77 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-78 {
    max-width: 400px;
  }

  .hero-split-6 {
    justify-content: center;
    align-items: center;
    max-width: 300px;
  }

  .shadow-two-6 {
    height: 400px;
  }

  .container-16 {
    max-width: none;
  }

  .heading-24, .text-block-44 {
    line-height: 18px;
  }

  .div-block-82 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-83 {
    max-width: 400px;
  }

  .container-17 {
    max-width: none;
  }

  .div-block-84 {
    width: 300px;
    height: 500px;
  }

  .div-block-85 {
    width: 300px;
  }

  .section-5 {
    min-height: auto;
  }

  .container-19 {
    max-width: none;
  }

  .hero-split-7.pan-left.center-txt {
    margin-bottom: 40px;
  }

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

  .container-20 {
    max-width: none;
  }

  .text-block-55 {
    font-size: 32px;
  }

  .container-21 {
    max-width: none;
  }

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

  .heading-30, .heading-31, .heading-32, .heading-33, .heading-34, .heading-35, .heading-36 {
    font-size: 18px;
  }

  .container-22 {
    max-width: none;
  }

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

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .container-23 {
    width: auto;
    height: auto;
  }

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

  .div-block-91 {
    z-index: 0;
  }

  .heading-14 {
    font-size: 24px;
    line-height: 28px;
  }

  .container-12 {
    max-width: none;
  }

  .heading-43 {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-44 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-tabs-content {
    position: static;
  }

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

  .spark-pill-tab {
    text-align: center;
    width: 100%;
  }

  .spark-pill-tab.w--current {
    width: 100%;
  }

  .spark-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-tabs-menu.spark-left-aligned {
    z-index: 5;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
    top: 15rem;
    overflow: hidden;
  }

  .container-24 {
    max-width: none;
  }

  .div-block-29 {
    flex-flow: column;
  }

  .pricing-overview {
    padding-bottom: 5rem;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-25 {
    max-width: none;
  }

  .masonry-container {
    width: 100%;
  }

  .div-block-98 {
    width: 100%;
    position: relative;
  }

  .data-body.tp-gd {
    padding-bottom: 0;
  }

  .div-block-35 {
    width: 100%;
    position: relative;
  }

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

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

  .code-embed-2 {
    width: 100%;
  }
}

#w-node-_5d0592e9-fc75-9cc3-69a6-62428cfb84d7-4d54b13f, #w-node-_5d0592e9-fc75-9cc3-69a6-62428cfb84e3-4d54b13f, #w-node-_64bb48e9-1ffe-96ba-c08f-ee5f80d38708-4d54b13f, #w-node-_7426555d-3771-67f4-391c-2785a90b2101-4d54b13f, #w-node-f2bb6809-d2fa-e850-a035-4cdb4fc02394-4d54b13f, #w-node-fb9b7b78-8720-b139-8a39-029e8e08ded5-4d54b13f, #w-node-_8cb3a9b1-9984-aa3c-79e7-9d4f5bb85cbf-4d54b13f, #w-node-_7171a3e1-5a7c-c578-bb37-1eb5eb9f83b8-4d54b13f, #w-node-dad289ee-5e3e-e94a-90ea-d9021922a136-4d54b13f, #w-node-_9ef78438-a854-4f2f-5586-0b7b77e87f57-4d54b13f, #w-node-_78367438-7738-a861-435b-2498f6ab3bd1-4d54b13f, #w-node-d414ecd6-14b2-41dd-8666-66f0e5897dc9-4d54b13f, #w-node-b2b73de6-ab84-f815-c9f4-7fc554e9c874-4d54b13f, #w-node-_5d0592e9-fc75-9cc3-69a6-62428cfb84ff-4d54b13f, #w-node-_3d3f1e3d-8bbf-28ef-028c-7caba02db80b-4d54b13f, #w-node-_93d8c6ce-2c43-3dc2-5e4c-08e40e942e60-4d54b13f, #w-node-_047788a5-50e5-6cdb-3de3-311d357c4fff-4d54b13f, #w-node-_544e389c-15d6-898b-ae95-0687aff88c13-4d54b13f, #w-node-_3513ba8a-1c1f-23d7-01cf-5740431d1170-4d54b13f, #w-node-_91808bab-a508-c3ca-e3ee-ddc6e2155b77-4d54b13f, #w-node-_3039d0af-747d-6f02-cd0c-f980da693113-4d54b13f, #w-node-dfda2634-cb4f-0dda-6a0e-06c033ec0b79-4d54b13f, #w-node-_5d0592e9-fc75-9cc3-69a6-62428cfb850d-4d54b13f, #w-node-_3d26d14e-ce85-4c75-7348-943e7a831198-4d54b13f, #w-node-_4c147049-4f3d-385e-f388-73c044f86ea5-4d54b13f, #w-node-e379254f-f48a-1a0f-a051-6b73ed631114-4d54b13f, #w-node-e6401fc8-cb66-ce12-9bc7-92ed99d07911-4d54b13f, #w-node-f2ca9abf-6b5a-f9e1-5786-e352caaa65a1-4d54b13f, #w-node-b0565574-4669-e167-3b9f-33dcb17ef617-4d54b13f, #w-node-_1def6780-7ae4-5715-20c9-6806c47b798e-4d54b13f, #w-node-d300feee-2ac3-0de5-c6d5-2ea99124479d-4d54b13f, #w-node-caabfbd2-da2e-5aa1-4883-4ed265375617-4d54b13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}