/*!
Theme Name: Brandium
Theme URI: https://www.brandium.nl
Author: Brandium
Author URI: https://www.brandium.nl
Description: Brandium Agency custom
Version: 3.0.6
License: Brandium Licence
License URI: https://www.brandium.nl
Text Domain: Brandium
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/
/*NONE DISPLAYS*/
@media screen and (max-width:990px){
div#cmplz-cookiebanner-container{
  display:none
}}

.site-header {
  display: none
}

.w-webflow-badge,
.w-webflow-badge * {
  display: none !important
}

.w-webflow-badge {
  display: none !important
}

span.btn-text:hover {
  color: red !important
}

.flexCE {
  margin-top: -85px !important
}

a.mapboxgl-ctrl-logo,
html .formcraft-css .powered-by {

  display: none !important;
}

.pix-headline.loading-bar .pix-words-wrapper::after {
  background: #3586fc !important;
  height: 4px !important;
  bottom: 0px !important
}

.site-footer2 {
  position: sticky;
  bottom: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

  body,
  html {
    overflow-x: hidden
  }

  .reveal-box__content {
    width: 61vw;
    height: 100vh;
    overflow: hidden;
  }

  .reveal-box__image {
    width: 100%;
    height: 100vh;
    object-fit: contain !important;
    object-position: -155px 0vh;
  }
}


[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  color: #000;
  font-family: 'twklausanne';
  background-color: transparent;
  text-decoration: none;
  border: none;
  outline: none
}

button {
  outline: none !important;
  border: none;
  font-family: 'twklausanne' !important;

}

/*EINDE NONE DISPLAYS*/


/*NAVIGATIE*/
@media screen and (min-width:990px) {
  .dop-logo {
    position: absolute;
    left: 4vw;
    top: 40px;
    width: 205px;
  }
}



div.logo-container {
  position: absolute;
  z-index: 3;
  width: 10vw;


}

div.nav-bar {
  position: absolute;
  top: 30px;
  right: 30vw;
  width: 640px;

}

@media screen and (max-width:990px) {

  div.nav-bar {
    display: none
  }
}


.btn-link {
  padding: 0px 0px
}

.btn-link .btn-click::after {
  background: #007bff !important;
}

.btn-link .btn-click::after {
  bottom: -0.2em !important
}

/*EINDE NAVIGATIE*/


h1,
h2,
h3,
h4,
h5,
a,
li,
ul {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: 'twklausanne';
}

a {
  color: #000;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

html .formcraft-css .fc-form .form-element .checkbox-cover>div label {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

main.scrolled .bttn-hamburger {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}



input.validation-lenient,
textarea.validation-lenient {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

@media screen and (min-width:990px){
p {
  font-family: 'twklausanne';
  text-rendering: optimizeLegibility ;
  -webkit-font-smoothing: antialiased ;
 font-size: 1.22rem;
    line-height: 1.44em;
}}

@media screen and (max-width:990px){
p {
  font-family: 'twklausanne' ;
  text-rendering: optimizeLegibility ;
  -webkit-font-smoothing: antialiased ;
  font-size: 1.11rem ;
  line-height: 1.6rem;
  font-weight: 300;
}}




@media screen and (min-width:990px) {
  /*css is just for styling the elemnts is has nothing to do with bouncy effects*/


  .btn {
    margin-bottom: calc(clamp(1.5em, 4vw, 2.5em) / 2);
    position: relative;
    z-index: 5;
    border: 0;
    outline: 0;
  }

  .btn-link {
    margin: 0;
  }

  .btn-link .btn-click {
    border: 0;
    height: 2.75em;
    width: max-content;
    border-radius: 0;
    overflow: visible;
  }

  .btn-link .btn-text {
    padding: 0 calc(clamp(16px, 1.2vw, 19px) / 2);
    position: relative;
  }

    .btn-link .btn-click::after {
        content: "";
        position: absolute;
        bottom: 1em !important;
        left: 94%;
        display: block;
        width: calc(clamp(16px, 1.2vw, 19px) / 2.75);
        height: calc(clamp(16px, 1.2vw, 19px) / 2.75);
        border-radius: 50%;
        background: #000;
        transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
        transition: all .3s cubic-bezier(.7, 0, .3, 1);
        will-change: transform;
    }

  .btn-link.active .btn-click::after {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
  }

  /* .btn.btn-link:nth-child(5) {
    background-color: #d5ece489;
    border-radius: 50px;
    transition: all .3s cubic-bezier(.7, 0, .3, 1);
  }

  .btn.btn-link:hover:nth-child(5) {
    background-color: #d4ede4;

    transition: all .3s cubic-bezier(.7, 0, .3, 1);
  } */

  .btn-link .btn-click:hover::after {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
  }

  .links-wrap {
    display: flex;
    width: 710px;
    border-radius: 48em;
    position: absolute;
    padding: 5px;
    z-index: 99999;
    box-shadow: 1px 5px 33px 4px #00000008;
    background-color: white;
    justify-content: space-evenly;
  }

  .links-wrap:hover .btn-link .btn-click::after {
    transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
  }

  .links-wrap:hover .btn-link .btn-click:hover::after {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
  }

  .btn-link .btn-text {
    color: #000;
  }

  .btn-link .btn-click::after {
    background: #000;
  }

  .btn-click:hover {
    text-decoration: none;
  }

  /* --- Button Link External --- */

  .btn-link.btn-link-external .btn-click {
    border: 0;
    height: 2.25em;
    border-radius: 0;
    overflow: visible;
    margin: 0 calc(clamp(1.5em, 4vw, 2.5em) / 3);
  }

  .btn-link.btn-link-external .btn-text {
    padding: 0;
  }

  .btn-link.btn-link-external .btn-click::after {
    bottom: 0;
    width: 100%;
    height: 1px;
    border-radius: 0;
    background: #000;
    transform: translate(-50%, -50%) scale(0, 1) rotate(0.001deg);
  }

  .btn-click {
    cursor: pointer;
    border: 0;
    color: #000;
    background: transparent;
    border-radius: 2.125em;
    min-width: 1em;
    height: 4.25em;
    padding: 0;
    font-size: 1em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    will-change: transform;
    outline: 0;
    transform: translateZ(0) rotate(0.001deg);
  }



  .btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 2.5em;
    z-index: 2;
    position: relative;
    transform: rotate(0.001deg);
    pointer-events: none;
    will-change: transform, color;
  }

  .btn-link .btn-text {
    padding: 0 calc(clamp(1.5em, 4vw, 2.5em) / 2);
    position: relative;
  }

  .main.scrolled {
    display: none
  }

}

/****** MOBILE ***********/




@media screen and (max-width:990px) {



  :root {
    --color-dark: #1C1D20;
    /*this one*/
    --color-white: #000;
    /*this one*/
    --animation-slow: all .9s cubic-bezier(.7, 0, .3, 1);
    /*this one*/
    --section-padding: clamp(5em, 21vh, 12em);
    /*this one*/
    --container-padding: clamp(2.5em, 8vw, 8em);
    /*this one*/
    --gap-padding: clamp(1.5em, 4vw, 2.5em);
    /*this one*/
  }

  /* ------------------------- Fixed Nav -------------------------------------------------- */
  /*
        * Blank naviigation styles
        */
  .fixed-navi-back {
    background: linear-gradient(to right, hsla(220, 13%, 0%, .3) 40%, hsla(220, 13%, 0%, 1) 80%);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(.7, 0, .2, 1);
    z-index: 100;
    pointer-events: none;
    will-change: opacity;
  }

  .navi-active .fixed-navi-back {
    opacity: .35;
    pointer-events: all;
  }

  .fixed-navi {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 100;
    transform: translate(calc(100% + 6vw), 0) rotate(0.001deg);
    transition: transform .8s cubic-bezier(.7, 0, .2, 1);
    will-change: transform;
  }

  .navi-active .fixed-navi {
    transform: translate(0, 0) rotate(0.001deg);
  }



  .button-menu-inner {
    margin-top: 50px;

  }

  .fixed-navi-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 26vh 14.5vw 13vh 16.5vw;
    width: 100vw;
    position: relative;
    transform: translate(0, 0) rotate(0.001deg);
    transition: all .6s cubic-bezier(.7, 0, .2, 1);
    will-change: transform;
  }

  .navi-active .fixed-navi-inner {
    transform: translate(0, 0) rotate(0.001deg);
  }

  .fixed-navi .navi-row h5 {
    margin-bottom: 3em;
  }

  .fixed-navi .navi-row ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5vh;
  }

  .fixed-navi .navi-row .bttn-link .bttn-click {
    height: auto;
  }

  .fixed-navi .navi-row ul {
    margin-left: -10vw
  }

  .fixed-navi .navi-row .bttn-text-inner {
    font-size: 3.5em;
    line-height: 1.4;
    font-size: calc(clamp(3.25em, 5vw, 4em) * .875);
  }

  .fixed-navi .navi-row .bttn-link .bttn-click::after {
    background: #3586fc;
    display: none;
    left: calc(var(--gap-padding) / -4);
    top: 50%;
    bottom: auto;
    width: calc(clamp(16px, 1.2vw, 19px) / 1.65);
    height: calc(clamp(16px, 1.2vw, 19px) / 1.65);
  }

  .fixed-navi .social-row {
    margin-left: calc(var(--gap-padding) / -4);
  }

  /*
        * Rounded div is the round effect while div is closing down
        */

  .fixed-navi-rounded-div {
    position: absolute;
    left: 1px;
    transform: translateX(-100%);
    height: 100%;
    top: 0;
  }

  .fixed-navi-rounded-div .rounded-div-wrap {
    width: 4vw;
    /* if you are seeing black menu on close reduce this number*/
    height: 100%;
    transition: var(--animation-slow);
    transition: all .85s cubic-bezier(.7, 0, .2, 1);
    will-change: width;
  }

  .navi-active .fixed-navi-rounded-div .rounded-div-wrap {
    width: 0vw;
  }

  .fixed-navi-rounded-div .rounded-div-wrap .rounded-div {
    background: var(--color-dark);
    height: 150%;
    content: "";
    display: block;
    position: absolute;
    width: 775%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-6.5%, -50%);
  }

  .fixed-navi .navi-row ul .bttn {
    transform: translate(15vw, 0) rotate(0.001deg);
    transition: all .8s cubic-bezier(.7, 0, .2, 1);
    will-change: transform;
  }



  .navi-active .fixed-navi .navi-row ul .bttn {
    transform: translate(0, 0) rotate(0.001deg);
  }

  .fixed-navi .navi-row ul .bttn:nth-child(2) {
    transition-delay: .05s;
  }

  .fixed-navi .navi-row ul .bttn:nth-child(3) {
    transition-delay: .08s;
  }

  .fixed-navi .navi-row ul .bttn:nth-child(4) {
    transition-delay: .11s;
  }

  .fixed-navi .navi-row ul .bttn:nth-child(5) {
    transition-delay: .15s;
  }

  .fixed-navi .navi-row ul .bttn:nth-child(6) {
    transition-delay: .19s;
  }

  .fixed-navi .social-row .stripe {
    display: none;
  }

  @media screen and (max-height: 680px) {
    .fixed-navi .navi-row .bttn-text-inner {
      font-size: 3em;
      line-height: 1.25;
    }
  }

  @media screen and (max-width: 540px) {

    .fixed-navi-back {
      background: hsla(220, 13%, 5%, 1);
    }

    .fixed-navi {
      width: 100%;
      transform: translate(calc(100% + 20vw), 0) rotate(0.001deg);
    }

    .fixed-navi .fixed-navi-inner {
      height: calc(var(--vh, 1vh) * 100);
      padding: calc(var(--vh, 1vh) * 10) var(--container-padding) calc(var(--gap-padding) * 10.25) var(--container-padding);
      transform: translate(20vw, 0) rotate(0.001deg);
      transition-delay: 0s;
    }

    .navi-active .fixed-navi .fixed-navi-inner {
      transform: translate(0, 0) rotate(0.001deg);
      transition-delay: .1s;
    }

    .fixed-navi .navi-row .bttn-link .bttn-click::after {
      left: auto;
      right: .4em;
      top: 50%;
      bottom: auto;
      width: calc(clamp(16px, 1.2vw, 19px) / 1.5);
      height: calc(clamp(16px, 1.2vw, 19px) / 1.5);
    }

    .fixed-navi .navi-row ul {
      width: 100%;
      padding-top: calc(var(--vh, 1vh) * 3);
      padding-bottom: calc(var(--vh, 1vh) * 3);
    }

    .fixed-navi .navi-row ul .bttn {
      width: 100%;
      transition: all .8s cubic-bezier(.7, 0, .2, 1);
    }

    .fixed-navi .navi-row ul .bttn .bttn-text {
      justify-content: flex-start;
    }

    .fixed-navi .social-row .stripe {
      display: block;
      margin-bottom: calc(var(--section-padding) / 12);
    }

    .fixed-navi-rounded-div .rounded-div-wrap {
      width: 20vw;
    }

    .navi-active .fixed-navi-rounded-div .rounded-div-wrap {
      width: 0;
    }

    .fixed-navi .navi-row ul .bttn:nth-child(1) {
      transition-delay: 0s;
    }

    .fixed-navi .navi-row ul .bttn:nth-child(2) {
      transition-delay: .03s;
    }

    .fixed-navi .navi-row ul .bttn:nth-child(3) {
      transition-delay: .06s;
    }

    .fixed-navi .navi-row ul .bttn:nth-child(4) {
      transition-delay: .09s;
    }

    .navi-active .fixed-navi .navi-row ul .bttn:nth-child(1) {
      transition-delay: .1s;
    }

    .navi-active .fixed-navi .navi-row ul .bttn:nth-child(2) {
      transition-delay: .13s;
    }

    .navi-active .fixed-navi .navi-row ul .bttn:nth-child(3) {
      transition-delay: .16s;
    }

    .navi-active .fixed-navi .navi-row ul .bttn:nth-child(4) {
      transition-delay: .19s;
    }
  }





  /* ------------------------- Buttons -------------------------------------------------- */
  /* --- Button Hamburger  menu show hide button--- */


  .bttn-hamburger .bttn-click,
  .bttn-hamburger .bttn-text {
    width: clamp(5em, 5.5vw, 5em);
    height: clamp(5em, 5.5vw, 5em);
    border-radius: 50%;
  }

  .bttn {
    margin-bottom: calc(var(--gap-padding) / 2);
    position: relative;
    z-index: 5;
    border: 0;
    outline: 0;
  }


  .bttn:hover {
    z-index: 15;
  }


  .bttn-click {
    cursor: pointer;
    border: 0;
    color: var(--primary-dark);
    background: transparent;
    border-radius: 2.125em;
    min-width: 1em;
    height: 4.25em;
    padding: 13px 0px;
    font-family: 'twklausanne';
    font-weight: 300;
    font-size: 0.60em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    will-change: transform;
    outline: 0;
    transform: translateZ(0) rotate(0.001deg);
  }

  .bttn-click:hover {
    cursor: pointer;
  }

  .bttn-normal .bttn-click {
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-border);
    box-shadow: inset 0px 0px 0px 1px var(--color-border);
  }

  .bttn-fill {
    background: var(--color-blue);
    position: absolute;
    width: 150%;
    height: 200%;
    border-radius: 50%;
    top: -50%;
    left: -25%;
    transform: translate3d(0, -76%, 0);
    will-change: transform;
    transition: background-color ease-in-out .25s;
  }

  .bttn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 2.5em;
    z-index: 2;
    color: var(--color-dark);
    position: relative;
    transform: rotate(0.001deg);
    pointer-events: none;
    will-change: transform, color;
  }

  .bttn-click:hover {
    text-decoration: none;
  }



  /* --- Button Link --- */

  .bttn-link {
    margin: 0;
  }

  .bttn-link .bttn-click {
    border: 0;
    height: 2.75em;
    border-radius: 0;
    overflow: visible;
  }

  .bttn-link .bttn-text {
    padding: 0 calc(var(--gap-padding) / 2);
    position: relative;
  }

  .bttn-link .bttn-click::after {
    content: "";
    position: absolute;
    bottom: -.5em;
    left: 50%;
    display: block;
    width: calc(clamp(16px, 1.2vw, 19px) / 2.75);
    height: calc(clamp(16px, 1.2vw, 19px) / 2.75);
    border-radius: 50%;
    background: var(--color-dark);
    transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
    transition: var(--animation-fast);
    will-change: transform;
  }

  .bttn-link.active .bttn-click::after {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
  }

  .bttn-link .bttn-click:hover::after {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
  }

  .links-wrap {
    display: flex;
  }

  .links-wrap:hover .bttn-link .bttn-click::after {
    transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
  }

  .links-wrap:hover .bttn-link .bttn-click:hover::after {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
  }

  .theme-dark .bttn-link .bttn-text {
    color: var(--color-white);
  }

  .theme-dark .bttn-link .bttn-click::after {
    background: var(--color-white);
  }






  /* --- Button Hamburger --- */

  .bttn-hamburger {
    position: fixed;
    top: calc(var(--gap-padding) / 1.5);
    right: calc(var(--gap-padding) / 1.5);
    transition: transform .4s cubic-bezier(0.36, 0, 0.66, 0);
    transform: translateY(0%) scale(0) rotate(0.001deg);
    z-index: 105;
  }

  .bttn-hamburger:hover {
    z-index: 105;
  }

  .bttn-hamburger .bttn-click,
  .bttn-hamburger .bttn-text {
    /* width: clamp(4em, 5.5vw, 5em); */
    /* height: clamp(4em, 5.5vw, 5em); */
    /* border-radius: 50%; */
  }

  .bttn-hamburger .bttn-click {
    border: 0;
    background-color: #d5ece4;
    transition: background-color .25s cubic-bezier(0.36, 0, 0.66, 0), box-shadow .25s cubic-bezier(0.36, 0, 0.66, 0);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-border-light);
    box-shadow: inset 0px 0px 0px 1px var(--color-border-light);
  }

  .navi-active .bttn-hamburger .bttn-click {
    -webkit-box-shadow: inset 0px 0px 0px 1px transparent !important;
    box-shadow: inset 0px 0px 0px 1px transparent !important;
  }

  .bttn-hamburger .bttn-fill {
    background-color: var(--color-blue);
  }

  .bttn-hamburger .bttn-text-inner {
    color: var(--color-white);
    opacity: 0;
  }

  .bttn-hamburger .bttn-bars {
    position: absolute;
    width: 35%;
    height: 8.2%;
    opacity: 1;
  }

  .bttn-hamburger .bttn-text {
    position: relative;
  }

  .bttn-hamburger .bttn-bars::before,
  .bttn-hamburger .bttn-bars::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    height: 1px;
    width: 100%;
    transform: translate(-50%, -50%) rotate(0.001deg);
    background: #3586fc;
    transition: var(--animation-fast);
  }

  .bttn-hamburger .bttn-bars::before {
    top: 0;
    transform: translate(-50%, -50%);
  }

  .bttn-hamburger .bttn-bars::after {
    top: 100%;
    transform: translate(-50%, -50%);
  }

  .bttn-hamburger.active .bttn-bars::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .bttn-hamburger.active .bttn-click {
    background-color: #d5ece4;
  }

  .bttn-hamburger.active .bttn-bars::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  main.scrolled .bttn-hamburger {
    transition: transform .4s cubic-bezier(0.34, 1.5, 0.64, 1);
    transform: translateY(0%) scale(1) rotate(0.001deg);
  }

  main .bttn-hamburger.active {
    transform: translateY(0%) scale(1) rotate(0.001deg);
  }

  .stripe {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3586fc44;
  }

  .fixed-navi .navi-row h5 {
    margin-bottom: 1em;
    color: #000;
    font-size: 1rem
  }

  .socials h5 {
    color: #000;
    padding-left: 9px;
    font-size: 1rem
  }

  .socials li {
    display: inline-flex;
    font-size: 4.2vw;
    left: -50px
  }
}

/******** CTA BUTTONS *************/


.cta {
  color: #fbfbfb;
  z-index: 1;
  height: 67px;
  padding: 2px 24px;
  border-radius: 33px;
  display: inline-block;
  min-width: 30px;
  text-align: center;
  overflow: hidden;
}

.cta .fond {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 32px;
  z-index: 2;
}

.cta .fond2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3586fc;
  z-index: 3;
  border-radius: 33px;
  transition: 0.7s cubic-bezier(0.9, 0, 0.1, 1);
}

.cta .wording {
  z-index: 3;
  position: relative;
  font-size: 0.9rem;
  margin-top: 33px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.cta .wording>span {
  transition: 0.7s cubic-bezier(0.9, 0, 0.1, 1);
  white-space: nowrap;
  line-height: 1.8;
  display: block;
}

.cta .wording>span span {
  color: #3586fc;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
}

@media (pointer: fine) {
  .cta:hover .fond2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }

  .cta:hover .wording>span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.cta.blanc {
  background: #fbfbfb;
  color: #1e1c21;
}

.cta.blanc .fond2 {
  background: #fbfbfb;
}

@media (max-width: 768px) {
  .cta {
    font-size: 14px;
  }
}




.grossi {
  overflow: initial;
}

@media (pointer: fine) {
  .grossi:hover .fond2 {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
}

.grossi .wording>span span {
  color: inherit;
}


























@media (max-width: 768px) {
  .formFoot .email {
    width: var(--wrapper);
    max-width: 400px;
  }
}

.c {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  transition: 1s cubic-bezier(0.9, 0, 0.1, 1);
  transition-delay: 100ms;
}

.c circle {
  stroke: #3586fc;
  stroke-width: 89;
  stroke-dasharray: 278;
  stroke-dashoffset: 278;
  transition: 0.7s cubic-bezier(0.9, 0, 0.1, 1);
  transition-delay: 200ms;
}

.cb {
  transition-delay: 0s;
}

.cb circle {
  stroke: #fbfbfb;
  transition-delay: 0s;
}

.traits {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (pointer: fine) {

  .traits:hover .c,
  .explore:hover .traits .c {
    -webkit-transform: translate(-50%, -50%) scale(1.1) rotate(90deg);
    transform: translate(-50%, -50%) scale(1.1) rotate(90deg);
  }

  .traits:hover .cv circle,
  .traits:hover .cb circle,
  .explore:hover .traits .cv circle,
  .explore:hover .traits .cb circle {
    stroke-dashoffset: 0;
  }

  .traits:hover .text,
  .explore:hover .traits .text {
    color: #3586fc;
  }
}

.traitsSpe {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
}

.traitsSpe .fond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  background: rgba(30, 28, 33, 0.15);
}

.traitsSpe .fond2 {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fbfbfb;
  z-index: 5;
  border-radius: 100%;
  transition: 0.7s cubic-bezier(0.9, 0, 0.1, 1);
}

.traitsSpe .cb {
  z-index: 3;
}

.traitsSpe .cv {
  z-index: 4;
}

.pushText .pMob {
  display: none;
  margin: calc(0.94 * var(--v140)) 0 0;
}

.pushText .h1 {
  margin: calc(0.94 * var(--v240)) 0 calc(0.87 * var(--v96));
  max-width: calc(var(--col-10) + var(--gutter) + var(--col) / 2);
}

.pushText .flex {
  border-top: 1px solid rgba(30, 28, 33, 0.15);
  padding: calc(0.9 * var(--v96)) 0 calc(0.96 * var(--v240));
}

.pushText .flex>* {
  width: var(--col-6);
}

.pushText .flex p {
  max-width: var(--col-4);
}

@media (max-width: 768px) {
  .pushText .pMob {
    display: block;
  }

  .pushText .h1 {
    max-width: var(--wrapper);
    margin: calc(0.7 * var(--v48)) 0 calc(0.84 * var(--v60));
    font-size: 36px;
    line-height: 42px;
  }

  .pushText .flex {
    padding: calc(0.84 * var(--v60)) 0 calc(0.94 * var(--v140));
  }

  .pushText .flex>* {
    width: var(--wrapper);
  }

  .pushText .flex p {
    max-width: var(--wrapper);
  }

  .pushText .flex>p {
    display: none;
  }
}

.pushTitrePara {
  background: #dcd3f7;
  padding: 0 0 calc(0.96 * var(--v240));
}

.pushTitrePara h2 {
  width: var(--col-6);
}

.pushTitrePara p {
  width: calc(var(--col-5) - 0.5 * var(--col));
  margin: 0 0 0 calc(var(--gutter) + var(--col-6));
}

.pushTitrePara hr {
  margin: calc(0.86 * var(--v96)) 0 calc(0.88 * var(--v96));
}

@media (max-width: 768px) {
  .pushTitrePara {
    padding: 0 0 130px;
  }

  .pushTitrePara h2 {
    font-size: 36px;
    line-height: 42px;
    width: calc(100% - 30px);
    padding: 70px 0 0;
  }

  .pushTitrePara hr {
    margin: 38px 0;
  }

  .pushTitrePara p {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
  }
}

.pushCarousel {
  margin: var(--v240) 0 -1px;
}

.pushCarousel .innerCarou {
  margin: 0 0 0 calc(var(--gutter) + var(--col));
  width: calc(var(--col-13) + var(--leftMargin));
}

.pushCarousel .gauche {
  width: var(--col-3);
  margin: -11px 0 0;
  padding: var(--v120) 0 0;
}

.pushCarousel .h3 {
  margin: 0 0 calc(0.62 * var(--v48));
}

.pushCarousel .h3>span {
  overflow: hidden;
  display: block;
}

.pushCarousel .h3 span span {
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.pushCarousel .imgs {
  width: calc(var(--col-7) + var(--leftMargin));
}

.pushCarousel .puces {
  position: absolute;
  top: calc(100vh - 136px - var(--leftMargin));
  right: var(--leftMargin);
  background: #fbfbfb;
  height: 66px;
  border-radius: 33px;
  padding: 0 3px;
  z-index: 2;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.pushCarousel .puces li {
  width: 48px;
  height: 48px;
  margin: 0 6px;
  cursor: pointer;
  position: relative;
}

.pushCarousel .puces li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #1e1c21;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.pushCarousel .puces li+li::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(30, 28, 33, 0.15);
  position: absolute;
  right: calc(100% - 11px);
  top: 50%;
}

.pushCarousel .puces li div {
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
  border: 1px solid rgba(30, 28, 33, 0.15);
  opacity: 0;
  transition: 0.2s;
}

.pushCarousel .puces li.passe div {
  opacity: 1;
}

.pushCarousel .puces .bubble {
  padding: 6px;
  position: absolute;
  position: absolute;
  top: 3px;
  left: 3px;
  height: calc(100% - 6px);
  background: #fbfbfb;
  border-radius: 100%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  pointer-events: none;
}

.pushCarousel .puces .bubble .cercle {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid rgba(30, 28, 33, 0.15);
  -webkit-transform: translate(0, calc(50% - 24px));
  transform: translate(0, calc(50% - 24px));
  background: #fbfbfb;
  justify-content: center;
  transition: 0.5s;
}

.pushCarousel .puces .bubble::before {
  content: "";
  z-index: 1;
  background: #fbfbfb;
  position: absolute;
  top: 50%;
  width: calc(100% + 6px);
  left: -3px;
  height: 1px;
  z-index: -1;
}

.pushCarousel .puces .bubble .lesImgs {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  transition: 0.5s cubic-bezier(0.9, 0, 0.1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.pushCarousel .puces .bubble .lesImgs img {
  white-space: nowrap;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.pushCarousel .puces .bubble.gros .cercle {
  border: 1px solid rgba(30, 28, 33, 0);
}

.pushCarousel .puces .bubble.gros .lesImgs {
  -webkit-transform: scale(1.45);
  transform: scale(1.45);
}

.pushCarousel .numSlide {
  line-height: 66px;
  position: absolute;
  top: calc(100vh - 136px - var(--leftMargin) + 11px);
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.explore {
  display: flex;
  align-items: center;
  margin: calc(0.84 * var(--v60)) 0 0;
  background: transparent;
}

.explore>span:first-child {
  border: 1px solid rgba(30, 28, 33, 0.15);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin: 0 14px 0 0;
}

.explore>span:first-child img,
.explore>span:first-child svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.explore .text {
  overflow: hidden;
  position: relative;
  padding: 0 0 0 14px;
}

.explore .text i {
  font-style: normal;
  position: absolute;
  top: 100%;
  left: 0;
}

.explore .innerLottiePM {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 7;
}

.explore .innerLottiePM svg {
      background-color: #3586fc26;

  width: 160% !important;
  height: 160% !important;
  top: -30%;
  left: -30%;
  position: absolute;
  -webkit-transform: unset !important;
  transform: unset !important;
}

@media (max-width: 768px) {
  .explore {
    margin: calc(0.84 * var(--v48)) 0 var(--v140);
  }
}

.accorHome p {
  height: 0px;
  overflow: hidden;
}

.accorHome p span {
  padding: var(--v36) 0 0;
  display: inline-block;
}

.corner {
  position: fixed;
  z-index: 999999999 !important;
  top: 20px;
  right: 15px;
  transform: scale(0.85);

}

@media screen and (max-width:990px) {
  .corner {
    display: none
  }
}

/******** EINDE CTA BUTTONS******/

/******** FOOTER******/
@media screen and (min-width:990px) {
  .elementor-366 .elementor-element.elementor-element-13a53ff7.e-con {
    max-width: 100vw
  }
}

@media screen and (max-width:990px) {
  .elementor-366 .elementor-element.elementor-element-13a53ff7.e-con {
    max-width: 100vw
  }
}

/********EINDE FOOTER******/

html .formcraft-css .fc-form .form-element .submit-cover.align-left .submit-button {
  margin-left: 0;
  width: 180px;
  height: 60px;
  font-family: 'twklausanne' !important;
  font-weight: 500;
  font-size: 1.3rem;
  border-radius: 50px;
  background-color: #edf4ff !important;
  color: #3586fc !important;
  transition: 0.4s
}

html .formcraft-css .fc-form .form-element .submit-cover.align-left .submit-button:hover {
  margin-left: 0;
  width: 180px;
  height: 60px;
  font-family: 'twklausanne' !important;
  font-weight: 500;
  font-size: 1.3rem;
  border-radius: 50px;
  background-color: #edf4ff !important;
  color: #d5ece4 !important;
  transition: 0.4s
}







.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="password"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="email"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="tel"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="text"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html textarea:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html select:focus {
  border-bottom: 2px black solid !important
}






html .formcraft-css .fc-form .form-element .checkbox-cover>div label {
  padding: 0.3em 10px 0.3em 0;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  font-family: 'twklausanne';
  font-weight: 300;
}






@media screen and (max-width:990px) {

  html .formcraft-css .fc-form .field-cover>span>span {
    display: block;
    width: 100%;
    line-height: 1.45em;
    font-family: 'twklausanne';
    font-size: 14px;
  }
}

.formcraft-css input[type=checkbox]:focus,
.formcraft-css input[type=radio]:focus {
  outline: 0px solid rgb(43 118 105);


}

.formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="radio"]:checked,
.formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="checkbox"]:checked {

  border-color: #.formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="radio"]:checked,
  .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="checkbox"]:checked {
    border-color: #dbd9d6 !important;
    background: #3586fc;
  }

  ;
  background: #3586fc !important;
}


html .formcraft-css .fc-form.frame-hidden .form-page-content {
  max-width: 500px
}

.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="password"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="email"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="tel"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html input[type="text"]:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html textarea:focus,
.formcraft-css .fc-form.fc-form-1 .form-element .form-element-html select:focus {
  border-bottom: 1px #000000b3 solid !important;
  margin-top: 10px !important
}

html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=checkbox],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=checkbox]:checked,
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=color],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=date],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=datetime-local],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=datetime],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=email],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=month],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=number],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=password],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=radio],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=radio]:checked,
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=search],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=tel],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=text],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=time],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=url],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=week],
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html select,
html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html textarea {
  border-color: #00000033 !important
}








.main-label,
.sub-label {
  font-family: 'twklausanne' !important;
  font-size: 1rem !important
}

html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .field-cover>span {
  color: #ff1448 !important;
  font-family: 'twklausanne' !important;
}

/**********BACK TO TOP********/
.back_to_top i {
  line-height: 32px !important;
  font-size: 22px !important;
  display: inline-block;
  position: relative;
  font-weight: light !important
}

.back_to_top {
  width: 35px !important;
  height: 35px !important;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: #3586fc !important;
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
}

a.bg-gray-2:hover,
button.bg-gray-2:hover {
  width: 35px !important;
  height: 35px !important;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: #3586fc !important;
  transition: all .4s cubic-bezier(.7, 0, .3, 1);
}


/******EINDE BACK TO TOP******/

.fileupload-cover.field-cover .button-file:hover {
  box-shadow: none !important
}

html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file {
  background-color: transparent !important;
  font-weight: 400 !important;
  font-size: 1.2rem !important;
  border-radius: 3px !important;
  padding: 4px 5px 40px !important;
  opacity: 0.9;
  transition: 0.3s;
  color: #000000;
  left: 0px;
  text-align: left !important;
  float: left;
  position: relative;
  /* Make sure the parent has a relative position */

  /* Add a pseudo-element for the animated underline */
  &:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000000;
    /* Color of the underline */
    transition: width 0.6s;
    /* Animation duration */
  }

  &:hover {

    /* Expand the width of the underline on hover */
    &:after {
      width: 100%;
    }
  }
}

@media screen and (max-width:990px) {
  html .formcraft-css .fc-form.frame-hidden .form-page-content {
    max-width: 90vw;
  }
}

@media screen and (min-width:990px) {
  html .formcraft-css .fc-form.frame-hidden .form-page-content {
    max-width: 46vw;
  }
}




.menu-container {
  position: fixed;
  bottom: 0;
  right: 0;
  font-family: 'twklausanne';
  z-index: 25
}

.menu-container .icon {
  width: 35px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);

}

.menu-container .popup {
  position: absolute;
  bottom: 1.5rem;
  right: 1.2rem;
  background-color: #fff;
  border-radius: 12px;
  z-index: 0;
  width: 320px;
  height: 415px;
  box-sizing: border-box;
  overflow: hidden;
  clip-path: inset(5% 5% 95% 95% round 32px);
}

.menu-container .popup-content {
  min-width: 320px;
  min-height: 460px;
  width: 320px;
  height: 460px;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.popup-qr {
  width: 277px;
  height: 251px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 1em;
}

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

.popup-title {
  font-size: 1.3rem;
  font-family: 'twklausanne';
  font-weight: 500;
  font-style: normal;
  margin: 0px;
}

.popup-desc {
  font-size: 1em;
  font-family: 'twklausanne';
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  margin-top: 10px;
}

.popup-button {
  font-size: 1.3em;
  font-family: 'twklausanne';
  font-weight: 600;
  font-style: normal;
  margin: 0px;
  margin-top: 40px;
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
}

.popup-button .lines {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  /* transform: translateY(100%); */
}

.menu-container .click-cursor {
  position: absolute;
  z-index: 3;
  border-radius: 100px;
  border-bottom-left-radius: 2px;
  background-color: #f79be0;
  font-family: "DM Sans", sans-serif;
  bottom: 0;
  left: 0;
  padding: 2px 7px;
}

.img-wait {

  height: auto;
  margin-top: 20px
}


@media screen and (min-width:990px) {
  .question-numers {
    display: inline;
    margin-right: 50px !important;
    background-color: #3586fc;
    padding: 15px 19px;
    border-radius: 65%;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
  }
}

@media screen and (max-width:990px) {
  .question-numers {
    display: inline;
    margin-right: 20px !important;

    border-radius: 65%;
    color: #000;
    font-size: 1.1rem;
    font-weight: 300;

  }

  .question-title {
    font-size: 1.3rem !important;
    margin-right: -30px;
    max-width: 288px;
    display: flex
  }
}





@media screen and (max-width:990px) {
  .dop-logo {
    position: absolute;
    left: 3.8vw;
    top: 25px;
    width: 190px !important;
  }

  img.tab-mobile-img {
    display: none
  }

}


@media screen and (min-width:990px) {
  .faq-circle {
    transform: scale(0.8)
  }

  .slider-item::before {
    content: "→";
    position: relative;
    top: 115px;
    font-size: 1.6rem;
    z-index: 99999;
    left: 10px;
    color: #fff;

  }

  .slider-behandeling {
    margin-left: 50px !important
  }
}

@media screen and (max-width:990px) {

  .slider-item::before {
    content: "→";
    position: relative;
    top: 96px;
    font-size: 1.2rem;
    z-index: 99999;
    left: 10px;
    margin-right: 100px;
    color: #fff
  }

  .slider-behandeling {
    margin-left: 30px !important
  }
}

.elementor-2958 .elementor-element.elementor-element-378fabc {
  transition: all 1.7s cubic-bezier(.7, 0, .3, 1);
}

dialog.animation-scale.displayed .pix-dialog-container,
dialog.animation-fade.displayed .pix-dialog-container,
dialog.animation-fade-in-left.displayed .pix-dialog-container,
dialog.animation-fade-in-right.displayed .pix-dialog-container,
dialog.animation-fade-in-up.displayed .pix-dialog-container,
dialog.animation-fade-in-down.displayed .pix-dialog-container,
dialog.animation-fade-in-bottom-left.displayed .pix-dialog-container,
dialog.animation-fade-in-bottom-right.displayed .pix-dialog-container,
dialog.animation-fade-in-top-left.displayed .pix-dialog-container,
dialog.animation-fade-in-top-right.displayed .pix-dialog-container {
  transform: none;
  opacity: 1;

  transition: all 1s cubic-bezier(.7, 0, .3, 1) !important;
}