.si-float-wrapper {
  position: absolute;
  width: 100%; }
  .si-float-wrapper,
  .si-float-wrapper * {
    box-sizing: border-box; }

[class*='si-wrapper'] {
  display: flex;
  position: absolute;
  align-items: center;
  font-size: 14px;
  cursor: default; }

.si-wrapper-top {
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  transform: translate(-50%, -100%); }

.si-wrapper-bottom {
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  transform: translate(-50%, 0); }

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  transform: translate(-100%, -50%); }

.si-wrapper-right {
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  transform: translate(0, -50%); }

[class*='si-shadow-wrapper'] {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1; }

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  flex-direction: column; }

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  order: -1; }

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000; }

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto; }

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.70711px 0.70711px 3px 0 #000; }

.si-shadow-inner-pointer-top {
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg); }

.si-shadow-inner-pointer-left {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg); }

.si-frame {
  position: relative;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2; }

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff; }
  .si-has-border .si-content-wrapper {
    border: 1px solid #bbb; }

.si-content {
  overflow: auto; }

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .si-close-button:hover, .si-close-button:focus {
    opacity: 0.7; }

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3; }

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4; }
  .si-has-border [class*='si-pointer-bg'] {
    border-width: 15px; }

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  transform: translate(-50%, 0); }

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  transform: translate(0, -50%); }

.si-pointer-top {
  border-bottom: 0; }

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb; }

.si-pointer-bg-top {
  border-top-color: #fff; }
  .si-has-border .si-pointer-bg-top {
    top: -1px;
    margin-bottom: 0px; }

.si-pointer-bottom {
  border-top: 0; }

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb; }

.si-pointer-bg-bottom {
  border-bottom-color: #fff; }
  .si-has-border .si-pointer-bg-bottom {
    bottom: -1px;
    margin-top: 0px; }

.si-pointer-left {
  border-right: 0; }

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb; }

.si-pointer-bg-left {
  border-left-color: #fff; }
  .si-has-border .si-pointer-bg-left {
    left: -1px;
    margin-right: 0px; }

.si-pointer-right {
  border-left: 0; }

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb; }

.si-pointer-bg-right {
  border-right-color: #fff; }
  .si-has-border .si-pointer-bg-right {
    right: -1px;
    margin-left: 0px; }

@charset "UTF-8";
/*!
Theme Name: lsa
Author: Gusmanson
Author URI: https://gusmanson.nl
Description: Theme for gusmanson lsa
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Swiper 8.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 16, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.snazzy-wrapper {
  width: 350px;
}

.si-wrapper-top {
  position: relative;
}
.si-wrapper-top:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  transform: rotate(-45deg);
  background: white;
  z-index: 999;
}

.si-shadow-frame {
  border-radius: 20px;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
}

.si-content-wrapper {
  border-radius: 20px;
}

.si-content {
  font-size: 16px;
  line-height: 24px;
  @apply font-sans leading-normal text-black bg-white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
  font-variant-ligatures: none;
}
.si-content h2 {
  @apply font-bold;
}
.si-content a {
  @apply text-blue-1;
}

@font-face {
  font-family: "bariolbold";
  src: url("fonts/bariol_bold-webfont.woff2") format("woff2"), url("fonts/bariol_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes postFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes postFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: #0B1741;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "bariolbold", sans-serif;
  margin: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: inherit;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

p:first-child {
  margin-top: 0;
}

p:last-child,
p:last-of-type {
  margin-bottom: 0;
}

p,
li {
  position: relative;
}

strong,
p > strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

p a,
li a {
  transition: all ease 280ms;
}

.caption a,
p a {
  text-decoration: underline;
}

.h1 {
  font-size: 74px;
  line-height: 0.86;
}

.h2 {
  font-size: 32px;
  line-height: 1.18;
}

.h3 {
  font-size: 23px;
  line-height: 1.18;
}

.standard-text-styles h1, .standard-text-styles h2, .standard-text-styles h3, .standard-text-styles h4, .standard-text-styles h5, .standard-text-styles h6 {
  font-family: "bariolbold", sans-serif;
}
.standard-text-styles .h1,
.standard-text-styles h1 {
  font-size: 74px;
  line-height: 0.86;
}
.standard-text-styles .h2,
.standard-text-styles h2 {
  font-size: 32px;
  line-height: 1.18;
}
.standard-text-styles .h3,
.standard-text-styles h3 {
  font-size: 23px;
  line-height: 1.18;
}
.standard-text-styles p a {
  text-decoration: underline;
  transition: opacity linear 420ms;
}
.standard-text-styles h1, .standard-text-styles h2, .standard-text-styles h3, .standard-text-styles h4, .standard-text-styles h5, .standard-text-styles h6 {
  margin-top: 31px;
}
.standard-text-styles h1:first-child, .standard-text-styles h2:first-child, .standard-text-styles h3:first-child, .standard-text-styles h4:first-child, .standard-text-styles h5:first-child, .standard-text-styles h6:first-child {
  margin-top: 0;
}
.standard-text-styles h1:only-child, .standard-text-styles h2:only-child, .standard-text-styles h3:only-child, .standard-text-styles h4:only-child, .standard-text-styles h5:only-child, .standard-text-styles h6:only-child {
  margin-bottom: 0;
}
.standard-text-styles h2 + h2,
.standard-text-styles h3 + h3,
.standard-text-styles h2 + h3,
.standard-text-styles h3 + h4 {
  margin-top: 31px;
}
.standard-text-styles ul + h2 {
  margin-top: 61px;
}
.standard-text-styles ul + h3 {
  margin-top: 39px;
}
.standard-text-styles p + h2 {
  margin-top: 61px;
}
.standard-text-styles p + h3 {
  margin-top: 39px;
}
.standard-text-styles .p--l + h2,
.standard-text-styles p + h4 {
  margin-top: 31px;
}
.standard-text-styles h2 + p,
.standard-text-styles h3 + p {
  margin-top: 20px;
}
.standard-text-styles .h6 + p {
  margin-top: 5px;
}
.standard-text-styles p,
.standard-text-styles li {
  font-size: 18px;
  line-height: 1.56;
}
.standard-text-styles .p--l {
  font-size: 23px;
  line-height: 1.56;
}
.standard-text-styles .p--s {
  font-size: 16px;
  line-height: 1.56;
}
.standard-text-styles p:first-child {
  margin-top: 0;
}
.standard-text-styles p:last-child {
  margin-bottom: 0;
}
.standard-text-styles p > strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.standard-text-styles ul,
.standard-text-styles ol {
  margin-top: 25px;
  list-style: none;
}
.standard-text-styles ol li,
.standard-text-styles ul li {
  padding-left: 30px;
  margin-bottom: 5px;
}
.standard-text-styles ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 11px;
  left: 10px;
  height: 6px;
  width: 6px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0B1741;
}
.standard-text-styles ul.checkmark-list li {
  padding-left: 40px;
  margin-bottom: 20px;
}
.standard-text-styles ul.checkmark-list li::before {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 28px;
  height: 20px;
  background-image: url(./images/checkmark.svg);
  background-repeat: no-repeat;
  background-size: 28px 20px;
  background-position: left center;
  background-color: transparent;
}
.standard-text-styles ol li {
  counter-increment: inst;
}
.standard-text-styles ol li:before {
  content: counter(inst) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: right;
}
.standard-text-styles table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.standard-text-styles table {
  color: #333;
  background: white;
  border: 1px solid grey;
  font-size: 12pt;
  border-collapse: collapse;
}
.standard-text-styles table thead th,
.standard-text-styles table tfoot th {
  color: #777;
  background: rgba(0, 0, 0, 0.1);
}
.standard-text-styles table caption {
  padding: 0.5em;
}
.standard-text-styles table th,
.standard-text-styles table td {
  padding: 0.5em;
  border: 1px solid lightgrey;
}

*,
html {
  -webkit-font-smoothing: antialiased;
}

video,
picture,
img {
  border: 0;
  vertical-align: top;
  width: 100%;
}

iframe {
  background: transparent;
}

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

*, :after, :before {
  box-sizing: border-box;
}

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

textarea:focus, input:focus {
  outline: none !important;
}

button,
form,
input {
  -webkit-appearance: none;
}

input[type=checkbox] {
  -webkit-appearance: auto;
}

a,
p a {
  text-decoration: none;
}

img,
picture {
  display: block;
}

.wrapper {
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

.menu-item-description {
  display: none;
}

a {
  color: #176FF9;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-menu a,
.button,
.nf-form-cont .nf-form-content input[type=button],
.nf-form-cont .nf-form-content .nf-fu-fileinput-button {
  display: inline-flex;
  align-self: flex-start;
  padding: 10px 20px;
  background-color: #176FF9;
  color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  transition: all ease 280ms;
  font-size: 18px;
}
.button--white-blue, .section-callout.section-var--big .section-callout__button.button, .section-callout.section-var--big .nf-form-cont .nf-form-content .section-callout__button.nf-fu-fileinput-button, .nf-form-cont .nf-form-content .section-callout.section-var--big .section-callout__button.nf-fu-fileinput-button, .section-callout.section-var--big .nf-form-cont .nf-form-content input.section-callout__button[type=button], .nf-form-cont .nf-form-content .section-callout.section-var--big input.section-callout__button[type=button], .section-hero.section-var--big .section-hero__button.button, .section-hero.section-var--big .nf-form-cont .nf-form-content .section-hero__button.nf-fu-fileinput-button, .nf-form-cont .nf-form-content .section-hero.section-var--big .section-hero__button.nf-fu-fileinput-button, .section-hero.section-var--big .nf-form-cont .nf-form-content input.section-hero__button[type=button], .nf-form-cont .nf-form-content .section-hero.section-var--big input.section-hero__button[type=button] {
  background-color: #FFFFFF;
  color: #176FF9;
}

.btn-menu a,
.button-rounded {
  display: inline-flex;
  font-size: 16px;
  border: 1px solid #176FF9;
  background-color: transparent;
  color: #176FF9;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
  transition: all ease 300ms;
  border-radius: 100px;
  white-space: nowrap;
}
.text-link, .footer__newsletter .nf-form-cont .submit-wrap > .nf-field-element, .footer-menu a {
  position: relative;
  color: #176FF9;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.text-link::after, .footer__newsletter .nf-form-cont .submit-wrap > .nf-field-element::after, .footer-menu a::after {
  content: "";
  position: relative;
  display: inline-block;
  height: 9px;
  width: 7px;
  background-image: url("./images/text-link-arrow.svg");
  background-repeat: no-repeat;
  background-size: 7px 9px;
  margin-left: 4px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 280ms all;
}

.text-link--white, .section-callout.section-var--big .section-callout__button.text-link, .section-callout.section-var--big .footer-menu a.section-callout__button, .footer-menu .section-callout.section-var--big a.section-callout__button, .footer__newsletter .nf-form-cont .section-callout.section-var--big .submit-wrap > .section-callout__button.nf-field-element, .section-hero.section-var--big .section-hero__button.text-link, .section-hero.section-var--big .footer-menu a.section-hero__button, .footer-menu .section-hero.section-var--big a.section-hero__button, .footer__newsletter .nf-form-cont .section-hero.section-var--big .submit-wrap > .section-hero__button.nf-field-element, .footer__newsletter .nf-form-cont .submit-wrap > .nf-field-element, .footer-menu a {
  color: #FFFFFF;
}

.text-link--white::after, .section-callout.section-var--big .section-callout__button.text-link::after, .section-callout.section-var--big .footer-menu a.section-callout__button::after, .footer-menu .section-callout.section-var--big a.section-callout__button::after, .footer__newsletter .nf-form-cont .section-callout.section-var--big .submit-wrap > .section-callout__button.nf-field-element::after, .section-hero.section-var--big .section-hero__button.text-link::after, .section-hero.section-var--big .footer-menu a.section-hero__button::after, .footer-menu .section-hero.section-var--big a.section-hero__button::after, .footer__newsletter .nf-form-cont .section-hero.section-var--big .submit-wrap > .section-hero__button.nf-field-element::after, .footer__newsletter .nf-form-cont .submit-wrap > .nf-field-element::after, .footer-menu a::after {
  background-image: url("./images/text-link-arrow--white.svg");
  background-repeat: no-repeat;
  background-size: 7px 9px;
}

.text-link--red {
  color: #FF3322;
}

.text-link--red::after {
  background-image: url("./images/text-link-arrow--red.svg");
  background-repeat: no-repeat;
  background-size: 7px 9px;
}
.header-submenu .button-menu.current-menu-item a,
.header-mobile-submenu .button-menu.current-menu-item a {
  text-decoration: none;
  background-color: #FF3322;
  color: #FFFFFF;
}
.header-submenu .button-menu a,
.header-submenu li.button-menu a,
.header-mobile-submenu .button-menu a,
.header-mobile-submenu li.button-menu a {
  font-size: 16px;
  border: 1px solid #FF3322;
  background-color: transparent;
  color: #FF3322;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
  transition: all ease 300ms;
  border-radius: 100px;
  display: inline-block;
}

.btn-loadmore {
  display: inline-flex;
  font-size: 18px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  color: #176FF9;
  margin-top: 61px;
}

.btn-loadmore .button__text {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
}

.btn-loadmore::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url("images/dropdown-arrow--blue.svg");
  background-repeat: no-repeat;
  background-size: 8px 5px;
  margin-left: 8px;
  transform: translateY(0px);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
}
.caption,
.caption p,
.caption a {
  font-size: 18px;
  line-height: 1.44;
  color: #78889F;
}
.hamburger-inline {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  cursor: pointer;
  align-items: center;
}

.hamburger-inline__box {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
}

.mobile-menu--open .hamburger-inline__box-inner {
  opacity: 0;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 350ms 0ms;
}

.hamburger-inline__box-inner {
  position: absolute;
  top: 15px;
  left: 8px;
  height: 18px;
  min-width: 32px;
  display: inline-block;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 350ms 250ms;
}

.hamburger-inline__stroke {
  position: relative;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  width: 100%;
  background-color: #0B1741;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 350ms 250ms;
}
.hamburger-inline__stroke:last-child {
  margin-bottom: 0;
}

.hamburger-inline__close-box-inner {
  position: absolute;
  top: 15px;
  left: 8px;
  height: 18px;
  min-width: 32px;
  display: inline-block;
  transform: rotate(45deg);
}

.hamburger-inline__text {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.hamburger-inline-close__stroke {
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  background-color: #0B1741;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 350ms;
  opacity: 0;
}

.mobile-menu--open .hamburger-inline-close__stroke {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 350ms 250ms;
  opacity: 1;
}

.hamburger-inline-close__stroke-1 {
  transform: rotate(90deg);
}
.hamburger-inline-close__text {
  font-size: 16px;
  line-height: 1;
}

.hamburger {
  position: fixed;
  z-index: 125;
  top: 19px;
  right: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  pointer-events: none;
}

.mobile-menu--open .hamburger {
  pointer-events: all;
}

.hamburger__box {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hamburger__box-inner {
  position: absolute;
  top: 15.5px;
  left: 8px;
  height: 17px;
  min-width: 32px;
  display: inline-block;
}

.hamburger__stroke {
  position: relative;
  display: block;
  height: 2px;
  margin-bottom: 13px;
  width: 100%;
  background-color: #0B1741;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 350ms 250ms;
}
.hamburger__stroke:last-child {
  margin-bottom: 0;
}

.menu-color--white .hamburger__stroke {
  background-color: #FFFFFF;
}

.scrolled .menu-color--white .hamburger__stroke {
  background-color: #0B1741;
}

.mobile-menu--open .hamburger__stroke {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 350ms;
  opacity: 0;
}

.hamburger-close__box {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hamburger-close__box-inner {
  position: absolute;
  top: 15.5px;
  left: 8px;
  height: 17px;
  min-width: 32px;
  display: inline-block;
  transform: rotate(45deg);
}

.hamburger-close__stroke {
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  background-color: #FFFFFF;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 350ms;
  opacity: 0;
}

.mobile-menu--open .hamburger-close__stroke {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 350ms 250ms;
  opacity: 1;
}

.hamburger-close__stroke-1 {
  transform: rotate(90deg);
}
.footer {
  background-color: #553D40;
  color: #FFFFFF;
  overflow: hidden;
}

footer * {
  transform: none !important;
  margin: none !important;
  padding: none !important;
}

.footer a {
  color: #FFFFFF;
}

.textpage + .footer {
  margin-top: 76px;
}

.footer__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  padding-top: 61px;
  padding-bottom: 39px;
  display: flex;
  flex-wrap: wrap;
}

.footer__about {
  width: 50%;
  padding-right: 72px;
}

.footer__about-button {
  margin-top: 25px;
}

.footer__menu {
  flex: 1;
  padding-right: 72px;
  padding-top: 47px;
}

.footer__newsletter-text {
  display: block;
}

.footer__newsletter {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.footer__newsletter-form {
  margin-top: 20px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  pointer-events: all;
}

.footer-menu a {
  transition: all ease 300ms;
  display: block;
}

.footer-menu li.current-menu-item a {
  pointer-events: none;
  text-decoration: underline;
}

.footer-menu > li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-menu > li:last-child {
  margin-bottom: 0;
}

.footer-legal-menu {
  display: flex;
}

.footer-legal-menu li {
  display: inline-flex;
  align-items: center;
}

.footer-legal-menu li:last-of-type {
  margin-right: 0;
}

.footer-legal-menu a {
  transition: all ease 300ms;
  display: block;
  line-height: 1.2;
}

.footer-legal-menu li.current-menu-item a {
  pointer-events: none;
}

.header {
  position: relative;
  z-index: 120;
  top: 0;
  left: 0;
  padding-top: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F9F6F3;
}

.header__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  display: flex;
  align-items: center;
}

.header__logo {
  display: inline-block;
  height: 94px;
  width: auto;
  margin-bottom: 14px;
}

.header__menus {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header__main {
  display: flex;
  align-items: flex-end;
}

.header__menus-submenu {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.header__menus-submenu-link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #78889F;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.header__menus-submenu-link img {
  height: 18px;
  margin-right: 6px;
}

.header__search-icon {
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 19px;
  margin-left: 20px;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
}
.header__search-icon svg {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.header__search-icon path {
  transition: all ease 300ms;
}

.search-open .header__search-icon path {
  fill: #FF3322;
}

.header__hamburger {
  display: none;
}

.header-search {
  pointer-events: none;
  position: absolute;
  z-index: 110;
  top: 124px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
}

.search-open .header-search {
  pointer-events: all;
}

.header-search__inner {
  position: relative;
  transform: translateY(-100%);
  transition: all 400ms ease-out, transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
}

.search-open .header-search__inner {
  transform: translateY(0);
}

.header-search__form {
  margin-left: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(11, 23, 65, 0);
  max-width: 520px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.search-open .header-search__form {
  box-shadow: 0 0 10px rgba(11, 23, 65, 0.12);
  transition: all 400ms ease-out;
}

.header-search input[type=text] {
  border-radius: 0;
  background-color: white;
  border: none;
  height: 70px;
  width: 100%;
  padding-left: 16px;
  font-size: 16px;
  color: #0B1741;
}

.header-search input::-moz-placeholder {
  color: rgba(120, 136, 159, 0);
  -moz-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}

.header-search input::placeholder {
  color: rgba(120, 136, 159, 0);
  transition: all ease-out 300ms;
}

.search-open .header-search input::-moz-placeholder {
  color: #78889f;
  transition-delay: 150ms;
}

.search-open .header-search input::placeholder {
  color: #78889f;
  transition-delay: 150ms;
}

.header-search input[type=submit] {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  opacity: 1;
  color: #176FF9;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background-color: rgba(23, 111, 249, 0.05);
  padding: 10px 14px;
  border-radius: 10px;
  transition: all ease 300ms;
}
.header-search__close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 38px;
  padding: 8px;
  opacity: 0;
  transition: all ease-out 50ms 0ms;
  display: none;
}

.search-open .header-search__close {
  opacity: 1;
  cursor: pointer;
  transition: all ease-out 300ms 500ms;
}

.header-search__close:before, .header-search__close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 22px;
  width: 1px;
  background-color: #78889F;
  transition: all 300ms ease;
}
.header-search__close:before {
  transform: rotate(45deg);
}

.header-search__close:after {
  transform: rotate(-45deg);
}

.header-menu {
  display: flex;
  pointer-events: all;
  font-family: "bariolbold", sans-serif;
}

.header-menu li > a {
  display: inline-block;
}

.header-menu a,
.header-menu a span {
  transition: all ease 300ms;
}

.header-menu a[href="#"] {
  pointer-events: none;
}

.header-menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url("images/dropdown-arrow--black.svg");
  background-repeat: no-repeat;
  background-size: 8px 5px;
  margin-left: 8px;
  transform: translateY(-4px);
  transition: all ease 300ms;
}
.header-menu li.current-menu-parent > a,
.header-menu li.current-menu-item > a,
.header-menu .sub-menu li.current-menu-item > a {
  color: #FF3322;
}
.header-menu li.current-menu-parent > a:after,
.header-menu li.current-menu-item > a:after,
.header-menu .sub-menu li.current-menu-item > a:after {
  background-image: url("images/dropdown-arrow--red.svg");
  background-repeat: no-repeat;
  background-size: 8px 5px;
  transform: translateY(-3px);
  transition: all ease 300ms;
}

.header-menu > li {
  margin-right: 16px;
}

.header-menu > li > a {
  font-size: 24px;
  color: #0B1741;
  padding-bottom: 14px;
}
.header-menu > li:last-of-type {
  margin-right: 0;
}

.header-menu .menu-item-description {
  display: block;
  color: #78889F;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.header-menu > li.menu-item-has-children {
  position: static;
}

.header-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  pointer-events: none;
  opacity: 0;
  padding-top: 39px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.header-menu > li.menu-item-has-children > .header-menu-dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200vw;
  height: 100%;
  background-color: #F9F6F3;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 1;
  pointer-events: none;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-menu > li .sub-menu {
  transition: opacity 120ms ease-out;
  background-color: lightgray;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  padding-bottom: 42px;
}

.header-menu > li .sub-menu > li {
  margin-bottom: 0;
  align-self: flex-start;
}

.header-menu > li .sub-menu > li:last-of-type {
  margin-bottom: 0;
}

.header-menu > li .sub-menu a {
  color: #176FF9;
  font-size: 23px;
}
.header-menu > li .sub-menu span {
  font-size: 18px;
  line-height: 1.56;
}

.header-menu-dropdown__footer {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  padding-top: 31px;
  padding-bottom: 31px;
}

.header-menu-dropdown__footer-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  display: flex;
  flex-direction: column;
}

.header-menu-dropdown__footer p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #78889F;
}
.header-menu-dropdown__footer p > a {
  display: inline;
  text-decoration: underline;
  color: #78889F;
}

.header-menu-dropdown__footer-links {
  display: flex;
  margin-top: 20px;
}

.header-menu-dropdown__footer-link {
  position: relative;
  margin-right: 35px;
  color: #176FF9;
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.header-menu-dropdown__footer-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #176FF9;
  display: block;
  opacity: 0;
  transition: all ease 250ms;
}
.header-menu-dropdown__footer-link-icon {
  display: inline-block;
  height: 18px;
  width: auto;
  margin-right: 4px;
}

.header-submenu {
  display: flex;
  pointer-events: all;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.header-submenu li {
  margin-right: 16px;
}

.header-submenu a {
  transition: all ease 300ms;
  display: block;
  color: #78889F;
}
.header-submenu li.current-menu-item a {
  pointer-events: none;
  text-decoration: underline;
}

.header-submenu > li {
  display: inline-flex;
  align-items: center;
}

.header-mobile {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 85px;
  padding-bottom: 64px;
  transform: translateY(64px);
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #F9F6F3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  pointer-events: none;
  opacity: 0;
}

.ready .header-mobile {
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms, opacity ease-in-out 600ms;
}

.mobile-menu--open .header-mobile {
  transform: translateX(0);
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 320ms 0ms, opacity ease-in-out 350ms;
  pointer-events: all;
  opacity: 1;
}

.mobile-menu--overflow .header-mobile {
  overflow-y: auto;
}

.header-mobile__submenu,
.header-mobile__menu {
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.header-mobile__submenu {
  width: 100%;
  padding-top: 31px;
  padding-bottom: 31px;
}

.header-mobile__contact-list {
  display: flex;
  flex-direction: column;
}

.header-mobile__contact-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.header-mobile__contact-item-link {
  font-size: 16px;
  line-height: 1.2;
}

.header-mobile__contact-item-icon {
  height: 18px;
  width: auto;
  display: inline-block;
  margin-right: 2px;
}

.header-mobile-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "bariolbold", sans-serif;
}

.header-mobile-menu a {
  position: relative;
  transition: all ease 300ms;
  display: block;
  line-height: 1.2;
  font-size: 23px;
  color: #0B1741;
}

.header-mobile-menu > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D7D7D7;
}

.header-mobile-menu .sub-menu a {
  font-size: 20px;
  color: #176FF9;
}

.header-mobile-menu .menu-item-description {
  display: block;
  font-size: 16px;
  line-height: 1.56;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #78889F;
  margin-top: 2px;
}

.header-mobile-menu > li > .sub-menu {
  opacity: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 12px;
  margin-bottom: 10px;
}

.header-mobile-menu .menu-item-has-children {
  margin-top: 10px;
  overflow: hidden;
  transition: height cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
}
.header-mobile-menu .menu-item-has-children:first-child {
  margin-top: 0;
}

.header-mobile-menu > li.menu-item-has-children:hover > .sub-menu {
  transition: opacity 120ms ease-out;
}

.header-mobile-menu > li > .sub-menu > li {
  margin-top: 25px;
  align-self: flex-start;
}

.header-mobile-menu > li > .sub-menu > li:last-of-type {
  margin-bottom: 0;
}

.header-mobile-menu__cross {
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-top: -3px;
  background-image: url("images/dropdown-arrow--black.svg");
  background-repeat: no-repeat;
  background-size: 8px 5px;
  transition: all ease 300ms;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 180ms;
}

.open > a > .header-mobile-menu__cross {
  transform: rotate(180deg);
}

.header-mobile-submenu {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header-mobile-submenu a {
  transition: all ease 300ms;
  display: block;
  line-height: 1.2;
  font-size: 16px;
  color: #78889F;
}

.header-mobile-submenu a[href="#"] {
  pointer-events: none;
}

.header-mobile-submenu li.current-menu-parent > a,
.header-mobile-submenu li.current-menu-item > a {
  pointer-events: none;
}

.header-mobile-submenu > li {
  margin-bottom: 20px;
}

.header-mobile-submenu > li:last-of-type {
  margin-bottom: 0;
}

.teampage__header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  margin-top: 76px;
  margin-bottom: 61px;
}

.teampage__grid-holder {
  display: flex;
  flex-direction: column;
  margin-bottom: 95px;
}

.teampage__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
}

.ledenpage__header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  margin-top: 76px;
}

.ledenpage__header-menu {
  margin-top: 16px;
}

.ledenpage__header-title {
  margin-bottom: 39px;
}

.ledenpage__header-filter-title {
  display: block;
  margin-bottom: 20px;
}

.ledenpage__map {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  margin-top: 20px;
  margin-bottom: 39px;
}

.ledenpage__map-box {
  display: block;
  width: 100%;
  height: 600px;
}

.ledenpage__map-box > div {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.ledenpage__location-marker {
  display: none;
}

.ledenpage__grid-holder {
  display: flex;
  flex-direction: column;
  margin-bottom: 95px;
}

.ledenpage__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
}

.archive__header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  margin-top: 76px;
  margin-bottom: 61px;
}

.archive__featured-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  margin-bottom: 35px;
}

.archive__grid-holder {
  display: flex;
  flex-direction: column;
  margin-bottom: 95px;
}

.archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
}

.nf-form-cont .nf-form-title {
  font-size: 32px;
  line-height: 1.18;
}
.nf-form-cont a {
  color: #0B1741;
  text-decoration: underline;
}
.nf-form-cont textarea,
.nf-form-cont input,
.nf-form-cont label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #0B1741;
}
.nf-form-cont .nf-form-content {
  padding: 0;
}
.nf-form-cont .nf-field-container {
  margin-bottom: 39px;
}
.nf-form-cont .nf-form-fields-required {
  display: inline-block;
  margin-bottom: 20px;
  color: #78889F;
}
.nf-form-cont .nf-form-content label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.nf-form-cont .nf-field-description {
  margin-bottom: 10px;
}
.nf-form-cont .nf-field-description p:last-child {
  margin-bottom: 16px;
}
.nf-form-cont .nf-field-description p,
.nf-form-cont .nf-field-description span {
  font-size: 18px;
  line-height: 1.56;
}
.nf-form-cont .nf-field-description h2,
.nf-form-cont .nf-field-description h3 {
  font-family: "bariolbold", sans-serif;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.nf-form-cont .nf-field-description h2 {
  font-size: 32px;
  line-height: 1.18;
}
.nf-form-cont .nf-field-description h3 {
  font-size: 23px;
  line-height: 1.18;
}
.nf-form-cont .nf-form-content input:not([type=button]) {
  background-color: #FFFFFF;
  border: 1px solid #C9C9D9;
  border-radius: 5px;
}
.nf-form-cont .nf-form-content input:not([type=button]):not([type=textarea]) {
  max-width: 80%;
}
.nf-form-cont .nf-form-content input:not([type=button])::-moz-placeholder {
  color: #78889F;
}
.nf-form-cont .nf-form-content input:not([type=button])::placeholder {
  color: #78889F;
}
.nf-form-cont .nf-form-content textarea.ninja-forms-field {
  background-color: #FFFFFF;
  border: 1px solid #C9C9D9;
  border-radius: 5px;
}
.nf-form-cont .nf-form-content input[type=radio].ninja-forms-field {
  border: none;
  background-color: transparent;
  border-radius: none;
}
.nf-form-cont .checkbox-container.label-right .field-wrap {
  display: flex;
  flex-direction: column;
}
.nf-form-cont .checkbox-container p {
  color: #0B1741;
}
.nf-form-cont .nf-form-content .nf-fu-fileinput-button {
  color: #0B1741;
  background-color: transparent;
  border: 1px solid #C9C9D9;
}
.nf-form-cont .nf-fu-button-cancel {
  background-color: transparent;
  color: #78889F;
  text-decoration: underline;
}
.nf-form-cont .file_upload-wrap p {
  color: #78889F;
}
.nf-form-cont .nf-fu-progress {
  margin-top: 10px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  height: 4px;
  margin-bottom: 0;
}
.nf-form-cont .nf-fu-progress-bar {
  background-color: #78889F;
}
.nf-form-cont .nf-form-content input[type=button] {
  cursor: pointer;
}
.nf-form-cont .submit-wrap {
  display: block;
  margin-top: 39px;
}
.nf-form-cont .nf-error input:not([type=button]),
.nf-form-cont .nf-error .ninja-forms-field {
  border: 1px solid #FF3322;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  background-color: #FF3322;
}
.nf-form-cont .nf-error-msg {
  color: #FF3322;
}

.footer__newsletter .nf-form-cont .nf-form-hp {
  visibility: hidden;
  height: 0px !important;
  overflow: hidden;
}
.footer__newsletter .nf-form-cont .nf-form-fields-required {
  display: none;
}
.footer__newsletter .nf-form-cont .nf-field-container {
  margin-bottom: 0;
}
.footer__newsletter .nf-form-cont .submit-wrap {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}
.footer__newsletter .nf-form-cont .submit-wrap .nf-field-label {
  margin-top: 0;
}
.footer__newsletter .nf-form-cont .submit-wrap > .nf-field-element {
  position: relative;
}
.footer__newsletter .nf-form-cont .nf-form-content input:not([type=button]) {
  background-color: transparent;
  border: 1px solid #BBA6A9;
  border-radius: 5px;
  color: #FFFFFF;
  max-width: 100%;
}
.footer__newsletter .nf-form-cont .nf-form-content input:not([type=button])::-moz-placeholder {
  color: #BBA6A9;
}
.footer__newsletter .nf-form-cont .nf-form-content input:not([type=button])::placeholder {
  color: #BBA6A9;
}
.footer__newsletter .nf-form-cont .nf-form-content input[type=button] {
  background: none;
  padding: 0;
  color: #FFFFFF;
  cursor: pointer;
  height: auto;
}
.footer__newsletter .nf-form-cont .nf-error input:not([type=button]),
.footer__newsletter .nf-form-cont .nf-error .ninja-forms-field {
  border: 1px solid #FF3322;
}
.footer__newsletter .nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  background-color: #FF3322;
}
.footer__newsletter .nf-form-cont .nf-error .ninja-forms-field {
  border-color: #FF3322 !important;
}
.footer__newsletter .nf-form-cont .nf-error-msg {
  color: #FF3322;
}

.btn-menu {
  display: flex;
  flex-wrap: wrap;
  pointer-events: all;
}

.btn-menu a {
  display: inline-block;
}

.btn-menu a[href="#"] {
  pointer-events: none;
}

.btn-menu li.current-menu-item > a {
  background-color: #176FF9;
  color: #FFFFFF;
}

.btn-menu li {
  margin-right: 12px;
  margin-bottom: 12px;
}

.scroll-menu {
  background-color: #F9F6F3;
  width: 100%;
  padding-bottom: 12px;
}

.scroll-menu__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  display: flex;
  flex-wrap: wrap;
  transition: opacity 300ms ease;
  opacity: 0;
}

.scroll-menu.ready .scroll-menu__inner {
  opacity: 1;
}

.scroll-menu__title {
  pointer-events: none;
}

.scroll-menu__title::after {
  content: "";
  display: inline-flex;
  margin-left: 12px;
  margin-right: 12px;
  color: #78889F;
  width: 6px;
  height: 10px;
  background-image: url(images/scroll-menu-arrow.svg);
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.scroll-menu__link,
.scroll-menu__title {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 12px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.scroll-menu__link {
  cursor: pointer;
  margin-right: 12px;
  transition: all 300ms ease;
}
.search-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  max-width: 1024px !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  margin-top: 95px;
}

.search-header__form.hide-labels label {
  display: none;
}

.search-header__title {
  font-size: 32px;
  line-height: 1.18;
}

.search-header__text-outer {
  margin-top: 20px;
}

.search-header__bar {
  display: block;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 31px;
}
.search-header__bar input[type=text] {
  width: 100%;
  height: 66px;
  background-color: #F9F6F3;
  border: 0;
  font-size: 18px;
  line-height: 1.56;
  color: #0B1741;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 10px;
}
.search-header__bar input[type=submit] {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
  top: 22px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("images/vergrootglas.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  opacity: 1;
}

.search-outcome {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  max-width: 1024px !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 298px;
}

.search-outcome__text-outer,
.search-outcome__list-item {
  margin-top: 39px;
}

.search-result {
  display: flex;
  height: 100%;
  flex-direction: column;
  will-change: transform;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
  overflow: hidden;
}

.search-result__title-outer {
  display: block;
}

.search-result__title {
  font-size: 23px;
  line-height: 1.18;
  color: #176FF9;
  transition: all 320ms ease-out;
  display: inline;
}
.search-result__title-extension {
  font-size: 23px;
  line-height: 1.18;
  text-transform: uppercase;
  color: #78889F;
  display: inline;
}

.search-result__text-outer {
  display: block;
  margin-top: 5px;
  color: #78889F;
}
.search-result__text-outer p {
  display: inline;
}

.search-result__date {
  display: inline;
  color: #78889F;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #78889F;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  border-color: #78889F;
  transform: rotate(45deg);
  margin-left: 18px;
  margin-right: 20px;
}
.breadcrumbs > span:only-of-type a::after,
.breadcrumbs .breadcrumb_last a::after {
  display: none;
}

.block {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 61px;
}

.page-info + .block,
.block:first-child {
  margin-top: 0;
}

.block-quote:first-child + .block,
.block-afbeelding:first-of-type + .block {
  margin-top: 39px;
}

.block-tekst + .block-button {
  margin-top: 31px;
}

.block-quote {
  margin-top: 95px;
  margin-bottom: 95px;
}

.block-quote:first-child {
  margin-bottom: 0;
}

.block-tekst:last-of-type {
  margin-bottom: 95px;
}

.block-tekst-uitgelicht__content {
  background-color: #FFD6D3;
  border-radius: 20px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 43px;
  padding-bottom: 45px;
}

.block-afbeelding__image {
  border-radius: 20px;
}

.block-afbeelding__caption {
  margin-top: 10px;
}

.block-embed__caption {
  margin-top: 10px;
}

.block-embed__code {
  border-radius: 20px;
  overflow: hidden;
}

.block-form {
  background-color: #F9F6F3;
  padding: 45px;
  border-radius: 20px;
}

.block-form__text {
  margin-bottom: 31px;
}

.block-stappenplan__list {
  position: relative;
}

.block-stappenplan__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 45px;
  padding-bottom: 20px;
}
.block-stappenplan__item:last-child {
  padding-bottom: 0;
}

.block-stappenplan__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #08B9B1;
  border-radius: 100px;
}

.block-stappenplan__item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 36px);
  top: 32px;
  left: 7px;
  background-color: #08B9B1;
  border-radius: 2px;
}

.block-stappenplan__item:last-of-type::after {
  display: none;
}

.block-stappenplan__item-title {
  font-size: 23px;
  line-height: 1.18;
  font-family: "bariolbold", sans-serif;
}

.block-stappenplan__item-title + p {
  margin-top: 5px;
}

.block-stappenplan__item p,
.block-stappenplan__item p a {
  color: #78889F;
}

.block-quote__content {
  position: relative;
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-quote__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #F6C73E;
}

.block-link-lijst__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #C9C9D9;
}

.block-link-lijst__item-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #C9C9D9;
  font-size: 23px;
  line-height: 1.18;
  font-family: "bariolbold", sans-serif;
  color: #176FF9;
}

.block-link-lijst__item-link::after {
  content: "";
  position: relative;
  display: inline-block;
  height: 9px;
  width: 7px;
  background-image: url("./images/link-lijst-arrow.svg");
  background-repeat: no-repeat;
  background-size: 7px 9px;
  margin-left: 4px;
  margin-top: 2px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 280ms all;
}
.block-verwijzing__main {
  display: flex;
  width: 100%;
  border-radius: 20px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 43px;
  padding-bottom: 45px;
  background-color: #D1E2FE;
}

.block-verwijzing__visual {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding-right: 35px;
  margin-bottom: 20px;
}

.block-verwijzing__image-outer {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.block-verwijzing__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.block-verwijzing__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.block-verwijzing__button {
  margin-top: 31px;
  margin-bottom: 25px;
}

.block-voordelen__content {
  background-color: #F6C73E;
  color: #0B1741;
  border-radius: 20px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 43px;
  padding-bottom: 45px;
}

.block-voordelen a {
  color: #0B1741;
  text-decoration: underline;
}

.sections {
  display: block;
  overflow: hidden;
  width: 100%;
}

.section {
  display: block;
  position: relative;
  width: 100%;
}

.section__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  position: relative;
}

.section-praktijkvoorbeelden,
.section-usp,
.section-home-nieuws,
.section-onderwerp-nieuws,
.section-essays,
.section-teaser-kaartjes,
.section-uitleg,
.section-hulpmiddelen,
.section-onderwerpen,
.section-praktijk-teasers,
.section-callout {
  padding-top: 76px;
  padding-bottom: 76px;
}

.section-top--xs {
  margin-top: 31px;
}

.section-bottom--xs {
  margin-bottom: 31px;
}

.section-top--s {
  margin-top: 61px;
}

.section-bottom--s {
  margin-bottom: 61px;
}

.section-top--ms {
  margin-top: 76px;
}

.section-bottom--ms {
  margin-bottom: 76px;
}

.section-top--m {
  margin-top: 119px;
}

.section-bottom--m {
  margin-bottom: 119px;
}

.section-top--l {
  margin-top: 149px;
}

.section-bottom--l {
  margin-bottom: 149px;
}

.section-top--xl {
  margin-top: 191px;
}

.section-bottom--xl {
  margin-bottom: 191px;
}

.section-top--xxl {
  margin-top: 364px;
}

.section-bottom--xxl {
  margin-bottom: 364px;
}

.section-padding-top--xs {
  padding-top: 31px;
}

.section-padding-bottom--xs {
  padding-bottom: 31px;
}

.section-padding-top--s {
  padding-top: 61px;
}

.section-padding-bottom--s {
  padding-bottom: 61px;
}

.section-padding-top--ms {
  padding-top: 76px;
}

.section-padding-bottom--ms {
  padding-bottom: 76px;
}

.section-padding-top--m {
  padding-top: 119px;
}

.section-padding-bottom--m {
  padding-bottom: 119px;
}

.section-padding-top--l {
  padding-top: 149px;
}

.section-padding-bottom--l {
  padding-bottom: 149px;
}

.section-padding-top--xl {
  padding-top: 191px;
}

.section-padding-bottom--xl {
  padding-bottom: 191px;
}

.section-padding-top--xxl {
  padding-top: 364px;
}

.section-padding-bottom--xxl {
  padding-bottom: 364px;
}
.section-hero .section__inner {
  max-width: none;
  padding: 0;
  overflow: hidden;
}

.section-hero__main {
  display: flex;
  flex-direction: column;
}

.section-hero__visual {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 44%;
  width: 56%;
  height: 100%;
  max-width: 1000px;
}

.section-hero__visual-svg {
  position: absolute;
  top: -1px;
  height: calc(100% + 2px);
  width: auto;
}

.section-hero__visual-svg-left {
  left: -1px;
}

.section-hero__visual-svg-right {
  left: auto;
  right: -1px;
}

.section-hero__image-outer {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: calc(100% + 28px);
}

.section-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.section-hero__content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  position: relative;
  z-index: 2;
}

.section-hero__content-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.section-hero__content-advies-card {
  position: absolute;
  bottom: 39px;
  right: 0;
  max-width: 370px;
  width: 100%;
}

.section-hero__content-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 620px;
  padding-top: 95px;
  padding-bottom: 95px;
  z-index: 1;
}

.section-hero__button {
  margin-top: 31px;
}

.section-hero {
  position: relative;
  color: #FFFFFF;
  background-color: #FF3322;
}

.section-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  background-color: #F6C73E;
}

.section-hero__visual-svg-left path {
  fill: #FF3322;
}

.section-hero__visual-svg-right path {
  fill: #F6C73E;
}

.page-template-page-onderwerp .section-hero {
  background-color: #08B9B1;
}
.page-template-page-onderwerp .section-hero__visual-svg-left {
  transform: scaleY(-1);
}
.page-template-page-onderwerp .section-hero__visual-svg-left path {
  fill: #08B9B1;
}
.page-template-page-onderwerp .section-hero__visual-svg-right {
  transform: scaleY(-1);
}
.page-template-page-onderwerp .section-hero__visual-svg-right path {
  fill: #D1E2FE;
}
.page-template-page-onderwerp .section-hero::after {
  background-color: #D1E2FE;
}

.page-template-page-about .section-hero {
  background-color: #176FF9;
}
.page-template-page-about .section-hero__visual-svg-left {
  transform: scaleY(-1);
}
.page-template-page-about .section-hero__visual-svg-left path {
  fill: #176FF9;
}
.page-template-page-about .section-hero__visual-svg-right {
  transform: scaleY(-1);
}
.page-template-page-about .section-hero__visual-svg-right path {
  fill: #08B9B1;
}
.page-template-page-about .section-hero::after {
  background-color: #08B9B1;
}

.section-home-nieuws__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 65px;
}

.section-home-nieuws__featured {
  display: grid;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 20px;
  grid-column: 1/3;
}

.section-home-nieuws__news {
  display: flex;
  flex-direction: column;
  grid-column: 3/4;
}
.section-home-nieuws__grid--featured-columns-2 .section-home-nieuws__featured {
  grid-column: 1/3;
  grid-template-columns: 1fr 1fr;
}
.section-home-nieuws__grid--featured-columns-2 .section-home-nieuws__news {
  grid-column: 3/4;
}

.section-home-nieuws__news-section {
  margin-bottom: 61px;
}
.section-home-nieuws__news-section:last-of-type {
  margin-bottom: 0;
}

.section-home-nieuws__news-section {
  margin-bottom: 31px;
}

.section-home-nieuws__list {
  display: flex;
  flex-direction: column;
}

.section-home-nieuws__list-item {
  margin-top: 20px;
}

.section-home-nieuws__list-item-button {
  margin-top: 20px;
}

.section-onderwerp-nieuws__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 65px;
}

.section-onderwerp-nieuws__featured {
  display: grid;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 20px;
  grid-column: 1/3;
}

.section-onderwerp-nieuws__news {
  display: flex;
  flex-direction: column;
  grid-column: 3/4;
}
.section-onderwerp-nieuws__grid--featured-columns-2 .section-onderwerp-nieuws__featured {
  grid-column: 1/3;
  grid-template-columns: 1fr 1fr;
}
.section-onderwerp-nieuws__grid--featured-columns-2 .section-onderwerp-nieuws__news {
  grid-column: 3/4;
}

.section-onderwerp-nieuws__news-section {
  margin-bottom: 61px;
}
.section-onderwerp-nieuws__news-section:last-of-type {
  margin-bottom: 0;
}

.section-onderwerp-nieuws__news-section {
  margin-bottom: 31px;
}

.section-onderwerp-nieuws__list {
  display: flex;
  flex-direction: column;
}

.section-onderwerp-nieuws__list-item {
  margin-top: 20px;
}

.section-onderwerp-nieuws__list-item-button {
  margin-top: 20px;
}

.section-callout {
  background-color: #D1E2FE;
}

.section-callout.section-var--big {
  background-color: #176FF9;
  color: #FFFFFF;
}

.section-callout__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.section-callout.section-var--big .section-callout__main {
  align-items: center;
}

.section-callout__visual {
  display: inline-block;
  width: 35%;
  padding-right: 35px;
}

.section-callout.section-var--big .section-callout__visual {
  width: calc(50% - 17.5px);
  padding-right: 0;
  margin-right: 35px;
}

.section-callout__image-outer {
  display: block;
}

.section-callout__image {
  border-radius: 10px;
}

.section-callout__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 620px;
}

.section-callout__list {
  margin-top: 31px;
}

.section-callout__item {
  margin-top: 16px;
}
.section-callout__item:first-child {
  margin-top: 0;
}

.section-callout__button {
  margin-top: 31px;
  margin-bottom: 25px;
}

.section-praktijk-teasers__title {
  margin-bottom: 31px;
}

.section-praktijk-teasers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  margin-bottom: 76px;
}

.section-praktijkvoorbeelden__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
}

.section-praktijkvoorbeelden__title {
  margin-bottom: 31px;
}

.section-praktijkvoorbeelden__grid-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-praktijkvoorbeelden__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
}

.section-praktijkvoorbeelden__more-button {
  align-self: center;
}

.section-onderwerpen {
  background-color: #F9F6F3;
}

.section-onderwerpen__title {
  margin-bottom: 25px;
}

.section-onderwerpen__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
}

.section-onderwerpen__item-link {
  display: flex;
  flex-direction: column;
  font-size: 23px;
  line-height: 1.18;
  font-family: "bariolbold", sans-serif;
  transition: all 280ms ease;
}

.section-onderwerpen__item-text {
  color: #78889F;
  font-size: 18px;
  line-height: 1.56;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 10px;
  transition: all 280ms ease;
}
.section-hulpmiddelen {
  background-color: #F9F6F3;
}

.section-hulpmiddelen__title {
  margin-bottom: 25px;
}

.section-hulpmiddelen__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 61px;
}

.section-uitleg {
  background-color: #F9F6F3;
}

.section-uitleg__title {
  margin-bottom: 25px;
}

.section-uitleg__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
}

.section-teaser-kaartjes {
  background-color: #FFFFFF;
}

.section-teaser-kaartjes__title {
  margin-bottom: 25px;
}

.section-teaser-kaartjes__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
}

.section-essays {
  background-color: #FFFFFF;
}

.section-essays__title {
  margin-bottom: 25px;
}

.section-essays__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 61px;
}

.section-usp {
  background-color: #F9F6F3;
}

.section-usp__title {
  margin-bottom: 39px;
}

.section-usp__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 65px;
       column-gap: 65px;
  row-gap: 65px;
}

.textpage {
  padding-top: 76px;
}

.textpage__header {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 65px;
       column-gap: 65px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  margin-bottom: 39px;
}

.textpage__header-inner {
  grid-column: 1/3;
}

.textpage__main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.textpage__blocks {
  grid-column: 1/3;
}

.textpage__sidebar {
  grid-column: 3/4;
}

.page-title {
  width: 100%;
}

.page-title__cats {
  display: flex;
  margin-bottom: 16px;
}

.page-title__cats-title {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  color: #89A5D1;
  display: inline-block;
}

.page-title__cats-title::after {
  content: ", ";
  display: inline;
}

.page-title__cats-item:last-child .page-title__cats-title::after {
  display: none;
}

.page-info {
  display: block;
  margin-bottom: 39px;
  color: #78889F;
}

.page-info__details {
  display: flex;
  flex-direction: column;
}

.page-info__details-item {
  font-size: 23px;
  line-height: 1.56;
  margin-bottom: 10px;
}
.page-info__details-item:last-child {
  margin-bottom: 0;
}

.page-info__details-item svg {
  display: inline-block;
  height: 18px;
  width: auto;
}

.sidebar > div + div {
  margin-top: 39px;
}

.sidebar h4 + p,
.sidebar ul {
  margin-top: 16px;
}

.sidebar-subjects:first-child .sidebar-subjects__title {
  margin-top: 4px;
}

.sidebar-subjects__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4px !important;
}

.sidebar-subjects__item {
  margin-top: 16px;
  margin-right: 12px;
}

.sidebar-contact-card {
  display: flex;
  flex-direction: column;
}

.sidebar-contact-card__content p {
  color: #78889F;
}

.sidebar-contact-card__image-outer {
  margin-top: 25px;
}

.sidebar-contact-card__image {
  width: 58px;
  height: 58px;
  border-radius: 100px;
  display: block;
}

.sidebar-contact-card__list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.hero-advies-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 16px;
  line-height: 1.56;
}

.hero-advies-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6C73E;
  border-radius: 28px;
  transition: all ease 300ms;
}
.open.hero-advies-card::after {
  background-color: #FFFFFF;
}

.hero-advies-card__inner {
  position: relative;
  z-index: 1;
}

.hero-advies-card__header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 8px;
  width: 100%;
  cursor: pointer;
}

.hero-advies-card__header-title {
  color: #0B1741;
  font-size: 23px;
  line-height: 1.18;
  margin-top: 6px;
}

.hero-advies-card__image-outer {
  display: inline-block;
  width: auto;
  margin-right: 12px;
}

.hero-advies-card__image {
  width: 39px;
  height: 39px;
  border-radius: 100px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-advies-card__content {
  position: relative;
  border-top: 1px solid rgba(11, 23, 65, 0);
  height: 0px;
  overflow: hidden;
  transition: all ease 300ms, cubic-bezier(0.25, 0.46, 0.45, 0.94) 420ms height;
}

.open .hero-advies-card__content {
  border-top: 1px solid rgba(11, 23, 65, 0.1);
}

.hero-advies-card__content-inner {
  padding-top: 20px;
  padding-bottom: 26px;
  padding-left: 26px;
  padding-right: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: ease 200ms opacity;
}

.open .hero-advies-card__content-inner {
  opacity: 1;
  transition: ease 300ms opacity 200ms;
}

.hero-advies-card__content p {
  color: #0B1741;
}

.hero-advies-card__list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.hero-advies-card__cross {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 36px;
  height: 38px;
  margin-top: -19px;
  opacity: 1;
  transition: all ease-out 300ms 0ms, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
}

.hero-advies-card__cross:before, .hero-advies-card__cross:after {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  height: 22px;
  width: 2px;
  border-radius: 100px;
  background-color: #0B1741;
  transition: all 300ms ease, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
  margin-top: 8px;
}
.hero-advies-card__cross:before {
  transform: rotate(0deg);
}

.hero-advies-card__cross:after {
  transform: rotate(-90deg);
}

.open .hero-advies-card__cross:before {
  transform: rotate(0deg) scaleY(0);
  opacity: 0;
}

.sidebar-columnist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sidebar-columnist__image-outer {
  margin-bottom: 31px;
}

.sidebar-columnist__image {
  width: 196px;
  height: 196px;
  border-radius: 100px;
  display: block;
}

.sidebar-columnist p {
  color: #78889F;
}

.sidebar-team {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sidebar-team__image-outer {
  margin-bottom: 31px;
}

.sidebar-team__image {
  width: 196px;
  height: 196px;
  border-radius: 100px;
  display: block;
}

.sidebar-team p {
  color: #78889F;
}

.sidebar-lid__title:first-child {
  margin-top: 0;
}

.sidebar-lid__title {
  margin-top: 39px;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #0B1741;
  text-align: center;
  box-shadow: 0px 0px 20px 5px rgba(167, 167, 188, 0.2);
  background-color: #FFFFFF;
  border-radius: 20px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 43px;
  padding-bottom: 45px;
  transition: box-shadow ease 380ms, transform cubic-bezier(0.165, 0.84, 0.44, 1) 380ms;
}
.team-card__image-outer {
  position: relative;
  margin-bottom: 31px;
  display: block;
}

.team-card__image {
  position: relative;
  top: 0;
  left: 0;
  width: 196px;
  height: 196px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1580ms;
  will-change: transform;
}
.team-card p {
  color: #78889F;
}

.usp-card {
  display: flex;
  flex-direction: column;
  color: #0B1741;
}

.usp-card__image-outer {
  position: relative;
  margin-bottom: 31px;
  display: inline-block;
  width: 196px;
  height: 196px;
  overflow: hidden;
  width: 196px;
  height: 196px;
  border-radius: 100px;
}

.usp-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1580ms;
}

.usp-card p {
  color: #78889F;
}

.usp-card__link {
  display: block;
  margin-top: 31px;
}

.teaser-mini {
  display: flex;
  flex-direction: column;
  color: #0B1741;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 380ms;
}
.teaser-mini__tag {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #89A5D1;
  margin-bottom: 5px;
}

.teaser-mini__title {
  font-size: 18px;
  line-height: 1.56;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.teaser-mini__event-info {
  color: #78889F;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.teaser-mini__event-info-item {
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}

.teaser-mini__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.teaser-card__event-info-text,
.teaser-mini__date {
  font-size: 14px;
  color: #78889F;
}

.teaser-card {
  display: flex;
  flex-direction: column;
  color: #0B1741;
  box-shadow: 0px 0px 20px 5px rgba(167, 167, 188, 0.2);
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow ease 380ms, transform cubic-bezier(0.165, 0.84, 0.44, 1) 380ms;
}
.teaser-card__image-outer {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.teaser-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1580ms;
}
.teaser-card__tag {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #89A5D1;
  margin-bottom: 10px;
}

.teaser-card__title {
  font-size: 23px;
  line-height: 1.18;
}

.teaser-card__event-info {
  color: #78889F;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.teaser-card__event-info-item {
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}

.teaser-card__event-info svg {
  display: inline-block;
  height: 18px;
  width: auto;
  margin-right: 8px;
}

.teaser-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 31px;
  padding-bottom: 39px;
}

.teaser-card__date::after {
  content: " -";
}

.teaser-card__content p {
  color: #78889F;
}

.teaser-card__content p:first-of-type {
  margin-top: 16px;
}

.teaser-card__content p:last-of-type {
  margin-bottom: 20px;
}

.teaser-card__read-more {
  display: block;
  color: #176FF9;
  cursor: pointer;
  margin-top: auto;
}

.teaser-card__columnist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.teaser-card__columnist-image-outer {
  display: inline-block;
  width: auto;
}

.teaser-card__columnist-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 10px;
}

.teaser-card__columnist-title {
  display: inline-block;
  flex: 1;
  margin-top: 4px;
}

.teaser-card-s {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #0B1741;
  box-shadow: 0px 0px 20px 5px rgba(167, 167, 188, 0.2);
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow ease 380ms, transform cubic-bezier(0.165, 0.84, 0.44, 1) 380ms;
}
.teaser-card-s__tag {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #89A5D1;
  margin-bottom: 10px;
}

.teaser-card-s__title {
  font-size: 23px;
  line-height: 1.18;
}

.teaser-card-s__location {
  color: #78889F;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}

.teaser-card-s__location svg {
  display: inline-block;
  height: 18px;
  width: auto;
  margin-right: 4px;
}

.teaser-card-s__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 31px;
  padding-bottom: 31px;
}

.teaser-card-s__date::after {
  content: " -";
}

.teaser-card-s__content p {
  color: #78889F;
}

.teaser-card-s__content p:first-of-type {
  margin-top: 16px;
}

.teaser-card-s__content p:last-of-type {
  margin-bottom: 20px;
}

.teaser-card-s__read-more {
  display: block;
  color: #176FF9;
  cursor: pointer;
  margin-top: auto;
}

.teaser-hulpmiddel-card {
  display: flex;
  flex-wrap: wrap;
  color: #0B1741;
  transition: box-shadow ease 380ms, transform cubic-bezier(0.165, 0.84, 0.44, 1) 380ms;
}
.teaser-hulpmiddel-card__image-outer {
  position: relative;
  width: 132px;
  height: 132px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 5px rgba(167, 167, 188, 0.2);
  background-color: #FFFFFF;
  border-radius: 20px;
}

.teaser-hulpmiddel-card__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(-50%) translateY(-50%);
}

.teaser-hulpmiddel-card__title {
  font-size: 23px;
  line-height: 1.18;
  color: #176FF9;
  transition: all ease 280ms;
}
.teaser-hulpmiddel-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  padding-left: 32px;
  padding-top: 2px;
}

.teaser-hulpmiddel-card__content p {
  color: #78889F;
  transition: all ease 280ms;
}
.teaser-hulpmiddel-card__content p:first-of-type {
  margin-top: 16px;
}

.teaser-essay-card {
  display: flex;
  flex-wrap: wrap;
  color: #0B1741;
  transition: box-shadow ease 380ms, transform cubic-bezier(0.165, 0.84, 0.44, 1) 380ms;
}
.teaser-essay-card__image-outer {
  position: relative;
  width: 132px;
  height: 132px;
}

.teaser-essay-card__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  box-shadow: 0px 0px 20px 5px rgba(167, 167, 188, 0.2);
  transform: translateX(-50%);
}

.teaser-essay-card__title {
  font-size: 23px;
  line-height: 1.18;
  color: #176FF9;
  transition: all ease 280ms;
}
.teaser-essay-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  padding-left: 32px;
  padding-top: 2px;
}

.teaser-essay-card__content p {
  color: #78889F;
  transition: all ease 280ms;
}
.teaser-essay-card__content p:first-of-type {
  margin-top: 16px;
}

.related-teasers {
  background-color: #F9F6F3;
  padding-top: 61px;
  padding-bottom: 95px;
  margin-top: 95px;
}

.related-teasers__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1524px;
  padding-left: 92px;
  padding-right: 92px;
}

.related-teasers__title {
  margin-bottom: 31px;
}

.related-teasers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
}

.marker-popup {
  display: flex;
  flex-direction: column;
}

.marker-popup__title {
  font-size: 18px;
  line-height: 1.18;
}

.marker-popup__text {
  color: #78889F;
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.marker-popup__link {
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1919px){
  .footer__inner {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .header__inner {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .header-search {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .header-menu > li .sub-menu {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .header-menu-dropdown__footer-inner {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .teampage__header {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .teampage__grid {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .ledenpage__header {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .ledenpage__map {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .ledenpage__grid {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .archive__header {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .archive__featured-grid {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .archive__grid {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .scroll-menu__inner {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .search-header {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .search-outcome {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .section__inner {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .section-hero__content {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .section-praktijkvoorbeelden__inner {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .textpage__header {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .textpage__main {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .related-teasers__inner {
    max-width: 1452px;
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media screen and (max-width: 1279px){
  .h1 {
    font-size: 58px;
  }
  .standard-text-styles .h1,
.standard-text-styles h1 {
    font-size: 58px;
  }
  .footer__inner {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__inner {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__logo {
    height: 64px;
    margin-bottom: 0;
  }
  .header__main-menu {
    display: none;
  }
  .header__menus-submenu {
    display: none;
  }
  .header__search-icon {
    margin-bottom: 0;
  }
  .header__hamburger {
    display: inline-flex;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #C9C9D9;
  }
  .header-search {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .header-search {
    padding-left: 20px;
    padding-right: 20px;
    top: 85px;
  }
  .header-search__close:hover .header-search__close:before, .header-search__close:hover .header-search__close:after {
    background-color: #0B1741;
  }
  .header-menu > li .sub-menu {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .header-menu-dropdown__footer-inner {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .teampage__header {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .teampage__grid {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .teampage__grid {
    grid-template-columns: 1fr 1fr;
  }
  .ledenpage__header {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .ledenpage__map {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .ledenpage__grid {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .ledenpage__grid {
    grid-template-columns: 1fr 1fr;
  }
  .archive__header {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .archive__featured-grid {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .archive__grid {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .archive__grid {
    grid-template-columns: 1fr 1fr;
  }
  .scroll-menu__inner {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .search-header {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .search-outcome {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .section__inner {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .section-top--xs {
    margin-top: 25px;
  }
  .section-bottom--xs {
    margin-bottom: 25px;
  }
  .section-top--s {
    margin-top: 31px;
  }
  .section-bottom--s {
    margin-bottom: 31px;
  }
  .section-top--ms {
    margin-top: 61px;
  }
  .section-bottom--ms {
    margin-bottom: 61px;
  }
  .section-top--m {
    margin-top: 76px;
  }
  .section-bottom--m {
    margin-bottom: 76px;
  }
  .section-top--l {
    margin-top: 95px;
  }
  .section-bottom--l {
    margin-bottom: 95px;
  }
  .section-top--xl {
    margin-top: 119px;
  }
  .section-bottom--xl {
    margin-bottom: 119px;
  }
  .section-top--xxl {
    margin-top: 232px;
  }
  .section-bottom--xxl {
    margin-bottom: 232px;
  }
  .section-padding-top--xs {
    padding-top: 25px;
  }
  .section-padding-bottom--xs {
    padding-bottom: 25px;
  }
  .section-padding-top--s {
    padding-top: 31px;
  }
  .section-padding-bottom--s {
    padding-bottom: 31px;
  }
  .section-padding-top--ms {
    padding-top: 61px;
  }
  .section-padding-bottom--ms {
    padding-bottom: 61px;
  }
  .section-padding-top--m {
    padding-top: 76px;
  }
  .section-padding-bottom--m {
    padding-bottom: 76px;
  }
  .section-padding-top--l {
    padding-top: 95px;
  }
  .section-padding-bottom--l {
    padding-bottom: 95px;
  }
  .section-padding-top--xl {
    padding-top: 119px;
  }
  .section-padding-bottom--xl {
    padding-bottom: 119px;
  }
  .section-padding-top--xxl {
    padding-top: 149px;
  }
  .section-padding-bottom--xxl {
    padding-bottom: 149px;
  }
  .section-hero__content {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .section-hero__content-text {
    max-width: 50%;
  }
  .section-home-nieuws__grid--featured-columns-2 {
    grid-template-columns: 1fr 1fr;
  }
  .section-home-nieuws__grid--featured-columns-2 .section-home-nieuws__news {
    grid-column: 1/3;
  }
  .section-onderwerp-nieuws__grid--featured-columns-2 {
    grid-template-columns: 1fr 1fr;
  }
  .section-onderwerp-nieuws__grid--featured-columns-2 .section-onderwerp-nieuws__news {
    grid-column: 1/3;
  }
  .section-praktijk-teasers__grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-praktijkvoorbeelden__inner {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .section-praktijkvoorbeelden__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .textpage__header {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .textpage__main {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .related-teasers__inner {
    max-width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media screen and (max-width: 1023px){
  html,
body {
    font-size: 16px;
  }
  .h1 {
    font-size: 46px;
  }
  .h2 {
    font-size: 29px;
  }
  .h3 {
    font-size: 20px;
  }
  .standard-text-styles .h1,
.standard-text-styles h1 {
    font-size: 46px;
  }
  .standard-text-styles .h2,
.standard-text-styles h2 {
    font-size: 29px;
  }
  .standard-text-styles .h3,
.standard-text-styles h3 {
    font-size: 20px;
  }
  .standard-text-styles p,
.standard-text-styles li {
    font-size: 16px;
  }
  .standard-text-styles .p--l {
    font-size: 20px;
  }
  .standard-text-styles .p--s {
    font-size: 14px;
  }
  .caption,
.caption p,
.caption a {
    font-size: 16px;
  }
  .footer__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer__about {
    width: 75%;
  }
  .footer__newsletter {
    width: 100%;
    margin-top: 76px;
  }
  .header__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-search {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-search {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-menu > li .sub-menu {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-menu > li .sub-menu span {
    font-size: 16px;
  }
  .header-menu-dropdown__footer-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-mobile-menu .menu-item-description {
    font-size: 14px;
  }
  .teampage__header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .teampage__grid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ledenpage__header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ledenpage__map {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ledenpage__grid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .archive__header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .archive__featured-grid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .archive__grid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .nf-form-cont .nf-form-title {
    font-size: 29px;
  }
  .nf-form-cont .nf-field-description p,
.nf-form-cont .nf-field-description span {
    font-size: 16px;
  }
  .nf-form-cont .nf-field-description h2 {
    font-size: 29px;
  }
  .nf-form-cont .nf-field-description h3 {
    font-size: 20px;
  }
  .scroll-menu__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .search-header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .search-header__title {
    font-size: 29px;
  }
  .search-header__bar input[type=text] {
    font-size: 16px;
  }
  .search-outcome {
    padding-left: 40px;
    padding-right: 40px;
  }
  .search-result__title {
    font-size: 20px;
  }
  .search-result__title-extension {
    font-size: 20px;
  }
  .block-tekst:last-of-type {
    margin-bottom: 0;
  }
  .block-stappenplan__item-title {
    font-size: 20px;
  }
  .block-link-lijst__item-link {
    font-size: 20px;
  }
  .section__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-hero__visual {
    width: 100%;
    left: 0;
    position: relative;
    display: block;
    height: 320px;
    overflow: hidden;
  }
  .section-hero__visual-svg {
    display: none;
  }
  .section-hero__content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-hero__content-advies-card {
    position: relative;
    max-width: none;
    bottom: auto;
    right: auto;
  }
  .section-hero__content-text {
    padding-top: 39px;
    padding-bottom: 61px;
  }
  .section-hero__content-text {
    max-width: 100%;
  }
  .section-hero::after {
    display: none;
  }
  .section-callout__main {
    align-items: flex-start;
  }
  .section-callout__visual {
    margin-bottom: 20px;
  }
  .section-callout.section-var--big .section-callout__visual {
    width: 100%;
    margin-right: 0;
  }
  .section-praktijkvoorbeelden__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-onderwerpen__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-onderwerpen__item-link {
    font-size: 20px;
  }
  .section-onderwerpen__item-text {
    font-size: 16px;
  }
  .section-uitleg__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-teaser-kaartjes__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-essays__list {
    grid-template-columns: 1fr;
  }
  .section-usp__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .textpage__header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .textpage__header-inner {
    grid-column: 1/4;
  }
  .textpage__main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .textpage__blocks {
    grid-column: 1/4;
  }
  .textpage__sidebar {
    grid-column: 1/4;
  }
  .page-info__details-item {
    font-size: 20px;
  }
  .sidebar {
    margin-top: 76px;
  }
  .hero-advies-card {
    font-size: 14px;
  }
  .hero-advies-card::after {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    border-radius: 0;
  }
  .hero-advies-card__header {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-advies-card__header-title {
    font-size: 20px;
  }
  .hero-advies-card__content-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-advies-card__cross {
    right: 0;
  }
  .teaser-mini__title {
    font-size: 16px;
  }
  .teaser-card__title {
    font-size: 20px;
  }
  .teaser-card-s__title {
    font-size: 20px;
  }
  .teaser-hulpmiddel-card__title {
    font-size: 20px;
  }
  .teaser-essay-card__title {
    font-size: 20px;
  }
  .related-teasers__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .related-teasers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px){
  .standard-text-styles .p--l {
    font-size: 18px;
    line-height: 1.5;
  }
  .footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__about {
    width: 100%;
    padding-right: 0;
  }
  .footer-legal-menu {
    flex-direction: column;
  }
  .footer-legal-menu li {
    margin-left: 0;
  }
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__hamburger {
    margin-right: -6px;
  }
  .header-search {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-search {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-menu > li .sub-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-menu-dropdown__footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .teampage__header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .teampage__grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .teampage__grid {
    grid-template-columns: 1fr;
  }
  .ledenpage__header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ledenpage__map {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ledenpage__map-box {
    height: 520px;
  }
  .ledenpage__grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ledenpage__grid {
    grid-template-columns: 1fr;
  }
  .archive__header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .archive__featured-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .archive__featured-grid {
    grid-template-columns: 1fr;
  }
  .archive__grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .archive__grid {
    grid-template-columns: 1fr;
  }
  .nf-form-cont .nf-form-content input:not([type=button]):not([type=textarea]) {
    max-width: 100%;
  }
  .scroll-menu__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-header__bar {
    margin-top: 0;
  }
  .search-outcome {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-result .breadcrumbs {
    margin-bottom: 5px;
  }
  .breadcrumbs a,
.breadcrumbs span {
    font-size: 13px;
    line-height: 1.2;
  }
  .breadcrumbs a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .breadcrumbs a::after {
    margin-left: 12px;
    margin-right: 14px;
  }
  .block-tekst-uitgelicht__content {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .block-form {
    padding: 32px;
  }
  .block-verwijzing__main {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .block-verwijzing__main {
    flex-direction: column;
  }
  .block-voordelen__content {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-praktijkvoorbeelden,
.section-usp,
.section-home-nieuws,
.section-onderwerp-nieuws,
.section-essays,
.section-teaser-kaartjes,
.section-uitleg,
.section-hulpmiddelen,
.section-onderwerpen,
.section-praktijk-teasers,
.section-callout {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .section-top--xs {
    margin-top: 20px;
  }
  .section-bottom--xs {
    margin-bottom: 20px;
  }
  .section-top--s {
    margin-top: 25px;
  }
  .section-bottom--s {
    margin-bottom: 25px;
  }
  .section-top--ms {
    margin-top: 31px;
  }
  .section-bottom--ms {
    margin-bottom: 31px;
  }
  .section-top--m {
    margin-top: 61px;
  }
  .section-bottom--m {
    margin-bottom: 61px;
  }
  .section-top--l {
    margin-top: 76px;
  }
  .section-bottom--l {
    margin-bottom: 76px;
  }
  .section-top--xl {
    margin-top: 95px;
  }
  .section-bottom--xl {
    margin-bottom: 95px;
  }
  .section-top--xxl {
    margin-top: 119px;
  }
  .section-bottom--xxl {
    margin-bottom: 119px;
  }
  .section-padding-top--xs {
    padding-top: 20px;
  }
  .section-padding-bottom--xs {
    padding-bottom: 20px;
  }
  .section-padding-top--s {
    padding-top: 25px;
  }
  .section-padding-bottom--s {
    padding-bottom: 25px;
  }
  .section-padding-top--ms {
    padding-top: 25px;
  }
  .section-padding-bottom--ms {
    padding-bottom: 25px;
  }
  .section-padding-top--m {
    padding-top: 61px;
  }
  .section-padding-bottom--m {
    padding-bottom: 61px;
  }
  .section-padding-top--l {
    padding-top: 76px;
  }
  .section-padding-bottom--l {
    padding-bottom: 76px;
  }
  .section-padding-top--xl {
    padding-top: 95px;
  }
  .section-padding-bottom--xl {
    padding-bottom: 95px;
  }
  .section-padding-top--xxl {
    padding-top: 119px;
  }
  .section-padding-bottom--xxl {
    padding-bottom: 119px;
  }
  .section-hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-hero__content-text {
    padding-top: 31px;
    padding-bottom: 39px;
  }
  .section-home-nieuws__grid {
    row-gap: 35px;
  }
  .section-home-nieuws__featured {
    grid-column: 1/4;
  }
  .section-home-nieuws__news {
    grid-column: 1/4;
  }
  .section-home-nieuws__grid--featured-columns-2 {
    grid-template-columns: 1fr;
  }
  .section-home-nieuws__grid--featured-columns-2 .section-home-nieuws__featured {
    grid-template-columns: 1fr;
  }
  .section-onderwerp-nieuws__grid {
    row-gap: 35px;
  }
  .section-onderwerp-nieuws__featured {
    grid-column: 1/4;
  }
  .section-onderwerp-nieuws__news {
    grid-column: 1/4;
  }
  .section-onderwerp-nieuws__grid--featured-columns-2 {
    grid-template-columns: 1fr;
  }
  .section-onderwerp-nieuws__grid--featured-columns-2 .section-onderwerp-nieuws__featured {
    grid-template-columns: 1fr;
  }
  .section-callout__main {
    flex-direction: column;
  }
  .section-callout__visual {
    width: 70%;
    align-self: flex-start;
  }
  .section-praktijk-teasers__grid {
    grid-template-columns: 1fr;
  }
  .section-praktijkvoorbeelden__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-praktijkvoorbeelden__grid {
    grid-template-columns: 1fr;
  }
  .section-onderwerpen__list {
    grid-template-columns: 1fr;
  }
  .section-hulpmiddelen__list {
    grid-template-columns: 1fr;
  }
  .section-uitleg__list {
    grid-template-columns: 1fr;
  }
  .section-teaser-kaartjes__list {
    grid-template-columns: 1fr;
  }
  .section-usp__grid {
    grid-template-columns: 1fr;
  }
  .textpage__header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .textpage__main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-title__cats-title {
    font-size: 16px;
  }
  .page-info__details-item {
    font-size: 18px;
    line-height: 1.5;
  }
  .team-card {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .teaser-hulpmiddel-card__image-outer {
    width: 56px;
    height: 56px;
  }
  .teaser-hulpmiddel-card__image {
    width: 28px;
    height: 28px;
  }
  .teaser-hulpmiddel-card__content {
    padding-left: 10px;
  }
  .teaser-essay-card {
    flex-direction: column;
  }
  .teaser-essay-card__image-outer {
    margin-bottom: 20px;
  }
  .teaser-essay-card__image {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .teaser-essay-card__content {
    padding-left: 0;
  }
  .related-teasers__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .related-teasers__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 375px){
  .block-verwijzing__visual {
    padding-right: 0;
  }
}

@media screen and (max-width: 374px){
  .ledenpage__map-box {
    height: 400px;
  }
}

@media screen and (min-width: 1024px){
  .mobile-menu--open .header-mobile {
    overflow-y: auto;
  }
}

@media screen and (min-width: 1280px){
  .header-mobile {
    display: none;
  }
}

@media (hover: hover){
  .standard-text-styles p a:hover {
    opacity: 0.5;
  }
  p a:hover {
    text-decoration: underline;
  }
  .button:hover, .nf-form-cont .nf-form-content input[type=button]:hover, .nf-form-cont .nf-form-content .nf-fu-fileinput-button:hover {
    background-color: #08B9B1;
  }
  .button--white-blue:hover, .section-callout.section-var--big .section-callout__button.button:hover, .section-callout.section-var--big .nf-form-cont .nf-form-content .section-callout__button.nf-fu-fileinput-button:hover, .nf-form-cont .nf-form-content .section-callout.section-var--big .section-callout__button.nf-fu-fileinput-button:hover, .section-callout.section-var--big .nf-form-cont .nf-form-content input.section-callout__button[type=button]:hover, .nf-form-cont .nf-form-content .section-callout.section-var--big input.section-callout__button[type=button]:hover, .section-hero.section-var--big .section-hero__button.button:hover, .section-hero.section-var--big .nf-form-cont .nf-form-content .section-hero__button.nf-fu-fileinput-button:hover, .nf-form-cont .nf-form-content .section-hero.section-var--big .section-hero__button.nf-fu-fileinput-button:hover, .section-hero.section-var--big .nf-form-cont .nf-form-content input.section-hero__button[type=button]:hover, .nf-form-cont .nf-form-content .section-hero.section-var--big input.section-hero__button[type=button]:hover {
    background-color: #0B1741;
    color: #FFFFFF;
  }
  .btn-menu a:hover,
.button-rounded:hover {
    background-color: #176FF9;
    border: 1px solid #176FF9;
    color: #FFFFFF;
    text-decoration: none;
  }
  .text-link:hover, .footer__newsletter .nf-form-cont .submit-wrap > .nf-field-element:hover, .footer-menu a:hover {
    text-decoration: underline;
  }
  .text-link:hover::after, .footer__newsletter .nf-form-cont .submit-wrap > .nf-field-element:hover::after, .footer-menu a:hover::after {
    transform: translateX(4px);
  }
  .header-submenu .button-menu a:hover,
.header-submenu li.button-menu a:hover,
.header-mobile-submenu .button-menu a:hover,
.header-mobile-submenu li.button-menu a:hover {
    background-color: #FF3322;
    border: 1px solid #FF3322;
    color: #FFFFFF;
    text-decoration: none !important;
  }
  .btn-loadmore:hover {
    color: #0B1741;
  }
  .btn-loadmore:hover .button__text {
    transform: translateY(8px);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1000ms;
  }
  .btn-loadmore:hover::after {
    transform: translateY(8px);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1000ms;
    background-image: url("images/dropdown-arrow--black.svg");
  }
  .caption a:hover {
    color: #0B1741;
  }
  .hamburger-inline__close:hover .hamburger-inline-close__stroke {
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 750ms;
  }
  .hamburger-inline__close:hover .hamburger-inline-close__stroke-1 {
    transform: rotate(90deg) scaleX(-1);
    transition-delay: 0ms;
  }
  .hamburger-inline__close:hover .hamburger-inline-close__stroke-2 {
    transform: rotate(0deg) scaleX(-1);
    transition-delay: 175ms;
  }
  .hamburger-close:hover .hamburger-close__stroke {
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 750ms;
  }
  .hamburger-close:hover .hamburger-close__stroke-1 {
    transform: rotate(90deg) scaleX(-1);
    transition-delay: 0ms;
  }
  .hamburger-close:hover .hamburger-close__stroke-2 {
    transform: rotate(0deg) scaleX(-1);
    transition-delay: 175ms;
  }
  .footer-legal-menu a:hover {
    text-decoration: underline;
  }
  .header__menus-submenu-link:hover {
    text-decoration: underline;
  }
  .header__search-icon:hover {
    transform: rotate(-10deg);
  }
  .header-search input[type=submit]:hover {
    background-color: rgba(23, 111, 249, 0.15);
  }
  .header-menu .menu-item-has-children:hover > a::after {
    background-image: url("images/dropdown-arrow--red.svg");
    background-repeat: no-repeat;
    background-size: 8px 5px;
    transform: translateY(-3px);
    transition: all ease 300ms;
  }
  .header-menu > li:hover > a {
    color: #FF3322;
  }
  .header-menu > li.menu-item-has-children:hover > .header-menu-dropdown {
    pointer-events: all;
    opacity: 1;
    transition: opacity 120ms ease-out;
  }
  .header-menu > li .sub-menu a:hover {
    color: #FF3322;
  }
  .header-menu > li .sub-menu a:hover span {
    color: #0B1741;
  }
  .header-menu-dropdown__footer p > a:hover {
    color: #0B1741;
  }
  .header-menu-dropdown__footer-link:hover::after {
    opacity: 1;
  }
  .header-submenu > li:hover > a {
    text-decoration: underline;
  }
  .nf-form-cont a:hover {
    color: #176FF9;
  }
  .nf-form-cont .nf-form-content .nf-fu-fileinput-button:hover {
    background-color: #78889F;
    border: 1px solid #78889F;
    color: #FFFFFF;
  }
  .nf-form-cont .nf-form-content input[type=button]:hover {
    color: #FFFFFF;
  }
  .footer__newsletter .nf-form-cont .nf-form-content input[type=button]:hover {
    color: #FFFFFF;
    background-color: transparent;
  }
  .scroll-menu__link:hover {
    color: #0B1741;
  }
  .search-result:hover {
    transform: translateY(-6px);
  }
  .search-result:hover .search-result__title {
    text-decoration: underline;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  .block-link-lijst__item-link:hover {
    border-color: #176FF9;
  }
  .block-link-lijst__item-link:hover::after {
    transform: translateX(4px);
  }
  .block-voordelen a:hover {
    color: #176FF9;
  }
  .section-onderwerpen__item-link:hover {
    color: #FF3322;
  }
  .section-onderwerpen__item-link:hover .section-onderwerpen__item-text {
    color: #0B1741;
  }
  .sidebar-contact-card__item-link:hover {
    text-decoration: underline;
  }
  .hero-advies-card:hover::after {
    background-color: #FFFFFF;
  }
  .hero-advies-card__item-link:hover {
    text-decoration: underline;
  }
  .hero-advies-card__cross:hover {
    transform: rotate(-180deg);
  }
  .open .hero-advies-card__header:hover .hero-advies-card__cross {
    transform: none;
  }
  .open .hero-advies-card__header:hover .hero-advies-card__cross::after {
    background-color: #FF3322;
  }
  .sidebar-lid__links-item-link:hover {
    text-decoration: underline;
  }
  a.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 0px 25px 5px rgba(167, 167, 188, 0.25);
  }
  a.team-card:hover .team-card__image {
    transform: scale(1.05);
  }
  a.teaser-mini:hover {
    color: #FF3322;
  }
  a.teaser-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 0px 25px 5px rgba(167, 167, 188, 0.25);
  }
  a.teaser-card:hover .teaser-card__image {
    transform: scale(1.05);
  }
  a.teaser-card-s:hover {
    transform: translateY(-6px);
    box-shadow: 0px 0px 25px 5px rgba(167, 167, 188, 0.25);
  }
  a.teaser-hulpmiddel-card:hover {
    transform: translateY(-6px);
  }
  .teaser-hulpmiddel-card:hover .teaser-hulpmiddel-card__title {
    color: #FF3322;
  }
  .teaser-hulpmiddel-card:hover .teaser-hulpmiddel-card__content p {
    color: #0B1741;
  }
  a.teaser-essay-card:hover {
    transform: translateY(-6px);
  }
  .teaser-essay-card:hover .teaser-essay-card__title {
    color: #FF3322;
  }
  .teaser-essay-card:hover .teaser-essay-card__content p {
    color: #0B1741;
  }
}
