@font-face {
  font-family: Inter;
  src: url('../fonts/inter-semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/clashdisplay-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-main-black: #111;
  --color-main-white: whitesmoke;
  --color-main-grey: grey;
  --rb_blue: #004750;
  --white: white;
  --gold: #dcbf87;
  --nav-height: 8rem;
  --black: black;
  --sand: #f9f5eb;
  --color-turqoise: #00dda8;
  --color-brand: #ee1052;
  --rb_black: #031d20;
  --color-overlay: #1c1b1d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color-main-black);
  color: var(--color-main-white);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  z-index: 1;
  object-fit: contain;
  max-width: 100%;
  display: inline-block;
  position: relative;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-large {
  margin: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

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

.margin-bottom.margin-medium.only_mobile {
  margin-bottom: 0;
}

.margin-bottom.margin-medium.w100 {
  width: 80%;
}

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

.margin-bottom.margin-medium.d_small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-medium.is-dno {
  margin-bottom: 0;
}

.margin-bottom.margin-tiny {
  margin-bottom: .5rem;
  position: relative;
}

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

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

.margin-top.margin-medium._2-5 {
  margin-top: 2.5rem;
}

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

.margin-top.margin-huge {
  width: 100%;
  margin-top: 6rem;
}

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

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

.icon-1x1-small {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small.roas {
  border-radius: 1000rem;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small.roas.testers {
  background-color: #50fbc7;
}

.icon-1x1-small.roas.bleeders {
  background-color: #ff211d;
}

.icon-1x1-small.roas.mid {
  background-color: #fe3;
}

.icon-1x1-small.roas.rising {
  background-color: #ff9219;
}

.icon-1x1-small.roas.profit {
  background-color: #4aff08;
}

.icon-1x1-small.roas.rev {
  background-color: #5f0bff;
}

.icon-1x1-small.smaller {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small.light {
  filter: brightness(200%);
}

.form_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-weight-semibold.text-color-gold {
  font-family: Onest, sans-serif;
}

.text-color-grey {
  color: gray;
}

.form_message-success {
  padding: 1.25rem;
}

.text-rich-text {
  overflow-wrap: break-word;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a {
  color: #ee1052;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium.larger {
  width: 3.5rem;
  height: 3.5rem;
}

.padding-global {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global.flex-align-center {
  align-items: center;
  display: flex;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-normal.stars {
  color: #255bd0;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-weight-normal.stars.seo {
  color: #034750;
  -webkit-text-stroke-color: #1b94a5;
  width: 100%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.75rem;
}

.text-weight-normal.stars.social {
  color: #fff;
  font-size: 1.6rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-medium {
  color: #034750;
}

.text-weight-medium.text-size-medium.text-color-white {
  color: #fff;
}

.text-weight-medium.pn {
  background-color: #e9e9e9;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .2rem 1rem;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.align-center.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.max-width-large.align-center {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.form_field-wrapper {
  width: 100%;
}

.text-style-muted {
  opacity: .6;
  color: #404040;
}

.text-style-muted.caps {
  font-size: 1.5rem;
}

.text-style-muted.max-width-50 {
  max-width: 60%;
}

.text-style-muted.blog {
  margin-top: 0;
}

.heading-style-h4 {
  text-align: left;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h4.onest {
  font-family: Onest, sans-serif;
}

.form_label.is-dark {
  color: #111;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_input {
  color: var(--color-main-black);
  background-color: #f3f3f3;
  border: 1px solid #bebebe;
  border-radius: .5rem;
  align-items: center;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem .5rem 1rem;
  display: flex;
}

.form_input::placeholder {
  color: #707070;
}

.form_input.is-text-area {
  align-items: flex-start;
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.page-wrapper {
  position: relative;
}

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

.heading-style-h5.link {
  color: #000;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.7rem;
}

.heading-style-h5.startup_fee {
  font-family: Onest, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

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

.container-large.is-nav {
  height: 100%;
}

.container-large.is-nav-menu {
  position: relative;
}

.container-large.is-footer {
  border-top: 1px solid var(--color-main-grey);
  border-top: 1px solid gray;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

.text-align-center.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-align-center.flex:lang(nl) {
  width: 100%;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  font-family: Onest, sans-serif;
}

.main-wrapper.has-nav {
  margin-top: 8rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-main-white);
  color: var(--color-main-black);
  text-align: center;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: .8;
}

.button.is-form-submit {
  background-color: var(--color-main-black);
  color: var(--color-main-white);
}

.button.is-secondary {
  border: 1px solid var(--color-main-white);
  color: var(--color-main-white);
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.button.is-yellow {
  background-color: #fbbb24;
  display: flex;
}

.button.is-yellow.display-none {
  display: none;
}

.button.is-yellow.desktop-version:hover {
  opacity: 1;
}

.button.is-yellow.not-desktop-version {
  display: none;
}

.button.is-whatsapp {
  color: var(--color-main-white);
  background-color: #17bd45;
}

.text-size-medium {
  color: var(--rb_blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
}

.text-size-medium:lang(nl) {
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-size-medium.text-weight-bold {
  font-weight: 700;
}

.text-size-medium.text-weight-bold.c1 {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.text-size-medium.text-color-white {
  color: var(--white);
}

.text-size-medium.text-weight-medium {
  color: var(--gold);
}

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

.button-group.flex-justify-center {
  justify-content: center;
}

.button-group.flex-justify-center.app_cta {
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  background-color: #ffffffb3;
  border-radius: .5rem;
  align-self: center;
  padding: .75rem;
  position: absolute;
  inset: auto 6% 0% auto;
}

.button-group.footer-mobile {
  display: none;
}

.button-group.margin-vertical.margin-medium {
  margin-left: 0;
}

.button-group.is-center {
  justify-content: center;
  align-items: center;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.nav_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_logo-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.nav_logo-link-wrapper {
  color: var(--color-main-white);
}

.nav_logo {
  width: 6rem;
  display: flex;
}

.nav_text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.nav_reviews-component {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--color-main-white);
  background-color: #f5f5f51a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.reviews_text {
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
}

.nav_reviews-reviews {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.nav_reviews-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.nav_lang-switcher {
  align-items: center;
  display: flex;
}

.nav_menu-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.nav_menu-button._2 {
  z-index: 999;
  background-color: var(--color-main-black);
  z-index: 999;
  z-index: 999;
  z-index: 999;
  background-color: #111;
  border-radius: 100rem;
  width: 72px;
  height: 72px;
  position: relative;
}

.nav_menu {
  z-index: 998;
  background-color: var(--color-main-black);
  transform-origin: 50% 0;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.dot {
  color: #111;
  background-color: #0d6;
  border-radius: 20rem;
  width: .6rem;
  height: .6rem;
}

.dot.is-black {
  background-color: var(--color-main-black);
  width: .25rem;
  height: .25rem;
}

.dot.is-white {
  background-color: #034750;
  width: .4rem;
  height: .4rem;
}

.dot.gold {
  background-color: #e0c38a;
}

.frank {
  width: 3.5rem;
  height: 3.5rem;
}

.nav_menu-right-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.nav_menu-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav_menu-links-wrapper.is-center {
  justify-content: center;
  align-items: center;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_menu-link {
  opacity: .6;
  color: var(--color-main-white);
  font-family: Clashdisplay, sans-serif;
  font-size: clamp(2rem, 100vw, 3rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav_menu-link:hover {
  opacity: 1;
}

.nav_menu-link.w--current {
  opacity: .4;
}

.nav_menu-link.w--current:hover {
  opacity: 1;
}

.nav_menu-inside-buttons {
  z-index: 999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-2col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.grid_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.nav {
  z-index: 998;
  height: var(--nav-height);
  background-color: var(--color-main-black);
  color: var(--color-main-white);
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav_link {
  color: var(--color-main-white);
  text-decoration: none;
}

.nav_link:hover {
  border-bottom: 1px solid #fff;
}

.mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.section_features {
  position: relative;
}

.section_blogs.new {
  background-color: #f9f4ec;
  padding-bottom: 4rem;
}

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

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

.section_cta.white {
  background-color: #fff;
}

.section_cta.white.seo_custom {
  background-image: url('../images/gmu-performance-marketing-4.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 24rem;
  padding-bottom: 6rem;
  position: relative;
}

.section_cta.white.seo_custom.hide {
  display: none;
}

.section_cta.bg_sand {
  color: #f5f5f5;
  background-color: #f7eedd;
  padding-top: 4rem;
}

.section_cta.is-2 {
  color: #fff;
  background-color: #000;
}

.cta_image {
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 2rem;
  width: 100%;
  height: 22rem;
  min-height: 10rem;
}

.cta_image.c {
  height: 25rem;
}

.footer {
  background-color: var(--color-main-black);
  color: var(--color-main-white);
}

.footer_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer_links-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer_links-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  opacity: .5;
  color: var(--color-main-white);
  background-color: #0000;
  text-decoration: none;
}

.footer_legal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.footer-bottom_logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-end;
  display: flex;
}

.footer-bottom_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.footer-bottom_socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom_socials_social {
  color: var(--color-main-grey);
}

.footer-bottom_cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-logo {
  height: 4rem;
}

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

.form_field-2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--color-main-white);
  background-color: var(--color-main-white);
  color: var(--color-main-black);
  border-radius: 2rem;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.background_image {
  z-index: -1;
  opacity: .1;
  filter: blur(2px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.5);
}

.background_image.is-nav {
  z-index: -1;
  width: 50rem;
  height: 50rem;
  inset: -19rem auto auto -25rem;
}

.background-image {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  transform: scale(1.5);
}

.background-image.is-side {
  inset: 0% 0% 0% auto;
  transform: rotate(90deg)scale(1.5);
}

.section {
  z-index: 2;
  position: relative;
}

.section.is-light {
  background-color: var(--color-main-white);
  color: var(--color-main-black);
}

.section.vacancy_cta {
  color: var(--white);
  background-color: #20304e;
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.section.vacancy_collage {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section.vacancy_body {
  background-color: #f9f5eb;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.vacancy_body.white {
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}

.section.bg_sand {
  color: #031d20;
  background-color: #f7eedd;
}

.button-text-2 {
  position: absolute;
  transform: translate(0, 2.5rem);
}

.nav_menu-image {
  display: none;
}

.overlay-image {
  z-index: -1;
  opacity: .05;
  pointer-events: none;
  width: 100vw;
  height: 100svh;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-icon_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
}

.maas_image-page {
  border-radius: .5rem;
}

.premium {
  background-color: #e04b14;
  border-radius: 99rem;
  padding: .5rem .75rem;
  font-size: .875rem;
}

.menu_icon-top, .menu_icon-middle, .menu_icon-bottom {
  background-color: var(--color-main-white);
  width: 24px;
  height: 2px;
}

.menu_icon-middle2 {
  background-color: var(--color-main-white);
  width: 24px;
  height: 2px;
  position: absolute;
}

.footer_logo-wrapper {
  color: var(--color-main-white);
  margin-bottom: 1rem;
}

.blog {
  margin-top: 2rem;
}

.blog_item {
  position: relative;
}

.blog_item.new {
  background-color: #fff0;
  border: 2px solid #dcbf8780;
  border-radius: 20px;
  padding: 0;
  transition: all .3s;
}

.blog_image-wrapper {
  aspect-ratio: 5 / 6;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.blog_image {
  width: 100%;
  height: 100%;
  display: block;
}

.blog_image-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, #000000e6, #0000001a 60%, #000000d9);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_content {
  z-index: 3;
  margin: 1rem 2rem 2rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section_blog-header {
  padding-top: 8rem;
}

.blog_background-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.blog_background-image-overlay {
  background-image: linear-gradient(to top, #000000e6, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_background-image {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.blog_header-content {
  z-index: 1;
  max-width: 75%;
  margin-bottom: 4rem;
  margin-left: 4rem;
  margin-right: 4rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-header_component {
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.meta_wrapper {
  justify-content: space-between;
  margin-top: .5rem;
  display: flex;
}

.meta_item {
  grid-column-gap: .5ch;
  grid-row-gap: .5ch;
  align-items: center;
  display: flex;
}

.opacity-80 {
  opacity: .8;
}

.social_share {
  color: var(--color-main-white);
  width: 1.75rem;
  height: 1.75rem;
}

.section_blog-content {
  padding-top: 8rem;
}

.blog-content_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_reviews-component {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--color-main-white);
  background-color: #f5f5f51a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.border-radius-default {
  border-radius: .5rem;
  overflow: hidden;
}

.border-radius-default.i {
  width: 30rem;
}

.blog_author-wrapper {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin: 2rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog_author-image {
  border-radius: 100px;
  width: 4rem;
  height: 4rem;
}

.blog_author_text-text {
  margin-bottom: -.25rem;
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
}

.message-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #004750;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  padding: 1rem 1.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.message-button:hover {
  opacity: .9;
}

.message-button.hide-mobile-landscape {
  box-shadow: 0 0 0 6px #f003;
}

.message-button.nomargin {
  margin-top: 0;
}

.message-button.gold {
  background-color: #e0c38a;
}

.message-button.gold.vacancy_detail {
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: 1.2rem;
}

.message-button.gold.vacancy {
  color: #fff;
  background-color: #e0c38a05;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.3rem;
  transition: all .3s;
}

.message-button.gold.vacancy:hover {
  opacity: 1;
  color: #023e46;
  background-color: #fff;
}

.message-button.align-center {
  justify-content: center;
  align-items: center;
}

.message-button.align-center.gold {
  margin-left: 0;
  margin-right: 0;
}

.message-button.align-center.gold.full-width {
  width: 100%;
}

.message-button.align-center.gold.c1 {
  width: 30rem;
}

.message-button.align-center.gold.no_aut {
  margin-left: 0;
  margin-right: 0;
}

.message-button.align-center.gold.center {
  width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.message-button.align-center.gold.app_cta_desktop {
  z-index: 1;
  border-radius: .5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.25rem;
  font-size: 1.115rem;
  position: absolute;
  inset: auto 0% 0%;
}

.message-button.align-center.gold.smaller {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.3rem;
}

.talk-image-w {
  position: relative;
}

.talk-image-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gmu-uitleg {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--color-main-white);
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  color: var(--black);
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--color-main-black);
  background-color: var(--color-main-black);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--color-main-black);
  color: var(--color-main-black);
  background-color: #fff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--color-main-grey);
  color: var(--color-main-grey);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--color-main-black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #525252;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--color-main-white);
  background-color: var(--color-main-black);
  color: var(--color-main-white);
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--color-main-grey);
  color: var(--color-main-black);
  background-color: #0000;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.review_item {
  background-color: #1c1c1c;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.review_item.is-light {
  background-color: #f5f5f5;
}

.review_meta {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
  display: flex;
}

.grid-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid_image-image {
  z-index: 1;
  position: relative;
}

.grid_image-image.border {
  border-radius: 1rem;
}

.grid_image-image._100 {
  width: 100%;
}

.review_stars {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 1rem;
  display: flex;
}

.nav_mobile-socials {
  display: none;
}

.grid_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.grid_image-background {
  z-index: 0;
  opacity: .2;
  filter: blur(5px);
  pointer-events: none;
  position: absolute;
  transform: scale(1.5);
}

.locales-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.locale-link {
  opacity: .6;
}

.locale-link.w--current {
  opacity: 1;
}

.locales-wrapper {
  display: flex;
}

.gmu-uitleg_logo {
  width: 2.5rem;
  height: 2.5rem;
}

.services_item {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.services_watches-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% -50%;
  transform: translate(0, -50%);
}

.section_services {
  position: relative;
}

.image-2 {
  width: 100%;
}

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

.watch {
  width: 9rem;
  height: 14rem;
}

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

.image-3 {
  display: none;
}

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

.flex.center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.flex.center.white {
  color: #fff;
}

.section_hero-2 {
  background-color: var(--sand);
  height: 100vh;
  position: relative;
}

.background_image-wrap {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.background_image-overlay {
  z-index: 2;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

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

.performance_check-wrap.c1 {
  margin-top: 2rem;
}

.performance_check-dot {
  background-color: var(--color-turqoise);
  border-radius: 100rem;
  width: .8rem;
  height: .8rem;
}

.background_video-desktop {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed {
  padding-bottom: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-contact-button {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #0000;
  border-radius: 100rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: block;
  position: fixed;
  inset: auto auto 25px 25px;
}

.code-embed-2 {
  position: relative;
}

.nav_menu-button-wrapper {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: block;
  position: fixed;
  inset: auto 25px 25px auto;
}

.code-embed-3 {
  position: absolute;
  inset: 0;
}

.fixed-buttons {
  z-index: 999;
  display: none;
  position: relative;
}

.nav_menu-link-text {
  opacity: .6;
  color: var(--color-main-white);
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
}

.nav_menu-link-text:hover {
  opacity: 1;
}

.nav_menu-link-text.w--current {
  opacity: .4;
}

.nav_menu-link-text.w--current:hover {
  opacity: 1;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.nav_menu-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav_menu-logo-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.talk-to-us_menu {
  z-index: 998;
  background-color: var(--color-main-black);
  transform-origin: 50% 0;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate(0, -100%);
}

.talk_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.form_wrap.is-talk {
  background-color: var(--color-main-white);
  inset: 8rem -8rem auto auto;
  inset: 8rem -8rem auto auto;
  background-color: #f5f5f5;
  border-radius: .5rem;
  min-width: 25rem;
  padding: 2rem;
  position: absolute;
  inset: 8rem -8rem auto auto;
}

.talk_img-wrap {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.talk-to-us_menu-button {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: block;
  position: fixed;
  inset: 25px 25px 25px auto;
}

.talk-to-us-icon {
  width: 2rem;
  height: 2rem;
}

.talk-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.talk-button._2 {
  z-index: 999;
  background-color: var(--color-main-black);
  z-index: 999;
  z-index: 999;
  background-color: #111;
  border-radius: 100rem;
  width: 72px;
  height: 72px;
  position: relative;
}

.div-block-4 {
  margin-top: -6rem;
  position: relative;
}

.image-5 {
  aspect-ratio: 1;
  border-radius: .5rem;
  height: 40rem;
}

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

.reviews_component {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--color-main-black);
  background-color: #0000001a;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  text-decoration: none;
  display: inline-flex;
}

.slider09_item {
  flex: none;
  width: 33%;
  transition: opacity .4s;
}

.slider09_item.slider-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.slider03_dots-wrapper {
  display: none;
}

.slider09_wrapper, .slider09_wrapper.slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider09_list {
  display: flex;
}

.slider09_list.slider-list {
  justify-content: flex-start;
}

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

.slick-dots {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  list-style-type: none;
  display: flex;
}

.slider09_arrows {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.swiper-button-prev {
  background-color: var(--color-brand);
  padding: .5rem;
}

.swiper-button-prev.is-home-results {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-next {
  background-color: var(--color-brand);
  padding: .5rem;
}

.slider09_image-wrap {
  aspect-ratio: 3 / 2;
}

.slider09_content-wrap.text-align-center {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.features_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #e0c38a;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.features_wrap.vacan {
  color: #034750;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}

.body-white {
  background-color: var(--white);
  color: var(--rb_black);
  font-family: Plus Jakarta Sans, sans-serif;
}

.cta_image-2 {
  border-radius: 1rem;
  width: 26rem;
}

.swiper {
  position: relative;
}

.swiper.is-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.swiper-wrapper.is-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
}

.swiper-wrapper.result_cards {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide.result_card {
  opacity: 1;
  transform-style: preserve-3d;
  transition: all .3s;
  transform: scale3d(.7, .7, .8);
}

.swiper-slide.result_card.is-active {
  opacity: 1;
  transform: none;
}

.section_reviews.is-light {
  color: #111;
  background-image: linear-gradient(0deg, #fbbc23, #fff);
}

.logo5_logo {
  max-height: 2rem;
}

.pricing19_plan {
  background-color: #1a1a1a;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.download_cta_sticky.app_download, .download_cta_sticky.btn_quickscan2 {
  display: none;
}

.download_cta_sticky.profit_club_visual {
  z-index: 6;
  background-color: #000;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding: .7rem;
  display: flex;
  position: absolute;
  inset: auto 0% 44%;
}

.download_cta_sticky.profit_club_visual_float {
  z-index: 6;
  background-color: #000;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding: .7rem;
  display: flex;
  position: absolute;
  inset: auto 0% 44% 80%;
  transform: rotate(15deg);
}

.div-block-129-co12 {
  display: none;
}

.div-block-137 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  display: flex;
}

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

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

.div-block-134.slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
}

.profit_club {
  width: 10rem;
  height: 100%;
}

.div-block-121 {
  z-index: -1;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-136 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.swiper-container {
  width: 100%;
  height: 30rem;
}

.swiper-container.c2 {
  height: 25rem;
}

.heading-style-h3-4 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.heading-style-h3-4.pricing_title {
  text-transform: none;
  font-weight: 500;
}

.heading-style-h3-4.below_roas {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  position: relative;
}

.heading-style-h3-4.text-align-center {
  text-transform: none;
  font-weight: 500;
}

.heading-style-h3-4.text-align-center.d_center {
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
}

.heading-style-h3-4.align_right {
  font-size: 1.5rem;
}

.heading-style-h3-4.align_right.onest {
  font-family: Onest, sans-serif;
}

.heading-style-h3-4.profit_number {
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
}

.heading-style-h3-4.profit_number.onest {
  font-family: Plus Jakarta Sans, sans-serif;
}

.heading-style-h3-4.profit_number.onest.right {
  text-align: right;
}

.heading-style-h2-7 {
  text-transform: none;
  max-width: 50rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.revenu_analysed {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
  display: flex;
}

.revenu_analysed.blue {
  border-color: #265bd026;
}

.revenu_analysed.seo_blue_outline {
  background-color: #1b94a50d;
  border-color: #1b94a540;
}

.revenu_analysed.seo_blue_outline.seo_2_absolute {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e0c38a;
  border-radius: 3rem;
  flex-flow: row;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: absolute;
  inset: auto 6% 2% -57px;
}

.nav_component-2 {
  z-index: 10;
  color: #000;
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-16 {
  background-color: #ffffff26;
  border-radius: 1rem;
  padding: .2rem .75rem;
  font-family: Clashdisplay, sans-serif;
}

.text-block-16.onest {
  text-align: center;
  background-color: #f5fafb;
  font-family: Onest, sans-serif;
  font-weight: 700;
}

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

.section-2.app_cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-2.app_cta.home_white {
  color: var(--color-main-black);
  background-color: #f5f6fd;
}

.section-2.app_cta.seo_blue {
  color: var(--color-main-black);
  background-color: #f6fbfb;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section-2.app_cta.seo_white {
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section-2.hero {
  background-color: #000;
  background-image: linear-gradient(#265bd040, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

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

.section-2._2rem.story {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding-bottom: 4rem;
  position: relative;
}

.section-2.slider {
  color: #fff;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.section-2.slider.ov_show {
  overflow: visible;
}

.section-2.slider.ov_show.social, .section-2.slider.ov_show.calculator {
  padding-top: 4rem;
}

.section-2.slider.ov_show.seo_blue, .section-2.slider.ov_show.calculator_page {
  color: #011517;
  background-image: linear-gradient(#f9f5eb, #e0c38a);
  padding-top: 4rem;
  padding-bottom: 0;
}

.section-2.slider.extra_p_bottom.seo_blue {
  background-color: #20304e;
}

.section-2.pricing_app {
  color: #fff;
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.section-2.pricing_app.seo_blue {
  background-color: #034750;
}

.section-2.story {
  color: #000;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.section-2.story.white {
  padding-bottom: 4rem;
}

.section-2.story.white.hide_seo {
  display: none;
}

.section-2.story.grey {
  background-color: #f8f8f8;
  padding-bottom: 4rem;
}

.section-2.story.grey.last {
  background-color: #f9f5eb;
}

.section-2.story.grey.hide_seo {
  display: none;
}

.section-2.revw {
  color: #000;
  background-color: #fff;
  padding-bottom: 0;
}

.section-2.revw.review_page {
  background-color: #f7eedd;
  padding-bottom: 0;
}

.section-2.revw.contact-blog-section {
  background-color: #f7eedd;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-2.revw.contact-blog-section._2 {
  padding-top: 6rem;
}

.section-2.quickscan_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section-2.quickscan_section.white_home {
  color: var(--color-main-black);
  background-color: #fff;
}

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

.section-2.roas_visual.brand {
  color: #00363d;
  background-color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.section-2.seo_burning_dollars {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section-2.seo_burning_dollars.seo_blue {
  color: var(--color-main-black);
  background-color: #fff;
  overflow: hidden;
}

.section-2.seo_burning_dollars.sand {
  color: var(--color-main-black);
  background-color: #f9f5eb;
  overflow: hidden;
}

.section-2.seo_hero {
  background-color: #000;
  background-image: linear-gradient(#1b94a5, #7eadb4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-2.seo_hero.hide {
  display: block;
}

.section-2.social_hero {
  background-image: linear-gradient(#7ead5c, #dfffc7);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-2.about {
  color: var(--color-main-black);
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-2.team_slider {
  color: #000;
  background-color: #fff;
  padding-bottom: 0;
}

.section-2.cta_seo {
  z-index: 5;
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-2.cta_seo.last {
  z-index: 3;
}

.section-2.cta_seo.white_bg {
  z-index: 3;
  background-color: #fff;
}

.section-2.buttom_buttons {
  background-color: #f9f5eb;
  min-height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-2.white {
  background-color: #fff;
  overflow: hidden;
}

.section-2.white.c1 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.white.absolute_visual {
  padding-bottom: 4rem;
  overflow: hidden;
}

.section-2.sand {
  background-color: #f9f5eb;
  overflow: hidden;
}

.section-2.hero_appdownload {
  z-index: 5;
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-2.hero_appdownload.last {
  z-index: 3;
}

.section-2.hero_appdownload.white_bg {
  z-index: 3;
  background-image: url('../images/bg_apphero.svg');
  background-position: 50% -70%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-2.hero_drenthe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section-2.hero_drenthe.seo_blue {
  color: var(--color-main-black);
  background-color: #fff;
  overflow: hidden;
}

.section-2.hero_drenthe.sand {
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-bottom: 0;
  overflow: hidden;
}

.section-2.dev-2 {
  z-index: 5;
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-2.dev-2.last {
  z-index: 3;
}

.section-2.dev-2.white_bg {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.review_slider {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  min-height: auto;
  display: flex;
}

.review_slider._1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.review_slider._2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.review_slider._3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
}

.review_slider._4, .review_slider._5, .review_slider._6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.slider_slider-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  position: relative;
}

.heading-style-h1-2 {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.heading-style-h1-2.pricing, .heading-style-h1-2.pricing_app_title {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 1rem;
  padding: .3rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}

.heading-style-h1-2.pricing_app_title.onest {
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.heading-style-h1-2.underline {
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

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

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

.slider_wrapper {
  flex: 1;
  width: 50%;
}

.code-embed-4 {
  background-color: #1b94a50d;
  border-radius: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}

.rich_text {
  text-align: left;
  max-width: 60%;
}

.rich_text h3 {
  text-align: left;
  margin-bottom: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
}

.rich_text h2 {
  text-align: left;
  margin-bottom: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
}

.rich_text ul {
  text-align: left;
}

.rich_text h4 {
  margin-bottom: .5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
}

.rich_text p {
  text-align: left;
}

.rich_text._100w {
  max-width: 100%;
}

.btn_quickscan {
  display: none;
}

.prize_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.prize_block:lang(nl) {
  margin-top: 2rem;
}

.faq-question {
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.faq-question:hover {
  color: #0dbc81;
}

.div-block-131 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.3rem;
  display: flex;
}

.div-block-131.revenue {
  color: #000;
  text-align: left;
  background-color: #f3fded;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.div-block-131.roas {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.image_35 {
  opacity: .35;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.icon-1x1-small-7 {
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}

.icon-1x1-small-7.stars {
  filter: contrast(27%) brightness(120%) sepia();
  object-fit: contain;
  width: auto;
}

.reviews_block_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #255bd0;
  justify-content: center;
  align-items: flex-start;
  height: 60rem;
  max-height: 60rem;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reviews_block_wrapper:lang(nl) {
  max-height: 65vh;
}

.reviews_block_wrapper.seo {
  background-color: #f6fbfb;
}

.reviews_block_wrapper.seo.gold {
  background-color: #f7eedd;
  border-top: 1px solid #dcbf87;
  max-height: 80vh;
}

.reviews_block_wrapper.social {
  background-color: #96fb4c;
}

.container-large-8 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container-large-8.center_shrink {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.container-large-8.white_roundborder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 65rem;
  display: flex;
}

.container-large-8.rel_z1 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.container-large-8.center {
  justify-content: space-between;
  align-items: center;
}

.container-large-8.video {
  text-align: left;
}

.container-large-8.left, .container-large-8.c2 {
  justify-content: space-between;
  align-items: flex-start;
}

.container-large-8.c3 {
  border-top: 1px solid #dcbf8773;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
}

.review_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  width: 20rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 2rem #0000000d;
}

.gmu_dashboard {
  object-fit: contain;
  width: 35rem;
  height: 35rem;
  margin-left: auto;
  margin-right: auto;
}

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

.icon-1x1-small-3 {
  object-fit: contain;
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}

.below_span {
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  background-color: #ff000040;
  border: 1px solid #ff000026;
  border-radius: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem;
  display: inline-flex;
}

.below_span.onest {
  margin-left: .75rem;
  margin-right: .75rem;
  font-weight: 700;
}

.below_span.onest.gold {
  background-color: #e0c38a;
  border-color: #03475026;
}

.below_span.onest.gold:lang(nl) {
  border-color: #03475026;
}

.content_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content_wrapper.rel {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

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

.text-block-15 {
  color: #fff;
  background-color: #255bd0;
  border-radius: 1rem;
  padding: 1.1rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1rem;
}

.text-block-15.seo {
  background-color: #23b6d9;
}

.text-block-15.social {
  color: #000;
  background-color: #dcbf8759;
}

.blue_radial {
  z-index: -2;
  opacity: .35;
  filter: blur(5rem);
  background-color: #255bd0;
  width: 20rem;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.blue_radial.c1 {
  display: none;
}

.blue_radial.c2 {
  z-index: -1;
  width: 35rem;
  height: 35rem;
  bottom: -18%;
}

.blue_radial.c2:lang(nl) {
  z-index: -1;
}

.div-block-133 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #00000024;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.app_usps_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-bottom: 3rem;
  display: flex;
}

.app_usps_wrapper.seo {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}

.icon-1x1-small-8 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-9.grow {
  background-color: #255bd0;
  border-radius: 1rem;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  position: relative;
}

.button-9.grow.smaller {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
}

.button-9.grow.smaller.m25rem {
  max-width: 25rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

.button-9.grow.smaller.m25rem.blue_mobile:lang(nl) {
  height: 100%;
}

.button-9.grow.page_end {
  margin-top: 3rem;
}

.button-9.grow.page_end.seo {
  background-color: #23b6d9;
}

.button-9.grow.page_end.social {
  color: #000;
  background-color: #96fb4c;
}

.fd_award {
  border-radius: 1rem;
  width: 15rem;
  height: 15rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.profile_testimonial {
  color: #fff;
  border-radius: 2000rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.profile_testimonial.pink {
  background-color: #dcbf87;
}

.text-block-22 {
  opacity: .8;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-block-22._0-9 {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.dots_visual {
  z-index: -6;
  opacity: .12;
  width: 60rem;
  max-width: none;
  height: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -17.5rem -37%;
}

.swiper_slide_card_results {
  z-index: 0;
  opacity: 1;
  background-color: #fcf9f4;
  border: 1.5px solid #dcbf8726;
  border-radius: 1rem;
  flex-flow: column;
  flex: none;
  width: 28rem;
  height: 100%;
  padding: .5rem;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 2rem #021b1f0d;
}

.swiper_slide_card_results.seo {
  background-color: #050b1d;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

.image-37 {
  z-index: -1;
  opacity: .15;
  width: 55rem;
  max-width: none;
  height: 55rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -17%;
}

.image-37.pricing_app {
  z-index: 0;
  opacity: .2;
  bottom: 6%;
}

.image-37.pricing_app:lang(nl) {
  bottom: 7%;
}

.image-37.health {
  bottom: -2%;
}

.image-37.health.home {
  z-index: 1;
  opacity: .25;
}

.app_pricing_visual {
  object-fit: contain;
  width: 25rem;
  height: 25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.app_cta_mockup {
  z-index: 1;
  object-fit: contain;
  width: 35rem;
  height: 35rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.app_cta_mockup.sticky {
  width: 30rem;
  position: sticky;
  top: 4rem;
}

.faq-item {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fff0;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 1rem;
  font-size: .9rem;
  display: flex;
}

.roas_number {
  background-color: #ffffff26;
  border-radius: 1rem;
  padding: .2rem .75rem;
  font-family: Clashdisplay, sans-serif;
}

.roas_number.onest {
  background-color: #f5fafb;
  font-family: Onest, sans-serif;
  font-weight: 600;
}

.plan_wrapper-2 {
  text-align: left;
  border: 1px solid #fff;
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.plan_wrapper-2.seo {
  border-color: #1b94a526;
  border-radius: .5rem;
  margin-bottom: 1rem;
}

.results_visual_wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-10 {
  color: #034750;
  font-size: 1.4rem;
}

.text-block-10.black {
  color: #111;
}

.text-block-10.seo {
  color: #f9f3e9;
  flex: none;
}

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

.nav_btn_icon {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.nav_btn_icon.nav_light {
  object-fit: contain;
  background-color: #000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2rem;
  margin-top: 2rem;
  display: flex;
  position: absolute;
}

.nav_btn_icon.nav_light.hide {
  display: none;
}

.nav_btn_icon.nav_dark {
  object-fit: contain;
  background-color: #fff;
  border-radius: 15rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2rem;
  margin-top: 2rem;
  display: flex;
  position: absolute;
}

.nav_btn_icon.nav_dark.hide {
  display: none;
}

.text-size-small-2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.7rem;
}

.text-size-small-2.nobreak {
  white-space: nowrap;
}

.text-size-small-2.smaller {
  font-size: .8rem;
}

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

.div-block-130 {
  background-color: #f4f4f4;
  border-radius: .5rem .5rem 0 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-130.gold {
  background-color: #e0c38a26;
  border: 1px solid #dcbf87;
  border-bottom-width: 0;
}

.div-block-130.gold.yt {
  padding-top: 1rem;
}

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

.bottom_nav {
  display: none;
}

.ecom_item {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffd9;
  border-radius: 1rem;
  width: 8rem;
  height: 8rem;
  padding: .5rem;
  transition: all .3s;
  position: absolute;
  top: -3rem;
  right: -2rem;
  transform: translate(0, 1rem);
}

.review_stars_warpper {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review_name-2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 600;
  line-height: 1rem;
}

.app_usp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #54dd0026;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 1rem;
  display: flex;
}

.app_usp.blue {
  color: var(--color-main-white);
  background-color: #265bd0;
}

.app_usp.test_blue {
  background-color: #1b94a50d;
}

.app_usp.test_blue.seo_hero {
  font-size: .9rem;
}

.container_nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.text-block-19 {
  background-color: #ffffff26;
  border-radius: .5rem;
  padding: .5rem;
}

.text-block-19.example {
  text-align: right;
  background-color: #fff0;
  padding: 0;
}

.text-block-19.profit {
  background-color: #4abf0273;
  font-family: Onest, sans-serif;
  font-weight: 500;
}

.text-block-19.profit.onest {
  background-color: #d1f8bc;
}

.body_base {
  font-family: Plus Jakarta Sans, sans-serif;
  line-height: 2rem;
}

.body_base.white {
  background-color: var(--color-main-white);
}

.body_base.seo {
  color: #011517;
  font-family: Onest, sans-serif;
  font-weight: 300;
}

.body_base.social {
  color: var(--rb_blue);
  font-family: Onest, sans-serif;
  font-weight: 400;
}

.body_base.sand {
  background-color: var(--sand);
  color: var(--rb_black);
}

.revenue_counter {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #54dd0026;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 1rem;
  display: flex;
}

.revenue_counter.blue {
  background-color: #265bd01a;
}

.revenue_counter.seo_color {
  background-color: #54dd0000;
  border-radius: .5rem;
  padding: 0;
}

.google_badge {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  top: -1rem;
}

.btn_icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #54dd0000;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.btn_icon.source {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .5;
  color: #034750;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

.btn_icon.source.hide {
  display: none;
}

.div-block-138 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.download_button_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.download_button_list._0-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 20rem;
}

.download_button_list._0-5.review {
  min-width: 80%;
  max-width: 30rem;
}

.download_button_list._0-5.review.margin-c {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.download_button_list.g1 {
  width: 80%;
}

.download_button_list.g2 {
  width: 80%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.grid_app_icon {
  border: 1px solid #fff;
  border-radius: 1rem;
  width: 5rem;
  height: 5rem;
}

.div-block-122 {
  text-align: left;
  flex: 1;
}

.div-block-139 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-top: 3rem;
  display: flex;
}

.div-block-139._100 {
  width: 100%;
  margin-top: 2.5rem;
}

.download_app_button {
  cursor: pointer;
  width: 11rem;
  transition: all .2s;
}

.download_app_button:hover {
  opacity: .65;
}

.download_app_button.grow {
  width: 100%;
  height: 100%;
  display: block;
}

.desktop_contact_btn {
  z-index: 3;
  background-color: #dcbf87;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: .5rem;
  display: flex;
  position: static;
  inset: auto auto 0 0;
}

.desktop_contact_btn.left {
  position: relative;
  left: 1rem;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-line---brix {
  background-color: #031516;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  background-color: #031516;
  transform: rotate(90deg);
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  color: #fff;
  background-color: #ffffff14;
  border: 1px #000;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: 1rem;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix.onest {
  color: #011517;
  background-color: #f5fafb;
  border-radius: .5rem;
}

.open-close-icon-wrapper---brix {
  opacity: .5;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-height: 1rem;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.accordion-trigger---brix {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.accordion-item-title---brix {
  color: #fff;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 28px;
}

.accordion-item-title---brix.onest {
  color: #011517;
  font-family: Onest, sans-serif;
}

.text-block-24 {
  text-align: left;
  font-family: Clashdisplay, sans-serif;
}

.text-block-24.onest {
  font-family: Onest, sans-serif;
}

.quick_link_wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #0000001a;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.quick_link_wrapper.seo {
  background-color: #0000000d;
}

.quick_link_wrapper.home {
  background-color: #dcbf8740;
}

.quick_link_wrapper.seo_v2 {
  background-color: #2496a61a;
  justify-content: flex-start;
  align-items: center;
}

.quick_link_wrapper.blog-date {
  background-color: var(--gold);
  margin-bottom: 0;
  margin-left: 1rem;
}

.quick_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-main-white);
  cursor: pointer;
  background-color: #dcbf87;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.quick_link:hover {
  background-color: #dabd86;
}

.quick_link.seo {
  background-color: #ffffff26;
}

.quick_link.seo.v2 {
  background-color: #1b94a5;
}

.quick_link.social {
  background-color: #ffffff1a;
}

.image-39 {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 3rem;
}

.image-39:lang(nl) {
  display: block;
}

.image-39:lang(en) {
  display: none;
}

.image-39.en {
  height: 100%;
  display: block;
}

.image-39.en:lang(en) {
  display: block;
}

.image-39.en:lang(nl) {
  display: none;
}

.image-39.nl:lang(nl), .image-39.tet {
  height: 100%;
  display: block;
}

.image-39.tet:lang(en) {
  display: block;
}

.image-39.tet:lang(nl) {
  display: none;
}

.image-39.new {
  width: 30rem;
  height: 100%;
  display: block;
}

.image-39.new:lang(en) {
  display: block;
}

.image-39.new:lang(nl) {
  display: none;
}

.div-block-141 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.roas_visual_explain_comp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.roas_visual_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #dcbf8726;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

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

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

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

.div-block-143.subtitle {
  justify-content: flex-start;
  align-items: center;
  font-family: Clashdisplay, sans-serif;
}

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

.image-41 {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}

.div-block-144 {
  flex: 1;
  position: sticky;
  top: 3rem;
}

.mw_70 {
  color: var(--color-main-black);
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
}

.roas_vis {
  width: 100%;
  height: 35rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.roas_vis:lang(nl) {
  display: block;
}

.roas_vis.nl {
  display: none;
}

.roas_vis.nl:lang(nl) {
  display: block;
}

.div-block-145 {
  z-index: 1;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
}

.locales-wrapper-2 {
  position: absolute;
  inset: 0% 2rem auto auto;
}

.locales-wrapper-2.dev_nav {
  position: static;
}

.dropdown_language_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ffffffb3;
  background-color: #000;
  border-radius: 20rem;
  align-items: center;
  padding: .4rem 0 .4rem .5rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  top: .5rem;
}

.dropdown_language_toggle:hover {
  color: #ececec;
}

.dropdown_language_toggle.green {
  background-color: #e0c38a;
}

.dropdown_language_toggle.green.dev_nav {
  top: .1rem;
}

.dropdown-list {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  box-shadow: none;
  background-color: #21282b;
  border-radius: .5rem;
  width: 4rem;
  padding: .1rem;
  position: absolute;
  inset: 3rem 0% auto auto;
}

.dropdown-list.gold.w--open {
  background-color: #e0c38a;
  border-style: none;
}

.icon-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  position: static;
}

.locale-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2rem;
  display: flex;
}

.dropdown_language_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 2rem;
  padding: .2rem .4rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropdown_language_link:hover {
  background-color: #ffffff1a;
  border-radius: .5rem;
}

.dropdown_language_link.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  padding: .2rem .4rem;
  transition: all .2s;
  display: flex;
}

.dropdown-link-menu {
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(250px, 500px));
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-1x1-small-9 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small-9.current_locale {
  object-fit: cover;
  border-radius: 5rem;
  width: 1.2rem;
  height: 1.2rem;
}

.image-42 {
  border-radius: 2rem;
  width: 600px;
}

.image-42:lang(nl) {
  width: 50%;
  height: 20rem;
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block:lang(en) {
  display: none;
}

.text-block-25 {
  font-size: .85rem;
}

.mobile_hamburger_nav.nav_menu-button {
  z-index: 999;
  background-color: #000;
  border-radius: 100rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: .5rem;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.whatsapp_button {
  flex: none;
  width: 2rem;
  height: 2rem;
}

.hero_heading {
  color: #004750;
  text-align: center;
  text-transform: none;
  border: 2px solid #dcbf878c;
  border-radius: 1rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.5rem;
}

.hero_heading.seo {
  border-color: #fff3;
}

.hero_heading.seo:lang(nl) {
  border-color: #ffffff4f;
}

.hero_heading.social {
  border-color: #ffffff40;
}

.hero_subtitle-2 {
  color: #004750;
  text-align: center;
  font-size: 2rem;
}

.hero_subtitle-2.bold {
  font-weight: 700;
}

.section_white {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section_white.services {
  color: #034750;
  padding-top: 0;
  padding-bottom: 8rem;
}

.section_white.seo_hero_2 {
  z-index: 2;
  background-color: #f9f5eb;
  border-bottom: 2px solid #dcbf87;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 10rem;
  display: flex;
  overflow: hidden;
}

.section_white.seo_page {
  background-color: #f9f5eb;
  background-image: linear-gradient(225deg, #f7eedd, #f9f5eb);
  padding-top: 8rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section_white.seo_page.hide {
  display: none;
}

.section_white.review_hero {
  z-index: 2;
  background-color: #faf6ed;
  border-bottom: 2px solid #dcbf87;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.section_white.social {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section_white.social.hide {
  display: none;
}

.section_white.social.gold_line_bottom {
  border-bottom: 2px solid #e0c38a;
}

.section_white.googlle_ads {
  background-color: #f6efe1;
  padding-top: 8rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section_white.googlle_ads.hide {
  display: none;
}

.section_white.development {
  z-index: 2;
  background-color: #f9f5eb;
  border-bottom: 2px solid #dcbf87;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 10rem;
  display: flex;
  overflow: hidden;
}

.section_white.beige-bg {
  background-color: var(--white);
  color: #034750;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section_white.section_usps {
  z-index: 2;
  background-color: #f9f5eb;
  border-bottom: 2px #dcbf87;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section_white.secitie_gmu_usps {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.section_white.secitie_gmu_usps.hide {
  display: none;
}

.section_white.developmentv2 {
  z-index: 2;
  background-color: #f9f5eb;
  border-bottom: 2px solid #dcbf87;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.btn {
  color: #fff;
  text-align: center;
  background-color: #255bd0;
  border-radius: 1rem;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  position: relative;
}

.btn.white {
  max-width: 45rem;
}

.btn.seo {
  background-color: #1b94a5;
}

.btn.social {
  color: #000;
  background-color: #96fb4c;
}

.stars_google {
  width: auto;
  height: 3rem;
  margin-bottom: 1rem;
}

.btn_desktop_cta_green {
  color: #fff;
  text-align: center;
  background-color: #4abf03;
  border-radius: 1rem;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

.stars_seo {
  width: auto;
  height: 4rem;
}

.count_up-2 {
  color: #54dd00;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.count_up-2.black {
  color: #000;
}

.count_up-2.seo_color {
  color: #111;
}

.count_up-2.seo_color.onest {
  color: #fffc;
  font-family: Onest, sans-serif;
}

.results_dashboard {
  width: 38rem;
  height: 20rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.results_dashboard.nl {
  display: none;
}

.stars_reviews {
  width: auto;
  height: 3rem;
  margin-bottom: 1rem;
}

.code-embed-5 {
  display: none;
}

.story_smiley {
  width: 15rem;
  height: 20rem;
}

.mw_60 {
  max-width: 60%;
}

.mw_60.center {
  margin-left: auto;
  margin-right: auto;
}

.link-block-2, .link-block-3 {
  flex: 1;
}

.nav_logo_white {
  width: 3rem;
  height: 60%;
}

.text-size-large {
  font-size: 2rem;
  line-height: 2.75rem;
}

.text-size-large.c1 {
  color: #034750;
  font-size: 1.9rem;
  line-height: 2.7rem;
}

.text-size-large.text-weight-light.text-color-dkblue {
  color: #034750;
}

.about_content_wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about_content_wrapper.sticky {
  justify-content: space-between;
  align-items: flex-start;
}

.about_content_comp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  flex: 1;
  max-width: 50%;
  display: flex;
}

.about_content_comp.a_left {
  justify-content: flex-start;
  align-items: flex-start;
}

.about_content_comp.sticky {
  position: sticky;
  top: 8rem;
}

.specs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.gmu_usp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #54dd0026;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 1rem;
  font-size: 1.1rem;
  display: flex;
}

.gmu_usp.dev-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #dcbf8700;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.usp_gmu_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.usp_gmu_icon.smaller {
  width: 1.3rem;
  height: 1.3rem;
}

.span_about_fact {
  color: var(--white);
  background-color: #244a9c;
  border-radius: .5rem;
  padding: 0 .4rem 0 .5rem;
  font-weight: 500;
  line-height: 1.7rem;
  display: inline-flex;
}

.span_about_fact.gold {
  background-color: #e0c38a;
}

.about_facts_text {
  font-size: 1.1rem;
  font-weight: 500;
}

.pricings_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid #e0c38a8c;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.3rem;
  display: flex;
}

.gmu_price_image {
  flex: 1;
  max-width: 8rem;
}

.span_blue {
  color: #265bd0;
}

.services_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.service_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  text-align: left;
  cursor: pointer;
  border: 1px solid #03475040;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.2rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.service_card:hover {
  border-color: #dcbf87;
}

.service_card.white {
  background-color: var(--white);
}

.service_visual_wrapper {
  background-color: #dcbf8726;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: flex;
}

.service_read_more {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #dcbf87;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 1rem;
  display: flex;
}

.image-43 {
  height: 95%;
}

.visual_result_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  width: 100%;
  max-width: 55rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.result_visual_type {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #265bd026;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.result_visual_type.gold {
  background-color: #dcbf8726;
  font-family: Plus Jakarta Sans, sans-serif;
}

.span_green {
  color: #54dd00;
  font-size: 3rem;
  text-decoration: underline;
}

.profit_club_component_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.image-45 {
  border-radius: 1rem;
  width: 30rem;
  height: 100%;
}

.btn_profit {
  color: #fff;
  text-align: center;
  background-color: #54dd00;
  border-radius: 1rem;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

.profit_image_wrapper {
  position: relative;
}

.section_digital_marketing_strat {
  color: #034750;
  background-color: #f8efdf;
  border-radius: 0;
  min-height: 70vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
}

.section_digital_marketing_strat.services {
  min-height: 90vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.container-large-9 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container-large-9.rel_z1 {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.container-large-9.xlarge {
  max-width: 85rem;
}

.icon-1x1-small-10 {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small-10.roas {
  border-radius: 1000rem;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small-10.roas.rev {
  background-color: #5f0bff;
}

.icon-1x1-small-10.roas.mid {
  background-color: #fe3;
}

.icon-1x1-small-10.roas.testers {
  background-color: #50fbc7;
}

.icon-1x1-small-10.roas.profit {
  background-color: #4aff08;
}

.icon-1x1-small-10.roas.bleeders {
  background-color: #ff211d;
}

.icon-1x1-small-10.roas.rising {
  background-color: #ff9219;
}

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

.div-block-147.subtitle {
  justify-content: center;
  align-items: center;
  font-family: Clashdisplay, sans-serif;
}

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

.image-46 {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 3rem;
}

.image-46:lang(nl) {
  display: block;
}

.image-46:lang(en) {
  display: none;
}

.image-46.en {
  height: 100%;
  display: block;
}

.image-46.en:lang(en) {
  display: block;
}

.image-46.en:lang(nl) {
  display: none;
}

.image-46.nl:lang(nl) {
  height: 100%;
  display: block;
}

.div-block-149 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  display: flex;
  position: relative;
}

.strategy_visual_component_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.strategy_visual_wrapper, .strategy_content_wrapper {
  flex: 1;
}

.visual_strategy {
  width: 100%;
  height: 30rem;
}

.fullscreen_menu {
  z-index: 99999;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fullscreen_menu.new_branding {
  background-color: #faf6ed;
  display: none;
}

.fullscreen_nav_logo.profitclub {
  width: 3rem;
}

.div-block-153 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 1.5rem 0% auto;
}

.footer-bottom_socials_social-2 {
  color: gray;
}

.title_nav {
  color: #000;
  font-family: Clashdisplay, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.menu_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #023e46;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 35rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu_item {
  color: var(--color-main-white);
  font-family: Clashdisplay, sans-serif;
  font-size: 2rem;
  text-decoration: none;
}

.menu_item.sub {
  color: #f5f5f5;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.5rem;
}

.menu_item.sub.nw_color {
  color: #0e5744;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 600;
}

.menu_item.mi {
  opacity: .5;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
}

.menu_item.nw_color {
  color: #115341;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
}

.btn_menu {
  z-index: 999;
  background-color: #000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: .5rem;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.btn_menu.green {
  background-color: #dcbf87;
}

.btn_menu.green.hide_mobile {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.btn_menu.close {
  background-color: #dcbf87;
}

.close_menu {
  z-index: 8;
  cursor: pointer;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.close_menu.roas {
  border-radius: 1000rem;
  width: 1rem;
  height: 1rem;
}

.close_menu.roas.testers {
  background-color: #50fbc7;
}

.close_menu.roas.bleeders {
  background-color: #ff211d;
}

.close_menu.roas.mid {
  background-color: #fe3;
}

.close_menu.roas.rising {
  background-color: #ff9219;
}

.close_menu.roas.profit {
  background-color: #4aff08;
}

.close_menu.roas.rev {
  background-color: #5f0bff;
}

.close_menu.dark {
  opacity: .5;
  filter: brightness(0%);
}

.mi_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.mi_title_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-divider {
  background-color: #fff3;
  flex: 1;
  height: 1px;
}

.line-divider.seo {
  background-color: #1b94a580;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
}

.line-divider.nw_color {
  background-color: #11534152;
}

.line-divider.gold_muted {
  background-color: #03475040;
}

.line-divider.gold_vertical {
  background-color: #dcbf8759;
  flex: 0 auto;
  width: 2px;
  height: 4rem;
}

.roas_sticky {
  width: 30rem;
  height: 1005px;
  position: static;
  top: 5rem;
}

.section_gmu_method {
  color: #034750;
  background-color: #f8efdf;
  border-radius: 0;
  min-height: 70vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section_gmu_method.services {
  min-height: 90vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.growth_steps_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
}

.methode_title_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.method_title_element {
  background-color: #e0c38a40;
  border: 1px #265bd040;
  border-radius: .5rem;
  padding: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.method_title_element.plus {
  color: #000;
  background-color: #265bd000;
  border-style: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
  position: static;
}

.method_title_element.growth {
  color: #fff;
  background-image: linear-gradient(45deg, #e0c38a, #e0c38a);
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
}

.method_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #034750;
  text-align: left;
  cursor: pointer;
  border: 1px #265bd040;
  border-top: 1px solid #dcbf8780;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 0 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.method_card:hover {
  border-color: #dcbf87 #265bd0bf #265bd0bf;
}

.div-block-154 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 45%;
  display: flex;
}

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

.gmu_project_example_comp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #265bd026;
  border-radius: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 1rem #15316e0d;
}

.gmu_project_example_comp:hover {
  border-color: #e0c38a;
}

.gmu_method_title {
  color: #034750;
  background-color: #dbbe8740;
  border-radius: 1rem;
  padding: .6rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

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

.gmu_method_bar_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.image-48 {
  object-fit: contain;
  width: 100%;
  height: 3rem;
}

.text-block-26 {
  color: #034750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.method_cta_content {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.method_cta_content.pricing_title {
  text-transform: none;
  font-weight: 500;
}

.method_cta_content.below_roas {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  position: relative;
}

.method_cta_content.text-align-center {
  text-transform: none;
  font-weight: 500;
}

.method_cta_content.text-align-center.d_center {
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.method_cta_content.align_right {
  font-size: 1.5rem;
}

.profit_visual_wrapper {
  width: 55%;
}

.method_icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
}

.accordion2_icon {
  align-self: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.message-button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #111;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.message-button-2:hover {
  opacity: .9;
}

.message-button-2.hide-mobile-landscape {
  box-shadow: 0 0 0 6px #f003;
}

.menu_icon-middle-2 {
  background-color: #f5f5f5;
  width: 24px;
  height: 2px;
}

.accordion2_bottom {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.nav_logo-link-wrapper-2 {
  color: #f5f5f5;
}

.accordion2_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: relative;
}

.faq_divider {
  background-color: #fff6;
  height: 1px;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% 0% auto;
}

.section-3 {
  z-index: 2;
  position: relative;
}

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

.footer_reviews-component-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #f5f5f5;
  background-color: #f5f5f51a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.accordion2_component {
  border: 1px solid #fff6;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.menu_icon-bottom-2 {
  background-color: #f5f5f5;
  width: 24px;
  height: 2px;
}

.nav-2 {
  z-index: 998;
  color: #f5f5f5;
  background-color: #111;
  height: 8rem;
  position: fixed;
  inset: 0% 0% auto;
}

.code-embed-6 {
  position: relative;
}

.faq_title {
  font-family: Clashdisplay, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.menu_icon-top-2 {
  background-color: #f5f5f5;
  width: 24px;
  height: 2px;
}

.code-embed-7 {
  position: absolute;
  inset: 0;
}

.nav_link-2 {
  color: #f5f5f5;
  text-decoration: none;
}

.nav_link-2:hover {
  border-bottom: 1px solid #fff;
}

.grid-2col-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.image-49 {
  aspect-ratio: 1;
  border-radius: .5rem;
  height: 40rem;
}

.footer-2 {
  color: #f5f5f5;
  background-color: #111;
}

.div-block-157 {
  margin-top: -6rem;
  position: relative;
}

.button-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #111;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-10:hover {
  opacity: .8;
}

.button-10.is-yellow {
  background-color: #fbbb24;
  display: flex;
}

.button-10.is-yellow.display-none, .button-10.is-yellow.not-desktop-version {
  display: none;
}

.button-10.is-yellow.desktop-version:hover {
  opacity: 1;
}

.button-10.is-whatsapp {
  color: #f5f5f5;
  background-color: #17bd45;
}

.button-10.is-secondary {
  color: #f5f5f5;
  background-color: #0000;
  border: 1px solid #f5f5f5;
  position: relative;
  overflow: hidden;
}

.faq_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
}

.nav_menu-link-text-2 {
  opacity: .6;
  color: #f5f5f5;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
}

.nav_menu-link-text-2:hover {
  opacity: 1;
}

.nav_menu-link-text-2.w--current {
  opacity: .4;
}

.nav_menu-link-text-2.w--current:hover {
  opacity: 1;
}

.nav_menu-link-2 {
  opacity: .6;
  color: #f5f5f5;
  font-family: Clashdisplay, sans-serif;
  font-size: clamp(2rem, 100vw, 3rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav_menu-link-2:hover {
  opacity: 1;
}

.nav_menu-link-2.w--current {
  opacity: .4;
}

.nav_menu-link-2.w--current:hover {
  opacity: 1;
}

.footer_link-2 {
  opacity: .5;
  color: #f5f5f5;
  background-color: #0000;
  text-decoration: none;
}

.nav_menu-2 {
  z-index: 998;
  transform-origin: 50% 0;
  background-color: #111;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.locales-wrapper-3 {
  display: flex;
}

.nav_reviews-component-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #f5f5f5;
  background-color: #f5f5f51a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.fixed-buttons-2 {
  z-index: 999;
  position: relative;
}

.footer-bottom_meta-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.talk-to-us_menu-2 {
  z-index: 998;
  transform-origin: 50% 0;
  background-color: #111;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate(0, -100%);
}

.menu_icon-middle2-2 {
  background-color: #f5f5f5;
  width: 24px;
  height: 2px;
  position: absolute;
}

.footer_logo-wrapper-2 {
  color: #f5f5f5;
  margin-bottom: 1rem;
}

.container-5 {
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.container-5.center.vacancies {
  margin-bottom: 3rem;
}

.form_input-2 {
  color: #111;
  background-color: #f3f3f3;
  border: 1px solid #bebebe;
  border-radius: .5rem;
  align-items: center;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem .5rem 1rem;
  display: flex;
}

.form_input-2::placeholder {
  color: #707070;
}

.form_input-2.is-text-area {
  align-items: flex-start;
  min-height: 8rem;
  padding-top: .75rem;
}

.div-block-158 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 30rem;
  height: 37rem;
  display: flex;
  position: sticky;
  top: 4rem;
}

.ros_imgtext {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.team_pictures_block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f4f7ff;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  max-height: 100vh;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team_pictures_block:lang(nl) {
  max-height: 65vh;
}

.team_pictures_block.seo {
  background-color: #23b6d9;
}

.team_pictures_block.social {
  background-color: #96fb4c;
}

.picture_slides_wrpper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  height: 100%;
  min-height: 105%;
  display: flex;
}

.image-50 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: .5rem;
  width: 100%;
  height: 18rem;
}

.image-50.c1 {
  height: 15rem;
}

.image-50.c2 {
  object-position: 50% 50%;
  height: 30rem;
}

.image-50.c3 {
  object-position: 50% 50%;
  height: 20rem;
}

.div-block-159 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #265bd0;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team_pictures_block-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f4f7ff;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team_pictures_block-copy:lang(nl) {
  max-height: 65vh;
}

.team_pictures_block-copy.seo {
  background-color: #23b6d9;
}

.team_pictures_block-copy.social {
  background-color: #96fb4c;
}

.teampic_block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f7eedd;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-51 {
  width: 100%;
  height: 30rem;
}

.section_video {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.seo_hero_content_wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.seo_hero_content_wrapper.social, .seo_hero_content_wrapper.dev-1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.seo_visual {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 50%;
  width: 46rem;
  height: 34rem;
}

.seo_subtitle {
  opacity: 1;
  text-align: left;
  margin-bottom: .2rem;
  font-weight: 500;
  line-height: 1.2;
}

.seo_subtitle.caps {
  font-size: 1.5rem;
}

.div-block-160 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding-bottom: 0;
  display: flex;
}

.div-block-161 {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.gmu_ncc_ticker {
  color: var(--black);
  background-color: #f5f7fd;
  justify-content: center;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: .8rem;
  display: flex;
}

.gmu_ncc_ticker:lang(nl) {
  display: flex;
}

.badge_ncc {
  border-radius: .25rem;
  height: 3rem;
}

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

.text-block-27 {
  max-width: 46%;
  font-size: .7rem;
  line-height: 1.5rem;
}

.div-block-164 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.link-block-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #1b94a5;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Clashdisplay, sans-serif;
  text-decoration: none;
  display: flex;
}

.btn_text {
  flex: none;
  padding: .8rem 2rem;
  font-size: 1.2rem;
}

.div-block-165 {
  background-color: #ffffff26;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 3.5rem;
  height: 100%;
  display: flex;
}

.div-block-166 {
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  display: flex;
  position: relative;
}

.div-block-167 {
  filter: blur(10rem);
  background-color: #1b94a5;
  width: 20rem;
  height: 17rem;
  position: absolute;
}

.container-extra_large {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container-extra_large.center_shrink {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.container-extra_large.white_roundborder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 65rem;
  display: flex;
}

.container-extra_large.rel_z1 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.container-extra_large.center {
  justify-content: space-between;
  align-items: center;
}

.container-extra_large.video {
  text-align: left;
}

.gallery10_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery10_component {
  column-count: 3;
  column-gap: 2rem;
}

.gallery10_image6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery10_image-wrapper {
  width: 100%;
}

.gallery10_image5, .gallery10_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_blog-header-2 {
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.gallery10_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.gallery10_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vacatures_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.container-large-10.is-nav-menu {
  position: relative;
}

.container-large-10.is-footer {
  border-top: 1px solid gray;
}

.container-large-10.is-nav {
  height: 100%;
}

.vacatures_item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border: 1px solid #1b94a526;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 2px 2rem #0d48500d;
}

.gallery10_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_blog-overview {
  color: var(--color-main-black);
  background-color: #faf6ed;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.vacature_image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: .5rem;
  width: 20rem;
  min-width: 20rem;
  max-width: none;
  height: 100%;
}

.heading-style-h3 {
  font-family: Clashdisplay, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-11 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #111;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-11:hover {
  opacity: .8;
}

.button-11.is-yellow {
  color: #fff;
  text-align: center;
  background-color: #1b94a5;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.1rem;
  display: flex;
}

.button-11.lees_meer {
  color: #fff;
  text-align: center;
  background-color: #1b94a500;
  border: 1px solid #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.1rem;
  display: flex;
}

.button-11.aanmelden_cta {
  color: #fff;
  text-align: center;
  background-color: #1b94a5;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  display: flex;
}

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

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

.div-block-168 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.section_hero_vacancy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 50vh;
  padding-top: 12rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.div-block-169 {
  background-color: #0b4538cc;
  position: absolute;
  inset: 0%;
}

.vacancy_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-block-171 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.swiper-icon {
  width: 2rem;
  height: 2rem;
}

.swiper-box {
  background-color: #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box.is-first, .swiper-box.is-fourth {
  box-shadow: none;
  background-color: #eeeceabf;
  border-style: none;
  width: 9rem;
  height: 9rem;
}

.swiper-wrapper-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-slide-2 {
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 30rem;
  display: flex;
}

.swiper-slide-2.wide {
  width: 35rem;
}

.swiper-slide-2._1 {
  width: 20rem;
}

.swiper-slide-2._2 {
  width: 35rem;
}

.swiper-slide-2._4 {
  width: 30rem;
}

.swiper-slide-2.youtube {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35rem;
  height: 100%;
}

.swipe_img {
  object-fit: cover;
  border-radius: 1rem;
  width: 33rem;
  height: 20rem;
}

.swipe_img.c2 {
  width: 40rem;
  height: 25rem;
}

.swipe_img.c3 {
  width: 25rem;
  height: 25rem;
}

.swiper-2 {
  z-index: 2;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.swiper-2.is-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.swiper-2.youtube {
  margin-top: 4rem;
}

.swiper-2.subsidie {
  margin-top: 4rem;
  margin-bottom: -12rem;
}

.swiper-2-2 {
  position: relative;
}

.swiper-wrapper-2 {
  align-items: flex-start;
  display: flex;
}

.swiper-slide-2.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.vacancy_collage_img {
  object-fit: cover;
  border-radius: 1rem;
  width: 25rem;
  height: 20rem;
}

.vacancy_collage_img._1 {
  width: 100%;
  height: 25rem;
}

.vacancy_collage_img._2 {
  width: 100%;
  height: 30rem;
}

.vacancy_collage_img._3 {
  width: 100%;
  height: 22rem;
}

.vacancy_collage_img._4 {
  width: 100%;
  height: 18rem;
}

.h1_onest {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.1;
}

.h1_onest.text-color-white {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 800;
}

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

.h1_onest.mobile_center.c1 {
  font-size: 3.2rem;
}

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

.h1_onest.left.social-media, .h1_onest.social_media {
  font-size: 3rem;
}

.h1_onest.yt {
  color: #dbbe87;
}

.h1_onest.c2 {
  font-size: 3.5rem;
}

.seo_service_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1b94a5;
  border: 1px solid #1b94a5;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding: .1rem .75rem;
  display: flex;
}

.seo_hero_usps {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
  margin-bottom: 2rem;
  display: flex;
}

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

.a_btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.a_btn.btn-one {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3rem;
  overflow: hidden;
}

.c_btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.c_btn.btn-one {
  color: #fff;
  background-color: #e0c38a;
  border-style: none;
  border-width: 0;
  border-radius: 200rem;
  padding: 1rem 2rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  overflow: hidden;
}

.c_btn.btn-one.big {
  border-color: #1b94a5;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
}

.c_btn.btn-one.medium {
  font-size: 1.5rem;
}

.c_btn.btn-one.dark {
  background-color: #034750;
}

.c_btn.btn-one.grow {
  width: 100%;
}

.c_btn.btn-one.small {
  padding: .8rem 1rem;
  font-size: 1rem;
}

.c_btn.white_outline {
  color: #fff;
  background-color: #02495000;
  border: 1px solid #fff;
  border-radius: 3rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  overflow: hidden;
}

.c_btn.white_outline.big {
  border-color: #1b94a5;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-size: 2rem;
}

.c_btn.white_outline.medium {
  font-size: 1.5rem;
}

.c_btn.gold_outline {
  border: 1px solid var(--gold);
  color: var(--gold);
  background-color: #02495000;
  border-radius: 3rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  overflow: hidden;
}

.c_btn.gold_outline.big {
  border-color: #1b94a5;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-size: 2rem;
}

.c_btn.gold_outline.medium {
  font-size: 1.5rem;
}

.c_btn.gold_outline {
  color: #dcbf87;
  background-color: #02495000;
  border: 1px solid #dcbf87;
  border-radius: 3rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  overflow: hidden;
}

.c_btn.gold_outline.text_black {
  color: #031d20b3;
}

.c_btn_secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #e0c38b;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.c_btn_secondary.vacan {
  color: #fff;
  font-size: 1.5rem;
}

.h2_onest {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.h2_onest.text-color-black {
  color: #011517;
  line-height: 1.2;
}

.h2_onest.text-color-black.mw-70 {
  max-width: 70%;
}

.h2_onest.text-color-black.mw-70.center {
  text-align: center;
}

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

.h2_onest.text-color-white.text-align-center {
  text-align: center;
}

.h2_onest._2-8 {
  color: var(--rb_blue);
  text-align: left;
  font-size: 2.8rem;
}

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

.h2_onest.text-align-center.text-weight-medium {
  font-weight: 500;
}

.h2_onest.text-align-center.text-weight-semibold.text-color-blue {
  color: var(--rb_blue);
  font-weight: 600;
}

.h2_onest.text-weight-semibold {
  color: #e0c38a;
}

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

.h1_onest-copy {
  color: #004750;
  font-family: Onest, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}

.container-small {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Onest, sans-serif;
  display: flex;
}

.container-small.center_shrink {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.container-small.white_roundborder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 65rem;
  display: flex;
}

.container-small.rel_z1 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.container-small.center {
  justify-content: space-between;
  align-items: center;
}

.container-small.video {
  text-align: left;
}

.container-small.gradient_styling {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #1b94a51a;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  max-width: 65rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 2px 5rem #0047500d;
}

.h3_onest {
  color: #034750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.h3_onest.med {
  color: #004750;
  font-weight: 500;
}

.h3_onest.med.text-color-white {
  color: #fff;
}

.h3_onest.med._2 {
  font-size: 2rem;
}

.h3_onest.blue {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
}

.h3_onest.blue.text-weight-medium {
  font-weight: 500;
}

.h3_onest.blue.text-weight-bold {
  font-weight: 800;
}

.h3_onest.blue.text-weight-bold._2-25 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.25rem;
}

.h3_onest.text-color-white {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.h3_onest.text-color-white.gold {
  color: #dcbf87;
}

.h3_onest.social {
  color: #fff;
}

.h3_onest.c1 {
  color: #034750;
  font-size: 2.4rem;
  font-weight: 800;
  overflow: clip;
}

.h3_onest.mw_70 {
  color: #034750;
}

.h3_onest.mw_70:lang(nl) {
  font-weight: 800;
}

.h3_onest.text-color-gold {
  color: #dcbf87;
  font-family: Plus Jakarta Sans, sans-serif;
}

.h3_onest.text-color-gold.gold {
  color: #dcbf87;
}

.h3_onest.text-weight-normal {
  font-weight: 400;
}

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

.seo-content_wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  padding-bottom: 0;
  display: flex;
}

.seo-content_wrapper._100w {
  max-width: 100%;
}

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

.div-block-167-copy {
  filter: blur(10rem);
  background-color: #1b94a5;
  width: 20rem;
  height: 17rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-173 {
  opacity: .75;
  background-image: linear-gradient(45deg, #e0c38a, #343c3d);
  position: absolute;
  inset: 0%;
}

.div-block-174 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.calculation_blur {
  opacity: .55;
  filter: blur(10rem);
  background-color: #1b94a5;
  width: 20rem;
  height: 17rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.calculation_blur._1 {
  opacity: 1;
  background-color: #1ba540;
  width: 15rem;
  height: 10rem;
  inset: auto 0% 0% auto;
}

.test1 {
  background-color: #f2fe9a;
  width: 100%;
  height: 20rem;
}

.test1._4 {
  background-color: #323341;
}

.test1._2 {
  background-color: #c6ead2;
}

.card_fill {
  z-index: 1;
  background-color: #f6fbfb;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.visual_cms_item {
  z-index: 4;
  opacity: 0;
  background-color: #f7eedd;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 35rem;
  padding: 1.5rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
}

.visual_cms_item.is--current {
  opacity: 1;
}

.tab-section {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.tab-section.social {
  padding-bottom: 8rem;
}

.left_paragraph {
  margin-top: .9em;
  margin-bottom: 1.8em;
  font-family: Plus Jakarta Sans, sans-serif;
  line-height: 1.7rem;
}

.left_heading {
  font-size: 4em;
}

.hero_left {
  z-index: 2;
  width: 50%;
  position: relative;
}

.cards_cms_item {
  z-index: 1;
  opacity: .5;
  color: #011517;
  cursor: pointer;
  background-color: #fff;
  border: 1px #03475026;
  border-radius: 20rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.1em;
  padding: 1.6em 2.3em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards_cms_item:hover {
  padding-left: 2.7em;
}

.cards_cms_item.is--current {
  opacity: 1;
  color: #dabd86;
  background-color: #fff;
  border-radius: 1000rem;
  text-decoration: none;
  box-shadow: 0 2px 1rem #0347501a;
}

.hero_right {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.visual_cms_list {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_heading {
  letter-spacing: 0;
  font-size: 1.4em;
  font-weight: 500;
}

.container-6 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.container-6.is--hero {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5em;
  display: flex;
}

.cards_cms_list.hide {
  display: none;
}

.card_icon {
  color: #dcbf87;
  width: 2em;
  height: 2em;
  margin-right: 1.3em;
}

.app_circle {
  z-index: 1;
  opacity: .37;
  filter: blur(4em);
  background-color: #d2e9ec;
  border-radius: 100vw;
  width: 70%;
  padding-top: 70%;
  position: absolute;
}

.card_wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.h4_onest {
  color: #084a51;
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em;
}

.h4_onest.med {
  font-weight: 500;
}

.h4_onest.med.text-color-white {
  color: #fff;
}

.h4_onest.blue {
  color: #034750;
}

.h4_onest.blue.text-weight-medium {
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.h4_onest.blue.text-weight-bold {
  font-weight: 800;
}

.h4_onest.text-color-white {
  color: #fff;
  line-height: 1.4;
}

.h4_onest.text-color-gold {
  color: #dcbf87;
  line-height: 1.4;
}

.image-52 {
  width: 100%;
}

.button-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #111;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-12:hover {
  opacity: .8;
}

.button-12.is-yellow {
  background-color: #fbbb24;
  display: flex;
}

.button-12.is-yellow.desktop-version:hover {
  opacity: 1;
}

.subheading_onest {
  color: #004750;
  margin-bottom: 1rem;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.subheading_onest.c1 {
  color: #dcbf87;
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.subheading_onest.left {
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
}

.subheading_onest.c2 {
  color: #dcbf87;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.aqua_span {
  color: #1b94a5;
  font-weight: 400;
}

.text-block-28 {
  margin-bottom: 3px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.container-7 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.container-7.is--hero {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  padding: 0 2.5em;
  display: flex;
}

.image-53 {
  object-fit: contain;
  width: 100%;
  height: 20rem;
}

.rich_vacature {
  color: #003e46;
}

.rich_vacature h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
}

.rich_vacature h2 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.3;
}

.rich_vacature h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.rich_vacature h4 {
  margin-bottom: .5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 800;
}

.rich_vacature.hide {
  display: none;
}

.rich_vacature.greenchecklist.vacan_intro {
  text-align: center;
  font-size: 1.2rem;
}

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

.rich_vacature li {
  background-image: url('../images/check_gmu_small.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
}

.rich_vacature ol {
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style-type: none;
}

.rich_vacature blockquote {
  border-left-color: var(--gold);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.35rem;
  line-height: 2.6rem;
  position: relative;
  left: -3rem;
}

.code-embed-8 {
  min-width: 50%;
  margin-top: 2rem;
}

.section_invite {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.thankyou_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.invite_image {
  height: 30rem;
  margin-top: 2rem;
}

.image-54 {
  width: 8rem;
  margin-bottom: 3rem;
}

.download_button {
  width: 12rem;
}

.html-embed {
  z-index: 1;
  border-radius: 1rem;
  width: 30rem;
  height: 50rem;
  position: relative;
}

.section_video-invite {
  color: #fff;
  background-color: #184236;
  background-image: linear-gradient(55deg, #09251d, #139779);
  border-bottom: 2px solid #dbbe86;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.section_video-invite.border_top {
  border-top: 2px solid #dcbf87;
  border-bottom-style: none;
}

.section_video-invite.hide {
  display: none;
}

.heading-style-h3-5 {
  font-family: Clashdisplay, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.download_image {
  width: 100%;
  height: 100%;
}

.video-invite_subheading {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.video-invite.grid-2col {
  place-items: center stretch;
}

.image-55 {
  object-fit: cover;
  border-radius: 2rem;
  height: 40rem;
}

.div-block-175 {
  background-color: #e0c38a33;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1.05rem;
  display: flex;
}

.image-56 {
  color: #034750;
  object-position: 100% 100%;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: auto -17% -8% auto;
}

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

.div-block-177 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-29 {
  margin-top: .5rem;
  margin-left: 2rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
}

.text-block-29:lang(nl) {
  margin-top: .5rem;
  font-size: 1.2rem;
}

.image-57 {
  z-index: 2;
  position: absolute;
  inset: auto -18% -18% auto;
}

.image-58 {
  width: 4rem;
  margin-bottom: 1rem;
  margin-left: 0;
}

.text-block-30 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.div-block-178 {
  color: #052529;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 0 5rem #00000026;
}

.div-block-179 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-59 {
  z-index: 4;
  height: 30rem;
  position: absolute;
  bottom: -2rem;
  right: 2rem;
}

.div-block-180 {
  z-index: 3;
  border-radius: 1rem;
  position: relative;
}

.gmu_bid_bgshape {
  z-index: 0;
  opacity: .08;
  height: 30rem;
  position: absolute;
  bottom: -2.2rem;
  right: -2rem;
}

.div-block-181 {
  z-index: 0;
  opacity: .06;
  background-image: url('../images/1200bg_11200bg.webp');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-181:lang(nl), .div-block-181.z0 {
  z-index: 0;
}

.div-block-181.z1 {
  z-index: 1;
}

.div-block-181._1:lang(nl) {
  z-index: -1;
}

.div-block-182 {
  color: #052529;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 0 5rem #00000026;
}

.list_new {
  font-weight: 400;
  line-height: 1.8rem;
}

.download_app_button2 {
  cursor: pointer;
  width: 11rem;
  transition: all .2s;
}

.download_app_button2:hover {
  opacity: .65;
}

.download_app_button2.grow {
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-183 {
  width: 22rem;
  padding-top: 0;
  position: sticky;
  top: 2rem;
}

.div-block-184 {
  background-color: #fff;
  width: 22rem;
  height: 25rem;
  padding: 1rem 1rem 3rem;
  box-shadow: 0 2px 1rem #0000000d;
}

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

.section-5 {
  z-index: 2;
  position: relative;
}

.section-5.vacancy_collage {
  background-image: linear-gradient(135deg, #094335, #02886b);
  border-bottom: 2px solid #dcbf87;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section-5.vacancy_body {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.container-8 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-8.c1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.code-embed-9 {
  margin-top: 2rem;
  margin-bottom: 0;
}

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

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

.image-61 {
  width: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-62 {
  width: 20rem;
  margin-bottom: 1rem;
  position: static;
}

.div-block-186 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.events_sub {
  font-family: Reenie Beanie, sans-serif;
  font-size: 2.3rem;
  line-height: 1.1;
}

.events_sub.dark {
  color: #023e46;
}

.div-block-187 {
  margin-bottom: 1.5rem;
  position: relative;
}

.image-63 {
  width: 2rem;
  position: absolute;
  inset: auto 39% -9% auto;
}

.image-63:lang(nl) {
  right: 28%;
}

.div-block-160-copy {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding-bottom: 6rem;
  display: flex;
}

.seo_hero_visual_2 {
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  display: flex;
  position: absolute;
  inset: auto 0% -10% auto;
}

.seo_visual_person {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 50%;
  width: 46rem;
  height: 34rem;
  position: absolute;
  inset: auto -3% -9% auto;
}

.seo_hero_bg_shape {
  width: 100%;
  position: absolute;
  inset: auto -3% -14% auto;
}

.seo_hero_bg_shape.c2 {
  z-index: -1;
  opacity: .05;
  width: 83%;
  inset: auto -26% -9% auto;
}

.div-block-188 {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.seo_result_visual {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 26rem;
  height: 20rem;
  position: absolute;
  inset: 8% auto auto -1%;
}

.container_left {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container_left.center_shrink {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.container_left.white_roundborder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 65rem;
  display: flex;
}

.container_left.rel_z1 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.container_left.center {
  justify-content: space-between;
  align-items: center;
}

.container_left.video {
  text-align: left;
}

.container_left.c1 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.div-block-189 {
  margin-bottom: 3.5rem;
}

.div-block-189.social {
  margin-bottom: 3rem;
}

.image-64 {
  flex: 1;
  max-width: 45rem;
  bottom: -23px;
  left: 4.4rem;
}

.image-64.social {
  max-width: 40rem;
}

.image-64.center {
  margin-left: auto;
  margin-right: auto;
}

.div-block-190 {
  flex: none;
}

.image-65 {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: -1.9rem;
  left: 2rem;
}

.image-65.center {
  left: 0;
}

.screenshot_text {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.85rem;
  font-weight: 400;
}

.screenshot_text.gold {
  color: #e0c38a;
}

.div-block-191 {
  position: relative;
  bottom: -.5rem;
  left: .5rem;
}

.screenshot_arrow {
  width: 2rem;
  position: absolute;
  inset: auto 12% -46% auto;
}

.screenshot_arrow:lang(nl) {
  right: 6%;
}

.link-block-5 {
  background-color: #dcbf87;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: .4rem;
  display: flex;
  position: static;
  inset: .5rem auto 0% 2rem;
}

.link-block-5.textlink {
  color: #fff;
  flex: none;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.div-block-192 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: .5rem auto auto 2rem;
}

.div-block-192.bottom {
  z-index: 2;
  inset: auto auto .5rem 2rem;
}

.vacancy_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.vacanvy_item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 25rem;
  padding: 1.8rem;
  display: flex;
  position: relative;
}

.vacancy_overlay {
  background-color: #032a30b3;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
}

.div-block-193 {
  color: #fff;
  width: 100%;
  position: relative;
}

.h5_onest {
  color: #034750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.h5_onest.med {
  font-weight: 500;
}

.h5_onest.med.text-color-white {
  color: #fff;
}

.h5_onest.blue {
  color: #034750;
}

.h5_onest.blue.text-weight-medium {
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.h5_onest.blue.text-weight-bold {
  font-weight: 800;
}

.h5_onest.vacancy_mobile_small {
  color: #fff;
  font-size: 1.1rem;
}

.h5_onest.gold {
  color: var(--gold);
}

.h5_onest.text-weight-bold {
  font-weight: 700;
}

.div-block-194 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #e0c38a;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.tab_paragraph {
  color: #034750;
  text-align: center;
  margin-top: .9em;
  margin-bottom: 1.8em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.seo__content_box {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.div-block-195.bottom1rem {
  margin-bottom: 2rem;
}

.div-block-196 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcbf8759;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18rem;
  min-height: 18rem;
  padding: 1.5rem;
  line-height: 1.6rem;
  display: flex;
  box-shadow: 0 2px 5px #0347501a;
}

.seo_icons_title_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 2rem;
  display: flex;
}

.seo_icons_title_wrapper:lang(nl) {
  text-align: center;
}

.seo_usp_title {
  font-size: 1.2rem;
  font-weight: 700;
}

.icon-1x1-large {
  width: 3rem;
  height: 3rem;
}

.onest_gold_span {
  color: #dcbf87;
  white-space: pre;
}

.seo_usps_section {
  background-color: #fff;
  border-bottom: 2px solid #e0c38a;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.seo_usps_section.scoial {
  background-color: #f9f5eb;
  padding-top: 8rem;
}

.seo_usps_section.scoial.white {
  background-color: #fff;
  border-bottom-style: none;
}

.seo_usps_section.development {
  background-color: #fff;
  border-bottom-style: none;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.seo_usps_section.development.white {
  background-color: #fff;
  border-bottom-style: none;
}

.seo_usps_section.development.hide {
  display: none;
}

.image-66 {
  z-index: -2;
  opacity: .5;
  width: 43rem;
  position: absolute;
  inset: auto -5% -5% auto;
}

.arrow_down {
  color: #f9f5eb00;
  background-image: url('../images/arrow_down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  position: relative;
  top: 8px;
}

.arrow_down.gold {
  color: #f9f5eb00;
  background-image: url('../images/arrow_down_gold.svg');
}

.social_hero_bg_shape {
  width: 100%;
  position: absolute;
  inset: auto -3% -14% auto;
}

.social_hero_bg_shape.c2 {
  z-index: -1;
  opacity: .05;
  width: 83%;
  inset: auto -26% -9% auto;
}

.social_hero_title {
  color: #004750;
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.social_hero_title.text-color-black {
  color: #011517;
  line-height: 1.2;
}

.social_hero_title.text-color-black.mw-70 {
  max-width: 70%;
}

.social_hero_title.text-color-black.mw-70.center {
  text-align: center;
}

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

.social_hero_title.text-color-white.text-align-center {
  text-align: center;
}

.social_hero_title._2-8 {
  font-size: 2.8rem;
}

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

.social_hero_title.text-weight-semibold {
  color: #e0c38a;
}

.image-67 {
  z-index: 3;
  width: 50%;
  max-width: none;
  max-height: none;
}

._3visits_inline {
  color: #f9f5eb;
  background-image: url('../images/3visits.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  position: relative;
  top: 8px;
}

._3visits_span {
  background-image: url('../images/mark_span2.svg');
  background-position: 100% 48%;
  background-repeat: no-repeat;
  background-size: 8rem 7rem;
  margin-right: .5rem;
  padding-right: 9rem;
  display: inline-flex;
}

._3visits_span:lang(nl) {
  background-image: url('../images/mark_span2.svg');
}

.source_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

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

.seo_source_icon-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

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

.retarget_visual {
  width: 1005rem;
}

.social_content_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.social_content_wrapper.groups {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
}

.retarget_text_c1 {
  z-index: 1;
  color: #034750;
  text-align: center;
  max-width: 15rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7rem;
  position: absolute;
  inset: auto auto -20% -8%;
}

.retarget_text_c1:lang(nl) {
  max-width: 17rem;
  font-size: 1rem;
  bottom: -27%;
  left: -11%;
}

.retarget_text_c2 {
  z-index: 1;
  color: #034750;
  text-align: center;
  max-width: 15rem;
  font-size: 1.1rem;
  font-weight: 500;
  position: absolute;
  inset: auto auto -13% 52%;
}

.retarget_text_c2:lang(nl) {
  bottom: -12%;
  left: 45%;
}

.retarget_text_c3 {
  z-index: 1;
  color: #034750;
  text-align: center;
  min-width: 16rem;
  max-width: 20rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7rem;
  position: absolute;
  inset: -20% auto auto 26%;
}

.retarget_text_c3:lang(nl) {
  max-width: 14rem;
  left: 19%;
}

.retarget_text_c4 {
  z-index: 1;
  color: #e0c38a;
  text-align: center;
  max-width: 10rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.7rem;
  position: absolute;
  inset: -20% -2% auto auto;
}

.scoial_content_comp {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.results_comp_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 800;
}

.hide_mobile {
  display: block;
  position: relative;
}

.cards_cms_item-2 {
  z-index: 1;
  opacity: .5;
  color: #011517;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #03475026;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.1em;
  padding: 1.6em 2.3em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards_cms_item-2:hover {
  padding-left: 2.7em;
}

.cards_cms_item-2.is--current {
  opacity: 1;
  color: #dabd86;
  background-color: #fff;
  border-radius: .5rem;
  text-decoration: none;
  box-shadow: 0 2px 1rem #0347501a;
}

.image-68 {
  object-fit: contain;
  width: 100%;
  height: 20rem;
}

.container-9 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.container-9.is--hero {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5em;
  display: flex;
}

.div-block-198 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: .5rem auto auto 2rem;
}

.abs_homebtn_top {
  z-index: 3;
  background-color: #dcbf87;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1.25rem;
  margin-bottom: auto;
  padding: .4rem;
  display: flex;
  position: static;
  inset: .5rem auto auto 2.5rem;
}

.abs_homebtn_top.text {
  color: var(--white);
  width: auto;
  padding-left: .75rem;
  padding-right: .75rem;
  text-decoration: none;
}

.icon-1x1-small-11 {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.localewrap_float_top {
  margin-top: -.5rem;
  position: absolute;
  inset: .5rem 2.5rem auto auto;
}

.text-block-32 {
  font-size: .85rem;
}

.icon-1x1-small-12 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small-12.current_locale {
  object-fit: cover;
  border-radius: 5rem;
  width: 1.2rem;
  height: 1.2rem;
}

.icon-1x1-small-13 {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.bread_crumb_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: .5rem;
  left: 2rem;
}

.bottom_buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 1rem;
}

.div-block-199 {
  width: 1px;
  height: 1px;
}

.whatsap_results_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.en_results_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.results_cta_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30rem;
  height: 100%;
  display: flex;
  position: sticky;
  top: 4rem;
}

.nl_results_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.section_growth_social {
  color: #fff;
  background-color: #184236;
  background-image: linear-gradient(55deg, #09251d, #139779);
  border-bottom: 2px solid #dbbe86;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.section_growth_social.border_top {
  border-top: 2px solid #dcbf87;
  border-bottom-style: none;
}

.sectiongoogle_ads_hero {
  z-index: 0;
  background-color: #f6efe1;
  border-bottom: 2px #dbbe86;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.sectiongoogle_ads_hero.border_top {
  border-top: 2px solid #dcbf87;
  border-bottom-style: none;
}

.sectiongoogle_ads_hero.home {
  z-index: 1;
  padding-bottom: 0;
  overflow: hidden;
}

.dev_hero_visual_wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.software_dev_visual {
  z-index: 3;
  object-fit: cover;
  border-radius: 2rem;
  width: 50%;
  max-width: none;
  min-height: 40rem;
  max-height: none;
  left: 0;
}

.btn_menu_home {
  z-index: 999;
  background-color: #000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: .5rem;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.btn_menu_home.green {
  background-color: #dcbf87;
}

.btn_menu_home.green.hide_mobile, .btn_menu_home.green.hide_mobile_home {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.btn_menu_home.close, .btn_menu_home.green_home {
  background-color: #dcbf87;
}

.btn_menu_home.green_home.hide_mobile, .btn_menu_home.green_home.hide_mobile_home {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.div-block-200 {
  color: #034750;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.section_wrapper {
  background-color: #faf6ed;
  padding: 6.1rem;
}

.container-extra_large-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.heading-style-h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
}

.div-block-201 {
  background-color: #dcbf8733;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  height: 20rem;
  margin-bottom: 1.5rem;
  padding: 2.2rem;
  display: flex;
}

.host_stats_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.host_stats_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #034750;
  background-color: #fff;
  border: 1px solid #dcbf878c;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 5rem #0a3f2b0d;
}

.host_stats_item.is-offset {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 0;
  position: relative;
  top: 0;
}

.section_host-stats {
  background-color: #faf6ed;
  border-radius: 2rem;
  padding: 4rem 2rem;
}

.heading-style-h3-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.825rem;
}

.image-69 {
  max-height: 100%;
}

.vacancy_intro {
  color: #034750;
  text-align: center;
  line-height: 2.4em;
}

.vacancy_stat {
  background-color: #dcbf8726;
  border-radius: .5rem;
  padding: .5rem .75rem;
}

.aboute_vacancy {
  width: 45rem;
  padding-top: 0;
  position: sticky;
  top: 2rem;
}

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

.div-block-203 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.code-embed-10 {
  width: 50rem;
  height: 50rem;
}

.youtube_hero_title {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.youtube_hero_title.text-color-white {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 800;
}

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

.youtube_hero_title.mobile_center.c1 {
  font-size: 3.2rem;
}

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

.youtube_hero_title.left.social-media, .youtube_hero_title.social_media {
  font-size: 3rem;
}

.yotube_hero_visual {
  object-position: 50% 100%;
  border-radius: 2rem;
  width: 100%;
  height: 41rem;
  margin-top: 2rem;
  position: relative;
}

.sectionyoutubehero {
  z-index: 0;
  background-color: #f8efdf;
  background-image: linear-gradient(0deg, #e0c38abf, #dcbf8700 58%);
  border-bottom: 2px #dbbe86;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.sectionyoutubehero.border_top {
  border-top: 2px solid #dcbf87;
  border-bottom-style: none;
}

.sectionyoutubehero.home {
  z-index: 1;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-204 {
  background-color: #fff;
  border: 1px solid #dcbf87;
  border-radius: 1rem;
  width: 25rem;
  height: 30rem;
  position: absolute;
  inset: auto -2rem -2rem auto;
  box-shadow: 0 2px 1rem #0003;
}

.div-block-204-copy {
  background-color: #fff;
  border: 1px solid #dcbf87;
  border-radius: 1rem;
  width: 20rem;
  height: 8rem;
  position: absolute;
  inset: 7% auto auto -2%;
  box-shadow: 0 2px 1rem #0003;
}

.span_passiveincome {
  background-color: #e0c38a33;
  border-radius: .5rem;
  margin-bottom: .5rem;
  margin-left: 1rem;
  padding: .6rem 1.5rem .7rem 1rem;
  font-weight: 700;
  display: inline-flex;
}

.youtube_label {
  color: #034750;
  background-image: url('../images/yotube_svg_gold.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  padding-left: 2.6rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.div-block-205 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

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

.div-block-206 {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #ffffff8c;
  border: 1px solid #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.4rem 2.4rem 0;
  display: flex;
}

.div-block-206.yt_table {
  padding-bottom: 2.4rem;
}

.div-block-206.yt_example {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.4rem;
}

.div-block-206.elearning_dashboard {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0;
}

.image-70 {
  object-position: 50% 100%;
  width: 100%;
  height: 14rem;
  margin-top: 1.5rem;
}

.image-70.rothy {
  height: 15rem;
}

.image-70.sub_process {
  width: 50%;
  height: 18rem;
}

.image-70.elearning_dashboard {
  height: 20rem;
}

.container5_small {
  width: 100%;
  max-width: 60rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.container5_small.center.vacancies {
  margin-bottom: 3rem;
}

.yt_elements {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.yt_elements.social {
  padding-bottom: 8rem;
}

.div-block-207 {
  z-index: 0;
  filter: blur(25rem);
  background-color: #dcbf87;
  width: 55rem;
  height: 55rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section_youtube_video_slider {
  background-color: #faf7f1;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.section_youtube_video_slider.social {
  padding-bottom: 8rem;
}

.worldmap_visual {
  width: 100%;
  height: 34rem;
}

.worldmap_visual.sub {
  height: 30rem;
}

.yt_facts_numbers_comp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  text-align: center;
  background-color: #ffffff26;
  border: 1px solid #dcbf8740;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 15rem;
  padding: 2rem;
  display: flex;
}

.yt_facts_numbers_wrapper {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: -8.9rem;
  display: flex;
  position: relative;
}

.image-71 {
  object-fit: contain;
  border: 2px solid #fff;
  border-radius: 1rem;
  width: 100%;
  height: 15rem;
}

.video_example_title {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.video_example_title:lang(nl) {
  font-family: Plus Jakarta Sans, sans-serif;
}

.video_example_title.text-weight-bold {
  font-weight: 700;
}

.section_terms {
  padding-top: 6rem;
}

.container-10 {
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f5f5f5;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

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

.terms_conditions-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.terms_link {
  opacity: .5;
  color: #023e46;
  text-decoration: none;
}

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

.yt_stats_green {
  color: #27c222;
  font-size: 1.3rem;
  font-weight: 700;
}

.patient-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.patient-lineh {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-bottom: 1px #00000026;
  border-radius: 1rem;
  justify-content: space-between;
  padding: .6rem;
  display: flex;
}

.patient-lineh.heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f9fafc00;
  border-bottom-style: solid;
  border-bottom-color: #dcbf8740;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 0 1rem;
  font-size: 12px;
}

.patient-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.status {
  color: #1d1d1bcc;
  background-color: #66c3b940;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .4rem .75rem;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

.status.secondary {
  background-color: #e4e4e440;
}

.patient-line {
  color: #1d1d1b;
  background-color: #fff;
  border: 0 solid #6dc2b600;
  border-radius: .5rem;
  justify-content: space-between;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.patient-line:hover {
  border-style: none;
  border-color: #000;
}

.line_item_icon {
  width: 1rem;
}

.patient-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.patient-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(180px, 0) minmax(180px, 142px) minmax(180px, 120px);
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.patient-grid._2 {
  grid-column-gap: 2rem;
  grid-template-columns: minmax(120px, 120px) minmax(120px, 120px) minmax(180px, 180px) minmax(120px, 120px);
}

.patient-profile-2 {
  background-color: #6dc2b6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.p_name {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: underline;
}

.yt_benefits_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: grid;
}

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

.yt_benefit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcbf8759;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 18rem;
  padding: 1.5rem;
  line-height: 1.6rem;
  display: flex;
  box-shadow: 0 2px 5px #0347501a;
}

.faq_wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  display: flex;
}

.yt_invest-usp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 1.1rem;
  display: flex;
}

.div-block-208 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.linedivider_gold {
  background-color: var(--gold);
  opacity: .3;
  width: 100%;
  height: 1px;
}

.faq_title-2 {
  font-size: 1.3rem;
  font-weight: 700;
}

.faq-item-2 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fff0;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.minus {
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.plus {
  background-color: #000;
  border-radius: 20px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.rich_text_faq {
  flex: 1;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

.heading-style-h2-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

.heading-style-h2-8.text-color-green {
  color: #0dbc81;
}

.faq-question-2 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.faq-question-2:hover {
  color: var(--gold);
}

.faq_icon-wrap {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.faq-answer {
  text-align: left;
  border-bottom: 1px #cfcfcf;
  width: 100%;
  overflow: hidden;
}

.faqs_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

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

.faq-wrap {
  background-color: #fff;
  border: 1px solid #dcbf8726;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px #1d01501a;
}

.div-block-209 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.text-color-gold {
  color: var(--gold);
}

.section2_nopaddingtop {
  padding-top: 0;
  padding-bottom: 8rem;
}

.section2_nopaddingtop.app_cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section2_nopaddingtop.app_cta.home_white {
  color: var(--color-main-black);
  background-color: #f5f6fd;
}

.section2_nopaddingtop.app_cta.seo_blue {
  color: var(--color-main-black);
  background-color: #f6fbfb;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section2_nopaddingtop.app_cta.seo_white {
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section2_nopaddingtop.hero {
  background-color: #000;
  background-image: linear-gradient(#265bd040, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section2_nopaddingtop._2rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section2_nopaddingtop._2rem.story {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding-bottom: 4rem;
  position: relative;
}

.section2_nopaddingtop.slider {
  color: #fff;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.section2_nopaddingtop.slider.ov_show {
  overflow: visible;
}

.section2_nopaddingtop.slider.ov_show.social, .section2_nopaddingtop.slider.ov_show.calculator {
  padding-top: 4rem;
}

.section2_nopaddingtop.slider.ov_show.seo_blue, .section2_nopaddingtop.slider.ov_show.calculator_page {
  color: #011517;
  background-image: linear-gradient(#f9f5eb, #e0c38a);
  padding-top: 4rem;
  padding-bottom: 0;
}

.section2_nopaddingtop.slider.extra_p_bottom.seo_blue {
  background-color: #20304e;
}

.section2_nopaddingtop.pricing_app {
  color: #fff;
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.section2_nopaddingtop.pricing_app.seo_blue {
  background-color: #034750;
}

.section2_nopaddingtop.story {
  color: #000;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.section2_nopaddingtop.story.white {
  padding-bottom: 4rem;
}

.section2_nopaddingtop.story.white.hide_seo {
  display: none;
}

.section2_nopaddingtop.story.grey {
  background-color: #f8f8f8;
  padding-bottom: 4rem;
}

.section2_nopaddingtop.story.grey.last {
  background-color: #f9f5eb;
}

.section2_nopaddingtop.story.grey.hide_seo {
  display: none;
}

.section2_nopaddingtop.revw {
  color: #000;
  background-color: #fff;
  padding-bottom: 0;
}

.section2_nopaddingtop.revw.review_page {
  background-color: #f7eedd;
  padding-bottom: 0;
}

.section2_nopaddingtop.quickscan_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section2_nopaddingtop.quickscan_section.white_home {
  color: var(--color-main-black);
  background-color: #fff;
}

.section2_nopaddingtop.roas_visual {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section2_nopaddingtop.roas_visual.brand {
  color: #00363d;
  background-color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.section2_nopaddingtop.seo_burning_dollars {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section2_nopaddingtop.seo_burning_dollars.seo_blue {
  color: var(--color-main-black);
  background-color: #fff;
  overflow: hidden;
}

.section2_nopaddingtop.seo_burning_dollars.sand {
  color: var(--color-main-black);
  background-color: #f9f5eb;
  overflow: hidden;
}

.section2_nopaddingtop.seo_hero {
  background-color: #000;
  background-image: linear-gradient(#1b94a5, #7eadb4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section2_nopaddingtop.seo_hero.hide {
  display: block;
}

.section2_nopaddingtop.social_hero {
  background-image: linear-gradient(#7ead5c, #dfffc7);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section2_nopaddingtop.about {
  color: var(--color-main-black);
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section2_nopaddingtop.team_slider {
  color: #000;
  background-color: #fff;
  padding-bottom: 0;
}

.section2_nopaddingtop.cta_seo {
  z-index: 5;
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section2_nopaddingtop.cta_seo.last {
  z-index: 3;
}

.section2_nopaddingtop.cta_seo.white_bg {
  z-index: 3;
  background-color: #fff;
}

.section2_nopaddingtop.buttom_buttons {
  background-color: #f9f5eb;
  min-height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section2_nopaddingtop.white {
  background-color: #fff;
}

.section2_nopaddingtop.sand {
  background-color: #f9f5eb;
}

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

.channelexample {
  object-fit: contain;
  border: 2px #fff;
  border-radius: 1rem;
  width: 100%;
  height: 24rem;
}

.div-block-211 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  display: flex;
}

.yt_price {
  color: var(--rb_blue);
  background-color: #dcbf8726;
  border-radius: .5rem;
  flex: none;
  padding: .4rem .7rem;
  font-size: 1.1rem;
}

.div-block-212 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #dcbf8726;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: .4rem 1rem;
  display: flex;
}

.section_2 {
  padding-top: 0;
  padding-bottom: 8rem;
}

.section_2.app_cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section_2.app_cta.home_white {
  color: var(--color-main-black);
  background-color: #f5f6fd;
}

.section_2.app_cta.seo_blue {
  color: var(--color-main-black);
  background-color: #f6fbfb;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section_2.app_cta.seo_white {
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section_2.hero {
  background-color: #000;
  background-image: linear-gradient(#265bd040, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section_2._2rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_2._2rem.story {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding-bottom: 4rem;
  position: relative;
}

.section_2.slider {
  color: #fff;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.section_2.slider.ov_show {
  overflow: visible;
}

.section_2.slider.ov_show.social, .section_2.slider.ov_show.calculator {
  padding-top: 4rem;
}

.section_2.slider.ov_show.seo_blue, .section_2.slider.ov_show.calculator_page {
  color: #011517;
  background-image: linear-gradient(#f9f5eb, #e0c38a);
  padding-top: 4rem;
  padding-bottom: 0;
}

.section_2.slider.extra_p_bottom.seo_blue {
  background-color: #20304e;
}

.section_2.pricing_app {
  color: #fff;
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.section_2.pricing_app.seo_blue {
  background-color: #034750;
}

.section_2.story {
  color: #000;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.section_2.story.white {
  padding-bottom: 4rem;
}

.section_2.story.white.hide_seo {
  display: none;
}

.section_2.story.grey {
  background-color: #f8f8f8;
  padding-bottom: 4rem;
}

.section_2.story.grey.last {
  background-color: #f9f5eb;
}

.section_2.story.grey.hide_seo {
  display: none;
}

.section_2.revw {
  color: #000;
  background-color: #fff;
  padding-bottom: 0;
}

.section_2.revw.review_page {
  background-color: #f7eedd;
  padding-bottom: 0;
}

.section_2.quickscan_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section_2.quickscan_section.white_home {
  color: var(--color-main-black);
  background-color: #fff;
}

.section_2.roas_visual {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_2.roas_visual.brand {
  color: #00363d;
  background-color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.section_2.seo_burning_dollars {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section_2.seo_burning_dollars.seo_blue {
  color: var(--color-main-black);
  background-color: #fff;
  overflow: hidden;
}

.section_2.seo_burning_dollars.sand {
  color: var(--color-main-black);
  background-color: #f9f5eb;
  overflow: hidden;
}

.section_2.seo_hero {
  background-color: #000;
  background-image: linear-gradient(#1b94a5, #7eadb4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section_2.seo_hero.hide {
  display: block;
}

.section_2.social_hero {
  background-image: linear-gradient(#7ead5c, #dfffc7);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section_2.about {
  color: var(--color-main-black);
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section_2.team_slider {
  color: #000;
  background-color: #fff;
  padding-bottom: 0;
}

.section_2.cta_seo {
  z-index: 5;
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section_2.cta_seo.last {
  z-index: 3;
}

.section_2.cta_seo.white_bg {
  z-index: 3;
  background-color: #fff;
}

.section_2.buttom_buttons {
  background-color: #f9f5eb;
  min-height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section_2.white {
  background-color: #fff;
}

.section_2.sand {
  background-color: #f9f5eb;
  padding-top: 8rem;
}

.section_2.usp_yt {
  background-color: #f9f5eb;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section_2.subsidie {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.yt_ups_visual {
  object-fit: cover;
  border-radius: 1rem;
  width: 40%;
  height: 30rem;
}

.yt_ups_visual.contain {
  object-fit: contain;
}

.section_youtube_final {
  background-color: #373736;
  background-image: linear-gradient(62deg, #186d54f2, #18634cf2), url('../images/1200bg_11200bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section_youtube_final.app_cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section_youtube_final.app_cta.home_white {
  color: var(--color-main-black);
  background-color: #f5f6fd;
}

.section_youtube_final.app_cta.seo_blue {
  color: var(--color-main-black);
  background-color: #f6fbfb;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section_youtube_final.app_cta.seo_white {
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section_youtube_final.hero {
  background-color: #000;
  background-image: linear-gradient(#265bd040, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section_youtube_final._2rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_youtube_final._2rem.story {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding-bottom: 4rem;
  position: relative;
}

.section_youtube_final.slider {
  color: #fff;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.section_youtube_final.slider.ov_show {
  overflow: visible;
}

.section_youtube_final.slider.ov_show.social, .section_youtube_final.slider.ov_show.calculator {
  padding-top: 4rem;
}

.section_youtube_final.slider.ov_show.seo_blue, .section_youtube_final.slider.ov_show.calculator_page {
  color: #011517;
  background-image: linear-gradient(#f9f5eb, #e0c38a);
  padding-top: 4rem;
  padding-bottom: 0;
}

.section_youtube_final.slider.extra_p_bottom.seo_blue {
  background-color: #20304e;
}

.section_youtube_final.pricing_app {
  color: #fff;
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.section_youtube_final.pricing_app.seo_blue {
  background-color: #034750;
}

.section_youtube_final.story {
  color: #000;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.section_youtube_final.story.white {
  padding-bottom: 4rem;
}

.section_youtube_final.story.white.hide_seo {
  display: none;
}

.section_youtube_final.story.grey {
  background-color: #f8f8f8;
  padding-bottom: 4rem;
}

.section_youtube_final.story.grey.last {
  background-color: #f9f5eb;
}

.section_youtube_final.story.grey.hide_seo {
  display: none;
}

.section_youtube_final.revw {
  color: #000;
  background-color: #fff;
  padding-bottom: 0;
}

.section_youtube_final.revw.review_page {
  background-color: #f7eedd;
  padding-bottom: 0;
}

.section_youtube_final.quickscan_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section_youtube_final.quickscan_section.white_home {
  color: var(--color-main-black);
  background-color: #fff;
}

.section_youtube_final.roas_visual {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_youtube_final.roas_visual.brand {
  color: #00363d;
  background-color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.section_youtube_final.seo_burning_dollars {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section_youtube_final.seo_burning_dollars.seo_blue {
  color: var(--color-main-black);
  background-color: #fff;
  overflow: hidden;
}

.section_youtube_final.seo_burning_dollars.sand {
  color: var(--color-main-black);
  background-color: #f9f5eb;
  overflow: hidden;
}

.section_youtube_final.seo_hero {
  background-color: #000;
  background-image: linear-gradient(#1b94a5, #7eadb4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section_youtube_final.seo_hero.hide {
  display: block;
}

.section_youtube_final.social_hero {
  background-image: linear-gradient(#7ead5c, #dfffc7);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section_youtube_final.about {
  color: var(--color-main-black);
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section_youtube_final.team_slider {
  color: #000;
  background-color: #fff;
  padding-bottom: 0;
}

.section_youtube_final.cta_seo {
  z-index: 5;
  color: var(--color-main-black);
  background-color: #f9f5eb;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section_youtube_final.cta_seo.last {
  z-index: 3;
}

.section_youtube_final.cta_seo.white_bg {
  z-index: 3;
  background-color: #fff;
}

.section_youtube_final.buttom_buttons {
  background-color: #f9f5eb;
  min-height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section_youtube_final.white {
  background-color: #fff;
}

.section_youtube_final.sand {
  background-color: #f9f5eb;
}

.yt_cta_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 55%;
  display: flex;
}

.yt_cta_wrapper.a_left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.container-lmedium {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container-lmedium.center_shrink {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.container-lmedium.white_roundborder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 65rem;
  display: flex;
}

.container-lmedium.rel_z1 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.container-lmedium.center {
  justify-content: space-between;
  align-items: center;
}

.container-lmedium.video {
  text-align: left;
}

.div-block-215 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-33 {
  color: var(--rb_blue);
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.div-block-216 {
  background-color: var(--rb_blue);
  color: var(--rb_blue);
  flex: 1;
  height: 1px;
}

.yt_optionwrapper_sticky {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.yt_pricing_sticky {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  max-width: 50%;
  display: flex;
  position: sticky;
  top: 5rem;
}

.yt_pricing_sticky.a_left {
  justify-content: flex-start;
  align-items: flex-start;
}

.green_ticker {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(57deg, #1860490d, #1593750d);
  border: 1px solid #dcbf878c;
  border-radius: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 4rem 10rem;
  display: flex;
  box-shadow: 0 2px 3rem 1rem #0a261e26;
}

.green_ticker.a_left {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-span {
  font-weight: 700;
}

.app_mockups_cta_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.app_type_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.app_type_wrapper.a_left {
  justify-content: flex-start;
  align-items: flex-start;
}

.app_mockup.c1 {
  height: 30rem;
}

.app_mockup.c2 {
  height: 30rem;
  left: 1.5rem;
}

.image-72 {
  width: 50%;
  top: -1rem;
}

.ticker_appdownload {
  background-color: #e0c38a33;
  border-radius: 1rem;
  justify-content: flex-end;
  align-items: center;
  min-height: 35rem;
  padding: 4.3rem;
  display: flex;
  position: relative;
}

.div-block-217 {
  background-image: linear-gradient(90deg, var(--gold), #f9f3e9);
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-73 {
  object-position: 50% 100%;
  height: 112%;
}

.integration_labels {
  width: 25rem;
  height: 100%;
}

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

.lighter_block {
  background-color: #faf9f7;
  height: 40rem;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 4rem)skew(0deg, -3deg);
}

.layout1_image {
  width: 100%;
  height: 100%;
}

.error-text {
  color: #e23939;
}

.pricing21_top-row-price {
  font-family: Clashdisplay, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.menu_icon-middle-3 {
  background-color: #f5f5f5;
  width: 24px;
  height: 2px;
}

.pricing21_top-row-content {
  border-left-style: solid;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.layout25_image {
  width: 100%;
  height: 100%;
}

.page-wrapper-2 {
  position: relative;
  overflow: clip;
}

.icon-1x1-small-14 {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.faq6_accordion {
  border: 1px solid #e7e7e7;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

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

.layout197_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.fs-cc-prefs_label-2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

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

.layout499_tabs {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  display: grid;
}

.section-lighter {
  color: #000;
  background-color: #faf9f7;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.footer_reviews-component-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #f5f5f5;
  background-color: #f5f5f51a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.menu_icon-bottom-3 {
  background-color: #f5f5f5;
  width: 24px;
  height: 2px;
}

.pricing21_heading-row {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.hero_reviews_star-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.header26_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  position: relative;
}

.heading-style-h3-7 {
  font-family: Clashdisplay, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.max-width-large-7.align-center {
  margin-left: auto;
  margin-right: auto;
}

.code-embed-11 {
  position: relative;
}

.section-dark {
  color: #fff;
  background-color: #000;
}

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

.layout499_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing21_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.code-embed-12 {
  position: absolute;
  inset: 0;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #f5f5f5;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.grid-2col-5 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.image-74 {
  aspect-ratio: 1;
  border-radius: .5rem;
  height: 40rem;
}

.footer-3 {
  color: #f5f5f5;
  background-color: #111;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.main-wrapper-2.has-nav {
  margin-top: 8rem;
}

.div-block-220 {
  margin-top: -6rem;
  position: relative;
}

.fs-cc-prefs_button-2 {
  background-color: #111;
  border: 2px solid #111;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  color: #111;
  background-color: #fff;
  border-color: #111;
}

.button-13 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #111;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-13:hover {
  opacity: .8;
}

.button-13.is-yellow {
  background-color: #fbbb24;
  display: flex;
}

.button-13.is-yellow.display-none, .button-13.is-yellow.not-desktop-version {
  display: none;
}

.button-13.is-yellow.desktop-version:hover {
  opacity: 1;
}

.button-13.is-whatsapp {
  color: #f5f5f5;
  background-color: #17bd45;
}

.button-13.is-secondary {
  color: #f5f5f5;
  background-color: #0000;
  border: 1px solid #f5f5f5;
  position: relative;
  overflow: hidden;
}

.faq6_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.fs-cc-banner_button-2 {
  color: #f5f5f5;
  text-align: center;
  background-color: #111;
  border: 2px solid #f5f5f5;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  color: #111;
  background-color: #0000;
  border-color: gray;
}

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

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

.nav_menu-link-text-3 {
  opacity: .6;
  color: #f5f5f5;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
}

.nav_menu-link-text-3:hover {
  opacity: 1;
}

.nav_menu-link-text-3.w--current {
  opacity: .4;
}

.nav_menu-link-text-3.w--current:hover {
  opacity: 1;
}

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

.icon_small {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.faq13_grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout499_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.nav_menu-link-3 {
  opacity: .6;
  color: #f5f5f5;
  font-family: Clashdisplay, sans-serif;
  font-size: clamp(2rem, 100vw, 3rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav_menu-link-3:hover {
  opacity: 1;
}

.nav_menu-link-3.w--current {
  opacity: .4;
}

.nav_menu-link-3.w--current:hover {
  opacity: 1;
}

.heading-style-h2-4 {
  font-family: Clashdisplay, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout25_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.list-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.pricing21_row-content {
  text-align: center;
  border-left-style: solid;
  border-left-width: 1px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.footer_link-3 {
  opacity: .5;
  color: #f5f5f5;
  background-color: #0000;
  text-decoration: none;
}

.list_outside {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.layout499_image {
  width: 100%;
  height: 100%;
}

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

.locales-wrapper-4 {
  display: flex;
}

.fs-cc-banner_text-link-2 {
  color: gray;
  border-bottom: 2px solid gray;
  font-weight: 400;
  text-decoration: none;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.layout1_image-wrapper {
  background-color: #272727;
  border-radius: 1rem;
  padding: 4rem;
}

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

.text-size-medium-3 {
  font-size: 1.25rem;
}

.text-size-medium-3.text-weight-bold {
  font-weight: 700;
}

.pricing21_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.max-width-huge {
  width: 100%;
  max-width: 75rem;
}

.layout197_image {
  width: 100%;
  height: 100%;
}

.fixed-buttons-3 {
  z-index: 999;
  position: relative;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.main {
  margin-top: 0;
}

.layout499_lightbox-image {
  object-fit: cover;
}

.heading-style-h4-4 {
  font-family: Clashdisplay, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.pricing21_plans {
  width: 100%;
}

.layout197_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout1_content {
  grid-template-rows: auto;
}

.section-light {
  color: #111;
  background-color: #fff;
}

.layout499_tab-link {
  color: #fff;
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 1rem 0 1rem 2rem;
  display: block;
}

.layout499_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #fff;
}

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

.hero_reviews-wrap.is-center {
  justify-content: center;
  align-items: center;
}

.header26_image {
  width: 100%;
  height: 100%;
}

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

.fs-cc-banner_close-icon-2 {
  color: #000;
  width: 24px;
  height: 24px;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.pricing21_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.form_input-3 {
  color: #111;
  background-color: #f3f3f3;
  border: 1px solid #bebebe;
  border-radius: .5rem;
  align-items: center;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem .5rem 1rem;
  display: flex;
}

.form_input-3::placeholder {
  color: #707070;
}

.form_input-3.is-dark {
  background-color: #454545;
  border-width: 0;
}

.form_input-3.is-text-area {
  align-items: flex-start;
  min-height: 8rem;
  padding-top: .75rem;
}

.ratio {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.text-size-medium-4 {
  font-size: 1.25rem;
  line-height: 2.1rem;
}

.button_specs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1a1b1f;
  cursor: pointer;
  border-bottom: 1px solid #fff0;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.button_specs:hover {
  border-bottom-color: #fff;
}

.button_specs.white {
  color: #fff;
}

.section-13 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section-13.laadpaal_sub_hero {
  padding-top: 0;
  padding-bottom: 2rem;
}

.hero_charger_pattern_overlay {
  opacity: .35;
  background-image: url('../images/grid_pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.button_wrapper._1-5rem {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.button_wrapper._1-5rem.tablet_horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.content_wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content_wrapper-2.custom_subsidie {
  color: #fff;
  text-align: left;
}

.content_wrapper-2.custom_subsidie.text-color-blue {
  color: #034750;
}

.icon-1x1-small-15 {
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}

.loading_label {
  background-color: #0f5241;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.loading_label.hero {
  width: 30rem;
  height: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}

.loading_label_progress {
  color: #fff;
  background-color: #148f72;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 1.75rem;
  padding-left: 1rem;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #2d75ff;
  border-radius: 100rem;
  padding: .65rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

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

.container-medium {
  width: 100%;
  max-width: 70.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.container-medium.rel_z1 {
  z-index: 1;
}

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

.container-large-11.green_hero {
  background-color: #0dbc81;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  justify-content: center;
  align-items: flex-end;
  min-height: 50rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-style-muted-2 {
  opacity: .6;
}

.text-style-muted-2._0-8 {
  opacity: .8;
}

.text-style-muted-2._0-8.mobile_only {
  display: none;
}

.text-style-muted-2._0-8.hide_mobile {
  font-size: .9rem;
}

.text-style-muted-2._80 {
  opacity: .8;
}

.usp_subsidie {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--rb_blue);
  background-color: #e7fbe1;
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 1rem;
  font-size: .9rem;
  line-height: 1.7em;
  display: flex;
}

.heading-style-h3-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.825rem;
}

.heading-style-h3-8.subsidie {
  font-size: 2.5rem;
  line-height: 3.2rem;
}

.heading-style-h3-8.subsidie.subtitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}

.subsidie_visual {
  z-index: 2;
  width: 25rem;
  position: absolute;
  inset: auto 8rem -1.2rem auto;
}

.visual_subsidie_c1 {
  border-radius: 1rem;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  inset: 0% -6rem 0% auto;
}

.visual_subsidie_c1.drenthe_gazelle {
  object-position: 50% 100%;
  width: 42rem;
  height: 50rem;
  inset: auto auto 0% 2.5rem;
}

.subsidie_span {
  background-color: var(--rb_blue);
  color: #fff;
  border-radius: 1rem;
  margin-right: .5rem;
  padding: .6rem 1rem;
  font-size: 2.8rem;
  display: inline-flex;
}

.body {
  background-color: var(--sand);
}

.linkbuilding_hero {
  background-color: var(--sand);
  height: 100vh;
  position: relative;
}

.linbuilding_visual {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 50%;
  width: 46rem;
  height: 34rem;
  position: absolute;
  inset: auto -3% -9% auto;
}

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

.max-width-50 {
  width: 100%;
  max-width: 50%;
}

.max-width-50.align-center {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-50.algin-right {
  margin-left: auto;
}

.elearning_dashboard_content_wrapper {
  padding-bottom: 2.5rem;
}

.sub_exmpl {
  object-fit: contain;
  object-position: 50% 50%;
  border: 2px #fff;
  border-radius: 1rem;
  width: 100%;
  height: 29rem;
}

.code-embed-13 {
  flex: 1;
  width: 100%;
  min-width: 40rem;
  height: 100%;
  margin-bottom: 0;
}

.div-block-221 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.form_extra_cta_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  display: flex;
  position: sticky;
  top: 5rem;
}

.btn_arrow_white {
  background-color: #ffffff26;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.btn_arrow_white.hide_mobile.rick {
  background-image: url('../images/wesley-zantinge_1wesley-zantinge.webp');
  background-position: 50%;
  background-size: cover;
  width: 3rem;
  height: 3rem;
}

.btn_arrow_white.hide_mobile.whatsapp {
  background-color: #fff0;
  width: 3rem;
  height: 3rem;
}

.button-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #52b0d3;
  border-radius: 20rem;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem .4rem .4rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-14:hover {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #193b59;
}

.button-14.call {
  border: 1px solid var(--gold);
  color: #193b59;
  background-color: #fff0;
  padding-left: .4rem;
  padding-right: 1.5rem;
}

.triple_i_content_wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.triple_i_content_wrapper.sticky {
  height: 100%;
  top: 12rem;
}

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

.heading-style-h4-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.8rem;
}

.text-block-34 {
  text-align: left;
}

.div-block-222 {
  text-align: left;
  width: 65%;
}

.span_ncnp {
  opacity: .75;
  margin-left: .5rem;
  font-size: 1.5rem;
  display: inline-flex;
}

.bg_shape_absolute_c1 {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wgs_ups_wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  display: flex;
  position: relative;
}

.usp_wgs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  color: #012124;
  background-color: #fffc;
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .9rem;
  line-height: 1.7em;
  display: flex;
}

.gmu_wgs_laptop_mockup {
  z-index: 2;
  object-fit: contain;
  max-width: 65%;
  height: 100%;
  position: absolute;
  inset: 5.7rem -17.5rem 0% auto;
}

.wgs_cards_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
}

.gws_card_btn {
  background-color: var(--gold);
  color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  display: flex;
}

.wsg_showcase_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.wsg_showcase_wrapper.sticky {
  justify-content: space-between;
  align-items: flex-start;
}

.wsg_showcase_1 {
  border-radius: 2rem;
  width: 30rem;
}

.wsg_showcase_2 {
  border-radius: 2rem;
  flex: 1;
  width: 30rem;
}

.accordion_wrapper {
  flex: 1;
}

.wsg_accord_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: left;
  background-color: #dcbf871a;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3.6rem;
  display: flex;
}

.wsg_accord_wrapper.sticky {
  justify-content: space-between;
  align-items: flex-start;
}

.max-width-40 {
  width: 100%;
  max-width: 40%;
}

.max-width-40.align-center {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.wsg_acc_item {
  background-color: #fff0;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.wsg_item_wrap {
  background-color: #fff0;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.wg_acc_title {
  color: var(--rb_blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.wg_acc_title:hover {
  color: var(--gold);
}

.wsg_content_rich {
  flex: 1;
  width: 100%;
  padding: 0;
  font-size: 1rem;
}

.wgs_diensten_sectie {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.wgs_diensten_sectie.scoial {
  background-color: #f9f5eb;
  padding-top: 8rem;
}

.wgs_diensten_sectie.scoial.white {
  background-color: #fff;
  border-bottom-style: none;
}

.wgs_diensten_sectie.development {
  background-color: #f9f5eb;
  border-bottom-style: none;
  padding-top: 8rem;
}

.wgs_diensten_sectie.development.white {
  background-color: #fff;
  border-bottom-style: none;
}

.wgs_diensten_sectie.development.hide {
  display: none;
}

.wgs_price {
  color: #034750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 2.1rem;
}

.visual_contact_wesley {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/gmu_contact_bgshape.svg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 29rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wesley_pp {
  width: 15rem;
  height: 15rem;
}

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

.wesley_signature {
  height: 4rem;
}

.wesley_title_wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  width: 12rem;
  display: flex;
}

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

.text-align-left.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-align-left.flex:lang(nl) {
  width: 100%;
}

.subsidie_item {
  background-color: #f6efe0;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 2rem;
  display: flex;
}

.subsidie_chance {
  text-align: center;
  background-color: #ece1ca;
  border-radius: 10rem;
  padding: .5rem .7rem .5rem 1rem;
  font-size: .9rem;
}

.max-width-60 {
  width: 100%;
  max-width: 60%;
}

.max-width-60.align-center {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-60.algin-right {
  margin-left: auto;
}

.max-width-60.flex_left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.visual_abosulute {
  border-radius: 1rem;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  inset: 0% -6rem 0% auto;
}

.visual_abosulute.drenthe_gazelle {
  object-position: 50% 100%;
  width: 42rem;
  height: 50rem;
  inset: auto auto 0% 2.5rem;
}

.visual_absolute_drenthe {
  width: 40%;
  position: absolute;
  inset: auto auto 0% 7rem;
}

.visual_podium_drenthe {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 45%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.highlight_subsidie {
  color: var(--rb_blue);
  background-color: #dcbf8726;
  border-radius: .5rem;
  margin-left: .2rem;
  margin-right: .2rem;
  padding: .1rem .5rem;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
}

.dev_factnumber_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: inline-flex;
}

.hero_usps_horizontal_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.hero_usps_horizontal_wrapper.social {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.development_topics_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dev_topics_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  margin-bottom: 2rem;
  display: grid;
}

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

.dev_topic_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--gold);
  text-align: left;
  background-color: #faf8f2;
  border: 1px solid #dcbf8759;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 11.5rem;
  padding: 1.5rem;
  line-height: 1.6rem;
  transition: all .2s;
  display: flex;
}

.dev_topic_card:hover {
  color: var(--rb_blue);
}

.div-block-224 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.div-block-225 {
  background-color: #dcbf871a;
  width: 100%;
  margin-top: 6rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.component-5-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: .2rem 0 1rem;
  display: flex;
}

.component-5-wrapper.no_margin {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-226 {
  background-color: #fff;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  display: flex;
}

.google_icon {
  width: 2rem;
  height: 2rem;
}

._5-right-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  margin: 0;
  display: flex;
}

.stars {
  width: 8rem;
  margin-top: 0;
}

.stars.c1 {
  width: 7rem;
}

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

.div-block-227 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.dev_topic_title {
  color: var(--rb_blue);
  font-family: Onest, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.dev_topic_content {
  color: var(--rb_blue);
  font-family: Onest, sans-serif;
  font-size: .8rem;
  line-height: 1.4rem;
}

.section_dev_projects {
  background-color: #faf6ed;
  border-radius: 0;
  padding: 4rem 2rem;
}

.usp-c1_wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.usp-c1_icon_wrapper {
  background-color: var(--gold);
  color: #fff;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: flex;
}

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

.icon-1x1-small_c1 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small_c1.custom_button {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
}

.icon-1x1-small_c1.custom_button:hover {
  color: #004750;
}

.icon-1x1-small_c1.custom_button.gold {
  color: #dcbf87;
}

.usp_icon_wrapper {
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.usp_c1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f9fafb;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem 1rem;
  font-size: 1.1rem;
  display: flex;
}

.usp_c1.dev-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #dcbf8700;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.container-large-8-copy {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container-large-8-copy.center_shrink {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.container-large-8-copy.white_roundborder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 65rem;
  display: flex;
}

.container-large-8-copy.rel_z1 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.container-large-8-copy.center {
  justify-content: space-between;
  align-items: center;
}

.container-large-8-copy.video {
  text-align: left;
}

.container-large-8-copy.left, .container-large-8-copy.c2 {
  justify-content: space-between;
  align-items: flex-start;
}

.container-large-8-copy.c3 {
  border-top: 1px solid #dcbf8773;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
}

.form_contact_wrapper {
  background-color: #ffffff59;
  border-radius: 2rem;
  height: 100%;
  padding: 2.4rem;
}

.usp-c2_wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.link_gold {
  color: var(--gold);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.link_gold.med {
  font-weight: 500;
}

.link_gold.med.text-color-white {
  color: #fff;
}

.link_gold.blue {
  color: #034750;
}

.link_gold.blue.text-weight-medium {
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.link_gold.blue.text-weight-bold {
  font-weight: 800;
}

.link_gold.vacancy_mobile_small {
  color: #fff;
  font-size: 1.1rem;
}

.link_gold.gold {
  color: var(--gold);
}

.usp_c2_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form_contact_direct_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff59;
  border-radius: 2rem;
  flex-flow: column;
  padding: 2.4rem;
  display: flex;
}

.div-block-221-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

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

.form_wrapper_c1 {
  background-color: #fff;
  border-radius: 2rem;
  height: 100%;
  padding: 2.4rem;
}

.p_c1 {
  min-height: 17rem;
}

.dev-1_visual {
  z-index: 1;
  object-fit: contain;
  width: 35rem;
  height: 35rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dev-1_visual.sticky {
  object-fit: cover;
  border-radius: 2rem;
  width: 30rem;
  position: sticky;
  top: 4rem;
}

.dev-1_visual.sticky.c1 {
  object-position: 100% 50%;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.form-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 0 #000;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.flex-row-outer {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.border-wrap {
  background-color: #fff0;
  border: 0 #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.button-15 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-15:hover {
  box-shadow: none;
  background-color: #000;
}

.button-15.in-form {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  padding: 0;
  font-size: 1.1rem;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #00475040;
  border-radius: 6px;
  height: 4rem;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.input.large {
  height: 8rem;
}

.text-category {
  color: var(--color-main-black);
  text-transform: uppercase;
  font-weight: 800;
}

.text-date {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.heading-blog-hero {
  color: var(--color-main-black);
  text-align: center;
  text-transform: none;
  border: 0 solid #dcbf878c;
  border-radius: 1rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.5rem;
}

.heading-blog-hero.seo {
  border-color: #fff3;
}

.heading-blog-hero.seo:lang(nl) {
  border-color: #ffffff4f;
}

.heading-blog-hero.social {
  border-color: #ffffff40;
}

.button-whatsapp {
  background-color: var(--gold);
  border-radius: 100px;
  padding: .4rem 1rem .7rem;
}

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

.section-hero-blog {
  z-index: 0;
  background-color: #f8efdf;
  border-bottom: 2px #dbbe86;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.section-hero-blog.border_top {
  border-top: 2px solid #dcbf87;
  border-bottom-style: none;
}

.section-hero-blog.home {
  z-index: 1;
  padding-bottom: 0;
  overflow: hidden;
}

.section-blog-image {
  z-index: 0;
  background-color: #f8efdf;
  border-bottom: 2px #dbbe86;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.section-blog-image.border_top {
  border-top: 2px solid #dcbf87;
  border-bottom-style: none;
}

.section-blog-image.home {
  z-index: 1;
  padding-bottom: 0;
  overflow: hidden;
}

.summary-wrapper-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #dcbf872b;
  border: 1px solid #dcbf87;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.aboute_vacancy-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 50%;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 2rem;
}

.wrapper-author {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.container-large-12 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.nav_logo-2 {
  width: 2.5rem;
  display: flex;
}

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

.heading-blog-hero-2 {
  color: #004750;
  text-align: center;
  text-transform: none;
  border: 2px solid #dcbf878c;
  border-radius: 1rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.5rem;
}

.wrapper-date {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-right-blog {
  color: #004750;
  text-transform: none;
  font-size: 1rem;
  font-weight: 700;
}

.text-right-blog.text-color-gold {
  color: #dcbf87;
}

.text-right-blog.capitalize {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-right-blog.black {
  color: #111;
  text-transform: none;
}

.code-embed-14 {
  position: relative;
}

.button-16 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #111;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-16:hover {
  opacity: .8;
}

.div-block-232 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.page-wrapper-3 {
  position: relative;
}

.text-category-2 {
  color: #dcbf87;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-weight: 800;
}

.text-date-2 {
  color: #004750;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
}

.text-date-2.date {
  color: var(--white);
  font-size: 1.2rem;
}

.heading-3 {
  color: #004750;
  text-align: center;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-family: Onest, sans-serif;
  font-weight: 800;
}

.summary-text {
  color: #111;
  font-size: 1.2rem;
}

.summary-text.text-weight-bold {
  color: #004750;
}

.summary-text.text-weight-bold.text-color-gold {
  color: #dcbf87;
}

.summary-text.italic {
  font-style: italic;
}

.profile-picture-author {
  border-radius: 999px;
  width: 3rem;
  height: 3rem;
}

.profile-picture-author.gold-border {
  border: 1px #000;
  border-radius: 20px;
}

.div-block-231 {
  z-index: 1;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
}

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

.container-12 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-233 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.white-space {
  background-color: #fff;
  width: 100%;
  height: 28rem;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-bottom_meta-wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.message-button-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #004750;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  padding: 1rem 1.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.message-button-3:hover {
  opacity: .9;
}

.message-button-3.hide-mobile-landscape {
  box-shadow: 0 0 0 6px #f003;
}

.image-77 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 70vh;
}

.container-large-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--rb_blue);
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container-large-14.is-footer {
  border-top: 1px solid gray;
}

.blog_image-wrapper-2 {
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

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

.blog_content-2 {
  z-index: 3;
  margin: 1rem 2rem 2rem;
}

.blog_content-2.black {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #111;
  flex-flow: column;
  margin: 1.5rem;
  display: flex;
}

.heading-style-h4-6 {
  text-align: left;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h4-6.text-weight-bold {
  font-weight: 800;
}

.image-78 {
  border-radius: 999px;
  width: 3rem;
  height: 3rem;
}

.image-78.gold-border {
  border: 2px #dcbf87;
  border-radius: 0;
}

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

.div-block-238 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.container-blogcontent {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-heading-contact {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-239 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  padding-bottom: 2rem;
  display: flex;
}

.line-blog {
  background-color: #dcbf8780;
  width: 2px;
  height: 25px;
}

.div-block-240 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.3rem;
  display: flex;
}

.div-block-240.roas {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.div-block-240.revenue {
  color: #000;
  text-align: left;
  background-color: #f3fded;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.text-block-35 {
  text-align: left;
  font-family: Clashdisplay, sans-serif;
}

.text-block-35.onest {
  font-family: Onest, sans-serif;
}

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

.div-block-241.slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
}

.text-block-37 {
  opacity: .8;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-block-37._0-9 {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.heading-style-h4-7 {
  text-align: left;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h4-7.onest {
  font-family: Onest, sans-serif;
}

.h2_onest-2 {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

.div-block-242 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed-15 {
  background-color: #1b94a50d;
  border-radius: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}

.div-block-243 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  display: flex;
}

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

.text-block-38 {
  background-color: #ffffff26;
  border-radius: .5rem;
  padding: .5rem;
}

.text-block-38.profit {
  background-color: #4abf0273;
  font-family: Onest, sans-serif;
  font-weight: 500;
}

.text-block-38.profit.onest {
  background-color: #d1f8bc;
}

.text-block-38.example {
  text-align: right;
  background-color: #fff0;
  padding: 0;
}

.text-block-39 {
  background-color: #ffffff26;
  border-radius: 1rem;
  padding: .2rem .75rem;
  font-family: Clashdisplay, sans-serif;
}

.text-block-39.onest {
  text-align: center;
  background-color: #f5fafb;
  font-family: Onest, sans-serif;
  font-weight: 700;
}

.div-block-244 {
  flex: 1;
  position: sticky;
  top: 3rem;
}

.div-block-245 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.3rem;
  display: flex;
}

.div-block-245.roas {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.div-block-245.revenue {
  color: #000;
  text-align: left;
  background-color: #f3fded;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.text-block-40 {
  text-align: left;
  font-family: Clashdisplay, sans-serif;
}

.text-block-40.onest {
  font-family: Onest, sans-serif;
}

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

.div-block-246.slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
}

.text-block-42 {
  opacity: .8;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-block-42._0-9 {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.h2_onest-3 {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

.h2_onest-3.text-color-black {
  color: #011517;
  line-height: 1.2;
}

.h2_onest-3.text-color-black.mw-70 {
  max-width: 70%;
}

.h2_onest-3.text-color-black.mw-70.center {
  text-align: center;
}

.div-block-247 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed-16 {
  background-color: #1b94a50d;
  border-radius: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}

.div-block-248 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  display: flex;
}

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

.text-block-43 {
  background-color: #ffffff26;
  border-radius: .5rem;
  padding: .5rem;
}

.text-block-43.profit {
  background-color: #4abf0273;
  font-family: Onest, sans-serif;
  font-weight: 500;
}

.text-block-43.profit.onest {
  background-color: #d1f8bc;
}

.text-block-43.example {
  text-align: right;
  background-color: #fff0;
  padding: 0;
}

.text-block-44 {
  background-color: #ffffff26;
  border-radius: 1rem;
  padding: .2rem .75rem;
  font-family: Clashdisplay, sans-serif;
}

.text-block-44.onest {
  text-align: center;
  background-color: #f5fafb;
  font-family: Onest, sans-serif;
  font-weight: 700;
}

.div-block-249 {
  flex: 1;
  position: sticky;
  top: 3rem;
}

.div-block-250 {
  background-color: #fff;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  display: flex;
}

._5-right-div-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  margin: 0;
  display: flex;
}

.gmu_usps_component {
  background-color: #dcbf871a;
  border-top: 0 #000;
  border-bottom: 0 #000;
  width: 100%;
  margin-top: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.ms-radio-group {
  margin-bottom: 30px;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input-label.ms-row {
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 20px;
  font-weight: 600;
}

.ms-input-label.ms-row.is-bigger {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 130%;
}

.text-block-45 {
  margin-bottom: 3px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.div-block-252 {
  background-color: #fff;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  display: flex;
}

.usp-c1_icon_wrapper-2 {
  color: #fff;
  background-color: #dcbf87;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: flex;
}

.link_gold-2 {
  color: #dcbf87;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.section-14 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-14.revw {
  color: #000;
  background-color: #fff;
  padding-bottom: 0;
}

.section-14.revw.contact_form {
  background-color: #f7eedd;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: block;
}

.div-block-253 {
  text-align: left;
  width: 65%;
}

.div-block-230 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.button-17 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-17:hover {
  box-shadow: none;
  background-color: #000;
}

.button-17.in-form {
  background-color: #dcbf87;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  padding: 0;
  font-size: 1.1rem;
  display: flex;
}

.h2_onest-4 {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-row {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

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

.message-button-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #004750;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  padding: 1rem 1.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.message-button-4:hover {
  opacity: .9;
}

.message-button-4.align-center {
  justify-content: center;
  align-items: center;
}

.message-button-4.align-center.gold {
  margin-left: 0;
  margin-right: 0;
}

.message-button-4.align-center.gold.smaller {
  background-color: var(--gold);
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.3rem;
}

.message-button-4.align-center.gold.full-width {
  background-color: var(--gold);
  width: 100%;
}

.message-button-4.align-center.gold.smaller {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.3rem;
}

.message-button-4.align-center.gold.full-width {
  width: 100%;
}

.text-size-medium-5 {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
}

.text-size-medium-5:lang(nl) {
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-size-medium-5.text-weight-bold {
  font-weight: 700;
}

.text-size-medium-5.text-weight-medium {
  color: #dcbf87;
}

.text-size-medium-5.text-color-white {
  color: #fff;
}

.performance_check-dot-2 {
  background-color: #00dda8;
  border-radius: 100rem;
  width: .8rem;
  height: .8rem;
}

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

.ms-radio-dot {
  border-color: #12133140;
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot.w--redirected-checked {
  border-width: 6px;
  border-color: #2962ff;
}

.ms-radio-dot.is-row {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ms-radio-dot.is-row.w--redirected-checked {
  border-style: solid;
  border-color: #dcbf87;
}

.gmu_section {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  padding-bottom: 0;
  display: flex;
}

.gmu_section._100w {
  max-width: 100%;
}

.div-block-254 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 40rem;
  display: flex;
}

.max-width-30 {
  text-align: left;
  width: 100%;
  max-width: 35%;
}

.max-width-30.align-center {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.gmu_section_content_wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.gmu_section_content_wrapper.social, .gmu_section_content_wrapper.dev-1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.div-block-255 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-256 {
  text-align: left;
  background-color: #faf6ed;
  background-image: url('../images/person.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 118%;
  border-radius: 1rem;
  width: 50%;
  padding: 2rem;
}

.div-block-257 {
  background-image: linear-gradient(#0000, #00000080), url('../images/gmu-performance-marketing-3.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 1rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.div-block-258 {
  text-align: left;
  background-color: #faf6ed;
  background-image: url('../images/app_mockup.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 10rem;
  padding: 1.5rem;
  display: flex;
}

.google_5star_gmusection {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: .2rem 0 0;
  display: flex;
}

.usp_wrapper_gmu_section {
  color: var(--rb_blue);
  background-color: #fff;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
}

.usp-c3_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

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

.link_gold-3 {
  color: var(--rb_blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}

.seo_reviews_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-259 {
  background-color: #fff;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  display: flex;
}

.seo-content_wrapper-2 {
  z-index: 3;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-style-muted-3 {
  opacity: .6;
  color: #404040;
}

.text-style-muted-3.nb {
  white-space: nowrap;
}

.h2_onest-5 {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

.btn_wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-46 {
  color: #034750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.div-block-260 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.wgs_ups_wrapper-2 {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  display: flex;
  position: relative;
}

.usp_wgs-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  color: #012124;
  background-color: #fffc;
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.7em;
  display: flex;
}

.icon-1x1-small-16 {
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}

.software_dev_visual-2 {
  z-index: 3;
  object-fit: cover;
  border-radius: 2rem;
  width: 50%;
  max-width: none;
  min-height: 40rem;
  max-height: none;
  left: 0;
}

.text-block-47 {
  margin-bottom: 3px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.section-15 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-15.dev-2 {
  z-index: 5;
  color: #111;
  background-color: #f9f5eb;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-15.dev-2.white_bg {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.container-large-16 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.h2_onest-6 {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

.wgs_cards_wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
}

.div-block-261 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 45%;
  display: flex;
}

.button-18 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #52b0d3;
  border-radius: 20rem;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem .4rem .4rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-18:hover {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #193b59;
}

.button-18.call {
  color: #193b59;
  background-color: #fff0;
  border: 1px solid #dcbf87;
  padding-left: .4rem;
  padding-right: 1.5rem;
}

.section-16 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-16.white {
  background-color: #fff;
  overflow: hidden;
}

.h2_onest-7 {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

.icon-1x1-small-17 {
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}

.gws_card_btn-2 {
  color: #fff;
  background-color: #dcbf87;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  display: flex;
}

.app_usp-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #54dd0026;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 1rem;
  line-height: 1.5rem;
  display: flex;
}

.text-block-48 {
  color: #034750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.container-large-17 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container-large-17.xlarge {
  max-width: 85rem;
}

.container-large-18 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.text-color-gold-2 {
  color: #dcbf87;
}

.text-block-49 {
  margin-bottom: 3px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.dev_topic_content-2 {
  color: #004750;
  font-family: Onest, sans-serif;
  font-size: .8rem;
  line-height: 1.4rem;
}

.container-13 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.container-13.is--hero {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  padding: 0 2.5em;
  display: flex;
}

.div-block-262 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.dev_topic_card-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #dcbf87;
  text-align: left;
  background-color: #faf8f2;
  border: 1px solid #dcbf8759;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 11.5rem;
  padding: 1.5rem;
  line-height: 1.6rem;
  transition: all .2s;
  display: flex;
}

.dev_topic_card-2:hover {
  color: #004750;
}

.dev_topic_title-2 {
  color: #004750;
  font-family: Onest, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.div-block-263 {
  background-color: #fff;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  display: flex;
}

.usp-c1_icon_wrapper-3 {
  color: #fff;
  background-color: #dcbf87;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: flex;
}

.link_gold-4 {
  color: #dcbf87;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.section-17 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-17.revw {
  color: #000;
  background-color: #fff;
  padding-bottom: 0;
}

.section-17.revw.contact_form {
  background-color: #f7eedd;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: block;
}

.section-17.dev-2 {
  z-index: 5;
  color: #111;
  background-color: #f9f5eb;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-17.dev-2.white_bg {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.section-17.buttom_buttons {
  background-color: #f9f5eb;
  min-height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-17.roas_visual {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-17.roas_visual.brand {
  color: #00363d;
  background-color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.div-block-264 {
  text-align: left;
  width: 65%;
}

.div-block-265 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.button-19 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-19:hover {
  box-shadow: none;
  background-color: #000;
}

.button-19.in-form {
  background-color: #dcbf87;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  padding: 0;
  font-size: 1.1rem;
  display: flex;
}

.h2_onest-8 {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

.h2_onest-8.left {
  text-align: left;
}

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

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

.software_dev_visual-3 {
  z-index: 3;
  object-fit: cover;
  border-radius: 2rem;
  width: 50%;
  max-width: none;
  min-height: 40rem;
  max-height: none;
  left: 0;
}

.div-block-267 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 1.5rem 0% auto;
}

.navbar {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.text-block-50 {
  margin-bottom: 3px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.div-block-268 {
  background-color: #fff;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  display: flex;
}

.seo-content_wrapper-3 {
  z-index: 3;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.seo-content_wrapper-3._100w {
  max-width: 100%;
}

.dev_topic_content-3 {
  color: #004750;
  font-family: Onest, sans-serif;
  font-size: .8rem;
  line-height: 1.4rem;
}

.section_youtube_final-2 {
  background-color: #373736;
  background-image: linear-gradient(62deg, #186d54f2, #18634cf2), url('../images/1200bg_11200bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.div-block-269 {
  color: #034750;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.nav_links_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #004750;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.div-block-270 {
  text-align: left;
  width: 65%;
}

.container-14 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.container-14.is--hero {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  padding: 0 2.5em;
  display: flex;
}

.text-block-51 {
  font-size: .85rem;
}

.div-block-271 {
  background-color: #dcbf871a;
  width: 100%;
  margin-top: 6rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.div-block-272 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

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

.container_nav-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.div-block-273 {
  background-color: #dcbf8733;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  height: 20rem;
  margin-bottom: 1.5rem;
  padding: 2.2rem;
  display: flex;
}

.text-style-muted-4 {
  opacity: .6;
  color: #404040;
}

.button-20 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-20:hover {
  box-shadow: none;
  background-color: #000;
}

.button-20.in-form {
  background-color: #dcbf87;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  padding: 0;
  font-size: 1.1rem;
  display: flex;
}

.page-wrapper-4 {
  position: relative;
}

.container-large-20 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container-large-20.rel_z1 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.div-block-274 {
  width: 1px;
  height: 1px;
}

.brand-2 {
  width: 2.5rem;
  height: 2.5rem;
}

.dev_navlink_mobile {
  border-radius: .3rem;
  padding: .2rem 1rem;
  text-decoration: none;
  transition: all .2s;
}

.dev_navlink_mobile:hover {
  background-color: #dcbf871a;
}

.dev_navlink_mobile.w--current {
  color: #f9f5eb;
  background-color: #dcbf87;
  text-decoration: none;
  transition: all .25s;
}

.h2_onest-9 {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

.h2_onest-9._2-8 {
  text-align: left;
  font-size: 2.8rem;
}

.h2_onest-9.text-color-white {
  color: #fff;
}

.icon-1x1-small-18 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small-18.current_locale {
  object-fit: cover;
  border-radius: 5rem;
  width: 1.2rem;
  height: 1.2rem;
}

.menu_item-2 {
  color: #f5f5f5;
  font-family: Clashdisplay, sans-serif;
  font-size: 2rem;
  text-decoration: none;
}

.menu_item-2.sub {
  color: #f5f5f5;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.5rem;
}

.menu_item-2.sub.nw_color {
  color: #0e5744;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 600;
}

.menu_item-2.nw_color {
  color: #115341;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
}

.nav_idlinks_wrapper {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: fixed;
}

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

.dev_navlink {
  border-radius: .3rem;
  padding: .2rem 1rem;
  text-decoration: none;
  transition: all .2s;
}

.dev_navlink:hover {
  background-color: #dcbf871a;
}

.dev_navlink.w--current {
  color: #f9f5eb;
  background-color: #dcbf87;
  text-decoration: none;
  transition: all .25s;
}

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

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

.div-block-277 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.div-block-278 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.dev_topic_card-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #dcbf87;
  text-align: left;
  background-color: #faf8f2;
  border: 1px solid #dcbf8759;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 11.5rem;
  padding: 1.5rem;
  line-height: 1.6rem;
  transition: all .2s;
  display: flex;
}

.dev_topic_card-3:hover {
  color: #004750;
}

.container-extra_large-3 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.code-embed-17 {
  display: none;
}

.div-block-279 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

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

.dev_topic_title-3 {
  color: #004750;
  font-family: Onest, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.image-79, .image-80, .image-81 {
  width: 100%;
}

.div-block-280 {
  background-color: #fff;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  display: flex;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-281 {
  text-align: left;
  width: 65%;
}

.div-block-282 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.button-21 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-21:hover {
  box-shadow: none;
  background-color: #000;
}

.button-21.in-form {
  background-color: #dcbf87;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  padding: 0;
  font-size: 1.1rem;
  display: flex;
}

.h2_onest-10 {
  color: #004750;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

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

@media screen and (max-width: 991px) {
  .margin-large {
    margin: 2.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

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

  .hide-tablet {
    display: none;
  }

  .icon-1x1-medium.menu_dark {
    filter: brightness(0%);
    width: 1.75rem;
    height: 1.75rem;
  }

  .button.is-yellow.desktop-version {
    display: none;
  }

  .button.is-yellow.not-desktop-version {
    display: flex;
  }

  .button-group.flex-justify-center.app_cta {
    flex-flow: row;
    right: auto;
  }

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

  .container {
    flex-flow: column;
  }

  .grid-2col {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid_content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

  .message-button.grow_mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .grid-2col-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-3 {
    display: block;
  }

  .slider09_item.slider-item {
    width: 50%;
  }

  .nav_component-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2.roas_visual {
    overflow: hidden;
  }

  .section-2.cta_seo.white_bg.c1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2.cta_seo.invite {
    padding-bottom: 0;
  }

  .section-2.white.absolute_visual {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .section-2.hero_appdownload.white_bg {
    background-position: 50% 100%;
    background-size: contain;
  }

  .section-2.hero_drenthe.sand {
    padding-top: 6rem;
  }

  .section-2.dev-2.white_bg.c1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2.dev-2.invite {
    padding-bottom: 0;
  }

  .review_slider._1, .review_slider._2, .review_slider._3, .review_slider._4, .review_slider._5, .review_slider._6 {
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 20rem;
    position: relative;
    overflow: visible;
  }

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

  .rich_text {
    max-width: 100%;
  }

  .reviews_block_wrapper {
    width: 100%;
  }

  .container-large-8.c3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
  }

  .review_component-2 {
    flex: 1;
    width: 100%;
  }

  .body_base {
    overflow: visible;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .image-39 {
    position: static;
  }

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

  .div-block-141.social.reverse_mobile {
    flex-flow: column-reverse;
  }

  .locales-wrapper-2 {
    background-color: #ffffff0d;
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .dropdown_language_toggle {
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown_language_toggle:hover {
    color: #b3b3b3;
  }

  .dropdown_language_toggle.green {
    padding-left: .75rem;
  }

  .dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-link-menu {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .section_white.seo_hero_2 {
    flex-flow: column;
    padding-bottom: 0;
  }

  .section_white.seo_page, .section_white.social, .section_white.googlle_ads {
    padding-top: 4rem;
  }

  .section_white.development, .section_white.developmentv2, .section_white.section_usps {
    flex-flow: column;
    padding-bottom: 0;
  }

  .section_white.secitie_gmu_usps {
    padding-top: 4rem;
  }

  .section_white.developmentv2 {
    flex-flow: column;
    padding-bottom: 0;
  }

  .about_content_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .about_content_wrapper.reverse_moible {
    flex-flow: column-reverse;
  }

  .about_content_wrapper.max-width-50, .about_content_comp {
    max-width: 100%;
  }

  .about_content_comp.sticky {
    position: static;
  }

  .about_content_comp.wgs {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .specs {
    max-width: 100%;
  }

  .services_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .image-46 {
    position: static;
  }

  .div-block-149, .strategy_visual_component_wrapper {
    flex-flow: column;
  }

  .grid_content-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-2col-4 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .button-10.is-yellow.not-desktop-version {
    display: flex;
  }

  .button-10.is-yellow.desktop-version {
    display: none;
  }

  .seo_hero_content_wrapper {
    flex-flow: column;
  }

  .seo_hero_content_wrapper.social {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .seo_hero_content_wrapper.dev-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .div-block-160 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

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

  .section_blog-header-2 {
    padding-bottom: 0;
  }

  .vacancy_content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .seo-content_wrapper {
    max-width: 100%;
  }

  .visual_cms_item.is--current {
    height: 100%;
  }

  .tab-section {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .hero_left {
    width: 100%;
  }

  .hero_right {
    width: 100%;
    height: 30rem;
  }

  .container-6 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-12.is-yellow.desktop-version {
    display: none;
  }

  .container-7 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-7.is--hero {
    flex-flow: column;
  }

  .rich_vacature blockquote {
    left: 0;
  }

  .image-56 {
    z-index: -2;
    width: 100%;
  }

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

  .image-63 {
    right: 29%;
  }

  .div-block-160-copy {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

  .seo_hero_visual_2 {
    width: 100%;
  }

  .seo_visual_person {
    width: 35rem;
    height: 34rem;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto -12% 0%;
  }

  .seo_hero_bg_shape {
    object-fit: cover;
    object-position: 0% 0%;
    width: 28rem;
    height: 21rem;
    inset: auto 0% 0% auto;
  }

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

  .seo_result_visual {
    z-index: 2;
    width: 24rem;
    height: 25rem;
    inset: 0% 0% auto auto;
  }

  .vacancy_grid {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

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

  .div-block-196 {
    width: 35rem;
  }

  .seo_icons_title_wrapper {
    width: 100%;
  }

  .seo_usps_section {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .seo_usps_section.development {
    padding-top: 4rem;
  }

  .social_hero_bg_shape {
    object-fit: cover;
    object-position: 0% 0%;
    width: 28rem;
    height: 21rem;
    inset: auto 0% 0% auto;
  }

  .seo_source_icon-wrapper {
    width: 100%;
  }

  .retarget_visual {
    width: 40rem;
  }

  .social_content_wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
  }

  .social_content_wrapper.groups {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column-reverse;
    margin-top: 5rem;
  }

  .retarget_text_c1 {
    bottom: -20%;
    left: -7%;
  }

  .retarget_text_c2 {
    bottom: -13%;
    left: 53%;
  }

  .retarget_text_c3 {
    top: -19%;
    left: 26%;
  }

  .retarget_text_c4 {
    top: -19%;
    right: -1%;
  }

  .scoial_content_comp {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .container-9 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-9.is--hero {
    flex-flow: column;
  }

  .abs_homebtn_top {
    width: 2.5rem;
    height: 2.5rem;
  }

  .localewrap_float_top {
    background-color: #ffffff0d;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    inset: 0% 2.5rem auto auto;
  }

  .whatsap_results_wrapper {
    width: 100%;
  }

  .results_cta_wrapper {
    width: 100%;
    margin-bottom: 3rem;
  }

  .dev_hero_visual_wrapper {
    width: 100%;
    height: 35rem;
    position: relative;
  }

  .software_dev_visual {
    width: 100%;
    margin-top: 3rem;
    left: 0;
  }

  .div-block-201 {
    height: 100%;
  }

  .host_stats_component {
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

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

  .host_stats_item.is-offset {
    margin-bottom: 2rem;
    top: 0;
  }

  .section_host-stats {
    padding-left: 0;
    padding-right: 0;
  }

  .aboute_vacancy {
    width: 100%;
  }

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

  .yotube_hero_visual {
    height: 29rem;
  }

  .span_passiveincome {
    margin-top: .5rem;
    margin-bottom: .2rem;
  }

  .div-block-206 {
    padding: 1.5rem;
  }

  .container5_small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .yt_elements, .section_youtube_video_slider {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .yt_facts_numbers_comp {
    width: 100%;
    padding-bottom: 2rem;
  }

  .yt_facts_numbers_wrapper {
    flex-flow: column;
  }

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

  .patient-profile-2 {
    flex: none;
  }

  .yt_benefits_wrapper {
    flex-flow: column;
  }

  .yt_benefit {
    width: 35rem;
  }

  .faq_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .section2_nopaddingtop.roas_visual, .section_2.roas_visual {
    overflow: hidden;
  }

  .section_2.subsidie {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .yt_ups_visual.contain {
    width: 100%;
  }

  .section_youtube_final.roas_visual {
    overflow: hidden;
  }

  .yt_cta_wrapper {
    max-width: 100%;
  }

  .yt_optionwrapper_sticky {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .yt_pricing_sticky {
    max-width: 100%;
    position: static;
  }

  .green_ticker {
    max-width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .app_mockups_cta_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column-reverse;
  }

  .app_mockups_cta_wrapper.reverse_moible {
    flex-flow: column-reverse;
  }

  .app_type_wrapper {
    max-width: 100%;
  }

  .image-72 {
    width: 100%;
  }

  .ticker_appdownload {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .div-block-217 {
    z-index: 0;
    width: 100%;
    position: relative;
  }

  .image-73 {
    z-index: 6;
    height: 100%;
  }

  .pricing21_top-row-price {
    font-size: 3.25rem;
  }

  .pricing21_top-row-content {
    padding: 1.5rem 1rem;
  }

  .layout499_tabs {
    grid-column-gap: 3rem;
  }

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

  .grid-2col-5 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .button-13.is-yellow.not-desktop-version {
    display: flex;
  }

  .button-13.is-yellow.desktop-version {
    display: none;
  }

  .faq6_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq13_grid-list {
    grid-column-gap: 2rem;
  }

  .layout25_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .pricing21_row-content.is-first {
    border-left-style: none;
  }

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

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout197_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hero_charger_pattern_overlay.resp_cover_custom {
    background-position: 50% 100%;
    background-size: 590px;
  }

  .button_wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .button_wrapper._1-5rem.tablet_horizontal {
    flex-flow: row;
  }

  .content_wrapper-2 {
    width: 100%;
  }

  .container-large-11.green_hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 8rem;
    padding-bottom: 0;
  }

  .text-style-muted-2._0-8.hide_mobile {
    display: block;
  }

  .subsidie_visual {
    width: 18rem;
    position: static;
  }

  .linbuilding_visual {
    width: 35rem;
    height: 34rem;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto -12% 0%;
  }

  .max-width-50.algin-right {
    max-width: 100%;
  }

  .form_extra_cta_wrapper {
    width: 100%;
  }

  .button-14.call {
    justify-content: center;
    align-items: center;
  }

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

  .wsg_showcase_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .wsg_showcase_wrapper.reverse_moible {
    flex-flow: column-reverse;
  }

  .wsg_accord_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .wsg_accord_wrapper.reverse_moible {
    flex-flow: column-reverse;
  }

  .wgs_diensten_sectie {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .subsidie_item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: inline-flex;
  }

  .visual_absolute_drenthe {
    object-fit: cover;
    object-position: 100% 0%;
    width: 90%;
    height: 46rem;
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
    position: relative;
    left: 4rem;
  }

  .visual_podium_drenthe {
    object-fit: cover;
    border-radius: 0;
    width: 100%;
    height: 30rem;
    margin-top: 4rem;
    display: block;
    position: static;
  }

  .dev_factnumber_wrapper {
    width: 100%;
    padding-bottom: 2rem;
  }

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

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

  .dev_topic_card {
    width: 100%;
  }

  .div-block-225 {
    margin-top: 4rem;
  }

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

  .container-large-8-copy.c3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
  }

  .div-block-221-copy {
    flex-flow: column;
  }

  .p_c1 {
    min-height: 100%;
  }

  .dev-1_visual.sticky {
    width: 100%;
  }

  .dev-1_visual.sticky.c1 {
    width: 100%;
    margin-bottom: 4rem;
  }

  .dev-1_visual.sticky.c2 {
    margin-bottom: 4rem;
  }

  .dev-1_hero_img {
    max-height: 35rem;
  }

  .aboute_vacancy-2 {
    order: -9999;
    width: 100%;
    position: static;
  }

  .container-12 {
    flex-flow: column;
  }

  .image-78.gold-border {
    border-style: none;
    border-radius: 0;
  }

  .container-blogcontent {
    flex-flow: column;
  }

  .gmu_usps_component {
    margin-top: 4rem;
  }

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

  .gmu_section {
    max-width: 100%;
  }

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

  .max-width-30 {
    max-width: 100%;
  }

  .gmu_section_content_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .gmu_section_content_wrapper.social {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .gmu_section_content_wrapper.dev-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .seo_reviews_wrapper {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .seo_reviews_wrapper.social.reverse_mobile {
    flex-flow: column-reverse;
  }

  .seo-content_wrapper-2 {
    max-width: 100%;
  }

  .div-block-260.wgs {
    margin-top: 3rem;
  }

  .wgs_ups_wrapper-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .software_dev_visual-2 {
    object-position: 50% 0%;
    width: 100%;
    min-height: 35rem;
    max-height: 35rem;
    margin-top: 3rem;
    left: 0;
  }

  .section-15.dev-2.white_bg {
    padding-top: 4rem;
  }

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

  .div-block-261 {
    max-width: 75%;
  }

  .button-18.call {
    justify-content: center;
    align-items: center;
  }

  .section-16.white {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-13 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-13.is--hero {
    flex-flow: column;
  }

  .dev_topic_card-2 {
    width: 100%;
  }

  .section-17.dev-2.white_bg {
    padding-top: 4rem;
  }

  .section-17.roas_visual {
    overflow: hidden;
  }

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

  .software_dev_visual-3 {
    object-position: 50% 0%;
    width: 100%;
    min-height: 35rem;
    max-height: 35rem;
    margin-top: 3rem;
    left: 0;
  }

  .menu-button {
    padding-right: 0;
  }

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

  .seo-content_wrapper-3 {
    max-width: 100%;
  }

  .nav_links_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .container-14 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-14.is--hero {
    flex-flow: column;
  }

  .div-block-271 {
    margin-top: 4rem;
  }

  .container_nav-2 {
    position: static;
  }

  .div-block-273 {
    height: 100%;
  }

  .dev_navlink_mobile, .dev_navlink {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.1rem;
    display: block;
  }

  .dev-1_hero_img-2 {
    max-height: 35rem;
  }

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

  .div-block-278.social.reverse_mobile {
    flex-flow: column-reverse;
  }

  .dev_topic_card-3, .div-block-281 {
    width: 100%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

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

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

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

  .heading-style-h4.margin-bottom.margin-tiny {
    font-size: 1.25rem;
  }

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

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

  .button-group.margin-top.margin-medium {
    justify-content: center;
  }

  .button-group.footer-mobile {
    display: flex;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav_menu-right-wrapper {
    grid-template-columns: 1fr;
  }

  .nav_menu-links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav_menu-link {
    font-size: 4rem;
  }

  .nav {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #111c;
    height: 6rem;
  }

  .blog_component, .footer_component {
    grid-template-columns: 1fr;
  }

  .footer_legal {
    align-items: flex-start;
  }

  .footer-bottom_component.margin-top.margin-medium {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .nav_menu-image {
    display: none;
  }

  .blog_header-content {
    max-width: 100%;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .nav_menu-link-text {
    font-size: 4rem;
  }

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

  .logo5_logo {
    max-height: 3rem;
  }

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

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

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

  .nav_component-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

  .swiper_slide_card_results {
    width: 50%;
  }

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

  .dropdown_language_toggle {
    font-size: 1rem;
  }

  .dropdown-link-menu {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .count_up-2, .title_nav {
    font-size: 2rem;
  }

  .method_cta_content {
    font-size: 1.5rem;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .accordion2_bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .accordion2_top {
    padding: 1rem 1.25rem;
  }

  .nav-2 {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #111c;
    height: 6rem;
  }

  .nav_menu-link-text-2, .nav_menu-link-2 {
    font-size: 4rem;
  }

  .gallery10_component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .gallery10_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .vacatures_item {
    flex-flow: column;
    display: flex;
  }

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

  .swiper-box.is-first, .swiper-box.is-fourth {
    width: 7rem;
    height: 7rem;
  }

  .hero_left {
    width: 100%;
  }

  .hero_right {
    width: 100%;
    margin-top: 4em;
  }

  .container-6.is--hero, .container-7.is--hero {
    display: block;
  }

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

  .container-9.is--hero {
    display: block;
  }

  .heading-style-h4-2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .host_stats_component {
    grid-row-gap: 0rem;
  }

  .host_stats_item {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 3.5rem 2rem 2rem;
  }

  .host_stats_item.is-offset {
    margin-bottom: 1rem;
    top: 1rem;
  }

  .heading-style-h3-6 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .heading-style-h2-8, .heading-style-h2-8.text-color-green {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .pricing21_top-row-price {
    font-size: 2.5rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

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

  .pricing21_feature {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-right: 1rem;
  }

  .pricing21_empty-space {
    display: none;
  }

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

  .fs-cc-banner_button-2 {
    margin-left: 0;
    margin-right: 8px;
  }

  .nav_menu-link-text-3 {
    font-size: 4rem;
  }

  .faq13_grid-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .nav_menu-link-3 {
    font-size: 4rem;
  }

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

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

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .pricing21_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h4-3 {
    font-size: 1rem;
  }

  .fs-cc-banner_text-link-2 {
    margin-right: 8px;
  }

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

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

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

  .heading-style-h4-4 {
    font-size: 1rem;
  }

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

  .layout499_tab-link {
    padding-left: 1.5rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .hero_charger_pattern_overlay {
    background-size: cover;
  }

  .button_wrapper {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .heading-style-h3-8 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .heading-style-h4-5 {
    font-size: 1rem;
  }

  .heading-blog-hero, .heading-blog-hero-2 {
    font-size: 2.5rem;
  }

  .heading-style-h4-6, .heading-style-h4-7 {
    font-size: 1rem;
  }

  .container-13.is--hero, .container-14.is--hero {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium.only_mobile, .margin-bottom.margin-medium.ismobile_small {
    margin-bottom: 1rem;
  }

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

  .margin-bottom.margin-small {
    width: 100%;
  }

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

  .margin-top.margin-large {
    margin-top: 2rem;
  }

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

  .icon-1x1-small {
    object-fit: contain;
  }

  .icon-1x1-small.roas.rev {
    background-color: #5d01ff;
  }

  .icon-1x1-medium {
    object-fit: contain;
  }

  .icon-1x1-medium.home_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .icon-1x1-medium.mobikle_smaller {
    width: 1.6rem;
  }

  .icon-1x1-medium.menu_mobile {
    width: 1.5rem;
    height: 1.5rem;
  }

  .icon-1x1-medium.larger.formula {
    width: 2.5rem;
    height: 2.5rem;
  }

  .padding-global {
    z-index: 1;
    position: relative;
  }

  .text-weight-normal.stars {
    color: #000;
    text-transform: none;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .text-style-muted.caps {
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
  }

  .text-style-muted.blog {
    margin-top: 0;
    font-size: 1rem;
  }

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

  .heading-style-h4._1-3rem {
    max-width: 50%;
    font-size: 1.3rem;
  }

  .heading-style-h4._1-3rem.samller {
    font-size: 1.1rem;
  }

  .heading-style-h2.text-color-white {
    color: #fff;
  }

  .container-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-wrapper.has-nav {
    margin-top: 6rem;
  }

  .text-size-medium.mobile_center {
    text-align: center;
  }

  .button-group.margin-top.margin-medium, .button-group.margin-top.margin-small {
    justify-content: center;
  }

  .button-group.footer-mobile {
    display: flex;
  }

  .button-group.is-center {
    justify-content: center;
  }

  .container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .nav_reviews-component, .dot.gold {
    display: none;
  }

  .nav_menu-right-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav_menu-links-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu-links-wrapper.is-center {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .nav_menu-link {
    font-size: 1.5rem;
  }

  .grid-2col.reverse {
    flex-flow: column-reverse;
    display: flex;
  }

  .icon.is-small {
    width: 2.5rem;
  }

  .section_features.hero_dev {
    padding-top: 4rem;
  }

  .section_blogs.new {
    padding-bottom: 1rem;
  }

  .section_cta.white.seo_custom {
    padding-top: 16rem;
  }

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

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

  .footer_links-links {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footer-bottom_meta-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

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

  .form_wrapper {
    padding: 2rem 1rem;
  }

  .background_image, .background-image {
    z-index: -1;
  }

  .section.vacancy_cta {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

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

  .section.vacancy_body {
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .section.vacancy_body.form {
    padding-top: 0;
  }

  .section_blog-header {
    margin-top: 10rem;
  }

  .blog_background-image-wrapper {
    margin-bottom: 1rem;
  }

  .blog_background-image-overlay {
    display: none;
  }

  .blog_header-content {
    margin: 0;
    position: relative;
  }

  .blog-header_component {
    aspect-ratio: auto;
    flex-direction: column-reverse;
    display: flex;
  }

  .meta_wrapper {
    flex-direction: column;
    margin-top: 1rem;
  }

  .heading {
    font-size: 1.5rem;
  }

  .footer_reviews-component {
    display: none;
  }

  .border-radius-default.i {
    width: 20rem;
  }

  .message-button.gold {
    justify-content: center;
    align-items: center;
  }

  .message-button.gold.mobile_text_smaller {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.1rem;
  }

  .message-button.align-center.gold {
    width: 100%;
  }

  .message-button.align-center.gold._100 {
    width: 1005px;
  }

  .message-button.align-center.gold.no_aut {
    width: 100%;
  }

  .message-button.align-center.gold.app_cta_desktop {
    bottom: -9%;
  }

  .gmu-uitleg {
    text-align: left;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .nav_mobile-socials {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: none;
  }

  .div-block-2 {
    text-align: center;
  }

  .services_watches-wrapper {
    transform: translate(0, -14%);
  }

  .performance_check-wrap.c1 {
    justify-content: center;
    align-items: center;
  }

  .nav_menu-link-text {
    opacity: 1;
    color: var(--color-main-white);
    font-family: Inter, sans-serif;
    font-size: 1rem;
  }

  .nav_menu-bg-video {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

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

  .form_wrap {
    display: flex;
  }

  .form_wrap.is-talk {
    min-width: auto;
    position: static;
  }

  .talk_img-wrap {
    display: none;
  }

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

  .reviews_component {
    display: none;
  }

  .slider09_item.slider-item {
    width: 100%;
  }

  .features_wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .9rem;
  }

  .features_wrap.vacan {
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
  }

  .swiper-wrapper.result_cards {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .swiper-slide.result_card {
    flex: none;
    width: 75%;
    height: 22rem;
    transition: opacity .4s;
    transform: scale(.9);
  }

  .swiper-slide.result_card.is-active {
    padding: 0;
    transition-property: all;
    transform: scale(1);
  }

  .download_cta_sticky {
    z-index: 30;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #265bd026;
    border-radius: 1rem;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: .5rem 1rem .5rem .5rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    text-decoration: none;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 0 2rem #15357e59;
  }

  .download_cta_sticky.app_download {
    z-index: 35;
    color: #fff;
    text-align: center;
    background-color: #50c905;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    padding-left: 1rem;
    font-size: 1.5rem;
    display: none;
    bottom: 0%;
  }

  .download_cta_sticky.btn_quickscan2 {
    color: #fff;
    background-color: #f59c00;
    margin-bottom: 0;
    padding-left: 1rem;
    display: flex;
    position: static;
  }

  .download_cta_sticky.profit_club_visual {
    z-index: 2;
    -webkit-backdrop-filter: blur(.5rem);
    backdrop-filter: blur(.5rem);
    background-color: #303030e6;
    border-width: 2px;
    border-color: #ffffff40;
    border-radius: 100rem;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    margin: auto;
    padding: .8rem;
    display: flex;
    position: absolute;
    inset: 0% 35% 0% auto;
  }

  .download_cta_sticky.profit_club_visual_float {
    z-index: 2;
    -webkit-backdrop-filter: blur(.5rem);
    backdrop-filter: blur(.5rem);
    background-color: #303030e6;
    border-width: 2px;
    border-color: #ffffff40;
    border-radius: 100rem;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    margin: auto;
    padding: .8rem;
    display: flex;
    position: absolute;
    inset: -8% 6% auto auto;
  }

  .div-block-129-co12 {
    z-index: 2;
    background-image: linear-gradient(0deg, #00000040, #fff0);
    border-radius: 2px;
    width: 100%;
    height: 5rem;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-137 {
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    display: flex;
  }

  .div-block-137.example_comp {
    font-size: .8rem;
  }

  .div-block-137.example_comp.title {
    font-size: .9rem;
  }

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

  .div-block-134 {
    z-index: 1;
    position: relative;
  }

  .div-block-134.slider {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .profit_club {
    width: 12rem;
  }

  .div-block-121 {
    z-index: 0;
    background-color: #fff;
    border-radius: 0;
    height: 11rem;
    position: absolute;
    inset: auto 0% -1%;
  }

  .text-block-18 {
    flex: none;
    font-weight: 500;
  }

  .div-block-96 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .div-block-136 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    display: flex;
  }

  .swiper-container {
    height: 22rem;
  }

  .heading-style-h3-4 {
    text-transform: none;
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 800;
    line-height: 2rem;
  }

  .heading-style-h3-4.pricing_title {
    color: #000;
    text-align: center;
    border-bottom: 1px solid #00000026;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: .75rem;
    line-height: 2.25rem;
  }

  .heading-style-h3-4.pricing_title.white {
    color: #fff;
    border-bottom-style: none;
    border-bottom-color: #fff0;
    padding-bottom: 0;
  }

  .heading-style-h3-4.below_roas {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }

  .heading-style-h3-4.text-align-center {
    line-height: 2.2rem;
  }

  .heading-style-h3-4.text-align-center.d_center {
    max-width: 100%;
  }

  .heading-style-h3-4.align_right {
    text-align: right;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .heading-style-h3-4.profit_number {
    font-size: 1.3rem;
  }

  .heading-style-h3-4.profit_number.onest {
    text-align: right;
  }

  .heading-style-h3-4.profit_number.onest.left {
    text-align: left;
  }

  .heading-style-h2-7 {
    text-transform: none;
    font-weight: 500;
    line-height: 2.5rem;
  }

  .revenu_analysed {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    text-align: center;
    background-color: #ffffff0d;
    border: 1px solid #ffffff1a;
    border-radius: 1rem;
    flex-flow: column;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
  }

  .revenu_analysed.seo_blue_outline.seo_2_absolute {
    display: none;
  }

  .nav_component-2 {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-16 {
    background-color: #0000000d;
    border-radius: .5rem;
    padding: .1rem .5rem;
    font-weight: 500;
  }

  .section-2 {
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2.app_cta {
    min-height: 50vh;
    padding-top: 5rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

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

  .section-2.app_cta.seo_white {
    padding-bottom: 0;
  }

  .section-2.hero {
    padding-top: 3rem;
    position: relative;
  }

  .section-2._2rem.story {
    color: #000;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-2.slider {
    background-color: #d3e4df;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .section-2.slider.ov_show.calculator {
    padding-bottom: 8rem;
  }

  .section-2.slider.ov_show.calculator_page {
    padding-bottom: 4rem;
  }

  .section-2.slider.extra_p_bottom {
    padding-bottom: 8rem;
  }

  .section-2.pricing_app {
    color: #fff;
    background-color: #000;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-2.story {
    color: #000204;
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .section-2.story.grey.last {
    padding-bottom: 8rem;
  }

  .section-2.revw {
    color: #010718;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section-2.revw.review_page {
    padding-top: 4rem;
  }

  .section-2.revw.contact-blog-section {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .section-2.quickscan_section {
    color: #fff;
    background-color: #255bd0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
  }

  .section-2.seo_burning_dollars {
    color: #fff;
    background-image: linear-gradient(#000c, #000c), url('../images/burning-dollars_1burning-dollars.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
  }

  .section-2.seo_burning_dollars.seo_blue {
    background-image: none;
  }

  .section-2.seo_burning_dollars.sand {
    background-image: none;
    padding-top: 8rem;
  }

  .section-2.seo_burning_dollars.sand.mobile4rempt {
    padding-top: 4rem;
  }

  .section-2.seo_hero {
    background-color: #1b94a5;
    background-image: none;
    padding-top: 3rem;
    position: relative;
  }

  .section-2.social_hero {
    background-color: #70c92e;
    background-image: none;
    padding-top: 3rem;
    position: relative;
  }

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

  .section-2.team_slider {
    color: #010718;
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

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

  .section-2.cta_seo.last, .section-2.cta_seo.white_bg {
    padding-bottom: 12rem;
  }

  .section-2.cta_seo.white_bg.c3 {
    padding-bottom: 4rem;
  }

  .section-2.buttom_buttons {
    display: none;
  }

  .section-2.white, .section-2.hero_appdownload {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-2.hero_appdownload.last {
    padding-bottom: 12rem;
  }

  .section-2.hero_appdownload.white_bg {
    background-size: cover;
    padding-bottom: 8rem;
  }

  .section-2.hero_drenthe {
    color: #fff;
    background-image: linear-gradient(#000c, #000c), url('../images/burning-dollars_1burning-dollars.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
  }

  .section-2.hero_drenthe.seo_blue {
    background-image: none;
  }

  .section-2.hero_drenthe.sand {
    background-image: none;
    padding-top: 8rem;
  }

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

  .section-2.dev-2.last {
    padding-bottom: 12rem;
  }

  .section-2.dev-2.white_bg {
    padding-bottom: 3rem;
  }

  .section-2.dev-2.white_bg.c3 {
    padding-bottom: 4rem;
  }

  .review_slider._1 {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    top: 0;
    overflow: visible;
  }

  .review_slider._2 {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 50%;
    margin-top: 0;
    display: none;
    top: 0;
    overflow: visible;
  }

  .review_slider._3 {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-top: 0;
    display: flex;
    top: 0;
    overflow: visible;
  }

  .review_slider._4, .review_slider._5, .review_slider._6 {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    top: 0;
    overflow: visible;
  }

  .slider_slider-wrapper {
    padding-top: 3.5rem;
    overflow: visible;
  }

  .heading-style-h1-2 {
    text-transform: none;
    font-weight: 500;
    line-height: 3rem;
  }

  .heading-style-h1-2.pricing {
    color: #000;
    background-color: #0000001a;
    border-radius: 100rem;
    margin-bottom: 0;
    padding: .5rem 2rem;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }

  .heading-style-h1-2.pricing_app_title {
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 100rem;
    margin-bottom: 0;
    padding: .2rem 1rem;
    font-size: 1rem;
    line-height: 2.5rem;
  }

  .heading-style-h1-2.fix1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-style-h1-2.underline {
    text-decoration: underline;
  }

  .div-block-129 {
    z-index: 2;
    background-image: linear-gradient(#0000001a, #fff0);
    width: 100%;
    height: 5rem;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .text-block-9 {
    text-align: center;
    flex: none;
    font-size: .6rem;
    line-height: .8rem;
  }

  .text-block-9.dark {
    color: #042429;
    font-weight: 800;
  }

  .slider_wrapper {
    color: #000;
    background-color: #ffffff40;
    border: 1px solid #ffffff26;
    border-radius: .5rem;
    min-width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    padding: .25rem 1rem;
  }

  .slider_wrapper.slide_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-4 {
    background-color: #0000000d;
    border-radius: 2rem;
    margin-top: 0;
    padding: .2rem .5rem;
  }

  .rich_text {
    text-align: left;
    max-width: 100%;
  }

  .rich_text h3 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .rich_text h2 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

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

  .btn_quickscan {
    z-index: 4;
    background-color: #265bd0;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .btn_quickscan.home_white {
    z-index: 4;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .prize_block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fff;
    border: 1px solid #265bd040;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 1rem;
    display: flex;
    box-shadow: 0 2px 1rem #0000000d;
  }

  .prize_block.whitebg {
    color: #034750;
    font-weight: 600;
  }

  .faq-question {
    background-color: #fff0;
    margin-bottom: .5rem;
    padding: 0;
    font-size: 1rem;
  }

  .div-block-131 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #000;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: .75rem;
    display: flex;
  }

  .div-block-131.revenue {
    background-color: #4abf0240;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 1rem;
    padding: 1rem;
    font-weight: 500;
  }

  .div-block-131.roas {
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
  }

  .image_35 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .icon-1x1-small-7 {
    width: .9rem;
    height: .9rem;
  }

  .icon-1x1-small-7.stars {
    width: 5rem;
    height: 100%;
  }

  .reviews_block_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #e5f9f3;
    max-height: 80vh;
    margin-top: 0;
    padding: 2rem .5rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .reviews_block_wrapper.seo.gold {
    background-color: #f7eedd;
    height: 100%;
    max-height: 55rem;
  }

  .text-block-14 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container-large-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large-8.center_shrink {
    margin-bottom: 0;
  }

  .container-large-8.white_roundborder {
    background-color: #fff;
    border-radius: 0;
    padding: 3rem 1rem;
    position: relative;
    overflow: hidden;
  }

  .container-large-8.video {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-large-8.c3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .review_component-2 {
    border: 1px solid #dcbf878c;
    flex: 0 auto;
    width: 100%;
    padding: .9rem;
  }

  .gmu_dashboard {
    z-index: 1;
    width: 100%;
    height: 18rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
  }

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

  .icon-1x1-small-3 {
    object-fit: contain;
  }

  .below_span {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #e6171b;
    background-image: url('../images/ply_down.svg');
    background-position: 88%;
    background-repeat: no-repeat;
    background-size: .7rem .7rem;
    border: 1px solid #e6171b26;
    border-radius: 1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    padding: .1rem 2.25rem 0 .75rem;
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-flex;
  }

  .below_span.onest {
    margin-left: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.4;
  }

  .below_span.onest.gold {
    color: #034750;
    background-image: none;
    border-color: #03475026;
    padding-right: .75rem;
  }

  .content_wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .content_wrapper.rel {
    font-size: 1.2rem;
  }

  .text-block-15 {
    color: #000507;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #265bd026;
    border-radius: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
  }

  .blue_radial {
    z-index: -4;
    opacity: .48;
    filter: blur(3rem);
    background-color: #01286b;
    border-radius: 100rem;
    width: 20rem;
    height: 12rem;
    position: absolute;
  }

  .blue_radial.c1 {
    height: 20rem;
    inset: 0% auto auto -15%;
  }

  .blue_radial.c2 {
    opacity: .25;
    filter: blur(4rem);
    width: 35rem;
    height: 35rem;
    inset: auto -72% 0% auto;
  }

  .div-block-133 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-124 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .app_usps_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .icon-1x1-small-8 {
    object-fit: contain;
  }

  .icon-1x1-small-8.dark {
    filter: brightness(29%);
  }

  .button-9.grow {
    z-index: 1;
    text-align: center;
    background-color: #255bd0;
    border-radius: 1rem;
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8rem;
  }

  .button-9.grow.smaller {
    background-color: #255bd0;
    max-width: 1005%;
    padding: 1rem;
    font-size: 1.1rem;
  }

  .button-9.grow.smaller.m25rem {
    color: #000;
    background-color: #fff;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .button-9.grow.smaller.m25rem.blue_mobile {
    color: #fff;
    background-color: #265bd0;
  }

  .button-9.grow.page_end {
    margin-top: 1rem;
  }

  .fd_award {
    border-radius: .5rem;
    height: 13rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .profile_testimonial.pink {
    flex: none;
    width: 2rem;
    height: 2rem;
  }

  .text-block-22 {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .text-block-22._0-9 {
    font-size: .9rem;
  }

  .dots_visual {
    z-index: -2;
    opacity: .15;
    width: 45rem;
    max-width: none;
    height: 45rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -10.2rem 0% 0% -10.9rem;
  }

  .desktop_hamburger_nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: .85;
    color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .div-block-97 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    max-width: 8rem;
    display: flex;
  }

  .div-block-97:lang(en) {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .swiper_slide_card_results {
    opacity: 1;
    background-color: #fff0;
    background-image: linear-gradient(#fff, #fff);
    border: 1px solid #255bd026;
    border-radius: .5rem;
    width: 100%;
    height: 20rem;
    padding: .5rem;
    transition-property: all;
    transition-duration: .3s;
    display: block;
    transform: scale(1);
  }

  .swiper_slide_card_results.seo {
    background-color: #fff0;
    background-image: linear-gradient(#07162a, #07162a);
    border-color: #ffffff26;
  }

  .image-37 {
    z-index: 0;
    opacity: .05;
    width: 50rem;
    max-width: none;
    height: 50rem;
    position: absolute;
    inset: 9% -13.3rem 0% auto;
  }

  .image-37.pricing_app {
    z-index: 0;
    opacity: .12;
    top: 0%;
    right: -11.9rem;
  }

  .image-37.health {
    opacity: .15;
    right: -11.8rem;
  }

  .app_pricing_visual {
    z-index: 1;
    width: 100%;
    height: 15rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
  }

  .app_cta_mockup {
    z-index: 1;
    object-fit: contain;
    width: 100%;
    height: 23rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    position: relative;
    top: 0;
  }

  .faq-item {
    line-height: 1.2rem;
  }

  .roas_number {
    background-color: #0000;
    border-radius: .5rem;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .plan_wrapper-2 {
    background-color: #fff0;
    border: 1px solid #000;
    border-radius: .5rem;
    min-width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: .8rem;
  }

  .results_visual_wrapper {
    min-height: 15rem;
    margin-top: 0;
    margin-bottom: 1rem;
    position: relative;
  }

  .text-block-10 {
    opacity: .5;
    color: #fff;
  }

  .nav_btn_icon {
    width: 100%;
    height: 100%;
  }

  .nav_btn_icon.nav_light {
    object-fit: contain;
    background-color: #000;
    background-image: none;
    width: 5rem;
    height: 1.75rem;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav_btn_icon.nav_dark {
    object-fit: contain;
    background-color: #fff;
    background-image: none;
    order: -1;
    width: 5rem;
    height: 1.75rem;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .text-size-small-2 {
    font-size: 1rem;
    font-weight: 400;
  }

  .text-size-small-2.nobreak {
    white-space: normal;
  }

  .text-size-medium-2 {
    font-weight: 500;
    line-height: 1.5;
  }

  .text-size-medium-2.text-weight-semibold {
    font-weight: 700;
  }

  .div-block-130 {
    background-color: #f4f4f4;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-top: 1.5rem;
    padding: 0 1rem .5rem;
    display: flex;
  }

  .div-block-130.gold {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .container-4 {
    margin-top: 1rem;
  }

  .bottom_nav {
    z-index: 999;
    background-color: #2b2b85;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 1rem 1rem;
    padding: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .bottom_nav.gold {
    z-index: 999;
    background-color: #e0c38a;
    border: 1.5px solid #bb9957;
  }

  .bottom_nav.gold.home {
    inset: auto 0% 0%;
  }

  .ecom_item {
    z-index: 6;
    opacity: 0;
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
    border: .7px solid #255bd026;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    padding: .3rem;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: absolute;
    inset: -3.4rem -1rem auto auto;
    transform: translate(0, 2rem);
    box-shadow: 0 4px 2.6rem .9rem #0000001a;
  }

  .review_name-2 {
    font-size: 1rem;
    font-weight: 500;
  }

  .app_main_btn {
    background-image: linear-gradient(45deg, #0f2, #43b93f);
    border-radius: 100rem;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: -1rem;
    box-shadow: 0 0 0 6px #2b2b85;
  }

  .app_main_btn.gold {
    background-image: linear-gradient(#49795e, #49795e);
    border: 0 solid #bb9a57;
    box-shadow: 0 0 0 6px #e0c38a;
  }

  .app_usp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: #54dd001a;
    border: 1px #0dbc8126;
    border-radius: 8rem;
    justify-content: flex-start;
    align-items: center;
    padding: .2rem 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    display: flex;
  }

  .container_nav {
    justify-content: center;
    align-items: center;
    height: 3rem;
    padding: 0 1.25rem;
  }

  .text-block-19 {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-weight: 600;
  }

  .body_base, .body_base:lang(nl) {
    overflow: visible;
  }

  .body_base.social.no-overflwo {
    overflow: hidden;
  }

  .revenue_counter {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #29491678;
    border-radius: .5rem;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    display: flex;
  }

  .google_badge {
    width: 2.5rem;
    height: 2.5rem;
    top: -.9rem;
  }

  .btn_icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    color: #010718;
    background-color: #54dd0000;
    justify-content: flex-start;
    align-items: center;
    padding: .2rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .div-block-138 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #000;
    flex-flow: column;
    display: flex;
  }

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

  .download_button_list._0-5 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .download_button_list.g1, .download_button_list.g2 {
    width: 100%;
  }

  .grid_app_icon {
    object-fit: cover;
    width: 4.25rem;
    height: 4.25rem;
  }

  .div-block-122 {
    align-self: center;
    line-height: 1.5rem;
  }

  .div-block-139 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #ffffff1a;
    border-radius: 1rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 0;
    padding: .8rem 1rem;
    font-size: .9rem;
    display: flex;
  }

  .download_app_button {
    flex: 0 auto;
    width: 9rem;
  }

  .download_app_button.grow {
    width: 100%;
  }

  .desktop_contact_btn {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: .85;
    color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: none;
  }

  .desktop_contact_btn.menu {
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
  }

  .open-close-line---brix, .open-close-line---brix.second-line---brix {
    background-color: #000;
  }

  .accordion-item---brix.tabs-accordion---brix {
    color: #000;
    background-color: #0000000d;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .accordion-trigger---brix {
    color: #000;
    padding-bottom: 0;
  }

  .accordion-item-title---brix {
    color: #000;
    max-width: 70%;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .quick_link_wrapper {
    display: none;
  }

  .quick_link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: #54dd001a;
    border: 1px #0dbc8126;
    border-radius: 8rem;
    justify-content: flex-start;
    align-items: center;
    padding: .2rem 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    display: flex;
  }

  .image-39 {
    object-fit: contain;
    width: 100%;
  }

  .div-block-141 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .div-block-141.social {
    flex-flow: column;
  }

  .roas_visual_title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: #e0c38a40;
    border: 1px #0dbc8126;
    border-radius: 8rem;
    justify-content: flex-start;
    align-items: center;
    padding: .2rem 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    display: flex;
  }

  .roas_visual_title:lang(nl) {
    background-color: #e0c38a40;
  }

  .roas_visual_title.gold {
    background-color: #dcbf874d;
  }

  .roas_explain_list {
    flex-flow: column;
    display: flex;
  }

  .div-block-143.subtitle.succesf {
    text-align: left;
  }

  .image-41 {
    width: 20rem;
  }

  .div-block-144 {
    width: 100%;
    position: static;
  }

  .mw_70 {
    max-width: 100%;
  }

  .roas_vis {
    height: 25rem;
    margin-top: 0;
  }

  .locales-wrapper-2 {
    background-color: #fff0;
    margin-top: 0;
    padding: 0;
    top: .5rem;
    right: 1rem;
  }

  .locales-wrapper-2.dev_nav {
    margin-top: 1rem;
  }

  .dropdown_language_toggle {
    width: 3.5rem;
    height: 1.85rem;
    padding: 0 .4rem;
    transition-property: none;
    position: static;
    top: .5rem;
    right: 1rem;
  }

  .dropdown_language_toggle.w--open {
    padding-left: .4rem;
  }

  .dropdown_language_toggle.green {
    height: 2rem;
  }

  .dropdown_language_toggle.green.dev_nav {
    width: 4rem;
    height: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .dropdown-list {
    box-shadow: none;
    position: static;
  }

  .dropdown-list.w--open {
    background-color: #000;
    width: 3rem;
    margin-bottom: 0;
    position: absolute;
    inset: 2.2rem 0% auto auto;
  }

  .icon-3 {
    margin-right: 0;
  }

  .dropdown_language_link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .dropdown_language_link.w--current {
    transition-property: none;
  }

  .icon-1x1-small-9.current_locale {
    width: 1rem;
    height: 1rem;
  }

  .dropdown_language {
    display: block;
  }

  .image-42:lang(nl) {
    width: 100%;
  }

  .mobile_hamburger_nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: .85;
    color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .mobile_hamburger_nav.nav_menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .whatsapp_button {
    object-fit: contain;
    width: 2rem;
    height: 2rem;
  }

  .hero_heading {
    text-transform: none;
    border: 1.5px solid #e0c38a;
    border-radius: 1rem;
    margin-top: .25rem;
    margin-bottom: 0;
    padding: .5rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.5rem;
  }

  .hero_heading.seo {
    border-color: #ffffff8c;
  }

  .hero_subtitle-2 {
    text-align: center;
    margin-top: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .hero_subtitle-2.bold {
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 500;
  }

  .section_white {
    color: #000;
    border-radius: 0;
    height: 100%;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
    overflow: hidden;
  }

  .section_white.services {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_white.seo_hero_2 {
    padding-top: 5rem;
  }

  .section_white.seo_page {
    padding-bottom: 0;
  }

  .section_white.review_hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section_white.social {
    padding-bottom: 0;
  }

  .section_white.googlle_ads {
    padding-bottom: 4rem;
  }

  .section_white.development, .section_white.developmentv2 {
    padding-top: 5rem;
  }

  .section_white.beige-bg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_white.section_usps {
    padding-top: 0;
  }

  .section_white.secitie_gmu_usps {
    padding-bottom: 4rem;
  }

  .section_white.developmentv2 {
    padding-top: 5rem;
  }

  .btn {
    z-index: 1;
    text-align: center;
    background-color: #255bd0;
    border-radius: 1rem;
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8rem;
    display: block;
  }

  .btn.black {
    background-color: #000;
  }

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

  .btn.seo {
    display: block;
  }

  .stars_google {
    object-fit: contain;
    width: 10rem;
    height: 100%;
    padding-left: 0;
  }

  .btn_desktop_cta_green {
    z-index: 1;
    text-align: center;
    background-color: #255bd0;
    border-radius: 1rem;
    width: 100%;
    max-width: 1005%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8rem;
    display: none;
  }

  .btn_desktop_cta_green.show_home {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-size: 1.2rem;
    display: flex;
  }

  .stars_seo {
    object-fit: contain;
    width: 17rem;
    height: 3rem;
    padding-left: 0;
  }

  .count_up-2 {
    color: #54dd00;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.5rem;
  }

  .results_dashboard {
    height: 15rem;
  }

  .stars_reviews {
    object-fit: contain;
    width: 12rem;
    height: 100%;
    padding-left: 0;
  }

  .story_smiley {
    height: 14rem;
  }

  .mw_60 {
    max-width: 100%;
  }

  .text-size-large {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-size-large.c1 {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

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

  .about_content_wrapper.reverse_moible {
    flex-flow: column-reverse;
  }

  .about_content_wrapper.sticky {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .about_content_comp {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .specs {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .gmu_usp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    text-align: left;
    background-color: #54dd001a;
    border: 1px #0dbc8126;
    border-radius: .5rem;
    justify-content: flex-start;
    align-items: center;
    padding: .4rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    display: flex;
  }

  .usp_gmu_icon {
    object-fit: contain;
    width: 1.3rem;
    height: 1.3rem;
  }

  .pricings_wrapper {
    flex-flow: row;
  }

  .gmu_price_image {
    max-width: 30%;
  }

  .services_wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service_read_more {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: 1px #0dbc8126;
    border-radius: 8rem;
    justify-content: flex-start;
    align-items: center;
    padding: .2rem 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    display: flex;
  }

  .result_visual_type {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: #265bd01a;
    border: 1px #0dbc8126;
    border-radius: 8rem;
    justify-content: flex-start;
    align-items: center;
    padding: .2rem 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    display: flex;
  }

  .span_green {
    font-size: 2rem;
  }

  .btn_profit {
    z-index: 1;
    text-align: center;
    background-color: #56dc00;
    border-radius: 1rem;
    width: 100%;
    max-width: 1005%;
    padding: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8rem;
    display: block;
  }

  .profit_image_wrapper {
    margin-top: 1rem;
  }

  .section_digital_marketing_strat {
    color: #000;
    border-radius: 0;
    height: 100%;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
    overflow: hidden;
  }

  .container-large-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .icon-1x1-small-10 {
    object-fit: contain;
  }

  .icon-1x1-small-10.roas.rev {
    background-color: #5d01ff;
  }

  .image-46 {
    object-fit: contain;
    width: 100%;
  }

  .div-block-149, .strategy_visual_component_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .strategy_visual_component_wrapper.reverse_mobile {
    flex-flow: column-reverse;
  }

  .visual_strategy {
    height: auto;
  }

  .fullscreen_menu {
    z-index: 9999;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem 5rem;
    display: none;
  }

  .fullscreen_nav_logo {
    width: 5rem;
    height: auto;
    position: static;
    inset: 2rem 0% auto;
  }

  .services_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--color-main-white);
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .nav_service_item {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: #ffffff1a;
    border: 1px solid #ffffff1a;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
    text-decoration: none;
    display: flex;
  }

  .nav_service_item.hide {
    display: none;
  }

  .image-47 {
    border-radius: 1rem;
    width: 100%;
    height: 10rem;
  }

  .service_item_title {
    font-family: Clashdisplay, sans-serif;
    font-size: 1.5rem;
  }

  .title_wrapper {
    color: var(--color-main-white);
    background-color: #ffffff0d;
    border-radius: .5rem;
    padding: .5rem .75rem;
    text-decoration: none;
  }

  .div-block-151 {
    z-index: 5;
    background-image: linear-gradient(0deg, #000, #0000);
    width: 100%;
    height: 8rem;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .div-block-153 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .title_nav {
    color: #fff;
    text-align: center;
  }

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

  .nav_home {
    font-family: Clashdisplay, sans-serif;
    font-size: 1.2rem;
  }

  .menu_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .menu_item {
    color: var(--color-main-white);
    font-size: 1.8rem;
    text-decoration: none;
  }

  .menu_item.sub {
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
  }

  .menu_item.mi {
    font-size: 1.2rem;
  }

  .btn_menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: .85;
    color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: none;
  }

  .btn_menu.home_show, .btn_menu.green {
    opacity: 1;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
  }

  .btn_menu.green.hide_mobile {
    display: none;
  }

  .btn_menu.close {
    opacity: 1;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
  }

  .close_menu {
    object-fit: contain;
  }

  .close_menu.roas.rev {
    background-color: #5d01ff;
  }

  .mi_list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

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

  .line-divider.gold_vertical.ismobile_horizontal {
    width: 100%;
    height: 1px;
  }

  .roas_sticky {
    width: 100%;
    height: 25rem;
    margin-bottom: 0;
    position: static;
  }

  .roas_sticky:lang(nl) {
    width: 100%;
  }

  .section_gmu_method {
    color: #000;
    border-radius: 0;
    height: 100%;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
    overflow: hidden;
  }

  .growth_steps_wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 3rem;
  }

  .methode_title_wrapper {
    flex-flow: column;
  }

  .div-block-154 {
    max-width: 100%;
  }

  .profit_optimization_visual {
    object-fit: contain;
  }

  .method_cta_content {
    text-transform: none;
    font-weight: 500;
    line-height: 2rem;
  }

  .method_cta_content.pricing_title {
    color: #000;
    text-align: center;
    border-bottom: 1px solid #00000026;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: .75rem;
    line-height: 2.25rem;
  }

  .method_cta_content.pricing_title.white {
    color: #fff;
    border-bottom-style: none;
    border-bottom-color: #fff0;
    padding-bottom: 0;
  }

  .method_cta_content.below_roas {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }

  .method_cta_content.text-align-center {
    line-height: 2.2rem;
  }

  .method_cta_content.text-align-center.d_center {
    max-width: 100%;
  }

  .method_cta_content.align_right {
    text-align: right;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .method_cta_content.profit_number {
    font-size: 1.3rem;
  }

  .profit_visual_wrapper {
    width: 100%;
  }

  .method_icon {
    object-fit: contain;
  }

  .footer_reviews-component-2 {
    display: none;
  }

  .div-block-156 {
    text-align: center;
  }

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

  .nav_menu-link-text-2 {
    opacity: 1;
    color: #f5f5f5;
    font-family: Inter, sans-serif;
    font-size: 1rem;
  }

  .nav_menu-link-2 {
    font-size: 1.5rem;
  }

  .nav_reviews-component-2 {
    display: none;
  }

  .container-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-158, .div-block-158:lang(nl) {
    width: 100%;
    height: 100%;
  }

  .team_pictures_block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #e6eeff;
    max-height: 80vh;
    margin-top: 0;
    padding: .5rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .picture_slides_wrpper._3 {
    display: none;
  }

  .picture_slides_wrpper._2 {
    min-height: 120%;
  }

  .picture_slides_wrpper._1 {
    display: none;
  }

  .picture_slides_wrpper._4 {
    min-height: 150%;
  }

  .picture_slides_wrpper._5 {
    min-height: 120%;
  }

  .image-50 {
    height: 30vh;
  }

  .image-50.c1 {
    height: 25vh;
  }

  .image-50.c2 {
    height: 27vh;
  }

  .image-50.c3 {
    height: 15rem;
  }

  .div-block-159 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team_pictures_block-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #e6eeff;
    max-height: 80vh;
    margin-top: 0;
    padding: .5rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .teampic_block {
    height: 60vh;
  }

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

  .seo_hero_content_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    height: 100%;
  }

  .seo_visual {
    width: 100%;
    height: 100%;
    margin-top: -5rem;
  }

  .seo_subtitle.caps {
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
  }

  .div-block-160 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

  .gmu_ncc_ticker {
    flex-flow: column;
    padding-bottom: 4rem;
  }

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

  .text-block-27 {
    max-width: 90%;
  }

  .div-block-164 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .link-block-4 {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-165 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .div-block-166 {
    width: 100%;
    height: 100%;
  }

  .div-block-167 {
    width: 100%;
    height: 5rem;
  }

  .container-extra_large {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-extra_large.center_shrink {
    margin-bottom: 0;
  }

  .container-extra_large.white_roundborder {
    background-color: #fff;
    border-radius: 0;
    padding: 3rem 1rem;
    position: relative;
    overflow: hidden;
  }

  .container-extra_large.video {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .container-large-10 {
    height: 100%;
  }

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

  .vacature_image {
    width: 100%;
    min-width: 100%;
  }

  .vacature_image:lang(nl) {
    height: 15rem;
  }

  .button-11.is-yellow {
    width: 100%;
  }

  .vacatures_info-wrap {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .section_hero_vacancy.hero_dev {
    padding-top: 4rem;
  }

  .div-block-169 {
    background-color: #0d4838b3;
  }

  .vacancy_content {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .div-block-170 {
    flex-flow: column;
    width: 100%;
  }

  .swiper-slide-2._1 {
    width: 15rem;
    height: 25rem;
  }

  .swiper-slide-2._2 {
    width: 20rem;
    height: 25rem;
  }

  .swiper-slide-2._3 {
    width: 15rem;
    height: 25rem;
  }

  .swiper-slide-2._4 {
    width: 20rem;
    height: 25rem;
  }

  .swiper-slide-2.youtube {
    width: 20rem;
    height: 100%;
  }

  .swiper-2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .vacancy_collage_img._1 {
    height: 20rem;
  }

  .vacancy_collage_img._2 {
    height: 22rem;
  }

  .vacancy_collage_img._3, .vacancy_collage_img._4 {
    height: 15rem;
  }

  .h1_onest {
    font-size: 2.75rem;
    line-height: 1.1em;
  }

  .h1_onest.text-color-white {
    font-size: 3rem;
    line-height: 1.2em;
  }

  .h1_onest.text-color-white.mobile_center {
    font-size: 3rem;
  }

  .h1_onest.mobile_center.c1 {
    font-size: 2.4rem;
  }

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

  .h1_onest.left.social-media {
    font-size: 2rem;
  }

  .h1_onest.social_media.text-color-white {
    font-size: 2.75rem;
    line-height: 1.2em;
  }

  .seo_hero_usps {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .btn_wrapper {
    flex-flow: column;
    width: 100%;
  }

  .c_btn.btn-one {
    text-align: center;
    width: 100%;
    line-height: 1.4em;
  }

  .c_btn.btn-one.big {
    padding: 1.25rem 1rem;
    font-size: 1.3rem;
  }

  .c_btn.gold_outline.text_black {
    width: 100%;
  }

  .c_btn_secondary, .c_btn_secondary.vacan, .c_btn_secondary.vacan.w--current {
    justify-content: center;
    align-items: center;
  }

  .h2_onest {
    text-align: center;
    font-size: 2.5rem;
  }

  .h2_onest.text-color-black.mw-70 {
    text-align: center;
    max-width: 100%;
  }

  .h2_onest.text-color-white.mobile_c1 {
    font-size: 2.2rem;
  }

  .h2_onest._2-8 {
    text-align: center;
    font-size: 2.4rem;
  }

  .h2_onest._2-8.left {
    text-align: left;
  }

  .h2_onest.text-align-center {
    font-size: 2.2rem;
  }

  .h2_onest.text-align-center.mobile_dutch_smaller:lang(nl) {
    font-size: 1.8rem;
  }

  .h2_onest.text-weight-semibold.mobile_center {
    text-align: center;
  }

  .h2_onest.onest_gold_span {
    font-size: 1.8rem;
  }

  .h2_onest.ismobile_h3 {
    font-size: 2rem;
    line-height: 1.4em;
  }

  .container-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-small.center_shrink {
    margin-bottom: 0;
  }

  .container-small.white_roundborder {
    background-color: #fff;
    border-radius: 0;
    padding: 3rem 1rem;
    position: relative;
    overflow: hidden;
  }

  .container-small.video {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-small.gradient_styling {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .h3_onest {
    font-size: 2.25rem;
  }

  .h3_onest:lang(nl), .h3_onest.med {
    font-size: 2rem;
  }

  .h3_onest.med.text-color-white {
    line-height: 1.3;
  }

  .h3_onest.med._2 {
    font-size: 1.6rem;
  }

  .h3_onest.c1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .seo-content_wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

  .div-block-167-copy {
    width: 100%;
    height: 5rem;
  }

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

  .calculation_blur {
    width: 100%;
    height: 5rem;
  }

  .visual_cms_item {
    height: 100%;
    padding: 1rem;
  }

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

  .cards_cms_item {
    margin-bottom: .8em;
    padding: 1.4em;
  }

  .hero_right {
    height: 38rem;
    margin-top: 1rem;
  }

  .container-6.is--hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    padding-left: 1.25em;
    padding-right: 1.25em;
    display: flex;
  }

  .card_icon {
    width: 1.5em;
    height: 1.5em;
  }

  .h4_onest {
    font-size: 1.4rem;
  }

  .h4_onest.blue.text-weight-medium {
    line-height: 1.4;
  }

  .h4_onest.ismobileh3 {
    font-size: 1.6rem;
  }

  .subheading_onest.c1 {
    text-align: center;
    font-size: 1.5rem;
  }

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

  .subheading_onest.c2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .text-block-28 {
    font-size: 1.1rem;
  }

  .container-7.is--hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    padding-left: 1.25em;
    padding-right: 1.25em;
    display: flex;
  }

  .rich_vacature:lang(nl) {
    text-align: left;
  }

  .rich_vacature h2 {
    font-size: 2rem;
  }

  .rich_vacature h3 {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .rich_vacature.hide {
    display: none;
  }

  .section_invite {
    height: 120svh;
    padding-bottom: 3rem;
  }

  .thankyou_component {
    min-height: 100%;
  }

  .download_button {
    width: 10rem;
  }

  .html-embed {
    width: 100%;
    height: 100%;
  }

  .section_video-invite {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-55 {
    border-radius: 1rem;
    height: 25rem;
  }

  .image-56 {
    width: 32rem;
    max-width: none;
    height: auto;
    inset: auto 0% 0% auto;
  }

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

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

  .text-block-29 {
    margin-left: 0;
  }

  .section-4 {
    padding-top: 6rem;
  }

  .image-57 {
    bottom: -32%;
    right: 0%;
  }

  .div-block-179 {
    width: 100%;
    margin-top: 2rem;
    display: block;
    position: relative;
  }

  .image-59 {
    height: 21rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 2rem -.5rem 0% auto;
  }

  .div-block-180 {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .gmu_bid_bgshape {
    object-position: 100% 100%;
    width: 100%;
    height: 21rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .download_app_button2 {
    flex: 0 auto;
    width: 9rem;
  }

  .download_app_button2.grow {
    width: 100%;
  }

  .div-block-183 {
    padding-top: 3rem;
  }

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

  .section-5.vacancy_collage {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-5.vacancy_body {
    padding-top: 0;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .container-8.c1 {
    align-items: stretch;
  }

  .events_sub {
    text-align: center;
  }

  .image-63 {
    right: 6%;
  }

  .image-63:lang(nl) {
    right: 5%;
  }

  .div-block-160-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

  .seo_hero_visual_2 {
    width: 100%;
  }

  .seo_visual_person {
    width: 100%;
    height: 23rem;
    bottom: -8%;
  }

  .div-block-188.social {
    height: 25rem;
  }

  .seo_result_visual {
    width: 100%;
    height: 18rem;
    margin-top: -5.8rem;
    inset: auto 0% 41%;
  }

  .container_left {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container_left.center_shrink {
    margin-bottom: 0;
  }

  .container_left.white_roundborder {
    background-color: #fff;
    border-radius: 0;
    padding: 3rem 1rem;
    position: relative;
    overflow: hidden;
  }

  .container_left.video {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container_left.c1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .div-block-189, .div-block-189.social {
    margin-bottom: 1rem;
  }

  .div-block-190 {
    flex: 0 auto;
  }

  .image-65 {
    bottom: -.4rem;
    left: 0;
  }

  .screenshot_text {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.4rem;
  }

  .div-block-191 {
    margin-bottom: 1.4rem;
    bottom: 0;
    left: 0;
  }

  .screenshot_arrow {
    width: 1.7rem;
    bottom: -29%;
    right: 3.4rem;
  }

  .link-block-5 {
    width: 2rem;
    height: 2rem;
  }

  .link-block-5.textlink.w--current {
    display: none;
  }

  .div-block-192 {
    top: .4rem;
    left: 1rem;
  }

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

  .vacanvy_item {
    width: 100%;
    padding: 1.2rem;
  }

  .h5_onest {
    font-size: 1.4rem;
  }

  .h5_onest.blue.text-weight-medium {
    line-height: 1.4;
  }

  .h5_onest.vacancy_mobile_small {
    font-size: 1rem;
  }

  .div-block-194 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .collection-item {
    width: 100%;
  }

  .div-block-195 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .div-block-196, .seo_icons_title_wrapper {
    width: 100%;
  }

  .seo_usps_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .seo_usps_section.scoial, .seo_usps_section.scoial.white, .seo_usps_section.development, .seo_usps_section.development.white {
    padding-top: 4rem;
  }

  .image-66 {
    width: 35rem;
    max-width: none;
  }

  .arrow_down.gold {
    color: #f9f5eb00;
    background-image: url('../images/arrow_down_gold.svg');
  }

  .social_hero_title {
    text-align: center;
    font-size: 2.5rem;
  }

  .social_hero_title.text-color-black.mw-70 {
    text-align: center;
    max-width: 100%;
  }

  .social_hero_title._2-8 {
    text-align: center;
    font-size: 2.4rem;
  }

  .social_hero_title.text-weight-semibold.mobile_center {
    text-align: center;
  }

  .image-67 {
    width: 100%;
    max-height: none;
    margin-bottom: 3rem;
  }

  .seo_source_icon-wrapper {
    width: 100%;
  }

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

  .social_content_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 4rem;
  }

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

  .retarget_text_c1, .retarget_text_c2, .retarget_text_c3, .retarget_text_c4 {
    display: none;
  }

  .scoial_content_comp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hide_mobile {
    display: none;
  }

  .cards_cms_item-2 {
    margin-bottom: .8em;
    padding: 1.4em;
  }

  .container-9.is--hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    padding-left: 1.25em;
    padding-right: 1.25em;
    display: flex;
  }

  .div-block-198 {
    top: .4rem;
    left: 1rem;
  }

  .abs_homebtn_top {
    width: 2rem;
    height: 2rem;
    left: 1rem;
  }

  .icon-1x1-small-11 {
    object-fit: contain;
  }

  .localewrap_float_top {
    background-color: #fff0;
    margin-top: 0;
    padding: 0;
    top: .5rem;
    right: 1rem;
  }

  .icon-1x1-small-12.current_locale {
    width: 1rem;
    height: 1rem;
  }

  .icon-1x1-small-13 {
    object-fit: contain;
  }

  .bread_crumb_wrapper {
    left: 1rem;
  }

  .whatsap_results_wrapper {
    width: 100%;
    margin-top: 0;
  }

  .en_results_wrapper {
    width: 100%;
  }

  .results_cta_wrapper {
    width: 100%;
    height: 100%;
    position: static;
  }

  .results_cta_wrapper:lang(nl) {
    width: 100%;
    height: 27rem;
  }

  .section_growth_social, .sectiongoogle_ads_hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sectiongoogle_ads_hero.home {
    padding-bottom: 0;
    overflow: hidden;
  }

  .dev_hero_visual_wrapper.social {
    height: 25rem;
  }

  .software_dev_visual {
    width: 100%;
    min-height: 20rem;
    max-height: none;
    margin-bottom: 3rem;
    left: 0;
  }

  .btn_menu_home {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: .85;
    color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: none;
  }

  .btn_menu_home.home_show, .btn_menu_home.green {
    opacity: 1;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
  }

  .btn_menu_home.green.hide_mobile, .btn_menu_home.green.hide_mobile_home {
    display: none;
  }

  .btn_menu_home.close, .btn_menu_home.green_home {
    opacity: 1;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
  }

  .btn_menu_home.green_home.hide_mobile, .btn_menu_home.green_home.hide_mobile_home {
    display: none;
  }

  .div-block-200 {
    margin-bottom: 2rem;
  }

  .section_wrapper {
    padding: 0;
  }

  .container-extra_large-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4-2 {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .div-block-201 {
    height: 15rem;
  }

  .host_stats_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .host_stats_item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem;
  }

  .host_stats_item.is-offset {
    margin-bottom: 0;
    padding: 1rem;
    top: 0;
  }

  .section_host-stats {
    border-radius: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h3-6 {
    word-break: keep-all;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .aboute_vacancy {
    padding-top: 3rem;
  }

  .youtube_hero_title {
    margin-bottom: -.5rem;
    font-size: 1.7rem;
    line-height: 1.4em;
  }

  .youtube_hero_title.text-color-white {
    font-size: 3rem;
    line-height: 1.2em;
  }

  .youtube_hero_title.text-color-white.mobile_center {
    font-size: 3rem;
  }

  .youtube_hero_title.mobile_center.c1 {
    font-size: 2.4rem;
  }

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

  .youtube_hero_title.left.social-media {
    font-size: 2rem;
  }

  .youtube_hero_title.social_media.text-color-white {
    font-size: 2.75rem;
    line-height: 1.2em;
  }

  .yotube_hero_visual {
    object-position: 50% 100%;
    height: 12.6rem;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sectionyoutubehero {
    background-image: linear-gradient(0deg, #e0c38abf, #dcbf8700 19%);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .sectionyoutubehero.home {
    padding-bottom: 0;
    overflow: hidden;
  }

  .span_passiveincome {
    margin-top: .25rem;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.7rem;
  }

  .youtube_label {
    font-size: 1rem;
    font-weight: 500;
  }

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

  .div-block-206 {
    border-color: #e0c38a80;
    padding-bottom: 0;
  }

  .div-block-206.yt_table {
    padding: 1rem;
  }

  .div-block-206.yt_example {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding: 1rem;
  }

  .div-block-206.elearning_dashboard {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    padding: 1rem 1rem 0;
  }

  .image-70 {
    height: auto;
  }

  .image-70.rothy {
    height: 10rem;
    margin-top: 0;
  }

  .image-70.sub_process {
    width: 100%;
    height: 12rem;
    margin-top: 0;
  }

  .image-70.elearning_dashboard {
    height: 10rem;
    margin-top: 0;
  }

  .yt_elements {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-207 {
    filter: none;
    background-color: #dcbf8700;
    background-image: linear-gradient(0deg, #e0c38a6e, #fff);
    width: 100%;
    height: 70%;
  }

  .section_youtube_video_slider {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .worldmap_visual {
    height: auto;
  }

  .worldmap_visual.sub {
    height: 11rem;
    top: 40px;
  }

  .yt_facts_numbers_comp {
    min-height: 5rem;
  }

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

  .video_example_title {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .terms_conditions-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .yt_stats_wrapper {
    flex-flow: wrap;
  }

  .yt_stats_green {
    flex: none;
  }

  .patient-text {
    display: block;
  }

  .patient-line {
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .patient-left {
    margin-bottom: .5rem;
  }

  .patient-grid._2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .patient-grid._2.hide {
    display: none;
  }

  .p_name {
    font-size: 1rem;
  }

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

  .yt_benefit {
    width: 100%;
  }

  .faq_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .yt_invest-usp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    text-align: left;
    background-color: #dcbf871a;
    border: 1px #0dbc8126;
    border-radius: .5rem;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    display: flex;
  }

  .faq_title-2 {
    text-align: left;
  }

  .heading-style-h2-8, .heading-style-h2-8.text-color-green {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .faq-answer {
    object-fit: fill;
  }

  .faqs_wrapper {
    display: flex;
  }

  .div-block-209 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .section2_nopaddingtop {
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section2_nopaddingtop.app_cta {
    min-height: 50vh;
    padding-top: 5rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section2_nopaddingtop.app_cta.seo_blue {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section2_nopaddingtop.app_cta.seo_white {
    padding-bottom: 0;
  }

  .section2_nopaddingtop.hero {
    padding-top: 3rem;
    position: relative;
  }

  .section2_nopaddingtop._2rem.story {
    color: #000;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section2_nopaddingtop.slider {
    background-color: #d3e4df;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .section2_nopaddingtop.slider.ov_show.calculator {
    padding-bottom: 8rem;
  }

  .section2_nopaddingtop.slider.ov_show.calculator_page {
    padding-bottom: 4rem;
  }

  .section2_nopaddingtop.slider.extra_p_bottom {
    padding-bottom: 8rem;
  }

  .section2_nopaddingtop.pricing_app {
    color: #fff;
    background-color: #000;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section2_nopaddingtop.story {
    color: #000204;
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .section2_nopaddingtop.story.grey.last {
    padding-bottom: 8rem;
  }

  .section2_nopaddingtop.revw {
    color: #010718;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section2_nopaddingtop.revw.review_page {
    padding-top: 4rem;
  }

  .section2_nopaddingtop.quickscan_section {
    color: #fff;
    background-color: #255bd0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
  }

  .section2_nopaddingtop.seo_burning_dollars {
    color: #fff;
    background-image: linear-gradient(#000c, #000c), url('../images/burning-dollars_1burning-dollars.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
  }

  .section2_nopaddingtop.seo_burning_dollars.seo_blue, .section2_nopaddingtop.seo_burning_dollars.sand {
    background-image: none;
  }

  .section2_nopaddingtop.seo_hero {
    background-color: #1b94a5;
    background-image: none;
    padding-top: 3rem;
    position: relative;
  }

  .section2_nopaddingtop.social_hero {
    background-color: #70c92e;
    background-image: none;
    padding-top: 3rem;
    position: relative;
  }

  .section2_nopaddingtop.about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section2_nopaddingtop.team_slider {
    color: #010718;
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section2_nopaddingtop.cta_seo {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section2_nopaddingtop.cta_seo.last, .section2_nopaddingtop.cta_seo.white_bg {
    padding-bottom: 12rem;
  }

  .section2_nopaddingtop.buttom_buttons {
    display: none;
  }

  .channelexample {
    height: 20rem;
  }

  .div-block-211 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
  }

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

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

  .section_2 {
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_2.app_cta {
    min-height: 50vh;
    padding-top: 5rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section_2.app_cta.seo_blue {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_2.app_cta.seo_white {
    padding-bottom: 0;
  }

  .section_2.hero {
    padding-top: 3rem;
    position: relative;
  }

  .section_2._2rem.story {
    color: #000;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section_2.slider {
    background-color: #d3e4df;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .section_2.slider.ov_show.calculator {
    padding-bottom: 8rem;
  }

  .section_2.slider.ov_show.calculator_page {
    padding-bottom: 4rem;
  }

  .section_2.slider.extra_p_bottom {
    padding-bottom: 8rem;
  }

  .section_2.pricing_app {
    color: #fff;
    background-color: #000;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_2.story {
    color: #000204;
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .section_2.story.grey.last {
    padding-bottom: 8rem;
  }

  .section_2.revw {
    color: #010718;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section_2.revw.review_page {
    padding-top: 4rem;
  }

  .section_2.quickscan_section {
    color: #fff;
    background-color: #255bd0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
  }

  .section_2.seo_burning_dollars {
    color: #fff;
    background-image: linear-gradient(#000c, #000c), url('../images/burning-dollars_1burning-dollars.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
  }

  .section_2.seo_burning_dollars.seo_blue, .section_2.seo_burning_dollars.sand {
    background-image: none;
  }

  .section_2.seo_hero {
    background-color: #1b94a5;
    background-image: none;
    padding-top: 3rem;
    position: relative;
  }

  .section_2.social_hero {
    background-color: #70c92e;
    background-image: none;
    padding-top: 3rem;
    position: relative;
  }

  .section_2.about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_2.team_slider {
    color: #010718;
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section_2.cta_seo {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_2.cta_seo.last, .section_2.cta_seo.white_bg {
    padding-bottom: 12rem;
  }

  .section_2.buttom_buttons {
    display: none;
  }

  .section_2.subsidie {
    padding-top: 0;
  }

  .yt_ups_visual {
    width: 100%;
    height: 15rem;
  }

  .yt_ups_visual.contain {
    height: auto;
  }

  .yt_ups_visual.mobile_higher {
    height: 25rem;
  }

  .section_youtube_final {
    height: 100%;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .section_youtube_final.app_cta {
    min-height: 50vh;
    padding-top: 5rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section_youtube_final.app_cta.seo_blue {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_youtube_final.app_cta.seo_white {
    padding-bottom: 0;
  }

  .section_youtube_final.hero {
    padding-top: 3rem;
    position: relative;
  }

  .section_youtube_final._2rem.story {
    color: #000;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section_youtube_final.slider {
    background-color: #d3e4df;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .section_youtube_final.slider.ov_show.calculator {
    padding-bottom: 8rem;
  }

  .section_youtube_final.slider.ov_show.calculator_page {
    padding-bottom: 4rem;
  }

  .section_youtube_final.slider.extra_p_bottom {
    padding-bottom: 8rem;
  }

  .section_youtube_final.pricing_app {
    color: #fff;
    background-color: #000;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_youtube_final.story {
    color: #000204;
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .section_youtube_final.story.grey.last {
    padding-bottom: 8rem;
  }

  .section_youtube_final.revw {
    color: #010718;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section_youtube_final.revw.review_page {
    padding-top: 4rem;
  }

  .section_youtube_final.quickscan_section {
    color: #fff;
    background-color: #255bd0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
  }

  .section_youtube_final.seo_burning_dollars {
    color: #fff;
    background-image: linear-gradient(#000c, #000c), url('../images/burning-dollars_1burning-dollars.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
  }

  .section_youtube_final.seo_burning_dollars.seo_blue, .section_youtube_final.seo_burning_dollars.sand {
    background-image: none;
  }

  .section_youtube_final.seo_hero {
    background-color: #1b94a5;
    background-image: none;
    padding-top: 3rem;
    position: relative;
  }

  .section_youtube_final.social_hero {
    background-color: #70c92e;
    background-image: none;
    padding-top: 3rem;
    position: relative;
  }

  .section_youtube_final.about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_youtube_final.team_slider {
    color: #010718;
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section_youtube_final.cta_seo {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_youtube_final.cta_seo.last, .section_youtube_final.cta_seo.white_bg {
    padding-bottom: 12rem;
  }

  .section_youtube_final.buttom_buttons {
    display: none;
  }

  .yt_cta_wrapper {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .container-lmedium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-lmedium.center_shrink {
    margin-bottom: 0;
  }

  .container-lmedium.white_roundborder {
    background-color: #fff;
    border-radius: 0;
    padding: 3rem 1rem;
    position: relative;
    overflow: hidden;
  }

  .container-lmedium.video {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .yt_optionwrapper_sticky {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .yt_pricing_sticky {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .green_ticker {
    text-align: center;
    border-radius: .5rem;
    width: 100%;
    max-width: 100%;
    padding: 2rem 1rem;
  }

  .app_mockups_cta_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
  }

  .app_mockups_cta_wrapper.reverse_moible {
    flex-flow: column-reverse;
  }

  .app_type_wrapper {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .app_mockup.c1 {
    height: 20rem;
  }

  .app_mockup.c2 {
    height: 20rem;
    left: 0;
  }

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

  .ticker_appdownload {
    padding: 2rem 1rem;
  }

  .lighter_block {
    height: 20rem;
  }

  .pricing21_top-row-price {
    font-size: 1.5rem;
  }

  .pricing21_top-row-content {
    padding: 1rem .5rem;
  }

  .icon-1x1-small-14 {
    object-fit: contain;
  }

  .layout197_item-list, .layout499_tabs {
    grid-template-columns: 1fr;
  }

  .footer_reviews-component-3 {
    display: none;
  }

  .div-block-219 {
    text-align: center;
  }

  .padding-section-large {
    height: 100%;
  }

  .main-wrapper-2.has-nav {
    margin-top: 6rem;
  }

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

  .fs-cc-prefs_button-2 {
    margin-bottom: 8px;
  }

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

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav_menu-link-text-3 {
    opacity: 1;
    color: #f5f5f5;
    font-family: Inter, sans-serif;
    font-size: 1rem;
  }

  .nav_menu-link-3 {
    font-size: 1.5rem;
  }

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

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

  .layout1_component, .layout197_content {
    grid-template-columns: 1fr;
  }

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

  .button_specs {
    justify-content: center;
    align-items: center;
  }

  .section-13 {
    height: 100%;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_charger_pattern_overlay.resp_cover_custom {
    background-image: none;
  }

  .button_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .button_wrapper._1-5rem.tablet_horizontal {
    flex-flow: row;
  }

  .loading_label.hero {
    width: 100%;
  }

  .loading_label_progress {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 2rem;
  }

  .button-2.extra_apdding_mobile {
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .container-medium {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-medium.rel_z1.no_padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-11 {
    z-index: 1;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large-11.green_hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-style-muted-2._0-8 {
    line-height: 1.6rem;
  }

  .text-style-muted-2._0-8.mobile_only, .text-style-muted-2._0-8.hide_mobile {
    display: block;
  }

  .heading-style-h3-8 {
    word-break: keep-all;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .heading-style-h3-8.subsidie {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .subsidie_visual {
    object-fit: contain;
    width: auto;
    min-width: 50%;
    height: 13rem;
    position: relative;
    bottom: -2.4rem;
    right: auto;
  }

  .visual_subsidie_c1 {
    width: 100%;
    margin-top: 2rem;
  }

  .subsidie_span {
    font-size: 1.8rem;
  }

  .linbuilding_visual {
    width: 100%;
    height: 23rem;
    bottom: -8%;
  }

  .subsidie_stats_wrapper {
    flex-flow: wrap;
  }

  .max-width-50 {
    max-width: 100%;
  }

  .elearning_dashboard_content_wrapper {
    padding-bottom: 0;
  }

  .sub_exmpl {
    height: 15rem;
  }

  .code-embed-13 {
    min-width: 100%;
  }

  .div-block-221 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .form_extra_cta_wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .form_extra_cta_wrapper:lang(nl) {
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-14 {
    justify-content: space-between;
    align-items: center;
  }

  .button-14.call {
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
  }

  .triple_i_content_wrapper.sticky {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0%;
    top: 0;
  }

  .div-block-89 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-style-h4-5 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .wgs_cards_wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 3rem;
  }

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

  .wsg_showcase_wrapper.reverse_moible {
    flex-flow: column-reverse;
  }

  .wsg_showcase_wrapper.sticky {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

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

  .wsg_accord_wrapper.reverse_moible {
    flex-flow: column-reverse;
  }

  .wsg_accord_wrapper.sticky {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .max-width-40 {
    max-width: 100%;
  }

  .wgs_diensten_sectie {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wgs_diensten_sectie.scoial, .wgs_diensten_sectie.scoial.white, .wgs_diensten_sectie.development, .wgs_diensten_sectie.development.white {
    padding-top: 4rem;
  }

  .visual_contact_wesley {
    height: 25rem;
  }

  .wesley_pp {
    width: 10rem;
    height: 10rem;
  }

  .div-block-223 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column-reverse;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wesley_signature {
    height: 3rem;
  }

  .subsidie_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 1rem;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

  .max-width-60 {
    max-width: 100%;
  }

  .visual_abosulute {
    width: 100%;
    margin-top: 2rem;
  }

  .visual_absolute_drenthe {
    width: 100%;
    height: 20rem;
    margin-top: 1rem;
    left: .6rem;
  }

  .visual_podium_drenthe {
    height: 20rem;
  }

  .highlight_subsidie {
    font-size: 1.1rem;
    font-weight: 700;
  }

  .dev_factnumber_wrapper {
    min-height: 5rem;
  }

  .hero_usps_horizontal_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

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

  .dev_topic_card {
    width: 100%;
  }

  .div-block-224 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .div-block-226 {
    margin-right: .5rem;
  }

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

  ._5-right-div {
    margin: 5px 11px 0 5px;
    font-size: 12px;
  }

  .stars {
    width: 6rem;
  }

  .flex_inline_wrapper.mobile_center {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-227 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .section_dev_projects {
    border-radius: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .usp-c1_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
  }

  .usp-c1_icon_wrapper {
    width: 3rem;
    height: 3rem;
  }

  .icon-1x1-small_c1.custom_button.c2 {
    width: 1rem;
    height: 1rem;
  }

  .icon-1x1-small_c1.custom_button.c2:hover {
    color: #dcbf87;
  }

  .usp_c1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    text-align: left;
    background-color: #54dd001a;
    border: 1px #0dbc8126;
    border-radius: .5rem;
    justify-content: flex-start;
    align-items: center;
    padding: .4rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    display: flex;
  }

  .usp_c1.wgs {
    background-color: #c2c2c21a;
  }

  .container-large-8-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large-8-copy.center_shrink {
    margin-bottom: 0;
  }

  .container-large-8-copy.white_roundborder {
    background-color: #fff;
    border-radius: 0;
    padding: 3rem 1rem;
    position: relative;
    overflow: hidden;
  }

  .container-large-8-copy.video {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-large-8-copy.c3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .usp-c2_wrapper {
    text-align: left;
  }

  .link_gold {
    font-size: 1.4rem;
  }

  .link_gold.blue.text-weight-medium {
    line-height: 1.4;
  }

  .link_gold.vacancy_mobile_small {
    font-size: 1rem;
  }

  .div-block-221-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .form_wrapper_c1 {
    padding: 1.3rem;
  }

  .dev-1_visual {
    z-index: 1;
    object-fit: contain;
    width: 100%;
    height: 23rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    position: relative;
    top: 0;
  }

  .dev-1_visual.sticky.c1 {
    position: static;
  }

  .dev-1_visual.sticky.c2 {
    margin-top: 0;
    margin-bottom: 2rem;
    position: static;
    top: 0;
  }

  .dev-1_hero_img {
    max-height: 23rem;
  }

  .heading-blog-hero {
    text-transform: none;
    border: 1.5px solid #e0c38a;
    border-radius: 1rem;
    margin-top: .25rem;
    margin-bottom: 0;
    padding: .5rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.5rem;
  }

  .heading-blog-hero.seo {
    border-color: #ffffff8c;
  }

  .section-hero-blog {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .section-hero-blog.home {
    padding-bottom: 0;
    overflow: hidden;
  }

  .section-blog-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .section-blog-image.home {
    padding-bottom: 0;
    overflow: hidden;
  }

  .aboute_vacancy-2 {
    padding-top: 0;
  }

  .container-large-13, .container-large-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_logo-2 {
    width: 1.75rem;
  }

  .heading-blog-hero-2 {
    text-transform: none;
    border: 1.5px solid #e0c38a;
    border-radius: 1rem;
    margin-top: .25rem;
    margin-bottom: 0;
    padding: .5rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.5rem;
  }

  .wrapper-date {
    flex-flow: column;
  }

  .text-right-blog.capitalize {
    font-size: 1rem;
  }

  .container-12 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .white-space {
    height: 11rem;
  }

  .footer-bottom_meta-wrapper-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-large-14 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h4-6 {
    font-size: 1.1rem;
  }

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

  .container-blogcontent {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-block-239 {
    padding-bottom: 1rem;
  }

  .div-block-240 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #000;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: .75rem;
    display: flex;
  }

  .div-block-240.roas {
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
  }

  .div-block-240.revenue {
    background-color: #4abf0240;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 1rem;
    padding: 1rem;
    font-weight: 500;
  }

  .div-block-241 {
    z-index: 1;
    position: relative;
  }

  .div-block-241.slider {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .text-block-36 {
    flex: none;
    font-weight: 500;
  }

  .text-block-37 {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .text-block-37._0-9 {
    font-size: .9rem;
  }

  .heading-style-h4-7 {
    font-size: 1.1rem;
  }

  .heading-style-h4-7._1-3rem {
    max-width: 50%;
    font-size: 1.3rem;
  }

  .heading-style-h4-7._1-3rem.samller {
    font-size: 1.1rem;
  }

  .h2_onest-2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .div-block-242 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    display: flex;
  }

  .code-embed-15 {
    background-color: #0000000d;
    border-radius: 2rem;
    margin-top: 0;
    padding: .2rem .5rem;
  }

  .div-block-243 {
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    display: flex;
  }

  .div-block-243.example_comp {
    font-size: .8rem;
  }

  .div-block-243.example_comp.title {
    font-size: .9rem;
  }

  .text-block-38 {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-weight: 600;
  }

  .text-block-39 {
    background-color: #0000000d;
    border-radius: .5rem;
    padding: .1rem .5rem;
    font-weight: 500;
  }

  .div-block-244 {
    width: 100%;
    position: static;
  }

  .div-block-245 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #000;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: .75rem;
    display: flex;
  }

  .div-block-245.roas {
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
  }

  .div-block-245.revenue {
    background-color: #4abf0240;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 1rem;
    padding: 1rem;
    font-weight: 500;
  }

  .div-block-246 {
    z-index: 1;
    position: relative;
  }

  .div-block-246.slider {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .text-block-41 {
    flex: none;
    font-weight: 500;
  }

  .text-block-42 {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .text-block-42._0-9 {
    font-size: .9rem;
  }

  .h2_onest-3 {
    text-align: center;
    font-size: 2.5rem;
  }

  .h2_onest-3.text-color-black.mw-70 {
    text-align: center;
    max-width: 100%;
  }

  .div-block-247 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    display: flex;
  }

  .code-embed-16 {
    background-color: #0000000d;
    border-radius: 2rem;
    margin-top: 0;
    padding: .2rem .5rem;
  }

  .div-block-248 {
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    display: flex;
  }

  .div-block-248.example_comp {
    font-size: .8rem;
  }

  .div-block-248.example_comp.title {
    font-size: .9rem;
  }

  .text-block-43 {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-weight: 600;
  }

  .text-block-44 {
    background-color: #0000000d;
    border-radius: .5rem;
    padding: .1rem .5rem;
    font-weight: 500;
  }

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

  .div-block-250 {
    margin-right: .5rem;
  }

  ._5-right-div-2 {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    margin: 5px 11px 0 5px;
    font-size: 12px;
  }

  .gmu_usps_component {
    margin-top: 0;
  }

  .text-block-45 {
    font-size: 1.1rem;
  }

  .div-block-252 {
    margin-right: .5rem;
  }

  .usp-c1_icon_wrapper-2 {
    width: 3rem;
    height: 3rem;
  }

  .link_gold-2 {
    font-size: 1.4rem;
  }

  .section-14 {
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-14.revw {
    color: #010718;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section-14.revw.contact_form {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .h2_onest-4 {
    text-align: center;
    font-size: 2.5rem;
  }

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

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

  .message-button-4.align-center.gold {
    width: 100%;
  }

  .container-large-15 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gmu_section {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

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

  .max-width-30 {
    max-width: 100%;
  }

  .gmu_section_content_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: 100%;
  }

  .div-block-256 {
    background-size: 100%;
    width: 100%;
    padding-bottom: 19rem;
  }

  .div-block-257 {
    min-height: 15rem;
  }

  .div-block-258 {
    background-position: 50% 100%;
    background-size: auto 50%;
    padding-bottom: 12rem;
  }

  .usp_wrapper_gmu_section {
    width: 3rem;
    height: 3rem;
  }

  .usp-c3_wrapper {
    text-align: left;
  }

  .link_gold-3 {
    font-size: 1.4rem;
  }

  .seo_reviews_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .seo_reviews_wrapper.social {
    flex-flow: column;
  }

  .div-block-259 {
    margin-right: .5rem;
  }

  .seo-content_wrapper-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

  .h2_onest-5 {
    text-align: center;
    font-size: 2.5rem;
  }

  .h2_onest-5.ismobile_h3 {
    font-size: 2rem;
    line-height: 1.4em;
  }

  .btn_wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .div-block-260 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .div-block-260.wgs {
    padding-top: 0;
  }

  .wgs_ups_wrapper-2 {
    display: none;
  }

  .usp_wgs-2 {
    text-align: left;
  }

  .software_dev_visual-2 {
    width: 100%;
    min-height: 20rem;
    max-height: none;
    margin-bottom: 0;
    left: 0;
  }

  .text-block-47 {
    font-size: 1.1rem;
  }

  .section-15 {
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section-15.dev-2.white_bg {
    padding-bottom: 4rem;
  }

  .container-large-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2_onest-6 {
    text-align: center;
    font-size: 2.5rem;
  }

  .wgs_cards_wrapper-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 3rem;
  }

  .div-block-261 {
    max-width: 100%;
  }

  .button-18 {
    justify-content: space-between;
    align-items: center;
  }

  .button-18.call {
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
  }

  .section-16 {
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-16.white {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h2_onest-7 {
    text-align: center;
    font-size: 2.5rem;
  }

  .app_usp-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: #54dd001a;
    border: 1px #0dbc8126;
    border-radius: 8rem;
    justify-content: flex-start;
    align-items: center;
    padding: .4rem 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    display: flex;
  }

  .container-large-17 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-large-18 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-49 {
    font-size: 1.1rem;
  }

  .container-13.is--hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    padding-left: 1.25em;
    padding-right: 1.25em;
    display: flex;
  }

  .div-block-262 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .dev_topic_card-2 {
    width: 100%;
  }

  .div-block-263 {
    margin-right: .5rem;
  }

  .usp-c1_icon_wrapper-3 {
    width: 3rem;
    height: 3rem;
  }

  .link_gold-4 {
    font-size: 1.4rem;
  }

  .section-17 {
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-17.revw {
    color: #010718;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .section-17.revw.contact_form {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

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

  .section-17.dev-2.white_bg {
    padding-bottom: 4rem;
  }

  .section-17.buttom_buttons {
    display: none;
  }

  .h2_onest-8 {
    text-align: center;
    font-size: 2.5rem;
  }

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

  .container-large-19 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .software_dev_visual-3 {
    width: 100%;
    min-height: 20rem;
    max-height: none;
    margin-bottom: 0;
    left: 0;
  }

  .div-block-267 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-50 {
    font-size: 1.1rem;
  }

  .div-block-268 {
    margin-right: .5rem;
  }

  .seo-content_wrapper-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

  .section_youtube_final-2 {
    height: 100%;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .div-block-269 {
    margin-bottom: 2rem;
  }

  .nav_links_wrapper {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 0 20px 1rem #0000000d;
  }

  .container-14.is--hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    padding-left: 1.25em;
    padding-right: 1.25em;
    display: flex;
  }

  .container_nav-2 {
    justify-content: center;
    align-items: center;
    padding: 0 1.25rem;
  }

  .div-block-273 {
    height: 15rem;
  }

  .page-wrapper-4.no-ov {
    overflow: hidden;
  }

  .link-block-6 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #dcbf87;
    border-radius: .2rem;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: .3rem .75rem .5rem;
    text-decoration: none;
    display: flex;
  }

  .link-block-6:hover {
    background-color: #dcbf870d;
  }

  .link-block-6.w--current {
    color: #fff;
    background-color: #dcbf87;
  }

  .container-large-20 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand-2 {
    height: 1.75rem;
    padding-left: 0;
  }

  .dev_navlink_mobile {
    text-align: center;
    flex: none;
    margin-top: 0;
    padding: 0;
    font-size: .9rem;
    line-height: .9rem;
    text-decoration: none;
  }

  .dev_navlink_mobile:hover {
    background-color: #fff0;
  }

  .h2_onest-9 {
    text-align: center;
    font-size: 2.5rem;
  }

  .h2_onest-9._2-8 {
    text-align: center;
    font-size: 2.4rem;
  }

  .h2_onest-9.ismobile_h3 {
    font-size: 2rem;
    line-height: 1.4em;
  }

  .icon-1x1-small-18.current_locale {
    width: 1.25rem;
    height: 1.25rem;
  }

  .menu_item-2 {
    color: #f5f5f5;
    font-size: 1.8rem;
    text-decoration: none;
  }

  .menu_item-2.sub {
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
  }

  .nav_idlinks_wrapper {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-228 {
    z-index: 9999;
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: .75rem .5rem;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 -5px 1rem #0000000d;
  }

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

  .div-block-277 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .dev-1_hero_img-2 {
    max-height: 23rem;
    margin-bottom: -2rem;
  }

  .div-block-278 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .div-block-278.social {
    flex-flow: column;
  }

  .dev_topic_card-3 {
    width: 100%;
  }

  .container-extra_large-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-279 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .container-large-21 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-280 {
    margin-right: .5rem;
  }

  .h2_onest-10 {
    text-align: center;
    font-size: 2.5rem;
  }

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

#w-node-_09fb7685-d13d-89f0-251c-9d43e838bde7-43c7d7d5, #w-node-f209fa3a-443d-1213-b4fd-00c1449fc7e9-43c7d7d5, #w-node-_12ae368a-abd8-f4b2-0440-24694c8c5747-43c7d7d5, #w-node-_03711b21-f947-1888-4295-b8c4874bf12f-43c7d7d5, #w-node-fdee300a-b86e-bdc2-6fc8-0eea0e246eb0-43c7d7d5, #w-node-dcff6e52-5aee-b664-8854-edce83711f25-43c7d7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0435170-0abe-8d47-32de-d2bab70bf7b6-43c7d7f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d69d8ed-4327-6941-cec0-4ed43e0efd94-43c7d7f8 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2ddd4782-8983-017e-a9ac-f5de8258b0f9-43c7d7f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bd0c4b93-b4c5-0afc-36c5-beb7cf1341b3-43c7d7f8, #w-node-_0e1d092b-b2a0-ede0-ae2f-1894b869ce02-43c7d7f8, #w-node-_70b98ef6-01b6-7383-5189-76d5ea996e89-43c7d7f8, #w-node-f839f84a-a791-fd9b-762b-4b7a0687298f-06872989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f839f84a-a791-fd9b-762b-4b7a068729b4-06872989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f839f84a-a791-fd9b-762b-4b7a068729c0-06872989, #w-node-f839f84a-a791-fd9b-762b-4b7a068729cc-06872989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7b54df4-da83-e78f-aabe-6b33e7afca4f-2f3c9970 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a7b54df4-da83-e78f-aabe-6b33e7afca50-2f3c9970 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7b54df4-da83-e78f-aabe-6b33e7afca76-2f3c9970 {
  justify-self: end;
}

#w-node-_3b51abd6-7a5f-ac16-8730-174fb99d9400-2f3c9970, #w-node-_3b51abd6-7a5f-ac16-8730-174fb99d9401-2f3c9970, #w-node-e7a0a0b9-5072-832f-59fe-56d1f3d08b3e-2f3c9970, #w-node-_045a0435-f951-7c8f-3a56-cedd1e9e6a96-2f3c9970 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b51abd6-7a5f-ac16-8730-174fb99d9410-2f3c9970 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5bdc23f3-e704-3759-e264-5bbf1ee41b81-2f3c9970, #w-node-_0ea7d193-77fe-e16c-bba7-5c8a41c6af9f-43c7d831, #w-node-_0ea7d193-77fe-e16c-bba7-5c8a41c6afa9-43c7d831, #w-node-_0ea7d193-77fe-e16c-bba7-5c8a41c6afb3-43c7d831, #w-node-_0ea7d193-77fe-e16c-bba7-5c8a41c6afbd-43c7d831 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ba154ea-3843-187f-899a-6501a6803866-43c7d837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3ba154ea-3843-187f-899a-6501a6803853-43c7d837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_167730ed-ade0-2f29-6da9-0a5c3a18ca70-43c7d83c, #w-node-c8a5ee22-eb40-ac31-eb87-5e0b82df6335-43c7d854, #w-node-c8a5ee22-eb40-ac31-eb87-5e0b82df633f-43c7d854, #w-node-c8a5ee22-eb40-ac31-eb87-5e0b82df6349-43c7d854, #w-node-c8a5ee22-eb40-ac31-eb87-5e0b82df6353-43c7d854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c3a357-4fa8-2263-8dbe-0d4251b82997-43c7d882, #w-node-_69c3a357-4fa8-2263-8dbe-0d4251b82999-43c7d882, #w-node-_69c3a357-4fa8-2263-8dbe-0d4251b8299b-43c7d882, #w-node-_69c3a357-4fa8-2263-8dbe-0d4251b829a9-43c7d882, #w-node-_1a5cd05f-04de-4970-aec4-a882b0b510e3-43c7d882, #w-node-e745f8e3-ff1c-fc32-ca57-c01686ae4ef3-43c7d882, #w-node-a41ffde6-6f41-4418-a8e4-254db638ea3e-43c7d882, #w-node-e93b728a-37e4-c6d6-c717-e04fbb899b91-43c7d882, #w-node-e93b728a-37e4-c6d6-c717-e04fbb899b93-43c7d882, #w-node-e93b728a-37e4-c6d6-c717-e04fbb899b95-43c7d882, #w-node-e93b728a-37e4-c6d6-c717-e04fbb899b97-43c7d882, #w-node-_6c7c2d49-f7dc-fd43-6194-d0efd04d4796-43c7d882, #w-node-_6c7c2d49-f7dc-fd43-6194-d0efd04d4798-43c7d882, #w-node-_6c7c2d49-f7dc-fd43-6194-d0efd04d479a-43c7d882, #w-node-_6c7c2d49-f7dc-fd43-6194-d0efd04d479c-43c7d882, #w-node-a0d10dcc-7479-587c-cff8-4071e6f3bac3-43c7d882, #w-node-a0d10dcc-7479-587c-cff8-4071e6f3bac5-43c7d882, #w-node-a0d10dcc-7479-587c-cff8-4071e6f3bac7-43c7d882, #w-node-a0d10dcc-7479-587c-cff8-4071e6f3bac9-43c7d882, #w-node-_7b176327-8a62-01eb-6870-b61b2b86a7ef-43c7d882, #w-node-_7b176327-8a62-01eb-6870-b61b2b86a7f1-43c7d882, #w-node-_7b176327-8a62-01eb-6870-b61b2b86a7f3-43c7d882, #w-node-_7b176327-8a62-01eb-6870-b61b2b86a7f5-43c7d882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7dda1e59-4341-fd98-88bd-bc6984f43fea-43c7d882, #w-node-_303d4bf6-2947-5a29-cbf9-95b839f6d5d3-43c7d882, #w-node-_47729101-e700-5346-63a4-0aaa3a97fb18-43c7d882, #w-node-_1ba67110-10cd-c22e-6614-0adb208c0f08-43c7d882, #w-node-_3b9bfdbc-66d3-d385-20d1-e8612a9a8d17-43c7d882, #w-node-_5d7409a7-7e36-f240-8b47-9ef217f2651c-43c7d882 {
  justify-self: stretch;
}

#w-node-_25c59459-753f-82bf-0aaa-4642db4b3296-43c7d883 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25c59459-753f-82bf-0aaa-4642db4b3297-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b329d-43c7d883 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f14a0ced-6934-a4d8-df34-97e279c9c7fa-43c7d886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3b73aec7-3b2a-6b75-1755-4c1d034e6e6f-43c7d7f8, #w-node-_3b73aec7-3b2a-6b75-1755-4c1d034e6e84-43c7d7f8 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f839f84a-a791-fd9b-762b-4b7a068729b4-06872989 {
    justify-self: start;
  }

  #w-node-_9b6845e6-716b-aaac-4df4-26ca4a211ee0-43c7d855 {
    order: 9999;
  }

  #w-node-_25c59459-753f-82bf-0aaa-4642db4b32cd-43c7d883 {
    order: -9999;
  }

  #w-node-_25c59459-753f-82bf-0aaa-4642db4b3322-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b332f-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b333c-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b3349-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b3354-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b3360-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b336d-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b337a-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b3387-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b3390-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b339b-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b33a8-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b33b5-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b33c2-43c7d883, #w-node-_25c59459-753f-82bf-0aaa-4642db4b33cd-43c7d883 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3bf0d88-4789-2b88-eb6b-c64ddb28d73b-2f3c9970 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/clashdisplay-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}