@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Raleway:300,400,500,700,800,900&display=swap");
:root {
  --fs_huge: 5rem;
  --fs_large: 3rem;
  --fs_medium: 3rem;
  --fs_between: 2.4rem;
  --fs_normal: 1.8rem;
  --fs_small: 1.6rem;
  --fs_menu: 1.4rem;
  --lh_huge: 1;
  --lh_large: 1;
  --lh_medium: 1.5;
  --lh_between: 1.5;
  --lh_normal: 1.5;
  --lh_small: 1.5;
  --fixed-elems-height: 18rem;
  --header-type-1-height: 79.4rem;
  --main-color: #FE7DE6;
  --alt-color: #8CDDFF;
}

@keyframes subtilefadeIn {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  50% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes subtilefadeInFast {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes subtilefadeInUpFast {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.subtileFadeIn {
  animation: subtilefadeIn ease 2s;
}

.subtileFadeInFast {
  animation: subtilefadeIn ease 1s;
}

.subtileFadeInUpFast {
  animation: subtilefadeInUpFast ease 1s;
}

@font-face {
  font-family: "ac23-icons";
  src: url("fonts/icomoon.eot?zet360");
  src: url("fonts/icomoon.eot?zet360#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?zet360") format("truetype"), url("fonts/icomoon.woff?zet360") format("woff"), url("fonts/icomoon.svg?zet360#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Retro Gaming";
  src: url("fonts/retro-gaming.ttf");
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  border: none;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  outline: none;
}

li, a, span {
  transition: 0.2s;
}

html, body {
  background: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 10px;
}

strong {
  font-size: inherit;
  font-style: inherit;
  display: inline;
  color: inherit;
}

p a, p em, p i {
  font-size: inherit;
  color: inherit;
}

p {
  line-height: 1.5;
}

p a {
  text-decoration: underline;
  font-weight: inherit;
}

a {
  cursor: pointer;
  transition: opacity 0.5s;
}

button {
  cursor: pointer;
}

body .gform_wrapper .gform_validation_errors {
  display: none;
}
body .gform_wrapper .gform_body .gfield_required_text {
  display: none;
}
body .gform_wrapper .gform_body .validation_message {
  display: none;
}
body .gform_wrapper .gform_body .gfield_error label, body .gform_wrapper .gform_body .gfield_error legend {
  color: red !important;
  font-weight: 600;
}
body .gform_wrapper .gform_body .gfield_error [aria-invalid=true] {
  border-color: #000000;
}
body .gform_wrapper .gform_body .gform-grid-col {
  padding-right: 0 !important;
}
body .gform_wrapper .gform_body textarea,
body .gform_wrapper .gform_body input[type=text],
body .gform_wrapper .gform_body input[type=email],
body .gform_wrapper .gform_body input[type=url],
body .gform_wrapper .gform_body input[type=tel],
body .gform_wrapper .gform_body input[type=checkbox]:before {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-collapse: collapse;
  padding-left: 1.5rem;
}
body .gform_wrapper .gform_body textarea:focus,
body .gform_wrapper .gform_body input[type=text]:focus,
body .gform_wrapper .gform_body input[type=email]:focus,
body .gform_wrapper .gform_body input[type=url]:focus,
body .gform_wrapper .gform_body input[type=tel]:focus,
body .gform_wrapper .gform_body input[type=checkbox]:before:focus {
  border-color: #000000;
}
body .gform_wrapper .gform_body input[type=file] {
  font-family: "Raleway", sans-serif;
}
body .gform_wrapper .gform_body input[type=checkbox] {
  position: relative;
}
body .gform_wrapper .gform_body input[type=checkbox]:before {
  font-family: "ac23-icons";
  position: absolute;
  top: -0.5rem;
  left: 0;
  content: "";
  height: 2rem;
  width: 2rem;
  padding: 0;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
}
body .gform_wrapper .gform_body input[type=checkbox] + label {
  padding-left: 1.5rem;
  cursor: pointer;
}
body .gform_wrapper .gform_body input[type=checkbox]:checked:before {
  border-color: #000000;
  content: "\e902";
}
body .gform_wrapper .gform_body textarea {
  padding-top: 2rem;
}
body .gform_wrapper .gform_body input[type=text],
body .gform_wrapper .gform_body input[type=email],
body .gform_wrapper .gform_body input[type=url],
body .gform_wrapper .gform_body input[type=tel] {
  height: 5rem;
}

#gform_10 {
  margin-bottom: 128px;
}
#gform_10 input[type=file]::file-selector-button {
  border: none;
  color: white;
  padding: 16px 32px;
  margin-right: 16px;
  background-color: black;
  font-family: "Raleway", sans-serif;
}
#gform_10 input[type=file]::file-selector-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.gform_wrapper.gravity-theme .gform_fields {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
}
.gform_wrapper.gravity-theme .gform_fields > div, .gform_wrapper.gravity-theme .gform_fields > fieldset {
  flex: 0 100%;
}
.gform_wrapper.gravity-theme .gform_fields .gfield--type-fileupload {
  flex: 0 49%;
}

.hamburger-toggle {
  --hb-btn-color: #000000;
  --hb-btn-active-color: white;
  height: 10.4rem;
  width: 10.4rem;
  margin-right: -2rem;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.header-type-2 .hamburger-toggle {
  --hb-btn-color: white;
}
.hamburger-toggle:before {
  color: var(--hb-btn-color);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  content: "Menu";
  font-size: 1.4rem;
  transform: translateX(1.5rem);
}
body.hamburger-visible .hamburger-toggle:before {
  color: white;
  content: "Sluit";
}
.hamburger-toggle label {
  display: flex;
  flex-direction: column;
  width: 63px;
  cursor: pointer;
  margin: auto;
  pointer-events: none;
  transform: scale(0.3);
}
.hamburger-toggle label span {
  background: var(--hb-btn-color);
  border-radius: 10px;
  height: 7px;
  margin: 7.6px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.hamburger-toggle span:nth-of-type(3) {
  width: 75%;
  margin-left: auto;
}
.hamburger-toggle input[type=checkbox] {
  display: none;
}
.hamburger-toggle input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: right;
  transform: rotateZ(-45deg);
  background: var(--hb-btn-active-color);
}
.hamburger-toggle input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotateZ(-45deg);
  opacity: 0;
  background: var(--hb-btn-active-color);
}
.hamburger-toggle input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: right;
  transform: rotateZ(45deg);
  width: 100%;
  background: var(--hb-btn-active-color);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #000000;
}

body.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow-y: scroll;
}

.site-container {
  overflow: hidden;
}

.animated {
  animation-duration: 5s !important;
}

@media screen and (max-width: 888px) {
  .mobile-hide {
    display: none;
  }
}

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

.site-wrapper {
  font-size: var(--fs_normal);
  font-weight: 400;
  min-height: 100vh;
  margin: 0 auto;
}

.two-columns {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 888px) {
  .two-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.three-columns {
  grid-gap: 2rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 888px) {
  .three-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ac-button {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  text-transform: lowercase;
  color: white;
  background: transparent;
  font-size: var(--fs_normal);
  align-items: center;
  font-family: "Raleway", sans-serif;
  height: 4.4rem;
  padding-left: 1.3rem;
  padding-right: 10rem;
  border-radius: 0;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border: 2px solid white;
  margin: 2rem 0;
  overflow: hidden;
}
.ac-button span {
  position: relative;
  z-index: 1;
}
.ac-button:before {
  position: absolute;
  content: "";
  top: -0.1rem;
  left: 0;
  width: 130%;
  height: 55px;
  background-color: white;
  transform: translate(-110%, 0) skew(-30deg);
  transition: 0.5s;
}
.ac-button:after {
  position: absolute;
  font-family: "ac23-icons";
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
  font-size: 1.5rem;
  content: "\e901";
  font-weight: normal;
  color: white;
  right: 1.2rem;
}
.ac-button:hover {
  color: #000000;
}
.ac-button:hover:before {
  transform: translate(-5%, 0) skew(-15deg);
}
.ac-button:hover:after {
  color: #000000;
}
.ac-button.ac-button-main {
  background: #000000;
  border: 2px solid #000000;
  color: white;
}
.ac-button.ac-button-main:after {
  color: white;
}
.ac-button.ac-button-main:before {
  background-color: white;
}
.ac-button.ac-button-main:hover {
  border-color: white;
  color: #000000;
}
.ac-button.ac-button-main:hover:after {
  color: #000000;
}
.ac-button.ac-button-alt {
  background: white;
  border: 2px solid white;
  color: #000000;
}
.ac-button.ac-button-alt:after {
  color: #000000;
}
.ac-button.ac-button-alt:before {
  background-color: #000000;
}
.ac-button.ac-button-alt:hover {
  border-color: white;
  color: white;
}
.ac-button.ac-button-alt:hover:after {
  color: white;
}
.ac-button.ac-button-main-reversed {
  border: 2px solid #000000;
  color: #000000;
}
.ac-button.ac-button-main-reversed:after {
  color: #000000;
}
.ac-button.ac-button-main-reversed:before {
  background-color: #000000;
}
.ac-button.ac-button-main-reversed:hover {
  border-color: #000000;
  color: white;
}
.ac-button.ac-button-main-reversed:hover:after {
  color: white;
}
.ac-button.ac-button-main-reversed:hover span {
  color: white !important;
}

section {
  position: relative;
  z-index: 0;
}
section.page-section {
  padding: 10rem 3.5rem;
  background: #000000;
}
section.page-section:not(.prevent-fadein) .page-section-inner {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
  transform: translateY(1rem);
}
section.page-section:not(.prevent-fadein).loaded .page-section-inner {
  opacity: 1;
  transform: translateY(0);
}
section.page-section.section-content + .section-latest-articles:not(.section-contrast-bg), section.page-section.section-teamlid-content + .section-latest-articles:not(.section-contrast-bg) {
  padding-top: 0;
}
section.page-section.section-contrast-bg {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 888px) {
  section.page-section.section-contrast-bg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.page-section.section-contrast-bg + .acpb-element {
  padding-top: 7rem;
}
section.page-section.section-contrast-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  background-color: white;
  z-index: -1; /* Plaats het achter de inhoud */
  height: 100%;
  transform: translateX(-50%);
}
section.page-section.section-contrast-bg p, section.page-section.section-contrast-bg h2, section.page-section.section-contrast-bg h3, section.page-section.section-contrast-bg h5, section.page-section.section-contrast-bg ul {
  color: #000000;
}
section.page-section.section-contrast-bg h2:after, section.page-section.section-contrast-bg h3:after {
  display: none;
}
section.page-section .page-section-inner {
  max-width: calc(118rem);
  margin: 0 auto;
  position: relative;
}
section.page-section h2 {
  font-size: var(--fs_large);
  padding-bottom: 2rem;
  font-weight: 500;
}
section.page-section p {
  font-size: var(--fs_normal);
  font-weight: 500;
  max-width: 88rem;
}

ul:not([class]) {
  padding-left: 1.1rem;
}
ul:not([class]) li {
  line-height: 150%;
  font-weight: 500;
  padding-left: 1.7rem;
  position: relative;
}
ul:not([class]) li:before {
  content: "•";
  color: #8CDDFF;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 24px !important;
}
ul:not([class]) + p {
  margin-top: 2rem;
}
ul:not([class]) li.first-line-highlight {
  color: #8CDDFF;
}

ol:not([class]) {
  padding-left: 1.1rem;
}
@media screen and (max-width: 888px) {
  ol:not([class]) {
    padding-left: 0;
  }
}
body:not(.single-post) ol:not([class]) {
  max-width: 75%;
}
@media screen and (max-width: 888px) {
  body:not(.single-post) ol:not([class]) {
    max-width: 95%;
  }
}
ol:not([class]) > li {
  padding-bottom: 1rem;
  line-height: 150%;
  font-weight: 500;
  padding-left: 2.7rem;
  position: relative;
  counter-increment: inst;
}
ol:not([class]) > li:before {
  content: counter(inst);
  color: #8CDDFF;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 24px !important;
}
ol:not([class]) ul {
  padding-left: 1.1rem;
}
ol:not([class]) ul li {
  line-height: 150%;
  font-weight: 500;
  padding-left: 1.7rem;
  position: relative;
}
ol:not([class]) ul li:before {
  content: "•";
  color: var(--alt-color);
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 24px !important;
}
ol:not([class]) ul + p {
  margin-top: 2rem;
}
ol:not([class]) + p {
  margin-top: 2rem;
}

.acpb-elements .page-section {
  padding: 0;
}
.acpb-elements .page-section .page-section-inner {
  padding: 0;
}
.acpb-elements .acpb-element {
  padding-bottom: 7rem;
}
.acpb-elements .acpb-element p + ul,
.acpb-elements .acpb-element p + ol {
  margin-top: 2rem;
}
.acpb-elements .acpb-element p + p {
  margin-top: 2.5rem;
}
.acpb-elements .acpb-element p a {
  color: #8CDDFF;
  font-weight: 600;
  text-decoration: none;
}
.acpb-elements .acpb-element p a:hover {
  text-decoration: underline;
}
.acpb-elements .acpb-element h2,
.acpb-elements .acpb-element h3 {
  font-size: var(--fs_medium);
  line-height: var(--lh_medium);
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
}
.acpb-elements .acpb-element h2:after,
.acpb-elements .acpb-element h3:after {
  height: 0.4rem;
  width: 2.7rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.3rem;
  background: var(--main-color);
  background: #8CDDFF !important;
}
.acpb-elements .acpb-element h2 a,
.acpb-elements .acpb-element h3 a {
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.acpb-elements .acpb-element h2 a:hover,
.acpb-elements .acpb-element h3 a:hover {
  opacity: 0.7;
}
.acpb-elements .acpb-element h2 + ul,
.acpb-elements .acpb-element h2 + ol,
.acpb-elements .acpb-element h3 + ul,
.acpb-elements .acpb-element h3 + ol {
  padding-top: 2rem;
}
.acpb-elements .acpb-element h2 {
  line-height: initial;
}
.acpb-elements .acpb-element h4 {
  font-size: var(--fs_between);
  line-height: 1.2;
  padding-bottom: 1rem;
  color: var(--alt-color);
}
.acpb-elements .acpb-element h4 a {
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.acpb-elements .acpb-element h4 a:hover {
  opacity: 0.7;
}
.acpb-elements .acpb-element h6 {
  font-size: var(--fs_small);
  line-height: 1.5;
  font-weight: 600;
  padding-top: 1.5rem;
}
.acpb-elements .acpb-element.acpb-image_full_width img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100vw;
  height: auto;
  max-width: 144rem;
  left: 50%;
  transform: translateX(-50%);
}
.acpb-elements .acpb-element.acpb-image_full_width + .acpb-element-bg-contrast {
  margin-top: -7rem;
}
body.header-type-2 .acpb-elements .acpb-element.acpb-content_full_width h2:after {
  display: none;
}
body.single-vacancy .acpb-elements .acpb-element.acpb-content_full_width {
  max-width: 68rem;
}
.acpb-elements .acpb-element.acpb-image_boxed img {
  position: relative;
  width: 100%;
  height: auto;
}
.acpb-elements .acpb-element.acpb-acpb_content_blocks {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.acpb-acpb_content_blocks {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.acpb-elements .acpb-element.acpb-acpb_content_blocks .acpb-content-block-element {
  max-width: 85%;
  padding: 4rem 0;
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.acpb-acpb_content_blocks .acpb-content-block-element {
    padding: 2.5rem 0;
    max-width: 100%;
  }
  .acpb-elements .acpb-element.acpb-acpb_content_blocks .acpb-content-block-element.first-child + .acpb-content-block-element {
    margin-top: -1.5rem;
  }
  .acpb-elements .acpb-element.acpb-acpb_content_blocks .acpb-content-block-element + .acpb-content-block-element {
    padding: 1rem 0;
  }
}
.acpb-elements .acpb-element.acpb-acpb_content_blocks.center-block {
  grid-template-columns: repeat(1, 1fr);
}
.acpb-elements .acpb-element.acpb-acpb_content_blocks.center-block .acpb-content-block-element {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.acpb-acpb_content_blocks.center-block .acpb-content-block-element {
    width: initial;
  }
}
.acpb-elements .acpb-element.acpb-acpb_content_blocks.column-element-horizontal {
  display: block;
}
.acpb-elements .acpb-element.acpb-acpb_content_blocks.column-element-horizontal .acpb-content-block-element {
  max-width: initial;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.acpb-acpb_content_blocks.column-element-horizontal .acpb-content-block-element {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.acpb-elements .acpb-element.acpb-acpb_content_blocks.column-element-horizontal h2, .acpb-elements .acpb-element.acpb-acpb_content_blocks.column-element-horizontal h3, .acpb-elements .acpb-element.acpb-acpb_content_blocks.column-element-horizontal h4, .acpb-elements .acpb-element.acpb-acpb_content_blocks.column-element-horizontal h5, .acpb-elements .acpb-element.acpb-acpb_content_blocks.column-element-horizontal h6 {
  align-self: flex-start;
  max-width: 90%;
  font-size: var(--fs_between);
  line-height: initial;
}
.acpb-elements .acpb-element .normallist {
  padding-left: 1.1rem;
}
.acpb-elements .acpb-element .normallist li {
  line-height: 150%;
  font-weight: 500;
  padding-left: 1.7rem;
  position: relative;
}
.acpb-elements .acpb-element .normallist li:before {
  content: "•";
  color: #8CDDFF;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 24px !important;
}
.acpb-elements .acpb-element .normallist + p {
  margin-top: 2rem;
}
.acpb-elements .acpb-element.acpb-element-bg-contrast {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.acpb-element-bg-contrast {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acpb-elements .acpb-element.acpb-element-bg-contrast + .acpb-element {
  padding-top: 7rem;
}
.acpb-elements .acpb-element.acpb-element-bg-contrast:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  background-color: white;
  z-index: -1; /* Plaats het achter de inhoud */
  height: 100%;
  transform: translateX(-50%);
}
.acpb-elements .acpb-element.acpb-element-bg-contrast p, .acpb-elements .acpb-element.acpb-element-bg-contrast h2, .acpb-elements .acpb-element.acpb-element-bg-contrast h3, .acpb-elements .acpb-element.acpb-element-bg-contrast h5, .acpb-elements .acpb-element.acpb-element-bg-contrast ul {
  color: #000000;
}
.acpb-elements .acpb-element.acpb-element-bg-contrast h2:after, .acpb-elements .acpb-element.acpb-element-bg-contrast h3:after {
  display: none;
}
.acpb-elements .acpb-element.acpb-element-bg-contrast h4 {
  color: #000000;
}
.acpb-elements .acpb-element.bg-blue {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.bg-blue {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acpb-elements .acpb-element.bg-blue + .acpb-element {
  padding-top: 7rem;
}
.acpb-elements .acpb-element.bg-blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  background-color: #8CDDFF;
  z-index: -1; /* Plaats het achter de inhoud */
  height: 100%;
  transform: translateX(-50%);
}
.acpb-elements .acpb-element.bg-blue p, .acpb-elements .acpb-element.bg-blue h2, .acpb-elements .acpb-element.bg-blue h3, .acpb-elements .acpb-element.bg-blue h5, .acpb-elements .acpb-element.bg-blue ul {
  color: #000000;
}
.acpb-elements .acpb-element.bg-blue h2:after, .acpb-elements .acpb-element.bg-blue h3:after {
  display: none;
}
.acpb-elements .acpb-element.bg-blue h3:after {
  display: initial !important;
  background: #000000 !important;
}
.acpb-elements .acpb-element.acpb-content_full_width:not(.acpb-element-bg-contrast) + .acpb-acpb_content_blocks:not(.acpb-statistieken) {
  margin-top: -5rem;
}
.acpb-elements .acpb-element.acpb-acpb_content_blocks:not(.acpb-element-bg-contrast) + .acpb-content_full_width:not(.acpb-statistieken),
.acpb-elements .acpb-element.acpb-acpb_content_blocks:not(.acpb-element-bg-contrast) + .acpb-acpb_content_blocks:not(.acpb-statistieken) {
  margin-top: -5rem;
}
.acpb-elements .acpb-element.home-main-content h2, .acpb-elements .acpb-element.home-diensten-intro h2, .acpb-elements .acpb-element.diensten-main-content h2 {
  font-weight: 500;
}
.acpb-elements .acpb-element.home-main-content h2:after, .acpb-elements .acpb-element.home-diensten-intro h2:after, .acpb-elements .acpb-element.diensten-main-content h2:after {
  display: none;
}
.acpb-elements .acpb-element.home-diensten-intro-content {
  margin-top: 10rem;
}
.acpb-elements .acpb-element.overons-team-intro-content {
  margin-top: 3rem;
}
.acpb-elements .acpb-element.audit-aandachtspunten h3 {
  font-size: var(--fs_large) !important;
}
.acpb-elements .acpb-element.contact-top-content {
  grid-template-columns: repeat(3, 1fr);
}
.acpb-elements .acpb-element.two-column-checklist {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.two-column-checklist {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.two-column-checklist ul {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.acpb-elements .acpb-element.desktop-side-block h2, .acpb-elements .acpb-element.desktop-side-block h3, .acpb-elements .acpb-element.desktop-side-block h4, .acpb-elements .acpb-element.desktop-side-block h5, .acpb-elements .acpb-element.desktop-side-block h6 {
  color: white;
}
@media screen and (min-width: 888px) {
  .acpb-elements .acpb-element.desktop-side-block {
    float: right;
    position: relative;
    z-index: 1;
    width: 38rem;
    margin-left: 12rem;
    padding-top: 0.3rem;
  }
  .acpb-elements .acpb-element.desktop-side-block.acpb-element-bg-contrast {
    padding: 2rem;
    color: #000000;
  }
  .acpb-elements .acpb-element.desktop-side-block.acpb-element-bg-contrast h2, .acpb-elements .acpb-element.desktop-side-block.acpb-element-bg-contrast h3, .acpb-elements .acpb-element.desktop-side-block.acpb-element-bg-contrast h4, .acpb-elements .acpb-element.desktop-side-block.acpb-element-bg-contrast h5, .acpb-elements .acpb-element.desktop-side-block.acpb-element-bg-contrast h6 {
    color: white;
  }
}
.acpb-elements .acpb-element.acpb-review .review-container {
  background: white;
  display: flex;
  flex-direction: row;
  color: #000000;
  min-height: 46rem;
}
.acpb-elements .acpb-element.acpb-review .review-container .review-content {
  flex: 1 1 66%;
  padding: 8rem 5rem;
}
.acpb-elements .acpb-element.acpb-review .review-container .review-content .review-logo {
  margin-bottom: 3rem;
  max-height: 3rem;
  width: auto;
}
.acpb-elements .acpb-element.acpb-review .review-container .review-info {
  margin-block-start: 4rem;
}
.acpb-elements .acpb-element.acpb-review .review-container .review-info > * {
  display: block;
  padding-block-start: 1rem;
}
.acpb-elements .acpb-element.acpb-review .review-container .review-photo {
  flex: 0 0 33%;
  position: relative;
  overflow: hidden;
}
.acpb-elements .acpb-element.acpb-review .review-container .review-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
  padding: 6rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.acpb-review .review-container {
    flex-direction: column;
  }
  .acpb-elements .acpb-element.acpb-review .review-container .review-content {
    padding: 4rem 3rem;
  }
}
.acpb-elements .acpb-element.acpb-deliverables {
  --deliverable-item-width: 13rem;
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.acpb-deliverables {
    --deliverable-item-width: 9rem;
  }
}
.acpb-elements .acpb-element.acpb-deliverables .deliverables-container ul.deliverables-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem;
}
.acpb-elements .acpb-element.acpb-deliverables .deliverables-container ul.deliverables-list li.deliverable-item {
  width: var(--deliverable-item-width);
}
.acpb-elements .acpb-element.acpb-deliverables .deliverables-container ul.deliverables-list li.deliverable-item .deliverable-icon {
  background: #FE7DE6;
  height: var(--deliverable-item-width);
  width: var(--deliverable-item-width);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.acpb-elements .acpb-element.acpb-deliverables .deliverables-container ul.deliverables-list li.deliverable-item .deliverable-icon img, .acpb-elements .acpb-element.acpb-deliverables .deliverables-container ul.deliverables-list li.deliverable-item .deliverable-icon svg {
  height: 50%;
  width: auto;
}
.acpb-elements .acpb-element.acpb-deliverables .deliverables-container ul.deliverables-list li.deliverable-item p {
  text-align: center;
  font-size: var(--fs_small);
  line-height: var(--lh_small);
  word-break: break-word;
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.acpb-deliverables .deliverables-container ul.deliverables-list {
    gap: 2rem;
  }
  .acpb-elements .acpb-element.acpb-deliverables .deliverables-container ul.deliverables-list li.deliverable-item .deliverable-icon {
    height: var(--deliverable-item-width);
    width: var(--deliverable-item-width);
  }
}
.acpb-elements .acpb-element.acpb-statistieken {
  margin: 0 !important;
}
@media screen and (min-width: 888px) {
  .acpb-elements .acpb-element.acpb-statistieken .stats-content {
    max-width: 85%;
  }
}
.acpb-elements .acpb-element.acpb-statistieken ul.stats-list {
  border-top: 1px solid white;
}
.acpb-elements .acpb-element.acpb-statistieken ul.stats-list li.stats-list-item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid white;
  justify-content: space-between;
  height: 8.4rem;
  align-items: center;
}
.acpb-elements .acpb-element.acpb-statistieken ul.stats-list li.stats-list-item .number {
  font-size: 3rem;
  order: 1;
  color: #8CDDFF;
}
.acpb-elements .acpb-element.acpb-statistieken ul.stats-list li.stats-list-item .label {
  text-align: right;
  order: 2;
  color: white;
  font-size: 2.4rem;
}
@media screen and (max-width: 888px) {
  .acpb-elements .acpb-element.acpb-statistieken ul.stats-list li.stats-list-item {
    height: 5.4rem;
  }
  .acpb-elements .acpb-element.acpb-statistieken ul.stats-list li.stats-list-item .number {
    font-size: 2.2rem;
  }
  .acpb-elements .acpb-element.acpb-statistieken ul.stats-list li.stats-list-item .label {
    font-size: 1.8rem;
  }
}

.usps-list {
  margin-top: 5rem;
}
.usps-list li.usp-item {
  display: flex;
  flex-direction: row;
}
.usps-list li.usp-item .usp-icon {
  flex-basis: 40rem;
  padding-right: 12rem;
  padding-top: 3rem;
}
.usps-list li.usp-item .usp-icon img {
  width: 100%;
  height: auto;
}
.usps-list li.usp-item .usp-content {
  padding-top: 4rem;
}
.usps-list li.usp-item .usp-content h4 {
  position: relative;
}
.usps-list li.usp-item .usp-content h4:after {
  height: 0.4rem;
  width: 2.7rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.3rem;
  background: #8CDDFF;
}
.usps-list li.usp-item .usp-content p {
  margin-top: 4rem;
}
.usps-list li.usp-item + li.usp-item {
  margin-top: 4.4rem;
}
@media screen and (max-width: 1180px) {
  .usps-list li.usp-item .usp-icon {
    padding-right: 6rem;
  }
}
@media screen and (max-width: 888px) {
  .usps-list li.usp-item {
    display: block;
  }
  .usps-list li.usp-item .usp-icon {
    padding-right: 0;
    padding-top: 0;
  }
  .usps-list li.usp-item .usp-icon img {
    height: 14.4rem;
    width: auto;
  }
  .usps-list li.usp-item .usp-content {
    padding-top: 1rem;
  }
}

.ac-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.ac-video-container iframe, .ac-video-container object, .ac-video-container embed, .ac-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

ul.acpb-list li.acpb-list-item {
  margin-bottom: 5rem;
  max-width: 85%;
  padding: 0;
}
ul.acpb-list li.acpb-list-item:last-child {
  margin-bottom: 0;
}
ul.acpb-list li.acpb-list-item:before {
  display: none;
}
ul.acpb-list li.acpb-list-item h3 {
  position: relative;
  margin-bottom: 2.2rem;
  font-size: var(--fs_large);
}
ul.acpb-list li.acpb-list-item h3:after {
  height: 0.4rem;
  width: 2.7rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  background: var(--main-color);
  background: #8CDDFF;
}
ul.acpb-list li.acpb-list-item h3 a {
  color: inherit;
}
ul.acpb-list li.acpb-list-item p {
  font-weight: 400;
}
@media screen and (min-width: 888px) {
  body.home ul.acpb-list li.acpb-list-item p {
    font-size: var(--fs_small);
    line-height: var(--lh_small);
  }
}
ul.acpb-list li.acpb-list-item p a.mobile-more-info-button {
  display: none;
}
@media screen and (max-width: 888px) {
  ul.acpb-list li.acpb-list-item {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
}
.list-items-collapsible ul.acpb-list {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 888px) {
  .list-items-collapsible ul.acpb-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.list-items-collapsible ul.acpb-list a:hover {
  opacity: initial;
}
@media screen and (max-width: 888px) {
  .list-items-collapsible ul.acpb-list .acpb-list-item {
    max-width: initial;
    border-bottom: 1px solid white;
    margin-bottom: 0;
  }
  .list-items-collapsible ul.acpb-list .acpb-list-item h3 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }
  .list-items-collapsible ul.acpb-list .acpb-list-item h3 a {
    display: block;
    padding-right: 5rem;
  }
  .list-items-collapsible ul.acpb-list .acpb-list-item h3:after {
    left: auto;
    background: none !important;
    top: 1rem;
    position: absolute;
    font-family: "ac23-icons";
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0;
    font-size: 1.5rem;
    content: "\e901";
    font-weight: normal;
    color: var(--alt-color);
    right: 1.2rem;
    z-index: -1;
  }
  .list-items-collapsible ul.acpb-list .acpb-list-item p {
    max-height: 0;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0;
    padding-bottom: 0;
  }
  .list-items-collapsible ul.acpb-list .acpb-list-item p .mobile-more-info-button {
    display: none;
  }
}
@media screen and (max-width: 888px) and (max-width: 888px) {
  .list-items-collapsible ul.acpb-list .acpb-list-item p .mobile-more-info-button {
    display: block;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 888px) {
  .list-items-collapsible ul.acpb-list .acpb-list-item .ac-button {
    display: none;
  }
  .list-items-collapsible ul.acpb-list .acpb-list-item.active p {
    max-height: 100rem;
    overflow: visible;
    padding-bottom: 2rem;
  }
}

ul.checklist {
  margin-top: 2rem;
}
ul.checklist li {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-left: 2.7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  align-items: center;
}
ul.checklist li:before {
  font-family: "ac23-icons";
  position: absolute;
  content: "\e902";
  color: white;
  left: 0;
  font-size: 1.2rem;
}

.kim img {
  height: 20rem;
}

.wp-caption .wp-caption-text {
  text-align: left;
  margin-top: -2rem;
  padding-bottom: 3.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.bg-blue .inner a {
  color: black !important;
}

.site-fixed-elements {
  position: fixed;
  height: var(--fixed-elems-height);
  top: 0;
  width: 100%;
  left: 0;
  z-index: 4;
}
body.header-static .site-fixed-elements {
  position: absolute;
}
.site-fixed-elements .fixed-elements-inner {
  max-width: calc(118rem);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 888px) and (max-width: 1180px) {
  .site-fixed-elements .fixed-elements-inner {
    padding: 0 3.5rem;
  }
}
.site-fixed-elements a.header-logo {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
  background: black;
  flex: 0 0 var(--fixed-elems-height);
  height: var(--fixed-elems-height);
  width: var(--fixed-elems-height);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.site-fixed-elements a.header-logo:focus svg.logo-ac path {
  fill: white;
}
body.header-type-2 .site-fixed-elements a.header-logo {
  background: white;
}
body.header-type-2 .site-fixed-elements a.header-logo:focus svg.logo-ac path {
  fill: #FE7DE6;
}
body.header-type-3 .site-fixed-elements a.header-logo:focus svg.logo-ac path {
  fill: white;
}
.site-fixed-elements a.header-logo svg.logo-ac {
  height: 3.9rem;
  width: auto;
}
@media (max-width: 888px) {
  .site-fixed-elements a.header-logo svg.logo-ac {
    height: 2.25rem;
  }
}
.site-fixed-elements a.header-logo svg.logo-ac * {
  fill: #FE7DE6;
}
body.header-type-2 .site-fixed-elements a.header-logo svg.logo-ac * {
  fill: #000000;
}
body.header-type-3 .site-fixed-elements a.header-logo svg.logo-ac * {
  fill: #8CDDFF;
}
body.hamburger-visible.header-type-1 .site-fixed-elements a.header-logo {
  background: #FE7DE6;
}
body.hamburger-visible.header-type-1 .site-fixed-elements a.header-logo svg.logo-ac * {
  fill: #000000;
}
body.hamburger-visible.header-type-2 .site-fixed-elements a.header-logo {
  background: white;
}
body.hamburger-visible.header-type-3 .site-fixed-elements a.header-logo {
  background: #8CDDFF;
}
body.hamburger-visible.header-type-3 .site-fixed-elements a.header-logo svg.logo-ac * {
  fill: #000000;
}
body.scrolled-down .site-fixed-elements a.header-logo {
  transform: scale(0.7);
  transform-origin: left top;
}
.site-fixed-elements .hamburger-toggle {
  display: none;
}

.header-menu {
  background: transparent;
  height: var(--fixed-elems-height);
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-menu .header-menu-items {
  display: flex;
  flex-direction: row;
}
.header-menu li {
  align-items: center;
  font-size: var(--fs_menu);
}
.header-menu li:nth-of-type(4) .sub-menu {
  display: none;
  position: absolute;
}
.header-menu li:nth-of-type(4) .sub-menu li + li {
  margin-top: -2rem;
}
.header-menu li:nth-of-type(4) .sub-menu li a {
  line-height: 1.5;
}
.header-menu li:nth-of-type(4) .sub-menu li a span {
  width: fit-content;
  display: flex;
  font-weight: 500;
  line-height: 1;
}
.header-menu li:nth-of-type(4) .sub-menu li a span::before {
  right: 100%;
}
.header-menu li:nth-of-type(4) .sub-menu li a[aria-current=page] span::before {
  right: 0;
}
.header-menu li:nth-of-type(4) .sub-menu li:last-of-type {
  display: none;
}
.header-menu li:nth-of-type(4):hover .sub-menu {
  display: block;
}
.header-menu li a {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding: 0 1.1rem;
  text-decoration: none;
  height: 4.8rem;
  line-height: 4.8rem;
  color: #000000;
  position: relative;
}
.header-menu li a > span {
  position: relative;
}
@media screen and (min-width: 888px) {
  .header-menu li a span:before {
    position: absolute;
    height: 0.2rem;
    background: white;
    content: "";
    left: 0;
    right: 100%;
    opacity: 0;
    bottom: calc(-0.2rem * 2);
    transition-property: right opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0;
    transition-duration: 0.3s;
  }
  .header-menu li a:hover span:before {
    right: 0;
    opacity: 1;
  }
}
.header-menu li a:focus {
  color: white;
}
body.header-type-2 .header-menu li a {
  color: white;
}
body.header-type-2 .header-menu li a:focus {
  color: #FE7DE6;
}
body.header-type-2 .header-menu li a span:before {
  background: white;
}
.header-menu li a span {
  position: relative;
}
.header-menu li:not([class^=current]) a:hover {
  color: white;
}
body.header-type-2 .header-menu li:not([class^=current]) a:hover {
  color: white;
}
.header-menu li.current_page_item a, .header-menu li.current_page_parent a, .header-menu li.current-menu-item a {
  position: relative;
}
.header-menu li.current_page_item a > span, .header-menu li.current_page_parent a > span, .header-menu li.current-menu-item a > span {
  position: relative;
}
@media screen and (min-width: 888px) {
  .header-menu li.current_page_item a span:before, .header-menu li.current_page_parent a span:before, .header-menu li.current-menu-item a span:before {
    position: absolute;
    height: 0.2rem;
    background: #000000;
    content: "";
    left: 0;
    right: 100%;
    opacity: 1;
    bottom: calc(-0.2rem * 2);
    left: 0;
    right: 0;
    transition-property: right opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0;
    transition-duration: 0.3s;
  }
  .header-menu li.current_page_item a:hover span:before, .header-menu li.current_page_parent a:hover span:before, .header-menu li.current-menu-item a:hover span:before {
    opacity: 0;
    bottom: calc(-0.2rem * 2);
    left: 100%;
    right: 0;
  }
}

section.page-section.section-page-top {
  padding-top: var(--fixed-elems-height);
  height: var(--header-type-1-height);
  padding-bottom: 0;
  color: white;
}
body.single-teamlid section.page-section.section-page-top, body.single-post section.page-section.section-page-top, body.error404 section.page-section.section-page-top {
  height: auto !important;
}
section.page-section.section-page-top .page-top-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
section.page-section.section-page-top .page-top-bg img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  transform: translateX(40%);
}
section.page-section.section-page-top .page-top-bg.bg-style-cover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  left: -8vw;
  right: -8vw;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.31%, rgba(0, 0, 0, 0.48) 100%);
}
section.page-section.section-page-top .page-top-bg.bg-style-cover .page-top-bg-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  left: -8vw;
  right: -8vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -18rem;
}
@media (max-width: 888px) {
  section.page-section.section-page-top .page-top-bg.bg-style-cover .page-top-bg-image {
    top: -10.4rem;
  }
}
section.page-section.section-page-top .page-top-bg.bg-style-cover.opacity-30 {
  opacity: 0.3;
}
@media (max-width: 966px) {
  section.page-section.section-page-top .page-top-bg:not(.bg-style-cover) {
    transform: scale(0.6);
    transform-origin: right bottom;
    right: 0;
  }
  section.page-section.section-page-top .page-top-bg:not(.bg-style-cover) img {
    transform: translateX(50%);
  }
}
body.header-type-3 section.page-section.section-page-top {
  color: #000000;
}
section.page-section.section-page-top .page-section-inner {
  padding-top: 0 !important;
  padding-bottom: 10rem;
}
body.header-type-1 section.page-section.section-page-top {
  background-color: #FE7DE6;
}
body.header-type-2.vacancy-page section.page-section.section-page-top, body.header-type-2.tpl_careers section.page-section.section-page-top, body.header-type-2.tpl_contact section.page-section.section-page-top, body.header-type-2.dienst-page section.page-section.section-page-top {
  height: auto !important;
}
body.header-type-2.vacancy-page section.page-section.section-page-top .page-section-inner, body.header-type-2.tpl_careers section.page-section.section-page-top .page-section-inner, body.header-type-2.tpl_contact section.page-section.section-page-top .page-section-inner, body.header-type-2.dienst-page section.page-section.section-page-top .page-section-inner {
  padding-bottom: 0;
}
body.header-type-2.page-template-default section.page-section.section-page-top {
  height: auto !important;
}
body.header-type-2.page-template-default section.page-section.section-page-top .page-section-inner {
  padding-bottom: 0;
  margin-bottom: -10rem;
}
body.header-type-3 section.page-section.section-page-top {
  background-color: #8CDDFF;
}
section.page-section.section-page-top .page-section-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 888px) {
  section.page-section.section-page-top .page-section-inner {
    padding-bottom: 4rem;
  }
}
section.page-section.section-page-top .page-top-title {
  font-size: var(--fs_huge);
  font-weight: 700;
  max-width: 50%;
  padding-top: 7.6rem;
  position: relative;
  margin-bottom: 5rem;
}
@media (max-width: 888px) {
  section.page-section.section-page-top .page-top-title {
    max-width: 100%;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 888px) and (max-width: 1180px) {
  section.page-section.section-page-top .page-top-title {
    max-width: 80%;
  }
}
section.page-section.section-page-top .page-top-title:after {
  height: 0.7rem;
  width: 4.2rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  background: #000000;
}
body.header-type-2 section.page-section.section-page-top .page-top-title:after {
  background: #8CDDFF;
}
section.page-section.section-page-top .case-page-top {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.page-section.section-page-top .case-page-top .case-client-name {
  display: block;
  font-size: var(--fs_large);
  line-height: var(--lh_large);
  padding-bottom: 1rem;
}
section.page-section.section-page-top .case-page-top h1 {
  padding: 0 !important;
}
section.page-section.section-page-top .case-page-top h1:after {
  display: none;
}
section.page-section.section-page-top .page-top-intro {
  max-width: 70%;
  font-size: var(--fs_between);
  line-height: var(--lh_between);
  font-weight: 700;
}
body.home section.page-section.section-page-top .page-top-intro, body.single-teamlid section.page-section.section-page-top .page-top-intro {
  font-size: var(--fs_normal);
  max-width: 53%;
  margin-top: auto;
}
body.single-teamlid section.page-section.section-page-top .page-top-intro {
  font-weight: normal;
}
@media (max-width: 888px) {
  section.page-section.section-page-top .page-top-intro br {
    display: none;
  }
}
section.page-section.section-page-top .page-top-intro p {
  font: inherit;
  line-height: inherit;
}
@media (max-width: 888px) {
  section.page-section.section-page-top .page-top-intro {
    font-size: var(--fs_between);
    font-weight: 600;
    max-width: initial;
  }
  body.home section.page-section.section-page-top .page-top-intro {
    max-width: 66%;
  }
  body.single-teamlid section.page-section.section-page-top .page-top-intro {
    max-width: initial;
  }
}
section.page-section.section-page-top .breadcrumbs {
  padding-top: 20px;
}
section.page-section.section-page-top .breadcrumbs li {
  display: inline-flex;
  flex-direction: row;
  font-size: var(--fs_normal);
}
section.page-section.section-page-top .breadcrumbs li a {
  display: inline-block;
  vertical-align: top;
  color: white;
  text-transform: lowercase;
  position: relative;
}
body.header-type-3 section.page-section.section-page-top .breadcrumbs li a {
  color: #000000;
}
section.page-section.section-page-top .breadcrumbs li:not(:last-child):after {
  content: "•";
  display: inline-block;
  vertical-align: top;
  padding-right: 0.2rem;
  padding-left: 0.6rem;
}
section.page-section.section-page-top .breadcrumbs li:not(:last-child) a:after {
  position: absolute;
  height: 1px;
  background: white;
  content: "";
  left: 0;
  right: 0;
  bottom: -0.2rem;
  opacity: 1;
  bottom: -0.1rem;
}
body.header-type-3 section.page-section.section-page-top .breadcrumbs li:not(:last-child) a:after {
  background: #000000;
}
section.page-section.section-page-top .breadcrumbs + .page-top-title {
  padding-top: 3.5rem;
}

.page-id-122 section.page-section.section-page-top .page-top-intro,
.page-id-5216 section.page-section.section-page-top .page-top-intro,
.page-id-5217 section.page-section.section-page-top .page-top-intro,
.page-id-5218 section.page-section.section-page-top .page-top-intro {
  font-size: var(--fs_normal);
  max-width: 53%;
  margin-top: auto;
}
@media (max-width: 888px) {
  .page-id-122 section.page-section.section-page-top .page-top-intro,
  .page-id-5216 section.page-section.section-page-top .page-top-intro,
  .page-id-5217 section.page-section.section-page-top .page-top-intro,
  .page-id-5218 section.page-section.section-page-top .page-top-intro {
    max-width: 68%;
  }
}

.page-id-5218 section.page-section.section-page-top {
  height: auto;
}
.page-id-5218 section.page-section.section-page-top .page-top-intro {
  margin-top: 0;
}

#header-image {
  transition: opacity 1s ease-in-out;
}

.fade-out {
  opacity: 0;
}

.page-id-6897 section.page-section.section-page-top .page-top-bg:not(.bg-style-cover) img {
  transform: translateX(30%);
}

section.section-page-footer {
  padding-top: 9rem;
  padding-bottom: 0;
}
section.section-page-footer p {
  font-size: 1.6rem;
  font-weight: normal;
}
section.section-page-footer .footer-elems {
  display: flex;
  flex-direction: row;
  font-size: var(--fs_small);
  justify-content: space-between;
}
@media screen and (max-width: 888px) {
  section.section-page-footer .footer-elems {
    flex-direction: column;
  }
}
@media screen and (min-width: 888px) and (max-width: 1180px) {
  section.section-page-footer .footer-elems {
    flex-wrap: wrap;
  }
}
section.section-page-footer .footer-elems .footer-elem {
  padding-bottom: 4rem;
}
section.section-page-footer .footer-elems .footer-elem:first-child {
  flex: 0 0 38rem;
}
@media screen and (max-width: 888px) {
  section.section-page-footer .footer-elems .footer-elem:first-child {
    flex: 0;
  }
  section.section-page-footer .footer-elems .footer-elem:first-child p:first-of-type {
    padding-top: unset;
  }
  section.section-page-footer .footer-elems .footer-elem:first-child p {
    display: none;
  }
}
section.section-page-footer .footer-elems .footer-elem:first-child img {
  margin-bottom: 3.3rem;
}
@media screen and (min-width: 888px) and (max-width: 1180px) {
  section.section-page-footer .footer-elems .footer-elem:first-child {
    flex-basis: 100%;
    min-width: initial;
  }
}
section.section-page-footer .footer-elems .footer-elem h5 {
  font-size: var(--fs_between);
  font-weight: 600;
  position: relative;
  margin-bottom: 2.4rem;
}
section.section-page-footer .footer-elems .footer-elem h5:after {
  height: 0.4rem;
  width: 2.7rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.3rem;
  background: var(--main-color);
}
section.section-page-footer .footer-elems .footer-elem li {
  min-height: 2.4rem;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.section-page-footer .footer-elems .footer-elem a {
  color: white;
  text-decoration: none;
}
section.section-page-footer .footer-elems .footer-elem a:hover {
  text-decoration: underline;
}
section.section-page-footer .footer-elems .footer-elem .iso {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
section.section-page-footer .footer-elems .footer-elem .iso svg {
  height: 8rem;
  width: auto;
  margin-top: 2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 888px) {
  section.section-page-footer .footer-elems .footer-elem .iso {
    flex: 0;
  }
  section.section-page-footer .footer-elems .footer-elem .iso p:first-of-type {
    padding-top: unset;
  }
  section.section-page-footer .footer-elems .footer-elem .iso p {
    display: block !important;
  }
}
@media screen and (max-width: 888px) {
  section.section-page-footer .footer-elems .footer-elem .iso {
    margin-top: unset;
  }
}

section.section-footer-end {
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 2rem;
}
section.section-footer-end .page-section-inner {
  display: flex;
  flex-direction: row;
}
section.section-footer-end .page-section-inner p, section.section-footer-end .page-section-inner ul {
  font-size: var(--fs_small);
}
section.section-footer-end ul {
  padding-left: 0.7rem;
}
section.section-footer-end ul li {
  display: inline-block;
}
section.section-footer-end ul li a {
  color: white;
}
section.section-footer-end ul li a:before {
  content: " | ";
}
section.section-footer-end ul li a:hover {
  text-decoration: underline;
}

section.section-cta-block {
  background: #8CDDFF;
  color: #000000;
  padding-bottom: 0 !important;
}
section.section-cta-block .cta-block-top {
  margin-bottom: 4rem;
}
section.section-cta-block .cta-block-top h2 {
  max-width: 42ch;
}
section.section-cta-block .cta-block-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 20rem;
}
section.section-cta-block .cta-block-bottom .cta-block-person {
  position: relative;
  flex: 0 0 52rem;
}
section.section-cta-block .cta-block-bottom .cta-block-person:before {
  font-family: "ac23-icons";
  position: absolute;
  left: 9.3rem;
  bottom: -0.2rem;
  content: "\e900";
  font-size: 18.8rem;
}
section.section-cta-block .cta-block-bottom .cta-block-person img {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 18rem;
  width: auto;
}
section.section-cta-block .cta-block-bottom .cta-block-contact-text,
section.section-cta-block .cta-block-bottom .cta-block-contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.section-cta-block .cta-block-bottom .cta-block-contact-text *,
section.section-cta-block .cta-block-bottom .cta-block-contact-info * {
  font-weight: 500;
}
section.section-cta-block .cta-block-bottom .cta-block-contact-text h4,
section.section-cta-block .cta-block-bottom .cta-block-contact-info h4 {
  font-size: var(--fs_between);
  margin-bottom: 2rem;
}
section.section-cta-block .cta-block-bottom .cta-block-contact-text a:not(.ac-button),
section.section-cta-block .cta-block-bottom .cta-block-contact-info a:not(.ac-button) {
  color: inherit;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  position: relative;
}
section.section-cta-block .cta-block-bottom .cta-block-contact-text a:not(.ac-button) > span,
section.section-cta-block .cta-block-bottom .cta-block-contact-info a:not(.ac-button) > span {
  position: relative;
}
@media screen and (min-width: 888px) {
  section.section-cta-block .cta-block-bottom .cta-block-contact-text a:not(.ac-button) span:before,
  section.section-cta-block .cta-block-bottom .cta-block-contact-info a:not(.ac-button) span:before {
    position: absolute;
    height: 1px;
    background: #000000;
    content: "";
    left: 0;
    right: 100%;
    opacity: 0;
    bottom: calc(-0.1rem * 2);
    transition-property: right opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0;
    transition-duration: 0.3s;
  }
  section.section-cta-block .cta-block-bottom .cta-block-contact-text a:not(.ac-button):hover span:before,
  section.section-cta-block .cta-block-bottom .cta-block-contact-info a:not(.ac-button):hover span:before {
    right: 0;
    opacity: 1;
  }
}
section.section-cta-block .cta-block-bottom .cta-block-contact-text.cta-block-contact-info,
section.section-cta-block .cta-block-bottom .cta-block-contact-info.cta-block-contact-info {
  padding-top: 2rem;
}
section.section-cta-block .cta-block-bottom .cta-block-contact-text.cta-block-contact-text,
section.section-cta-block .cta-block-bottom .cta-block-contact-info.cta-block-contact-text {
  margin-right: 2rem;
}
@media screen and (max-width: 1180px) {
  section.section-cta-block {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  section.section-cta-block .page-section-inner {
    padding-bottom: 0 !important;
  }
  section.section-cta-block .cta-block-bottom {
    order: 2;
    flex-direction: column;
    height: initial;
  }
  section.section-cta-block .cta-block-bottom .cta-block-person {
    margin-bottom: -0.2rem;
    order: 3;
    flex: 1 1 20rem;
  }
  section.section-cta-block .cta-block-bottom .cta-block-person:before {
    left: 3.3rem;
  }
  section.section-cta-block .cta-block-bottom .cta-block-person img {
    left: -4rem;
  }
  section.section-cta-block .cta-block-bottom .cta-block-contact-text,
  section.section-cta-block .cta-block-bottom .cta-block-contact-info {
    display: initial;
  }
}

section.section-single-featured-case .ci-image img {
  transition: 1s;
}
section.section-latest-articles:not(.section-contrast-bg) + section.section-single-featured-case {
  padding-top: 0;
}
@media screen and (max-width: 888px) {
  section.section-single-featured-case .two-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: calc(888px / 1.6)) {
  section.section-single-featured-case .two-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

section.section-featured-cases .page-section-inner {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 888px) {
  section.section-featured-cases .page-section-inner {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
section.section-featured-cases .intro {
  padding-bottom: 4rem;
}
section.section-featured-cases ul.featured-cases-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: -30%;
}
body.home section.section-featured-cases ul.featured-cases-list {
  margin-top: -35%;
}
section.section-featured-cases ul.featured-cases-list li {
  width: 100%;
}
section.section-featured-cases ul.featured-cases-list li:first-child {
  display: none;
}
section.section-featured-cases ul.featured-cases-list li .ac-button {
  display: inline-flex;
}
section.section-featured-cases .scrollbar {
  display: none;
}
.acpb-form_element_section + section.section-featured-cases ul.featured-cases-list {
  margin-top: 0;
}

.featured-cases-elem .case-item img, .featured-cases-carousel .case-item img {
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.featured-cases-elem .case-item:hover .ci-image img, .featured-cases-carousel .case-item:hover .ci-image img {
  transform: scale(1.05) translateX(-47.5%);
}
@media screen and (min-width: 888px) {
  .featured-cases-elem, .featured-cases-carousel {
    display: none;
  }
}

.featured-cases-element {
  overflow: visible;
}
@media screen and (max-width: 888px) {
  .featured-cases-element {
    display: none;
  }
}
.featured-cases-element .intro {
  max-width: 118rem;
  margin: auto;
}
.featured-cases-element .featured-cases-carousel {
  display: flex;
  flex-direction: row;
  animation: scrolling 60s linear infinite;
}
.featured-cases-element .featured-cases-carousel .cases-list-item {
  flex: 0 0 33.33%;
  padding: 0 3rem 7.6rem 0;
}
@media screen and (max-width: 1180px) {
  .featured-cases-element .featured-cases-carousel .cases-list-item {
    flex: 0 0 50%;
  }
}
.featured-cases-element .featured-cases-carousel .cases-list-item .ci-image {
  box-shadow: none;
}
@keyframes scrolling {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(-366.33%);
  }
}
@media screen and (max-width: 1180px) {
  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-500%);
    }
  }
}

#about {
  gap: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#about h2::after,
#about h3::after {
  background: #FE7DE6 !important;
}
#about .contact {
  max-width: 36ch;
  align-self: end;
}
#about .contact h4 {
  color: white;
}
#about ol {
  max-width: 46ch;
  justify-self: end;
  grid-column: 2/3;
  grid-row: 1/3;
}
#about ol h3 {
  font-size: 24px;
}
#about ol li {
  position: relative;
  margin-left: 2rem;
}
#about ol li::before {
  content: "0" counter(inst);
  color: white;
  opacity: 25%;
  left: -2rem;
}
#about ol li:not(:last-of-type) {
  margin-bottom: 2rem;
}
#about ol li:not(:last-of-type)::after {
  content: "";
  background: white;
  position: absolute;
  left: -0.75rem;
  top: 2em;
  opacity: 25%;
  height: 86%;
  width: 2px;
}
@media (max-width: 888px) {
  #about {
    grid-template-columns: 1fr;
  }
  #about ol {
    justify-self: start;
    grid-column: unset;
    grid-row: unset;
  }
}

:root {
  --gradient-1: radial-gradient(
      circle at 50% 0%,
      hsl(329, 85%, 60%),
      rgba(200, 70, 140, 0)
  ), radial-gradient(
      circle at 100% 100%,
      hsl(197, 85%, 55%),
      rgba(80, 170, 200, 0)
  );
  --gradient-2: radial-gradient(
      circle at 50% 0%,
      hsl(197, 85%, 55%),
      rgba(80, 170, 200, 0)
  ), radial-gradient(
      circle at 100% 100%,
      hsl(329, 85%, 60%),
      rgba(200, 70, 140, 0)
  );
}

section.page-section.section-team-grid {
  margin-top: 7.6rem;
}
section.page-section.section-team-grid .team-grid-wrapper {
  display: flex;
  overflow-x: auto;
  padding-top: 8rem;
  width: 125vw;
  transform: translateX(-25%);
}
section.page-section.section-team-grid .team-grid-wrapper::-webkit-scrollbar {
  display: none;
}
section.page-section.section-team-grid ul.team-grid {
  display: flex;
  flex-direction: row;
  scroll-behavior: smooth;
  margin-left: 3rem;
  gap: 3rem;
}
section.page-section.section-team-grid ul.team-grid .team-member {
  width: 30rem;
  height: 35rem;
  display: flex;
  align-items: end;
  transition: 0.2s ease;
  transform-origin: bottom;
  animation: unpop 0.25s ease forwards;
}
section.page-section.section-team-grid ul.team-grid .team-member img {
  display: inline-block;
  vertical-align: top;
  width: 30rem;
  height: auto;
}
section.page-section.section-team-grid ul.team-grid .team-member:hover {
  animation: pop 0.25s ease forwards;
}
section.page-section.section-team-grid ul.team-grid .team-member:nth-of-type(1n) {
  background: var(--gradient-1);
}
section.page-section.section-team-grid ul.team-grid .team-member:nth-of-type(2n) {
  background: var(--gradient-2);
}
section.page-section.section-team-grid ul.team-grid.odd-list:last-of-type .team-member:nth-of-type(1n) {
  background: var(--gradient-2);
}
section.page-section.section-team-grid ul.team-grid.odd-list:last-of-type .team-member:nth-of-type(2n) {
  background: var(--gradient-1);
}
@keyframes pop {
  50% {
    scale: 1.05;
  }
  100% {
    scale: 1.035;
  }
}
@keyframes unpop {
  from {
    scale: 1.035;
  }
  to {
    scale: 1;
  }
}

@media (scripting: enabled) {
  .team-grid-wrapper:hover * {
    cursor: none;
  }
}
@media (scripting: none) {
  ul.team-grid {
    animation: scroll 40s infinite linear;
  }
}
@media (scripting: none) and (prefers-reduced-motion) {
  ul.team-grid {
    animation: none;
  }
}
@media (scripting: none) {
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
}
@media (min-width: 888px) {
  .custom-cursor {
    display: flex;
    position: fixed;
    align-items: center;
    background: black;
    pointer-events: none;
    width: 22px;
    aspect-ratio: 1;
    transform: translate(-50%, 0);
    clip-path: polygon(0 0, 100% 45%, 60% 60%, 45% 100%);
  }
  .custom-cursor-text {
    color: white;
    position: fixed;
    font-weight: bold;
    background: black;
    pointer-events: none;
    font-size: 16px;
    padding: 0.5em 1em;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 888px) {
  section.page-section.section-team-grid {
    margin-top: 3rem;
  }
  section.page-section.section-team-grid ul.team-grid {
    gap: 2rem;
  }
  section.page-section.section-team-grid ul.team-grid .team-member {
    width: 22.5rem;
    height: 26.5rem;
  }
  section.page-section.section-team-grid ul.team-grid .team-member img {
    width: 22.5rem;
    height: auto;
  }
}
section.section-vacancy-usps {
  padding-top: 0;
  margin-top: -10rem;
}
section.section-vacancy-usps .page-section-inner {
  padding-top: 0 !important;
}
section.section-vacancy-usps ul.vacancy-usps-items {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 888px) {
  section.section-vacancy-usps ul.vacancy-usps-items {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 888px) {
  section.section-vacancy-usps ul.vacancy-usps-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.section-vacancy-usps ul.vacancy-usps-items li.vacancy-ups-item .vacancy-usp-image {
  margin-bottom: 4rem;
}
section.section-vacancy-usps ul.vacancy-usps-items li.vacancy-ups-item .vacancy-usp-image img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
section.section-vacancy-usps ul.vacancy-usps-items li.vacancy-ups-item .vacancy-usp-content h3 {
  position: relative;
  margin-bottom: 2.2rem;
}
section.section-vacancy-usps ul.vacancy-usps-items li.vacancy-ups-item .vacancy-usp-content h3:after {
  height: 0.4rem;
  width: 2.7rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  background: var(--main-color);
  background: #8CDDFF;
}
section.section-vacancy-usps ul.vacancy-usps-items li.vacancy-ups-item .vacancy-usp-content h3 a {
  color: inherit;
}
section.section-vacancy-usps ul.vacancy-usps-items li.vacancy-ups-item .vacancy-usp-content p {
  font-weight: 400;
}
section.section-vacancy-usps ul.vacancy-usps-items li.vacancy-ups-item .vacancy-usp-content p a {
  color: var(--alt-color);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 888px) {
  section.section-vacancy-usps ul.vacancy-usps-items li.vacancy-ups-item .vacancy-usp-content p a:before {
    position: absolute;
    height: 1px;
    background: var(--alt-color);
    content: "";
    left: 0;
    right: 100%;
    opacity: 0;
    bottom: calc(-0.2rem * 2);
    transition-property: right opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0;
    transition-duration: 0.3s;
  }
  section.section-vacancy-usps ul.vacancy-usps-items li.vacancy-ups-item .vacancy-usp-content p a:hover:before {
    right: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 888px) {
  section.section-vacancy-usps .vacancy-usps-swiper {
    position: relative;
  }
  section.section-vacancy-usps .vacancy-usps-swiper:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    border-bottom: 1px solid white;
    z-index: 1;
  }
  section.section-vacancy-usps .vacancy-usps-swiper:before {
    top: 0;
  }
  section.section-vacancy-usps .vacancy-usps-swiper:after {
    bottom: 0.2rem;
  }
}
@media screen and (max-width: 888px) and (max-width: 888px) {
  section.section-vacancy-usps .vacancy-usps-swiper {
    width: 100vw;
    margin-left: -2rem;
  }
  section.section-vacancy-usps .vacancy-usps-swiper:before, section.section-vacancy-usps .vacancy-usps-swiper:after {
    left: 2rem;
    right: 2rem;
  }
}
@media screen and (max-width: 888px) {
  section.section-vacancy-usps .swiper-scrollbar-horizontal {
    display: block;
    background: transparent;
    transform: translateY(0.3rem);
    left: 0;
    right: 0;
  }
  section.section-vacancy-usps .swiper-scrollbar-horizontal:after {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    border-bottom: 1px solid white;
    z-index: 0;
    bottom: 0.2rem;
  }
  section.section-vacancy-usps .swiper-scrollbar-horizontal > .swiper-scrollbar-drag {
    z-index: 1;
  }
}
@media screen and (max-width: 888px) and (max-width: 888px) {
  section.section-vacancy-usps .swiper-scrollbar-horizontal {
    position: relative;
    left: 2rem;
    width: calc(100vw - 2 * 2rem);
  }
}
@media screen and (max-width: 888px) {
  section.section-vacancy-usps .swiper-scrollbar-drag {
    background: var(--alt-color);
    height: 0.5rem;
    border-radius: 0;
  }
  section.section-vacancy-usps .vacancy-usps-swiper:before {
    display: none;
  }
  section.section-vacancy-usps ul.vacancy-usps-items {
    display: flex;
    flex-direction: row;
    grid-gap: 0;
    padding-bottom: 2rem;
  }
}

section.page-section.section-form-element {
  padding: 8rem 0 !important;
}
@media screen and (max-width: 888px) {
  section.page-section.section-form-element {
    padding: 4rem 0 !important;
  }
}
section.page-section.section-form-element .page-section-inner {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  min-height: 60rem;
}
@media screen and (max-width: 888px) {
  section.page-section.section-form-element .page-section-inner {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 888px) {
  section.page-section.section-form-element .page-section-inner {
    padding: 0;
  }
}
section.page-section.section-form-element .page-section-inner * {
  color: #000000;
}
section.page-section.section-form-element .page-section-inner h2, section.page-section.section-form-element .page-section-inner h3 {
  font-weight: 600;
}
section.page-section.section-form-element .page-section-inner .form-container,
section.page-section.section-form-element .page-section-inner .form-media {
  min-width: 50%;
}
section.page-section.section-form-element .page-section-inner .form-intro-text {
  padding-bottom: 5.5rem;
}
section.page-section.section-form-element .page-section-inner .form-container {
  padding-right: 9rem;
}
section.page-section.section-form-element .page-section-inner .form-container .gform_footer {
  justify-content: flex-end;
}
section.page-section.section-form-element .page-section-inner .form-container .textarea {
  max-width: 100%;
}
section.page-section.section-form-element .page-section-inner .form-media {
  overflow: hidden;
  background-size: cover;
  background-position: right;
  height: calc(100% + 16rem);
  transform: translateY(-8rem);
}
@media screen and (max-width: 888px) {
  section.page-section.section-form-element .page-section-inner .form-media {
    display: none;
  }
}
section.page-section.section-form-element .page-section-inner #contact-met-categoriekeuze .gfield_radio {
  line-height: 3rem;
}
@media screen and (max-width: 1260px) {
  section.page-section.section-form-element .page-section-inner .form-container {
    padding-right: calc(3.5rem - 2rem);
  }
  section.page-section.section-form-element .page-section-inner .form-media {
    width: calc(100% + 3.5rem);
  }
}
section.page-section.section-form-element.type-handout-form .page-section-inner .form-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section.page-section.section-form-element.type-handout-form .page-section-inner .form-media img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 888px) {
  section.page-section.section-form-element.type-handout-form .page-section-inner .form-container {
    order: 2;
  }
  section.page-section.section-form-element.type-handout-form .page-section-inner .form-media {
    width: 100%;
    display: initial;
    order: 1;
    transform: translateY(0);
  }
  section.page-section.section-form-element.type-handout-form .page-section-inner .form-media img {
    max-width: 100%;
    height: auto;
  }
}

section.page-section .page-section-inner .acpb-elements .diensten-image-item {
  grid-row: span 2;
  grid-column-start: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-50%);
  transition: 1s ease-out;
}
section.page-section .page-section-inner .acpb-elements .diensten-image-item img {
  width: 35rem;
}
@media screen and (max-width: 888px) {
  section.page-section .page-section-inner .acpb-elements .diensten-image-item {
    display: none;
  }
}
section.page-section .page-section-inner .acpb-elements .diensten-image-even {
  grid-column-start: 2;
  transform: translateX(50%);
}
section.page-section .page-section-inner .acpb-elements .diensten-image-item.in-view {
  opacity: 1;
  transform: translateX(0);
}

section.section-latest-articles .section-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 888px) {
  section.section-latest-articles .section-heading .ac-button {
    display: none;
  }
}
section.section-latest-articles .articles-list-container {
  position: relative;
}
section.section-latest-articles .articles-list-container:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  border-bottom: 1px solid white;
  z-index: 1;
}
section.section-latest-articles .articles-list-container:before {
  top: 0;
}
section.section-latest-articles .articles-list-container:after {
  bottom: 0.2rem;
}
@media screen and (max-width: 888px) {
  section.section-latest-articles .articles-list-container {
    width: 100vw;
    margin-left: -2rem;
  }
  section.section-latest-articles .articles-list-container:before, section.section-latest-articles .articles-list-container:after {
    left: 2rem;
    right: 2rem;
  }
}
section.section-latest-articles .swiper-scrollbar-horizontal {
  display: block;
  background: transparent;
  transform: translateY(0.3rem);
  left: 0;
  right: 0;
}
section.section-latest-articles .swiper-scrollbar-horizontal:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  border-bottom: 1px solid white;
  z-index: 0;
  bottom: 0.2rem;
}
section.section-latest-articles .swiper-scrollbar-horizontal > .swiper-scrollbar-drag {
  z-index: 1;
}
@media screen and (max-width: 888px) {
  section.section-latest-articles .swiper-scrollbar-horizontal {
    position: relative;
    left: 2rem;
    width: calc(100vw - 2 * 2rem);
  }
}
section.section-latest-articles .swiper-scrollbar-drag {
  background: var(--alt-color);
  height: 0.5rem;
  border-radius: 0;
}
section.section-latest-articles .articles-list-container {
  padding-top: 5rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
}
section.section-latest-articles.section-contrast-bg .articles-list-container:before,
section.section-latest-articles.section-contrast-bg .articles-list-container .swiper-scrollbar-horizontal:after {
  border-color: #000000;
}

section.section-category-articles .articles-list-container .category-articles-list .article-item {
  flex: none;
  border: none;
  width: 380px;
}
section.section-category-articles .articles-list-container .category-articles-list .article-item a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
section.section-category-articles .articles-list-container .category-articles-list .article-item a .article-item-img img {
  width: 100%;
  object-fit: cover;
}
section.section-category-articles .articles-list-container .category-articles-list .article-item a .desc {
  display: none;
}

section.section-all-articles .category-filter {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.section-all-articles .category-filter::-webkit-scrollbar {
  display: none;
}
section.section-all-articles .category-filter .filter-btn {
  padding: 10px 15px;
  color: white;
  background-color: transparent;
  border: 1px white solid;
  transition: 0.15s ease-in-out;
  white-space: nowrap;
}
section.section-all-articles .category-filter .filter-btn:hover {
  color: #FE7DE6;
  border-color: #FE7DE6;
}
section.section-all-articles .category-filter .filter-btn.active {
  color: black;
  background-color: #FE7DE6;
  border-color: #FE7DE6;
}
section.section-all-articles ul.articles-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 2rem;
  padding: 2rem 0;
}
@media screen and (max-width: 888px) {
  section.section-all-articles ul.articles-list {
    grid-template-columns: 1fr;
  }
}
section.section-all-articles ul.articles-list li.article-item {
  padding: 0;
  border-bottom: none;
}
section.section-all-articles ul.articles-list li.article-item a {
  display: block;
}
section.section-all-articles ul.articles-list li.article-item a .article-item-img {
  overflow: hidden;
}
section.section-all-articles ul.articles-list li.article-item a .article-item-img img {
  transition: 0.3s ease-in-out;
}
section.section-all-articles ul.articles-list li.article-item a:hover .article-item-img img {
  transform: scale(1.05);
}
@media screen and (min-width: 888px) {
  section.section-all-articles ul.articles-list .article-item-tall {
    grid-row: span 2;
  }
  section.section-all-articles ul.articles-list .article-item-tall .article-item-img img {
    height: 59rem;
  }
}

ul.articles-list.as-grid {
  display: flex;
  flex-direction: row;
}

.single-post .as-list {
  display: flex;
  gap: 3rem;
  padding: 2rem;
  overflow-x: scroll;
}
.single-post .as-list a {
  display: flex;
  flex-direction: column;
  width: 30rem;
}

li.article-item a {
  display: block;
  color: white;
}
li.article-item a .title {
  font-size: var(--fs_between);
  line-height: 1.5;
  padding-bottom: 1rem !important;
}
li.article-item a .desc .read-more {
  display: inline-block;
  vertical-align: top;
  text-transform: lowercase;
  color: #8CDDFF;
  position: relative;
}
@media screen and (min-width: 888px) {
  li.article-item a .desc .read-more:before {
    position: absolute;
    height: 1px;
    background: #8CDDFF;
    content: "";
    left: 0;
    right: 100%;
    opacity: 0;
    bottom: calc(-0.1rem * 2);
    transition-property: right opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0;
    transition-duration: 0.3s;
  }
  li.article-item a .desc .read-more:hover:before {
    right: 0;
    opacity: 1;
  }
}
li.article-item a .article-item-content {
  padding-bottom: 2rem;
}
li.article-item a .article-item-content .author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
li.article-item a .article-item-content .author-info img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 50%;
  background-color: #8CDDFF;
}
@media screen and (max-width: 888px) {
  .as-list li.article-item a .desc {
    display: none;
  }
  .as-list li.article-item a .title {
    padding-bottom: 1rem !important;
  }
}
.as-grid li.article-item {
  width: calc(33% - 1rem);
}
@media screen and (max-width: 888px) {
  .as-grid li.article-item {
    width: calc(80% - 1rem);
  }
}
.as-grid li.article-item a {
  display: flex;
  flex-direction: column;
}
.as-grid li.article-item a .article-item-img {
  position: relative;
  padding-top: 58%;
  overflow: hidden;
}
.as-grid li.article-item a .article-item-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.as-grid li.article-item a .article-item-img:not(.inverted-ratio) img {
  width: auto;
  height: 100%;
}
.as-grid li.article-item a .article-item-img.inverted-ratio img {
  width: 100%;
  height: auto;
}
.as-grid li.article-item a .title {
  padding: 2rem 0;
}
.as-grid li.article-item a .article-item-img {
  width: 100%;
}
.as-grid li.article-item a .author-info {
  margin-top: 1rem;
}
.as-list li.article-item {
  flex: 0 0 100%;
  padding: 3rem 0;
  border-bottom: 1px solid white;
}
.as-list li.article-item a {
  display: flex;
  flex-direction: row;
  flex: initial;
  gap: 5.9rem;
}
.as-list li.article-item a .article-item-img {
  position: relative;
}
.as-list li.article-item a .article-item-img img {
  display: block;
  height: 20rem;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 888px) {
  .as-list li.article-item a .article-item-img img {
    height: 30rem;
  }
}
.as-list li.article-item a .title {
  padding-bottom: 2rem;
}
.as-list li.article-item a .article-item-content {
  flex: 1 1 auto;
}
.as-list li.article-item a .article-item-img {
  flex: 0 0 44.1rem;
}
.as-list li.article-item a .desc {
  display: none;
}
@media screen and (max-width: 1180px) {
  .as-list li.article-item a {
    gap: 5vw;
  }
  .as-list li.article-item a .article-item-img {
    flex-basis: 30vw;
  }
}
@media screen and (max-width: 888px) {
  .as-list li.article-item {
    padding: 2rem 0;
  }
  .as-list li.article-item a {
    flex-direction: column;
    gap: 2rem;
  }
  .as-list li.article-item a .article-item-img {
    flex: 1 1 auto;
  }
  .as-list li.article-item a .article-item-content {
    padding-bottom: 0;
  }
}
.section-contrast-bg li.article-item {
  border-color: #000000;
}
.section-contrast-bg li.article-item a {
  color: #000000;
}

section.section-featured-article .page-section-inner {
  display: flex;
}
section.section-featured-article .page-section-inner .featured-news-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 8rem;
  row-gap: 2rem;
}
section.section-featured-article .page-section-inner .featured-news-container .section-heading {
  grid-column: span 2;
}
section.section-featured-article .page-section-inner .featured-news-container .featured-article-container .article-item-img {
  overflow: hidden;
}
section.section-featured-article .page-section-inner .featured-news-container .featured-article-container .article-item-img img {
  display: block;
  max-width: 100%;
  transition: 0.5s ease-in-out;
}
section.section-featured-article .page-section-inner .featured-news-container .featured-article-container .article-item-content .title {
  margin: 1rem 0;
}
section.section-featured-article .page-section-inner .featured-news-container .featured-article-container .article-item-content .read-more {
  display: none;
}
section.section-featured-article .page-section-inner .featured-news-container .featured-article-container .article-item-content .author-info {
  margin-top: 2rem;
}
section.section-featured-article .page-section-inner .featured-news-container .featured-article-container:hover img {
  transform: scale(1.025);
}
section.section-featured-article .page-section-inner .featured-news-container .featured-events-container {
  text-align: right;
  padding-top: 2rem;
}
section.section-featured-article .page-section-inner .featured-news-container .featured-events-container .event-item {
  display: flex;
  flex-direction: column-reverse;
  padding: 2rem 0;
  color: white;
  border-bottom: 1px white solid;
  pointer-events: none;
}
section.section-featured-article .page-section-inner .featured-news-container .featured-events-container .event-item:hover {
  color: #8CDDFF;
}
section.section-featured-article .page-section-inner .featured-news-container .featured-events-container .event-item p {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 1180px) {
  section.section-featured-article .page-section-inner .featured-news-container .featured-article-container {
    grid-column: span 2;
  }
  section.section-featured-article .page-section-inner .featured-news-container .featured-events-container {
    display: none;
  }
}

.cases-list {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 4rem;
}
@media screen and (max-width: 888px) {
  .cases-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.cases-list .ac-button {
  display: none;
}
.cases-list .case-item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  transition: 0.3s;
}
@media screen and (max-width: 888px) {
  .cases-list .case-item img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  }
}
.cases-list .case-item:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
}

.case-item {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 112%;
}
@media screen and (max-width: 888px) {
  .case-item {
    padding-top: 125%;
    height: 40rem;
  }
}
.case-item .ci-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3333333333);
}
.case-item .ci-image img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.case-item .ci-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 3rem;
  top: initial;
  color: white;
  z-index: 2;
}
.case-item .ci-content .client {
  display: block;
  font-size: var(--fs_large);
  line-height: 1.5;
  font-weight: 600;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .case-item .ci-content .client {
    font-size: var(--fs_between);
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 888px) {
  .case-item .ci-content .client {
    font-size: var(--fs_normal);
  }
}
.case-item .ci-content .title {
  font-size: var(--fs_between);
  line-height: 1.5;
  font-weight: 400;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .case-item .ci-content .title {
    font-size: var(--fs_normal);
  }
}
.case-item .ci-content .ac-button {
  margin-bottom: 0;
  float: right;
}
.case-item:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  bottom: -1px;
  z-index: 1;
  content: "";
  pointer-events: none;
  top: auto;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  height: 90%;
}
.case-item:hover .ci-image img {
  transform: scale(1.05) translateX(-47.5%);
}

.page-id-6897 div.page-top-intro,
.page-id-6976 div.page-top-intro,
.page-id-6993 div.page-top-intro,
.page-id-6999 div.page-top-intro {
  font-size: var(--fs_normal) !important;
  max-width: 53% !important;
  margin-top: auto;
}
.page-id-6897 div.page-top-intro .inherit,
.page-id-6976 div.page-top-intro .inherit,
.page-id-6993 div.page-top-intro .inherit,
.page-id-6999 div.page-top-intro .inherit {
  text-transform: inherit;
}

#numbers {
  display: flex;
}
#numbers > div {
  padding: 0 0 0 7rem;
}
#numbers ul {
  display: grid;
  width: 100%;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
#numbers ul li {
  color: black;
  background: #8CDDFF;
  display: flex;
  justify-content: center;
}
#numbers ul li article {
  padding: 2rem 0;
}
#numbers ul li article div {
  font-size: 2.2em;
  font-family: Retro Gaming;
}
#numbers ul li article div img {
  margin: 0;
  width: 50px;
}
#numbers ul li article p {
  font-weight: 800;
  max-width: 16ch;
  padding: 0;
}
#numbers ul li:nth-of-type(3) {
  grid-column: 1/3;
}
#numbers ul li:nth-of-type(3) article {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 1.5rem 0 2rem 0;
}
#numbers ul li:nth-of-type(3) article p {
  align-self: end;
}
#numbers ul li.inverted-style {
  background: #FE7DE6;
}
#numbers ul li.inverted-style img {
  transform: rotate(180deg);
}

@media (max-width: 1050px) {
  #numbers {
    flex-direction: column-reverse;
  }
  #numbers > div {
    padding: 0 0 3rem 0;
  }
}
@media (max-width: 750px) {
  #numbers ul li article div {
    font-size: 1.5em;
  }
  #numbers ul li article div img {
    width: 30px;
  }
  #numbers ul li article p {
    font-size: 14px;
  }
}
#network {
  display: flex;
  height: fit-content;
  align-items: center;
  flex-direction: column;
}
#network .description p {
  max-width: 56ch;
}
#network .sectors {
  width: 100%;
  position: relative;
  margin: 7.6rem 0 0 0;
}
#network .sectors #network-canvas {
  width: 100%;
}
#network .sectors details {
  width: fit-content;
  position: relative;
  background: white;
  transition: 0.2s ease;
  border-radius: 10px;
  box-shadow: 0 0 50px 10px rgba(140, 220, 255, 0.25);
}
#network .sectors details p {
  color: black;
  width: 46ch;
  margin: 0 2rem;
}
#network .sectors details a {
  margin: 2rem;
}
#network .sectors details[open] {
  z-index: 100;
}
#network .sectors details[open] svg {
  transform: rotate(180deg);
}
#network .sectors details summary {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 1rem 2rem;
}
#network .sectors details summary h4 {
  color: black !important;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 18px;
}
#network .sectors details summary svg {
  transition: 0.2s ease;
}
#network .sectors details summary::-webkit-details-marker {
  display: none;
}
#network .sectors details summary:hover {
  cursor: pointer;
}

@media (max-width: 888px) {
  #network .sectors details p {
    width: 29ch;
  }
}
.acpb-element.acpb-content_full_width.acpb-element-bg-contrast:has(#project-picture) {
  padding: 0;
  margin: 10rem 0 14rem 0;
}

#project-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#project-picture::before, #project-picture::after {
  content: "";
  background: url("/wp-content/uploads/2025/03/gradient-chevron.png");
  width: 3rem;
  aspect-ratio: 1;
  position: absolute;
  top: 125px;
  left: 0;
}
#project-picture::after {
  top: unset;
  left: unset;
  bottom: 125px;
  right: 0;
  transform: rotateZ(180deg);
}
#project-picture > img {
  width: 50%;
  height: 250px !important;
  object-fit: cover;
  align-self: end;
  margin: -125px 0 0 0;
}
#project-picture > img:last-of-type {
  align-self: start;
  margin: 0 0 -125px 0;
}
#project-picture div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
}
#project-picture div p {
  padding: 0;
  align-self: start;
}
#project-picture div h2 {
  max-width: 29ch;
  font-size: 3rem;
  margin: 0;
}
#project-picture div a {
  display: flex;
  align-self: end;
  background: white;
  margin-right: 1.8rem;
}
#project-picture div img {
  z-index: -10;
  position: absolute;
  width: 300px;
  transform: translateX(-2px);
  animation: glitch 3s linear infinite;
}
#project-picture div img:last-of-type {
  transform: translateX(2px);
  animation: reversed-glitch 3s linear infinite;
}

.page-section .content-text-page a {
  color: black;
}

@keyframes glitch {
  0%, 4% {
    transform: translateX(4px) translateY(4px);
    filter: blur(0);
  }
  2% {
    transform: translateX(-4px) translateY(-4px);
    filter: blur(2px);
  }
  6% {
    transform: translateX(-2px);
  }
}
@keyframes reversed-glitch {
  0%, 4% {
    transform: translateX(-4px) translateY(-4px);
    filter: blur(0);
  }
  2% {
    transform: translateX(4px) translateY(4px);
    filter: blur(2px);
  }
  6% {
    transform: translateX(2px);
  }
}
#ai-handout {
  scroll-margin-top: 8rem;
}

@media (max-width: 888px) {
  .ac-button-main.inherit {
    display: none;
  }
}
.acpb-element.acpb-content_full_width:has(#strats) {
  padding-bottom: 0;
}

#strats {
  display: grid;
  grid-template-areas: "aanpak aanpak barrieres" "scan eye kennis" "proof bulb weerstand" "implementatie gear roi" "optimalisatie check security";
}
#strats h3:nth-of-type(1) {
  grid-area: aanpak;
}
#strats h3:nth-of-type(1)::after {
  background: #FE7DE6 !important;
}
#strats h3:nth-of-type(2) {
  grid-area: barrieres;
  text-align: right;
}
#strats h3:nth-of-type(2)::after {
  left: unset;
  right: 0;
}
#strats article {
  max-width: 40ch;
}
#strats article strong {
  color: #FE7DE6;
}
#strats article p {
  padding-right: 2.5rem;
}
#strats article:nth-of-type(1) {
  grid-area: scan;
}
#strats article:nth-of-type(2) {
  grid-area: proof;
}
#strats article:nth-of-type(3) {
  grid-area: implementatie;
}
#strats article:nth-of-type(4) {
  grid-area: optimalisatie;
}
#strats article:nth-of-type(4) ~ article {
  text-align: right;
  justify-self: end;
}
#strats article:nth-of-type(4) ~ article strong {
  color: #8CDDFF;
}
#strats article:nth-of-type(4) ~ article p {
  padding-right: unset;
  padding-left: 2.5rem;
}
#strats article:nth-of-type(5) {
  grid-area: kennis;
}
#strats article:nth-of-type(6) {
  grid-area: weerstand;
}
#strats article:nth-of-type(7) {
  grid-area: roi;
}
#strats article:nth-of-type(8) {
  grid-area: security;
}
#strats svg:nth-of-type(1) {
  grid-area: eye;
}
#strats svg:nth-of-type(2) {
  grid-area: bulb;
}
#strats svg:nth-of-type(3) {
  grid-area: gear;
}
#strats svg:nth-of-type(4) {
  grid-area: check;
}

@media (max-width: 888px) {
  #strats {
    grid-template-areas: "aanpak aanpak" "scan proof" "implementatie optimalisatie" "barrieres barrieres" "kennis weerstand" "roi security";
  }
  #strats article:nth-of-type(4) ~ article {
    text-align: left;
    justify-self: unset;
  }
  #strats article:nth-of-type(4) ~ article p {
    padding-left: unset;
    padding-right: 2.5rem;
  }
  #strats h3:nth-of-type(2) {
    text-align: left;
  }
  #strats h3:nth-of-type(2)::after {
    right: unset;
    left: 0;
  }
  #strats svg {
    display: none;
  }
}
@media (max-width: 622px) {
  #strats {
    display: flex;
    flex-direction: column;
  }
}
#awards-section h2 {
  max-width: 30ch;
  padding-top: 3rem;
}
#awards-section h2:nth-of-type(2) {
  padding-top: 10rem;
}
#awards-section h2:after {
  background: #FE7DE6 !important;
}
#awards-section .awards {
  width: 100%;
  display: flex;
  padding-top: 10rem;
  justify-content: space-between;
}
#awards-section .awards details {
  width: 50%;
}
#awards-section .awards details:last-of-type {
  text-align: right;
}
#awards-section .awards details:last-of-type li {
  justify-content: end;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  #awards-section .awards details:last-of-type li {
    text-align: left;
    justify-content: start;
    flex-direction: row-reverse;
  }
}
#awards-section .awards details summary {
  white-space: nowrap;
  padding-bottom: 11px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
#awards-section .awards details summary h4 {
  transition: 0.1s ease;
  color: white !important;
  font-weight: 400 !important;
}
#awards-section .awards details summary:hover {
  cursor: pointer;
}
#awards-section .awards details summary::-webkit-details-marker {
  display: none;
}
#awards-section .awards details[open] summary {
  padding-bottom: 10px;
  border-bottom: 4px solid #FE7DE6;
}
#awards-section .awards details[open] summary h4 {
  font-weight: 700 !important;
}
#awards-section .awards details ul {
  padding: 0;
  margin-top: 2em;
}
#awards-section .awards details ul li {
  display: flex;
  margin-bottom: 1rem;
  width: calc(200% - 1rem);
}
#awards-section .awards details ul li span {
  width: 2em;
  margin: 0 0 0 2em;
  opacity: 50%;
}
@media (max-width: 700px) {
  #awards-section .awards details ul li span {
    text-align: left;
    margin: 0 2em 0 0;
  }
}
#awards-section .universities {
  gap: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#awards-section .universities img {
  animation: unpop 0.25s ease forwards;
  height: clamp(30px, 3vw, 50px);
  margin-top: 2em;
  width: auto;
}
#awards-section .universities img:hover {
  animation: pop 0.25s ease forwards;
}

@keyframes pop {
  50% {
    scale: 1.05;
  }
  100% {
    scale: 1.035;
  }
}
@keyframes unpop {
  from {
    scale: 1.035;
  }
  to {
    scale: 1;
  }
}
section.page-section.section-client-logos h2 {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 0;
}
section.page-section.section-client-logos h2:after {
  height: 0.4rem;
  width: 2.7rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.3rem;
  background: #8CDDFF;
}
section.page-section.section-client-logos p {
  max-width: 50ch;
}
section.page-section.section-client-logos:not(.section-contrast-bg) {
  padding: 0 4rem;
}
@media (max-width: 888px) {
  section.page-section.section-client-logos:not(.section-contrast-bg) {
    padding: 0 2rem;
  }
}
.section-contrast-bg + section.page-section.section-client-logos {
  padding: 8rem 0;
}

ul.client-logos-list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 888px) {
  ul.client-logos-list {
    width: calc(100% + 2 * 2rem);
    transform: translateX(-2rem);
  }
}
ul.client-logos-list li {
  width: 25%;
  display: none;
  opacity: 1;
  transform: scale(1);
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
ul.client-logos-list li:nth-child(-n+12) {
  display: block;
}
@media (max-width: 1180px) {
  ul.client-logos-list li {
    width: 33.3333333333%;
  }
}
@media (max-width: 888px) {
  ul.client-logos-list li {
    width: 50%;
  }
}
ul.client-logos-list li.hidden {
  opacity: 0;
  transform: scale(0.5);
}
ul.client-logos-list li img {
  width: 100%;
  height: auto;
  filter: invert(100%);
}
.section-contrast-bg ul.client-logos-list li img {
  filter: none;
}

.hamburger-menu-wrapper {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
}
.hamburger-menu-wrapper .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("../ac23-images/chevron-down.svg");
  background-size: 24px 24px;
  transition: 0.2s ease;
}
.hamburger-menu-wrapper .menu-item-has-children .sub-menu {
  display: none;
  margin-top: -2rem;
}
.hamburger-menu-wrapper .menu-item-has-children .sub-menu li {
  margin-top: -2.5rem;
}
.hamburger-menu-wrapper .menu-item-has-children .sub-menu li:last-of-type span {
  text-decoration: underline;
}
.hamburger-menu-wrapper .menu-item-has-children .sub-menu a {
  text-decoration: none !important;
}
.hamburger-menu-wrapper .menu-item-has-children .sub-menu a span {
  font-weight: 300;
  font-size: 16px;
}
.hamburger-menu-wrapper .menu-item-has-children .sub-menu.open {
  display: block;
}
.hamburger-menu-wrapper .menu-item-has-children.open > a::after {
  transform: rotate(180deg);
}
body.hamburger-visible .hamburger-menu-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.hamburger-menu-wrapper .hamburger-inner {
  height: 100%;
  max-width: calc(118rem);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 3rem;
  padding-top: calc(10.4rem + 5rem);
}
.hamburger-menu-wrapper ul.hamburger-menu-items {
  font-size: var(--fs_between);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
  transition-delay: 0.2s;
  color: white;
}
body.hamburger-visible .hamburger-menu-wrapper ul.hamburger-menu-items {
  opacity: 1;
}
.hamburger-menu-wrapper ul.hamburger-menu-items li {
  transform: translateX(-100%);
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
body.hamburger-visible .hamburger-menu-wrapper ul.hamburger-menu-items li {
  transform: translateX(0);
}
.hamburger-menu-wrapper ul.hamburger-menu-items li a {
  display: inline-block;
  color: white;
  position: relative;
  margin: 1.5rem 0;
}
@media screen and (min-width: 888px) {
  .hamburger-menu-wrapper ul.hamburger-menu-items li a:before {
    position: absolute;
    height: 0.2rem;
    background: white;
    content: "";
    left: 0;
    right: 100%;
    opacity: 0;
    bottom: calc(-0.2rem * 2);
    transition-property: right opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0;
    transition-duration: 0.3s;
  }
  .hamburger-menu-wrapper ul.hamburger-menu-items li a:hover:before {
    right: 0;
    opacity: 1;
  }
}
.hamburger-menu-wrapper ul.hamburger-menu-items li.current_page_item a, .hamburger-menu-wrapper ul.hamburger-menu-items li.current_page_parent a, .hamburger-menu-wrapper ul.hamburger-menu-items li.current-menu-item a {
  text-decoration: underline;
}
.hamburger-menu-wrapper ul.hamburger-menu-items li.current_page_item a:hover:before, .hamburger-menu-wrapper ul.hamburger-menu-items li.current_page_parent a:hover:before, .hamburger-menu-wrapper ul.hamburger-menu-items li.current-menu-item a:hover:before {
  display: none;
}
.hamburger-menu-wrapper .hamburger-address {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 1.9rem;
  padding-bottom: 1.9rem;
  text-align: right;
}
.hamburger-menu-wrapper .hamburger-address p {
  font-size: var(--fs_normal);
  line-height: var(--lh_normal);
  opacity: 0.5;
}
.hamburger-menu-wrapper .hamburger-address p a {
  text-decoration: none;
}

.page-transition-overlay.hamburger {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}
.page-transition-overlay.hamburger .overlay-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000000;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
body.hamburger-visible .page-transition-overlay.hamburger .overlay-inner {
  opacity: 1;
}

.single-teamlid section.section-page-top .ac-teamlid-photo {
  width: 30rem;
  height: 35rem;
  display: flex;
  align-items: end;
  position: absolute;
  top: 8.5rem;
  right: 0;
  background: radial-gradient(circle at 50% 0%, hsl(329, 85%, 60%), rgba(200, 70, 140, 0)), radial-gradient(circle at 100% 100%, hsl(197, 85%, 55%), rgba(80, 170, 200, 0));
}
.single-teamlid section.section-page-top .ac-teamlid-photo img {
  display: inline-block;
  vertical-align: top;
  width: 30rem;
  height: auto;
}
.single-teamlid section.section-page-top .ac-teamlid-button {
  align-self: start;
  flex: 0 0 auto;
  margin-top: 3rem;
}
.single-teamlid section.section-page-top .ac-teamlid-button span {
  text-transform: none;
}
@media (max-width: 888px) {
  .single-teamlid section.section-page-top .ac-teamlid-button {
    margin-top: -2.2rem;
  }
}
@media (max-width: 888px) {
  .single-teamlid section.section-page-top .page-top-intro h2 {
    max-width: 30ch;
  }
}
@media (max-width: 888px) and (max-width: 888px) {
  .single-teamlid section.section-page-top .ac-teamlid-photo {
    margin-top: 5rem;
    position: relative;
    align-self: flex-end;
    top: 0;
    width: 45vw;
    height: 45vw;
  }
  .single-teamlid section.section-page-top .ac-teamlid-photo img {
    width: 45vw;
  }
}
.single-teamlid .articles-list-container .articles-list.as-list .article-item {
  border-bottom: 0;
  border-top: 1px solid #000000;
}

section.section-article-detail {
  padding-top: 0;
}
@media screen and (max-width: 1180px) {
  section.section-article-detail {
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  section.section-article-detail {
    padding: 0 2rem !important;
  }
}
section.section-article-detail .page-section-inner {
  display: flex;
  justify-content: space-around;
  gap: 5rem;
  max-width: 118rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
section.section-article-detail .page-section-inner .article-content {
  max-width: 75rem;
  margin: auto;
}
@media screen and (max-width: 1180px) {
  section.section-article-detail .page-section-inner {
    display: block;
  }
}
section.section-article-detail .page-section-inner h1 {
  font-size: var(--fs_huge);
  line-height: var(--lh_huge);
  margin-bottom: 5rem;
}
@media screen and (max-width: 888px) {
  section.section-article-detail .page-section-inner h1 {
    margin-bottom: 3rem;
  }
}
section.section-article-detail .page-section-inner blockquote {
  padding: 0 2rem;
  margin: 3rem 0 5rem;
  background-color: transparent;
  border-left: 6px #8CDDFF solid;
}
section.section-article-detail .page-section-inner blockquote p {
  padding: 0;
  font-size: var(--fs-inbetween);
  font-weight: 600;
  font-style: italic;
  color: white;
}
section.section-article-detail .page-section-inner .article-cta-container {
  max-height: 20rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
  color: white;
  background-color: #222222;
  overflow: hidden;
}
section.section-article-detail .page-section-inner .article-cta-container .article-cta-text h2 {
  padding-bottom: 1rem;
}
section.section-article-detail .page-section-inner .article-cta-container .article-cta-text .ac-button {
  margin: auto;
  background-color: #8CDDFF;
  color: black;
  border-color: black;
}
section.section-article-detail .page-section-inner .article-cta-container .article-cta-text .ac-button:after {
  color: black;
}
section.section-article-detail .page-section-inner .article-cta-container .article-cta-img img {
  transform: scale(2);
}
@media screen and (max-width: 888px) {
  section.section-article-detail .page-section-inner .article-cta-container {
    display: block;
  }
  section.section-article-detail .page-section-inner .article-cta-container .article-cta-text {
    text-align: center;
  }
  section.section-article-detail .page-section-inner .article-cta-container .article-cta-img {
    display: none;
  }
}
section.section-article-detail .page-section-inner .article-detail-meta {
  justify-content: space-between;
  line-height: 1.5;
  align-items: center;
  height: 8rem;
  margin-bottom: 5rem;
}
section.section-article-detail .page-section-inner .article-detail-meta .meta-author {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.section-article-detail .page-section-inner .article-detail-meta .meta-author .meta-author-photo {
  position: relative;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  margin-right: 2rem;
}
section.section-article-detail .page-section-inner .article-detail-meta .meta-author .meta-author-photo img {
  transform: scale(1.3);
  transform-origin: top center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
section.section-article-detail .page-section-inner .article-detail-meta .meta-author .meta-author-photo.ac-logo {
  background: var(--alt-color);
}
section.section-article-detail .page-section-inner .article-detail-meta .meta-author .meta-author-photo.ac-logo img {
  transform: scale(0.6);
  transform-origin: center;
}
section.section-article-detail .page-section-inner .article-detail-meta .meta-author .meta-author-info a {
  color: white;
}
section.section-article-detail .page-section-inner .article-detail-meta .meta-author .meta-author-info a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 888px) {
  section.section-article-detail .page-section-inner .article-detail-meta .meta-article-info {
    margin-top: 3rem;
  }
}
section.section-article-detail .page-section-inner .article-detail-meta .meta-article-info .meta-readtime span:last-child,
section.section-article-detail .page-section-inner .article-detail-meta .meta-article-info .meta-date span:last-child {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 888px) {
  section.section-article-detail .page-section-inner .article-detail-meta {
    height: auto;
  }
}
@media screen and (min-width: 888px) {
  section.section-article-detail .page-section-inner .article-detail-meta {
    display: flex;
    flex-direction: row;
  }
  section.section-article-detail .page-section-inner .article-detail-meta .meta-article-info {
    text-align: right;
  }
}
section.section-article-detail .page-section-inner .article-categories {
  padding-bottom: 2rem;
}
section.section-article-detail .page-section-inner .article-categories ul.article-categories-list {
  display: flex;
  justify-content: left;
  gap: 1.5rem;
}
@media screen and (max-width: 888px) {
  section.section-article-detail .page-section-inner .article-categories ul.article-categories-list {
    flex-wrap: wrap;
    gap: 1rem;
  }
  section.section-article-detail .page-section-inner .article-categories ul.article-categories-list li {
    padding: 1rem;
  }
}
section.section-article-detail .page-section-inner .article-categories ul.article-categories-list li {
  padding: 1rem;
  border: 1px white solid;
}
section.section-article-detail .page-section-inner .article-categories ul.article-categories-list li a {
  text-decoration: none;
  color: white;
}
section.section-article-detail .page-section-inner .cybersecurity-form_wrapper {
  padding: 3rem 4rem 1rem;
  margin: 2rem 0 4rem;
  background-color: #222222;
}
section.section-article-detail .page-section-inner .cybersecurity-form_wrapper button {
  margin: 0;
  color: white;
  border-color: white;
}
section.section-article-detail .page-section-inner .cybersecurity-form_wrapper button:after {
  color: white;
}
section.section-article-detail .page-section-inner .cybersecurity-form_wrapper .cybersecurity-input {
  grid-column-start: 1;
  grid-column-end: 8;
}
section.section-article-detail .page-section-inner .cybersecurity-form_wrapper .cybersecurity-image {
  grid-column-start: 9;
  grid-column-end: 12;
  grid-row-start: 1;
  grid-row-end: 6;
}
@media screen and (max-width: 888px) {
  section.section-article-detail .page-section-inner .cybersecurity-form_wrapper .cybersecurity-input {
    grid-column-start: 1;
    grid-column-end: 12;
  }
  section.section-article-detail .page-section-inner .cybersecurity-form_wrapper .cybersecurity-image {
    display: none;
  }
}
section.section-article-detail .sticky-form-container {
  max-width: 50rem;
  position: relative;
  height: fit-content;
  position: sticky;
  top: 10rem;
}
@media screen and (max-width: 1180px) {
  section.section-article-detail .sticky-form-container {
    max-width: 78rem;
    margin: 5rem auto 0;
  }
}
section.section-article-detail .sticky-form-container .gform_wrapper {
  background-color: #222222;
  padding: 2rem;
}
section.section-article-detail .sticky-form-container .gform_wrapper h2 {
  font-size: var(--fs-inbetween);
  font-weight: 700;
}
section.section-article-detail .sticky-form-container .gform_wrapper label {
  font-size: 1.5rem;
}
section.section-article-detail .sticky-form-container .gform_wrapper input[type=text],
section.section-article-detail .sticky-form-container .gform_wrapper input[type=tel],
section.section-article-detail .sticky-form-container .gform_wrapper input[type=email] {
  height: 4rem;
  border: none;
  color: white;
  background-color: #555555;
}
section.section-article-detail .sticky-form-container .gform_wrapper .gform_footer {
  padding-bottom: 0;
}
section.section-article-detail .sticky-form-container .gform_wrapper .gform_footer button {
  background-color: #FE7DE6;
  border-color: #FE7DE6;
  margin: 0;
}
@media screen and (max-width: 888px) {
  section.section-article-detail .sticky-form-container {
    margin-top: 3rem;
  }
}

section.section-contact-under-article {
  padding: 3rem 2rem;
}
@media screen and (max-width: 888px) {
  section.section-contact-under-article {
    display: none;
  }
}
section.section-contact-under-article .page-section-inner {
  max-width: 118rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
section.section-contact-under-article .page-section-inner .article-contact-form {
  padding: 4rem 10rem;
  background-color: #8CDDFF;
  color: black;
}
section.section-contact-under-article .page-section-inner .article-contact-form h3 {
  padding-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 500;
}
section.section-contact-under-article .page-section-inner .article-contact-form h3 strong {
  font-weight: 700;
}
section.section-contact-under-article .page-section-inner .guido-contact-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 40rem;
  height: 100%;
  padding: 2rem;
  background-color: #222222;
}
section.section-contact-under-article .page-section-inner .guido-contact-cta h3,
section.section-contact-under-article .page-section-inner .guido-contact-cta h4 {
  margin-bottom: 1.5rem;
}
section.section-contact-under-article .page-section-inner .guido-contact-cta img {
  width: 20rem;
  height: 20rem;
  margin: 2rem 0;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
section.section-contact-under-article .page-section-inner .guido-contact-cta a {
  color: white;
  text-decoration: none;
  padding-bottom: 0.5rem;
}
section.section-contact-under-article .page-section-inner .guido-contact-cta a:hover {
  text-decoration: underline;
}

.single-post .site-container {
  overflow: visible;
}

iframe {
  max-width: 100%;
}

section.page-section.section-case-detail {
  padding-top: 3rem;
}
@media screen and (max-width: 888px) {
  section.page-section.section-case-detail .page-section-inner {
    padding-top: 0;
  }
}
section.page-section.section-case-detail .case-detail-info {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 888px) {
  section.page-section.section-case-detail .case-detail-info {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
section.page-section.section-case-detail .case-detail-info ul li {
  text-transform: lowercase;
}
section.page-section.section-case-detail .case-detail-info .ac-button {
  margin-top: 0;
  margin-left: auto;
}
@media screen and (max-width: 888px) {
  section.page-section.section-case-detail .case-detail-info .ac-button {
    margin-left: 0;
    justify-self: flex-start;
  }
}

section.page-section.section-vacancies-overview {
  padding-top: 3rem;
}
section.page-section.section-vacancies-overview .page-section-inner .section-heading h2:after {
  display: none;
}
section.page-section.section-vacancies-overview ul.vacancies-list {
  margin-top: 8rem;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 888px) {
  section.page-section.section-vacancies-overview ul.vacancies-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
section.page-section.section-vacancies-overview ul.vacancies-list[data-vacancies-count="1"], section.page-section.section-vacancies-overview ul.vacancies-list[data-vacancies-count="2"], section.page-section.section-vacancies-overview ul.vacancies-list[data-vacancies-count="4"] {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 888px) {
  section.page-section.section-vacancies-overview ul.vacancies-list li.acpb-list-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  section.page-section.section-vacancies-overview ul.vacancies-list li.acpb-list-item p {
    flex: 3;
  }
  section.page-section.section-vacancies-overview ul.vacancies-list li.acpb-list-item a {
    width: fit-content;
  }
}

.single-events section.section-page-top {
  height: auto;
}
.single-events section.section-page-top .page-top-title {
  max-width: 100%;
}
.single-events .section-event-detail {
  padding: 0rem 3.5rem 10rem;
}
.single-events .section-event-detail h1 {
  display: none;
}
.single-events .section-event-detail .event-detail-meta .event-date-time-location p {
  font-weight: 600;
  padding-bottom: 2rem;
}

.page-section .content-text-page h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: var(--fs_between);
  line-height: var(--lh_between);
}
body.page-template-default .page-section .content-text-page h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
body.page-template-default .page-section .content-text-page h2:after {
  display: none;
}
.page-section .content-text-page h3 {
  padding: 2rem 0;
}
.page-section .content-text-page h3:empty {
  display: none;
}
.page-section .content-text-page blockquote {
  padding: 4rem;
  display: block;
  background: var(--alt-color);
  color: black;
}
.page-section .content-text-page blockquote h2, .page-section .content-text-page blockquote h3, .page-section .content-text-page blockquote h4, .page-section .content-text-page blockquote h5 {
  margin-top: 0;
  padding-top: 0;
}
.page-section .content-text-page blockquote li:before {
  color: #000000;
}
@media screen and (max-width: 888px) {
  .page-section .content-text-page blockquote {
    padding: 2rem;
  }
}
.page-section .content-text-page img.alignleft,
.page-section .content-text-page img.alignright {
  margin-bottom: 1.5rem;
  margin-top: 0.6rem;
}
.page-section .content-text-page img.alignleft:before,
.page-section .content-text-page img.alignright:before {
  content: "";
  clear: left;
}
.page-section .content-text-page img.alignleft {
  margin-right: 1.5rem;
}
.page-section .content-text-page img.alignright {
  margin-left: 1.5rem;
}
.page-section .content-text-page img:not([class^=alignleft]):not([class^=alignright]) {
  max-width: 100%;
  margin: 4rem 0;
  height: auto !important;
}
.page-section .content-text-page img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.page-section .content-text-page p {
  clear: both;
  padding-bottom: 2.5rem;
}
body.page-template-default .page-section .content-text-page p {
  margin-top: 0;
}
.page-section .content-text-page p + ul {
  margin-top: 2rem;
}
.page-section .content-text-page a {
  color: #8CDDFF;
}

/* Complianz cookie pagina
--------------------------------------------- */
#cmplz-document h3::after {
  all: unset;
}
#cmplz-document .cmplz-category {
  padding: 10px 0;
  cursor: pointer;
}
#cmplz-document .cmplz-category:hover {
  cursor: pointer;
}
#cmplz-document .cmplz-category:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
#cmplz-document .cmplz-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cmplz-document .cmplz-always-active {
  color: #FE7DE6; /* AC roze */
}
#cmplz-document .cmplz-category-title {
  margin-right: auto;
}
#cmplz-document .cmplz-icon {
  margin-left: 10px;
}
#cmplz-document .cmplz-description {
  margin: 5px 0 10px 0;
}
#cmplz-document #cmplz-functional-optin {
  display: none;
}
#cmplz-document .cmplz-category[open] .cmplz-icon {
  transform: rotate(180deg);
}

.cmplz-banner-checkbox input {
  position: relative;
  width: 2rem;
}
.cmplz-banner-checkbox input:before {
  position: absolute;
  top: -0.5rem;
  left: 0;
  content: "";
  height: 2rem;
  width: 2rem;
  padding: 0;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-collapse: collapse;
}
.cmplz-banner-checkbox input:checked:before {
  border-color: #000000;
  content: "\e902";
  font-family: "ac23-icons";
}

#cmplz-cookies-overview {
  width: calc(var(--cmplz_banner_width) - 42px);
}
@media screen and (max-width: 768px) {
  #cmplz-cookies-overview {
    width: 100%;
  }
}
#cmplz-cookies-overview .name-header {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid white;
}
#cmplz-cookies-overview .purpose + .name-header {
  border: none;
}
#cmplz-cookies-overview .retention-header, #cmplz-cookies-overview .function-header {
  margin-top: 1.5rem;
}
#cmplz-cookies-overview details .function {
  margin-bottom: 1.5rem;
}
#cmplz-cookies-overview details .function:last-child {
  margin-bottom: 3rem;
}
#cmplz-cookies-overview summary.cmplz-service-header div {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  /* justify-content: space-between; */
  max-width: 105rem;
}
#cmplz-cookies-overview summary.cmplz-service-header div h3, #cmplz-cookies-overview summary.cmplz-service-header div p {
  font-size: 1em;
  padding: 0;
  margin: 0;
}
#cmplz-cookies-overview .cmplz-service-description h4 {
  margin-top: 1em;
}

/* mobile */
@media screen and (max-width: 888px) {
  :root {
    --fs_huge: 3rem;
    --fs_large: 2.4rem;
    --fs_medium: 2.4rem;
    --fs_between: 2rem;
    --fs_normal: 1.6rem;
    --fs_small: 1.4rem;
    --lh_huge: 1;
    --lh_large: 1;
    --lh_medium: 1;
    --lh_between: 1.5;
    --lh_normal: 1.5;
    --lh_small: 1;
    --fixed-elems-height: 10.4rem;
    --header-type-1-height: 57.3rem;
  }
  html, body {
    font-size: 10px;
  }
  section.page-section {
    padding: 6rem 2rem;
    max-width: 100% !important;
  }
  section.section-page-footer {
    padding-bottom: 0;
  }
  section.section-page-footer .page-section-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.section-page-footer .page-section-inner .footer-elems .footer-elem:first-child {
    padding-bottom: 0;
  }
  section.section-footer-end {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.section-footer-end .page-section-inner {
    display: block;
    padding-bottom: 2.5rem;
    padding-top: 1.5rem;
  }
  section.section-footer-end .page-section-inner p, section.section-footer-end .page-section-inner ul {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    display: inline;
  }
  section.section-footer-end ul {
    padding-left: initial;
  }
  section.section-footer-end ul li {
    display: inline;
  }
  .site-fixed-elements .header-menu {
    display: none;
  }
  .site-fixed-elements .fixed-elements-inner {
    padding: 0 2rem;
  }
  .site-fixed-elements .hamburger-toggle {
    display: flex;
    flex-direction: row;
    z-index: 4;
  }
  section.section-featured-cases .featured-cases-swiper {
    position: relative;
  }
  section.section-featured-cases .featured-cases-swiper:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    border-bottom: 1px solid #000000;
    z-index: 1;
  }
  section.section-featured-cases .featured-cases-swiper:before {
    top: 0;
  }
  section.section-featured-cases .featured-cases-swiper:after {
    bottom: 0.2rem;
  }
}
@media screen and (max-width: 888px) and (max-width: 888px) {
  section.section-featured-cases .featured-cases-swiper {
    width: 100vw;
    margin-left: -2rem;
  }
  section.section-featured-cases .featured-cases-swiper:before, section.section-featured-cases .featured-cases-swiper:after {
    left: 2rem;
    right: 2rem;
  }
}
@media screen and (max-width: 888px) {
  section.section-featured-cases .swiper-scrollbar-horizontal {
    display: block;
    background: transparent;
    transform: translateY(0.3rem);
    left: 0;
    right: 0;
  }
  section.section-featured-cases .swiper-scrollbar-horizontal:after {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    border-bottom: 1px solid #000000;
    z-index: 0;
    bottom: 0.2rem;
  }
  section.section-featured-cases .swiper-scrollbar-horizontal > .swiper-scrollbar-drag {
    z-index: 1;
  }
}
@media screen and (max-width: 888px) and (max-width: 888px) {
  section.section-featured-cases .swiper-scrollbar-horizontal {
    position: relative;
    left: 2rem;
    width: calc(100vw - 2 * 2rem);
  }
}
@media screen and (max-width: 888px) {
  section.section-featured-cases .swiper-scrollbar-drag {
    background: var(--alt-color);
    height: 0.5rem;
    border-radius: 0;
  }
  section.section-featured-cases .featured-cases-swiper .featured-cases-list {
    flex-direction: row;
    grid-gap: 0;
    padding-bottom: 3rem;
    margin-top: 0 !important;
  }
  section.section-featured-cases .featured-cases-swiper .featured-cases-list li:first-child {
    display: block;
  }
  section.section-featured-cases .featured-cases-swiper .featured-cases-list .case-item {
    transform: none;
  }
  section.section-featured-cases .featured-cases-swiper:before {
    display: none;
  }
  section.section-featured-cases .featured-cases-elem .featured-case {
    display: none;
  }
  section.section-featured-cases .intro {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=main.css.map */