*{padding:0;margin:0;box-sizing:border-box}.container{display:flex;justify-content:center;width:100%}.container .inner-narrow{width:calc(100% / 14 * 8)}.container .inner{width:calc(100% / 14 * 10)}.container .inner-wide{width:calc(100% / 14 * 12)}.container p,#tinymce p{font-family:"filson-soft", sans-serif;font-size:18px}article,aside{display:flex;align-items:flex-start;flex-direction:column;gap:20px;font-family:"filson-soft", sans-serif}article h1,aside h1{font-size:70px;font-weight:400}article h2,aside h2{font-size:60px;font-weight:400}article h3,aside h3{font-size:50px;font-weight:400}article h4,aside h4{font-size:40px;font-weight:400}article h5,aside h5{font-size:30px;font-weight:400}article p,aside p{font-size:19px;font-weight:200;line-height:35px}article ol,article ul,aside ol,aside ul{padding-left:20px;font-weight:200;font-size:19px;line-height:35px}article a,aside a{font-size:19px}article .btn,aside .btn{font-family:"ff-cocon-pro", sans-serif}.btn{display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative;padding:12px 30px;border-radius:30px;transition:0.2s ease;text-decoration:none;font-family:"ff-cocon-pro", sans-serif;font-size:20px;font-weight:300;color:#ffffff;background-color:#F09300}.btn img{height:20px}.btn:hover{background-color:#97BF0B}.gform_wrapper.gravity-theme .gform_title{display:none}.gform_wrapper.gravity-theme .gform-body .gform_fields{grid-template-columns:repeat(2, 1fr)}.gform_wrapper.gravity-theme .gform-body .gform_fields .gfield{grid-column:span 1}.gform_wrapper.gravity-theme .gform-body .gform_fields .gfield:last-of-type{grid-column:2;grid-row:1 / span 3}.gform_wrapper.gravity-theme .gform-body .gform_fields .gfield .gfield_label{font-weight:400}.gform_wrapper.gravity-theme .gform-body .gform_fields .gfield input,.gform_wrapper.gravity-theme .gform-body .gform_fields .gfield textarea{padding:20px;border:none;border-radius:10px;resize:none;font-family:"filson-soft", sans-serif;font-size:18px;color:#2F2F33;background-color:#E0E0E0}.gform_wrapper.gravity-theme .gform_footer input[type=submit]{padding:12px 30px;border:none;border-radius:30px;transition:0.2s ease;text-decoration:none;font-family:"ff-cocon-pro", sans-serif;font-size:20px;font-weight:300;color:#ffffff;background-color:#F09300;appearance:none}.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover{background-color:#97BF0B}@media only screen and (max-width:1099px){.gform_wrapper.gravity-theme .gform-body .gform_fields{grid-template-columns:repeat(1, 1fr)}}@media only screen and (max-width:599px){article h1{font-size:50px;font-weight:400}article h2{font-size:40px;font-weight:400}article h3{font-size:30px;font-weight:400}article h4{font-size:20px;font-weight:400}article p{font-size:18px;font-weight:300;line-height:35px}article ol,article ul{padding-left:20px;font-weight:300;font-size:18px;line-height:35px}article a{font-size:18px}article .btn{font-family:"ff-cocon-pro", sans-serif}.btn{padding:12px 20px;border-radius:30px;transition:0.2s ease;text-decoration:none;font-family:"ff-cocon-pro", sans-serif;font-size:18px;font-weight:300;color:#ffffff;background-color:#F09300}.btn:hover{background-color:#97BF0B}}.fadeUp{transform:translateY(40px);opacity:0;transition:0.3s ease}.fadeUp.inView{transform:inherit;opacity:1}.fadePop{transform:scale(0);opacity:0}.fadePop.inView{animation:fadePop 0.3s forwards}@keyframes fadePop{0%{opacity:0;transform:scale(0)}90%{transform:scale(1.1)}100%{opacity:1;transform:scale(1)}}header{position:sticky;top:0px;z-index:3;font-family:"filson-soft", sans-serif;background-color:#ffffff}header .top{display:flex;justify-content:flex-end;align-items:center;padding-top:20px;padding-bottom:20px;background-color:#97BF0B}header .top .menu{margin-right:calc(100% / 14 * 2);list-style:none}header .top .menu .menu-item a{transition:0.2s ease;text-decoration:none;color:#ffffff}header .top .menu .menu-item:hover a{color:#000000}header .inner{display:flex;justify-content:flex-end;align-items:center;position:relative;padding-top:50px;margin:auto auto;width:calc(100% / 14 * 10)}header .inner .logo{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:0px;transform:translateY(-170px);height:300px;width:300px;background-image:url("../img/logo-bg.svg");background-size:contain}header .inner .logo img{max-width:200px;width:100%}header .inner .menu{display:flex;justify-content:flex-end;align-items:center;gap:40px;list-style:none}header .inner .menu .menu-item{font-size:22px;font-weight:700}header .inner .menu .menu-item a{transition:0.2s ease;text-decoration:none;color:#2F2F33}header .inner .menu .menu-item:hover a{color:#97BF0B}header .inner #menu-toggle{position:relative;width:30px;height:30px;cursor:pointer;z-index:4;display:none}header .inner #menu-toggle span{display:block;background:#2F2F33;border-radius:5px;transition:0.2s ease}header .inner #menu-toggle #hamburger{display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;height:100%;width:100%}header .inner #menu-toggle #hamburger span{width:30px;height:3px;position:relative;margin-bottom:7px}header .inner #menu-toggle #hamburger span:nth-child(1){transition-delay:0.5s}header .inner #menu-toggle #hamburger span:nth-child(2){ransition-delay:0.625s}header .inner #menu-toggle #hamburger span:nth-child(3){transition-delay:0.75s;margin-bottom:0px}header .inner #menu-toggle #cross{position:absolute;height:100%;width:100%;transform:rotate(45deg)}header .inner #menu-toggle #cross span:nth-child(1){height:0%;width:3px;position:absolute;top:0%;left:14px;transition-delay:0s}header .inner #menu-toggle #cross span:nth-child(2){width:0%;height:3px;position:absolute;left:0%;top:14px;transition-delay:0.25s}header .inner #menu-toggle.open #hamburger span{width:0%}header .inner #menu-toggle.open #hamburger span:nth-child(1){transition-delay:0s}header .inner #menu-toggle.open #hamburger span:nth-child(2){transition-delay:0.125s}header .inner #menu-toggle.open #hamburger span:nth-child(3){transition-delay:0.25s}header .inner #menu-toggle.open #cross span:nth-child(1){height:30px;transition-delay:0.625s}header .inner #menu-toggle.open #cross span:nth-child(2){width:30px;transition-delay:0.375s}header .header-bottom{position:absolute;top:100%;bottom:0px;left:0px;width:100%;height:auto}.mobile-menu{display:none;position:fixed;padding-top:120px;top:0px;width:100%;height:100%;z-index:2;font-family:"filson-soft", sans-serif;background-color:#ffffff}.mobile-menu .menu{display:flex;flex-direction:column;gap:20px;margin:auto auto;width:calc(100% / 14 * 12);list-style:none}.mobile-menu .menu .menu-item{font-size:20px}.mobile-menu .menu .menu-item a{text-decoration:none;color:#2F2F33}@media only screen and (max-width:1299px){header .top{padding-top:10px;padding-bottom:10px}header .top .menu{margin-right:calc(100% / 14 * 1)}header .inner{padding-top:30px;padding-bottom:30px;width:calc(100% / 14 * 12)}header .inner .logo{width:240px;height:240px;transform:translateY(-135px)}header .inner .logo img{max-width:160px}}@media only screen and (max-width:799px){header .top{display:none}header .top .menu{display:none}header .inner .menu{display:none}header .inner #menu-toggle{display:block}}@media only screen and (max-width:599px){header .inner .logo{width:170px;height:170px;transform:translateY(-95px)}header .inner .logo img{max-width:120px}}footer{padding-top:90px;font-family:"filson-soft", sans-serif}footer .inner{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:20px;padding-bottom:90px;margin:auto auto;width:calc(100% / 14 * 10)}footer .inner .col img{margin-bottom:20px;height:100px;width:auto}footer .inner .col h4{margin-bottom:20px;font-size:25px;font-weight:700;color:#97BF0B}footer .inner .col p{font-size:20px;font-weight:300}footer .inner .col .menu{list-style:none}footer .inner .col .menu .menu-item{font-size:20px;font-weight:300}footer .inner .col .menu .menu-item a{text-decoration:none;color:#2F2F33}footer .under{display:flex;justify-content:space-between;align-items:center;padding-top:20px;padding-bottom:20px;margin:auto auto;box-shadow:0px -3px 6px rgba(0, 0, 0, 0.16)}footer .under div{margin-right:calc(100% / 14 * 2);margin-left:calc(100% / 14 * 2);font-size:18px;font-weight:300}@media only screen and (max-width:1299px){footer .inner{grid-template-columns:repeat(2, 1fr);grid-row-gap:40px;width:calc(100% / 14 * 12)}footer .inner .col:first-of-type{grid-column:span 2}footer .under div{margin-right:calc(100% / 14 * 1);margin-left:calc(100% / 14 * 1)}}@media only screen and (max-width:699px){footer .under{align-items:flex-start;flex-direction:column}}@media only screen and (max-width:599px){footer .inner{grid-template-columns:repeat(1, 1fr)}footer .inner .col:first-of-type{grid-column:inherit}}.archive .posts{padding-top:140px;padding-bottom:140px}.archive .posts .title-row{margin:auto auto;width:calc(100% / 14 * 10)}.archive .posts .title-row h2{font-family:"filson-soft", sans-serif;font-size:40px;font-weight:400;color:#91278F}.archive .posts .inner{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:40px;padding-top:50px;margin:auto auto;width:calc(100% / 14 * 10)}.archive .posts .inner .post{display:flex;flex-direction:column;border-radius:20px;overflow:hidden;transition:0.3s ease;box-shadow:0px 3px 36px rgba(0, 0, 0, 0.16);font-family:"filson-soft", sans-serif}.archive .posts .inner .post .wp-post-image{width:100%;height:200px;object-fit:cover;object-position:center}.archive .posts .inner .post .content{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-direction:column;flex:1;padding:50px 30px;background-color:#ffffff}.archive .posts .inner .post .content h3{font-size:22px;font-weight:700;line-height:35px;color:#91278F}.archive .posts .inner .post:hover{transform:translateY(-10px)}.archive .posts .inner .navigation{grid-column:1/-1;padding-top:20px}.archive .posts .inner .navigation .screen-reader-text{display:none}.archive .posts .inner .navigation .nav-links{display:flex;gap:10px;flex-wrap:wrap}.archive .posts .inner .navigation .nav-links .page-numbers{padding:20px;border-radius:20px;box-shadow:0px 3px 36px rgba(0, 0, 0, 0.16);transition:0.3s ease;text-decoration:none;font-family:"filson-soft", sans-serif;color:#2F2F33;background-color:#ffffff}.archive .posts .inner .navigation .nav-links .page-numbers:hover{transform:translateY(-10px)}@media only screen and (max-width:1299px){.posts .inner{width:calc(100% / 14 * 12)}}@media only screen and (max-width:1099px){.posts .inner{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width:599px){.posts .inner{grid-template-columns:repeat(1, 1fr)}}.hero{display:flex;justify-content:space-between;align-items:center;position:relative;height:700px}.hero img{position:absolute;top:0px;left:0px;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero h1{position:relative;margin-left:calc(100% / 14 * 2);min-width:600px;width:calc(100% / 14 * 5);z-index:1;text-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);font-family:"filson-soft", sans-serif;font-size:70px;font-weight:400;line-height:80px;color:#ffffff}.hero .bubbles{display:flex;justify-content:center;position:absolute;margin-top:10%;right:calc(100% / 14 * 2);max-width:600px;width:100%;height:100%;z-index:1}.hero .bubbles .bubble{position:absolute;background-color:rgba(151, 191, 11, 0.9)}.hero .bubbles .bubble:nth-child(1){top:10%;border-radius:100px;width:150px;height:150px;animation-delay:0.1s}.hero .bubbles .bubble:nth-child(2){right:0px;bottom:40%;border-radius:200px;width:200px;height:200px;animation-delay:0.4s}.hero .bubbles .bubble:nth-child(3){bottom:0px;border:70px solid rgba(151, 191, 11, 0.9);border-radius:400px;width:400px;height:400px;animation-delay:0.2s;background-color:inherit}.hero .bubbles .bubble:nth-child(4){bottom:10%;left:0px;border-radius:100px;width:100px;height:100px;animation-delay:0.3s}.hero .section-bottom{position:absolute;top:inherit;bottom:-1px;left:0px;width:100%;height:auto}.single-nieuws .hero{max-height:400px}@media only screen and (max-width:1299px){.hero h1{margin-left:calc(100% / 14 * 1);max-width:600px;min-width:inherit;width:100%}.hero .bubbles{right:calc(100% / 14 * 1)}}@media only screen and (max-width:799px){.hero{height:400px}.hero h1{font-size:40px;line-height:40px}.hero .bubbles{bottom:0px;width:320px;height:360px}.hero .bubbles .bubble:nth-child(1){width:75px;height:75px}.hero .bubbles .bubble:nth-child(2){right:20px;width:100px;height:100px}.hero .bubbles .bubble:nth-child(3){border-width:40px;width:200px;height:200px}.hero .bubbles .bubble:nth-child(4){width:50px;height:50px}}.single-image{padding-top:90px;padding-bottom:90px}.single-image .inner{margin:auto auto;width:calc(100% / 14 * 8)}.single-image .inner img{border-radius:20px 20px 0px 0px;height:auto;width:100%;object-fit:cover;object-position:center}@media only screen and (max-width:1299px){.single-image .inner{width:calc(100% / 14 * 12)}}.logos{padding-top:80px;padding-bottom:80px}.logos .inner{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:40px;padding-top:50px;margin:auto auto;width:calc(100% / 14 * 10)}.logos .inner .logo-wrapper{display:flex;justify-content:center;align-items:center}.logos .inner .logo-wrapper img{width:auto;max-height:120px;object-fit:contain}@media only screen and (max-width:1299px){.logos .inner{grid-template-columns:repeat(2, 1fr);width:calc(100% / 14 * 12)}}@media only screen and (max-width:699px){.logos .inner{grid-template-columns:repeat(1, 1fr)}}.newsletter{margin-bottom:80px}.newsletter .inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:50px 150px;margin:auto auto;border-radius:200px;width:calc(100% / 14 * 10);box-shadow:0px 3px 56px rgba(0, 0, 0, 0.16);background-color:#91278F}.newsletter .inner article{max-width:660px;color:#ffffff}.newsletter .inner article p{font-weight:200}@media only screen and (max-width:1299px){.newsletter .inner{align-items:flex-start;flex-direction:column;width:calc(100% / 14 * 12)}}@media only screen and (max-width:599px){.newsletter .inner{padding:40px;border-radius:40px}}.popup{position:fixed;bottom:40px;right:calc(100% / 14 * 2);padding:50px 70px;border-radius:20px;z-index:4;box-shadow:0px 0px 36px rgba(0, 0, 0, 0.16);background-color:#ffffff}.popup .close{position:absolute;top:20px;right:20px;left:inherit;width:30px;height:30px}.posts-news{position:relative;padding-top:140px;padding-bottom:140px;background-color:#97BF0B}.posts-news .top{position:absolute;top:0px;left:0px;width:100%;height:auto;object-fit:cover}.posts-news .bottom{position:absolute;bottom:0px;left:0px;width:100%;height:auto}.posts-news .title-row{margin:auto auto;width:calc(100% / 14 * 10)}.posts-news .title-row h2{font-family:"filson-soft", sans-serif;font-size:40px;font-weight:400;color:#91278F}.posts-news .inner{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:40px;padding-top:50px;margin:auto auto;width:calc(100% / 14 * 10)}.posts-news .inner .post{display:flex;flex-direction:column;border-radius:20px;overflow:hidden;transition:0.3s ease;box-shadow:0px 3px 36px rgba(0, 0, 0, 0.16);font-family:"filson-soft", sans-serif}.posts-news .inner .post .wp-post-image{width:100%;height:260px;object-fit:cover;object-position:center}.posts-news .inner .post .content{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-direction:column;flex:1;padding:50px 30px;background-color:#ffffff}.posts-news .inner .post .content h3{font-size:22px;font-weight:700;line-height:35px;color:#91278F}.posts-news .inner .post:hover{transform:translateY(-10px)}@media only screen and (max-width:1299px){.posts-news .inner{width:calc(100% / 14 * 12)}}@media only screen and (max-width:1099px){.posts-news .inner{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width:599px){.posts-news .inner{grid-template-columns:repeat(1, 1fr)}}.text{position:relative;padding-top:0px;padding-bottom:120px}.text .inner{margin:auto auto;width:calc(100% / 14 * 8)}.text .top{display:none;position:absolute;top:0px;left:0px;width:100%;height:auto;object-fit:cover}.text .bottom{display:none;position:absolute;bottom:0px;left:0px;width:100%;height:auto}.text.white{background-color:#ffffff}.text.green{padding-top:120px;padding-bottom:120px;background-color:#97BF0B}.text.green .top{display:block}.text.green .bottom{display:block}.text.purple{padding-top:120px;padding-bottom:120px;background-color:#91278F}.text.purple .top{display:block}.text.purple .bottom{display:block}.text.orange{padding-top:120px;padding-bottom:120px;background-color:#F09300}.text.orange .top{display:block}.text.orange .bottom{display:block}@media only screen and (max-width:1299px){.text .inner{width:calc(100% / 14 * 12)}}.text-image{padding-bottom:90px}.text-image .inner{display:flex;align-items:stretch;border-radius:20px;overflow:hidden;box-shadow:0px 3px 56px rgba(0, 0, 0, 0.16)}.text-image .inner picture{width:50%}.text-image .inner picture img{width:100%;height:100%;object-fit:cover;object-position:center}.text-image .inner article{padding:70px;width:50%}.text-image .inner article h2{color:#F09300}.text-image .text-right{flex-direction:row-reverse}@media only screen and (max-width:1299px){.text-image .inner{width:calc(100% / 14 * 12)}}@media only screen and (max-width:999px){.text-image .inner{flex-direction:column}.text-image .inner picture{width:100%;height:400px}.text-image .inner article{padding:40px;width:100%}.text-image .text-right{flex-direction:column}}.text-menu{padding-top:90px;padding-bottom:90px}.text-menu .inner{display:flex;justify-content:space-between;align-items:flex-start;margin:auto auto;width:calc(100% / 14 * 10)}.text-menu .inner article{width:60%}.text-menu .inner article h2{color:#F09300}.text-menu .inner aside{display:flex;flex-direction:column;gap:20px;padding:60px;border-radius:20px;max-width:30%;box-shadow:0px 3px 36px rgba(0, 0, 0, 0.16);font-family:"filson-soft", sans-serif}.text-menu .inner aside h3{font-size:25px;font-weight:700;color:#000000}.text-menu .inner aside .menu-item{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%;text-decoration:none;font-size:20px;font-weight:400;color:#97BF0B}.text-menu .inner aside .menu-item img{transform:rotate(-90deg);height:20px}@media only screen and (max-width:1299px){.text-menu .inner{flex-direction:column;gap:40px;width:calc(100% / 14 * 12)}.text-menu .inner article{width:100%}.text-menu .inner aside{padding:40px;max-width:100%}}.text-sidebar{padding-top:90px;padding-bottom:90px}.text-sidebar .inner{display:flex;justify-content:space-between;align-items:flex-start;margin:auto auto;width:calc(100% / 14 * 10)}.text-sidebar .inner article{width:60%}.text-sidebar .inner article h2{color:#F09300}.text-sidebar .inner aside{display:flex;flex-direction:column;gap:20px;padding:60px;border-radius:20px;max-width:30%;min-width:400px;box-shadow:0px 3px 36px rgba(0, 0, 0, 0.16);font-family:"filson-soft", sans-serif}.text-sidebar .inner aside .menu-item{text-decoration:none;font-size:20px;font-weight:400;color:#97BF0B}.text-sidebar .inner aside .fb-link{display:flex;align-items:center;gap:20px;text-decoration:none;font-weight:700;color:#2F2F33}@media only screen and (max-width:1299px){.text-sidebar .inner{flex-direction:column;gap:40px;width:calc(100% / 14 * 12)}.text-sidebar .inner article{width:100%}.text-sidebar .inner aside{padding:40px;max-width:100%}}.tips{padding-top:80px;padding-bottom:80px}.tips .title-row{margin:auto auto;width:calc(100% / 14 * 10)}.tips .title-row h2{font-family:"filson-soft", sans-serif;font-size:40px;font-weight:400;color:#F09300}.tips .inner{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:40px;padding-top:50px;margin:auto auto;width:calc(100% / 14 * 10)}.tips .inner .tip{position:relative;padding:50px 30px;border-radius:20px;transition:0.3s ease;box-shadow:0px 3px 36px rgba(0, 0, 0, 0.16);font-family:"filson-soft", sans-serif}.tips .inner .tip h3{font-size:20px;font-weight:700;line-height:35px}.tips .inner .tip a{text-decoration:none;font-size:20px;font-weight:400;color:#97BF0B}.tips .inner .tip img{position:absolute;right:30px;bottom:50px;transform:rotate(-90deg);width:20px}.tips .inner .tip:hover{transform:translateY(-10px)}@media only screen and (max-width:1299px){.tips .inner{grid-template-columns:repeat(2, 1fr);width:calc(100% / 14 * 12)}}@media only screen and (max-width:699px){.tips .inner{grid-template-columns:repeat(1, 1fr)}}@media only screen and (max-width:599px){.tips .title-row h2{font-size:30px}}