@keyframes slide-down{0%{-webkit-transform:translateX(0) translateY(-120%);transform:translateX(0) translateY(-120%);-webkit-transform-origin:left top;transform-origin:left top}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:left top;transform-origin:left top}}@-webkit-keyframes slide-down{0%{-webkit-transform:translateX(0) translateY(-120%);transform:translateX(0) translateY(-120%);-webkit-transform-origin:left top;transform-origin:left top}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:left top;transform-origin:left top}}header{display:block;width:100%;position:relative;top:0;left:0;right:0;margin-bottom:0;background-color:#fff;box-shadow:0 4px 15px rgb(0 0 0 / .15);z-index:999999;border-radius:0 0 15px 15px}header .navbar-wrapper{padding:25px 0}@media only screen and (max-width:991px){header .navbar-wrapper{padding:20px 0}}header .navbar-wrapper>.container{display:flex;justify-content:space-between;align-items:center;gap:20px}header .navbar-wrapper>.container .navbar-brand{min-width:fit-content}header .navbar-wrapper>.container .navbar-brand img{vertical-align:middle;width:102px}@media only screen and (max-width:991px){header .navbar-wrapper>.container .navbar-brand img{width:53px}}header .navbar-wrapper>.container .navbar-brand>a:visited{text-decoration:none}header .navbar-wrapper>.container .navbar-brand>a:hover{text-decoration:none}header .navbar-wrapper>.container .navbar-contact ul{display:flex;align-items:center;margin:0;padding:0}header .navbar-wrapper>.container .navbar-contact ul li{list-style:none;margin:0 15px}header .navbar-wrapper>.container .navbar-contact ul li:last-child{margin-right:0}header .navbar-wrapper>.container .navbar-contact ul li i{margin:0 5px 0 0}header .navbar-wrapper>.container .navbar-toggler{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:-webkit-transform 0.6s;transition:-webkit-transform 0.6s;transition:transform 0.6s;transition:transform 0.6s,-webkit-transform 0.6s;z-index:9999999;width:45px;height:45px;transition:all 0.3s ease-in-out}@media only screen and (min-width:992px){header .navbar-wrapper>.container .navbar-toggler{display:none}}header .navbar-wrapper>.container .navbar-toggler .burger-bars{position:relative;width:25px;height:2px;border-radius:5px;background:#1B1B1B}header .navbar-wrapper>.container .navbar-toggler .burger-bars:before{top:-9.5px;content:"";position:absolute;width:25px;border-radius:5px;height:100%;background:inherit;left:0;transform-origin:center center;transition:transform 0.25s ease,top 0.25s ease,bottom 0.25s ease}header .navbar-wrapper>.container .navbar-toggler .burger-bars:after{bottom:-9.5px;content:"";position:absolute;width:25px;border-radius:5px;height:100%;background:inherit;left:0;transform-origin:center center;transition:transform 0.25s ease,top 0.25s ease,bottom 0.25s ease}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active{background:#fff0;width:25px;height:3px}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active:before{transform:rotate(45deg);top:0;width:25px;background:#FFF}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active:after{transform:rotate(-45deg);bottom:0;width:25px;background:#FFF}header .navbar-wrapper>.container .navbar-toggler .navbar-toggle-title{margin-left:5px;display:none}header .header_btn{min-width:fit-content}@media only screen and (max-width:991px){header .header_btn{display:none}}@media only screen and (max-width:991px){header .navbar{display:none}}header .navbar .nav-bar{padding-left:0;padding-right:0}header .navbar .nav-bar ul{padding:0;margin:0}header .navbar .nav-bar ul.navbar-nav{display:flex;justify-content:center;flex-wrap:wrap;column-gap:46px;row-gap:16px}@media only screen and (max-width:1199px){header .navbar .nav-bar ul.navbar-nav{column-gap:26px}}header .navbar .nav-bar ul.navbar-nav li{list-style:none;position:relative}header .navbar .nav-bar ul.navbar-nav li:hover>ul{display:block}@media only screen and (max-width:991px){header .navbar .nav-bar ul.navbar-nav li:hover>ul{display:none}}header .navbar .nav-bar ul.navbar-nav>li{display:inline-block}header .navbar .nav-bar ul.navbar-nav>li>a{font-size:18px;line-height:30px;font-weight:400;text-decoration:none;color:#1E1E1E;display:block;text-transform:capitalize;transition:all 0.3s ease-in-out}header .navbar .nav-bar ul.navbar-nav>li.current_page_item>a{color:#1E1E1E}header .navbar .nav-bar ul.navbar-nav>li.current_page_parent>a{color:#1E1E1E}header .navbar .nav-bar ul.navbar-nav>li.current_page_ancestor>a{color:#1E1E1E}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a{position:relative}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a:hover::before{content:"";display:block;width:100%;height:100px;position:absolute;left:0;top:0}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a>span{position:relative;display:block;padding-right:16px}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a>span:after{content:"";background-image:url(/wp-content/uploads/Caret.svg);background-size:cover;display:block;width:8px;height:4px;position:absolute;top:50%;right:0;transform:translateY(-50%)}header .navbar .nav-bar ul.navbar-nav ul{display:none;position:absolute;left:0;top:40px;background:#fff;width:max-content;z-index:9;border-radius:15px;padding:15px;box-shadow:0 4px 15px rgb(0 0 0 / .1)}header .navbar .nav-bar ul.navbar-nav ul li{border-bottom:1px solid rgb(200 170 111 / .2);margin-bottom:10px;padding-bottom:10px}header .navbar .nav-bar ul.navbar-nav ul li:last-child{border-bottom:unset;margin-bottom:0;padding-bottom:0}header .navbar .nav-bar ul.navbar-nav ul li a{font-size:17px;line-height:27px;font-weight:400;text-decoration:none;display:block}header .navbar .nav-bar ul.navbar-nav ul ul{left:100%;top:0;position:absolute}header.sticky-nav{position:fixed!important;z-index:999999;top:0;left:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition-duration:0s;transition-duration:0s}header.sticky-nav .navbar-wrapper{padding:6px 0}@media only screen and (max-width:991px){header.sticky-nav .navbar-wrapper{padding:10px 0}}header.slide-down{-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation:slide-down 0.7s ease forwards;animation:slide-down 0.7s ease forwards}.comment-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next{float:right;text-align:right;width:50%}.comment-content.card-block{padding:20px}@media only screen and (min-width:992px){.close_sidenav,.toggle_sub_menu{display:none}}@media only screen and (max-width:991px){.site-header .navbar-wrapper .navbar-contact{display:none}body.scrolling-off{overflow:hidden}body.scrolling-off header{background-color:#fff0;box-shadow:unset;transition:unset}body.scrolling-off header .navbar-toggler{width:auto}.sidenav{border-top:none;height:100vh;width:100vw;position:fixed;z-index:99999;top:0;right:-100%;bottom:0;overflow:hidden;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;visibility:hidden;opacity:0;overflow-x:hidden;overflow-y:scroll}.sidenav .container{padding:0}.sidenav .nav-bar{background:#1B1B1B;width:100%;height:max-content;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;position:absolute;top:0;right:-100%;bottom:0;border-radius:0 0 75px;padding:140px 15px 37px}.sidenav .nav-bar .navbar-nav{display:block;padding-left:0}.sidenav ul.navbar-nav ul{margin-top:41px;display:none;position:relative;background:#fff0;box-shadow:unset}.sidenav ul.navbar-nav ul li{margin-bottom:6px}.sidenav ul.navbar-nav ul li:last-child{margin-bottom:0}.sidenav ul.navbar-nav ul li a{color:#fff}.sidenav ul.navbar-nav ul ul{display:none;position:relative;background:#fff0;box-shadow:unset}.sidenav ul.navbar-nav ul .toggle_sub_menu{height:27px}.sidenav ul.navbar-nav>li.menu-item-has-children>a>span:after{content:none}.sidenav ul.navbar-nav ul.active{display:block}.sidenav ul li{display:block;width:100%;position:relative;margin-bottom:41px}.sidenav ul li:last-child{margin-bottom:35px}.sidenav ul li a{display:block;color:#fff;font-size:17px;line-height:27px;font-weight:400}.sidenav ul>li>.toggle_sub_menu.rotate i{transform:rotate(-180deg)}.sidenav.sidenav-expanded{visibility:visible;opacity:1;right:0}.sidenav.sidenav-expanded .nav-bar{right:0}.toggle_sub_menu{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:auto;height:27px;padding-left:0}.toggle_sub_menu i::before{content:"";background-image:url(/wp-content/uploads/Arrow-Icon-Wit.svg);background-size:cover;display:block;width:8px;height:5px;transition:0.3s ease-in-out}.close_sidenav{display:none;font-size:32px;color:#1E1E1E;text-align:right;cursor:pointer;position:absolute;top:5px;right:15px;line-height:1}}#hero{position:relative;background-color:#1B1B1B;background-size:cover!important;background-position:center;margin-top:6px;margin-bottom:42px;margin-right:30px;overflow:hidden;border-radius:0 30px 75px 0;z-index:1;min-height:600px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:991px){#hero{min-height:406px;margin-bottom:21px;margin-top:0;margin-right:15px}}#hero::after{content:"";background-color:#000;opacity:.45;display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1}#hero .hero-inner{width:100%;height:100%;text-align:center;padding:100px 0}@media only screen and (max-width:991px){#hero .hero-inner{padding:50px 0;text-align:center}}#hero .hero-inner h1{max-width:1047px;margin:0 auto;padding-bottom:30px;color:#fff}@media only screen and (max-width:991px){#hero .hero-inner h1{margin:0;padding-bottom:50px}}#hero .hero-inner p{max-width:714px;margin:0 auto;padding-bottom:30px;color:#fff}@media only screen and (max-width:991px){#hero .hero-inner p{display:none}}#hero-page{position:relative;background-color:#1B1B1B;background-size:cover!important;background-position:center;margin-top:6px;margin-bottom:50px;margin-right:30px;overflow:hidden;border-radius:0 30px 75px 0;z-index:1;min-height:417px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:991px){#hero-page{margin-right:15px;margin-bottom:22px;min-height:250px}}#hero-page::after{content:"";background-color:#000;opacity:.45;display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1}#hero-page .hero-inner{width:100%;height:100%;text-align:center;padding:50px 0}@media only screen and (max-width:991px){#hero-page .hero-inner{text-align:left;padding:30px 0}}#hero-page .hero-inner h1{color:#fff;padding-bottom:0}#hero_slider{display:block;position:relative;height:400px}#hero_slider .splide__track{height:100%}.hero_btn_container{display:flex;justify-content:center;flex-wrap:wrap;gap:25px}@media only screen and (max-width:991px){.hero_btn_container{justify-content:left}}@media only screen and (max-width:575px){.hero_btn_container .btn{width:100%}}.above-footer{background-color:#fff;border-radius:30px 0 0 30px;padding-bottom:103px;margin-bottom:-176px;margin-left:30px;position:relative;z-index:9}@media only screen and (max-width:991px){.above-footer{margin-left:0;padding-bottom:63px;margin-bottom:-30px}}footer{background-color:#1B1B1B;color:#fff;border-radius:0 30px 75px 0;margin-right:30px}@media only screen and (max-width:991px){footer{border-radius:0 30px 30px 0;margin-right:0}}footer a{color:#fff}footer .footer-widget{padding:326px 0 100px}@media only screen and (max-width:991px){footer .footer-widget{padding:75px 0}}footer .footer-widget .footer_widget_wapper{margin-bottom:50px;row-gap:50px}footer .footer-widget .footer_widget_wapper .footer-col ul{list-style:none;padding-left:0}footer .footer-widget .footer_widget_wapper .footer-col .footer-title{display:block;font-size:24px;line-height:34px;font-weight:500;color:#fff;margin-bottom:30px}footer .footer-widget .footer_widget_wapper .footer-col .widget_media_image{margin-bottom:30px}footer .footer-widget .footer_widget_wapper .footer-col .widget_media_image a img{width:102px}footer .footer-widget .footer_widget_wapper .footer-col .widget_text p{color:#fff;max-width:447px;padding-bottom:30px}footer .footer-widget .footer_widget_wapper .footer-col ul.menu li{margin-bottom:5px}footer .footer-widget .footer_widget_wapper .footer-col ul.menu li:last-child{margin-bottom:0}footer .footer-widget .footer_widget_wapper .footer-col ul.menu li a{font-size:17px;line-height:27px;font-weight:400;color:#fff}footer .footer-widget .footer_widget_wapper .footer-col ul.contact-info-widget li{display:flex;align-items:center;margin-bottom:10px;font-size:17px;line-height:27px;font-weight:400;color:#fff}footer .footer-widget .footer_widget_wapper .footer-col ul.contact-info-widget li i{color:#DDA72A;min-width:25px;margin-right:15px;font-size:25px;line-height:normal}footer .footer-widget .footer_widget_wapper .footer-col ul.contact-info-widget li i.fa-envelope::before{content:"";background-image:url(/wp-content/uploads/Mail-geel.svg);background-size:cover;display:block;width:25px;height:20px}footer .footer-widget .footer_widget_wapper .footer-col ul.contact-info-widget li i.fa-phone::before{content:"";background-image:url(/wp-content/uploads/Telefoon-geel.svg);background-size:cover;display:block;width:25px;height:25px}footer .footer-widget .footer_widget_wapper .footer-col ul.contact-info-widget li i.fa-location-dote::before{content:"";background-image:url(/wp-content/uploads/Locatie-geel.svg);background-size:cover;display:block;width:19px;height:25px}footer .footer-widget .footer_widget_wapper .footer-col ul.contact-info-widget li a{font-size:17px;line-height:27px;font-weight:400;color:#fff}footer .footer-widget .footer_widget_wapper .footer-col ul.contact-info-widget li:last-child{margin-bottom:0}footer .footer-widget .footer_widget_wapper .footer-col ul.sw-social-icons{display:flex;gap:30px;align-items:center;flex-wrap:wrap}footer .footer-widget .footer_widget_wapper .footer-col ul.sw-social-icons li a i{color:#fff;font-size:25px;line-height:25px}footer .footer-widget .footer_widget_wapper .footer-col ul.sw-social-icons li.instagram a i::before{content:"";background-image:url(/wp-content/uploads/Instagram-wit.svg);background-size:cover;display:block;width:25px;height:25px}footer .footer-widget .footer_widget_wapper .footer-col ul.sw-social-icons li.tiktok a i::before{content:"";background-image:url(/wp-content/uploads/Tiktok-wit.svg);background-size:cover;display:block;width:22px;height:25px}footer .footer-widget .footer_widget_wapper .footer-col ul.sw-social-icons li.whatsapp a i::before{content:"";background-image:url(/wp-content/uploads/Whatsapp-wi.svg);background-size:cover;display:block;width:25px;height:25px}footer .footer-widget .copyright{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:991px){footer .footer-widget .copyright{flex-direction:column;align-items:start;gap:15px}}footer .footer-widget .copyright .copyright_txt{font-size:17px;line-height:27px;color:#fff;font-weight:400}footer .footer-widget .copyright .copyright_txt a{font-size:17px;line-height:27px;color:#fff;font-weight:400}footer .footer-widget .copyright .copyright_info p{font-size:17px;line-height:27px;color:#fff;font-weight:400;padding-bottom:0}footer .footer-widget .copyright .copyright_info p a{font-size:17px;line-height:27px;color:#fff;font-weight:400}*::after,*::before,*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;margin:0;font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#1E1E1E;text-align:left;background-color:#fff;opacity:1;transition:opacity 0.3s}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#1E1E1E;text-decoration:none;background-color:#fff0;transition:all 0.15s ease-in-out}a:active,a:hover{outline:0;color:#1E1E1E}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-8px}sub{bottom:-4px}img{border:0}svg:not(:root){overflow:hidden}figure{margin:15px 30px}hr{box-sizing:content-box;height:0}button{overflow:visible;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;padding:10px 15px;font-size:16px;line-height:1.5;border-radius:5px}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}::placeholder,placeholder{color:#1B1B1B}body:not(.woocommerce-checkout) input[type="text"],body:not(.woocommerce-checkout) input[type="email"],body:not(.woocommerce-checkout) input[type="tel"],body:not(.woocommerce-checkout) input[type="search"],body:not(.woocommerce-checkout) input[type="password"]{line-height:normal;height:45px;border:1px solid #C4C4C4;background:#eaeef2;border-radius:5px;font-size:16px;padding:12px;margin-bottom:12px;font-family:inherit}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input:focus,textarea:focus,select:focus{outline:0}fieldset{border:1px solid #C4C4C4;margin:0 2px;padding:5px 10px 5px}legend{border:0;padding:0}textarea{overflow:auto;border:1px solid #C4C4C4;background:#fff;border-radius:5px;font-size:16px;padding:12px;height:120px;resize:none;font-family:inherit}select{border:1px solid #C4C4C4;background:#fff;border-radius:5px;font-size:16px;padding:12px;margin-bottom:12px;appearance:none;-webkit-appearance:none;height:45px;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;background-position:calc(100% - 0.75rem) center!important;background-color:#fff}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ol,ul,li{margin:0;padding:0}ol,ul{padding-left:15px}.primary{background-color:#1B1B1B}.secondary{background-color:#DDA72A}img{height:auto;max-width:100%}figure{margin:15px 0}table{margin:0 0 25px;width:100%}fieldset:disabled a.btn{pointer-events:none}h1,h2,h3,h4,h5,h6{font-family:"Sansation",sans-serif;margin-block-start:0;margin-block-end:0;padding-bottom:24px}h1{font-size:60px;line-height:70px;font-weight:700}@media only screen and (max-width:991px){h1{font-size:42px;line-height:50px}}h2{font-size:42px;line-height:50px;font-weight:700}@media only screen and (max-width:991px){h2{font-size:30px;line-height:38px}}h3{font-size:32px;line-height:40px;font-weight:700}@media only screen and (max-width:991px){h3{font-size:26px;line-height:38px}}h4{font-size:24px;line-height:34px;font-weight:500;font-family:"Poppins",sans-serif}@media only screen and (max-width:991px){h4{font-size:20px;line-height:30px}}h5{font-size:22px;line-height:32px;font-weight:500;font-family:"Poppins",sans-serif}@media only screen and (max-width:991px){h5{font-size:18px;line-height:28px}}h6{font-size:15px;line-height:30px;font-weight:300;font-family:"Poppins",sans-serif;letter-spacing:25%;padding-bottom:10px}p{margin-block-start:0;margin-block-end:0;padding-bottom:24px;font-size:17px;line-height:27px;font-weight:400}a{font-size:17px;line-height:27px;font-weight:400}ul li{font-size:17px;line-height:27px;font-weight:400}.arrow_ul ul{padding-left:0;list-style:none}.arrow_ul ul li{margin-bottom:20px;position:relative;padding-left:39px;color:#1E1E1E;font-weight:500}.arrow_ul ul li::before{content:"";background-image:url(/wp-content/uploads/Vinkje-geel.svg);background-size:cover;display:block;width:24px;height:24px;position:absolute;left:0;top:50%;transform:translateY(-50%)}.arrow_ul ul li:last-child{margin-bottom:0}.round_ul ul{padding-left:0;list-style:none}.round_ul ul li{margin-bottom:20px;position:relative;padding-left:28px;color:#1E1E1E;font-weight:500}.round_ul ul li::before{content:"";background-color:#DDA72A;display:block;width:13px;height:13px;position:absolute;left:0;border-radius:20px;top:50%;transform:translateY(-50%)}.round_ul ul li:last-child{margin-bottom:0}.wpb_text_column a{font-weight:600}.btn{display:inline-block;font-weight:500;color:#fff;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#DDA72A;padding:15px 25px;font-size:18px;line-height:26px;border-radius:50px;transition:all 0.3s ease-in-out;font-family:"Poppins",sans-serif}.btn:hover{text-decoration:none;color:#fff;background-color:#1E1E1E}a.btn.disabled{pointer-events:none}.btn-secondary{color:#FFF;background-color:#1E1E1E}.btn-secondary:hover{color:#FFF;background-color:#DDA72A}.btn-custom{color:#172e43;background-color:#fff;border:2px solid #d3dce5}.btn-custom:hover{color:#172e43;background-color:#d3dce5;border:2px solid #d3dce5}.btn-custom2{color:#172e43;background-color:#fff;border:2px solid #d3dce5}.btn-custom2:hover{color:#172e43;background-color:#d3dce5;border:2px solid #d3dce5}.btn-container.btn-center{text-align:center}.btn-container.btn-left{text-align:left}.btn-container.btn-right{text-align:right}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:.313rem;line-height:normal;padding:.938rem 1.438rem .875rem;text-decoration:none;top:.313rem;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.screen-reader-response{display:none}.dienst{display:flex;flex-direction:column-reverse;box-shadow:0 3px 8px rgb(0 0 0 / .1);border-radius:5px;overflow:hidden;border:1px solid #fff0;transition:all 0.15s ease-in-out}.dienst:hover{border-color:#d3dce5}.dienst:hover h2{background-color:#e7ebef}.dienst h2{background-color:#fff;text-transform:uppercase;margin:0;text-align:center;padding:15px 0;transition:all 0.15s ease-in-out;font-size:24px}@media only screen and (max-width:768px){.dienst h2{font-size:18px}}.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.entry-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed{max-width:100%}iframe{max-width:100%}object{max-width:100%}.wp-caption{background:#f1f1f1 none repeat scroll 0 0;border:1px solid #f0f0f0;max-width:96%;padding:.313rem .313rem 0;text-align:center}.wp-caption img[class*="wp-image-"]{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}.wp-caption .wp-caption-text{font-size:.688rem;line-height:1.063rem;margin:0;padding:.625rem}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-item .gallery-columns-2{max-width:50%}.gallery-item .gallery-columns-3{max-width:33.33333%}.gallery-item .gallery-columns-4{max-width:25%}.gallery-item .gallery-columns-5{max-width:20%}.gallery-item .gallery-columns-6{max-width:16.66667%}.gallery-item .gallery-columns-7{max-width:14.28571%}.gallery-item .gallery-columns-8{max-width:12.5%}.gallery-item .gallery-columns-9{max-width:11.11111%}.gallery-caption{display:block}@media (min-width:1368px){.container{max-width:1350px}}.whatsappbtn{position:fixed;top:50%;right:5px;z-index:9999;background:#25d366;border-radius:100px;width:60px;height:60px;display:flex;justify-content:center;align-items:center}.whatsappbtn i{font-size:38px;color:#fff}.infinite-scroll .posts-navigation{display:none}.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.mobile-contact{position:fixed;bottom:0;left:0;right:0;background:#1B1B1B}@media only screen and (min-width:769px){.mobile-contact{display:none}}.mobile-contact ul{display:flex;justify-content:space-around;padding:0}.mobile-contact ul li{list-style:none;flex:1}.mobile-contact ul li:nth-child(2){border-left:1px solid #DDA72A;border-right:1px solid #DDA72A}.mobile-contact ul li a{padding:15px;display:flex;align-items:center;justify-content:center}.mobile-contact ul li i{color:#DDA72A}@media only screen and (max-width:500px){.row.reverse-mobile{flex-direction:column-reverse}.row.reverse-mobile-column .column>.vc_column-inner>.wpb_wrapper{flex-direction:column-reverse;display:flex}}.site-content{min-height:150px}.page-id-1132 .site-content{min-height:auto}.navbar-usps{overflow:hidden;margin-left:57px;margin-bottom:123px}@media only screen and (max-width:991px){.navbar-usps{margin-left:15px;margin-bottom:53px}}.navbar-usps #usp_slider .splide__track{overflow:unset}#usp_slider .splide__track .splide__list .splide__slide{width:auto!important;display:flex;align-items:center;justify-content:center;font-size:17px;line-height:27px;font-weight:500;color:#1E1E1E}@media only screen and (max-width:767px){#usp_slider .splide__track .splide__list .splide__slide{width:100%!important}}#usp_slider .splide__track .splide__list .splide__slide svg{min-width:fit-content;margin-right:15px}.diensten_section{margin-bottom:133px}@media only screen and (max-width:991px){.diensten_section{margin-bottom:68px}}.diensten_section .diensten_section_title{align-items:end;margin-bottom:40px}@media only screen and (max-width:991px){.diensten_section .diensten_section_title{margin-bottom:38px}.diensten_section .diensten_section_title .column{flex:0 0 100%;max-width:100%}.diensten_section .diensten_section_title .btn-container.btn-right{text-align:left}}.diensten_section .diensten_section_title h6{color:#1E1E1E}.diensten_section .diensten_section_title h2{color:#1E1E1E;padding-bottom:0}@media only screen and (max-width:991px){.diensten_section .diensten_section_title h2{padding-bottom:10px}}.diensten_section .diensten_section_wapper{display:flex;flex-direction:column}.diensten_section .diensten_section_wapper .splide__arrows{display:flex;align-items:center;justify-content:space-between;order:2;margin-top:40px}@media only screen and (max-width:991px){.diensten_section .diensten_section_wapper .splide__arrows{margin-top:17px}}.diensten_section .diensten_section_wapper .splide__arrows .splide__arrow{position:unset;transform:unset}.diensten_section .diensten_section_wapper .splide__track{overflow:unset;order:1;padding-top:32px}@media only screen and (max-width:991px){.diensten_section .diensten_section_wapper .splide__track{padding-top:0}}.diensten_section .diensten_section_wapper .splide__track .splide__list .splide__slide .diensten_section_item{margin:0}.diensten_section .diensten_section_wapper .splide__track .splide__list .splide__slide .diensten_section_item .vc_column-inner{padding:0;position:relative}.diensten_section .diensten_section_wapper .splide__track .splide__list .splide__slide .diensten_section_item .vc_column-inner:hover .vc_figure .vc_single_image-wrapper img{transform:scale(1.1)}.diensten_section .diensten_section_wapper .splide__track .splide__list .splide__slide .diensten_section_item .vc_figure{width:100%}.diensten_section .diensten_section_wapper .splide__track .splide__list .splide__slide .diensten_section_item .vc_figure .vc_single_image-wrapper{width:100%;overflow:hidden;height:325px;border-radius:10px;margin-bottom:23px}@media only screen and (max-width:991px){.diensten_section .diensten_section_wapper .splide__track .splide__list .splide__slide .diensten_section_item .vc_figure .vc_single_image-wrapper{height:250px}}.diensten_section .diensten_section_wapper .splide__track .splide__list .splide__slide .diensten_section_item .vc_figure .vc_single_image-wrapper img{width:100%;height:100%;object-fit:cover;transition:all 0.3s ease-in-out}.diensten_section .diensten_section_wapper .splide__track .splide__list .splide__slide .diensten_section_item h4{color:#1E1E1E;padding-bottom:0;display:flex;align-items:center;justify-content:space-between}.diensten_section .diensten_section_wapper .splide__track .splide__list .splide__slide .diensten_section_item h4::after{content:"";background-image:url(/wp-content/uploads/ICON-pijltje-zwart.svg);background-repeat:no-repeat;background-position:center;display:block;min-width:35px;height:35px;border-radius:35px;border:1px solid #1E1E1E}@media only screen and (max-width:991px){.diensten_section .diensten_section_wapper .splide__track .splide__list .splide__slide .diensten_section_item h4::after{min-width:28px;height:28px}}.diensten_section .diensten_section_wapper ul.splide__pagination{display:flex;align-items:center;padding:0 86px;gap:0;flex-wrap:unset;bottom:13.5px}@media only screen and (max-width:991px){.diensten_section .diensten_section_wapper ul.splide__pagination{padding:0 61px}}.diensten_section .diensten_section_wapper ul.splide__pagination li{width:100%;display:flex}.diensten_section .diensten_section_wapper ul.splide__pagination li:first-child .splide__pagination__page{border-radius:5px 0 0 5px}.diensten_section .diensten_section_wapper ul.splide__pagination li:last-child .splide__pagination__page{border-radius:0 5px 5px 0}.diensten_section .diensten_section_wapper ul.splide__pagination li .splide__pagination__page.is-active{border-radius:5px}.diensten_section .diensten_section_wapper ul.splide__pagination li .splide__pagination__page{margin:0;height:5px;width:100%;opacity:1;transform:unset}.splide__arrows .splide__arrow{opacity:1;border:1px solid #C4C4C4;width:56px;height:32px;background-color:#fff0;border-radius:50px}@media only screen and (max-width:991px){.splide__arrows .splide__arrow{width:46px}}.splide__arrows .splide__arrow::before{content:"";background-image:url(/wp-content/uploads/ICON-caret.svg);background-size:cover;display:block;width:7px;height:12px}.splide__arrows .splide__arrow.splide__arrow--prev::before{transform:rotate(180deg)}.splide__arrows .splide__arrow svg{display:none}ul.splide__pagination{gap:10px}ul.splide__pagination li{line-height:0}ul.splide__pagination li .splide__pagination__page{transform:unset;margin:0;border-radius:10px;width:9px;height:9px;background:#F8F8F8;opacity:1}ul.splide__pagination li .splide__pagination__page.is-active{background:#DDA72A}.over_ons_section{margin-bottom:125px;align-items:center}@media only screen and (max-width:991px){.over_ons_section{margin-bottom:61px}}@media only screen and (max-width:991px){.over_ons_section .over_ons_section_img{flex:0 0 100%;max-width:100%;order:2}}@media only screen and (max-width:991px){.over_ons_section .over_ons_section_img .vc_figure{width:100%}}.over_ons_section .over_ons_section_img .vc_figure .vc_single_image-wrapper{width:100%}.over_ons_section .over_ons_section_img .vc_figure .vc_single_image-wrapper img{width:100%;height:450px;object-fit:cover;border-radius:15px}@media only screen and (max-width:991px){.over_ons_section .over_ons_section_img .vc_figure .vc_single_image-wrapper img{height:259px;border-radius:10px}}@media only screen and (max-width:991px){.over_ons_section .over_ons_section_contant{flex:0 0 100%;max-width:100%;order:1;margin-bottom:44px}}.over_ons_section .over_ons_section_contant h6{color:#1E1E1E}.over_ons_section .over_ons_section_contant h2{color:#1E1E1E;padding-bottom:35px}@media only screen and (max-width:991px){.over_ons_section .over_ons_section_contant h2{padding-bottom:22px}}.over_ons_section .over_ons_section_contant p{color:#1E1E1E;padding-bottom:38px}@media only screen and (max-width:991px){.over_ons_section .over_ons_section_contant p{padding-bottom:25px}}.werkwijze_section{padding:127px 15px 351px;border-radius:0 30px 75px 0}@media only screen and (max-width:991px){.werkwijze_section{padding:50px 15px 250px}}.werkwijze_section .werkwijze_section_title{margin-bottom:50px}@media only screen and (max-width:991px){.werkwijze_section .werkwijze_section_title{margin-bottom:30px}}.werkwijze_section .werkwijze_section_title h6{color:#fff}.werkwijze_section .werkwijze_section_title h2{color:#fff;padding-bottom:0}.werkwijze_section .werkwijze_section_wapper{max-width:1380px;margin:0 auto;position:relative;z-index:1}.werkwijze_section .werkwijze_section_wapper .splide__track{overflow:unset}.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide{margin-right:0!important;padding-right:24px;position:relative;z-index:1}.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide:last-child{padding-right:0}@media only screen and (max-width:767px){.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide{width:300px!important}}.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide::after{content:"";background-color:#3F3F3F;width:100vw;height:1px;position:absolute;left:calc(50% - 20px);top:39px;z-index:-1}.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item{margin:0}.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner{padding:0}.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .count_wapper p{padding-bottom:35px;color:#fff;display:flex;flex-direction:column;align-items:center}.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .count_wapper p::after{content:"";background-color:#DDA72A;width:16px;height:16px;border-radius:16px;display:block;margin-top:5px}.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper{background-color:#fff;border-radius:10px;padding:20px 15px;min-height:139px}@media only screen and (max-width:1367px){.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper{min-height:171px}}@media only screen and (max-width:1165px){.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper{min-height:198px}}@media only screen and (max-width:991px){.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper{min-height:139px}}.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper h5{color:#1E1E1E;padding-bottom:13px}.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper p{color:#1E1E1E;padding-bottom:0}@media only screen and (max-width:767px){.werkwijze_section .werkwijze_section_wapper .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper p{max-width:345px;margin:0 auto}}.werkwijze_section .werkwijze_section_wapper_slider{max-width:1380px;margin:0 auto;position:relative;z-index:1}.werkwijze_section .werkwijze_section_wapper_slider .splide__track{overflow:unset}.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide{width:calc(25% - 0px)!important;margin-right:0!important;padding-right:24px;position:relative;z-index:1}@media only screen and (max-width:991px){.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide{width:300px!important}}.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide:last-child{padding-right:0}.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide::after{content:"";background-color:#3F3F3F;width:100vw;height:1px;position:absolute;left:calc(50% - 20px);top:39px;z-index:-1}.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item{margin:0}.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner{padding:0}.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .count_wapper p{padding-bottom:35px;color:#fff;display:flex;flex-direction:column;align-items:center}.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .count_wapper p::after{content:"";background-color:#DDA72A;width:16px;height:16px;border-radius:16px;display:block;margin-top:5px}.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper{background-color:#fff;border-radius:10px;padding:20px 15px;min-height:301px}@media only screen and (max-width:1367px){.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper{min-height:333px}}@media only screen and (max-width:1093px){.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper{min-height:355px}}@media only screen and (max-width:991px){.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper{min-height:297px}}.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper h5{color:#1E1E1E;padding-bottom:13px}.werkwijze_section .werkwijze_section_wapper_slider .splide__track .splide__list .splide__slide .werkwijze_section_wapper_item .vc_column-inner>.wpb_wrapper .conteat_wapper p{color:#1E1E1E;padding-bottom:0;max-width:241px;margin:0 auto}.gerealiseerde_section{margin-bottom:118px;border-radius:30px 0 0;padding-top:132px;z-index:2;margin-top:-212px}@media only screen and (max-width:991px){.gerealiseerde_section{margin-bottom:67px;margin-top:-181px;padding:40px 0 0}}.gerealiseerde_section .gerealiseerde_section_title{margin-bottom:35px;align-items:end}@media only screen and (max-width:991px){.gerealiseerde_section .gerealiseerde_section_title{margin-bottom:43px}.gerealiseerde_section .gerealiseerde_section_title .column{flex:0 0 100%;max-width:100%}.gerealiseerde_section .gerealiseerde_section_title .btn-container.btn-right{text-align:left}}.gerealiseerde_section .gerealiseerde_section_title h6{color:#1E1E1E}.gerealiseerde_section .gerealiseerde_section_title h2{color:#1E1E1E;padding-bottom:0}@media only screen and (max-width:991px){.gerealiseerde_section .gerealiseerde_section_title h2{padding-bottom:23px}}.review_section{padding:83px 15px;margin-bottom:122px;border-radius:0 30px 75px 0}@media only screen and (max-width:991px){.review_section{margin-bottom:60px;padding:42px 15px 43px}}.review_section .vc_column-inner>.wpb_wrapper{max-width:1380px;margin:0 auto}.review_section .vc_column-inner>.wpb_wrapper h6{color:#1E1E1E}.review_section .vc_column-inner>.wpb_wrapper h2{color:#1E1E1E;padding-bottom:60px}@media only screen and (max-width:991px){.review_section .vc_column-inner>.wpb_wrapper h2{padding-bottom:25px}}.review_section .wp-gr{font-family:"Poppins",sans-serif!important;padding-bottom:0!important}.review_section .wp-gr .grw-row{padding-bottom:0!important}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row{flex-direction:column!important}}.review_section .wp-gr .grw-row .grw-header{flex:0 0 28%!important;max-width:28%!important}@media only screen and (max-width:1367px){.review_section .wp-gr .grw-row .grw-header{flex:0 0 30%!important;max-width:30%!important}}@media only screen and (max-width:1199px){.review_section .wp-gr .grw-row .grw-header{flex:0 0 35%!important;max-width:35%!important}}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .grw-header{flex:0 0 100%!important;max-width:100%!important;margin-bottom:20px!important}}.review_section .wp-gr .grw-row .grw-header .grw-header-inner{padding:0!important;margin:0!important;gap:20px!important}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .grw-header .grw-header-inner{gap:20px!important}}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .grw-header .grw-header-inner .grw-img-wrap{display:none!important}}.review_section .wp-gr .grw-row .grw-header .grw-header-inner .grw-img-wrap::before{display:none}.review_section .wp-gr .grw-row .grw-header .grw-header-inner .grw-img-wrap img{min-width:50px!important;width:50px!important;height:50px!important;box-shadow:unset!important;background-color:#1B1B1B!important;object-fit:none!important}.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx{gap:7px!important}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx{display:flex!important;align-items:center!important;flex-direction:column!important;gap:20px!important}.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx::before{content:"";background-image:url(/wp-content/uploads/Google-recensies.svg);background-size:cover;display:block;width:221px;height:38px}}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .wp-google-name{display:none!important}}.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .wp-google-name a{font-size:24px!important;line-height:34px!important;font-weight:500!important}.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .rpi-stars{font-size:18px!important;line-height:22px!important;font-weight:bold!important;padding-right:148px!important;font-family:"Sansation",sans-serif!important;--star-gap:7px;--rpi-star-size:22px;--rpi-star-color:#FFB71D !important;color:#1E1E1E!important}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .rpi-stars{margin:0 auto;font-size:18px!important;font-weight:normal!important;--star-gap:5px;--rpi-star-size:18px;padding-right:120px!important}}.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .wp-google-based{font-size:14px!important;line-height:20px!important;font-weight:normal!important}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .wp-google-based{display:none!important}}.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .wp-google-powered{font-size:14px!important;line-height:20px!important;font-weight:normal!important}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .wp-google-powered{display:none!important}}.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .wp-google-wr{width:100%!important;max-width:240px!important}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .wp-google-wr{display:none!important}}.review_section .wp-gr .grw-row .grw-header .grw-header-inner .rpi-flx .wp-google-wr a{box-shadow:unset!important;text-shadow:unset!important;font-size:16px!important;line-height:40px!important;font-weight:normal!important;color:#fff!important;padding:2px 20px!important;opacity:1!important;width:100%!important;text-align:center!important}.review_section .wp-gr .grw-row .rpi-slides-root{padding:0!important;flex:0 0 72%!important;max-width:72%!important}@media only screen and (max-width:1367px){.review_section .wp-gr .grw-row .rpi-slides-root{flex:0 0 70%!important;max-width:70%!important}}@media only screen and (max-width:1199px){.review_section .wp-gr .grw-row .rpi-slides-root{flex:0 0 65%!important;max-width:65%!important}}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .rpi-slides-root{flex:0 0 100%!important;max-width:100%!important;width:100%!important}}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-ltgt{margin-left:0!important;background-color:transparent!important;position:unset!important;display:flex!important;align-items:center!important;justify-content:left!important;padding:0!important;box-shadow:unset!important;border:unset!important;margin-top:-30px!important}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-ltgt{display:none!important}}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-ltgt::before{background-color:#000000!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-ltgt::after{background-color:#000000!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-ltgt.grw-prev::before{display:none!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-ltgt.grw-prev::after{content:"";background-image:url(data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.83744%200.853483C8.05419%200.65822%208.05419%200.341711%207.83744%200.146447C7.62069-0.0488158%207.26936-0.0488158%207.05261%200.146447L4.76837e-07%206.5L7.05261%2012.8536C7.26936%2013.0488%207.62069%2013.0488%207.83744%2012.8536C8.05419%2012.6583%208.05419%2012.3418%207.83744%2012.1465L1.56966%206.5L7.83744%200.853483Z%22%20fill%3D%22%23222222%22/%3E%3C/svg%3E);background-size:cover;display:block;width:8px;height:13px;background-color:unset!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-ltgt.grw-next::after{display:none!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-ltgt.grw-next::before{content:"";background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13'><path d='M0.162561 0.853483C-0.0541869 0.65822 -0.0541869 0.341711 0.162561 0.146447C0.379308 -0.0488158 0.730641 -0.0488158 0.947388 0.146447L8 6.5L0.947388 12.8536C0.730641 13.0488 0.379308 13.0488 0.162561 12.8536C-0.0541869 12.6583 -0.0541869 12.3418 0.162561 12.1465L6.43034 6.5L0.162561 0.853483Z' fill='%23222222'/></svg>");background-size:cover;display:block;width:8px;height:13px;background-color:unset!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-dots-wrap{padding:0!important;top:unset!important;bottom:0!important;width:100%!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-dots-wrap .rpi-dots{gap:10px!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-dots-wrap .rpi-dots .rpi-dot.active{background-color:#000000!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .rpi-dots-wrap .rpi-dots .rpi-dot{opacity:1!important;background-color:transparent!important;width:9px!important;height:9px!important;border:1px solid #000000!important;transform:unset!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews{padding-bottom:49px!important;margin:0 10px!important}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews{padding-bottom:29px!important;margin:0!important}}@media only screen and (max-width:1199px){.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review{flex:0 0 50%!important;max-width:50%!important;width:50%!important}}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review{flex:0 0 100%!important;max-width:100%!important;width:100%!important}}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review .grw-review-inner{border-radius:10px!important;padding:20px!important;gap:10px!important}@media only screen and (max-width:991px){.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review .grw-review-inner{gap:10px!important;padding:20px!important}}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review .grw-review-inner>.rpi-flx .grw-img-wrap{display:none!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review .grw-review-inner>.rpi-flx .wp-google-name{font-size:24px!important;line-height:34px!important;font-weight:500!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-time-stars{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-time-stars .rpi-stars{--star-gap:7px;--rpi-star-size:22px;margin-top:6px}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-time-stars .wp-google-time{font-size:14px!important;line-height:35px!important;font-weight:normal!important;color:#616161!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-feedback{height:81px!important;scrollbar-width:none!important}.review_section .wp-gr .grw-row .rpi-slides-root .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-feedback .wp-google-text{font-size:17px!important;line-height:27px!important;font-weight:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important}.vraag_section{margin-bottom:122px}@media only screen and (max-width:991px){.vraag_section{margin-bottom:76px}}@media only screen and (max-width:1199px){.vraag_section .vraag_section_form{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:991px){.vraag_section .vraag_section_form{flex:0 0 100%;max-width:100%;margin-bottom:40px}}.vraag_section .vraag_section_form .vc_column-inner>.wpb_wrapper{padding:50px}@media only screen and (max-width:1367px){.vraag_section .vraag_section_form .vc_column-inner>.wpb_wrapper{padding:0}}.vraag_section .vraag_section_form .vc_column-inner>.wpb_wrapper h6{color:#1E1E1E}.vraag_section .vraag_section_form .vc_column-inner>.wpb_wrapper h2{color:#1E1E1E;padding-bottom:24px}@media only screen and (max-width:1199px){.vraag_section .vraag_section_content{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:991px){.vraag_section .vraag_section_content{flex:0 0 100%;max-width:100%}}.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .vraag_section_img .vc_figure{width:100%;margin-bottom:24px}.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .vraag_section_img .vc_figure .vc_single_image-wrapper{width:100%}.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .vraag_section_img .vc_figure .vc_single_image-wrapper img{width:100%;height:342px;object-fit:cover;border-radius:15px}@media only screen and (max-width:991px){.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .vraag_section_img .vc_figure .vc_single_image-wrapper img{height:257px;border-radius:10px}}.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .contact_section_wapper{margin:0}.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .contact_section_wapper .contact_section_wapper_item{margin-bottom:19px}.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .contact_section_wapper .contact_section_wapper_item:last-child{margin-bottom:0}.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .contact_section_wapper .contact_section_wapper_item .vc_column-inner{padding:0}.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .contact_section_wapper .contact_section_wapper_item .vc_column-inner>.wpb_wrapper{background-color:#DDA72A;border-radius:20px;display:flex;align-items:center;padding:15px 35px}@media only screen and (max-width:991px){.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .contact_section_wapper .contact_section_wapper_item .vc_column-inner>.wpb_wrapper{padding:15px 20px}}.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .contact_section_wapper .contact_section_wapper_item .vc_column-inner>.wpb_wrapper .wpb_single_image{min-width:fit-content;margin-right:35px}@media only screen and (max-width:991px){.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .contact_section_wapper .contact_section_wapper_item .vc_column-inner>.wpb_wrapper .wpb_single_image{margin-right:10px}}.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .contact_section_wapper .contact_section_wapper_item .vc_column-inner>.wpb_wrapper h5{padding-bottom:0;color:#fff}@media only screen and (max-width:991px){.vraag_section .vraag_section_content .vc_column-inner>.wpb_wrapper .contact_section_wapper .contact_section_wapper_item .vc_column-inner>.wpb_wrapper h5{font-size:20px;line-height:120%}}.gform_wrapper.gravity-theme form .gform-body .gform_fields{grid-column-gap:24px;grid-row-gap:24px}.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container--name{grid-column-gap:24px;grid-row-gap:24px}.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container--name span{padding:0!important}.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container--name span .gform-field-label--type-sub{display:none}.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container input{height:unset;border:unset;border-radius:10px;background-color:#F8F8F8;padding:15px 25px;font-size:17px;line-height:27px;font-weight:400;color:#1E1E1E}.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container input::placeholder{color:#1E1E1E}.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container textarea{height:117px;border:unset;border-radius:10px;background-color:#F8F8F8;padding:15px 25px;font-size:17px;line-height:27px;font-weight:400;color:#1E1E1E}.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{color:#1E1E1E}.gform_wrapper.gravity-theme form .gform-footer.gform_footer{margin:0;padding:0;margin-top:24px}.gform_wrapper.gravity-theme form .gform-footer.gform_footer .btn{margin-bottom:0;border:unset;line-height:26px!important}.professionele_section{margin-bottom:128px;align-items:center}@media only screen and (max-width:991px){.professionele_section{margin-bottom:66px}}@media only screen and (max-width:991px){.professionele_section .professionele_section_img{flex:0 0 100%;max-width:100%;order:2}}@media only screen and (max-width:991px){.professionele_section .professionele_section_img .vc_figure{width:100%}}.professionele_section .professionele_section_img .vc_figure .vc_single_image-wrapper{width:100%}.professionele_section .professionele_section_img .vc_figure .vc_single_image-wrapper img{width:100%;height:450px;border-radius:15px;object-fit:cover}@media only screen and (max-width:767px){.professionele_section .professionele_section_img .vc_figure .vc_single_image-wrapper img{height:293px;border-radius:10px}}@media only screen and (max-width:991px){.professionele_section .professionele_section_content{flex:0 0 100%;max-width:100%;order:1;margin-bottom:28px}}.professionele_section .professionele_section_content h2{color:#1E1E1E;padding-bottom:35px}.professionele_section .professionele_section_content p{color:#1E1E1E;padding-bottom:38px}.voordelen_section{margin-bottom:140px;align-items:center}@media only screen and (max-width:991px){.voordelen_section{margin-bottom:55px}}@media only screen and (max-width:991px){.voordelen_section .voordelen_section_content{flex:0 0 100%;max-width:100%;margin-bottom:32px}}.voordelen_section .voordelen_section_content h2{color:#1E1E1E;padding-bottom:35px}.voordelen_section .voordelen_section_content p{color:#1E1E1E;padding-bottom:35px;max-width:599px}.voordelen_section .voordelen_section_content ul{padding-left:0;padding-bottom:38px}@media only screen and (max-width:991px){.voordelen_section .voordelen_section_img{flex:0 0 100%;max-width:100%}}@media only screen and (max-width:991px){.voordelen_section .voordelen_section_img .vc_figure{width:100%}}.voordelen_section .voordelen_section_img .vc_figure .vc_single_image-wrapper{width:100%}.voordelen_section .voordelen_section_img .vc_figure .vc_single_image-wrapper img{width:100%;height:450px;object-fit:cover;border-radius:15px}@media only screen and (max-width:767px){.voordelen_section .voordelen_section_img .vc_figure .vc_single_image-wrapper img{height:382px;border-radius:10px}}.welke_section{position:relative;z-index:9;border-radius:30px 0 0 30px;padding:124px 0 61px;margin-top:-212px;margin-bottom:68px;align-items:center}@media only screen and (max-width:991px){.welke_section{margin-top:-182px;padding:60px 0 0;margin-bottom:106px}}@media only screen and (max-width:991px){.welke_section .welke_section_content{flex:0 0 100%;max-width:100%;margin-bottom:29px}}.welke_section .welke_section_content h2{color:#1E1E1E;padding-bottom:35px}.welke_section .welke_section_content p{color:#1E1E1E;padding-bottom:38px}@media only screen and (max-width:991px){.welke_section .welke_section_img{flex:0 0 100%;max-width:100%}}@media only screen and (max-width:991px){.welke_section .welke_section_img .vc_figure{width:100%}}.welke_section .welke_section_img .vc_figure .vc_single_image-wrapper{width:100%}.welke_section .welke_section_img .vc_figure .vc_single_image-wrapper img{width:100%;height:450px;object-fit:cover;border-radius:15px}@media only screen and (max-width:767px){.welke_section .welke_section_img .vc_figure .vc_single_image-wrapper img{border-radius:10px;height:332px}}.bescherming_section{align-items:center;margin-bottom:140px}@media only screen and (max-width:991px){.bescherming_section{margin-bottom:69px}}@media only screen and (max-width:991px){.bescherming_section .bescherming_section_img{flex:0 0 100%;max-width:100%;margin-bottom:38px}}@media only screen and (max-width:991px){.bescherming_section .bescherming_section_img .vc_figure{width:100%}}.bescherming_section .bescherming_section_img .vc_figure .vc_single_image-wrapper{width:100%}.bescherming_section .bescherming_section_img .vc_figure .vc_single_image-wrapper img{width:100%;height:450px;object-fit:cover;border-radius:15px}@media only screen and (max-width:767px){.bescherming_section .bescherming_section_img .vc_figure .vc_single_image-wrapper img{height:384px;border-radius:10px}}@media only screen and (max-width:991px){.bescherming_section .bescherming_section_content{flex:0 0 100%;max-width:100%}}.bescherming_section .bescherming_section_content .vc_column-inner>.wpb_wrapper{max-width:599px}.bescherming_section .bescherming_section_content h2{color:#1E1E1E;padding-bottom:35px}.bescherming_section .bescherming_section_content p{color:#1E1E1E;padding-bottom:35px}.bescherming_section .bescherming_section_content ul{padding-left:0;padding-bottom:38px}#sb_instagram{position:relative}@media only screen and (max-width:991px){#sb_instagram #sbi_load{text-align:left}}#sb_instagram .sbi_follow_btn{position:absolute;top:0;right:0;margin:0}@media only screen and (max-width:991px){#sb_instagram .sbi_follow_btn{position:unset;margin-top:30px;margin-left:0}}#sb_instagram .sbi_follow_btn a{margin:0;border-radius:50px;background-color:#1E1E1E!important;color:#FFF;padding:15px 25px;font-size:18px;line-height:26px;font-weight:500;font-family:"Poppins",sans-serif;display:flex;align-items:center;transition:all 0.3s ease-in-out}#sb_instagram .sbi_follow_btn a::after{content:"";background-image:url(/wp-content/uploads/Instagram-wit.svg);background-size:cover;display:block;width:18px;height:18px;margin-left:10px}#sb_instagram .sbi_follow_btn a svg{display:none}#sb_instagram .sbi_follow_btn a:hover{background-color:#DDA72A!important;color:#FFF}#sb_instagram .sb_instagram_header{padding:0;padding-bottom:50px}@media only screen and (max-width:991px){#sb_instagram .sb_instagram_header{margin-bottom:30px}}#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text{gap:20px;align-items:center;flex-direction:unset}#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_header_img{width:75px;height:75px}@media only screen and (max-width:991px){#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_header_img{width:51px;height:51px}}#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_header_img .sbi_header_img_hover{display:none}#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_header_img img{width:100%;height:100%;object-fit:cover}#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_feedtheme_header_text .sbi_feedtheme_title_wrapper h3{padding-bottom:5px;font-family:"Poppins",sans-serif;font-size:24px;line-height:34px;font-weight:500;color:#1E1E1E}@media only screen and (max-width:991px){#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_feedtheme_header_text .sbi_feedtheme_title_wrapper h3{font-size:22px;line-height:32px}}@media only screen and (max-width:370px){#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_feedtheme_header_text .sbi_feedtheme_title_wrapper h3{font-size:18px;line-height:26px}}#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_feedtheme_header_text .sbi_feedtheme_title_wrapper .sbi_bio_info{display:none}#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_feedtheme_header_text .sbi_bio{padding-bottom:0;color:#545454;font-size:17px;line-height:27px;font-weight:400}@media only screen and (max-width:991px){#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_feedtheme_header_text .sbi_bio{font-size:16px;line-height:26px}}#sb_instagram #sbi_images{padding:0;gap:24px!important}@media only screen and (max-width:991px){#sb_instagram #sbi_images{gap:15px!important;grid-template-columns:repeat(2,1fr)!important}}@media only screen and (max-width:991px){#sb_instagram #sbi_images .sbi_item{display:none}#sb_instagram #sbi_images .sbi_item:nth-child(-n+2){display:block}}#sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_photo_wrap .sbi_link{display:none}#sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_photo_wrap .sbi_photo{height:400px!important;border-radius:10px;overflow:hidden}@media only screen and (max-width:991px){#sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_photo_wrap .sbi_photo{height:200px!important}}#sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_photo_wrap .sbi_photo img{width:100%;height:100%;object-fit:cover}#sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper{display:none}.navbar_contact_sticky{position:fixed;right:0;bottom:120px;z-index:9999;display:flex;flex-direction:column}@media only screen and (max-width:991px){.navbar_contact_sticky{display:none}}.navbar_contact_sticky a{display:flex;align-items:center;background-color:#DDA72A;transition:all 0.3s ease-in-out;color:#fff;border-radius:50px 0 0 50px;font-size:17px;line-height:30px;font-weight:500;padding:12.5px 40px 12.5px 20px;margin-bottom:15px;box-shadow:0 4px 15px rgb(0 0 0 / .1);position:relative;right:calc(-100% - -56px)}.navbar_contact_sticky a:hover{right:0}.navbar_contact_sticky a:last-child{margin-bottom:0}.navbar_contact_sticky a svg{margin-right:10px}.navbar_contact_sticky_mob{position:fixed;left:0;bottom:0;z-index:9999;display:flex;width:-webkit-fill-available;gap:15px;margin:0 15px 15px}@media only screen and (min-width:992px){.navbar_contact_sticky_mob{display:none}}.navbar_contact_sticky_mob .btn{border-radius:15px;line-height:normal;padding:12px 20px;width:100%;box-shadow:0 4px 15px rgb(0 0 0 / .1)}.navbar_contact_sticky_mob .contact_phone{min-width:69px;height:51px;background-color:#DDA72A;border-radius:15px;box-shadow:0 4px 15px rgb(0 0 0 / .1);display:flex;align-items:center;justify-content:center}.sticky .entry-title{position:relative}.sticky .entry-title::before{content:"";font-family:"Font Awesome 5 Free";font-size:30px;left:-2.5rem;position:absolute;top:.375rem;font-weight:900}.single .byline,.group-blog .byline{display:inline}.page-links{clear:both;margin:0 0 1.5em}.posted-on{color:#DDA72A}.byline{color:#DDA72A}.comments-link{color:#DDA72A}.entry-title>a{color:inherit}.post-navigation{margin:30px 0}.post-navigation ul{margin:0;padding:0}.post-navigation li{display:inline}.post-navigation li a{color:#fff;text-decoration:none;background-color:#DDA72A;border-radius:3px;cursor:pointer;padding:12px;display:inline-block}.post-navigation li a:hover{color:#fff;background-color:#1E1E1E}.post-navigation li.active a{color:#fff;background-color:#1E1E1E}.post-navigation li.disabled{color:#fff;cursor:not-allowed;pointer-events:all!important;text-decoration:none;background-color:#df505f;border-radius:3px;cursor:pointer;padding:12px;display:inline-block}form.post_filter{width:100%;display:flex;justify-content:space-between;padding-top:25.5px;padding-bottom:24px;margin-bottom:50px;border-top:.5px solid #C4C4C4;border-bottom:.5px solid #C4C4C4}.all_filters_wrapper{flex-wrap:nowrap;padding-top:24px;padding-bottom:25px;justify-content:space-between;padding-right:30px;padding-left:30px;margin-bottom:50px;border-top:1px solid #C4C4C4;border-bottom:1px solid #C4C4C4;display:none!important}.post_filters_wrapper{position:relative;z-index:10}.post_filters_wrapper .btn.filter_button{background:linear-gradient(90deg,#DDA72A,#1E1E1E)}.post_filters_wrapper .btn.filter_button:hover{background:linear-gradient(90deg,#1E1E1E,#DDA72A)}.post_filters_wrapper .btn.filter_button::after{content:"";font-family:"Font Awesome 6 Free";font-weight:700;margin-left:.6rem}.post_filters_wrapper ul.filter_dropdown{position:absolute;min-width:332px;padding:12px 0;background-color:#fff;border-radius:24px;box-shadow:10px 10px 20px #0000451a}.post_filters_wrapper ul.filter_dropdown li{list-style-type:none;padding-top:13px;padding-bottom:13px}.post_filters_wrapper ul.filter_dropdown li:not(:last-child){border-bottom:1px solid #C4C4C4}.post_filters_wrapper ul.filter_dropdown li .filter_option{position:relative;display:block;width:max-content;padding:0 20px;width:100%}.filter_option::after{content:"";position:absolute;top:50%;right:2rem;transform:translateY(-50%);display:block;height:24px;width:24px;border:1px solid #C4C4C4;border-radius:100px;transition:0.25s ease-in-out}.filter_option::before{content:"";opacity:0;display:block;position:absolute;top:56%;right:2.35rem;transform:translateY(-50%);color:#C4C4C4;font-family:"Font Awesome 6 Free";font-size:.8em;font-weight:700;transition:0.25s ease-in-out;z-index:5}.filter_dropdown li:hover .filter_option::after{border-color:#1E1E1E}.filter_dropdown li:hover .filter_option::before{opacity:1}.filter_dropdown li .filter_option:focus::after{background-color:#1E1E1E;border-color:#1E1E1E}.filter_dropdown li .filter_option:focus::before{color:#fff;opacity:1}#filter-form{position:relative;display:flex;align-items:center;gap:12px;font-weight:500}#filter-form>button{transition:0.25s ease-in-out}#text_filter_search{min-height:50px;min-width:336px;margin-bottom:0;background-color:#fff;border-radius:100px;border-color:#C4C4C4;padding-left:25px;font-size:18px;color:#1E1E1E}.post .post_wrapper{box-shadow:0 3px 8px rgb(0 0 0 / .1);border-radius:10px;overflow:hidden;position:relative;margin-bottom:30px}.post .post_wrapper .post_thumbnail{width:100%;height:300px;background-color:#eee}@media only screen and (max-width:480px){.post .post_wrapper .post_thumbnail{height:180px}}.post .post_wrapper .post_thumbnail img{width:100%;height:100%;object-fit:cover}.post .post_wrapper .post_meta{padding:10px 30px;border-bottom:1px solid #f8f8f8}.post .post_wrapper .post_meta ul{margin:0;padding:0}.post .post_wrapper .post_meta ul li{margin-right:30px;list-style:none;padding-left:0;display:inline-block}.post .post_wrapper .post_meta ul li span{margin:0 7px}.post .post_excerpt{padding:15px 30px;height:130px;overflow:hidden}.post .post_excerpt h3{margin-bottom:15px;color:#222}.post .post_excerpt p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.post .btn{display:block;width:fit-content;margin:0 30px 15px auto}.post_all{text-align:center;margin:15px 0}.single-post .post_thumbnail{width:fit-content;margin-top:30px;margin-bottom:10px;margin-inline:auto}.single-post .post_thumbnail img{width:100%;max-width:800px;border-radius:6px}.single-post .post_meta{margin-bottom:45px;text-align:center}.single-post .post_meta>ul{display:flex;justify-content:center;gap:30px;margin:0;padding:0}.single-post .post_meta>ul li{display:inline-block;list-style:none}.single-post .post_meta>ul li>i{margin-right:5px}.single-post .post_meta>ul li a{padding:0 5px;border-right:1px solid #000}.single-post .post_meta>ul li a:hover{color:#172e43}.single-post .post_meta>ul li:last-child a{border-right:0}.single-post .post_meta>ul li.active{color:#172e43}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comment-body .pull-left{padding-right:.625rem}.comment-list{padding-left:0}.comment-list .comment{display:block}.comment-list .pingback{border-top:1px solid rgb(0 0 0 / .125);padding:.563rem 0}.comment-list .pingback:first-child{border:medium none}.comments-title{font-size:1.125rem}.projecten_section_title{margin-bottom:35px}@media only screen and (max-width:991px){.projecten_section_title{margin-bottom:24px}}.projecten_section_title h6{color:#1E1E1E}.projecten_section_title h2{color:#1E1E1E;padding-bottom:0}.categories{margin-bottom:109px;overflow:hidden}@media only screen and (max-width:991px){.categories{max-width:720px;margin:0 auto;padding:0 15px;margin-bottom:19px}}@media only screen and (max-width:767px){.categories{max-width:540px}}.categories.mobile-dropdown .dropdown-selected-wapper{display:flex;align-items:center;justify-content:space-between}.categories.mobile-dropdown .dropdown-selected-wapper .dropdown-filter{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background-image:url(/wp-content/uploads/Filter_icon-2.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.categories.mobile-dropdown .dropdown-selected-wapper .dropdown-selected{font-size:17px;line-height:27px;font-weight:400;color:#fff;padding:6px 20px;background-color:#DDA72A;border-radius:5px;transition:all 0.3s ease-in-out;display:block}.categories ul{display:flex;align-items:center;overflow:hidden;overflow-x:scroll;scrollbar-width:none;list-style:none;padding-left:0;margin-left:calc(50% - 659px)}@media only screen and (max-width:1367px){.categories ul{margin-left:calc(50% - 552px)}}@media only screen and (max-width:1199px){.categories ul{margin-left:calc(50% - 464px)}}@media only screen and (max-width:991px){.categories ul{margin-left:0;flex-direction:column;gap:15px;margin-top:20px}}.categories ul li{min-width:fit-content;margin-right:22px;display:block}@media only screen and (max-width:991px){.categories ul li{min-width:100%;margin-right:0}}.categories ul li a{font-size:17px;line-height:27px;font-weight:400;color:#1E1E1E;padding:6px 20px;border:1px solid #1E1E1E;border-radius:5px;transition:all 0.3s ease-in-out;display:block;text-align:center}@media only screen and (max-width:991px){.categories ul li a{width:100%}}.categories ul li a:hover{border-color:#DDA72A;background-color:#DDA72A;color:#fff}.categories ul li.active a{border-color:#DDA72A;background-color:#DDA72A;color:#fff}.projects-loop{margin:0 -12px;margin-bottom:25px}@media only screen and (max-width:991px){.projects-loop{margin:0 -15px;margin-bottom:5px}}.projects-loop .project-block{padding-left:12px;padding-right:12px;margin-bottom:25px}@media only screen and (max-width:991px){.projects-loop .project-block{padding-left:15px;padding-right:15px;margin-bottom:19px}}.projects-loop .project-block .project_wrapper .project_thumbnail a{display:flex;width:100%;height:400px;overflow:hidden;border-radius:15px}@media only screen and (max-width:767px){.projects-loop .project-block .project_wrapper .project_thumbnail a{height:212px;border-radius:10px}}.projects-loop .project-block .project_wrapper .project_thumbnail a:hover img{transform:scale(1.1)}.projects-loop .project-block .project_wrapper .project_thumbnail a img{width:100%;height:100%;object-fit:cover;transition:all 0.3s ease-in-out}.all_projects{text-align:center}#load-more-container{display:flex;justify-content:center}#load-more-container #load-more{margin:0 auto;margin-bottom:116px}@media only screen and (max-width:991px){#load-more-container #load-more{margin-bottom:64px}}#single_project_wrapper{position:relative;margin-bottom:125px}@media only screen and (max-width:991px){#single_project_wrapper{margin-bottom:67px}}#single_project_wrapper .project_description .projectnaam_section{margin-bottom:75px;align-items:center}@media only screen and (max-width:991px){#single_project_wrapper .project_description .projectnaam_section{margin-bottom:62px}}@media only screen and (max-width:991px){#single_project_wrapper .project_description .projectnaam_section .projectnaam_section_img{flex:0 0 100%;max-width:100%;margin-bottom:38px}}@media only screen and (max-width:991px){#single_project_wrapper .project_description .projectnaam_section .projectnaam_section_img .vc_figure{width:100%}}#single_project_wrapper .project_description .projectnaam_section .projectnaam_section_img .vc_figure .vc_single_image-wrapper{width:100%}#single_project_wrapper .project_description .projectnaam_section .projectnaam_section_img .vc_figure .vc_single_image-wrapper img{width:100%;height:450px;border-radius:15px;object-fit:cover}@media only screen and (max-width:767px){#single_project_wrapper .project_description .projectnaam_section .projectnaam_section_img .vc_figure .vc_single_image-wrapper img{height:100%;border-radius:10px}}@media only screen and (max-width:991px){#single_project_wrapper .project_description .projectnaam_section .projectnaam_section_content{flex:0 0 100%;max-width:100%}}#single_project_wrapper .project_description .projectnaam_section .projectnaam_section_content h2{color:#1E1E1E;padding-bottom:35px}#single_project_wrapper .project_description .projectnaam_section .projectnaam_section_content p{color:#1E1E1E;padding-bottom:38px}#single_project_wrapper .projectnaam_section_slider{margin-bottom:125px}@media only screen and (max-width:991px){.image_slider .splide__track .splide__list .splide__slide{margin-bottom:17px}.image_slider .splide__track .splide__list .splide__slide:last-child{margin-bottom:0}}.image_slider .splide__track .splide__list .splide__slide a{display:flex;width:100%;height:100%}.image_slider .splide__track .splide__list .splide__slide a img{width:100%;height:325px;border-radius:10px;object-fit:cover}@media only screen and (max-width:991px){.image_slider .splide__track .splide__list .splide__slide a img{height:264px;border-radius:10px}}.bekijk_section .bekijk_section_title{align-items:end;margin-bottom:35px}@media only screen and (max-width:991px){.bekijk_section .bekijk_section_title{margin-bottom:43px}.bekijk_section .bekijk_section_title .column{flex:0 0 100%;max-width:100%}}.bekijk_section .bekijk_section_title h6{color:#1E1E1E}.bekijk_section .bekijk_section_title h2{color:#1E1E1E;padding-bottom:0}@media only screen and (max-width:991px){.bekijk_section .bekijk_section_title h2{padding-bottom:23px}}.bekijk_section .bekijk_section_wapper{margin:0 -12px}@media only screen and (max-width:991px){.bekijk_section .bekijk_section_wapper{margin:0 -15px}}@media only screen and (max-width:991px){.bekijk_section .bekijk_section_wapper .bekijk_section_wapper_item{flex:0 0 100%;max-width:100%;margin-bottom:24px}.bekijk_section .bekijk_section_wapper .bekijk_section_wapper_item:last-child{margin-bottom:0}}.bekijk_section .bekijk_section_wapper .bekijk_section_wapper_item .vc_column-inner{padding:0 12px}@media only screen and (max-width:991px){.bekijk_section .bekijk_section_wapper .bekijk_section_wapper_item .vc_column-inner{padding:0 15px}}.twentytwenty-wrapper .bafg-twentytwenty-container{height:400px!important;overflow:hidden;border-radius:15px}@media only screen and (max-width:767px){.twentytwenty-wrapper .bafg-twentytwenty-container{height:212px!important;border-radius:10px}}.twentytwenty-wrapper .bafg-twentytwenty-container img.skip-lazy{width:100%;height:100%;object-fit:cover}.twentytwenty-wrapper .bafg-twentytwenty-container img.skip-lazy.twentytwenty-after{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-overlay{background-color:#fff0}.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-overlay .twentytwenty-before-label{opacity:1}.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-overlay .twentytwenty-before-label::before{margin-top:0;padding:0;top:25px;left:25px;content:"Voor";font-family:"Poppins",sans-serif;letter-spacing:unset;font-size:18px;line-height:normal;font-weight:500;color:#1E1E1E;background-color:#fff;border-radius:20px;padding:5px 18px}@media only screen and (max-width:767px){.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-overlay .twentytwenty-before-label::before{padding:2px 9px;top:13px;left:13px;font-size:9px}}.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-overlay .twentytwenty-after-label{opacity:1}.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-overlay .twentytwenty-after-label::before{margin-top:0;padding:0;top:25px;right:25px;content:"Na";font-family:"Poppins",sans-serif;letter-spacing:unset;letter-spacing:unset;font-size:18px;line-height:normal;font-weight:500;color:#1E1E1E;background-color:#fff;border-radius:20px;padding:5px 18px}@media only screen and (max-width:767px){.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-overlay .twentytwenty-after-label::before{padding:2px 9px;top:13px;right:13px;font-size:9px}}.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-handle{width:44px;height:44px;background-color:#fff;box-shadow:unset!important;border:unset}@media only screen and (max-width:767px){.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-handle{width:30px;height:30px;margin-left:-17px;margin-top:-17px}}.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-handle .twentytwenty-left-arrow{border-right:10px solid #DDA72A!important;margin-left:-22px}@media only screen and (max-width:767px){.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-handle .twentytwenty-left-arrow{border-right:8px solid #DDA72A!important;margin-left:-18px}}.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-handle .twentytwenty-right-arrow{border-left:10px solid #DDA72A!important;margin-right:-22px}@media only screen and (max-width:767px){.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-handle .twentytwenty-right-arrow{border-left:8px solid #DDA72A!important;margin-right:-18px}}.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-handle::before{width:1px}.twentytwenty-wrapper .bafg-twentytwenty-container .twentytwenty-handle::after{width:1px}.review{position:relative;display:block;margin:0 auto;max-width:600px;border:2px solid #d3dce5;padding:30px;text-align:center;box-shadow:0 25px 25px -30px rgb(102 102 102 / .6)}.review .fa-quote-left{position:absolute;top:15px;left:15px;color:#d3dce5;font-size:32px}.review .review-rating{display:block;text-align:center;margin:0 0 15px 0}.review .review-rating:after{content:"";font-family:"Font Awesome 6 Free";font-weight:700;color:#f4b92d;letter-spacing:5px}.review .review-content{margin-bottom:15px}.splide_reviews .splide__track{padding:15px 0 30px 0}.splide_reviews .splide__pagination{bottom:-15px}#splide_projects .splide__track .splide__list .splide__slide .project-link:hover .project-thumb img{transform:scale(1.1)}#splide_projects .splide__track .splide__list .splide__slide .project-link .project-thumb{display:flex;width:100%;height:400px;border-radius:15px;overflow:hidden}@media only screen and (max-width:991px){#splide_projects .splide__track .splide__list .splide__slide .project-link .project-thumb{height:212px;border-radius:10px}}#splide_projects .splide__track .splide__list .splide__slide .project-link .project-thumb img{width:100%;height:100%;object-fit:cover;transition:all 0.3s ease-in-out}.splide_logos li{padding:15px;text-align:center}.splide_logos .slide_logo{display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgb(100 100 100 / .1);height:120px}.splide_logos .slide_logo span{font-weight:600}.splide_logos .splide__arrow{background:#506a83;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:100%}.splide_logos .splide__arrow svg{fill:#fff;width:15px;height:15px}.splide_logos .splide__arrow:hover svg{fill:#fff}.blog_slider .splide__track{padding:30px}.wpb_row.row-has-fill{padding:0}.row-has-fill.row-no-padding.row-o-equal-height.row-o-content-middle.row-flex .col .vc_column-inner{height:100%}.align-content-left-container>.column:first-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-left:auto;padding-top:50px;padding-right:50px;padding-bottom:50px}.align-content-right-container>.column:last-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-right:auto;padding-top:50px;padding-left:50px;padding-bottom:50px}.vc_custom_heading{margin-bottom:0}@media only screen and (max-width:768px){.vc_custom_heading{font-size:16px!important}}.wpb_text_column ul{padding-left:15px}.wpb_row.row-has-fill{padding:0}.row-has-fill.row-no-padding.row-o-equal-height.row-o-content-middle.row-flex .col .vc_column-inner{height:100%}.align-content-left-container>.column:first-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-left:auto;padding-top:50px;padding-right:50px;padding-bottom:50px}.align-content-right-container>.column:last-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-right:auto;padding-top:50px;padding-left:50px;padding-bottom:50px}.vc_custom_heading{margin-bottom:0}.wpb_text_column ul{padding-left:15px}@media only screen and (max-width:991px){.align-content-left-container>.wpb_column:first-child>.vc_column-inner>.wpb_wrapper{padding-left:15px}.align-content-right-container>.wpb_column:first-child>.vc_column-inner>.wpb_wrapper{padding-right:15px}}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.alignleft{display:inline;float:left;margin-right:20px}.alignright{display:inline;float:right;margin-left:20px}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}a img.alignright{float:right;margin:5px 0 15px 15px}a img.alignnone{margin:5px 0 15px 15px}a img.alignleft{float:left;margin:5px 0 15px 15px}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption.alignnone{margin:5px 0 15px 15px}.wp-caption.alignleft{margin:5px 0 15px 15px}.wp-caption.alignright{margin:5px 0 15px 15px}.woocommerce-cart-form .shop_table .coupon .input-text{width:8.313rem!important}.variations_form .variations .value>select{margin-bottom:.625rem}.woocommerce-MyAccount-content .col-1{max-width:100%}.woocommerce-MyAccount-content .col-2{max-width:100%}.mobile-product-cats{width:200vw;height:100vh;background:#fff;position:fixed;top:0;left:100vw;z-index:90000;overflow-y:scroll;list-style:none;transition:all 0.3s ease-in-out;padding:0;background-color:#f3f3f3;z-index:9999999}.mobile-product-cats li a{display:block;border-bottom:1px solid #efefef;padding:15px}.mobile-product-cats li a:hover{text-decoration:none}.mobile-product-cats ul{width:100vw;height:100vh;position:fixed;top:0;left:100vw;z-index:90000;overflow-y:scroll;list-style:none;transition:all 0.3s ease-in-out;padding:0;background-color:#f3f3f3}.mobile-product-cats ul.active{left:0}.mobile-product-cats .has-children a:after{content:"";position:absolute;font-family:"Font Awesome 6 Free";right:15px;font-weight:600;left:95vw}.mobile-product-cats.fixed{padding-top:55px}.mobile-product-cats.fixed .children-cats{padding-top:55px}.mobile-product-cats.fixed .menu-action{top:0;position:fixed;z-index:999999999}.mobile-product-cats.active{left:0}.mobile-product-cats.push{left:-100vw}a.mobile-product-cats-btn{display:block;text-align:center;text-transform:uppercase;border-radius:15px;background-color:#1B1B1B;color:#fff!important;font-size:14px;padding:15px;margin-bottom:30px;cursor:pointer}.menu-action{display:block;width:100%;background-color:#1B1B1B;font-size:24px;line-height:50px;padding:0 15px 0 15px;cursor:pointer;color:#fff}.menu-action i{color:#fff}.menu-action .title{color:#fff;font-size:14px;line-height:50px;padding:0 25px 0 25px;position:relative;top:-3px}.product-categories{padding:0;list-style:none}.product-categories .cat-item:not(.current-cat):not(.current-cat-parent) .children{display:none}.product-categories a{color:gray}.product-categories a:hover{color:#ff6000;text-decoration:none}.product-categories>li>a{font-size:1.1rem}.product-categories ul.children{margin:15px 0 15px 0;list-style:none;border-left:1.7px solid #ff6000;padding-left:15px;max-height:400px;overflow-y:scroll;position:relative}.product-categories .cat-parent{position:relative}.product-categories .cat-parent>a:after{content:"";font-family:"Font Awesome 6 Free";font-weight:600;margin-left:10px;color:#a1a1a1;font-size:12px;position:absolute;right:15px;top:10px}.product-categories .current-cat.cat-parent:after{content:" ";background:-moz-linear-gradient(top,#fff0 0%,#fafafa 100%);background:-webkit-linear-gradient(top,#fff0 0%,#fafafa 100%);background:linear-gradient(to bottom,#fff0 0%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);display:block;position:absolute;bottom:0;left:0;height:0;width:100%;pointer-events:none;transition:height 0.1s ease-in-out}.product-categories .current-cat.cat-parent:before{content:" ";background:-moz-linear-gradient(bottom,#fff0 0%,#fafafa 100%);background:-webkit-linear-gradient(bottom,#fff0 0%,#fafafa 100%);background:linear-gradient(to top,#fff0 0%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);display:block;position:absolute;top:48px;left:0;height:0;width:100%;pointer-events:none;z-index:10;transition:height 0.1s ease-in-out}.product-categories .current-cat-parent.cat-parent:after{content:" ";background:-moz-linear-gradient(top,#fff0 0%,#fafafa 100%);background:-webkit-linear-gradient(top,#fff0 0%,#fafafa 100%);background:linear-gradient(to bottom,#fff0 0%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);display:block;position:absolute;bottom:0;left:0;height:0;width:100%;pointer-events:none;transition:height 0.1s ease-in-out}.product-categories .current-cat-parent.cat-parent:before{content:" ";background:-moz-linear-gradient(bottom,#fff0 0%,#fafafa 100%);background:-webkit-linear-gradient(bottom,#fff0 0%,#fafafa 100%);background:linear-gradient(to top,#fff0 0%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);display:block;position:absolute;top:48px;left:0;height:0;width:100%;pointer-events:none;z-index:10;transition:height 0.1s ease-in-out}.product-categories .cat-parent.fade-bottom:after{height:50px}.product-categories .cat-parent.fade-top:before{height:50px}.product-categories .current-cat-parent>a{color:#ff6000!important;font-weight:700}.product-categories .current-cat>a{color:#ff6000!important;font-weight:700}form.woocommerce-ordering{display:flex;align-items:center;margin-bottom:35px;gap:15px}form.woocommerce-ordering select{margin-bottom:0}@media only screen and (min-width:992px){a.mobile-product-cats-btn{display:none}}body.woocommerce-checkout .woocommerce-customer-details .woocommerce-columns--addresses{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start}body.woocommerce-checkout .woocommerce-customer-details .woocommerce-columns--addresses .col-1,body.woocommerce-checkout .woocommerce-customer-details .woocommerce-columns--addresses .col-2{max-width:50%;flex:0 0 50%}@media (max-width:768px){body.woocommerce-checkout .woocommerce-customer-details .woocommerce-columns--addresses .col-1,body.woocommerce-checkout .woocommerce-customer-details .woocommerce-columns--addresses .col-2{max-width:100%;flex:0 0 100%;margin-bottom:35px}}#override.woocommerce-account section.site-content{margin-bottom:100px}#override.woocommerce-account .woocommerce-MyAccount-navigation{width:20%}#override.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:0;border-top:1px solid #eee}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li{list-style:none;border-bottom:1px solid #eee;padding-bottom:0}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding:10px 5px;display:block}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{margin-right:20px;opacity:.25}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{font-weight:500}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before{opacity:1}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before{font-family:"Font Awesome 6 Free";font-weight:900}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{font-weight:500}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before{opacity:1}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-content{display:inline-block;margin-left:5%;width:75%;padding:25px 16px;border-radius:10px;background-color:#e6e9f2}#override.woocommerce-account .woocommerce-MyAccount-content h2{font-size:25px;text-align:center;font-weight:600}#override.woocommerce-account .woocommerce-MyAccount-content header{position:static!important;transition:unset!important;animation:unset!important;transform:unset!important;box-shadow:unset!important;border-radius:5px;padding:10px}#override.woocommerce-account .woocommerce-MyAccount-content header h2{font-size:1em;line-height:1.1;margin-bottom:12px}#override.woocommerce-account .woocommerce-MyAccount-content header .edit{display:block;text-align:center;width:100%;padding-bottom:10px}#override.woocommerce-account .woocommerce-MyAccount-content address{margin-bottom:12px;font-size:14px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row{margin-bottom:16px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row label,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row label{display:block;min-width:137px;font-weight:500;color:#1E1E1E}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row label .required,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row label .required{color:#c00000}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row input,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row input{height:45px;padding-left:12px;margin-bottom:0;width:100%;background:#fff;border:none;border-radius:5px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row .selection>span,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row .selection>span{height:45px;border-radius:5px;border:none}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row .selection>span .select2-selection__arrow,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row .selection>span .select2-selection__arrow{top:9px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row .selection>span>span,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row .selection>span>span{line-height:44px}#override.woocommerce-account .woocommerce-MyAccount-content .button{display:block;margin-left:auto;margin-top:16px;background:#DDA72A;color:#fff}#override.woocommerce-account .woocommerce-MyAccount-content .button.wc-forward{margin-left:0;padding:10px 20px;width:fit-content;border-radius:100px}#override.woocommerce-account .woocommerce-MyAccount-content em{font-size:12px}#override.woocommerce-account p.order-again{text-align:right}#override.woocommerce-account section .woocommerce{display:flex;flex-wrap:wrap}#override.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide{display:flex;flex-direction:column}#override.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide #username{max-width:500px;margin-top:15px;padding:10px;margin-bottom:0}#override.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide #password{max-width:500px;margin-top:15px;padding:10px}.woocommerce-orders-table__cell-order-actions{display:flex;flex-direction:column}.woocommerce-MyAccount-content input{margin-bottom:0}body .coupon button[type="submit"]{margin-top:15px;margin-bottom:15px;width:100%!important}.woocommerce-form-login{width:100%}.woocommerce-form-login>.form-row{display:flex;flex-direction:column}.woocommerce-form-login__submit{max-width:150px}@keyframes zoomout{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomout{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@media (max-width:991px){#override.woocommerce-account section.site-content .woocommerce{flex-direction:column;gap:40px;position:relative}#override.woocommerce-account section.site-content .woocommerce>div,#override.woocommerce-account section.site-content .woocommerce>nav{width:100%}#override.woocommerce-account section.site-content .woocommerce .woocommerce-MyAccount-content{margin:0}}#mobile-menu-button{display:none;width:100%;background-color:#DDA72A;color:#fff;padding:10px;text-align:center;font-size:16px;border:none;cursor:pointer;transition:background-color 0.3s ease}#mobile-menu-button:hover{background-color:#005f8c}@media (max-width:991px){#mobile-menu-button{display:block}#override nav.woocommerce-MyAccount-navigation{overflow:hidden;background-color:#fff;box-shadow:0 0 20px #dbdbdb;border-radius:10px;padding:20px;z-index:9}.is-active{font-weight:700}}#customer_login{display:flex;margin-left:auto;margin-right:auto}#customer_login .u-column1,#customer_login .u-column2{max-width:50%;flex:0 0 50%}@media (max-width:991px){#customer_login .u-column1,#customer_login .u-column2{max-width:100%;flex:0 0 100%}}.sw_popup{position:fixed;background-color:rgb(0 0 0 / .6);width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition-property:visibility;top:0;z-index:999;visibility:hidden}.sw_popup .sw_popup_inner{position:relative;width:100%;max-width:500px;padding:15px;flex-direction:column;display:flex;align-items:center;transform:scale(0);transition-property:all;transition:ease-in-out 200ms;background:#fff;text-align:center;line-height:2;font-family:inherit;border-radius:2px;box-shadow:0 0 25px 2px rgb(0 0 0 / .5);opacity:0;max-height:95vh;overflow-y:scroll}.sw_popup .sw_popup_inner h2{display:inline-block;margin-bottom:10px}.sw_popup .sw_popup_inner p:last-of-type{margin-bottom:0}.sw_popup .sw_popup_inner .btn{display:inline-block;margin-top:15px}.sw_popup .close_popup{position:absolute;right:-10px;top:-10px;background:#ba211e;color:#fff;width:28px;height:28px;border-radius:50px;font-size:24px;display:flex;align-items:center;justify-content:center;padding:0 0 2px 0;cursor:pointer;transition-property:background;transition:ease 200ms}.sw_popup .close_popup:hover{background:#9e1d1b}.sw_popup .popup_button:hover{background:#9e1d1b}.sw_popup.active{visibility:visible;z-index:9999999}.sw_popup.active .sw_popup_inner{transform:scale(1);opacity:1}#toggle-admin-bar{transition:0.2s;position:fixed;top:32px;right:0;background-color:#1d2327;color:#fff;border:none;padding:0 7px;cursor:pointer;border-radius:0;border-bottom-left-radius:15px;z-index:9999}#toggle-admin-bar i{transition:0.2s}#toggle-admin-bar .fa-solid.fa-chevron-up{font-size:10px}#toggle-admin-bar:hover{background-color:#555}.admin-bar{position:relative}@font-face{font-display:swap;font-family:"MontBold";src:url(/wp-content/themes/saleswizard-theme/inc/assets/webfonts/font.woff2) format("woff2"),url(/wp-content/themes/saleswizard-theme/inc/assets/webfonts/font.woff) format("woff")}#sw_login#sw_login.sw_login--page{position:relative;height:100vh;min-height:800px;color:#14002d}#sw_login#sw_login.sw_login--page h1,#sw_login#sw_login.sw_login--page h2,#sw_login#sw_login.sw_login--page h3,#sw_login#sw_login.sw_login--page p{margin-bottom:0}#sw_login#sw_login.sw_login--page>.brand_background{position:absolute;left:0;top:0;width:53.5%;height:100%;background-color:#441099;border-bottom-right-radius:300px;overflow:hidden;z-index:-1}#sw_login#sw_login.sw_login--page>.brand_background>#animated-blob{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:#2d0166;background-size:cover;background-repeat:no-repeat;background-position:center;opacity:.19;clip-path:circle(130.5% at 58% 160%);animation:blob-expand 2s cubic-bezier(.25,.1,.25,1)}@keyframes blob-expand{0%{clip-path:circle(100% at 128% 160%)}100%{clip-path:circle(130.5% at 58% 160%)}}#sw_login#sw_login.sw_login--page .container{height:100%}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner{height:100%;display:flex;justify-content:space-between;align-items:center}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left{height:100%;display:flex;flex-direction:column;justify-content:space-between}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_header{margin-top:75px;margin-bottom:75px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_header img.login-logo{width:100%;max-width:288px;filter:brightness(0) invert(1)}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title{margin-bottom:90px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title h1{margin-bottom:24px;color:#47ca9b;font-family:"MontBold";font-size:23px;line-height:1;text-transform:uppercase}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title h2{font-family:"MontBold";font-size:70px;color:#f0f0f0}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title svg{font-family:"MontBold";width:100%;height:70px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title svg text{animation:stroke 3s forwards;stroke-width:1;stroke:#fff;font-size:70px}@keyframes stroke{0%{fill:#fff0;stroke:#fff;stroke-dashoffset:10px;stroke-dasharray:0 60%;stroke-width:1}70%{fill:#fff0;stroke:#fff}80%{fill:rgb(255 255 255 / .2);stroke:#fff;stroke-width:3}100%{fill:#fff;stroke:#fff0;stroke-dashoffset:150px;stroke-dasharray:60% 0;stroke-width:0}}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article{position:relative;max-width:606px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner{border:2px solid rgb(255 255 255 / .5);padding:26px 37px;padding-right:105px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner h3{margin-bottom:16px;color:#47ca9b;font-family:"MontBold";font-size:16px;text-transform:uppercase}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner h2.seo_article--title{margin-bottom:21px;font-family:"MontBold";font-size:25px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner h2.seo_article--title a{color:#fff}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner h2.seo_article--title:hover~.seo_article--link svg{animation:slideArrow 0.5s forwards;perspective:1000px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner p.seo_article--content{font-family:"Hanken Grotesk",sans-serif;font-size:18px;line-height:25px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner p.seo_article--content a{color:#fff}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner p.seo_article--content:hover~.seo_article--link svg{animation:slideArrow 0.5s forwards;perspective:1000px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner .seo_article--link{position:absolute;bottom:32px;right:37px;display:flex;align-items:center;justify-content:center;width:42px;height:42px;background-color:#47ca9b;border-radius:100%;overflow:hidden}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner .seo_article--link svg{width:24px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner .seo_article--link:hover svg{animation:slideArrow 0.5s forwards;perspective:1000px}@keyframes slideArrow{0%{transform:translateX(0)}50%{transform:translateX(35px) rotateZ(50deg)}65%{opacity:0}75%{transform:translateX(-35px) rotateZ(-90deg)}100%{transform:translateX(0) rotateZ(0);opacity:1}}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_footer .login_footer--inner{display:flex;align-items:center;gap:86px;padding-bottom:62px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_footer .login_footer--inner .privacy-link a{font-family:"Hanken Grotesk",sans-serif;color:#fff;text-decoration:underline}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_footer .login_footer--inner .language-switcher select{height:50px;margin-bottom:0;margin-right:10px;padding-left:30px;border-radius:100px;border:none;outline:none}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_footer .login_footer--inner .language-switcher input[type="submit"]{background-color:#47ca9b;color:#fff;border-radius:100px;border:none;padding:0 20px;height:50px;font-size:18px;font-weight:500;cursor:pointer}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form{width:100%;max-width:394px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form h2.login_form--title{margin-bottom:46px;font-family:"MontBold";font-size:40px;color:#441099}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form label{font-family:"Hanken Grotesk",sans-serif;color:#14002d;font-size:18px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form input[type="text"],#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form input[type="password"]{margin-top:17px;background-color:#f0f0f0;color:#14002d;border-radius:0;border:none;padding-left:15px;margin-bottom:20px;width:100%;height:60px;font-size:24px;font-weight:300}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form input[type="submit"]#wp-submit{margin-top:30px;background-color:#47ca9b;color:#fff;border-radius:0;border:none;padding-left:15px;margin-bottom:20px;width:100%;height:60px;font-family:"Hanken Grotesk",sans-serif;font-size:24px;font-weight:700;border-radius:100px;cursor:pointer}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form .login-remember label{display:flex;align-items:center;gap:15px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form .login-remember label::before{content:"";display:inline-block;width:25px;height:25px;background-color:#f0f0f0;font-family:"Font Awesome 6 Free";font-weight:900;font-size:20px;color:#fff;text-align:center;line-height:1.3;cursor:pointer}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form .login-remember label input{display:none}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form .login-remember label:has(input:checked)::before{content:"";background-color:#441099}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form .login-error{color:#ff3c00}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .forgot-password{text-align:center;margin-top:15px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .forgot-password a{font-family:"Hanken Grotesk",sans-serif;color:#14002d;text-decoration:underline}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .back-to-website{margin-top:70px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .back-to-website a{display:flex;align-items:center;justify-content:center;gap:15px;font-family:"Hanken Grotesk",sans-serif;font-size:18px;color:#14002d}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .back-to-website a i{display:flex;justify-content:center;align-items:center;width:34px;height:34px;background-color:#441099;border-radius:100%}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .right .back-to-website a i::before{content:"";display:block;width:17.94px;height:18.2px;background-image:url('data:image/svg+xml,<svg width="100%" height="auto" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g id="Complete"><g id="arrow-right"><g><polyline data-name="Right" fill="none" id="Right-2" points="16.4 7 21.5 12 16.4 17" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="2.5" x2="19.2" y1="12" y2="12"/></g></g></g></svg>');background-size:contain;background-repeat:no-repeat;transform:scalex(-1);margin-top:1px}@media (max-width:1367px){#sw_login#sw_login.sw_login--page>.brand_background{width:57.5%}}@media (max-width:1199px){#sw_login#sw_login.sw_login--page>.brand_background{width:51.5%}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article{max-width:405px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title svg text{font-size:60px}}@media (min-width:992px){#sw_login#sw_login.sw_login--page .mobile_header{display:none}}@media (max-width:991px){#sw_login#sw_login.sw_login--page .brand_background{display:none}#sw_login#sw_login.sw_login--page .mobile_header{position:absolute;top:0;left:0;width:100%;height:164px;background-color:#441099}#sw_login#sw_login.sw_login--page .mobile_header .mobile_header--inner{padding-top:25px}#sw_login#sw_login.sw_login--page .mobile_header .mobile_header--inner a{display:block;width:100%;max-width:236px;margin-inline:auto}#sw_login#sw_login.sw_login--page .mobile_header .mobile_header--inner a img{filter:brightness(0) invert(1)}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner{flex-direction:column;justify-content:center;padding-top:120px}#sw_login#sw_login.sw_login--page .container .sw_login_page--inner .left{display:none}}@media (max-width:991px){.mobile_header{clip-path:circle(219.3% at 50% -1430px)}}@media (max-width:970px){.mobile_header{clip-path:circle(219.3% at 50% -1400px)}}@media (max-width:950px){.mobile_header{clip-path:circle(219.3% at 50% -1370px)}}@media (max-width:930px){.mobile_header{clip-path:circle(219.3% at 50% -1340px)}}@media (max-width:910px){.mobile_header{clip-path:circle(219.3% at 50% -1310px)}}@media (max-width:890px){.mobile_header{clip-path:circle(219.3% at 50% -1280px)}}@media (max-width:870px){.mobile_header{clip-path:circle(219.3% at 50% -1250px)}}@media (max-width:850px){.mobile_header{clip-path:circle(219.3% at 50% -1220px)}}@media (max-width:830px){.mobile_header{clip-path:circle(219.3% at 50% -1190px)}}@media (max-width:810px){.mobile_header{clip-path:circle(219.3% at 50% -1160px)}}@media (max-width:790px){.mobile_header{clip-path:circle(219.3% at 50% -1130px)}}@media (max-width:770px){.mobile_header{clip-path:circle(219.3% at 50% -1100px)}}@media (max-width:750px){.mobile_header{clip-path:circle(219.3% at 50% -1070px)}}@media (max-width:730px){.mobile_header{clip-path:circle(219.3% at 50% -1040px)}}@media (max-width:710px){.mobile_header{clip-path:circle(219.3% at 50% -1010px)}}@media (max-width:690px){.mobile_header{clip-path:circle(219.3% at 50% -980px)}}@media (max-width:670px){.mobile_header{clip-path:circle(219.3% at 50% -950px)}}@media (max-width:650px){.mobile_header{clip-path:circle(219.3% at 50% -920px)}}@media (max-width:630px){.mobile_header{clip-path:circle(219.3% at 50% -890px)}}@media (max-width:610px){.mobile_header{clip-path:circle(219.3% at 50% -860px)}}@media (max-width:590px){.mobile_header{clip-path:circle(219.3% at 50% -830px)}}@media (max-width:570px){.mobile_header{clip-path:circle(219.3% at 50% -800px)}}@media (max-width:550px){.mobile_header{clip-path:circle(219.3% at 50% -770px)}}@media (max-width:530px){.mobile_header{clip-path:circle(219.3% at 50% -740px)}}@media (max-width:510px){.mobile_header{clip-path:circle(219.3% at 50% -710px)}}@media (max-width:490px){.mobile_header{clip-path:circle(219.3% at 50% -680px)}}@media (max-width:470px){.mobile_header{clip-path:circle(219.3% at 50% -650px)}}@media (max-width:450px){.mobile_header{clip-path:circle(219.3% at 50% -620px)}}@media (max-width:430px){.mobile_header{clip-path:circle(219.3% at 50% -590px)}}@media (max-width:410px){.mobile_header{clip-path:circle(219.3% at 50% -560px)}}@media (max-width:390px){.mobile_header{clip-path:circle(219.3% at 50% -530px)}}@media (max-width:370px){.mobile_header{clip-path:circle(219.3% at 50% -500px)}}@media (max-width:350px){.mobile_header{clip-path:circle(219.3% at 50% -470px)}}@media (max-width:330px){.mobile_header{clip-path:circle(219.3% at 50% -440px)}}