@font-face {
  font-family: Fonnts;
  src: url('../fonts/fonnts.com-Europa-Bold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Europa Webfont;
  src: url('../fonts/europa-light-webfont.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Europa Webfont;
  src: url('../fonts/europa-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Europa Nuova;
  src: url('../fonts/Europa-Nuova-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: URW Gothic;
  src: url('../fonts/URWGothic-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: URW Gothic;
  src: url('../fonts/URWGothic-BookOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: URW Gothic;
  src: url('../fonts/URWGothic-Demi.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: URW Gothic;
  src: url('../fonts/URWGothic-DemiOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --light-1: #f6f4ef;
  --dark-1-80: #132430cc;
  --dark-1: #132430;
  --accent-1: #bc9e59;
  --light-2: #ede9df;
  --accent-2: #4a7fce;
  --light-1-60: #f6f4ef99;
  --white: white;
  --dark-2: #0e1a23;
  --light-1-30: #f6f4ef4d;
  --whatsapp-color: #0ec043;
  --cta: #f36744;
  --accent-1-30: #bc9e594d;
  --light-1-15: #f6f4ef26;
  --dark-1-12: #1324301f;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--light-1);
  color: var(--dark-1-80);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: .75em;
  padding-right: .75em;
  font-family: Fraunces, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

h1 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 4.75em;
  font-weight: 700;
  line-height: 1.03em;
}

h2 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1.05em;
}

h3 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.09em;
}

h4 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 2.125em;
  font-weight: 700;
  line-height: 1.15em;
}

h5 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.21em;
}

h6 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.22em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Europa Webfont, Arial, sans-serif;
  font-size: 1.12em;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2.2em;
  font-size: 1.12em;
  line-height: 1.6em;
}

li {
  padding: .3em;
}

strong {
  color: var(--dark-1);
  font-family: Europa Nuova, Arial, sans-serif;
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--accent-1);
  color: var(--dark-1);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: .9em;
  padding: .2em 0 .2em 1.2em;
  font-size: 1.37em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

figure {
  border-radius: .75em;
  margin-top: 2.7em;
  margin-bottom: 2.7em;
  overflow: hidden;
}

figcaption {
  background-color: var(--light-2);
  color: var(--dark-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.2em 2em;
  font-size: .9em;
  line-height: 1.5em;
}

.rich-text-block h1 {
  margin-bottom: .4em;
  font-family: Europa Webfont, Arial, sans-serif;
}

.rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5, .rich-text-block h6 {
  margin-top: 1em;
  margin-bottom: .4em;
  font-family: Europa Webfont, Arial, sans-serif;
}

.rich-text-block p {
  margin-bottom: 1.4em;
  font-family: Europa Webfont, Arial, sans-serif;
}

.rich-text-block a {
  border-bottom: 1px solid var(--accent-2);
  color: var(--accent-2);
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  border-bottom-color: var(--dark-1);
  color: var(--dark-1);
}

.link {
  border-bottom: 1px solid var(--accent-2);
  color: var(--accent-2);
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  border-bottom-color: var(--dark-1);
  color: var(--dark-1);
}

.link.alternate {
  color: var(--light-1-60);
  border-bottom-style: none;
  font-weight: 600;
  text-decoration: none;
}

.link.alternate:hover {
  color: var(--accent-1);
}

.section-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100svh;
  padding-top: .75em;
  padding-bottom: .75em;
  display: flex;
}

.section-hero._120svh {
  min-height: 80svh;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 10;
  border-radius: .75em;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video.not-absolute {
  height: 50vh;
  position: static;
}

.wrapper-hero {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.dimming-video {
  z-index: 20;
  opacity: .6;
  background-color: #000;
  border-radius: .75em;
  position: absolute;
  inset: 0%;
}

.hero-center {
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5em 4%;
  display: flex;
}

.heading-hero {
  max-width: 8em;
  color: var(--light-1);
  margin-bottom: .125em;
  font-size: 7vw;
  line-height: 1em;
}

.heading-hero.cms {
  font-size: 4vw;
}

.heading-hero.dark {
  color: var(--dark-1);
  font-family: Europa Webfont, Arial, sans-serif;
}

.heading-hero.dark.hero-smaller {
  font-family: Europa Nuova, Arial, sans-serif;
  font-size: 5vw;
}

.heading-hero.dark.hero-smaller.max-width-large.text-color-white {
  color: var(--white);
}

.heading-hero.h2 {
  max-width: 48rem;
  font-size: 4rem;
}

.heading-hero.h2.smaller {
  font-size: 4vw;
}

.wave {
  background-image: url('../images/wave_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 4.38em;
  height: .38em;
}

.paragraph-hero {
  max-width: 24em;
  color: var(--light-1);
  font-family: Europa Webfont, Arial, sans-serif;
  font-size: 1.38em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-hero.cms {
  max-width: 20em;
}

.paragraph-hero.large {
  max-width: 24em;
  color: var(--light-1-60);
}

.paragraph-hero.large.width-36em {
  max-width: 36em;
}

.paragraph-hero.dark {
  max-width: 20em;
  color: var(--dark-1-80);
}

.hero-bottom {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.link-circle {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e1a2333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.8em;
  height: 3.8em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.link-circle:hover {
  background-color: #0e1a2366;
}

.icon-circle {
  object-fit: contain;
  width: 1.5em;
  max-width: none;
  height: 1.5em;
}

.icon-circle.large {
  width: 2em;
  height: 2em;
}

.wrapper-icon-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-top {
  width: 100%;
  padding: 1.44em;
}

.navbar {
  background-color: #0000;
}

.grid-nav {
  grid-column-gap: .2em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  place-items: center stretch;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-right {
  grid-column-gap: .7em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo {
  object-fit: contain;
  height: 4.5em;
}

.brand {
  padding: .6em .3em;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--light-1);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.9em 1.8em 1.6em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

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

.wrapper-button {
  grid-column-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-button {
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding-top: .3em;
  font-family: Europa Webfont, Arial, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-button.dark {
  color: var(--dark-1);
}

.button {
  border-radius: .63em;
  padding: 1.2em;
  text-decoration: none;
  transition: padding .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: inset 0 0 0 1px #f6f4ef00;
}

.button:hover {
  box-shadow: inset 0 0 0 1px var(--light-1-30);
  padding-left: 1.9em;
  padding-right: 1.9em;
}

.button.dark {
  box-shadow: inset 0 0 0 1px #13243000;
}

.button.dark:hover {
  box-shadow: inset 0 0 0 1px #1324304d;
}

.button.dark.sticky {
  z-index: 99;
  background-color: var(--whatsapp-color);
  width: 60px;
  box-shadow: 0 2px 5px 0 var(--dark-1-80), inset 0 0 0 1px #13243000;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 6em;
  align-self: flex-end;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: fixed;
  inset: auto 2% 3% auto;
}

.button.dark.sticky.mobile {
  display: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-button {
  flex: none;
  width: 1.13em;
  max-width: none;
  height: 1.13em;
}

.icon-button.sticky {
  width: 1.5em;
  height: 1.5em;
}

.icon-button.large {
  width: 2em;
  height: 3em;
}

.button-dark {
  background-color: var(--dark-1);
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-dark:hover {
  background-color: var(--dark-2);
}

.button-dark.small {
  padding: .8em 1.7em;
}

.button-dark.orange {
  background-color: var(--cta);
}

.button-dark.orange.small.position-fixed-mobile {
  display: none;
}

.desktop-button {
  grid-column-gap: .7em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-button {
  grid-column-gap: .7em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.button-light {
  background-color: var(--cta);
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-light:hover {
  background-color: var(--white);
}

.button-light.small {
  padding: .8em 1.7em;
}

.menu-button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--light-1);
  background-color: #0e1a2333;
  border-radius: .63em;
  padding: .8em;
  font-size: 1.35em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu-button:hover {
  background-color: #0e1a2366;
}

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

.section {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .75em;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.section.background.hidden, .section.hidden {
  display: none;
}

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

.section.no-padding-top {
  padding-top: 0;
}

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

.section.background {
  background-color: #ede9df;
}

.content {
  z-index: 50;
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 82em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: block;
  position: relative;
}

.content.narrow {
  max-width: 56em;
}

.content.template {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 56em;
  display: flex;
}

.content.no-padding-mobile.max-height {
  height: 100%;
}

.block {
  grid-row-gap: 1.3em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block.left {
  text-align: left;
  align-items: flex-start;
  padding: 4em 5%;
}

.block.left.no-top {
  padding-top: 0;
}

.block.custom {
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--white);
}

.block.custom.no-line {
  border-bottom-style: none;
}

.block.custom1234 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px none var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 36px;
}

.heading {
  max-width: 12em;
  margin-bottom: -.17em;
  font-family: Europa Nuova, Arial, sans-serif;
}

.heading.light {
  color: var(--light-1);
}

.heading.light._5em {
  font-size: 4rem;
}

.heading.light._5em.babyshower {
  font-size: 4.5vw;
}

.heading.light._5em.evenementenlocatie {
  font-size: 3rem;
}

.heading.heading-bigger {
  font-family: Europa Nuova, Arial, sans-serif;
}

.heading._5em {
  font-size: 5vw;
}

.heading._5em.custom {
  width: 350px;
}

.heading.smaller {
  max-width: 16em;
  font-size: 3em;
}

.wave-accent {
  background-image: url('../images/wave_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 4.38em;
  height: .38em;
}

.wave-accent.centered {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  max-width: 27em;
  margin-bottom: .5em;
  font-family: Europa Webfont, Arial, sans-serif;
}

.paragraph.light {
  max-width: 40em;
  color: var(--light-1-60);
}

.paragraph.large {
  max-width: 38em;
}

.paragraph.wider {
  max-width: 54em;
  color: var(--dark-2);
}

.paragraph.text-dark {
  color: var(--dark-2);
}

.paragraph.breder {
  max-width: 40em;
}

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

.subtitle {
  color: var(--dark-1);
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: -.5em;
  font-family: URW Gothic, sans-serif;
  font-size: .65em;
  font-weight: 700;
  line-height: 1.2em;
}

.subtitle.light {
  color: var(--light-1);
}

.grid-services {
  grid-column-gap: 1em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3.7em;
}

.border-icon-service {
  border: 1px solid var(--accent-1-30);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 4.6em;
  display: flex;
}

.service {
  grid-row-gap: 1.2em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-service {
  object-fit: contain;
  width: 2em;
  height: 2em;
}

.heading-service {
  max-width: 9em;
  margin-bottom: -.2em;
  font-family: Europa Nuova, Arial, sans-serif;
}

.paragraph-service {
  max-width: 20em;
  font-size: 1em;
  line-height: 1.6em;
}

.section-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: .75em;
  display: flex;
}

.footer {
  background-color: var(--dark-1);
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.grid-footer {
  grid-column-gap: 3em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 66em;
  margin-top: 8.4em;
  margin-bottom: 8.4em;
  padding-left: 3em;
  padding-right: 3em;
}

.bottom-footer {
  background-color: var(--dark-2);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.8em 1em;
  display: flex;
}

.link-bottom-footer {
  opacity: .4;
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.3em 1.6em 1em;
  font-family: URW Gothic, sans-serif;
  font-size: .63em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.link-bottom-footer:hover {
  opacity: 1;
}

.space-footer {
  background-color: var(--light-1);
  opacity: .4;
  border-radius: 100%;
  flex: none;
  width: 3px;
  height: 3px;
  margin-left: 1em;
  margin-right: 1em;
}

.block-footer {
  grid-row-gap: 1.8em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-footer {
  height: 4.5em;
}

.paragraph-footer {
  color: var(--light-1);
  margin-top: -.3em;
  font-style: italic;
}

.link-footer {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  display: flex;
}

.text-footer {
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.border-icon-footer {
  border: 1px solid var(--light-1-15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.icon-footer {
  object-fit: contain;
  width: 1.75em;
  height: 1.75em;
}

.section-full {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: .75em;
  display: flex;
}

.section-full.background {
  background-color: var(--light-2);
}

.section-full.dark {
  background-color: var(--dark-1);
  padding-bottom: 48px;
}

.section-full.margin-bottom.margin-large {
  margin-bottom: 6rem;
}

.section-full.margin-bottom.margin-large.margin-top {
  margin-top: 8rem;
}

.grid-instagram {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.link-instagram {
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-instagram {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e1a234d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 4.6em;
  display: flex;
  position: absolute;
}

.slider {
  background-color: var(--dark-1);
  border-radius: .75em;
  min-height: 45vw;
  overflow: hidden;
}

.slider.hidden {
  display: none;
}

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

.slide-nav {
  display: none;
}

.slide-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 1em;
  display: flex;
}

.block-circle {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e1a2333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 4.6em;
  display: flex;
}

.slider-reviews {
  background-color: #0000;
  border-radius: .75em;
  height: auto;
  overflow: hidden;
}

.block-circle-light {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e1a230d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 4.6em;
  display: flex;
}

.block-circle-light.filled {
  background-color: var(--light-1);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex: none;
}

.review {
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 15%;
  display: flex;
}

.heading-review {
  max-width: 23em;
  font-family: Europa Webfont, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25em;
}

.avatar-review {
  border-radius: 100%;
  width: 4.4em;
  height: 4.4em;
}

.block-review {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2em;
  display: flex;
}

.block-review.is-hidden {
  display: none;
}

.name-review {
  margin-top: 1em;
  font-family: Europa Webfont, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.info-review {
  margin-top: .1em;
  font-family: Europa Webfont, Arial, sans-serif;
  font-size: .75em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

.link-banner {
  background-color: #907c78;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 34em;
  padding: 6em 3.6em 3.6em;
  text-decoration: none;
  transition: width .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-banner:hover {
  width: 110%;
}

.link-banner.color {
  background-color: #3f6f7d;
}

.banners {
  grid-column-gap: .75em;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.wrapper-banner {
  z-index: 10;
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.heading-banner {
  max-width: 20ch;
  color: var(--light-1);
  margin-bottom: -.17em;
}

.paragraph-banner {
  max-width: 35ch;
  color: var(--light-1-60);
  margin-top: 1.2em;
}

.paragraph-banner.custom {
  color: var(--white);
}

.wrapper-paragraph-banner {
  overflow: hidden;
}

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

.collection-list-wrapper {
  margin-top: 2em;
}

.collection-list {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  background-color: var(--white);
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link-thumbnail {
  border-radius: .75em;
  overflow: hidden;
}

.image-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 28em;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

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

.block-stay {
  grid-row-gap: 1.4em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.7em;
  display: flex;
}

.paragraph-stay {
  max-width: 20em;
  font-size: 1em;
  line-height: 1.6em;
}

.paragraph-stay.light {
  color: var(--light-1-60);
}

.heading-stay {
  margin-bottom: -.3em;
}

.heading-stay.light {
  color: var(--light-1);
}

.link-heading-stay {
  text-decoration: none;
}

.button-outline-dark {
  background-color: #0000;
  border-radius: .63em;
  padding: 1.2em 1.9em;
  font-family: Europa Webfont, Arial, sans-serif;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: inset 0 0 0 1px #13243026;
}

.button-outline-dark:hover {
  box-shadow: inset 0 0 0 2px var(--accent-1);
}

.button-outline-dark.small {
  padding: .8em 1.7em;
}

.block-button {
  grid-column-gap: .75em;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.empty-state {
  background-color: var(--white);
  text-align: center;
  border-radius: .75em;
  padding: 1.2em;
}

.text-empty {
  color: var(--dark-1);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.5em;
}

.subsection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8.75em;
  display: flex;
}

.subsection.display-none {
  display: none;
}

.grid-2-columns {
  grid-column-gap: 4em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.image-map {
  object-fit: cover;
  border-radius: .75em;
  width: 100%;
}

.image-full {
  z-index: 0;
  border-radius: 0 0 .75em .75em;
  width: 100%;
  margin-top: -8vw;
  position: relative;
}

.strip {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.strip-block {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-strip {
  object-fit: cover;
  border-radius: .75em;
  width: 26vw;
  height: 32vw;
  margin-left: 1.8em;
  margin-right: 1.8em;
}

.image-strip.margin {
  margin-top: 5.4em;
}

.section-navbar {
  z-index: 500;
  background-color: var(--light-1);
  border-radius: 0 0 .75em .75em;
  padding: .75em;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.section-top {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  margin-bottom: .75em;
  padding-top: 8em;
  padding-bottom: 8.5em;
  display: flex;
}

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

.section-top.image-bg {
  background-image: linear-gradient(to bottom, #00000026, #00000026), url('../images/utrecht2_1.webp'), linear-gradient(to bottom, var(--dark-1), var(--dark-1));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  min-height: 42vw;
  padding-top: 10em;
  padding-bottom: 10em;
}

.section-top.dark {
  background-color: var(--dark-1);
}

.section-top.dark.hero-section.padding-top-less {
  margin-top: 0;
  padding-top: 0;
}

.section-top.dark.hero-section.padding-top-less.no-padding, .section-top.padding-0 {
  padding-bottom: 0;
}

.section-top.margin-top-none {
  margin-top: 0;
}

.wrapper-top {
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 82em;
  padding: 4rem 3.5em;
  display: flex;
}

.wrapper-top.alternative {
  max-width: 100%;
}

.wrapper-top.alternative.custom {
  max-width: 82rem;
}

.collection-list-page {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-page {
  grid-column-gap: .75em;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.collection-item-page:nth-child(2n) {
  flex-direction: row-reverse;
}

.link-thumbnail-page {
  border-radius: .75em;
  width: 100%;
  height: 44vw;
  overflow: hidden;
}

.image-thumbnail-page {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.image-thumbnail-page:hover {
  transform: scale(1.03);
}

.block-stay-page {
  grid-row-gap: 1.4em;
  background-color: var(--dark-1);
  text-align: left;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding: 3.2em;
  display: flex;
}

.button-outline-light {
  box-shadow: inset 0 0 0 1px var(--light-1-30);
  background-color: #0000;
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button-outline-light:hover {
  box-shadow: inset 0 0 0 2px var(--light-1);
}

.button-outline-light.small {
  padding: .8em 1.7em;
}

.wrapper-stay-single {
  grid-column-gap: .75em;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  display: flex;
}

.image-main-single {
  object-fit: cover;
  border-radius: .75em;
  width: 100%;
  height: 100%;
}

.block-main-single {
  width: 100%;
  height: 100%;
}

.block-stay-single {
  grid-row-gap: 1.25em;
  background-color: var(--dark-1);
  text-align: left;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding: 3.2em;
  display: flex;
}

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

.image-cms-gallery {
  border-radius: .75em;
  width: 100%;
}

.image-block {
  object-fit: cover;
  background-image: url('../images/fietsen2-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: .75em;
  width: 100%;
}

.image-block.height-is-45rem {
  height: 45rem;
}

.image-block.height-custom {
  height: 40rem;
}

.image-block.is-fietsroute {
  background-image: url('../images/fietsen2-min.jpg');
  background-position: 0 0;
  background-size: auto;
}

.heading-quote {
  max-width: 23em;
  font-family: Fraunces, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25em;
}

.signature-quote {
  height: 2.4em;
  margin-top: 1em;
}

.info-signature-quote {
  margin-top: -.3em;
  font-size: .875em;
  line-height: 1.1em;
}

.block-image-top {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 2em;
  display: flex;
}

.image-top {
  z-index: 10;
  border-radius: .75em;
  width: 40%;
  margin-top: 8%;
  position: relative;
}

.image-top.left {
  z-index: 5;
  margin-top: 0%;
  margin-right: -15%;
  transform: rotate(-7deg);
}

.image-top.right {
  z-index: 15;
  margin-top: 4%;
  margin-left: -15%;
  transform: rotate(5deg);
}

.reservation {
  background-color: var(--light-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56em;
  margin-top: 4.5em;
  padding: 3.5em;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.field-label {
  color: var(--dark-1);
  letter-spacing: .03em;
  margin-bottom: .5em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.field-label.is-white {
  color: var(--white);
  text-align: left;
}

.text-field {
  background-color: var(--white);
  height: 20em;
  color: var(--dark-1);
  border: 1px solid #0000;
  border-radius: .63em;
  margin-bottom: 0;
  padding: 1em 1.2em;
  font-size: 1em;
  line-height: 1.4em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--accent-1);
}

.text-field::placeholder {
  color: #13243080;
}

.text-field.width-100, .block-field {
  width: 100%;
}

.wrapper-field {
  grid-column-gap: .75em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.8em;
  display: flex;
}

.select-field {
  background-color: var(--white);
  height: 3.56em;
  color: var(--dark-1);
  border: 1px solid #0000;
  border-radius: .63em;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1em;
  line-height: 1.4em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.select-field:focus {
  border-color: var(--accent-1);
}

.textarea {
  background-color: var(--white);
  min-width: 100%;
  max-width: 100%;
  min-height: 14em;
  max-height: 30em;
  color: var(--dark-1);
  border: 1px solid #0000;
  border-radius: .63em;
  margin-bottom: 0;
  padding: 1em 1.2em;
  font-family: Europa Webfont, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: var(--accent-1);
}

.textarea::placeholder {
  color: #13243080;
}

.heading-field {
  margin-bottom: 1.7em;
}

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

.heading-field.less-margin {
  margin-bottom: .25em;
  font-family: Europa Webfont, Arial, sans-serif;
}

.submit-button {
  background-color: var(--dark-1);
  width: 100%;
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: .63em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4em 3.4em 2.1em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--dark-2);
}

.submit-button.is-alternate {
  background-color: var(--accent-1);
}

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

.group-field {
  width: 100%;
}

.text-success {
  color: var(--dark-1);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4em;
}

.success-message {
  background-color: var(--light-2);
  border-radius: .75em;
  padding: 1.4em 1.6em;
}

.error-message {
  background-color: #cc000014;
  border-radius: .75em;
  margin-top: 1.4em;
  padding: 1.4em 1.6em;
}

.text-error {
  color: #c00;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4em;
}

.text-error.onze-aanvraag {
  background-color: #ffa7a8;
  border-radius: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 8em 3em 4em;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 22em;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 1.3em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-template {
  margin-bottom: .6em;
  font-family: Europa Webfont, Arial, sans-serif;
}

.grid-colors {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  background-color: var(--white);
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 8em;
  padding: 1em 1.2em;
  display: flex;
}

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

.block-color.light-1-60 {
  background-color: var(--light-1-60);
}

.block-color.light-1-30 {
  background-color: var(--light-1-30);
}

.block-color.light-1-15 {
  background-color: var(--light-1-15);
}

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

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

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

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

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

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

.block-color.accent-1-30 {
  background-color: var(--accent-1-30);
}

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

.hex-color {
  opacity: .5;
  color: var(--dark-1);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: URW Gothic, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.3em;
}

.hex-color.light {
  color: var(--light-1);
}

.text-color {
  color: var(--dark-1);
  letter-spacing: .05em;
  margin-bottom: .15em;
  font-family: URW Gothic, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
}

.text-color.light {
  color: var(--light-1);
}

.button-template {
  grid-column-gap: .75em;
  grid-row-gap: 1em;
  background-color: var(--dark-1);
  border-radius: .75em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .7em;
  padding: 1.4em;
  display: flex;
}

.button-template.light {
  background-color: var(--light-2);
}

.paragraph-template {
  margin-bottom: 2.2em;
}

.fraunces {
  font-family: Fraunces, sans-serif;
  font-weight: 300;
}

.font-template {
  grid-column-gap: .75em;
  grid-row-gap: 1em;
  background-color: var(--light-2);
  border-radius: .75em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .7em;
  padding: 2em;
  display: flex;
}

.grid-licensing {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-template {
  object-fit: cover;
  border-radius: .75em;
  width: 100%;
  max-height: 32em;
}

.grid-icon-licensing {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: start;
}

.subsection-none {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8.75em;
  display: none;
}

.button-dark-header {
  background-color: var(--dark-1);
  border-radius: .63em;
  padding: 1.2em 4em;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-dark-header:hover {
  background-color: var(--dark-2);
}

.button-dark-header.small {
  padding: .8em 1.7em;
}

.button-dark-header.orange {
  background-color: var(--cta);
  padding: .6em 2em;
}

.button-dark-header.orange.large {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.bottom-footer-2 {
  text-align: center;
  background-color: #0e1a23;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.8em 1em;
  display: flex;
}

.link-bottom-footer-2 {
  opacity: .4;
  color: #f6f4ef;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.3em 1.6em 1em;
  font-family: URW Gothic, sans-serif;
  font-size: .63em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.link-bottom-footer-2:hover {
  opacity: 1;
}

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

.space-footer-2 {
  opacity: .4;
  background-color: #f6f4ef;
  border-radius: 100%;
  flex: none;
  width: 3px;
  height: 3px;
  margin-left: 1em;
  margin-right: 1em;
}

.section-arrangement {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .75em;
  padding-top: 16em;
  padding-bottom: 8em;
  display: flex;
}

.section-arrangement.background {
  background-color: var(--light-2);
}

.section-arrangement.background.hidden, .section-arrangement.hidden {
  display: none;
}

.section-arrangement.custom {
  background-color: var(--light-2);
  padding-bottom: 1rem;
}

.heading-hero-over-ons {
  max-width: 8em;
  color: var(--light-1);
  margin-bottom: -.17em;
  font-size: 6vw;
  line-height: 1em;
}

.heading-hero-over-ons.cms {
  font-size: 4vw;
}

.heading-hero-over-ons.dark {
  color: var(--dark-1);
}

.heading-hero-over-ons.smaller {
  color: var(--dark-1);
  font-size: 4rem;
}

.heading-hero-over-ons.smaller.white {
  color: var(--white);
}

.heading-hero-over-ons.smaller.text-align-left {
  text-align: left;
  font-family: Europa Nuova, Arial, sans-serif;
}

.heading-hero-over-ons.smaller.text-align-left.evenementen-locatie {
  font-size: 3rem;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.aanvraag-arrangement {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56em;
  margin-top: 0;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
}

.form-block-arrangement {
  background-color: var(--dark-1);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 2rem;
}

.content-form {
  z-index: 50;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 82em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
  position: relative;
}

.content-form.narrow {
  max-width: 56em;
}

.content-form.template {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 56em;
  display: flex;
}

.image-arrangement {
  aspect-ratio: auto;
  border: 1px none var(--accent-1-30);
  object-fit: fill;
  border-radius: 0%;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  display: flex;
}

.image-inside {
  object-fit: cover;
  object-position: 25% 60%;
  border-radius: 6px;
  width: 20em;
  height: 20em;
}

.image-inside.image4, .image-inside.image5, .image-inside.image6 {
  object-position: 50% 50%;
}

.page-wrapper {
  align-self: auto;
  position: relative;
}

.heading-service-arrangement {
  max-width: 16em;
  margin-bottom: -.2em;
  font-family: Europa Webfont, Arial, sans-serif;
}

.tekst-blok {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-service-arrangement {
  max-width: 20em;
  height: 8rem;
  font-family: Europa Webfont, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
}

.service-arrangement {
  grid-row-gap: 1.2em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.hoofdtekst {
  text-align: left;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.faq1_question.no-top-border {
  border-top-width: 0;
}

.faq1_question.no-top-border.custom {
  background-color: var(--dark-1);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 5px #0003;
}

.faq1_component {
  border-bottom: 1px solid var(--accent-1);
}

.faq1_component.custom {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

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

.text-size-medium-2 {
  font-size: 1.125rem;
}

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

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

.hoofdtitel {
  font-family: Europa Nuova, Arial, sans-serif;
  font-weight: 700;
}

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

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

.padding-section-large-2.custom {
  padding-top: 0;
  padding-bottom: 0;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_answer.padding-top {
  margin-top: 2rem;
}

.margin-bottom-2, .margin-bottom-2.margin-small, .margin-bottom-2.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-top-no-padding {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  margin-bottom: .75em;
  padding-top: 8em;
  padding-bottom: 4em;
  display: flex;
}

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

.section-top-no-padding.image-bg {
  background-image: linear-gradient(to bottom, #00000026, #00000026), url('../images/utrecht2_1.webp'), linear-gradient(to bottom, var(--dark-1), var(--dark-1));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  min-height: 42vw;
  padding-top: 10em;
  padding-bottom: 10em;
}

.section-top-no-padding.dark {
  background-color: var(--dark-1);
}

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

.block-quote.hidden {
  display: none;
}

.bold-text {
  color: var(--dark-1);
  transition: color .2s cubic-bezier(.86, 0, .07, 1);
}

.bold-text:hover {
  color: var(--accent-1);
}

.image-width-100 {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.text-is-white, .text-color-white {
  color: var(--white);
}

.text-color-white.text-capital-big {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: URW Gothic, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.text-color-white.text-capital-big.custom123 {
  text-transform: none;
  font-family: Europa Nuova, Arial, sans-serif;
}

.text-color-white.bigger-font {
  text-align: left;
  font-size: 1.25em;
}

.text-color-white.bigger-font.underline {
  text-decoration: underline;
}

.text-color-white.bigger-font.width-75 {
  width: 75%;
}

.text-color-white.is-dark {
  color: var(--dark-1);
}

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

.prijs-wrapper.custom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.prijs-wrapper._2rem {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: center;
}

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

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

.div-block-2 {
  width: 100%;
  margin-left: 10%;
}

.embedd.tablet, .embedd.mobile {
  display: none;
}

.padding-top.padding-small {
  width: 100%;
}

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.flex-align-left {
  display: flex;
}

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

.section_timeline2 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.timeline-2-instructions-delete {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.margin-bottom-3 {
  margin-bottom: 2rem;
}

.margin-bottom-3.margin-xxsmall, .margin-bottom-3.margin-xsmall, .margin-bottom-3.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.timeline1_instructions-list {
  padding-left: 1.25rem;
}

.timeline1_instructions-list-item {
  padding-left: .5rem;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.container-large.min-width-80rem {
  min-width: 80rem;
}

.timeline2_content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.timeline2_content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  top: 10rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.timeline2_progress {
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline2_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-background-color-1\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline2_progress-line {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline2_line {
  background-color: var(--\<unknown\|relume-variable-color-neutral-4\>);
  width: 3px;
  height: 100%;
}

.timeline2_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-background-color-1\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline2_progress-line-cover {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline2_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline2_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.timeline2_circle-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 8rem;
  height: 100%;
  margin-left: -8rem;
  display: flex;
  position: absolute;
}

.timeline2_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.timeline2_item {
  z-index: 2;
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.hide-responsive {
  border-radius: 15px;
}

.button-dark-2 {
  background-color: #132430;
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-dark-2:hover {
  background-color: #0e1a23;
}

.button-dark-2.orange {
  background-color: #f36744;
}

.text-button-2 {
  color: #f6f4ef;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding-top: .3em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.footer-top-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-seo-links {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-seo-links.centered {
  justify-content: center;
  align-items: center;
}

.footer-bottom-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.video-loop.border-radius {
  border-radius: 1rem;
}

.video-loop.border-radius._50vh {
  height: 60vh;
}

.contact-modal3_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.contact-modal3_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-title-holder {
  border-bottom: 1px solid #ebedf0;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 0;
}

.div-title-holder.image {
  border-bottom-width: 1px;
  border-bottom-color: #878f984d;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.div-title-holder.image._02 {
  background-image: url('../images/1.svg');
}

.div-title-holder.image._02.top {
  background-color: #0000;
  background-image: none;
  border-bottom: 2px #f5f7fa;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.form_field-label {
  text-align: left;
  align-self: flex-start;
  margin-bottom: .5rem;
  font-family: Europa Webfont, Arial, sans-serif;
  font-weight: 400;
}

.form_field-label.smaller {
  color: var(--dark-1);
  font-size: 1rem;
}

.hack-form-select {
  height: 2.8125rem;
  margin-bottom: 1.875rem;
}

.hack-form-select.hack44-select {
  color: #4f5c65;
  object-fit: fill;
  background-color: #fdfdfd;
  border: 2px solid #878f98;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 10px 20px 10px 10px;
  font-family: Europa Webfont, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9rem;
  transition: all .35s;
}

.hack-form-select.hack44-select:hover {
  background-color: #f5faff;
  border-color: #61a4f0;
}

.hack-form-select.hack44-select:focus {
  border-color: #61a4f0;
}

.hack-form-select.hack44-select.hidden {
  display: none;
}

.prijs-indicatie {
  background-color: #00183a;
  border-radius: .5rem;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  display: flex;
}

.prijs-indicatie-text {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.column-main {
  flex-direction: row;
  margin-bottom: 20px;
  display: flex;
}

.column-main.flip {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.column-68 {
  text-align: center;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 1rem;
  position: relative;
}

.column-68._01 {
  padding-right: 0;
}

.column-68._01._0 {
  flex-flow: column;
  padding-right: .5rem;
  display: flex;
}

.column-68._01.right {
  z-index: 15;
  margin-top: 4%;
  margin-left: -15%;
  transform: rotate(5deg);
}

.input-field {
  color: #4f5c65;
  letter-spacing: .02em;
  background-color: #fff;
  border: 2px solid #878f98;
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
  padding: 20px 10px;
  font-family: Europa Webfont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9rem;
  transition: all .35s;
}

.input-field:active, .input-field:focus {
  background-color: #fff;
  border-color: #61a4f0;
}

.input-field::placeholder {
  color: #878f9880;
  font-weight: 400;
}

.input-field.width-100 {
  width: 100%;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-success.width-100 {
  border-radius: 1rem;
  width: 100%;
}

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

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #f8f2f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.error-text {
  color: #e23939;
}

.lijn {
  background-color: #deb25e;
  width: 46px;
  height: 2px;
  margin-bottom: 16px;
}

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

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw6 {
  display: none;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
  transition: all .3s;
}

.wg-dd-1-togle:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-dd-1-list {
  background-color: #0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dropdown-1-link {
  color: var(--dark-2);
  background-color: #0000;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #4049ff;
}

.image-logo {
  width: 5rem;
}

.text-style-tagline-parent.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.inline-div-0 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.block-quote-2, .bold-text-2 {
  font-family: Europa Webfont, Arial, sans-serif;
}

.bold-text-3, .heading-2 {
  font-family: Europa Nuova, Arial, sans-serif;
}

.text-link {
  color: var(--dark-2);
  font-family: Europa Nuova, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.flexbox-centered {
  flex-flow: column;
  display: flex;
}

.flexbox-centered.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.width-100 {
  width: 100%;
}

.pastoe-foodbar {
  border-radius: .5rem;
  height: 40rem;
}

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

  h2 {
    font-size: 2.9em;
  }

  h3 {
    font-size: 2.3em;
  }

  h4 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.3em;
  }

  .heading-hero {
    font-size: 10vw;
  }

  .heading-hero.cms {
    font-size: 6vw;
  }

  .hero-top {
    padding: 1.2em;
  }

  .nav-menu {
    background-color: var(--dark-2);
    border-radius: .75em;
    margin-top: .7em;
    padding: 1em .5em;
  }

  .nav-link.dark {
    color: var(--light-2);
  }

  .button.dark.sticky {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.dark.sticky.desktop {
    display: none;
  }

  .button.dark.sticky.mobile {
    display: block;
  }

  .desktop-button {
    display: none;
  }

  .mobile-button {
    grid-row-gap: .5em;
    flex-direction: column;
    margin-top: .5em;
    display: flex;
  }

  .menu-button.dark {
    color: var(--dark-1);
    background-color: #0e1a230d;
  }

  .menu-button.dark:hover {
    background-color: #0e1a231a;
  }

  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .content.template {
    grid-row-gap: 7em;
  }

  .heading.light._5em {
    font-size: 2.9em;
  }

  .grid-services {
    flex-flow: column;
    display: flex;
  }

  .grid-footer {
    margin-top: 6.4em;
    margin-bottom: 6.4em;
  }

  .image-instagram {
    width: 20em;
    height: 10em;
  }

  .review {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .link-banner {
    min-height: 28em;
  }

  .banners {
    grid-row-gap: .75em;
    flex-direction: column;
  }

  .image-thumbnail {
    height: 32vw;
  }

  .block-stay {
    padding: 2em;
  }

  .subsection {
    margin-top: 6.75em;
  }

  .grid-2-columns {
    grid-column-gap: 3em;
  }

  .image-strip {
    margin-left: 1em;
    margin-right: 1em;
  }

  .section-top {
    padding-top: 6em;
    padding-bottom: 6.5em;
  }

  .link-thumbnail-page {
    height: 52vw;
  }

  .block-stay-page {
    padding: 2em;
  }

  .wrapper-stay-single {
    grid-row-gap: .75em;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: auto;
  }

  .block-stay-single {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .block-image-top {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .subsection-none {
    margin-top: 6.75em;
  }

  .section-arrangement {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .heading-hero-over-ons {
    font-size: 10vw;
  }

  .heading-hero-over-ons.cms {
    font-size: 6vw;
  }

  .form-block-arrangement {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .content-form {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3.5rem;
  }

  .content-form.template {
    grid-row-gap: 7em;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-top-no-padding {
    padding-top: 6em;
    padding-bottom: 6.5em;
  }

  .text-color-white.bigger-font.prijs {
    min-width: 5rem;
  }

  .text-color-white.bigger-font.width-75 {
    width: auto;
  }

  .prijs-wrapper.custom {
    padding-top: 16px;
  }

  .div-block-2 {
    margin-left: 5%;
  }

  .embedd {
    display: none;
  }

  .embedd.tablet {
    display: block;
  }

  .padding-top.padding-small {
    padding-top: 2rem;
  }

  .container-large.min-width-80rem {
    min-width: 40rem;
  }

  .timeline2_content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

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

  .timeline2_circle-wrapper {
    width: 6rem;
    margin-left: -6rem;
  }

  .timeline2_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .div-title-holder.image {
    margin-bottom: 40px;
  }

  .column-main {
    flex-direction: row;
  }

  .column-68 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 1rem;
    display: block;
  }

  .column-68._01._0 {
    justify-content: center;
    align-items: flex-start;
  }

  .input-field {
    width: 100%;
  }
}

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

  h1 {
    font-size: 3.1em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.9em;
  }

  h4 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.1em;
  }

  .hero-center {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .heading-hero.h2.smaller {
    font-size: 1.6em;
  }

  .paragraph-hero {
    font-size: 1.26em;
  }

  .icon-circle.large {
    width: 1.5em;
    height: 1.5em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .content {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .block.left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading.light._5em {
    font-size: 2.5em;
  }

  .grid-services {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .grid-footer {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
    margin-top: 5.4em;
    margin-bottom: 5.4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .bottom-footer {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .logo-footer {
    height: 4.5em;
  }

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

  .image-instagram {
    width: 20em;
  }

  .link-instagram.hide {
    display: none;
  }

  .icon-instagram {
    width: 3.8em;
    height: 3.8em;
  }

  .slide-arrow {
    padding-left: 2%;
    padding-right: 2%;
  }

  .block-circle, .block-circle-light, .block-circle-light.filled {
    width: 3.8em;
    height: 3.8em;
  }

  .review {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .link-banner {
    min-height: 24em;
    padding: 2em;
  }

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

  .image-thumbnail {
    height: 100vw;
  }

  .block-stay {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .subsection {
    margin-top: 5.75em;
  }

  .grid-2-columns {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .image-strip {
    width: 39vw;
    height: 47vw;
    margin-left: .7em;
    margin-right: .7em;
  }

  .section-top {
    padding-top: 5em;
    padding-bottom: 5.5em;
  }

  .section-top.image-bg {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .collection-list-page {
    grid-row-gap: .75em;
  }

  .collection-item-page, .collection-item-page:nth-child(2n) {
    flex-direction: column;
  }

  .link-thumbnail-page {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 90vw;
  }

  .block-stay-page {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    padding: 3em 2.5em;
  }

  .block-stay-single {
    padding: 3em 2.5em;
  }

  .image-block.height-is-45rem {
    height: 20rem;
  }

  .image-block.height-is-45rem.image3 {
    object-position: 50% 75%;
  }

  .block-image-top {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .reservation {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .utility-page-wrap {
    padding: 6em 1.5em 2em;
  }

  .grid-colors, .grid-licensing {
    grid-template-columns: 1fr 1fr;
  }

  .grid-icon-licensing {
    grid-template-columns: auto auto auto auto;
  }

  .subsection-none {
    margin-top: 5.75em;
  }

  .bottom-footer-2 {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .section-arrangement {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .heading-hero-over-ons.smaller.text-align-left.evenementen-locatie {
    font-size: 2.5rem;
  }

  .aanvraag-arrangement {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .content-form {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

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

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-top-no-padding {
    padding-top: 5em;
    padding-bottom: 5.5em;
  }

  .section-top-no-padding.image-bg {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .div-block-2 {
    margin-left: 0%;
  }

  .embedd.tablet {
    display: none;
  }

  .timeline2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .timeline2_content-left {
    z-index: 1;
    padding-right: 0;
    position: relative;
    top: 0;
  }

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

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

  .timeline2_circle-wrapper {
    width: 2rem;
    margin-left: 0;
  }

  .timeline2_circle {
    margin-top: 2.25rem;
  }

  .timeline2_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 3rem;
    padding: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .footer-top-content, .footer-seo-links {
    flex-flow: column;
  }

  .div-title-holder.image {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .div-title-holder.image._02.top {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hack-form-select {
    font-size: .875rem;
  }

  .column-main.flip {
    flex-direction: row;
  }

  .column-68 {
    flex-direction: row;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-68._01 {
    padding-left: 0;
    padding-right: 1rem;
  }

  .input-field {
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.4em;
  }

  h5 {
    font-size: 1.2em;
  }

  .heading-hero {
    font-size: 12vw;
  }

  .heading-hero.cms {
    font-size: 8vw;
  }

  .heading-hero.dark.hero-smaller.max-width-large {
    font-size: 1.6em;
  }

  .heading-hero.dark.hero-smaller.max-width-large.text-color-white {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  .heading-hero.h2 {
    font-size: 2rem;
  }

  .heading-hero.h2.smaller {
    font-size: 1.6em;
  }

  .hero-bottom {
    margin-bottom: 1em;
  }

  .button.dark.sticky {
    border-radius: 10em;
    width: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    bottom: 3%;
    right: 3%;
  }

  .button.dark.sticky.mobile {
    z-index: 101;
  }

  .button-dark.orange.small.position-fixed-mobile {
    z-index: 100;
    background-color: var(--cta);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: none;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .button-light:hover {
    background-color: var(--accent-2);
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.no-padding-top {
    padding-left: 10%;
    padding-right: 10%;
  }

  .content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .content.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .content.static {
    position: static;
  }

  .heading.light._5em {
    font-size: 2em;
  }

  .heading.smaller {
    font-size: 1.75rem;
  }

  .grid-services {
    flex-flow: column;
    display: flex;
  }

  .grid-footer {
    margin-top: 4.4em;
    margin-bottom: 4.4em;
  }

  .bottom-footer {
    padding-bottom: 5em;
  }

  .logo-footer {
    height: 4.5em;
  }

  .image-instagram {
    height: 7em;
  }

  .review {
    padding: 4em 20%;
  }

  .block-stay {
    padding: 2em 1.5em;
  }

  .subsection {
    margin-top: 4.75em;
  }

  .grid-2-columns {
    grid-row-gap: 3em;
  }

  .grid-2-columns.mobile {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
  }

  .section-navbar {
    display: block;
  }

  .section-top {
    padding-top: 4em;
    padding-bottom: 4.5em;
  }

  .section-top.dark.hero-section {
    margin-top: 7rem;
  }

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

  .wrapper-top.alternative {
    padding-left: 0;
    padding-right: 0;
  }

  .image-block.smaller {
    width: 95%;
  }

  .image-block.height-custom {
    height: 12rem;
  }

  .block-image-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 1.5em;
  }

  .block-image-top.image-bigger {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 150%;
  }

  .wrapper-field {
    grid-row-gap: 1.8em;
    flex-direction: column;
  }

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

  .button-template {
    flex-direction: column;
  }

  .grid-icon-licensing {
    grid-template-columns: auto auto;
  }

  .subsection-none {
    margin-top: 4.75em;
  }

  .section-arrangement {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-arrangement.custom.hero-margin {
    margin-top: 6rem;
    padding-top: 1em;
  }

  .heading-hero-over-ons {
    font-size: 12vw;
  }

  .heading-hero-over-ons.cms {
    font-size: 8vw;
  }

  .heading-hero-over-ons.smaller {
    font-size: 2rem;
  }

  .heading-hero-over-ons.smaller.text-align-left {
    font-size: 3rem;
  }

  .heading-hero-over-ons.smaller.text-align-left.evenementen-locatie {
    font-size: 1.75rem;
  }

  .aanvraag-arrangement {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-arrangement {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-form {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .content-form.wider {
    padding-left: .5em;
    padding-right: .5em;
  }

  .faq1_question.no-top-border.custom {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-small {
    margin-left: auto;
  }

  .hoofdtitel {
    object-fit: fill;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .section_faq1.custom {
    width: 100%;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-width100 {
    width: 100%;
    font-size: 1.6em;
  }

  .section-top-no-padding {
    padding-top: 4em;
    padding-bottom: 4.5em;
  }

  .flexbox {
    width: 100%;
    display: flex;
  }

  .text-color-white.text-capital-big {
    font-size: 1.25em;
  }

  .text-color-white.bigger-font {
    text-align: left;
    width: auto;
  }

  .text-color-white.bigger-font.prijs {
    text-align: right;
  }

  .prijs-wrapper._2rem {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .embedd.tablet {
    display: none;
  }

  .embedd.mobile {
    width: 100%;
    display: block;
  }

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

  .align-center.embedd {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .padding-top.padding-small {
    width: 100%;
    padding-top: 4rem;
  }

  .div-block-3 {
    display: flex;
  }

  .container-large.min-width-80rem {
    min-width: 0;
  }

  .timeline2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .timeline2_content-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline2_row {
    grid-column-gap: 1rem;
  }

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

  .hide-responsive {
    display: none;
  }

  .hide-responsive.dont-hide {
    display: inline-block;
  }

  .footer-top-content, .footer-seo-links {
    flex-flow: column;
  }

  .div-title-holder.image._02.top {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hack-form-select.hack44-select {
    border-radius: 6px;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-main {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .column-main.flip {
    flex-direction: column;
    flex: 1;
    width: 100%;
    display: flex;
  }

  .column-68 {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-68._01 {
    flex-direction: row;
    flex: 1;
    align-items: stretch;
    display: block;
    position: relative;
  }

  .column-68._01._0 {
    padding-right: 0;
  }

  .input-field {
    flex: 1;
    width: 100%;
    height: 60px;
    margin-bottom: 1rem;
    padding-right: 20px;
  }

  .pastoe-foodbar {
    height: 20rem;
  }
}

#w-node-_385c2fe9-68dd-4a6f-1f7b-7c2b731d771b-26875840, #w-node-_4399e176-9de5-c289-8bf2-ebcb63011b33-26875840, #w-node-_954eaaf2-04c4-2189-61ae-fd29afef6aa8-26875840, #w-node-_93b05314-f171-cd08-4693-924e5bc507da-26875840, #w-node-f26b837b-6a87-8584-61c4-4d63667ea0dd-26875840, #w-node-_84497cc8-6e6b-36c4-0115-7315a555b131-26875840, #w-node-_9e1a1db6-c0c4-ae36-d0cb-2cdb6ef5b272-26875840, #w-node-_94e87928-9f29-91db-450c-843a6019758c-26875840, #w-node-_2b9f9a5e-deb7-e17a-0f7b-b03f3a391da6-26875840 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da81788b-53f4-05a4-680d-70eae9a9d4dd-26875840 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028223-3e028220, #w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028229-3e028220, #w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028230-3e028220, #w-node-_58703736-196d-087a-5c77-205121b9361a-21b93618, #w-node-_58703736-196d-087a-5c77-205121b9361f-21b93618, #w-node-_58703736-196d-087a-5c77-205121b93624-21b93618, #w-node-_58703736-196d-087a-5c77-205121b93629-21b93618, #w-node-_58703736-196d-087a-5c77-205121b9362e-21b93618, #w-node-_9c1957ba-8e1c-f6a7-d816-17741da40216-1da40214, #w-node-_9c1957ba-8e1c-f6a7-d816-17741da4022e-1da40214, #w-node-_7055beb5-4684-e756-5027-6ce817b06fc9-17b06fc7, #w-node-_7055beb5-4684-e756-5027-6ce817b06fe1-17b06fc7, #w-node-_6fa04794-6473-93fa-8bb0-bc4549bb5c71-26875843, #w-node-_6fa04794-6473-93fa-8bb0-bc4549bb5c79-26875843, #w-node-_6fa04794-6473-93fa-8bb0-bc4549bb5c8a-26875843, #w-node-_6fa04794-6473-93fa-8bb0-bc4549bb5c93-26875843, #w-node-_6fa04794-6473-93fa-8bb0-bc4549bb5c9c-26875843, #w-node-_32f87b94-853f-76df-1666-4c1e47773abf-26875843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c26c51f2-53b7-49b7-bf5f-ee67b84b0d87-26875844 {
  justify-self: center;
}

#w-node-e5be0fa9-ebc9-01e5-da82-381e05d62c4f-26875847, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-26875847, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06697d-26875847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c3e34cb3-f349-27a5-2f5d-db775b235c33-26875848, #w-node-d5652d12-f4a4-d97c-ef35-d7de3655847f-26875848, #w-node-d4341a58-df22-5f80-300a-9d9d57f26a47-26875848, #w-node-f732001d-3987-02e4-ffe7-f98d77fd8f7e-26875848, #w-node-_3ef53c5f-a372-25cd-3345-a49a60749024-26875848, #w-node-_069e4100-8dfd-4809-74d3-d55ebbba6a34-26875848, #w-node-_32020145-0b36-7d47-fd70-12e872171c66-2687584b, #w-node-a39cb1b1-1cb9-7c06-3d54-048ac370b540-2687584b, #w-node-_62684d2c-c439-dffa-7721-30a1b612658a-2687584b, #w-node-_655d5446-45ec-30e0-0e79-3861836f714b-2687584b, #w-node-_61c8514a-d1a2-c16c-a0d0-f52e28d25b71-2687584b, #w-node-_6d044549-9349-5492-1833-77cfcc07fe6a-2687584b, #w-node-_005c8adf-3e1f-62cd-f188-eacea1aa6fe6-2687584b, #w-node-_06d4846e-a643-5adb-7f1e-a48dc1e2f5e4-2687584b, #w-node-_9d119c88-1638-2a55-37ac-ae269f4b6fed-2687584b, #w-node-b94852bd-0fa9-cd94-05eb-320c1c865e8a-2687584b, #w-node-_5e01fc2b-b080-348d-413d-1b82d8c12f77-2687584b, #w-node-e9e6cd3e-d20c-d9b3-e86e-5c4597f34c41-2687584b, #w-node-_3a3fca51-cbd3-ed14-2f97-ead778795be2-2687584b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f075052-8ece-323e-2e19-ea5581d5824d-0414b253, #w-node-_6f075052-8ece-323e-2e19-ea5581d5827e-0414b253, #w-node-edb8fc75-74b7-c8e9-b7f6-244f9f08bbf0-0414b253, #w-node-_6f075052-8ece-323e-2e19-ea5581d58282-0414b253, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-bdacbbfe, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-bdacbbfe, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-93a384c4, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-93a384c4, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-3a9f38e7, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-3a9f38e7, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-f9d953bc, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-f9d953bc, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-87a48023, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-87a48023, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-1e82760e, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-1e82760e, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-c2824ae1, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-c2824ae1, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-374d3277, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-374d3277, #w-node-fc986202-a0eb-0742-d4ed-f8b0ae09bc0b-3278b621, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-3278b621, #w-node-_5780fb25-c7b5-c850-8f58-d34ed91fd0dc-673149ef, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-673149ef, #w-node-fc986202-a0eb-0742-d4ed-f8b0ae09bc0b-d06a1cc1, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-d06a1cc1, #w-node-_36ce5cde-dff1-ffc0-8074-38a2f6011bad-d06a1cc1, #w-node-_36ce5cde-dff1-ffc0-8074-38a2f6011bb1-d06a1cc1, #w-node-fc986202-a0eb-0742-d4ed-f8b0ae09bc0b-60cec357, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-60cec357, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-036c1a03, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-036c1a03, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-725d893c, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-725d893c, #w-node-fc986202-a0eb-0742-d4ed-f8b0ae09bc0b-6ba29002, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06696d-6ba29002, #w-node-_36ce5cde-dff1-ffc0-8074-38a2f6011bad-6ba29002, #w-node-_36ce5cde-dff1-ffc0-8074-38a2f6011bb1-6ba29002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028229-3e028220, #w-node-_3c2eaede-4bbb-6602-6aed-edacee06697d-26875847, #w-node-_6f075052-8ece-323e-2e19-ea5581d5827e-0414b253, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-bdacbbfe, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-93a384c4, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-3a9f38e7, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-f9d953bc, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-87a48023, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-1e82760e, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-c2824ae1, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-374d3277, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-036c1a03, #w-node-_3c2eaede-4bbb-6602-6aed-edacee066969-725d893c {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fonnts';
  src: url('../fonts/fonnts.com-Europa-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Europa Webfont';
  src: url('../fonts/europa-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Europa Webfont';
  src: url('../fonts/europa-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Europa Nuova';
  src: url('../fonts/Europa-Nuova-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/URWGothic-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/URWGothic-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/URWGothic-Demi.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/URWGothic-DemiOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}