@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

:root {
    --dark-purple: #43435E;
    --light-grey: #D1D1D6;
    --orange: #ED6935;
    --pink: #E8398C;
    --yellow: #FAB53E;
    
    --yellow-20percent: rgba(250, 181, 62, 0.2);
    --orange-20percent: rgba(237, 105, 53, 0.2);
    --pink-20percent: rgba(232, 57, 140, 0.2);
    --purple-20percent: rgba(83, 38, 124, 0.2);
    
    --global-sides-margin: clamp(30px, 8vw, 100px);
}

@media screen and (max-width: 1179px) {
    html, body {
      overscroll-behavior-y: none;
    }
    body::-webkit-scrollbar{
        display: none;
    }
}

body {
    font-family: 'Figtree', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: var(--dark-purple);
}

ul, ol {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
	margin: 0;
}
a {
    text-decoration: none;
}
a:hover, button:hover {
    cursor: pointer;
}
p a {
    color: var(--dark-purple);
    text-decoration: underline;
    font-weight: bold;
    transition: color 350ms ease-in-out;
}
p a:hover {
    color: #914996 !important;
}


@keyframes float-y {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float-x {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0px);
  }
}

#breadcrumbs a {
    color: black;
}
.blob-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
}
.blob {
    filter: blur(127px);
    animation: float-y ease-in-out infinite;
    aspect-ratio: 1 / 1;
}

.blob-1 {
    position: absolute;
    width: 38.287vw;
    height: 38.287vw;
    left: -9.224vw;
    top: 5.558vw;
    background: #53267C;
    opacity: 0.2;
    animation-duration: 30s;
}
.blob-2 {
    position: absolute;
    width: 16.471vw;
    height: 16.471vw;
    left: 25.622vw;
    top: 38.536vw;
    background: #E8398C;
    opacity: 0.4;
    animation-duration: 15s;
}
.blob-3 {
    position: absolute;
    width: 22.343vw; /* 52 */
    height: 22.343vw; /* 52 */
    left: 64.495vw;
    top: -12.079vw;
    background: #E8398C;
    opacity: 0.3;
    animation-duration: 20s;
}
.blob-4 {
    position: absolute;
    width: 16.464vw; /* 56 */
    height: 16.464vw; /* 56 */
    left: 29.536vw;
    top: 10.176vw;
    background: #FAB53E;
    opacity: 0.4;
    animation-duration: 10s;
}

@media screen and (max-width: 767px) {
    .blob-1 {
        width: 58vw;
        height: 58vw;
        left: -9.224vw;
        top: 5.558vw;
    }
    .blob-2 {
        width: 46vw;
        height: 46vw;
        left: 25.622vw;
        top: 80vw;
    }
    .blob-3 {
        width: 50vw; /* 52 */
        height: 50vw; /* 52 */
        left: inherit;
        left: 250px;
        top: 49%;
    }
    .blob-4 {
        width: 36vw; /* 56 */
        height: 36vw; /* 56 */
        left: 29.536vw;
        bottom: 15vw;
    }
}



section {
    position: relative;
    z-index: 1;
}


.social-network-icon {
    width: 50px;
}

p {
	margin: 0;
}

.figtree {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
}

.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    border-radius: 50px;
    height: 60px;
    background: black;
    color: white;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    line-height: 22px;
    border: 1px solid black;
    transition: 400ms ease-in-out;
    transition-property: background-color, color, letter-spacing;
    min-width: 18ch;
}
.cta:hover {
    background: white;
    color: black;
    letter-spacing: 1px;
}

#breadcrumbs > span > span + span::before {
    content: "";
    margin: 0 15px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: black;
    border-radius: 4px;
    transform: translateY(-0.2em);
}
#breadcrumbs .breadcrumb_last {
    text-decoration: underline;
}

/******************************************************
 * FOOTER
 */

footer {
    position: relative;
    z-index: 1;
    background-color: #000;
    color: #FFF;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 7%;
    border-top: 1px solid #262626;
}
.footer-middle {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #262626;
    padding: 30px 7%;
}
.footer-bottom {
    display: flex;
    justify-content: flex-start;
    background-color: #1E1E1E;
    padding: 15px 7%;
}
.footer-col {
    display: flex;
    flex-direction: column;
    max-width: 280px;
}
.footer-col-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.footer-item-img-container {
    display: flex;
    align-items: center;
    min-height: 50px;
}
footer .social-networks-list {
    display: flex;
}
footer .social-networks-list li {
    margin: 0 10px;
}

footer .social-network-link svg {
    fill: #FFF;
    transition: opacity 350ms ease-in-out;
}
footer .social-network-link:hover svg {
    opacity: 0.6;
}

.footer-item a {
    display: inline-block;
    color: white;
    opacity: 1;
    line-height: 31px;
    transition: opacity 350ms ease-in-out;
}
.footer-item a:hover {
    opacity: 0.6;
}

.footer-bottom-link {
    margin-right: 50px;
    color: #535353;
    transition: color 350ms ease-in-out;
}

.footer-bottom-link:hover{
    color: white;
}

@media screen and (max-width: 1024px) {
    .footer-middle {
        flex-wrap: wrap;
    }
    .footer-col {
        width: calc(100%/2);
        margin-bottom: 40px;
        max-width: inherit;
        box-sizing: border-box;
    }
    .footer-col:nth-child(even) {
        padding-left: 5%;
    }
}

@media screen and (max-width: 767px) {
    .footer-top {
       flex-direction: column;
    }
    .social-networks-nav {
        margin-top: 20px;
    }
    .footer-middle {
        flex-wrap: wrap;
    }
    
    .footer-bottom {
        padding: 15px 7% 75px;
    }
    .footer-col {
        width: 100%;
        margin-bottom: 20px;
        
    }
    .footer-col:nth-child(even) {
        padding: 0;
    }
}

/******************************************************
 * NAVBAR
 */
/*@media screen and (max-width: 1079px) {*/
/*    
/*    
/*}*/

/*#menu-navbar {*/
/*    display: none;*/
/*}*/
/*.main-menu-nav .sub-menu {*/
/*    display: none;*/
/*}*/
/*@media screen and (min-width: 1080px) {*/
/*    
/*    
/*    #menu-navbar > .menu-item-has-children > .sub-menu {*/
/*        position: absolute;*/
/*        background: white;*/
/*    }*/
/*    #menu-navbar > .menu-item-has-children:hover > .sub-menu {*/
/*        display: block;*/
/*    }*/
    
/*    #menu-navbar > .menu-item > a {*/
/*        display: flex;*/
/*        height: 100%;*/
/*        flex-direction: row;*/
/*        align-items: center;*/
/*        color: inherit;*/
/*    }*/
   
/*    #menubutton {*/
/*        display: none;*/
/*    }*/
/*    
/*}*/

/******************************************************
 * PAGE 404
 */

.page-404 {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-404-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 80px 100px;
}
.p-404-half {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.p-404-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    color: #43435E;
    margin-bottom: 20px;
}
.p-404-text {
    color: #43435E;
    max-width: 375px;
}
.p-404-half .cta-container {
    display: flex;
    margin-top: 30px;
}
.p-404-img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .p-404-wrapper {
        padding: 40px 5%;
        min-height: inherit;
    }
}

@media screen and (max-width: 860px) {
    .page-404 {
          min-height: inherit;
    }
    .p-404-wrapper {
        flex-direction: column-reverse;
    }
    .p-404-half {
        width: 100%;
    }
    .p-404-half:first-child {
        margin-top: 30px;
    }
    .p-404-title {
        font-size: 38px;
        line-height: 38px;
    }
}

/******************************************************
 * FORMULAIRES HUBSPOT
 */

.wp-block-leadin-hubspot-form-block {
    padding: 80px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hbspt-form {
    padding: 40px 90px;
    background: rgba(241, 238, 245, 0.6);
    border-radius: 40px;
    border: 1px solid white;
    width: 100%;
    max-width: 1166px;
}
.hs-input {
    width: 100% !important;
    border: none;
    padding: 14px 20px;
    border-radius: 50px;
}
input[type="checkbox"].hs-input {
    width: auto !important;
}
.hs-form-checkbox-display {
    display: flex;
    column-gap: 1ch;
}
.hs-input.invalid {
    border: 1px solid red;
}
textarea.hs-input {
    min-height: 130px;
    border-radius: 20px;
}

select.hs-input{
    -webkit-appearance: none;
    appearance: none;
}
.hbspt-form .input:has(>select) {
    position: relative;
}
.hbspt-form .input:has(>select):after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
}

.hbspt-form fieldset {
    max-width: inherit !important;   
    margin-bottom: 20px !important;
}

.hbspt-form label {
   font-size: 12px;
}

.hbspt-form .hs-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    border-radius: 50px;
    height: 60px;
    background: black;
    color: white;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    line-height: 22px;
    border: 1px solid black;
    transition: all 400ms ease-in-out;
    min-width: 18ch;
    cursor: pointer;
    margin: 0 auto;
}
.hbspt-form .hs-button:hover {
    background: white;
    color: black;
    letter-spacing: 1px;
}

.hbspt-form .hs-dependent-field .hs-form-field {
    margin-top: 20px;
}
.hs-form-booleancheckbox-display {
    display: flex;
    align-items: baseline;
}
.hs-form-booleancheckbox-display .hs-input {
    width: inherit !important;
}
.legal-consent-container {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
@media screen and (max-width: 860px) {
    .wp-block-leadin-hubspot-form-block {
        padding: 40px 5%;
    }
    .hbspt-form {
        padding: 40px 5%;
    }
    .hs-form-field {
        width: 100%!important;
        margin-top: 10px;
    }
    .hbspt-form fieldset {
        margin-bottom: 0px !important;
    }
    .hs-submit {
        margin-top: 20px;
    }

}



@media screen and (max-width: 768px) {
    p, p[style="text-align: center;"], h2:not(.keynumbers-title) {
        text-align: left !important;
    }    
}
