/**
* calculate the max width based on input
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem;
  font-weight: bold;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 90em) {
  p {
    font-size: 1.8rem;
  }
}
p * {
  font-size: inherit;
}
p:not(:last-of-type) {
  margin-bottom: 3rem;
}

h1 {
  font-size: 4rem;
  font-size: clamp(4rem, 5vw, 9.6rem);
}

h2 {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 4vw, 5.6rem);
}

h3 {
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 3vw, 4rem);
}

h4 {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 3vw, 2.8rem);
}

h5,
h6 {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 3vw, 2rem);
}

.block__subtitle {
  font-weight: 300;
  color: #1690D0;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #1690D0;
}

html,
body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0 0;
  font-size: 1.8rem;
}
body.without--hero {
  padding: 10rem 0 0;
}
body.preload {
  animation: none;
  transition: none;
}
body.preload * {
  animation: none;
  transition: none;
}
body.logged-in .header {
  top: 32px;
}

* {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

p,
ul,
ol {
  margin: 0 0;
  margin-bottom: 0;
}

ul,
ol {
  display: inline-block;
  padding-left: 2rem;
}

::-moz-selection {
  color: #1690D0;
  background: transparent;
}

::selection {
  color: #1690D0;
  background: transparent;
}

.image--cover,
.image--contain {
  width: 100%;
  height: 100%;
}

.image--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.svg--primary path {
  fill: #1690D0;
}

.svg--white path {
  fill: #FFFFFF;
}

p img,
picture img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

img {
  max-width: 100%;
  height: auto;
}

.content__divider {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  transform: translatey(2px);
}
.content__divider img {
  width: calc(100% + 0.5rem);
  left: -0.25rem;
  position: relative;
  max-width: none;
}

.toggled--content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

#wpadminbar {
  position: fixed;
  top: 0;
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 10rem;
  top: 0;
  z-index: 10;
  transition: all 0.125s linear;
  border-bottom: 1px solid transparent;
}

.header--fixed {
  background-color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.2);
  height: 8rem;
}

.header__brand {
  position: relative;
  transition: all 0.125s linear;
  z-index: 2;
}
.header__brand .brand__link {
  display: flex;
  width: auto;
  height: 6rem;
}
.header__brand .brand__link img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .header__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

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

.header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .header__actions {
    gap: 2rem;
    margin-left: 4rem;
  }
}

@media screen and (max-width: 84.9375em) {
  .action__button {
    display: none !important;
  }
}

.header__main {
  display: flex;
  align-items: center;
  gap: 5rem;
  flex: 1;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header__navigation {
  display: flex;
  gap: 2rem;
  color: #FFFFFF;
}
@media screen and (max-width: 84.9375em) {
  .header__navigation {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .header__navigation {
    gap: 3rem;
  }
}

.header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  cursor: pointer;
  transition: all 0.125s linear;
  z-index: 15;
  background-color: #1690D0;
  border-radius: 0.8rem;
}
.header__toggle .navigation__toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2.6rem;
  height: 2rem;
  transition: all 0.125s linear;
}
.header__toggle .navigation__toggle .line {
  position: relative;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #FFFFFF;
  transition: all 0.125s linear;
}
.header__toggle.toggle--open .navigation__toggle .line {
  opacity: 0;
}
.header__toggle.toggle--open .navigation__toggle .line:first-child {
  transform: rotate(45deg);
  top: 9px;
  opacity: 1;
}
.header__toggle.toggle--open .navigation__toggle .line:last-child {
  transform: rotate(-45deg);
  bottom: 8px;
  opacity: 1;
}

.header__slideout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background-color: #E6F1F8;
  color: #1690D0;
  z-index: 1;
  padding: 10rem 0 0rem;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 64em) {
  .header__slideout {
    padding: 5rem 4rem;
  }
}
.header__slideout .sidebar__menu {
  overflow-x: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .header__slideout .sidebar__menu {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.header__slideout .sidebar__menu li {
  list-style: none;
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 2.2;
  font-weight: bold;
}
.header__slideout .sidebar__menu .navigation__link--children .link__icon svg {
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}
.header__slideout .sidebar__menu .navigation__link--children .menu__list {
  max-height: 0;
  transition: max-height 0.6s ease;
  overflow: hidden;
  padding: 0;
  display: block;
}
.header__slideout .sidebar__menu .navigation__link--children.open .link__icon svg {
  transform: rotate(0deg);
}
.header__slideout .sidebar__menu .navigation__link--children.open .menu__list {
  opacity: 1;
  visibility: visible;
  max-height: 90rem;
}
.header__slideout.navigation--open {
  transform: translateY(0);
}

.drilldown {
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 64em) {
  .drilldown {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.drilldown::-webkit-scrollbar {
  display: none;
}
.drilldown ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.drilldown ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 2.2;
  font-weight: bold;
}
.drilldown ul li a:hover {
  color: #000000;
}
.drilldown ul li:not(.submenu-title) > span:hover {
  color: #000000;
  cursor: pointer;
}
.drilldown .drilldown-sub {
  display: none;
}
.drilldown .drilldown-back {
  font-weight: bold;
  margin-bottom: 5px;
}
.drilldown .drilldown-back span {
  display: flex;
  flex-direction: row-reverse;
  font-size: 2rem;
  line-height: 1;
  border-radius: 5rem;
}
.drilldown .drilldown-back span::after {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.drilldown .drilldown-back span:after {
  margin-right: 2rem;
}
.drilldown .drilldown-back span:hover {
  color: #000000;
  cursor: pointer;
}
.drilldown .drilldown-span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  color: #1690D0;
  font-size: 2.5rem;
  font-weight: bold;
}
.drilldown .drilldown-span::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.drilldown .drilldown-span:hover {
  color: #000000;
  cursor: pointer;
}
.drilldown .current-menu-item {
  color: #1690D0;
}
.drilldown .drilldown-container {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .drilldown .drilldown-container > #menu-hoofdmenu,
  .drilldown .drilldown-container .drilldown-items {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.drilldown .drilldown-items li {
  font-weight: normal;
}

.content {
  padding: 5rem 0;
}

.content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.content__wrapper--small {
  margin: 0 auto;
  width: 100%;
  max-width: 140rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .content__wrapper--small {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.default--block .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 140rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .default--block .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.related__section {
  background: #E6F1F8;
  position: relative;
  margin-top: 10rem;
  margin-bottom: -13rem;
  padding-bottom: 21rem;
}
.related__section .related__divider {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  transform: translatey(-100%);
}
.related__section .related__divider svg, .related__section .related__divider path {
  fill: #E6F1F8;
}
.related__section .default__item {
  background: rgb(206.09375, 227.6125, 241.30625);
}

.column--block.__smaller .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 140rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .column--block.__smaller .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.column--block .content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.column--block h2 {
  color: #1690D0;
}

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

.content__row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .content__row {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .content__row {
    gap: 5rem;
  }
}
.content__row > .content__column {
  flex: 1;
}
.content__row.section--title {
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .image--block .content__row {
    align-items: center;
  }
}
.image--block .content__row.row__reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 64em) {
  .image--block .content__row.row__reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 64em) {
  .image--block .content__row:last-child {
    gap: 10rem;
  }
}
.image--block .image {
  width: 100%;
  border-radius: 4rem;
  overflow: hidden;
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
}
.image--block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.c2a--block .block__subtitle,
.c2a--block .block__title {
  color: #FFFFFF;
}
.c2a--block .block__title {
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 3vw, 4rem);
  margin: 0;
}
.c2a--block .block__subtitle {
  font-size: 2rem;
  font-size: clamp(2rem, 3vw, 2.8rem);
}
.c2a--block .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .c2a--block .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.c2a--block .c2a__content {
  background: #E31C18;
  color: #FFFFFF;
  border-radius: 4rem;
  padding: 4rem;
}
.c2a--block .c2a__content .content__row {
  justify-content: space-between;
}
.c2a--block .c2a__content .content__row .content__column {
  flex: auto;
}
.c2a--block .button__box {
  margin: 0;
}
@media screen and (min-width: 64em) {
  .c2a--block .button__box {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 64em) {
  .c2a--block .c2a__content {
    position: relative;
    padding: calc(4rem + 1.5625vw) calc(7.5rem + 1.5625vw);
  }
  .c2a--block .c2a__content .content__row {
    gap: 5rem;
  }
}

.media__block {
  padding: 0;
}
.media__block .wp-video {
  width: 100% !important;
}
.media__block.extra--image .image--wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .media__block.extra--image .image--wrapper {
    aspect-ratio: 16/6;
  }
}
.media__block.extra--image.position--top img {
  -o-object-position: top;
     object-position: top;
}
.media__block.extra--image.position--bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

.footer {
  padding: 10rem 0 5rem;
  background-color: #1690D0;
  position: relative;
  color: #FFFFFF;
}
.footer .icon__group {
  gap: 1.5rem;
  flex-direction: row;
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .footer .icon__group {
    justify-content: flex-start;
  }
}
.footer .icon__group .icon {
  background: #FFFFFF;
  color: #1690D0;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 0.4rem;
}
.footer .icon__group .icon:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.footer .button__box {
  margin: 0;
  justify-content: center;
}
.footer .button__box > .button {
  flex: 1;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .footer .button__box {
    justify-content: flex-end;
  }
  .footer .button__box > .button {
    flex: 0 0 auto;
  }
}
.footer .widget .menu {
  list-style: none;
  padding: 0;
  line-height: 1.8;
}

.footer__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 64em) {
  .footer__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.footer__column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
}

.footer__row {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (min-width: 64em) {
  .footer__row {
    flex-direction: row;
  }
}

.column--gap {
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .column--gap {
    gap: 4rem;
  }
}

.footer__title {
  font-size: 2rem;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: bold;
}

.footer__logo {
  max-width: 37rem;
  margin-bottom: 3rem;
}
.footer__logo svg .primary {
  fill: #FFFFFF;
}

.footer__author {
  display: flex;
}
.footer__author .author__link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__author .author__logo {
  width: 10rem;
}
.footer__author .author__logo path {
  fill: #1690D0;
}
@media screen and (min-width: 64em) {
  .footer__author {
    justify-content: flex-end;
  }
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.contact__info .contact__item {
  position: relative;
  line-height: 1.8;
}
.contact__info .contact__item.item__location::before {
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.contact__info .contact__item.item__mail::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.contact__info .contact__item.item__phone::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.contact__info .contact__item:before {
  color: #1690D0;
  position: absolute !important;
  left: 0;
  top: 0;
  font-size: 2.5rem;
  display: none;
}
.contact__info .contact__item.item__extra-info {
  padding: 0;
}

.footer__divider svg {
  position: relative;
  transform: translatey(0.5rem);
}

@media screen and (min-width: 64em) {
  .widget__area .footer__column:first-child {
    flex: 0 0 33.33%;
  }
  .widget__area .footer__column:last-child {
    flex: 0 0 25%;
  }
}

.copyright {
  padding: 2rem 0;
  background: #E6F1F8;
  color: #1690D0;
}
.copyright .menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .copyright .menu {
    flex-direction: row;
  }
}
.copyright .copyright__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 64em) {
  .copyright .copyright__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.copyright .footer__row {
  gap: 2rem;
}

.widget_nav_menu {
  border-bottom: 1px solid rgba(230, 241, 248, 0.2);
}
@media screen and (min-width: 64em) {
  .widget_nav_menu {
    border: 0;
  }
}
.widget_nav_menu .footer__title {
  display: flex;
  justify-content: space-between;
}
.widget_nav_menu .footer__title::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media screen and (min-width: 64em) {
  .widget_nav_menu .footer__title:after {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .widget_nav_menu .footer__title:hover {
    cursor: pointer;
  }
}
.widget_nav_menu .menu {
  display: block;
}
@media screen and (max-width: 63.9375em) {
  .widget_nav_menu .menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .widget_nav_menu .menu li a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
  }
}

.client__info {
  margin-bottom: 5rem;
}
@media screen and (min-width: 64em) {
  .client__info {
    margin-bottom: 0;
  }
}

.banner__section {
  display: flex;
  height: auto;
  background: #E6F1F8;
  position: relative;
  padding-top: 14rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 64em) {
  .banner__section {
    max-height: 720px;
    min-height: 600px;
    padding-bottom: 24rem;
  }
}
.banner__section .bg--image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner__section .bg--image:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #1690D0;
  position: absolute;
  left: 0;
  top: 0;
}
.banner__section .content__wrapper {
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .banner__section .content__wrapper {
    align-items: stretch;
  }
  .banner__section .content__wrapper .content__row {
    justify-content: space-between;
  }
  .banner__section .content__wrapper .content__row .column__item {
    flex: none;
  }
}
.banner__section:not(.home--banner).hero--image {
  max-height: 76rem;
  border: 0;
}
@media screen and (min-width: 64em) {
  .banner__section:not(.home--banner).hero--image {
    min-height: 76rem;
    max-height: 76rem;
  }
}
.banner__section.home--banner {
  min-height: 80vh;
  border: 0;
  max-height: 100rem;
}
@media screen and (min-width: 64em) {
  .banner__section.home--banner {
    height: 80vh;
    min-height: 60rem;
  }
}
.banner__section.home--banner .content__divider {
  z-index: 0;
}
.banner__section .content__row {
  width: 100%;
}
.banner__section .search__bar {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .banner__section .search__bar {
    align-self: flex-end;
    max-width: 54rem;
    margin: 0;
  }
}
.banner__section.hero--image p,
.banner__section.hero--image h1,
.banner__section.hero--image h2 {
  color: #FFFFFF;
  text-shadow: 0.4rem 0.4rem 1.2rem rgba(0, 0, 0, 0.32);
}

.banner__title {
  z-index: 1;
  position: relative;
  max-width: 100rem;
}
@media screen and (min-width: 64em) {
  .banner__title {
    width: 85%;
  }
}
.banner__title h1 {
  font-size: 4rem;
  font-size: clamp(4rem, 5vw, 9.6rem);
  color: #1690D0;
}
.banner__title h2 {
  font-size: 3.5rem;
  font-size: clamp(3.5rem, 3vw, 5rem);
  color: #000000;
}
.banner__title h1,
.banner__title h2 {
  line-height: 1;
}
.banner__title h1 span,
.banner__title h2 span {
  font-weight: normal;
}

.hero__desc {
  max-width: 72rem;
}

.grid--listing {
  display: grid;
  gap: 2rem;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media screen and (min-width: 48em) {
  .grid--listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .grid--listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .grid--listing {
    grid-template-columns: repeat(3, 1fr);
  }
}

.default__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  background: #E6F1F8;
  position: relative;
  border-radius: 4rem;
  padding: 4rem;
}
.default__item .thumbnail {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.default__item .thumbnail img {
  transition: transform 0.4s ease;
}
.default__item:hover .thumbnail img {
  transform: scale(1.1);
}
.default__item .read-more {
  display: flex;
  align-items: center;
  position: absolute;
  left: 3rem;
  bottom: 2rem;
}
.default__item .date {
  font-weight: bold;
  margin-bottom: 1rem;
}

.block--with--sidebar,
.content__sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 64em) {
  .block--with--sidebar,
  .content__sidebar {
    flex-direction: row;
  }
}
.block--with--sidebar .sidebar__column,
.content__sidebar .sidebar__column {
  flex: 0 0 25%;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.sidebar .widget {
  background: #1690D0;
  border-radius: 4rem;
  padding: 4rem;
  color: #FFFFFF;
  position: relative;
}
.sidebar .widget h4,
.sidebar .widget h3,
.sidebar .widget h2 {
  color: #FFFFFF;
}
.sidebar .widget:before {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 8.1rem;
  position: absolute;
  right: 4rem;
  top: -4rem;
  border-radius: 100%;
  background: #FFFFFF;
  border: 2rem solid #1690D0;
  color: #1690D0;
  font-size: 4rem;
}
.sidebar .widget.secondary__block {
  background: #E31C18;
}
.sidebar .widget.secondary__block:before {
  background: #FFFFFF;
  border-color: #E31C18;
  color: #E31C18;
}
.sidebar .widget.more--info {
  margin-top: 4rem;
}
.sidebar .widget.more--info::before {
  content: "\f128";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.sidebar .widget.more--info:before {
  position: absolute;
}
.sidebar .widget.more--info h3 {
  padding-right: 10rem;
}

.navigation--row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .navigation--row {
    flex-direction: row;
  }
}
.navigation--row .navigation__link,
.navigation--row .navigation__link--children {
  color: #000000;
}
.navigation--row .navigation__link .menu__list .navigation__link,
.navigation--row .navigation__link--children .menu__list .navigation__link {
  color: #000000;
}
.navigation--row .navigation__link {
  font-size: 1.2rem;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 500;
  padding: 2rem 0;
  letter-spacing: 2px;
}
@media screen and (min-width: 85em) {
  .navigation--row .navigation__link {
    letter-spacing: 2px;
  }
}
.navigation--row .navigation__link--children {
  position: relative;
}
.navigation--row .navigation__link--children .menu__list {
  position: absolute;
  top: 6rem;
  right: 0;
  padding: 0;
  box-shadow: 0.25rem 0.25rem 2rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  min-width: 100%;
  background: #FFFFFF;
  border-radius: 0.4rem;
  overflow: hidden;
}
.navigation--row .navigation__link--children .menu__list li {
  white-space: nowrap;
}
.navigation--row .navigation__link--children .menu__list .navigation__link {
  padding: 1rem 2rem;
}
.navigation--row .navigation__link--children:hover .menu__list, .navigation--row .navigation__link--children:focus .menu__list, .navigation--row .navigation__link--children:active .menu__list {
  opacity: 1;
  visibility: visible;
}
.navigation--row li {
  list-style: none;
}
@media screen and (min-width: 85em) {
  .navigation--row {
    gap: 4rem;
  }
}

.navigation__link--parent {
  display: flex;
  align-items: center;
}

.navigation__link--children .navigation__link {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1rem;
  padding-right: 1.5rem;
}
.navigation__link--children .link__icon {
  display: flex;
  width: 1.4rem;
  height: 2rem;
}
.navigation__link--children .menu__list .navigation__link--parent .navigation__link {
  width: 100%;
}
@media screen and (max-width: 84.9375em) {
  .navigation__link--children .menu__list .navigation__link--parent:hover, .navigation__link--children .menu__list .navigation__link--parent:focus, .navigation__link--children .menu__list .navigation__link--parent:active {
    text-decoration: underline;
  }
}
@media screen and (min-width: 85em) {
  .navigation__link--children .menu__list .navigation__link--parent:hover, .navigation__link--children .menu__list .navigation__link--parent:focus, .navigation__link--children .menu__list .navigation__link--parent:active {
    background-color: #f4f4f4;
  }
}
@media screen and (min-width: 85em) {
  .navigation__link--children .menu__list {
    opacity: 0;
    visibility: hidden;
  }
}

.navigation__pages {
  display: flex;
  justify-content: center;
  padding: 3rem 0 5rem;
}
.navigation__pages .page__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  background-color: #E31C18;
  border-radius: 4.8rem;
}
.navigation__pages .page__link:hover, .navigation__pages .page__link:focus, .navigation__pages .page__link:active {
  background-color: rgb(180.8764940239, 22.3107569721, 19.1235059761);
}
.navigation__pages .page__link.link--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.navigation__pages .page__link .link__icon {
  display: flex;
  height: 2.8rem;
  width: 2.8rem;
}
@media screen and (min-width: 85em) {
  .navigation__pages .page__link {
    height: 5.2rem;
    width: 5.2rem;
    border-radius: 7.4rem;
  }
}

.button {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 3vw, 2rem);
  height: 5.5rem;
  padding: 0 3rem;
  border-radius: 0.8rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translatey(100%);
  transition: transform 0.25s linear;
  mix-blend-mode: soft-light;
  display: none;
}

.button__solid--primary {
  background-color: #E31C18;
  color: #FFFFFF;
}
.button__solid--primary:before {
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
}
.button__solid--primary:hover:before, .button__solid--primary:focus:before, .button__solid--primary:active:before {
  transform: translatey(0);
}

.button__solid--secondary {
  background-color: #1690D0;
  color: #FFFFFF;
}
.button__solid--secondary:before {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.button__solid--secondary:hover:before, .button__solid--secondary:focus:before, .button__solid--secondary:active:before {
  transform: translatey(0);
}

.button__solid--white {
  background-color: #FFFFFF;
  color: #E31C18;
}
.button__solid--white:before {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.button__solid--white:hover:before, .button__solid--white:focus:before, .button__solid--white:active:before {
  transform: translatey(0);
}

.button__flat--primary {
  background-color: transparent;
  color: #1690D0;
  padding: 0 0 0 1rem;
}
.button__flat--primary:before {
  display: block;
  height: auto;
  width: auto;
  mix-blend-mode: normal;
  transform: none;
  position: absolute;
  left: -1rem;
}

.return--button {
  margin-bottom: 3rem;
}
.return--button::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.button__box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  gap: 2rem;
}

.icon__group {
  display: flex;
  gap: 2rem;
}
.icon__group .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 2.2rem;
  background: #E31C18;
  color: #FFFFFF;
  transition: all 0.4s ease;
  border-radius: 100%;
}
.icon__group .icon:hover {
  background: rgb(180.8764940239, 22.3107569721, 19.1235059761);
}

.box__icon {
  align-items: center;
}
.box__icon .box__name {
  flex: 1;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5rem auto;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0px 0.5rem;
  background: #E6F1F8;
  color: #1690D0;
  border-radius: 0.4rem;
}
.pagination .page-numbers.current {
  background: #1690D0;
  color: #FFFFFF;
  border-color: transparent;
  font-weight: 600;
}
.pagination .page-numbers:not(.current):hover {
  background: #1690D0;
  color: #FFFFFF;
}
@media screen and (min-width: 64em) {
  .pagination .page-numbers {
    width: 5rem;
    height: 5rem;
  }
}

.form__group input,
.form__group textarea,
.contactform input,
.contactform textarea {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.form__group input:not([type=radio]):not([type=checkbox]),
.form__group textarea:not([type=radio]):not([type=checkbox]),
.contactform input:not([type=radio]):not([type=checkbox]),
.contactform textarea:not([type=radio]):not([type=checkbox]) {
  min-height: 5.2rem;
  color: #000000;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  border: 0;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 0.8rem;
}
.form__group button,
.contactform button {
  border: 0;
}

.form__response {
  padding: 2rem;
  border-radius: 0.8rem;
  border: 0;
  background: #E6F1F8;
}

.with_frm_style .frm_form_field input:not([type=radio]), .with_frm_style .frm_form_field textarea:not([type=radio]),
.frm_style_formidable-stijlen.with_frm_style .frm_form_field input:not([type=radio]),
.frm_style_formidable-stijlen.with_frm_style .frm_form_field textarea:not([type=radio]) {
  min-height: 5.2rem;
  color: #000000;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  border: 0;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
}
.with_frm_style .frm_form_field textarea,
.frm_style_formidable-stijlen.with_frm_style .frm_form_field textarea {
  border-radius: 3rem !important;
  padding: 3rem 2rem;
}
.with_frm_style .frm_form_field label,
.frm_style_formidable-stijlen.with_frm_style .frm_form_field label {
  color: #000000;
  padding: 0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
.with_frm_style .frm_form_field.frm_label_float_top label,
.frm_style_formidable-stijlen.with_frm_style .frm_form_field.frm_label_float_top label {
  font-size: 1.4rem;
}
.with_frm_style .frm_form_field .frm_radio label,
.frm_style_formidable-stijlen.with_frm_style .frm_form_field .frm_radio label {
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  display: inline-block;
}
.with_frm_style .frm_form_field .frm_radio label input[type=radio],
.frm_style_formidable-stijlen.with_frm_style .frm_form_field .frm_radio label input[type=radio] {
  display: none !important;
}
.with_frm_style .frm_form_field .frm_radio label::before, .with_frm_style .frm_form_field .frm_radio label::after,
.frm_style_formidable-stijlen.with_frm_style .frm_form_field .frm_radio label::before,
.frm_style_formidable-stijlen.with_frm_style .frm_form_field .frm_radio label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  transition: all 0.2s ease;
  background-color: #E31C18;
}
.with_frm_style .frm_form_field .frm_radio label::after,
.frm_style_formidable-stijlen.with_frm_style .frm_form_field .frm_radio label::after {
  transform: scale(0);
  background-color: white;
  opacity: 0;
}
.with_frm_style .frm_form_field .frm_radio label.checked::after,
.frm_style_formidable-stijlen.with_frm_style .frm_form_field .frm_radio label.checked::after {
  opacity: 1;
  transform: scale(0.7);
}
.with_frm_style .frm_form_field.vertical_radio > .frm_opt_container,
.frm_style_formidable-stijlen.with_frm_style .frm_form_field.vertical_radio > .frm_opt_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .with_frm_style .frm_form_field.vertical_radio > .frm_opt_container,
  .frm_style_formidable-stijlen.with_frm_style .frm_form_field.vertical_radio > .frm_opt_container {
    flex-direction: row;
  }
}
.with_frm_style .frm_submit button,
.frm_style_formidable-stijlen.with_frm_style .frm_submit button {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2vw, 2rem);
  height: 5.2rem;
  padding: 0 3rem;
  border-radius: 2.5rem;
  transition: background-color 0.25s linear, box-shadow 0.4s ease;
  background: #1690D0;
  border: 0;
  margin: 0;
  box-shadow: none;
  font-weight: 300;
}
.with_frm_style .frm_submit button:hover, .with_frm_style .frm_submit button:focus, .with_frm_style .frm_submit button:active,
.frm_style_formidable-stijlen.with_frm_style .frm_submit button:hover,
.frm_style_formidable-stijlen.with_frm_style .frm_submit button:focus,
.frm_style_formidable-stijlen.with_frm_style .frm_submit button:active {
  background-color: rgb(17.1217391304, 112.0695652174, 161.8782608696);
  color: #FFFFFF;
}

.search__bar {
  display: flex;
  flex-direction: column;
  background: #E31C18;
  color: #FFFFFF;
  padding: 3rem;
  border-radius: 2.4rem;
  max-width: 140rem;
  margin: 0 auto;
}
@media screen and (min-width: 85em) {
  .search__bar {
    padding: 4rem;
  }
}
.search__bar button {
  box-shadow: none;
  border: 0;
  height: 5.2rem;
  width: 100%;
  justify-content: center;
}
.search__bar .filter__fields {
  margin: 1.5rem 0 3rem;
}
.search__bar .filter__fields .search__toggle {
  font-weight: bold;
  text-decoration: underline;
}
.search__bar .filter__fields .search__toggle:hover {
  cursor: pointer;
}
.search__bar h3 {
  color: #FFFFFF;
}
@media screen and (max-width: 32.4375em) {
  .search__bar h3 {
    font-size: 2.4rem;
  }
}

.filter__options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0 2rem;
}
.filter__options > label {
  display: flex;
  flex-direction: row;
}
.filter__options > label > * {
  flex: 1;
}
.filter__options > label input {
  flex: 0 0 3rem;
  top: 0.1rem;
  position: relative;
}

.form__row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 64em) {
  .form__row {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .form__row {
    gap: 3rem;
  }
}
.form__row > * {
  flex: 1;
}

.contactform {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5rem;
}
.contactform input,
.contactform textarea,
.contactform .select2-container {
  border: 1px solid rgba(22, 144, 208, 0.5) !important;
  border-radius: 0.8rem !important;
}
.contactform label,
.contactform > span,
.contactform > .form__row > span {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.select2-container .select2-selection {
  min-height: 5.2rem;
  border-radius: 0.8rem !important;
  border: 0 !important;
}
.select2-container .select2-selection > * {
  height: 100% !important;
}
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
}
.select2-container .select2-results__options {
  width: 100%;
}
.select2-container .select2-results__options .select2-results__option--highlighted {
  background-color: #1690D0 !important;
}

.job_function {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  .job_function {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .job_function {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .job_function {
    grid-template-columns: repeat(3, 1fr);
  }
}
.job_function .wpcf7-list-item {
  display: flex;
  gap: 1rem;
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 2rem;
  border-radius: 0.8rem;
  border: 0;
  background: #E6F1F8;
}

.product__list,
.ordered--list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
.product__list li,
.ordered--list li {
  position: relative;
  padding-left: 3rem;
}
.product__list li::before,
.ordered--list li::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.product__list li:before,
.ordered--list li:before {
  color: #1690D0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
}

main ul {
  margin-bottom: 2rem;
  list-style: 1.8;
}

.swiper {
  max-width: 100%;
}
.swiper.with--pagination {
  padding-bottom: 10rem !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #E31C18;
  width: 1.8rem;
  border-radius: 3px;
}
.swiper.overflow--visible {
  overflow: visible !important;
}
.swiper .swiper-navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1rem;
}
.swiper .swiper-navigation .swiper-button-next,
.swiper .swiper-navigation .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  background: #1690D0;
  color: #FFFFFF;
  border-radius: 0.4rem;
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
}
.swiper .swiper-navigation .swiper-button-next:after,
.swiper .swiper-navigation .swiper-button-prev:after {
  font-size: 2rem;
}

.featured__pages {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (min-width: 64em) {
  .featured__pages {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .featured__pages {
    gap: 3rem;
  }
}
.featured__pages .page__item {
  background: #E6F1F8;
  padding: 4rem;
  border-radius: 4rem;
  position: relative;
  flex: 1;
}
.featured__pages .page__item::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.featured__pages .page__item:before {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 8.3rem;
  position: absolute;
  right: 4rem;
  top: -4rem;
  border-radius: 100%;
  background: #1690D0;
  border: 2rem solid #E6F1F8;
  color: #FFFFFF;
  font-size: 4rem;
}
.featured__pages .page__item.vacatures:before {
  content: "\f0f2";
}
.featured__pages .page__item.nieuws:before {
  content: "\f1ea";
}
.featured__pages .page__item.vragen:before {
  content: "\f128";
}

.products__section {
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .products__section {
    overflow: visible;
  }
}
.products__section .product--grid {
  display: grid;
  gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 48em) {
  .products__section .product--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .products__section .product--grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .products__section .product--grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products__section .button__solid--primary {
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 5.5rem;
  height: auto;
  padding: 0;
}
.products__section .button__solid--primary::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.products__section .product__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 4rem;
  padding: 4rem;
  aspect-ratio: 4/4.2;
  overflow: hidden;
}
.products__section .product__item .thumbnail {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.products__section .product__item .thumbnail img {
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__section .product__item .thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: opacity 0.4s ease;
}
.products__section .product__item:hover .thumbnail img {
  transform: scale(1.1);
}
.products__section .product__item:hover .thumbnail:before {
  opacity: 0;
}
.products__section .product__item h4 {
  color: #FFFFFF;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.31);
}
@media screen and (min-width: 48em) {
  .products__section .product__item:nth-child(even) {
    transform: translatey(-6rem);
  }
}
.products__section .product__item .button__box {
  z-index: 1;
}

.location--map {
  border-radius: 4rem;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.dentist__section,
.faq__section {
  padding-top: 0;
}
.dentist__section .search__bar,
.faq__section .search__bar {
  z-index: 1;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (min-width: 64em) {
  .dentist__section .search__bar,
  .faq__section .search__bar {
    margin-top: -20rem;
  }
  .dentist__section .search__bar .form__group,
  .faq__section .search__bar .form__group {
    display: flex;
    gap: 3rem;
  }
  .dentist__section .search__bar .form__group > *,
  .faq__section .search__bar .form__group > * {
    flex: 1;
  }
  .dentist__section .search__bar .form__group .button,
  .faq__section .search__bar .form__group .button {
    flex: 0 0 30rem;
  }
}

.dentist__section .grid__item .afstand,
.dentist__section .grid__item .lab__state {
  font-weight: bold;
}
.dentist__section .grid__item .lab__state {
  margin-top: -1rem;
}
.dentist__section .grid__item .afstand {
  margin-bottom: 1rem;
}
.dentist__section .grid__item h5 {
  color: #000000;
}

.dentist__list {
  display: grid;
  gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 48em) {
  .dentist__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .dentist__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .dentist__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.news__content .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .news__content .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.news__content h1 {
  color: #1690D0;
}
.news__content p:first-of-type {
  font-weight: bold;
}
.news__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
  border-radius: 4rem;
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  margin-bottom: 4rem;
}
.news__content .post__date {
  font-size: 2rem;
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 2rem;
}

.job__list.four--column {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 48em) {
  .job__list.four--column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .job__list.four--column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .job__list.four--column {
    grid-template-columns: repeat(4, 1fr);
  }
}

.jobs__section {
  padding-top: 0;
}
.jobs__section .search__bar {
  z-index: 1;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (min-width: 64em) {
  .jobs__section .search__bar {
    margin-top: -20rem;
  }
  .jobs__section .search__bar .form__group {
    display: flex;
    gap: 3rem;
  }
  .jobs__section .search__bar .form__group > * {
    flex: 1;
  }
  .jobs__section .search__bar .form__group .button {
    flex: 0 0 30rem;
  }
}

.job__section h1 {
  color: #1690D0;
}
@media screen and (min-width: 64em) {
  .job__section .content__sidebar {
    gap: 10rem;
  }
}
.job__section .content__sidebar > * {
  flex: 1;
}
@media screen and (min-width: 64em) {
  .job__section .job__sidebar {
    flex: 0 0 33.33%;
  }
  .job__section .job__sidebar .sidebar {
    height: 100%;
  }
  .job__section .job__sidebar .sidebar .more--info {
    position: sticky;
    top: 18rem;
  }
}
.job__section .job__content p:first-of-type {
  font-weight: bold;
}
.job__section .content__title {
  margin-bottom: 5rem;
}

.job__summery {
  padding: 3rem;
  background: #E6F1F8;
  border-radius: 4rem;
  margin-top: 5rem;
}
@media screen and (min-width: 64em) {
  .job__summery {
    padding: 3rem calc(5rem + 1.5625vw);
  }
}
.job__summery .summery__item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.job__summery .summery__item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.job__summery .summery__item h4 {
  margin: 0;
}
.job__summery .summery__item:before {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 6rem;
  background: #1690D0;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 3vw, 3.4rem);
}
.job__summery .summery__item.locatie:before {
  content: "\f276";
}
.job__summery .summery__item.functie:before {
  content: "\f007";
}
.job__summery .summery__item.hoursPerWeek:before {
  content: "\f017";
}
@media screen and (min-width: 64em) {
  .job__summery .summery__item:before {
    width: 8rem;
  }
}

.summery__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .summery__list {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .summery__list {
    gap: 4rem;
  }
}
.summery__list > * {
  flex: 1;
}

.jobs__related .grid--listing {
  display: grid;
  gap: 2rem;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media screen and (min-width: 48em) {
  .jobs__related .grid--listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .jobs__related .grid--listing {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .jobs__related .grid--listing {
    grid-template-columns: repeat(4, 1fr);
  }
}

.job__item ul {
  margin-top: 2rem;
}

.az-index {
  display: grid;
  gap: 2rem;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .az-index {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .az-index {
    grid-template-columns: repeat(13, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .az-index {
    grid-template-columns: repeat(13, 1fr);
  }
}
.az-index .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  aspect-ratio: 1/1;
  height: auto;
  background: #E6F1F8;
  border-radius: 100%;
  font-weight: bold;
}
.az-index .letter:not(.letter--disabled):hover {
  background: #1690D0;
  color: #FFFFFF;
}
.az-index .letter.letter--disabled {
  opacity: 0.3;
}
.az-index .grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__list {
  display: flex;
  flex-direction: column;
  max-width: 140rem;
  margin: 5rem auto 0;
}
.faq__list .faq__item {
  padding: 1.5rem 2rem;
  border-radius: 0.4rem;
  text-decoration: underline;
}
.faq__list .faq__item:nth-child(even) {
  background: #E6F1F8;
}
.faq__list .faq__item:hover {
  color: #E31C18;
}

.term__list h2, .term__list h4 {
  color: #000000;
}
.term__list .content__title {
  margin-bottom: 5rem;
}

.questions__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.question__title {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  background: #E6F1F8;
  border-radius: 0.4rem;
  margin: 0;
}
.question__title::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.question__content {
  padding: 0 3rem;
}
.question__content .answer {
  margin: 3rem 0;
}
.question__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 4rem;
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  margin-bottom: 4rem;
  max-width: 50rem;
}

.faq__section .form__group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .faq__section .form__group {
    flex-direction: row;
  }
}

.folders--grid {
  display: grid;
  gap: 2rem;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (min-width: 48em) {
  .folders--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .folders--grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .folders--grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.folder__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.folder__item .thumb {
  display: flex;
  justify-content: center;
  max-width: 28.3rem;
  max-height: 35rem;
  transition: transform 0.4s ease;
  padding: 1rem;
}
.folder__item .thumb img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.4s ease;
}
.folder__item.--placeholder .thumb {
  aspect-ratio: 3/4;
}
.folder__item.--placeholder .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.folder__item h4 {
  color: #000000;
  text-align: center;
}
.folder__item:hover .thumb {
  transform: translatey(-1rem);
}
.folder__item:hover .thumb img {
  box-shadow: 3rem 3rem 2rem rgba(0, 0, 0, 0.1);
}
