body {
  padding-top: 1rem;
  font-family: 'TT Norms', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #4c4184;
  font-size: 3.25rem;
  line-height: 1.1153846153846154;
  font-weight: 700;
}

h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #4c4184;
  font-size: 2.375rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #4c4184;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 0.625rem;
  color: rgba(51, 51, 51, 0.8);
}

a {
  color: #4c4184;
  text-decoration: underline;
}

.wrapper {
  max-width: 1448px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.nav {
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
  background-color: #fff;
}

.nav.wrapper {
  margin-bottom: 1rem;
}

.nav__primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__link {
  margin-left: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #4c4184;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.nav__link:hover {
  color: #71cc98;
}

.nav__link.is-secondary {
  margin-right: 1.5rem;
  margin-left: 0rem;
  padding-bottom: 0rem;
  color: hsla(0, 0%, 45.9%, 0.8);
  font-size: 0.8888888888888888em;
  font-weight: 400;
}

.nav__link.is-secondary:hover {
  color: #71cc98;
}

.nav__link.is-secondary.is-active {
  color: #71cc98;
  font-weight: 700;
}

.nav__text {
  margin-bottom: 0.5rem;
}

.hr {
  height: 1px;
  margin-bottom: 1rem;
  background-color: #e6e6e6;
}

.header {
  position: relative;
  z-index: 1;
  background-color: #4c4184;
}

.header__text {
  max-width: 600px;
}

.header__img {
  position: relative;
  margin-top: -18rem;
  margin-right: -15rem;
  margin-bottom: -4rem;
}

.p-large {
  font-size: 1.3125rem;
  line-height: 1.5238095238095237;
}

.is-inverted {
  color: #fff;
}

.button__primary {
  margin-top: 2rem;
  padding: 1rem 2rem;
  border-radius: 100px;
  background-color: #4c4184;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.button__primary:hover {
  background-color: #71cc98;
}

.button__primary.is-white {
  background-color: #fff;
  color: #4c4184;
}

.button__primary.is-white:hover {
  background-color: #71cc98;
  color: #fff;
}

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

.header__container.wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0rem;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
}

.diensten.wrapper {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.heading {
  font-size: 2.375rem;
  line-height: 1.2;
}

.diensten__container {
  display: -ms-grid;
  display: grid;
  margin-top: 2.5rem;
  margin-bottom: 6rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.diensten__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.diensten__img {
  position: relative;
  z-index: -1;
  overflow: visible;
  width: 100%;
  background-color: hsla(0, 0%, 45.9%, 0.2);
  -o-object-fit: cover;
  object-fit: cover;
}

.diensten__info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3rem;
  margin-right: 2rem;
  padding-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.button__secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #4c4184;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
}

.button__secondary:hover {
  color: #71cc98;
}

.icon__chevron_right {
  margin-right: 0.5rem;
}

.button__secondary__text {
  display: block;
}

.button__secondary__text:hover {
  color: #fff;
}

.diensten__logo {
  max-width: 80%;
  margin-bottom: 1rem;
}

.diensten__p {
  margin-bottom: 1rem;
}

.diensten__info__top {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.diensten__info__bottom {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c4184;
}

.cta__text {
  width: 750px;
  margin-right: 5rem;
  margin-left: 5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cta__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.over_glowi {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #71cc98;
}

.over_glowi__text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.over_glowi__img {
  background-image: url('../images/header-glo-v1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.facts.wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  grid-column-gap: 5rem;
}

.facts.wrapper._1000-max_width {
  max-width: 1000px;
  padding-top: 6rem;
  padding-bottom: 7rem;
  grid-column-gap: 2.5rem;
}

.ratio_box {
  position: relative;
  width: 100%;
  padding-top: 55%;
  background-color: transparent;
}

.diensten__img_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

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

.body {
  padding-top: 0rem;
}

.ratio_square {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  background-color: transparent;
}

.fact__number {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 400;
}

.fact__text {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.2;
  font-weight: 400;
}

.circle__content {
  position: absolute;
  left: 3%;
  top: 3%;
  right: 3%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #71cc98;
  text-align: center;
}

.circle__content.is-purple {
  background-color: #4c4184;
}

.circle__content.is-grey {
  background-color: #edecf3;
}

.circle__content.is-header {
  display: block;
  overflow: hidden;
  padding-top: 16rem;
  background-color: #edecf3;
}

.fact__item {
  padding: 0px;
}

.circle__smile {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 63%;
}

.circle__smile.is-header {
  width: 81%;
}

.is-purple {
  color: #4c4184;
}

.footer__top {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #4c4184;
}

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

.footer__container.wrapper {
  margin-top: 3rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 5rem;
}

.footer__item {
  border-right: 2px solid rgba(237, 236, 243, 0.2);
}

.no-border {
  border: 1px none #000;
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__bottom.wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer__social_icon {
  margin-left: 0.5rem;
}

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

.nav__active_line {
  height: 4px;
  margin-bottom: -1px;
  background-color: #71cc98;
}

.footer__text {
  line-height: 1.3;
}

.content {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cta2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #71cc98;
}

.button__tertiary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #4c4184;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
}

.button__tertiary:hover {
  color: #fff;
}

.image {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bold-text {
  color: #4c4184;
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .header__text {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .header__img {
    margin-top: -7rem;
    margin-right: -8.9rem;
    margin-bottom: -5.1rem;
  }

  .p-large {
    font-size: 1.1rem;
  }

  .header__container.wrapper {
    grid-column-gap: 1.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .diensten__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .diensten__info {
    margin-right: 1rem;
  }

  .button__secondary__text {
    line-height: 1.2;
  }

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

  .over_glowi__text {
    position: static;
    padding-top: 0%;
  }

  .over_glowi__img {
    height: 400px;
  }

  .div-block {
    position: static;
    max-width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .ratio_box {
    padding-top: 80%;
  }

  .circle__content.is-header {
    padding-top: 1rem;
  }

  .footer__container.wrapper {
    grid-column-gap: 2rem;
  }

  .footer__bottom.wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__social {
    margin-top: 1rem;
  }

  .content {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .nav__link {
    margin-left: 1rem;
    font-size: 0.9em;
  }

  .header__img {
    width: 100%;
    margin: -28rem -24rem -1.8rem auto;
  }

  .button__primary {
    display: block;
  }

  .button__primary.is-white {
    display: inline-block;
  }

  .header__container.wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .diensten__container {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .diensten__img {
    height: 280px;
  }

  .cta__text {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .cta__img {
    display: none;
  }

  .facts.wrapper._1000-max_width {
    max-width: 60%;
    padding-top: 4rem;
    padding-bottom: 5rem;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ratio_box {
    padding-top: 50%;
  }

  .is-centered {
    text-align: left;
  }

  .ratio_square {
    width: 100%;
  }

  .circle__content.is-header {
    display: none;
  }

  .circle__smile.is-header {
    width: 130%;
  }

  .footer__container.wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__item {
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(237, 236, 243, 0.2);
    border-right-style: none;
  }

  .footer__item.no-border {
    border-bottom-style: none;
  }

  .footer__bottom.wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

  h2 {
    font-size: 1.9rem;
  }

  .wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .nav__secondary {
    display: block;
  }

  .nav__primary {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav__link {
    margin-left: 0rem;
  }

  .nav__link.is-secondary {
    margin-right: 0.65rem;
    padding-top: 0.85rem;
    padding-bottom: 0rem;
    font-size: 0.841em;
  }

  .nav__links {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header__text {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .header__img {
    margin-top: -21rem;
    margin-right: -20rem;
    margin-bottom: -3rem;
  }

  .diensten.wrapper {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .diensten__container {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .diensten__item {
    padding-bottom: 3rem;
    border-bottom: 1px solid hsla(0, 0%, 45.9%, 0.2);
  }

  .diensten__img {
    height: 200px;
  }

  .diensten__info {
    margin-top: -6rem;
  }

  .button__secondary {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

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

  .facts.wrapper._1000-max_width {
    max-width: 80%;
  }

  .ratio_box {
    padding-top: 70%;
  }

  .circle__smile.is-header {
    width: 125%;
  }

  .footer__top {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }

  .footer__container.wrapper {
    margin-top: 2rem;
  }

  .footer__item {
    padding-bottom: 1.5rem;
  }

  .footer__bottom.wrapper {
    padding-bottom: 2rem;
  }

  .button__tertiary {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0e914256-878f-1692-a1ed-c40c7ec5350e-2bec75a4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-f252a929-1027-aa06-8951-0998b73f6417-2bec75a4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}