@font-face {
  font-family: Iconsrestaurantextemplate;
  src: url('../fonts/iconsrestaurantextemplate.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-600: dimgrey;
  --neutral-800: #161412;
  --primary-1: #f2f0bf;
  --secondary-1: #e9f2f1;
  --neutral-100: white;
  --primary-button-shadow: #fe863047;
  --neutral-300: #e8e8e8;
  --card-shadow-short: #1614120a;
  --neutral-400: #cbcbcb;
  --neutral-500: #979797;
  --mørkere-gul: #e8e6a5;
  --neutral-700: #43403d;
  --neutral-200: #f7f7f7;
  --skygge: var(--secondary-1);
}

body {
  color: var(--neutral-600);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41667em;
}

h4 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27273em;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333em;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral-600);
}

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

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--neutral-800);
  font-weight: 700;
}

blockquote {
  background-color: var(--secondary-1);
  color: var(--primary-1);
  text-align: center;
  border-left: 0 solid #000;
  border-radius: 26px;
  margin-top: 64px;
  margin-bottom: 48px;
  padding: 88px 100px;
  font-size: 24px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 56px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

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

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-right-24px {
  margin-right: 24px;
}

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

.mg-bottom-24px.bigger {
  font-size: 1.8rem;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

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

.flex-column.full-width {
  align-self: stretch;
}

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

.color-white {
  color: var(--neutral-100);
}

.bg-secondary-1 {
  background-color: var(--secondary-1);
}

.container-default {
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary {
  background-color: var(--primary-1);
  color: var(--neutral-800);
  text-align: center;
  transform-style: preserve-3d;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 1.2em;
  transition: transform .3s, background-color .3s;
}

.button-primary:hover {
  transform: scale3d(1.05, 1.05, .01);
}

.button-primary.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.full-width {
  flex: 1;
  align-self: stretch;
  display: block;
}

.button-primary.button-white {
  color: var(--neutral-800);
  background-color: #fff;
  transition: color .3s, transform .3s, box-shadow .3s, background-color .3s;
  box-shadow: 0 6px 16px #fe863029;
}

.button-primary.button-white:hover {
  color: var(--primary-1);
  box-shadow: 0 6px 16px -7px #fe86303b;
}

.button-primary.button-white._2-buttons {
  box-shadow: none;
}

.button-primary._2-buttons {
  margin-bottom: 16px;
  margin-right: 24px;
}

.button-primary._2-buttons:hover {
  color: var(--neutral-800);
}

.button-primary._2-buttons.home:hover {
  background-color: var(--secondary-1);
  color: var(--neutral-800);
}

.button-secondary {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 80px;
  padding: 20px 40px;
  line-height: 20px;
  transition: transform .3s, color .3s, background-color .3s;
}

.button-secondary:hover {
  background-color: var(--primary-1);
  box-shadow: none;
  color: var(--neutral-800);
  transform: scale3d(1.02, 1.02, .01);
}

.button-secondary.v2 {
  border-color: var(--neutral-100);
  background-color: var(--card-shadow-short);
  color: var(--neutral-100);
}

.button-secondary.v2:hover {
  background-color: var(--neutral-800);
  border-color: #0000;
}

.header {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  box-shadow: 0 4px 24px #1614120a;
}

.header-logo {
  width: 4rem;
  transition: transform .3s;
  display: block;
}

.header-logo:hover {
  transform: scale(1.04);
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-right: 24px;
}

.nav-link {
  color: var(--neutral-800);
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  border-bottom: 1px solid var(--primary-1);
  color: var(--neutral-400);
}

.nav-menu {
  margin-right: 16px;
}

.footer {
  background-color: #fff;
}

.footer-logo {
  max-width: 5rem;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.section {
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.home-hero {
  align-items: center;
  min-height: 91vh;
  max-height: 91vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.cta-v1 {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  position: relative;
  overflow: hidden;
}

.section.about {
  padding-top: 120px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section.hide {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding: 60px 24px;
  display: flex;
}

.utility-page-content-password {
  border: 1px solid var(--neutral-300);
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 680px;
  padding: 80px 72px;
  display: flex;
  box-shadow: 0 14px 42px #080f340f;
}

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

.input {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 4px 8px 0 var(--card-shadow-short);
  color: var(--neutral-500);
  border-radius: 100px;
  height: 64px;
  margin-bottom: 0;
  padding: 21px 34px 21px 32px;
  font-size: 18px;
  transition: box-shadow .3s, border-color .3s, color .3s;
}

.input:hover {
  border-color: var(--primary-1);
  box-shadow: 0 4px 16px -8px var(--card-shadow-short);
}

.input:focus {
  border-color: var(--primary-1);
  color: var(--neutral-800);
}

.input::placeholder {
  color: var(--neutral-500);
  font-size: 18px;
}

.input.password {
  margin-bottom: 20px;
}

.input.text-area {
  border-radius: 16px;
  height: auto;
  min-height: 168px;
}

.input.large {
  height: 80px;
}

.utility-page-content-404 {
  border: 1px solid var(--neutral-300);
  border-radius: 24px;
  max-width: 720px;
  margin-bottom: 0;
  padding: 80px;
  box-shadow: 0 14px 42px #080f340f;
}

._404-title {
  color: var(--primary-1);
  font-size: 140px;
  font-weight: 700;
  line-height: 150px;
}

.divider {
  background-color: var(--neutral-300);
  width: 100%;
  height: 1px;
}

.paragraph.password {
  margin-bottom: 40px;
}

.card {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  color: var(--neutral-600);
  border-radius: 16px;
  text-decoration: none;
  overflow: hidden;
}

.card.home-about-card {
  z-index: 2;
  box-shadow: 0 4px 16px 0 var(--card-shadow-short);
  min-width: 400px;
  max-width: 67%;
  padding: 56px 48px;
  position: absolute;
  inset: auto 0% -7% auto;
}

.card.menu-card {
  color: var(--neutral-600);
  text-align: center;
  border-style: none;
  border-radius: 0;
  display: block;
  transform: translate(0);
}

.card.testimonial-card {
  padding: 64px 40px;
}

.card.blog-card {
  box-shadow: 0 4px 16px 0 var(--card-shadow-short);
  color: var(--neutral-600);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
}

.card.blog-card:hover {
  box-shadow: 0 16px 24px 0 var(--card-shadow-short);
  transform: scale3d(1.02, 1.02, .01);
}

.card.contact-form-card {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 88px 56px;
  display: flex;
  box-shadow: 0 14px 42px #080f340f;
}

.card.contact-form-card.book-a-table {
  min-height: 630px;
}

.card.store-card {
  box-shadow: 0 4px 16px 0 var(--card-shadow-short);
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  height: 25rem;
  display: flex;
}

.card.social-media-card {
  box-shadow: 0 6px 16px 0 var(--card-shadow-short);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 32px 48px;
  transition: transform .3s, color .3s;
  display: flex;
}

.card.social-media-card:hover {
  transform: scale(1.02);
}

.card.delivery-app-card {
  box-shadow: 0 4px 16px 0 var(--card-shadow-short);
  justify-content: center;
  align-items: center;
  padding: 40px 32px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.delivery-app-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px -5px #1614121a;
}

.card.delivery-app-card.large {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 56px;
}

.card.product-categories {
  width: 100%;
  max-width: 370px;
  padding: 56px 40px 40px;
  position: sticky;
  top: 48px;
}

.card.about-the-dish {
  padding: 100px 80px;
}

.split-content.header-right {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.image-wrapper {
  position: relative;
  transform: translate(0);
}

.image-wrapper.cta-v1-image {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-wrapper.store-card {
  flex: 1;
  overflow: hidden;
}

.image.home-hero-image {
  object-fit: cover;
  border-radius: 24px;
  height: 45rem;
  position: relative;
  transform: rotate(-2deg);
  box-shadow: 0 14px 64px #00000021;
}

.image.full-image-w-radius {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 24px;
  width: 30rem;
  height: 25rem;
  display: block;
}

.image.full-image-w-radius.about-home {
  width: 75%;
  max-width: 92%;
}

.image.full-image-w-radius.bigger {
  object-fit: cover;
  width: 30rem;
}

.image.cta-v1-image, .image.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image.instagram {
  width: 100%;
  height: 100%;
  transition: transform .3s;
  display: block;
}

.image.instagram:hover {
  transform: scale(1.05);
}

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

.h1-size {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.h3-size {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41667em;
}

.h4-size {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27em;
}

.rich-text ul {
  margin-bottom: 48px;
}

.rich-text ol {
  margin-bottom: 40px;
}

.rich-text img {
  border-radius: 16px;
}

.rich-text li {
  margin-bottom: 8px;
}

.rich-text h3, .rich-text h2 {
  margin-top: 40px;
}

.brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: center;
  margin-right: 24px;
  display: flex;
}

.brand.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

._2-column-grid.larger-left-column {
  grid-template-columns: 1.2fr 1fr;
}

._2-column-grid.header-button {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 48px;
}

._2-column-grid.contact {
  grid-template-columns: 1fr 1.2fr;
}

._2-column-grid.product-body-grid {
  grid-template-columns: auto 1fr;
}

.inner-container-550px {
  max-width: 550px;
}

.inner-container-550px.position-relative {
  position: relative;
}

._2-button-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.bg.home-hero {
  z-index: -1;
  background-color: var(--primary-1);
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg.home-contact-bg {
  z-index: -1;
  background-color: var(--primary-1);
  width: 42%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.narrow-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.narrow-section.large {
  padding-top: 160px;
  padding-bottom: 160px;
}

.narrow-section.medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.header-buttons-wrapper {
  white-space: nowrap;
  flex-wrap: nowrap;
  display: flex;
}

.mask {
  position: relative;
  overflow: hidden;
}

.mask.instagram-image {
  border-radius: 12px;
}

.center-content {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper.max-w-550px {
  max-width: 550px;
}

.dash-small---90px {
  background-color: var(--neutral-100);
  width: 90px;
  min-height: 2px;
}

.mg-bottom-0px {
  margin-bottom: 0;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.false-mask {
  overflow: visible;
}

.false-mask.testimonials {
  max-width: 600px;
}

.false-mask.inner-container-950px {
  max-width: 950px;
}

.slide-nav {
  display: none;
}

.avatar-main-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar.small {
  border-radius: 100%;
  width: 72px;
  min-width: 72px;
  margin-right: 24px;
}

.slider-arrow-v1 {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Iconsrestaurantextemplate, sans-serif;
  font-size: 26px;
  line-height: 1em;
  transition: transform .3s, background-color .3s;
  display: flex;
  left: auto;
  right: auto;
}

.slider-arrow-v1:hover {
  background-color: var(--neutral-800);
  transform: scale(1.1);
}

.slider-arrow-v1.left {
  left: 0;
  right: auto;
}

.slider-arrow-v1.right {
  right: -12px;
}

.card-content.store-card {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  max-width: 40%;
  padding: 64px 50px 64px 58px;
  display: flex;
}

.contact-left-column {
  max-width: 480px;
  margin-top: 80px;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact-form._2-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-link {
  color: var(--neutral-600);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-link:hover {
  color: var(--primary-1);
}

.contact-link.mg-bottom-24px {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.contact-link.mg-bottom-24px:hover {
  color: var(--neutral-500);
}

._3-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-column-grid.values-grid {
  grid-row-gap: 80px;
}

.slider-arrow-v2 {
  background-color: var(--primary-1);
  color: var(--neutral-800);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Iconsrestaurantextemplate, sans-serif;
  font-size: 26px;
  line-height: 1em;
  transition: transform .3s, background-color .3s;
  display: flex;
  left: auto;
  right: -12px;
}

.slider-arrow-v2:hover {
  background-color: var(--neutral-800);
  color: var(--primary-1);
  transform: scale(1.08);
}

.slider-arrow-v2.left {
  left: 0;
  right: auto;
}

.cta-v2-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-1);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 119px 80px;
  display: grid;
}

.cta-v2-form {
  display: flex;
  position: relative;
}

.submit-button {
  background-color: var(--primary-1);
  box-shadow: 0 6px 16px 0 var(--primary-button-shadow);
  color: var(--neutral-100);
  text-align: center;
  transform-style: preserve-3d;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 18px 40px;
  font-weight: 700;
  line-height: 1.2em;
  transition: transform .3s, box-shadow .3s, background-color .3s;
}

.submit-button:hover {
  box-shadow: 0 6px 20px 5px var(--primary-button-shadow);
  color: var(--neutral-100);
  transform: scale3d(1.05, 1.05, .01);
}

.submit-button.absolute {
  box-shadow: none;
  position: absolute;
  inset: 11px 11px 11px auto;
}

.submit-button.absolute:hover {
  box-shadow: none;
}

.success-message {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 100px;
  padding: 24px;
  font-weight: 500;
}

.error-message {
  background-color: var(--secondary-1);
  color: var(--neutral-800);
  text-align: center;
  border-radius: 100px;
  margin: 24px 0 0;
  padding: 24px;
}

.faq-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: var(--neutral-100);
  box-shadow: 0 4px 16px 0 var(--card-shadow-short);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 56px 40px;
  transition: transform .3s;
  display: grid;
}

.faq-item:hover {
  transform: scale3d(1.02, 1.02, .01);
}

.inner-container-500px {
  max-width: 500px;
}

.footer-column {
  max-width: 360px;
}

.social-links-wrapper {
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.social-link {
  background-color: var(--primary-1);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Iconsrestaurantextemplate, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  transform: scale3d(1.05, 1.05, .01);
}

.success-mesage-form {
  background-color: var(--primary-1);
  border-radius: 16px;
  padding: 94px 50px;
}

.heading-size-h3 {
  color: var(--neutral-800);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41em;
}

.heading-size-h3.mg-bottom-0px {
  margin-bottom: 0;
}

.line-rounded-icon {
  color: var(--neutral-800);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-family: Line Rounded Icons, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.position-relative {
  position: relative;
}

._2-buttons {
  margin-bottom: -15px;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-logo.customize {
  width: 110px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-webflow-templates-sub {
  color: #523ff5;
  text-decoration: underline;
}

.brix-badges-wrapper {
  z-index: 99999999;
  width: 320px;
  height: 120px;
  position: fixed;
  inset: auto 50px 0 auto;
}

.more-templates-lottie-2 {
  z-index: 9999;
  width: 44px;
  position: absolute;
  inset: -18px -19px auto auto;
}

.hidden-code {
  display: none;
}

.more-templates-badge-wrapper {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  min-height: 76px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: absolute;
  transform: scale(.9)translate(0, 20px);
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper:hover {
  color: #666977;
}

.more-templates-badge-wrapper.customization {
  border-color: #4a3aff;
  padding-left: 10px;
}

.footer_legal-divider {
  background-color: #3b3b3c;
  width: 1px;
  height: 1.25rem;
}

.footer_link {
  color: #8a9794;
  transition: color .2s;
}

.footer_link:hover {
  color: #d0d6d5;
}

.footer_links-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-medium-2 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer_legal-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.footer_legal-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.footer_link-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
}

.footer_links-head {
  color: var(--neutral-800);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1rem;
}

.footer_copyright {
  color: #8a9794;
  font-size: .75rem;
}

.footer_links-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_link-wrap {
  color: var(--neutral-800);
  border-top: 1px solid #ffffff2e;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: padding .2s;
  display: flex;
}

.footer_link-wrap:hover {
  background-image: url('../images/Design-uten-navn-10.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 4px;
  padding-left: .75rem;
}

.padding-global {
  border-top: 1px solid var(--neutral-300);
  padding-left: 4rem;
  padding-right: 4rem;
}

.footer_links-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #ffffff38;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.footer_main-links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.footer_hotel-name {
  color: var(--neutral-800);
  font-size: 1.75rem;
  font-weight: 400;
}

.div-block {
  background-color: var(--primary-1);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.gallery-cms-item {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 30em;
  display: flex;
}

.gallery-cms-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.circle-button-bg-2 {
  z-index: 5;
  background-color: var(--primary-1);
  border-radius: 50%;
  width: 120%;
  height: 120%;
  display: none;
  position: absolute;
}

.animation-color-bg {
  z-index: 15;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.mg-top-2x-extra-large {
  margin-top: 64px;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-button-bg-1 {
  z-index: 1;
  background-color: #ffffff8c;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.portfolio-1-image {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40em;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-1-image.mindre {
  border-radius: 28px;
  height: 100%;
  margin-bottom: 0;
}

.circle-button-text {
  z-index: 10;
  color: var(--neutral-800);
  text-align: center;
  text-indent: .1em;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
}

.gallery-cms {
  width: 100%;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.circle-button {
  z-index: 20;
  color: #272b3d;
  letter-spacing: .1em;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  transition: letter-spacing .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
}

.circle-button:hover {
  color: #fff;
  letter-spacing: .25em;
}

.ikon {
  width: 8rem;
  height: 8rem;
  margin-bottom: 2rem;
}

.heading {
  font-size: 2.9rem;
}

@media screen and (min-width: 1920px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 36px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary._2-buttons {
    margin-right: 20px;
  }

  .button-primary._2-buttons.home {
    margin-right: 0;
  }

  .header-logo {
    width: 3rem;
  }

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

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    background-color: var(--primary-1);
    color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    margin-left: 12px;
    padding: 14px;
    font-size: 30px;
    transition: transform .35s;
    display: flex;
  }

  .menu-button:hover {
    transform: scale(1.05);
  }

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

  .nav-menu {
    box-shadow: 0 6px 16px 0 var(--card-shadow-short);
    background-color: #fff;
    margin-right: 0;
    padding: 0 24px 32px;
  }

  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

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

  .card.home-about-card {
    min-width: auto;
    max-width: 100%;
    margin-left: 24px;
    padding: 48px 32px;
  }

  .card.contact-form-card {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.contact-form-card.book-a-table {
    min-height: auto;
  }

  .card.product-categories {
    padding: 48px 32px 32px;
  }

  .card.about-the-dish {
    padding: 48px 40px;
  }

  .split-content.header-right {
    flex: 1;
    justify-content: flex-start;
  }

  .image-wrapper.cta-v1-image {
    width: 46%;
  }

  .image.home-hero-image {
    height: 25rem;
  }

  .h1-size {
    font-size: 52px;
  }

  .brand {
    z-index: 99;
  }

  ._2-column-grid.contact {
    grid-row-gap: 56px;
    grid-template-columns: 1.2fr;
  }

  ._2-column-grid.instagram-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._2-column-grid.product-body-grid {
    grid-template-columns: 1fr 1.2fr;
  }

  ._2-button-wrap.home {
    flex-direction: column;
    align-items: stretch;
  }

  .bg.home-contact-bg {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .narrow-section.large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .card-content.store-card {
    padding-left: 39px;
    padding-right: 22px;
  }

  .contact-left-column {
    margin-top: 0;
  }

  ._3-column-grid.instagram-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._3-column-grid.values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-v2-main-wrapper {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 88px 58px;
  }

  .faq-item {
    grid-column-gap: 32px;
  }

  .footer-column {
    max-width: none;
  }

  .lottie-animation {
    max-width: 26px;
  }

  .success-mesage-form {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .heading-size-h3.mg-bottom-0px {
    font-size: 18px;
  }

  .brix-badges-wrapper {
    right: 35px;
  }

  .footer_legal-divider {
    width: 100%;
    height: 1px;
    display: none;
  }

  .footer_links-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .footer_legal-links {
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .footer_legal-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer_links-head {
    font-size: .875rem;
  }

  .footer_copyright {
    font-weight: 500;
  }

  .footer_link-wrap:hover {
    background-image: none;
    padding-left: 0;
  }

  .padding-global {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .footer_links-group {
    padding-top: 1.5rem;
  }

  .footer_main-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .circle-button-bg-1 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #ffffff80;
  }

  .heading {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    margin-top: 48px;
    margin-bottom: 32px;
    padding: 64px 56px;
    font-size: 22px;
    line-height: 1.6em;
  }

  figure {
    margin-bottom: 32px;
  }

  .mg-bottom-24px.testimonials-stars {
    width: 164px;
  }

  .button-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-primary._2-buttons.home {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .button-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-button {
    margin-left: 0;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.home-hero {
    min-height: auto;
    max-height: 100%;
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section.cta-v1 {
    padding-bottom: 0;
  }

  .utility-page-wrap {
    min-height: 700px;
  }

  .utility-page-content-password {
    padding: 64px 32px;
  }

  .input {
    padding-left: 24px;
    padding-right: 24px;
  }

  .utility-page-content-404 {
    padding: 48px 40px;
  }

  ._404-title {
    font-size: 120px;
    line-height: 130px;
  }

  .card.testimonial-card {
    margin-left: 24px;
    margin-right: 24px;
    padding: 48px 32px;
  }

  .card.contact-form-card {
    padding: 40px 32px 48px;
  }

  .card.contact-form-card.book-a-table {
    min-height: 550px;
  }

  .card.store-card {
    border-radius: 16px;
    flex-direction: column;
  }

  .card.social-media-card {
    padding: 32px 24px 40px;
  }

  .card.product-categories {
    max-width: none;
    position: static;
  }

  .card.about-the-dish {
    padding: 40px 32px;
  }

  .split-content.header-right {
    justify-content: space-between;
  }

  .image-wrapper.cta-v1-image {
    width: 100%;
    margin-top: 48px;
    position: static;
  }

  .image.home-hero-image {
    border-radius: 16px;
  }

  .image.full-image-w-radius {
    border-radius: 16px;
    min-height: 300px;
  }

  .image.full-image-w-radius.about-home {
    max-height: 500px;
  }

  .image.cta-v1-image {
    object-position: 50% 20%;
    max-height: 400px;
  }

  .image.instagram {
    display: block;
  }

  .h1-size {
    font-size: 48px;
  }

  .rich-text ul, .rich-text ol {
    margin-bottom: 32px;
    padding-left: 24px;
  }

  .brand {
    align-self: center;
    margin-right: 24px;
    padding-left: 0;
  }

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

  ._2-column-grid.home-hero-wrapper {
    grid-row-gap: 76px;
  }

  ._2-column-grid.larger-left-column {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.header-button {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  ._2-column-grid.instagram-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-grid.product-body-grid {
    grid-template-columns: 1fr;
  }

  ._2-button-wrap.home {
    flex-direction: row;
    align-items: flex-start;
  }

  .bg.home-hero {
    width: 100%;
    min-height: 40%;
    inset: auto 0% 0%;
  }

  .bg.home-contact-bg {
    width: 100%;
    min-height: 48%;
    inset: auto 0% 0%;
  }

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

  .narrow-section.large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-buttons-wrapper {
    display: none;
  }

  .mask.instagram-image {
    border-radius: 8px;
  }

  .mask.instagram-image.hide-in-mobile {
    display: none;
  }

  .avatar.small {
    width: 64px;
    min-width: 64px;
    margin-right: 20px;
  }

  .slider-arrow-v1 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
  }

  .slider-arrow-v1.left {
    left: -16px;
  }

  .slider-arrow-v1.right {
    right: -16px;
  }

  .card-content.store-card {
    order: 1;
    max-width: 100%;
    padding: 32px 32px 40px;
  }

  .contact-form, ._3-column-grid {
    grid-template-columns: 1fr;
  }

  ._3-column-grid.instagram-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.values-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .slider-arrow-v2 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
  }

  .slider-arrow-v2.left {
    left: -16px;
  }

  .cta-v2-main-wrapper {
    border-radius: 16px;
    padding: 64px 30px;
  }

  .faq-item {
    grid-column-gap: 24px;
    border-radius: 16px;
    padding: 48px 32px;
  }

  .success-mesage-form {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-size-h3 {
    font-size: 22px;
  }

  .footer_legal-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .footer_legal-wrap {
    flex-flow: row;
  }

  .footer_link-text {
    font-size: .75rem;
    font-weight: 500;
  }

  .footer_links-head {
    font-weight: 500;
  }

  .footer_link-wrap {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_links-group {
    padding-top: 1rem;
  }

  .footer_hotel-name {
    font-size: 2.25rem;
  }

  .gallery-cms-item {
    height: 19em;
  }

  .mg-top-2x-extra-large {
    margin-top: 56px;
  }

  .portfolio-1-image {
    height: 30em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    margin-top: 32px;
    padding: 56px 32px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary {
    flex: 1;
    width: 100%;
    display: block;
  }

  .button-primary._2-buttons {
    margin-right: 0;
  }

  .button-primary._2-buttons.home {
    margin-bottom: 13px;
    margin-right: 0;
  }

  .button-secondary {
    flex: 1;
    width: 100%;
    display: block;
  }

  .header-logo {
    width: 2.5rem;
    height: auto;
  }

  .menu-button {
    background-color: var(--primary-1);
    width: 46px;
    height: 46px;
    padding: 11px 12px 12px;
    font-size: 26px;
  }

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

  .nav-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-logo {
    width: 3rem;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    border-radius: 16px;
    padding: 40px 20px 48px;
  }

  .input.large {
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-content-404 {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._404-title {
    font-size: 100px;
    line-height: 120px;
  }

  .card.home-about-card {
    box-shadow: none;
    position: static;
    bottom: auto;
    right: auto;
  }

  .card.testimonial-card {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 48px;
  }

  .card.contact-form-card {
    padding: 40px 24px 32px;
  }

  .card.store-card {
    height: 100%;
  }

  .card.product-categories, .card.about-the-dish {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image.full-image-w-radius {
    margin-top: 2rem;
  }

  .image.full-image-w-radius.about-home {
    max-width: 100%;
    max-height: 300px;
  }

  .h1-size {
    font-size: 40px;
  }

  .brand {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    align-self: center;
    margin-right: 16px;
    display: flex;
  }

  ._2-column-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._2-column-grid.home-hero-wrapper {
    grid-row-gap: 70px;
  }

  ._2-column-grid.header-button {
    grid-row-gap: 24px;
  }

  ._2-column-grid.contact {
    grid-row-gap: 60px;
  }

  ._2-button-wrap, ._2-button-wrap.home {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .bg.home-hero {
    min-height: 26%;
  }

  .narrow-section.large, .narrow-section.medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .false-mask.inner-container-950px {
    max-width: none;
  }

  .avatar-main-wrapper {
    flex-flow: column wrap;
    justify-content: center;
  }

  .avatar.small {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .slider-arrow-v1 {
    width: 50px;
    height: 50px;
    min-height: 50px;
    font-size: 18px;
  }

  .slider-arrow-v1.left {
    left: -16px;
  }

  .slider-arrow-v1.right {
    right: -16px;
  }

  .card-content.store-card {
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-left-column {
    max-width: 300px;
  }

  .contact-form._2-column-grid {
    display: flex;
  }

  .contact-link {
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
  }

  ._3-column-grid.values-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .slider-arrow-v2 {
    width: 50px;
    height: 50px;
    min-height: 50px;
    font-size: 18px;
  }

  .slider-arrow-v2.left {
    left: -16px;
  }

  .cta-v2-main-wrapper {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-v2-form {
    flex-direction: column;
  }

  .submit-button {
    flex: 1;
    width: 100%;
    display: block;
  }

  .submit-button.absolute {
    margin-top: 16px;
    position: static;
  }

  .submit-button.absolute.white-button {
    background-color: var(--neutral-100);
    color: var(--primary-1);
    transition-property: transform, color, background-color;
  }

  .submit-button.absolute.white-button:hover {
    background-color: var(--neutral-800);
    color: var(--neutral-100);
  }

  .faq-item {
    grid-column-gap: 16px;
    padding: 40px 24px;
  }

  .lottie-animation {
    max-width: 24px;
  }

  ._2-buttons {
    flex-direction: column;
    display: flex;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .brix-badges-wrapper {
    width: 310px;
    height: 100px;
    right: 22px;
  }

  .more-templates-lottie-2 {
    width: 40px;
    top: -16px;
    right: -15px;
  }

  .more-templates-badge-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 310px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-badge-wrapper:hover {
    transform: scale(.9)translate(0, 20px);
  }

  .footer_legal-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer_legal-wrap {
    grid-column-gap: 3.4rem;
    grid-row-gap: 3.4rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_copyright {
    font-size: .5rem;
  }

  .footer_links-grid {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer_hotel-name {
    font-size: 1.8rem;
  }

  .gallery-cms-item {
    height: 13em;
  }

  .gallery-cms-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .circle-button-bg-1 {
    width: 60%;
    height: 60%;
  }

  .circle-button-text {
    font-size: 14px;
  }
}

#w-node-_247112d3-d158-fe6f-dca8-02f18e6fca24-38f77714 {
  align-self: center;
}

#w-node-_08e9f933-a2c4-be53-bba8-efe485bf9535-38f77714 {
  order: 9999;
  place-self: center end;
}

#w-node-_943ce13a-08ba-9bd8-1643-f93f20a419e8-38f77714 {
  place-self: stretch stretch;
}

#w-node-_2073e2b4-7814-0a9a-1e23-5ef433a42329-38f77714 {
  align-self: start;
}

#Type-arrangement.w-node-dc3a6174-167d-9898-8dbc-15071523da4e-38f77714, #nsket-foodtruck-2.w-node-ea3c862e-0f18-4718-76ce-6db1ad8d155d-38f77714, #Text-Area.w-node-cce5c493-fddd-cbac-d24c-1217efb1baff-38f77714 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e72bc5a-fe1f-3085-9f8d-f4ee4b0e55ad-ae2f46c5 {
  order: 0;
  place-self: end start;
}

#w-node-_3385444d-970f-ab7f-8a88-1701a2065796-a915e2f9 {
  place-self: center start;
}

#w-node-cb858773-9159-acff-8ac4-af8c3902cf74-a915e2f9 {
  place-self: start stretch;
}

#w-node-cb858773-9159-acff-8ac4-af8c3902cf83-a915e2f9, #w-node-cb858773-9159-acff-8ac4-af8c3902cf85-a915e2f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b23f56ee-99af-2df9-9111-c4a6887a294b-a915e2f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3385444d-970f-ab7f-8a88-1701a2065796-cc7db875 {
  place-self: center start;
}

#w-node-cb858773-9159-acff-8ac4-af8c3902cf74-cc7db875 {
  place-self: start stretch;
}

#w-node-cb858773-9159-acff-8ac4-af8c3902cf83-cc7db875, #w-node-cb858773-9159-acff-8ac4-af8c3902cf85-cc7db875 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b23f56ee-99af-2df9-9111-c4a6887a294b-cc7db875 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3385444d-970f-ab7f-8a88-1701a2065796-3edfb934 {
  place-self: center start;
}

#w-node-cb858773-9159-acff-8ac4-af8c3902cf74-3edfb934 {
  place-self: start stretch;
}

#w-node-cb858773-9159-acff-8ac4-af8c3902cf83-3edfb934, #w-node-cb858773-9159-acff-8ac4-af8c3902cf85-3edfb934 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b23f56ee-99af-2df9-9111-c4a6887a294b-3edfb934 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ecbc7f5e-b9ac-289c-c0d0-0e7746b41261-38f77714 {
    justify-self: start;
  }

  #w-node-_08e9f933-a2c4-be53-bba8-efe485bf9535-38f77714 {
    order: 0;
    place-self: auto stretch;
  }

  #w-node-cb858773-9159-acff-8ac4-af8c3902cf85-a915e2f9, #w-node-cb858773-9159-acff-8ac4-af8c3902cf85-cc7db875, #w-node-cb858773-9159-acff-8ac4-af8c3902cf85-3edfb934 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ecbc7f5e-b9ac-289c-c0d0-0e7746b41261-38f77714 {
    justify-self: stretch;
  }

  #w-node-cb858773-9159-acff-8ac4-af8c3902cf74-cc7db875 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Iconsrestaurantextemplate';
  src: url('../fonts/iconsrestaurantextemplate.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}