:root {
  --instrument-sans: Inter, sans-serif;
  --titles: #3a3a3a;
  --body-text: #686868;
  --black: var(--body-text);
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}

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

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.div-block {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block.centered {
  z-index: 10;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 30%;
  display: flex;
  position: absolute;
}

.div-block.padding-right {
  justify-content: space-between;
  padding-right: 0;
}

.div-block-2 {
  background-color: #fff0;
  border-radius: 0;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.div-block-7 {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.div-block-7.bg-hero {
  background-color: #0000;
  background-image: none;
  padding: 0;
}

.hero {
  background-color: #361a1a00;
  border-bottom: 1px #eee;
  height: 100vh;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px 0 24px;
  position: static;
}

.hero.no-height {
  background-color: #fff;
  height: auto;
  padding: 24px;
}

.hero.height {
  height: 100vh;
  padding: 10px 0 24px;
}

.hero.less-height {
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
  height: auto;
  padding: 10px 0 20px;
}

.hero.contact {
  background-color: #fff;
  height: auto;
  padding-bottom: 0;
}

.hero.about {
  height: auto;
  padding-bottom: 0;
}

.button {
  white-space: nowrap;
  background-color: #004848;
  border-radius: 50px;
  margin-top: 0;
  padding: 7px 30px;
  font-family: Degular, Arial, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.button.outline {
  color: #004848;
  background-color: #00484800;
  border: 1px solid #004848;
  padding-bottom: 13px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Degular, Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.button.outline.white {
  color: #fff;
  border-color: #fff;
}

.button.outline.extra-spacing {
  padding-left: 20px;
  padding-right: 20px;
}

.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  height: 44px;
  padding: 3px;
  font-size: 13px;
  display: flex;
  position: relative;
}

.section {
  margin-left: .75%;
  margin-right: .75%;
}

.section.height {
  height: 100vh;
}

.section.no-right-margin {
  margin-right: .75%;
  position: static;
}

.section._24-px {
  margin-left: 24px;
  margin-right: 24px;
}

.section.no-margin {
  margin-left: 0%;
  margin-right: 0%;
}

.section.no-margin.home {
  border-top: 1px solid #f7f7f7;
}

.top-line {
  border: 1px #000;
  border-top: 0 #f7f7f7;
  border-bottom-width: 0;
  margin-top: 0;
  padding-top: 0%;
  padding-left: 0%;
}

.top-line.less-margin {
  margin-top: 24px;
  padding-top: 0%;
}

.top-line.flex {
  border-top-color: #eee;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.top-line.flex.line-bottom {
  border-top-style: none;
  border-top-color: #e9e9e9;
  border-bottom-style: solid;
  border-bottom-color: #e9e9e9;
}

.top-line.flex.line-bottom.margin {
  border-bottom-color: #f7f7f7;
  padding-top: 0;
  padding-bottom: 0;
}

.top-line.flex.padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-color: #f7f7f7;
  border-bottom: 1px solid #f1f1f1;
  padding: 5% 10% 8%;
}

.top-line.no-padding {
  padding-top: 0%;
}

.top-line.as-2nd {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0%;
}

.top-line.margin {
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 80px;
}

.top-line.margin-24px {
  border-top-color: #f7f7f7;
  padding: 0 24px;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #27272780;
  border-radius: 5px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  margin-bottom: 0;
  padding: 3px 10px 4px;
  display: inline-flex;
}

.div-block-11.no-bg {
  background-color: #fff0;
}

.div-block-11.no-bg.left-alignment {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-labels {
  font-family: var(--instrument-sans);
  color: #fff;
  letter-spacing: .5px;
  text-indent: 1px;
  text-transform: none;
  width: auto;
  padding-top: 1px;
  font-size: 10px;
  font-weight: 500;
}

.text-labels.light {
  color: #fff;
  text-transform: uppercase;
  font-family: Instrument Sans, sans-serif;
  line-height: 11px;
}

.text-labels.dark {
  color: #000;
  font-weight: 500;
}

.div-block-15 {
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/6873f2e334fcf89b536bac46_Screenshot%202025-07-13%20at%2018.22.22.png");
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-left: -7px;
}

.div-block-15.no-margin {
  margin-left: 0;
}

.div-block-15.no-margin.bigger-size {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/6873eaa10e3bdf62d363a7a1_Screenshot%202025-07-13%20at%2018.15.21.png");
  width: 50px;
  height: 50px;
}

.body-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
}

.footer {
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-36 {
  background-color: #004848;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2%;
  display: block;
}

.div-block-36.less-margin {
  margin-top: 24px;
  padding: 24px;
}

.div-block-37 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-39 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-39.stroke {
  border: 1px solid #e9e9e9;
}

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

.div-block-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-42 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.div-block-44 {
  aspect-ratio: 1;
  background-color: #e6e5e5;
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/6873eaa10e3bdf62d363a7a1_Screenshot%202025-07-13%20at%2018.15.21.png");
  background-position: 0 0;
  background-size: cover;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

.div-block-45 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-48 {
  width: 50%;
}

.div-block-49 {
  width: 50%;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 50%;
  display: flex;
}

.div-block-50.gap-less {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.div-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.link {
  font-family: var(--instrument-sans);
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.link.menu_link {
  z-index: 2;
  color: #3a3a3a;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 38px;
  padding: 10px 0 9px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link.menu_link._2 {
  display: none;
}

.menu_shape {
  opacity: 0;
  background-color: #f1f1e9;
  border-radius: 12px;
  width: 80px;
  height: auto;
  margin: 0;
  padding-left: 0;
  transition: all .3s;
  position: absolute;
  inset: 3px;
}

.div-block-55 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.h2 {
  color: #494949;
  text-align: left;
  letter-spacing: -1px;
  flex: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0% 0% 0% 0;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

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

.h2.no-height {
  line-height: 30px;
}

.h2.scroll {
  color: #3a3a3a;
  margin-top: 10px;
  font-family: Nuckle Trial Webfont, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.h2.align {
  padding-right: 25%;
}

.h2.align.no-top-margin {
  font-family: Instrument Sans, sans-serif;
}

.h2.light {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}

.h2.white {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.h2.no-margin {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 40px;
}

.h2.smaller {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.h2.centered {
  font-family: var(--instrument-sans);
  color: #494949;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.h2.centered.padding {
  padding-left: 30%;
  padding-right: 30%;
}

.h2.centered.no-padding {
  padding-right: 0%;
}

.h2.centered.no-padding.no {
  padding-right: 0%;
  line-height: 49px;
}

.h2.centered.less-padding {
  padding-left: 10%;
  padding-right: 10%;
}

.h2.centered.about {
  font-family: var(--instrument-sans);
  color: #5a5a5a;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 14%;
  padding-right: 14%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.h2.no-top-margin {
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin-top: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
}

.h2.no-top-margin.no-padding {
  font-family: Instrument Sans, sans-serif;
  line-height: 35px;
}

.h2.no-padding {
  padding-left: 0;
}

.h2._33-px {
  color: #494949;
  letter-spacing: -.5px;
  letter-spacing: -.5px;
  font-size: 32px;
  line-height: 42px;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1em;
}

.h1.dark {
  color: #494949;
  letter-spacing: -2px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.h1.dark.margin-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.h1.dark.margin-30.bigger {
  font-size: 3.5em;
}

.h1.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.h1.no-margin.bigger {
  margin-bottom: 0;
  font-size: 4em;
}

.h1.no-margin.h1-centered {
  text-align: center;
}

.h1.no-margin.centered.less-padding {
  text-overflow: clip;
  white-space: pre-line;
  word-break: keep-all;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 45px;
}

.h1.no-margin.padding {
  text-align: center;
  max-width: 500px;
}

.h1.padding {
  font-family: var(--instrument-sans);
  padding-left: 15%;
  padding-right: 15%;
}

.h1.small {
  font-weight: 400;
}

.h1.margin-padding {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 0;
  padding-left: 22%;
  padding-right: 22%;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.h1.margin-padding.dark {
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.small-text {
  font-family: var(--instrument-sans);
  color: #575757;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  padding-right: 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}

.small-text.padding {
  padding-right: 15%;
}

.small-text.darker {
  color: #333;
}

.small-text.darker.smaller {
  margin-bottom: 0;
  font-size: 12px;
}

.small-text.white {
  color: #fff;
}

.small-text.light-grey {
  color: #b6b6b6;
}

.small-text.smaller.hide-desktop {
  display: none;
}

.small-text.pricing {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.small-text.light {
  font-family: var(--instrument-sans);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
}

.small-text.light.smaller {
  font-size: 12px;
}

.small-text.light.smaller.no-margin {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.small-text.light.caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.small-text.blog {
  padding-right: 40px;
}

.body-text {
  font-family: var(--instrument-sans);
  color: #5a5a5a;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body-text.dark {
  color: #101014;
  margin-bottom: 0;
  font-weight: 400;
}

.body-text.stamp {
  color: #fff;
}

.highlight-text {
  font-family: var(--instrument-sans);
  color: #fff;
  text-align: left;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0%;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.highlight-text.dark {
  color: var(--titles);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  font-size: 18px;
  line-height: 28px;
}

.highlight-text.dark.bigger.centered, .highlight-text.dark.no-margin {
  margin-bottom: 0;
}

.highlight-text.margin {
  margin-top: -2px;
}

.highlight-text.centered {
  text-align: center;
  width: 500px;
  padding: 0% 5%;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.highlight-text.centered.padding {
  padding-left: 5%;
  padding-right: 5%;
}

.highlight-text.centered.dark {
  color: #bdbdbd;
  justify-content: center;
  width: 500px;
  margin-top: 7px;
  padding-left: 3%;
  padding-right: 3%;
  line-height: 24px;
  display: flex;
}

.highlight-text.grey {
  color: #777;
  padding-right: 30%;
  font-family: Instrument Sans, sans-serif;
  font-weight: 400;
}

.highlight-text.small {
  text-align: center;
  font-size: 16px;
}

.highlight-text.dark {
  color: var(--titles);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.highlight-text.dark.centered {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 29px;
}

.highlight-text.dark.bigger {
  color: #fff;
  width: 50%;
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
}

.highlight-text.dark.bigger.centered, .highlight-text.dark.no-margin {
  margin-bottom: 0;
}

.highlight-text.dark.no-margin.smaller {
  padding-right: 20%;
  font-size: 15px;
  line-height: 20px;
}

.highlight-text.dark.paragraph {
  margin-bottom: 30px;
  padding-right: 5%;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.highlight-text.dark.greyed {
  color: #c5c5bb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 11px;
  font-size: 12px;
  line-height: 20px;
}

.highlight-text.dark {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.link-block {
  margin-left: 0;
}

.image-11 {
  color: #fff;
  width: 18px;
  max-width: 60%;
  height: 18px;
}

.image-11.invert {
  filter: invert();
}

.div-block-87 {
  background-color: #f1f1e9;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: none;
}

.image-13 {
  display: block;
}

.div-block-90 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-91 {
  background-color: #fff;
  border-radius: 50px;
  width: 5px;
  height: 5px;
  font-family: Instrument Sans, sans-serif;
}

.div-block-92 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: static;
}

.div-block-93 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33.33%;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  overflow: visible;
}

.div-block-93.no-top-margin {
  padding-top: 0;
}

.div-block-94 {
  border-left: 1px solid #f7f7f7;
  width: 66.66%;
  padding: 20px 24px 24px;
}

.rich-text-base {
  color: #1a1a1a;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  font-family: Inter, sans-serif;
}

.rich-text-base h1 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1em;
}

.rich-text-base h2 {
  color: #3a3a3a;
  letter-spacing: -.5px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 43px;
}

.rich-text-base p {
  color: #585858;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.rich-text-base h3 {
  color: #3a3a3a;
  letter-spacing: -.5px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 37px;
}

.rich-text-base h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.rich-text-base blockquote {
  color: #3a3a3a;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.rich-text-base li {
  color: #575757;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.rich-text-base a {
  color: #575757;
}

.rich-text-base strong {
  font-weight: 600;
}

.rich-text-base em {
  font-weight: 500;
}

.rich-text-base sup {
  font-size: 12px;
  font-weight: 400;
}

.rich-text-base sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
}

.rich-text-base h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.rich-text-base h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.rich-text-base ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.rich-text-base ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #585858;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.rich-text-base img {
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block-97 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.author-blog {
  color: #3a3a3a;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 100%;
  margin-left: 14px;
  margin-right: 14px;
  display: flex;
  overflow: hidden;
}

.collection-item {
  aspect-ratio: 3 / 2;
  padding-left: 0;
  padding-right: 0;
}

.div-block-98 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  width: auto;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.div-block-99 {
  z-index: 20;
  background-image: linear-gradient(#00000036, #00000036);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-99.inner {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: fill;
  object-position: 100% 100%;
  background-image: linear-gradient(#00000054, #00000054);
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-100 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #f7f7f7;
  flex-flow: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 80px;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.div-block-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-103 {
  background-color: #f8f8f8;
  border: 1px #e9e9e9;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 125px;
  padding: 20px;
  display: flex;
}

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

.div-block-145 {
  margin-top: 20px;
}

.page-wrapper {
  position: static;
}

.button-text-container {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-text-container.alignment-horizontal {
  margin-top: 5px;
  display: flex;
}

.button-text-container.centered {
  text-align: center;
}

.button-animation {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button-6 {
  color: #fff;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  background-color: #004848;
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/693c3cf7dc6330ec33f6d2b7_phone.svg");
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #004848;
  border-radius: 100vw;
  padding: 15px 20px 14px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

.button-6.white {
  color: #3a3a3a;
  text-align: center;
  background-color: #fff;
  border-color: #fff;
  font-family: Instrument Sans, sans-serif;
  font-weight: 700;
}

.button-6.outline {
  color: #004848;
  background-color: #fff0;
  border: 1px solid #004848;
  padding-top: 15px;
  padding-bottom: 14px;
}

.button-6.outline.transparency {
  background-color: #fff0;
}

.button-6.outline.transparent {
  color: #004848;
  background-color: #fff0;
  border-color: #004848;
}

.button-6.outline.transparent.white {
  color: #fff;
  border-color: #fff;
}

.button-6.cta-header {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/6944605bf1778e1745476c26_phone-icon.svg");
  background-position: 8% 52%;
  background-repeat: no-repeat;
  background-size: 11px;
  padding-left: 30px;
}

.button-text {
  color: #fff;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  transition: all .3s;
}

.button-text.green {
  color: #004848;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.button-text.is-absolute {
  color: #fff;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  position: absolute;
  top: 100%;
  left: 0;
}

.button-text.is-absolute.centered {
  color: #004848;
  width: 100%;
}

.button-text.is-absolute.green, .button-text.green {
  color: #004848;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.content {
  width: 100%;
}

.div-block-192 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.blur {
  z-index: 50;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 30px;
  position: fixed;
  inset: auto 0% 0%;
}

.link-block-3 {
  width: 100%;
  height: 100%;
}

.tag {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #f3f3f3;
  border: 1px #e9e9e9;
  border-radius: 5px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  height: 25px;
  margin-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.tag.white {
  color: #000;
  background-color: #fff;
}

.tag.grey {
  background-color: #f3f3f3;
}

.hide---but-don-t-delete {
  display: none;
}

.tocitem {
  color: #c5c5c5;
  border-left: 0 #dbe2eb;
  border-radius: 0 5px 5px 0;
  justify-content: space-between;
  padding: 8px 15px 8px 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .2s, background-color .2s, color .2s;
  display: flex;
}

.tocitem:hover {
  color: #000;
  background-color: #f8f8f800;
  border-left-width: 0;
  border-left-color: #070e27;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}

.tocitem.active {
  color: #000;
  background-color: #f8f8f800;
  border-left-width: 2px;
  border-left-color: #000;
  border-radius: 5px;
  padding: 8px 0;
}

.div-block-232 {
  background-color: #f6f6f1;
  border-radius: 15px;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 20px 24px 5px;
}

.vraag {
  letter-spacing: -1px;
  margin-top: 6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-17 {
  padding-top: 2px;
  font-family: Instrument Sans, sans-serif;
  font-size: 12px;
}

.div-block-233 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.text-block-19 {
  color: #969696;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.div-block-234 {
  width: 100%;
  padding-bottom: 80px;
  padding-left: 24px;
}

.card-tag {
  background-color: #f7f7f7;
  border-radius: 50rem;
  align-items: center;
  height: 45px;
  font-size: .8rem;
  display: flex;
  position: relative;
  inset: auto auto 0 1rem;
}

.card-tag-content {
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2em;
  display: flex;
  overflow: hidden;
}

.card-tag-inner-content {
  padding-top: 1px;
  padding-left: 17.5px;
  padding-right: 0;
}

.card-tag-title {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.card-tag-subtitle {
  opacity: .7;
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 11px;
}

.card-tag-image {
  aspect-ratio: 1;
  filter: none;
  border-radius: 50rem;
  width: 45px;
  height: 45px;
  padding: 10px;
  overflow: visible;
}

.div-block-250 {
  padding: 24px;
}

.div-block-258 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.div-block-259 {
  padding-right: 10%;
}

.div-block-260 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-261 {
  margin-top: 40px;
}

.image-30 {
  filter: none;
}

.div-block-267 {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.link-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-mobile {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 20px auto auto;
}

.nav_row-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.nav_row-link:hover {
  color: #585858;
}

.nav_logo {
  flex: none;
  width: 36px;
}

.nav_inner {
  z-index: 10;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border: 1px #555b62;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 16px;
  display: flex;
  position: fixed;
}

.menu-2 {
  grid-row-gap: 4px;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  transition: background-color .2s;
  display: flex;
}

.menu-2:hover {
  background-color: #fff;
  align-items: center;
}

.flex_h-10 {
  grid-column-gap: 10px;
  display: flex;
}

.flex_h-10.center-left {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav_row {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.menu_line {
  background-color: #000;
  width: 16px;
  height: 2px;
}

.grid_nav {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav_row-links {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav_big {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 16px;
  display: none;
  position: absolute;
  inset: auto 0% 0;
}

.dropdown-menu3 {
  z-index: 999999999;
  border: 1px #f1f1f1;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 32px 0 0;
  display: none;
  position: absolute;
  top: 30px;
  left: 14%;
}

.title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-title-t {
  color: #000;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-6 {
  z-index: 5;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 8px 10px 5px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: relative;
}

.link-block-6:hover {
  background-color: #f5f5f5;
  border-radius: 6px;
}

.div-block-281 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 5px;
}

.link-block-8 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-282 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#0000004f, #0000004f);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block, .div-block.centered, .div-block.centered {
    display: none;
  }

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

  .div-block-7.bg-hero {
    padding: 0;
  }

  .hero {
    height: 100svh;
    padding: 24px;
    display: block;
  }

  .hero.height {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero.about {
    display: none;
  }

  .hero.top {
    padding-top: 55px;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 16px;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .section {
    margin-left: 1.75%;
    margin-right: 1.75%;
    display: block;
  }

  .section.no-right-margin {
    margin-right: 0%;
  }

  .section.no-margin.top {
    padding-top: 28px;
  }

  .top-line {
    padding-left: 0%;
  }

  .top-line.less-margin {
    margin-top: 25px;
  }

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

  .div-block-12.alignment {
    width: 90%;
  }

  .div-block-12.no-margin {
    width: 60%;
    padding-right: 0;
  }

  .div-block-12.no-padding {
    width: 80%;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-16 {
    padding-left: 11px;
  }

  .div-block-22 {
    margin-top: 50px;
  }

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

  .faqs-component {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .grid {
    grid-auto-flow: row;
  }

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

  .div-block-30.hidden-mobile {
    display: none;
  }

  .div-block-30.hidden-desktop {
    flex-flow: row;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .div-block-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .div-block-34 {
    display: none;
  }

  .footer {
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .div-block-36 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 15px;
    flex-flow: column;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

  .div-block-38 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-39 {
    flex-flow: row;
    display: none;
  }

  .div-block-41 {
    width: 40%;
  }

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

  .div-block-45 {
    flex-flow: row;
    width: 100%;
  }

  .div-block-46 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-47 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-50 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 40%;
  }

  .div-block-51 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 60%;
  }

  .teaser-img {
    aspect-ratio: 1;
    border-radius: 20px;
    padding-left: 0;
    position: relative;
    inset: auto;
  }

  .teaser-section {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .teaser-copy {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
    position: static;
  }

  .teaser-column.line.padding-left, .teaser-column.hidden, .teaser-column.line.padding-left, .teaser-column.line.padding-left, .teaser-column.hidden, .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .teaser-copy-wrap.no-margin, .teaser-copy-wrap.less-margin {
    margin-bottom: 0;
  }

  .teaser-copy-wrap.margin {
    margin-bottom: 40px;
  }

  .teaser-copy-wrap.no-margin, .teaser-copy-wrap.less-margin {
    margin-bottom: 0;
  }

  .div-block-52 {
    display: block;
  }

  .team-slider_bullet_wrap {
    width: auto !important;
  }

  .link.small {
    font-size: 11px;
  }

  .u-container {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-content-w {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 5rem;
  }

  .modal-1-popup {
    display: none;
  }

  .cta-float {
    width: 80%;
    display: none;
  }

  .a._2 {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
  }

  .fix-image-spacer {
    border-radius: 18px;
  }

  .h2 {
    color: #494949;
    font-family: Inter, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
  }

  .h2.centered, .h2.centered.no-padding.no {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2.align {
    padding-right: 0%;
  }

  .h2.centered, .h2.centered.no-padding.no {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2.centered.no-padding.no {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2.centered.about {
    padding-left: 10%;
    padding-right: 10%;
  }

  .h2._33-px, .h1 {
    font-weight: 400;
  }

  .h1.no-margin.centered.less-padding, .h1.padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h1.margin-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h1.dark {
    color: #494949;
    font-size: 38px;
    line-height: 42px;
  }

  .h1.no-margin.centered.less-padding, .h1.padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .small-text {
    color: #3a3a3a;
    width: 100%;
  }

  .small-text.light.even-smaller {
    font-size: 11px;
  }

  .small-text.light.smaller.no-margin {
    justify-content: flex-end;
    width: auto;
    padding-right: 0;
    display: flex;
  }

  .small-text.light {
    font-size: 13px;
  }

  .body-text {
    color: #000;
    font-size: 13px;
    line-height: 22px;
  }

  .div-block-62 {
    width: 100%;
  }

  .div-block-63 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
  }

  .div-block-64 {
    width: 100%;
  }

  .highlight-text.dark {
    margin-bottom: 0;
    font-size: 26px;
  }

  .highlight-text.dark.article {
    font-size: 22px;
  }

  .link-block {
    align-items: center;
    height: 50px;
    margin-left: 0;
    display: flex;
  }

  .accordion-paragraph---brix {
    color: #575757;
    max-width: 100%;
    line-height: 23px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 32px 0 0;
  }

  .accordion-item-title---brix {
    max-width: 88%;
    font-size: 16px;
  }

  .image-11.invert {
    filter: none;
    width: 20px;
    max-width: 100%;
    height: 20px;
  }

  .div-block-86 {
    margin-top: 80px;
    display: flex;
  }

  .div-block-87 {
    background-color: #fff;
    margin-top: 0;
    display: flex;
  }

  .div-block-87.x, .image-13 {
    display: none;
  }

  .nav-bar-mobile {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navbar__icon.is--1 {
    filter: invert();
  }

  .square.is--hamburger {
    background-color: #fff;
    height: 50px;
    transition-property: none;
  }

  .square.is--hamburger:hover {
    background-color: #1f1f1f00;
  }

  .navbar {
    background-color: #fff0;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav__header {
    display: none;
  }

  .container-2 {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: 60px;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .image-14 {
    filter: invert();
    color: #181818;
  }

  .div-block-88 {
    z-index: 50;
    background-color: #fff;
    border-radius: 100px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    position: relative;
  }

  .image-15 {
    filter: invert();
  }

  .what-wrap {
    grid-column-gap: 50px;
    width: 100%;
    padding-right: 0;
  }

  .what-outer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .collection-item, .div-block-98 {
    width: 100%;
  }

  .div-block-99.inner {
    width: 100vw;
  }

  .div-block-103 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 10px;
    flex-flow: column;
    align-items: flex-start;
    padding: 10px;
    display: none;
  }

  .div-block-105.bottom, .div-block-105.voor-makelaars-page, .div-block-105.bottom, .div-block-105.voor-makelaars-page {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-113, .div-block-118 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: center;
  }

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

  .modal-2-popup, .menu-parent-slide {
    display: none;
  }

  .page-wrapper {
    filter: blur();
  }

  .button-text {
    text-transform: none;
    font-size: 13px;
  }

  .button-text.is-absolute {
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
  }

  .button-text.green, .button-text.is-absolute {
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
  }

  .button-text.is-absolute.green {
    text-transform: none;
    text-transform: none;
    font-weight: 600;
  }

  .button-text.green {
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
  }

  .div-block-156.gap {
    width: 70%;
  }

  .div-block-157.width, .div-block-158 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-159.inverse {
    flex-flow: column-reverse;
  }

  .div-block-160 {
    width: 100%;
  }

  .div-block-160.no-right-line, .div-block-160.no-left-line, .div-block-160.no-right-line, .div-block-160.no-left-line {
    width: 100%;
    padding-bottom: 0;
  }

  .div-block-161 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    padding-top: 6px;
  }

  .div-block-161.bottom.gap.space-between {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .div-block-161.bottom.gap.space-between.left-line {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .div-block-165.no-height.no-padding {
    min-height: 350px;
    padding-left: 24px;
  }

  .div-block-166 {
    border-top: 1px solid #f7f7f7;
    min-height: 350px;
    padding-left: 24px;
    padding-right: 0;
  }

  .div-block-169.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-170.gap {
    padding-right: 0%;
  }

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

  .div-block-181 {
    border: 1px #000;
  }

  .div-block-183 {
    border-top: 1px solid #f7f7f7;
    padding-left: 24px;
  }

  .div-block-186 {
    padding-right: 0%;
  }

  .div-block-189 {
    margin-top: 40px;
    display: block;
  }

  .div-block-189.form {
    width: 100%;
    display: flex;
  }

  .div-block-189.form.b {
    display: flex;
  }

  .div-block-192 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tabs-2 {
    flex-flow: column;
  }

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

  .image-24 {
    aspect-ratio: auto;
  }

  .section-heading {
    font-size: 30px;
  }

  .image-25, .div-block-209 {
    width: 80%;
  }

  .auto-tabs {
    min-height: 42rem;
  }

  .auto-tabs_column {
    max-width: 42%;
  }

  .auto-tabs_content {
    width: 50%;
  }

  .div-block-212 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-215 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .div-block-216.img-bg {
    align-items: flex-start;
  }

  .tag {
    background-color: #f3f3f3;
  }

  .div-block-234 {
    padding-bottom: 70px;
  }

  .container-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-card {
    min-height: 10rem;
  }

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

  .cta-card-top {
    font-size: 20px;
  }

  .div-block-236 {
    width: 75%;
  }

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

  .div-block-238, .div-block-239 {
    width: 75%;
  }

  .div-block-240, .div-block-241 {
    width: 90%;
  }

  .div-block-244, .div-block-246, .div-block-248, .div-block-249 {
    width: 70%;
  }

  .div-block-251 {
    width: 100%;
  }

  .div-block-252 {
    padding-top: 120px;
  }

  .div-block-254 {
    width: 100%;
  }

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

  .div-block-256.less {
    width: 75%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-267 {
    display: none;
  }

  .div-block-271 {
    height: 500px;
  }

  .div-block-274 {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .link-block-4 {
    aspect-ratio: 1;
    width: 30px;
    height: 30px;
  }

  .link-block-4.green {
    background-color: #f3f3ed;
    border-style: none;
    border-color: #000;
    width: 32px;
    height: 32px;
  }

  .nav-mobile {
    background-color: #fff;
    height: 50px;
    display: flex;
    position: fixed;
    top: 0;
  }

  .nav_row-link {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .nav_logo {
    width: 200px;
  }

  .nav_inner {
    border-bottom-style: none;
    border-bottom-color: #eee;
    padding-left: 24px;
    padding-right: 15px;
  }

  .menu-2 {
    width: 40px;
  }

  .nav_row {
    grid-row-gap: 20px;
  }

  .menu_line {
    background-color: #b9b9ad;
    width: 24px;
    height: 1.2px;
  }

  .menu_line.middle {
    background-color: #b9b9ad;
    height: 1.4px;
  }

  .nav_big {
    background-color: #fff;
    border: 1px #ccc;
    border-radius: 20px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-34 {
    margin-top: -3px;
  }

  .div-block-279 {
    display: none;
  }

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

  .component-card---brix {
    overflow: hidden;
  }

  .cw-cookie_banner {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .div-block-5 {
    margin-top: 40px;
  }

  .hero {
    height: auto;
    padding: 2%;
  }

  .section {
    margin-left: 2%;
    margin-right: 2%;
  }

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

  .div-block-12.alignment {
    width: 100%;
    padding-right: 0%;
  }

  .div-block-12.no-margin {
    width: 80%;
  }

  .div-block-12.no-padding {
    width: 100%;
    padding-right: 0;
  }

  .div-block-16 {
    padding-left: 0;
  }

  .div-block-22 {
    margin-top: 40px;
  }

  .div-block-23 {
    width: 100%;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-27.img-2 {
    height: 250px;
  }

  .div-block-27.img-bg {
    height: 310px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .div-block-33 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-36 {
    padding: 20px;
  }

  .div-block-37 {
    width: 100%;
  }

  .div-block-38 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-39 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-41 {
    width: 50%;
  }

  .div-block-42 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 50%;
  }

  .div-block-45 {
    flex-flow: row;
    align-items: center;
  }

  .div-block-46 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div-block-47 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-48 {
    order: 1;
    width: 100%;
  }

  .div-block-49 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    width: 100%;
  }

  .div-block-50 {
    align-items: flex-end;
    width: 50%;
  }

  .div-block-51 {
    width: 50%;
  }

  .teaser-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .teaser-copy {
    padding-right: 0%;
  }

  .teaser-column.no-right-line {
    padding-bottom: 24px;
  }

  .teaser-copy-wrap.margin {
    align-items: flex-start;
  }

  .div-block-52 {
    margin-top: 30px;
  }

  .u-container {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits_card_title {
    font-size: 26px;
  }

  .benefits_card_header {
    width: 60%;
  }

  .close-btn-w {
    margin-right: 1rem;
  }

  .modal-content-w {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 2rem 1rem 2rem 3.5rem;
  }

  .modal {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }

  .cta-float {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
    display: none;
  }

  .div-block-58._2 {
    top: 20%;
  }

  .div-block-58._4 {
    top: 68%;
  }

  .div-block-58._5 {
    top: 77%;
  }

  .div-block-58._1 {
    top: 10%;
  }

  .div-block-58._3 {
    bottom: 29%;
  }

  .a._2 {
    font-size: 33px;
    line-height: 40px;
  }

  .h2 {
    padding-right: 5%;
    font-size: 40px;
    line-height: 40px;
  }

  .h2.scroll {
    font-size: 40px;
    line-height: 40px;
  }

  .h2.align {
    padding-right: 20%;
    font-size: 40px;
    line-height: 40px;
  }

  .h2.centered.no-padding.no {
    font-size: 38px;
  }

  .h2.centered.about {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2._33-px {
    padding-right: 0%;
  }

  .text-block-7 {
    color: #3a3a3a;
  }

  .h1 {
    padding-right: 0%;
    font-size: 45px;
  }

  .small-text {
    font-size: 13px;
  }

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

  .body-text {
    line-height: 22px;
  }

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

  .div-block-66 {
    width: 100%;
    padding-bottom: 32px;
  }

  .div-block-67 {
    width: 100%;
  }

  .highlight-text {
    font-size: 22px;
    line-height: 25px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 14px;
    line-height: 19px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 16px;
    line-height: 25px;
  }

  .marquee-wrapper {
    font-size: .7em;
  }

  .image-12, .image-13 {
    max-width: 80%;
  }

  .what-wrap {
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .div-block-93 {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff6;
    width: 100%;
  }

  .div-block-94 {
    border-top: 1px solid #f7f7f7;
    width: 100%;
  }

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

  .div-block-105.voor-makelaars-page {
    height: 90dvh;
  }

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

  .modal-2-popup {
    display: none;
  }

  .nav-parent {
    margin-left: 40px;
  }

  .div-block-156.gap {
    width: 100%;
  }

  .div-block-156.gap.padding {
    width: 80%;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tabs-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

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

  .image-24 {
    aspect-ratio: 1;
    border-radius: 12px;
    height: 100%;
  }

  .auto-tabs_column {
    max-width: none;
  }

  .auto-tabs_img-mobile {
    border-radius: 12px;
    width: 100%;
    margin-top: 2rem;
    padding-top: 80%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .auto-tabs_img-mobile-wrapper, .auto-tabs_content {
    display: none;
  }

  .auto-tabs_pause-btn {
    margin-top: 20px;
    position: static;
  }

  .auto-tabs_menu {
    margin-top: 1rem;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-3 {
    grid-row-gap: 6rem;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-card {
    min-height: 10rem;
  }

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

  .display-xs {
    font-size: 1.15rem;
  }

  .div-block-236, .div-block-244, .div-block-246 {
    width: 100%;
  }

  .div-block-250 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-253 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-256 {
    width: 90%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-271 {
    height: 400px;
  }

  .div-block-274 {
    padding-top: 15%;
    padding-bottom: 5%;
  }

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

  .nav_inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .grid_nav {
    max-height: 65vh;
    overflow: scroll;
  }

  .nav_big {
    display: none;
  }

  .flex-vertical {
    align-items: stretch;
  }

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

  .card---brix {
    padding-left: 28px;
    padding-right: 28px;
  }

  .component-card---brix {
    padding-bottom: 40px;
  }

  .input---brix.search---brix {
    min-width: 100%;
    max-width: 100%;
  }

  .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 35px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_secondary {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    background-color: #fff;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .div-block-6 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    align-items: flex-start;
  }

  .div-block-7 {
    padding: 5%;
  }

  .div-block-7.bg-hero {
    padding: 18px 15px 15px;
  }

  .div-block-7.bg-hero.top {
    margin-top: 38px;
  }

  .div-block-7.blog {
    padding: 0%;
  }

  .hero {
    height: 100svh;
    padding: 15px;
  }

  .hero.height {
    height: 90svh;
    padding: 0;
  }

  .hero.top {
    overflow: hidden;
  }

  .hero.blog {
    padding-top: 70px;
  }

  .button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section {
    margin-left: 3%;
    margin-right: 3%;
  }

  .section.no-right-margin {
    margin-right: 0%;
  }

  .top-line {
    margin-top: 0;
    padding-top: 0%;
  }

  .top-line.flex.padding {
    padding-left: 6%;
    padding-right: 6%;
  }

  .top-line.margin-24px {
    padding-left: 15px;
  }

  .div-block-12 {
    margin-top: 60px;
  }

  .div-block-12.alignment {
    padding-right: 24px;
  }

  .div-block-12.no-margin {
    width: 100%;
    padding-right: 24px;
  }

  .div-block-16 {
    padding-left: 0;
  }

  .div-block-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 1;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    padding: 10px;
    display: none;
  }

  .div-block-25 {
    margin-top: 60px;
  }

  .div-block-27 {
    order: -1;
  }

  .div-block-27.img-2 {
    order: 1;
    height: 250px;
  }

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

  .div-block-30.hidden-desktop {
    order: 2;
    align-items: center;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .div-block-34 {
    margin-top: 60px;
  }

  .footer {
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-36 {
    flex-flow: column;
    height: auto;
    margin-top: 15px;
    padding: 5%;
    display: flex;
  }

  .div-block-38 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

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

  .div-block-42 {
    width: 100%;
  }

  .div-block-45 {
    align-items: center;
  }

  .div-block-46 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-49 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    order: -9999;
  }

  .div-block-51 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    order: -9999;
    align-items: flex-start;
  }

  .teaser-section {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .teaser-copy {
    margin-top: 30px;
  }

  .teaser-column.no-right-line {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .teaser-column.no-right-line.more {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .teaser-copy-wrap {
    margin-bottom: 40px;
  }

  .teaser-copy-wrap.margin {
    margin-bottom: 60px;
  }

  .div-block-52 {
    margin-top: 30px;
  }

  .div-block-53 {
    font-size: 13px;
  }

  .team-slider_cms_list.swiper-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .container {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-slider_btn_layout {
    padding-left: 25px;
    padding-right: 25px;
  }

  .team-slider_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-slider_card_wrap {
    width: 100%;
    padding: 15px;
  }

  .link {
    font-family: var(--instrument-sans);
    font-size: 14px;
  }

  .benefits_card_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #ddd;
    border-top-color: #e9e9e9;
    height: 100%;
    min-height: 600px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits_card_wrap._1 {
    background-position: 50% 0;
    background-size: 120%;
  }

  .benefits_card_wrap._3 {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 190%;
  }

  .benefits_card_title {
    padding-left: 20px;
  }

  .benefits_card_header {
    width: 100%;
    position: static;
  }

  .close-btn-w {
    width: 30px;
    height: 30px;
    margin-top: 1.5rem;
    margin-right: .5rem;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .modal-content-w {
    padding: 1.5rem .5rem 1.5rem 2.5rem;
  }

  .modal-1-popup {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .cta-float {
    width: 90%;
  }

  .hero-main-container {
    padding: 15px;
    display: none;
  }

  .div-block-58._2 {
    top: 22%;
    left: 13%;
  }

  .div-block-58._4 {
    top: 78%;
  }

  .div-block-58._5 {
    top: 87%;
  }

  .div-block-58._1 {
    top: 12%;
    right: 13%;
  }

  .div-block-58._3 {
    bottom: 25%;
    left: 5%;
  }

  .a._2 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
  }

  .h2 {
    font-size: 33px;
  }

  .h2.scroll {
    font-size: 35px;
    line-height: 38px;
  }

  .h2.centered {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 28px;
    line-height: 35px;
  }

  .h2.centered.no-padding.no {
    font-size: 35px;
    line-height: 43px;
  }

  .h2.no-top-margin {
    font-size: 35px;
    line-height: 38px;
  }

  .h2._33-px {
    padding-right: 10%;
    font-size: 28px;
    line-height: 35px;
  }

  .text-block-7 {
    color: #3a3a3a;
  }

  .h1 {
    margin-top: 0;
    padding-right: 0%;
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
  }

  .h1.margin-padding {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 38px;
    line-height: 40px;
  }

  .h1.no-margin.h1-centered {
    line-height: 1.1em;
  }

  .h1.padding {
    font-size: 3.2em;
    line-height: 1.1em;
  }

  .h1.small {
    font-size: 38px;
    line-height: 40px;
  }

  .small-text {
    font-size: 14px;
    line-height: 17px;
  }

  .small-text.light {
    color: #fff;
    width: auto;
    font-size: 14px;
    text-decoration: none;
  }

  .small-text.smaller-padding {
    margin-bottom: 5px;
  }

  .small-text.smaller {
    width: auto;
    font-size: 12px;
  }

  .small-text.smaller.hide-desktop {
    display: block;
  }

  .small-text.smaller.hide-mobile {
    display: none;
  }

  .small-text.footer {
    font-size: 14px;
  }

  .body-text {
    font-size: 13px;
    line-height: 22px;
  }

  .image-10 {
    max-width: 100%;
  }

  .h3 {
    font-size: 25px;
    line-height: 38px;
  }

  .div-block-67.martijn-photo {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .highlight-text {
    width: auto;
    font-size: 18px;
    line-height: 23px;
  }

  .highlight-text.dark.bigger {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
  }

  .highlight-text.dark {
    font-size: 20px;
  }

  .link-block {
    align-items: center;
    height: auto;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-79 {
    padding-right: 3%;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    line-height: 140%;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0 24px;
  }

  .accordion-item-title---brix {
    max-width: 90%;
    font-size: 16px;
    line-height: 20px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image-11.invert {
    width: 20px;
    max-width: none;
    height: 20px;
  }

  .div-block-87 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    padding: 5%;
  }

  .navbar {
    border-radius: 0;
    align-items: center;
  }

  .container-2 {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 4vw;
  }

  .image-14 {
    width: 95%;
    max-width: none;
  }

  .div-block-88 {
    z-index: 50;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    max-width: none;
    height: 40px;
    min-height: 40px;
    max-height: none;
  }

  .image-15 {
    max-width: 50%;
  }

  .what-wrap {
    grid-row-gap: 20px;
  }

  .body-large {
    font-size: 16px;
  }

  .plus-icon {
    width: 23px;
    max-width: 22px;
    height: 23px;
  }

  .what-outer {
    order: 2;
    min-height: 0;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .question-block {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
  }

  .question-inner {
    grid-column-gap: 30px;
    width: 90%;
  }

  .question-inner.width {
    width: 90%;
  }

  .what-i-do, .what-i-do.last-one, .what-i-do.last-one {
    padding: 15px;
  }

  .div-block-93 {
    padding: 15px 15px 80px;
    position: static;
  }

  .div-block-94 {
    padding: 15px;
  }

  .rich-text-base h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text-base h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .rich-text-base h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .rich-text-base h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .rich-text-base blockquote {
    font-size: 18px;
  }

  .rich-text-base h5 {
    font-size: 16px;
    line-height: 23px;
  }

  .rich-text-base h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-99.inner {
    height: 250px;
  }

  .div-block-100 {
    padding-top: 15px;
  }

  .div-block-103 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 15px;
  }

  .div-block-105.bottom {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .div-block-109.height {
    padding: 0;
  }

  .div-block-112 {
    height: 400px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-113 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding: 10px;
    display: none;
  }

  .div-block-117 {
    height: 400px;
    padding: 10px;
  }

  .div-block-118 {
    flex-flow: row;
    padding: 10px;
    display: none;
  }

  .div-block-129 {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .image-17 {
    width: 30%;
  }

  .div-block-130 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .div-block-131 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

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

  .div-block-132 {
    width: 100%;
  }

  .div-block-143 {
    margin-top: 0;
  }

  .div-block-144 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .div-block-145 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #fff;
    flex-flow: column;
    text-decoration: none;
    display: flex;
  }

  .list-4 {
    padding-left: 18px;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26 {
    line-height: 140%;
  }

  .text-span-17 {
    width: 100%;
  }

  .modal-2-popup {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .modal-3-popup, .modal-4-popup, .modal-5-popup, .modal-6-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .close {
    top: 20px;
    right: 20px;
  }

  .menu-parent-slide {
    width: 0%;
    display: none;
  }

  .container-wrap {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-parent {
    margin-left: 20px;
  }

  .close-2 {
    top: 20px;
    right: 20px;
  }

  .ms-input.has-left-icon, .ms-input.has-https, .ms-input.is-right, .ms-input.is-left, .ms-input.has-left-icon, .ms-input.has-https, .ms-input.is-right, .ms-input.is-left {
    font-size: 16px;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .form {
    padding-bottom: 60px;
  }

  .ms-input-label {
    font-size: 16px;
  }

  .submit-button {
    margin-top: 0;
  }

  .ms-pill-label {
    font-size: 16px;
  }

  .div-block-156.gap.padding {
    width: 90%;
  }

  .div-block-157 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-157.alignment {
    padding-right: 0;
  }

  .div-block-157.width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-158 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-159 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-160 {
    padding: 15px;
  }

  .div-block-160.no-right-line, .div-block-160.no-left-line, .div-block-160.no-right-line, .div-block-160.no-left-line {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-161 {
    padding: 5px 15px 15px;
  }

  .div-block-161.bottom.gap.space-between {
    width: 100%;
    margin-top: 0;
    padding: 0 15px 15px;
  }

  .div-block-161.bottom.gap.space-between.left-line {
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-161.bottom.gap.space-between.margin {
    margin-top: 20px;
  }

  .div-block-165.no-height.no-padding, .div-block-166 {
    padding: 15px;
  }

  .div-block-170 {
    padding-right: 0%;
  }

  .div-block-172 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
  }

  .div-block-173 {
    width: 100%;
  }

  .div-block-183 {
    padding: 15px;
  }

  .div-block-192 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-196.margin {
    margin-top: 30px;
  }

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

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-25 {
    width: 100%;
  }

  .div-block-208 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-209 {
    width: 100%;
  }

  .div-block-211._10 {
    width: 45px;
  }

  .div-block-212 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-213 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-214 {
    width: 23px;
  }

  .div-block-215 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grid-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-auto-flow: row;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-216 {
    padding-left: 24px;
  }

  .link-block-2 {
    aspect-ratio: 1;
  }

  .div-block-230 {
    padding-bottom: 50px;
  }

  .hide---but-don-t-delete {
    margin-top: 20px;
  }

  .toc {
    padding-bottom: 0;
  }

  .div-block-234 {
    padding-bottom: 65px;
    padding-left: 17px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-2 {
    width: 100%;
    font-size: .9rem;
  }

  .button-2.button-round-white-small {
    width: 2rem;
    height: 2rem;
  }

  .icon-s {
    width: .9rem;
    margin-bottom: 0;
  }

  .section-3 {
    grid-row-gap: 5rem;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-card {
    min-height: 10rem;
    padding: 24px;
  }

  .cta-card.w--current {
    min-height: 10rem;
  }

  .cta-card.contact {
    min-height: 14rem;
  }

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

  .display-xs {
    font-size: 1.05rem;
  }

  .div-block-236, .div-block-237, .div-block-238, .div-block-239, .div-block-240 {
    width: 100%;
  }

  .h2-small {
    font-size: 28px;
    line-height: 35px;
  }

  .h2-small.centered {
    text-align: center;
    text-align: center;
  }

  .div-block-242 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-242.green {
    padding-top: 5px;
  }

  .div-block-243 {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .div-block-247 {
    order: 1;
  }

  .div-block-248 {
    width: 100%;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-249 {
    width: 100%;
  }

  .div-block-250 {
    padding: 15px;
  }

  .div-block-252 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 100px;
  }

  .div-block-255, .div-block-256, .div-block-256.less, .div-block-256.less {
    width: 100%;
  }

  .div-block-259 {
    padding-right: 0%;
  }

  .div-block-260 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-262 {
    margin-top: 40px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .wb-swiper_slide {
    width: 75%;
  }

  .div-block-267 {
    display: none;
  }

  .div-block-268 {
    padding-top: 77px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-37 {
    width: 100%;
  }

  .div-block-271 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-272 {
    width: 100%;
  }

  .div-block-272.right {
    display: none;
  }

  .about-pagina {
    margin-bottom: 70px;
  }

  .div-block-274 {
    padding-top: 25%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-277 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

  .link-block-4.green {
    background-color: #f8f8f8;
  }

  .nav-mobile {
    background-color: #fff0;
    min-width: 100%;
  }

  .nav_logo {
    width: 220px;
  }

  .nav_inner {
    background-color: #fff;
    border-bottom-style: none;
    border-bottom-color: #eee;
    padding-left: 15px;
    padding-right: 10px;
    position: static;
  }

  .nav_row {
    grid-row-gap: 10px;
  }

  .menu_line {
    background-color: #b9b9ad;
    height: 1.5px;
  }

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

  .nav_row-links {
    grid-row-gap: 14px;
  }

  .nav_big {
    margin-left: 15px;
    margin-right: 15px;
    display: none;
  }

  .image-34 {
    margin-top: -2px;
  }

  .flex-vertical {
    align-items: stretch;
  }

  .card---brix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card---brix.blog-card---brix {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .component-card---brix {
    padding-bottom: 20px;
  }

  .blog-card-image---brix {
    margin-bottom: 13px;
    margin-right: 0;
  }

  .input---brix.search---brix {
    min-width: 100%;
  }

  .form-2 {
    width: 100%;
  }

  .cw-button_primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
  }

  .cw-cookie_banner {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .cw-button_secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}

#w-node-e3cf434f-1eb9-0e5a-a3ab-4a7c055a7478-055a7475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
