@charset "UTF-8";
@keyframes slide-down{0%{-webkit-transform:translateX(0px) translateY(-120%);transform:translateX(0px) 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(0px) translateY(-120%);transform:translateX(0px) 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:#ffffff;box-shadow:0 5px 15px rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);z-index:999}header .navbar-wrapper{padding:0}@media only screen and (max-width:991px){header .navbar-wrapper{padding:17px}}header .navbar-wrapper>.container{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:768px){header .navbar-wrapper>.container{padding:0}}@media only screen and (min-width:992px){header .navbar-wrapper>.container .navbar-brand{display:none}}@media only screen and (max-width:991px){header .navbar-wrapper>.container .navbar-brand{display:block}}header .navbar-wrapper>.container .navbar-brand img{vertical-align:middle;max-width:350px}@media only screen and (max-width:768px){header .navbar-wrapper>.container .navbar-brand img{max-width:200px}}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;-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;height:25px;width:45px}@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:37px;height:2.7px;background:#1a1a1a;border-radius:100px}header .navbar-wrapper>.container .navbar-toggler .burger-bars:before{border-radius:100px;top:-9px;content:"";position:absolute;width:41px;height:2.9px;background:inherit;right: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{border-radius:100px;bottom:-9px;content:"";position:absolute;width:45px;height:2.7px;background:inherit;right: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:transparent}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active:before{transform:rotate(45deg);top:0;width:30px;background:#1a1a1a;height:2px}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active:after{transform:rotate(-45deg);bottom:0;width:30px;background:#1a1a1a;height:2px}header .navbar-wrapper>.container .navbar-toggler .navbar-toggle-title{display:none}header .navbar{padding:25px 0}@media only screen and (max-width:991px){header .navbar{display:none}}header .navbar>.container{display:flex;align-items:center;justify-content:space-between;gap:50px}@media (max-width:1200px){header .navbar>.container{gap:20px}}header .navbar>.container .navbar-brand img{max-width:150px}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;align-items:center;gap:46px}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;line-height:1}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children.has-sub{line-height:3}header .navbar .nav-bar ul.navbar-nav>li>a{font-size:19px;line-height:1;font-weight:400;text-decoration:none;padding:0;color:#1a1a1a;display:block;text-transform:capitalize;-webkit-transition:color 0.15s ease-in-out;-moz-transition:color 0.15s ease-in-out;-o-transition:color 0.15s ease-in-out;transition:color 0.15s ease-in-out}header .navbar .nav-bar ul.navbar-nav>li:first-child a{padding-left:0}header .navbar .nav-bar ul.navbar-nav>li:last-child>a{padding-right:0}header .navbar .nav-bar ul.navbar-nav>li.current_page_ancestor>a{color:#506a83}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a>span{position:relative;line-height:60px;display:flex;align-items:center;justify-content:flex-end}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a>span:after{content:"";font-family:"Font Awesome 6 Free";font-weight:bold;font-size:12px;margin-left:5px;position:absolute;top:50%;transform:translateY(-50%);color:#1a1a1a;right:-22px}header .navbar .nav-bar ul.navbar-nav ul{display:none;position:absolute;left:0;background:#172e43;min-width:335px;z-index:9;font-size:14px}header .navbar .nav-bar ul.navbar-nav ul.submenu{background:white;padding:25px;box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.1)}header .navbar .nav-bar ul.navbar-nav ul li{-webkit-transition:background 0.4s ease 0s;-moz-transition:background 0.4s ease 0s;-o-transition:background 0.4s ease 0s;transition:background 0.4s ease 0s}header .navbar .nav-bar ul.navbar-nav ul li a{color:#1a1a1a;text-decoration:none;font-weight:400;padding:0 0 15px 0;margin-bottom:15px;font-size:18px;line-height:31px;display:block;font-family:"polymath", sans-serif;border-bottom:1px solid #ebebeb}header .navbar .nav-bar ul.navbar-nav ul li:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}header .navbar .nav-bar ul.navbar-nav ul li:last-child a{border-bottom:1px solid transparent;padding-bottom:0;margin-bottom:0}header .navbar .nav-bar ul.navbar-nav ul li.current_page_item{background:#d3dce5}header .navbar .nav-bar ul.navbar-nav ul ul{left:100%;top:0;position:absolute;box-shadow:0 5px 15px rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);border-bottom-left-radius:5px;border-bottom-right-radius:5px}header .navbar .header-btn .btn-primary{padding:15px 25px 15px 20px}header.sticky-nav{-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, 0.2);box-shadow:0 5px 20px rgba(0, 0, 0, 0.2);position:fixed !important;z-index:1000;top:0;left:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition-duration:0s;transition-duration:0s}@media only screen and (min-width:992px){header.sticky-nav .navbar-wrapper{display:none}}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}.navbar-usps{padding:10px 0}.navbar-usps .usp i{margin-right:5px}.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}.sidenav{border-top:none;height:100vh;width:100vw;position:fixed;z-index:999999;top:82px;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}.sidenav .container{padding:0}.sidenav .nav-bar{background:#fff;width:100%;height:100%;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;position:absolute;top:0px;right:-100%;bottom:0;box-shadow:30px 40px 30px 30px rgba(0, 0, 0, 0.3);overflow-x:hidden;overflow-y:scroll}.sidenav .nav-bar .navbar-nav{display:block;margin-top:30px}.sidenav ul.navbar-nav ul{display:none;position:relative;background:transparent;box-shadow:unset}.sidenav ul.navbar-nav ul li a{color:#222222;padding:10px 25px 0px 25px;font-size:15px}.sidenav ul.navbar-nav ul ul{display:none;position:relative;background:transparent;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;padding:0px 25px 0 10px}.sidenav ul li a{display:block;padding:15px 0px;color:#1a1a1a;border-bottom:1px solid #EBEBEB;font-size:17px;line-height:30px;font-weight:400}.sidenav ul li.last-link a{border-bottom:none}.sidenav ul li.has-sub{position:relative}.sidenav ul li.has-sub .toggle_sub_menu{position:absolute;top:5px;right:25px;bottom:0;z-index:5}.sidenav ul>li>.toggle_sub_menu.rotate i{transform:rotate(90deg)}.sidenav.sidenav-expanded{visibility:visible;opacity:1;right:0}.sidenav.sidenav-expanded .nav-bar{right:0}.sidenav.sidenav-expanded .menu-btn{padding:15px 0 0 25px}.sidenav.sidenav-expanded .menu-btn .btn{display:inline-flex}.toggle_sub_menu{position:absolute;top:-2px;right:0;display:flex;align-items:center;justify-content:center;width:50px;height:50px;transform:rotate(270deg)}.close_sidenav{display:block;font-size:32px;color:#506a83;text-align:right;cursor:pointer;position:absolute;top:5px;right:15px;line-height:1}}@media only screen and (max-width:991px) and (max-width:768px){.sidenav{top:66px}}#hero{position:relative;text-align:center;font-size:20px;background-color:#172e43;background-size:cover !important;background-position:center;height:650px}@media only screen and (max-width:768px){#hero{height:300px}}#hero::before{content:"";display:block;position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0, 0, 0, 0.5);z-index:2}#hero .hero-inner{width:100%;height:100%;display:flex;align-items:center;position:relative;z-index:5}@media only screen and (max-width:768px){#hero .hero-inner{padding-right:20px}}#hero .hero-inner .hero-content{max-width:821px;display:flex;flex-direction:column;align-items:start;gap:45px}@media only screen and (max-width:768px){#hero .hero-inner .hero-content{font-size:36px;line-height:42px}}#hero h1{text-align:start;color:#ffffff;margin:0;font-size:80px}@media only screen and (max-width:991px){#hero h1{font-size:45px}}@media only screen and (max-width:768px){#hero h1{font-size:36px;line-height:42px;overflow-wrap:break-word;max-width:211px}}#hero p{color:#ffffff;margin:0;text-shadow:0px 3px 6px rgba(0, 0, 0, 0.3);font-size:40px;margin-bottom:50px}@media only screen and (max-width:768px){#hero p{font-size:24px;margin-bottom:30px}}#hero-page{position:relative;height:475px;background-color:#172e43;background-size:cover;background-position:center;margin-bottom:0px}@media only screen and (max-width:768px){#hero-page{height:280px}}#hero-page::before{content:"";display:block;position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0, 0, 0, 0.5);z-index:2}#hero-page .hero-inner{width:100%;height:100%;display:flex;align-items:center;position:relative;z-index:5}#hero-page .hero-inner h1{margin:0;color:#fff;max-width:852px;font-size:68px}@media only screen and (max-width:991px){#hero-page .hero-inner h1{font-size:45px}}@media only screen and (max-width:768px){#hero-page .hero-inner h1{font-size:36px;line-height:42px;overflow-wrap:break-word;max-width:345px}}#hero_slider{display:block;position:relative;height:400px}#hero_slider .splide__track{height:100%}.hero_btn_container{display:flex;justify-content:center;gap:25px}@media (max-width:575px){.hero_btn_container{flex-direction:column}}.vacature-archive,.project-archive{height:375px !important}@media only screen and (max-width:768px){.vacature-archive,.project-archive{height:180px !important}}@media only screen and (max-width:768px){.page-id-1040 #hero-page{height:180px !important}}footer{background-color:#1a1a1a;color:#ffffff}footer .footer-widget{padding:100px 0 0 0}@media only screen and (max-width:768px){footer .footer-widget>.container>.row{gap:50px}}footer .footer-widget .footer-box4 #text-14{display:flex;align-items:center;margin-bottom:30px}footer .footer-widget .footer-box4 #text-14::before{content:"";background-image:url("/wp-content/uploads/Mail.svg");display:block;width:28px;height:20px;background-repeat:no-repeat;background-size:contain;margin-right:27px}footer .footer-widget .footer-box4 #text-14 .textwidget :nth-child(1){color:#ffffff;font-weight:800;font-size:20px;line-height:30px;padding-bottom:5px}footer .footer-widget .footer-box4 #text-14 .textwidget :nth-child(2){color:#ffffff;font-weight:400;font-size:17px;line-height:35px}footer .footer-widget .footer-box4 #text-15{display:flex;align-items:center;margin-bottom:30px}footer .footer-widget .footer-box4 #text-15::before{content:"";background-image:url("/wp-content/uploads/Telefoon.svg");display:block;width:25px;height:25px;background-repeat:no-repeat;background-size:contain;margin-right:27px}footer .footer-widget .footer-box4 #text-15 .textwidget :nth-child(1){color:#ffffff;font-weight:800;font-size:20px;line-height:30px;padding-bottom:5px}footer .footer-widget .footer-box4 #text-15 .textwidget :nth-child(2){color:#ffffff;font-weight:400;font-size:17px;line-height:35px}footer .footer-widget .footer-box4 #text-16{display:flex;align-items:center}footer .footer-widget .footer-box4 #text-16::before{content:"";background-image:url("/wp-content/uploads/Whatsapp-geel.svg");display:block;width:28px;height:28px;background-repeat:no-repeat;background-size:contain;margin-right:27px}footer .footer-widget .footer-box4 #text-16 .textwidget :nth-child(1){color:#ffffff;font-weight:800;font-size:20px;line-height:30px;padding-bottom:5px}footer .footer-widget .footer-box4 #text-16 .textwidget :nth-child(2){color:#ffffff;font-weight:400;font-size:17px;line-height:35px}@media (max-width:1368px){footer .footer-widget .footer-box4{max-width:100%}}footer .footer-title{font-size:22px;line-height:30px;font-weight:700;display:block;margin-bottom:30px;color:#ffffff}@media (max-width:992px){footer .footer-title{margin-top:30px}}footer ul{padding:0}footer ul li{list-style:none;padding-bottom:5px;font-size:18px;line-height:35px;font-weight:400}footer a{color:#ffffff}footer a:hover{color:#ffffff}footer .copyright{font-size:0.875rem;text-align:left;background-color:transparent;color:#ffffff;padding:0 0 100px 0}@media only screen and (max-width:768px){footer .copyright{padding:0 0 130px 0}}footer .copyright>.container{display:flex;align-items:center}@media only screen and (max-width:768px){footer .copyright>.container{flex-direction:column;align-items:flex-start;gap:15px}}footer .copyright>.container #text-12{margin-left:auto}@media only screen and (max-width:768px){footer .copyright>.container #text-12{margin-left:0}}footer .copyright p{margin:0;font-weight:400;font-size:15px;line-height:30px;color:#ffffff}footer .copyright a{color:#ffffff}ul.contact-info-widget li{display:block;color:#fff;text-indent:0}ul.contact-info-widget li:nth-child(1){margin-bottom:30px}ul.contact-info-widget li:nth-child(2){margin-bottom:30px}ul.contact-info-widget li:nth-child(5){margin-bottom:20px}ul.contact-info-widget li i{margin:0 0 0 -40px;margin:0 0 0 -40px;width:30px;width:30px;font-size:14px;font-size:14px;text-align:left;text-align:left;display:inline-block;display:inline-block;display:none}ul.contact-info-widget li span.infotxt{font-weight:bold}ul.contact-info-widget li.info-title{padding-left:0}ul.contact-info-widget a{color:#fff;transition:color 0.3s;-webkit-transition:color 0.3s;-o-transition:color 0.3s;-moz-transition:color 0.3s}ul.contact-info-widget a:hover{color:#506a83}ul.contact-info-widget.vertical{margin-bottom:25px;margin-left:40px}ul.sw-social-icons{display:flex}ul.sw-social-icons li{display:flex;margin:0 7px 0 0;border-radius:3px;width:30px;height:30px}.footer-line{width:100%;height:1px;background-color:#ffd135;margin:50px auto;max-width:1320px}@media only screen and (max-width:768px){.footer-line{margin:25px auto;height:1px;background:transparent}}.first-col p{color:#ffffff;max-width:447px;margin-top:30px}@media only screen and (max-width:768px){.footer-col{margin-bottom:30px}}.fixed-contact-btns{display:none}@media only screen and (max-width:480px){.fixed-contact-btns{display:flex;position:fixed;bottom:15px;left:15px;right:15px;display:flex;justify-content:space-between;align-items:center;z-index:999}.fixed-contact-btns a{background-color:#ffd135;border-radius:5px;min-height:55px;display:flex;align-items:center;justify-content:center;padding:0px 24px}}#text-14 .textwidget{max-width:250px}*::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:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-weight:400;line-height:1.5;color:#222222;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:#506a83;text-decoration:none;background-color:transparent;transition:all 0.15s ease-in-out}a:active,a:hover{outline:0;color:#506a83}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:#172e43}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 #98aec3;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 #98aec3;margin:0 2px;padding:5px 10px 5px}legend{border:0;padding:0}textarea{overflow:auto;border:1px solid #98aec3;background:#fff;border-radius:5px;font-size:16px;padding:12px;height:120px;resize:none;font-family:inherit}select{border:1px solid #98aec3;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:bold}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:#172e43}.secondary{background-color:#d3dce5}img{height:auto;max-width:100%}figure{margin:15px 0}table{margin:0 0 25px;width:100%}fieldset:disabled a.btn{pointer-events:none}*{font-family:"polymath", sans-serif}h1,h2,h3,h4,h5,h6{clear:both;color:#ffffff;font-weight:700;margin-top:0;margin-bottom:0px;line-height:1}h1{font-size:80px;line-height:1}@media only screen and (max-width:768px){h1{font-size:32px}}h2{font-size:45px;line-height:1}@media only screen and (max-width:768px){h2{font-size:28px}}h3{font-size:40px;line-height:1}h4{font-size:22px;line-height:1}h5{font-size:20px;line-height:30px}p{margin-top:0;margin-bottom:0px;font-size:18px;line-height:30px;font-weight:400;color:#5d5d5d}li{font-weight:600}.btn{display:inline-block;font-weight:500;color:#ffffff;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#be0013;padding:15px 25px;font-size:16px;line-height:1;border-radius:0px;transition:all 0.15s ease-in-out;box-shadow:none;font-family:inherit}.btn:focus{outline:0}.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn.focus{outline:0}.btn.disabled{opacity:0.65}a.btn.disabled{pointer-events:none}.btn-primary{background-color:transparent;border:2px solid #ffd135;color:#000;display:flex;align-items:center;gap:10px;font-size:18px}.btn-primary:hover{background-color:#ffd135;color:#000}.btn-primary::after{content:"";display:block;width:25px;height:13px;background-color:#1a1a1a;mask-image:url("/wp-content/uploads/Pijl-zwart.svg");mask-repeat:no-repeat;mask-position:center;mask-size:contain}.btn-secondary{background-color:transparent;border:2px solid #ffd135;color:#ffffff;display:flex;align-items:center;gap:10px;font-size:18px}.btn-secondary:hover{background-color:#ffd135;color:#000}.btn-secondary:hover::after{background-color:#1a1a1a}.btn-secondary::after{content:"";display:block;width:25px;height:13px;background-color:#ffffff;mask-image:url("/wp-content/uploads/Pijl-wit.svg");mask-repeat:no-repeat;mask-position:center;mask-size:contain}.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}.mobile-btn{display:none}@media only screen and (max-width:768px){.mobile-btn{display:block}}.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 rgba(0, 0, 0, 0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:0.313rem;line-height:normal;padding:0.938rem 1.438rem 0.875rem;text-decoration:none;top:0.313rem;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.screen-reader-response{display:none}.dienst{display:flex;flex-direction:column-reverse;border-radius:5px;overflow:hidden;border:1px solid transparent;transition:all 0.15s ease-in-out}@media only screen and (max-width:768px){.dienst{padding:0 37px}}.dienst h2{background-color:#ffffff;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:0.313rem 0.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:0.688rem;line-height:1.063rem;margin:0;padding:0.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:1320px}}.diensten-section .splide__arrow--next{display:flex !important}.diensten-section .splide__arrow--next::before{transform:rotate(180deg)}.whatsappbtn{position:fixed;top:90%;right:10px;z-index:9999;background:#25d366;border-radius:100px;width:60px;height:60px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:991px){.whatsappbtn.desktop-btn{display:none}}@media only screen and (max-width:480px){.whatsappbtn{position:static;background-color:#ffd135;border-radius:5px;width:73px;height:55px}}.whatsappbtn i{font-size:38px;color:white}.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:#172e43}@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 #506a83;border-right:1px solid #506a83}.mobile-contact ul li a{padding:15px;display:flex;align-items:center;justify-content:center}.mobile-contact ul li i{color:#506a83}@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}}.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:0.375rem;font-weight:900}.single .byline,.group-blog .byline{display:inline}.page-links{clear:both;margin:0 0 1.5em}.posted-on{color:#d3dce5}.byline{color:#d3dce5}.comments-link{color:#d3dce5}.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:#ffffff;text-decoration:none;background-color:#be0013;border-radius:3px;cursor:pointer;padding:12px;display:inline-block}.post-navigation li a:hover{color:#fff;background-color:#88000d}.post-navigation li.active a{color:#fff;background-color:#88000d}.post-navigation li.disabled{color:#ffffff;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:0.5px solid #98aec3;border-bottom:0.5px solid #98aec3}.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 #98aec3;border-bottom:1px solid #98aec3;display:none !important}.post_filters_wrapper{position:relative;z-index:10}.post_filters_wrapper .btn.filter_button{background:linear-gradient(90deg, #be0013, #88000d)}.post_filters_wrapper .btn.filter_button:hover{background:linear-gradient(90deg, #88000d, #be0013)}.post_filters_wrapper .btn.filter_button::after{content:"";font-family:"Font Awesome 6 Free";font-weight:700;margin-left:0.6rem}.post_filters_wrapper ul.filter_dropdown{position:absolute;min-width:332px;padding:12px 0;background-color:white;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 #98aec3}.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 #98aec3;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:#98aec3;font-family:"Font Awesome 6 Free";font-size:0.8em;font-weight:700;transition:0.25s ease-in-out;z-index:5}.filter_dropdown li:hover .filter_option::after{border-color:#222222}.filter_dropdown li:hover .filter_option::before{opacity:1}.filter_dropdown li .filter_option:focus::after{background-color:#222222;border-color:#222222}.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:#98aec3;padding-left:25px;font-size:18px;color:#222222}.blog #post-container{margin-top:125px}@media screen and (max-width:991px){.blog #post-container{margin-top:65px}}.post .post_wrapper{box-shadow:0px 3px 8px rgba(0, 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:#222222}.post .post_excerpt p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.post .btn{display:flex;width:fit-content;margin:0 30px 15px auto;justify-content:flex-end}.post_all{text-align:center;margin:15px 0}.categories{margin:66px 0px 27px 0px}.categories ul{margin:0;padding:0;display:flex;gap:25px}@media only screen and (max-width:1200px){.categories ul{display:block}}.categories ul i{display:none}.categories ul li{display:inline-block;list-style:none;border:1px solid #ffd135;border-radius:20px;padding:7px 16px}@media only screen and (max-width:1200px){.categories ul li{margin:17px 17px 0 0;font-size:17px}}.categories ul li a{padding:0 5px;color:#000;font-size:17px !important;line-height:100% !important;font-weight:500 !important}.categories ul li a:hover{color:#172e43}.categories ul li:last-child a{border-right:0}.categories ul li.active{background-color:#1a1a1a;border:1px solid #1a1a1a}.categories ul li.active a{color:#ffffff}#load-more-container{display:flex;justify-content:center}#load-more-container #load-more{margin:0 auto;margin-bottom:45px;margin-top:50px}@media only screen and (max-width:991px){#load-more-container #load-more{margin-top:35px}}.categories .categories-mobile-dropdown{display:none;position:relative}.categories .categories-mobile-dropdown::after{content:"";position:absolute;top:40%;right:24px;width:12px;height:12px;border-right:2px solid #1a1a1a;border-bottom:2px solid #1a1a1a;transform:translateY(-70%) rotate(45deg);pointer-events:none}.categories .categories-select{width:100%;min-height:56px;padding:0 56px 0 22px;border:1px solid #ffd135;border-radius:999px;background-color:#ffffff;background-image:none;color:#000;font-size:17px;font-weight:500;line-height:1.2;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.categories .categories-select::-ms-expand{display:none}@media only screen and (max-width:768px){.categories{margin:50px 0px 27px 0px}.categories .categories-list{display:none}.categories .categories-mobile-dropdown{display:block}}.post{padding-bottom:20px;height:100%}.post .post_wrapper{border:1px solid #DCDCDC;border-radius:0;box-shadow:unset;padding:23px 20px;height:100%;display:flex;flex-direction:column}.post .post_wrapper .post_thumbnail{margin-top:0;margin-bottom:25px;height:253px}@media screen and (max-width:991px){.post .post_wrapper .post_thumbnail{height:138px}}.post .post_wrapper .post_thumbnail img{border-radius:0}.post .post_wrapper .post_meta{padding:0;margin:0;margin-bottom:25px;border-bottom:unset}.post .post_wrapper .post_meta ul li{gap:11px;display:flex;justify-content:flex-start}.post .post_wrapper .post_meta ul li span{margin:0}.post .post_wrapper .post_excerpt{padding:0;height:fit-content;margin-bottom:13px}.post .post_wrapper .post_excerpt h3{margin:0;font-size:20px;line-height:30px}.post .post_wrapper .btn{justify-content:start;margin:0;margin-top:auto}@media screen and (min-width:1368px){.single-post .site-content .post .container{max-width:1096px}}.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:15px;text-align:center;margin-top:125px}@media screen and (max-width:991px){.single-post .post_meta{margin-top:65px}}.single-post .post_meta>ul{display:flex;gap:30px;margin:0;padding:0}.single-post .post_meta>ul li{display:flex;width:100%;gap:25px;align-items:center;list-style:none;font-size:17px;font-weight:400}.single-post .post_meta>ul li>i{margin-right:5px}.single-post .post_meta>ul li img{width:19px}.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}.single-post h1,.single-post h2,.single-post h3,.single-post h4,.single-post h5,.single-post p,.single-post .wpb_text_column{color:#1a1a1a}.single-post h1:not(:last-child),.single-post h2:not(:last-child),.single-post h3:not(:last-child),.single-post h4:not(:last-child),.single-post h5:not(:last-child),.single-post p:not(:last-child),.single-post .wpb_text_column:not(:last-child){margin-bottom:24px !important}.single-post .row:not(.vc_inner){margin-bottom:80px}@media screen and (max-width:991px){.single-post .row:not(.vc_inner){margin-bottom:40px}}.single-post .row.vc_inner{margin-bottom:24px}.single-post .row.row-has-fill{padding:60px 0}.single-post .row.row-has-fill .vc_column-inner{padding-top:0}.single-post .inner-slimme-zonwering .column:has(.wpb_single_image){display:flex;align-items:center}.single-post .inner-slimme-zonwering .column:has(.wpb_single_image) .vc_column-inner{height:100%}.single-post .inner-slimme-zonwering .column:has(.wpb_single_image) .vc_column-inner .wpb_wrapper{height:100%}.single-post .inner-slimme-zonwering .column:has(.wpb_single_image) .vc_column-inner .wpb_wrapper .wpb_single_image{height:100%}.single-post .inner-slimme-zonwering .column:has(.wpb_single_image) .vc_column-inner .wpb_wrapper .wpb_single_image .vc_figure{height:100%;width:100%}.single-post .inner-slimme-zonwering .column:has(.wpb_single_image) .vc_column-inner .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper{height:100%;width:100%;display:flex}.single-post .inner-slimme-zonwering .column:has(.wpb_single_image) .vc_column-inner .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper img{height:100%;object-fit:cover;box-shadow:0 4px 15px 0 rgba(0, 35, 89, 0.15)}@media screen and (max-width:991px){.single-post .inner-slimme-zonwering .column:has(.wpb_single_image) .vc_column-inner .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper img{width:100%}}@media screen and (min-width:991px){.single-post .inner-slimme-zonwering .column:has(.wpb_single_image) .vc_column-inner .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper img{min-width:450px}}.single-post .inner-slimme-zonwering .column:has(.wpb_single_image):first-child .vc_single_image-wrapper{justify-content:start}@media screen and (max-width:991px){.single-post .inner-slimme-zonwering .column:has(.wpb_single_image):first-child .vc_single_image-wrapper img{margin-bottom:24px}}.single-post .inner-slimme-zonwering .column:has(.wpb_single_image):last-child .vc_single_image-wrapper{justify-content:end}@media screen and (max-width:991px){.single-post .inner-slimme-zonwering .column:has(.wpb_single_image):last-child .vc_single_image-wrapper img{margin-top:24px}}.streep-ul.wpb_text_column ul,.vink-ul.wpb_text_column ul{padding-left:0}.streep-ul.wpb_text_column ul li,.vink-ul.wpb_text_column ul li{list-style-type:none;display:flex;justify-content:start;flex-wrap:wrap;gap:9px 15px;font-weight:700;font-size:18px;padding-left:37px}.streep-ul.wpb_text_column ul li span.desc,.vink-ul.wpb_text_column ul li span.desc{font-weight:400;width:100%}.streep-ul.wpb_text_column ul li:not(:last-child),.vink-ul.wpb_text_column ul li:not(:last-child){margin-bottom:32px}.streep-ul.wpb_text_column ul li:before{content:"";width:22px;height:2px;background-color:#ffd135;margin-top:12px;position:absolute;left:15px}.vink-ul.wpb_text_column ul li:before{content:"";width:22px;aspect-ratio:1;background-image:url("/wp-content/themes/saleswizard-theme/inc/assets/img/Vinkje.svg");background-repeat:no-repeat;background-size:contain;position:absolute;left:15px}.wpb_text_column ol{padding-left:0}.wpb_text_column ol li{list-style-type:none;counter-increment:customlistcounter;font-weight:700;font-size:18px;padding-left:32px}.wpb_text_column ol li:before{content:counter(customlistcounter) " ";position:absolute;left:15px}.wpb_text_column ol li span.desc{font-weight:400;width:100%}.wpb_text_column ol li:not(:last-child){margin-bottom:24px}.wpb_text_column ol:not(:last-child){margin-bottom:24px}.post_all{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:991px){.post_all{flex-direction:column;align-items:start}}.post_all h2{margin-bottom:0 !important}.post_all .btn{color:#1a1a1a}.post_all .btn:after{background-color:#1a1a1a}#blog_slider{margin-bottom:140px}@media screen and (max-width:991px){#blog_slider{margin-bottom:50px}}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comment-body .pull-left{padding-right:0.625rem}.comment-list{padding-left:0}.comment-list .comment{display:block}.comment-list .pingback{border-top:1px solid rgba(0, 0, 0, 0.125);padding:0.563rem 0}.comment-list .pingback:first-child{border:medium none}.comments-title{font-size:1.125rem}.post-type-archive-projecten .projects-loop .project-block{padding-left:10px;padding-right:10px}.project_wrapper{overflow:hidden;position:relative;transition:300ms}.project_wrapper:hover{transition:300ms}.project_wrapper:hover .project_thumbnail a::after{content:"";display:block;position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0, 0, 0, 0.4);z-index:2;transition:300ms}.project_wrapper:hover .project_content{bottom:10%}.project_wrapper .project_thumbnail{width:100%;height:275px;overflow:hidden}.project_wrapper .project_thumbnail img{width:100%;height:100%;transition:0.15s ease-in-out}.project_wrapper .project_content{position:absolute;bottom:-50px;width:auto;height:35px;z-index:10}@media only screen and (max-width:480px){.project_wrapper .project_content{padding:12px 12px 12px 12px;display:none}}.project_wrapper .project_content h3{text-align:center;margin-bottom:10px;transition:0.15s ease-in-out;color:white;font-size:20px;padding-left:15px}@media only screen and (max-width:480px){.project_wrapper .project_content h3{margin-bottom:13px}}.project_wrapper .project_content h3::after{content:"";display:block;position:absolute;bottom:0;right:0;left:-18px;height:2px;background-color:#ffd135;width:calc(100% + 15px)}.project_wrapper .project_content .project_meta ul{display:flex;align-items:center;justify-content:center;gap:12px;list-style-type:none;min-height:21px;padding:0}.project_wrapper .project_content .project_meta ul:not(.project_categories) li{min-width:max-content}@media (max-width:471px){.project_wrapper .project_content .project_meta ul:not(.project_categories){gap:0;flex-direction:column}}.project_wrapper .project_content .project_meta ul a{font-size:16px;color:#999999}.project_wrapper .project_content .project_meta ul.notactive{min-height:unset}.project_wrapper .project_content .project_meta ul i{margin-right:2px;font-size:14px}@media only screen and (max-width:480px){.project_wrapper .project_content .project_meta .project_meta .project_categories a{font-size:14px}}.project_wrapper .project_content .project_excerpt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:15px}@media only screen and (max-width:480px){.project_wrapper .project_content .project_excerpt{margin-top:3px;font-size:14px}}.all_projects{text-align:center;margin:15px 0}#single_project_wrapper{position:relative;margin:30px 0}#single_project_wrapper .single_project_inner{position:relative;display:block;padding:30px;margin:30px 0;box-shadow:0 3px 25px rgba(0, 0, 0, 0.1);border-radius:5px}#single_project_wrapper .project_short_description{padding-top:60px}#single_project_wrapper .project_description{padding-bottom:30px}#single_project_wrapper #project_gallery:not(.masonry){display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));column-gap:20px;row-gap:17px;padding:30px 0}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item){min-width:100%;position:relative}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item) img{width:100%;height:100%;object-fit:cover;border-radius:5px}@media (min-width:1101px){#single_project_wrapper #project_gallery:not(.masonry){grid-template-columns:repeat(4, 1fr)}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item) img{height:307px}}#single_project_wrapper #project_gallery.masonry{padding:30px 0}#single_project_wrapper #project_gallery.masonry .project-image.masonry-item{margin-bottom:12px}#single_project_wrapper #project_gallery.masonry .project-image.masonry-item.col-lg-3{padding-left:8px;padding-right:8px}@media (max-width:768px){#single_project_wrapper #project_gallery.masonry .project-image{width:100%}#single_project_wrapper #project_gallery.masonry .project-image img{width:100%}}.project-card{overflow:hidden;border:1px solid transparent;transition:all 0.15s ease-in-out;position:relative}.project-card:hover{transition:all 0.15s ease-in-out}.project-card:hover .project-link{transition:all 0.15s ease-in-out}.project-card:hover .project-link::after{content:"";display:block;position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0, 0, 0, 0.4);z-index:2;transition:300ms}.project-card:hover .project-link .project-title{bottom:10%;transition:all 0.15s ease-in-out}.project-thumb{display:block;width:100%;height:275px}.project-thumb img{width:100%;height:100%;object-fit:cover}.project-title{background-color:transparent;padding:15px 0;text-align:center;transition:all 0.15s ease-in-out;position:absolute;z-index:10}.project-title h3{font-size:24px;text-transform:capitalize;margin-bottom:0;padding-left:15px;color:white;transition:all 0.15s ease-in-out}.project-title h3::after{content:"";display:block;position:absolute;bottom:0;right:0;left:-18px;height:2px;background-color:#ffd135;width:calc(100% + 15px)}@media only screen and (max-width:768px){.project-title h3{font-size:18px}}a{color:#506a83}.review{position:relative;display:block;margin:0 auto;max-width:424px;border:2px solid #ffd135;padding:30px;text-align:center;border-radius:15px;background-color:#ffffff}.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:bold;color:#f4b92d;letter-spacing:5px}.review .review-content{margin-bottom:20px}.review .review-content P{text-align:left;font-size:18px;line-height:33px;color:#616161;font-weight:400}.splide_projects .splide__track{padding:30px 0px !important}@media only screen and (max-width:991px){.splide_logos .splide__track{padding:0 !important}}.splide_logos li{text-align:center;max-width:200px}@media only screen and (max-width:991px){.splide_logos li{max-width:none}}.splide_logos .slide_logo{display:flex;align-items:center;justify-content:center;height:113px}.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:0.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:#172e43;color:#fff !important;font-size:14px;padding:15px;margin-bottom:30px;cursor:pointer}.menu-action{display:block;width:100%;background-color:#172e43;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, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to bottom, rgba(250, 250, 250, 0) 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, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to top, rgba(250, 250, 250, 0) 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, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to bottom, rgba(250, 250, 250, 0) 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, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to top, rgba(250, 250, 250, 0) 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:bold}.product-categories .current-cat>a{color:#ff6000 !important;font-weight:bold}form.woocommerce-ordering{display:flex;align-items:center;margin-bottom:35px;gap:15px}form.woocommerce-ordering select{margin-bottom:0px}@media only screen and (min-width:992px){a.mobile-product-cats-btn{display:none}}#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:0.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:#222222}#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:white;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:#be0013;color:#ffffff}#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:#be0013;color:white;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:white;box-shadow:0 0 20px #dbdbdb;border-radius:10px;padding:20px;z-index:9}.is-active{font-weight:bold}}#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:rgba(0, 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:0px 0px 25px 2px rgba(0, 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-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:0.19;clip-path:circle(130.5% at 58% 160%);animation:blob-expand 2s cubic-bezier(0.25, 0.1, 0.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:rgba(72, 138, 204, 0);stroke:#fff;stroke-dashoffset:10px;stroke-dasharray:0 60%;stroke-width:1}70%{fill:rgba(72, 138, 204, 0);stroke:#fff}80%{fill:rgba(255, 255, 255, 0.2);stroke:#fff;stroke-width:3}100%{fill:#fff;stroke:rgba(54, 95, 160, 0);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 rgba(255, 255, 255, 0.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)}}.color-yellow{color:#ffd135}.wpb_text_column,.wpb_single_image{margin:0px !important}#override{overflow-x:hidden !important}@media only screen and (max-width:768px){h2{margin-bottom:20px}}.usp-section{padding:27px 0px;background-color:#1a1a1a}.usp-section>.column{max-width:1450px;margin:auto}.usp-section .splide__slide{color:#ffffff;font-size:18px;line-height:1;font-weight:500;display:flex;align-items:center;gap:18px;width:fit-content !important}@media only screen and (max-width:768px){.usp-section .splide__slide{width:100% !important;padding:0 29px !important;justify-content:center}}.usp-section .splide__slide::before{content:"";display:block;width:22px;height:22px;background:#ffd135;mask-image:url("/wp-content/uploads/Check-mark-geel.svg");mask-repeat:no-repeat;mask-position:center;mask-image:contain}.usp-section i{display:none}.diensten-section{padding:75px 0 100px}@media only screen and (max-width:991px){.diensten-section{padding:50px 0}}.diensten-section .vc_inner{margin-bottom:67px !important;display:flex;justify-content:space-between;flex-direction:row;gap:15px}@media only screen and (max-width:768px){.diensten-section .vc_inner{margin-bottom:36px !important;padding:0 25px;gap:25px}}.diensten-section .vc_inner h2{color:#1a1a1a}@media only screen and (max-width:768px){.diensten-section .vc_inner h2{margin-bottom:20px !important}}@media (max-width:992px){.diensten-section .diensten-row{display:flex;gap:25px}}@media (max-width:768px){.diensten-section .diensten-splide{display:flex;justify-content:center}.diensten-section .diensten-splide #diensten_splide_0-track{width:90%}}@media (max-width:580px){.diensten-section .diensten-splide #diensten_splide_0-track{width:85%}}.diensten-section .dienst-card{height:345px;position:relative;max-width:23% !important}@media (max-width:1368px){.diensten-section .dienst-card{max-width:46% !important;flex:0 0 46%}}@media (max-width:992px){.diensten-section .dienst-card{max-width:100% !important;flex:0 0 100%}}@media only screen and (max-width:768px){.diensten-section .dienst-card{height:300px}}.diensten-section .dienst-card::before{content:"";display:block;position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0, 0, 0, 0.3);z-index:2;transition:300ms}.diensten-section .dienst-card .vc_column-inner{height:100%;background-repeat:no-repeat;background-size:cover}.diensten-section .dienst-card:hover .dienst-title{transform:translateY(0px)}.diensten-section .dienst-card:hover .short-desc{transform:translateY(0%) !important;opacity:1 !important}.diensten-section .dienst-card:hover .dienst-card::before{opacity:0}.diensten-section .dienst-card .dienst-thumb{position:absolute;left:0;height:100%;width:100%}.diensten-section .dienst-card .dienst-thumb figure{height:100%;width:100%}.diensten-section .dienst-card .dienst-thumb figure div{height:100%;width:100%}.diensten-section .dienst-card .dienst-thumb figure div img{height:100%;object-fit:cover;filter:grayscale(100%);transition:filter 0.3s ease}.diensten-section .dienst-card .dienst-thumb img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter 0.3s ease}.diensten-section .dienst-card:hover .dienst-thumb img{filter:grayscale(0);transition:filter 0.3s ease}.diensten-section .dienst-card:hover:before{background:rgba(0, 0, 0, 0.1)}.diensten-section .dienst-card .dienst-title{position:absolute;bottom:28px;left:0;z-index:5;padding-left:18px;padding-top:35px;transform:translateY(120px);transition:300ms;min-height:175px;max-height:175px}.diensten-section .dienst-card .dienst-title h4{margin-bottom:6px !important;position:absolute;top:0px;display:inline-block}.diensten-section .dienst-card .dienst-title h4::after{content:"";display:block;position:absolute;bottom:0;right:0;left:-18px;height:2px;background-color:#ffd135;width:calc(100% + 15px)}.diensten-section .dienst-card .dienst-title .short-desc{background-color:#ffffff;margin-left:-18px;max-width:276px;padding:15px 50px 15px 15px;position:relative;color:#5d5d5d;transform:translateY(100%);opacity:0;transition:300ms}.diensten-section .dienst-card .dienst-title .short-desc::after{content:"";display:block;width:25px;height:13px;background:url("/wp-content/uploads/Pijl-zwart.svg") no-repeat center;background-size:contain;position:absolute;bottom:15px;right:15px}.diensten-section .splide__arrow{width:40px;height:40px;background-color:transparent;opacity:1 !important}.diensten-section .splide__arrow::before{content:"";display:block;width:12px;height:25px;background:url("/wp-content/uploads/Caret-1.svg") no-repeat center;background-size:contain}.diensten-section .splide__arrow svg{display:none}.diensten-section .splide__arrow--prev{left:-50px}@media (max-width:768px){.diensten-section .splide__arrow--prev{left:-30px}}@media (max-width:580px){.diensten-section .splide__arrow--prev{left:-15px}}.diensten-section .splide__arrow--next{right:-45px}@media (max-width:768px){.diensten-section .splide__arrow--next{right:-30px}}@media (max-width:580px){.diensten-section .splide__arrow--next{right:-15px}}.diensten-section .splide__arrow--next::before{transform:rotate(180deg)}@media only screen and (max-width:991px){.diensten-section .splide__arrow--next{transform:translateY(-50%)}.diensten-section .splide__arrow--next::before{transform:rotate(180deg)}}.stats-section{padding-bottom:125px}@media only screen and (max-width:991px){.stats-section{gap:46px;flex-direction:column-reverse !important;padding-bottom:70px}}.stats-section h2{color:#1a1a1a}.stats-section p{margin:39px 0 31px 0 !important}.stats-section .vc_inner{margin-bottom:65px !important}@media only screen and (max-width:768px){.stats-section .vc_inner{margin-bottom:20px !important}}.stats-section .vc_inner>.column>.vc_column-inner>.wpb_wrapper{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:768px){.stats-section .vc_inner>.column>.vc_column-inner>.wpb_wrapper{flex-direction:column;align-items:flex-start;gap:23px}}.stats-section .vc_inner>.column>.vc_column-inner>.wpb_wrapper h3{color:#ffd135}.stats-section .vc_inner>.column>.vc_column-inner>.wpb_wrapper p{margin:0px !important;color:#000;font-size:19px;font-weight:600;margin-top:4px !important}.checklist-section{padding:90px 0px;background-color:#1a1a1a}@media only screen and (max-width:768px){.checklist-section{padding:40px}}@media only screen and (max-width:991px){.checklist-section{gap:50px}}.checklist-section p{margin:36px 0 46px 0 !important;color:#ffffff;font-weight:400}.checklist-section ul{margin-bottom:50px !important}.checklist-section .wpb_single_image{display:flex;justify-content:end}@media only screen and (max-width:991px){.checklist-section .wpb_single_image .wpb_wrapper{width:100%}.checklist-section .wpb_single_image .wpb_wrapper .vc_single_image-wrapper{width:100%}.checklist-section .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img{width:100%;max-height:381px;object-fit:cover}}.checklist-wrapper ul{padding:0px;list-style:none;display:grid;grid-template-columns:repeat(2, 1fr);gap:22px}@media only screen and (max-width:768px){.checklist-wrapper ul{display:flex;flex-direction:column;gap:20px;justify-content:flex-start}}.checklist-wrapper ul li{color:#ffffff;font-size:19px;line-height:32px;font-weight:600;display:flex;align-items:center;gap:17px}.checklist-wrapper ul li::before{content:"";display:block;width:22px;height:22px;border-radius:50%;background-image:url("/wp-content/uploads/Check-mark-geel.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.review-section{padding:124px 0px;padding-right:0px !important}@media only screen and (max-width:768px){.review-section{padding:55px 0}}@media only screen and (max-width:991px){.review-section>.column>.vc_inner{padding-right:0 !important}}.review-section .vc_inner{max-width:1320px}.review-section .splide_reviews{padding-bottom:82px}.review-section .splide__arrows{position:absolute;bottom:0px;left:0px;display:flex;align-items:center;width:100%;max-width:1320px;justify-content:space-between}.review-section .splide__arrows .splide__arrow{position:static;transform:translate(0px);width:56px;height:56px;background-color:transparent;opacity:1;transform:scale(1);border:1px solid #1a1a1a}.review-section .splide__arrows .splide__arrow::before{content:"";display:block;width:8px;height:13px;background:url("/wp-content/uploads/Caret.svg") no-repeat center;background-size:contain}.review-section .splide__arrows .splide__arrow.splide__arrow--next{transform:rotate(180deg)}.review-section .splide__arrows .splide__arrow svg{display:none}.review-section h2{color:#1a1a1a;margin-bottom:50px !important;max-width:1320px;text-align:center}@media only screen and (max-width:991px){.review-section h2{text-align:left;margin-bottom:24px !important}}.review-section .splide__slide{max-width:424px}@media only screen and (max-width:768px){.review-section .splide__slide{max-width:270px}}.review-section .splide__slide.is-active .review{background-color:#1a1a1a;border:2px solid #1a1a1a;color:#ffffff}@media only screen and (max-width:768px){.review-section .splide__slide.is-active .review{padding:20px;height:100%;display:flex;flex-direction:column;justify-content:space-between}}.review-section .splide__slide.is-active .review p,.review-section .splide__slide.is-active .review h5{color:#ffffff}@media only screen and (max-width:768px){.review-section .splide__slide.is-active .review h5{font-size:18px;line-height:25px}}@media only screen and (max-width:768px){.review-section .splide__slide.is-active .review p{font-size:16px;line-height:28px}}.review-section .client-info{display:flex;align-items:center;gap:25px}@media only screen and (max-width:768px){.review-section .client-info{gap:15px}}.review-section .client-info img{max-width:69px;max-height:69px;border-radius:50%;object-fit:cover;height:69px}@media only screen and (max-width:768px){.review-section .client-info img{max-width:55px;max-height:55px;height:55px}}.review-section .client-info .client-content{display:flex;flex-direction:column;gap:5px}@media only screen and (max-width:768px){.review-section .client-info .client-content p{font-size:16px;line-height:28px}}@media only screen and (max-width:768px){.review-section .client-info .client-content h5{font-size:18px;line-height:25px}}.review-section h5{color:#1a1a1a}.review-section .splide__progress{width:100%;max-width:1320px;padding:0px 90px;position:absolute;bottom:24px;height:5px}.review-section .splide__progress .line-background{background-color:#F5F5F5;height:5px;border-radius:100px;overflow:hidden}.review-section .splide__progress .splide__progress__bar{transition:300ms;height:5px;background-color:#ffd135;border-radius:100px}.projecten-mobile-items{padding-bottom:46px;display:none}@media only screen and (max-width:768px){.projecten-mobile-items{display:block}}.projecten-mobile-items h2{color:#1a1a1a;margin-bottom:24px !important}.projecten-mobile-items .sw-projecten-latest__list{display:flex;flex-direction:column;gap:21px}.projecten-mobile-items .btn-container{display:flex;justify-content:center;margin-top:30px !important}.projecten-section{padding-bottom:125px}@media only screen and (max-width:768px){.projecten-section{display:none}}.projecten-section .projecten-heading{margin-bottom:44px !important}@media (max-width:992px) and (min-width:768px){.projecten-section .projecten-heading{flex-direction:unset}.projecten-section .projecten-heading .col-sm-6{max-width:50% !important;flex:0 0 50% !important}}.projecten-section h2{color:#1a1a1a}.projecten-section .btn-container{display:flex;justify-content:end}.projecten-section .splide__arrow{width:60px;height:60px;background-color:transparent;opacity:1}.projecten-section .splide__arrow::before{content:"";display:block;width:12px;height:25px;background:url("/wp-content/uploads/Caret-1.svg") no-repeat center;background-size:contain}.projecten-section .splide__arrow svg{display:none}.projecten-section .splide__arrow--prev{left:-90px}.projecten-section .splide__arrow--next{right:-90px}@media (max-width:1400px) and (min-width:1200px){.projecten-section .splide__arrow--next{display:none}}@media (max-width:1125px) and (min-width:992px){.projecten-section .splide__arrow--next{display:none}}@media (max-width:900px){.projecten-section .splide__arrow--next{display:none}}.projecten-section .splide__arrow--next::before{transform:rotate(180deg)}.ons-section{background-color:#1a1a1a;padding-left:48px}@media (max-width:1200px){.ons-section{padding-left:30px}}@media only screen and (max-width:768px){.ons-section{padding:0 15px !important;background-clip:content-box}}@media only screen and (max-width:1200px){.ons-section{padding:0}.ons-section .col-sm-7{padding:47px 15px !important}.ons-section .wpb_single_image{display:flex;justify-content:end}}@media only screen and (max-width:1200px) and (max-width:991px){.ons-section .wpb_single_image .wpb_wrapper{width:100%}.ons-section .wpb_single_image .wpb_wrapper .vc_single_image-wrapper{width:100%}.ons-section .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img{width:100%;max-height:265px;object-fit:cover}}.ons-section>.column>.vc_column-inner{padding:0px}.ons-section>.column>.vc_column-inner p{max-width:650px;color:#ffffff;margin:39px 0px !important}.ons-section>.column>.vc_column-inner a{color:white;font-weight:bold}.ons-section>.column>.vc_column-inner img{max-height:425px;object-fit:cover}.steps-section{padding:125px 0px}@media only screen and (max-width:768px){.steps-section{padding:52px 0}}.steps-section .vc_inner>.column>.vc_column-inner>.wpb_wrapper{display:flex;flex-direction:column;gap:25px}.steps-section .steps-heading{margin-bottom:44px !important}@media only screen and (max-width:991px){.steps-section .steps-heading .col-sm-6 .btn-container{margin-right:auto;margin-top:22px !important}}.steps-section .steps-heading h2{color:#1a1a1a}.steps-section .steps-heading .btn-container{display:flex;justify-content:end}.steps-section .steps-content .wpb_wrapper{display:flex;flex-direction:column;gap:10px;padding:25px 5px 25px 40px;border:1px solid #DCDCDC}@media only screen and (max-width:768px){.steps-section .steps-content .wpb_wrapper{padding:15px;min-height:137px}}.steps-section .steps-content .wpb_wrapper h4{color:#1a1a1a;line-height:35px}.steps-section .steps-content .wpb_wrapper p{color:#5d5d5d;line-height:28px}@media only screen and (max-width:768px){.steps-section .steps-content .wpb_wrapper p{font-size:17px}}@media only screen and (max-width:991px){.steps-section .pakken-img-desktop{display:none}.steps-section .pakken-img-mobile{display:block;width:100%;margin-top:41px !important}.steps-section .pakken-img-mobile>figure.wpb_wrapper.vc_figure{width:100% !important}.steps-section .pakken-img-mobile>figure.wpb_wrapper.vc_figure .vc_single_image-wrapper{width:100% !important}.steps-section .pakken-img-mobile>figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img.vc_single_image-img{width:100% !important;max-height:320px;object-fit:cover}}.logo-section{padding-bottom:62px;padding-right:0 !important;padding-left:0 !important}@media only screen and (max-width:768px){.logo-section{padding-bottom:0}}.diensten-underhero{padding:125px 0px}@media only screen and (max-width:991px){.diensten-underhero{padding:50px 0px;gap:50px;flex-direction:column-reverse !important}}.diensten-underhero h2{color:#1a1a1a}.diensten-underhero p{margin:30px 0px !important}.diensten-underhero img{object-fit:cover}.contact-section{padding:80px 0px;background-image:url("/wp-content/uploads/Foto-contactformulier.jpg");background-size:cover;background-repeat:no-repeat;background-position:center}@media only screen and (max-width:768px){.contact-section{background:white;background-image:none;padding:55px 0px}}.contact-section::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.6)}@media only screen and (max-width:768px){.contact-section::before{display:none}}@media only screen and (min-width:768px){.contact-section .contact-section-img-mobile{display:none}}@media only screen and (max-width:768px){.contact-section .contact-section-img-mobile{display:block;max-height:154px;overflow:hidden;margin-bottom:25px}}.contact-section h2{text-align:center;margin-bottom:11px !important}@media only screen and (max-width:768px){.contact-section h2{font-size:28px;line-height:38px;margin-bottom:25px;color:#1a1a1a;text-align:left}}.contact-section p{text-align:center;color:#ffffff;margin-bottom:30px !important}@media only screen and (max-width:768px){.contact-section p{font-size:16px;line-height:30px;margin-bottom:25px !important;color:#5d5d5d;text-align:left}}.contact-section .gform_title{display:none !important}.contact-section .gform_wrapper.gravity-theme .gform_fields{grid-column-gap:30px !important;grid-row-gap:25px !important}@media only screen and (max-width:768px){.contact-section .gform_wrapper.gravity-theme .gform_fields{grid-row-gap:20px !important;grid-column-gap:25px !important}}.contact-section form{padding:40px !important;background-color:#ffffff !important;max-width:952px !important;margin:auto !important}@media only screen and (max-width:768px){.contact-section form{padding:0 !important}}.contact-section form input{background-color:#F8F8F8 !important;border:1px solid #E6E6E6 !important;border-radius:0px !important;height:60px !important;padding-left:15px !important;font-size:18px !important;margin:0px !important}@media only screen and (max-width:768px){.contact-section form input{font-size:16px !important;height:54px !important}}.contact-section form input::placeholder{font-size:18px !important;line-height:30px !important;color:#1E1E1E !important;font-weight:400 !important}@media only screen and (max-width:768px){.contact-section form input::placeholder{font-size:16px !important}}.contact-section form select{background-color:#F8F8F8 !important;border:1px solid #E6E6E6 !important;border-radius:0px !important;height:60px !important;padding-left:15px !important;font-size:18px !important;margin:0px !important}@media only screen and (max-width:768px){.contact-section form select{height:54px !important;font-size:16px !important}}.contact-section form .ginput_container_fileupload{display:block !important;width:100%}@media (max-width:350px){.contact-section form .gfield--type-fileupload{margin:15px 0}}.contact-section form .gfield--type-fileupload .gfield_label,.contact-section form .gfield--type-fileupload .sw-fileupload-status{display:none !important}.contact-section form .gfield--type-fileupload input[type="file"]{display:block !important;width:100%;background-color:#ffffff !important;border:1px solid #E6E6E6 !important;border-radius:0px !important;min-height:60px !important;height:auto !important;padding:12px 15px !important;font-size:18px !important;line-height:30px !important;color:#1E1E1E !important;margin:0px !important;cursor:pointer}@media only screen and (max-width:768px){.contact-section form .gfield--type-fileupload input[type="file"]{min-height:54px !important;font-size:16px !important;line-height:26px !important}}.contact-section form .gfield--type-fileupload input[type="file"]::file-selector-button{font-size:18px;line-height:30px;font-weight:400;color:#1E1E1E;padding:0px 40px;margin-right:20px;background-color:#F8F8F8;border:1px solid #E6E6E6;border-radius:0px;cursor:pointer}@media only screen and (max-width:768px){.contact-section form .gfield--type-fileupload input[type="file"]::file-selector-button{font-size:16px;padding:0 20px;margin-right:10px}}.contact-section form .gfield--type-fileupload input[type="file"]::-webkit-file-upload-button{font-size:18px;line-height:30px;font-weight:400;color:#1E1E1E;padding:0px 40px;margin-right:20px;background-color:#F8F8F8;border:1px solid #E6E6E6;border-radius:0px;cursor:pointer}@media only screen and (max-width:768px){.contact-section form .gfield--type-fileupload input[type="file"]::-webkit-file-upload-button{font-size:16px;padding:0 20px;margin-right:10px}}.contact-section form .sw-file-clear{display:none;margin-top:12px;padding:10px 18px;background-color:transparent;border:1px solid #E6E6E6;border-radius:0px;color:#1E1E1E;font-size:16px;line-height:1.3;cursor:pointer}.contact-section form .sw-file-clear.is-visible{display:inline-flex;align-items:center;justify-content:center}.contact-section form textarea{background-color:#F8F8F8 !important;border:1px solid #E6E6E6 !important;border-radius:0px !important;height:130px !important;padding-left:15px !important;padding-top:15px !important;font-size:18px !important;margin:0px !important}@media only screen and (max-width:768px){.contact-section form textarea{height:92px !important;font-size:16px !important}}.contact-section form textarea::placeholder{font-size:18px !important;line-height:30px !important;color:#1E1E1E !important;font-weight:400 !important}@media only screen and (max-width:768px){.contact-section form textarea::placeholder{font-size:16px !important}}.contact-section form .gfield_description{display:none !important}.contact-section form .gform-footer{padding:0px !important;margin:0px !important;margin-top:20px !important;position:relative;max-width:fit-content !important}.contact-section form .gform-footer::after{content:"";display:block;width:25px;height:13px;background:url("/wp-content/uploads/Pijl-zwart.svg") no-repeat center;background-size:contain;position:absolute;top:50%;right:25px;transform:translateY(-50%)}.contact-section form input[type="submit"]{border:2px solid #ffd135 !important;padding:15px 60px 15px 25px !important;background-color:transparent !important}.contact-section form input[type="submit"]:hover{background-color:#ffd135 !important}@media only screen and (max-width:768px){.contact-section form input[type="submit"]{line-height:1 !important}}.basic-section{padding-bottom:125px}@media only screen and (max-width:991px){.basic-section{padding-bottom:60px;gap:47px}}@media only screen and (max-width:768px){.basic-section .basic-img-wrap{height:220px !important;overflow:hidden}}.basic-section h2{color:#1a1a1a}.basic-section p{margin:35px 0 30px 0 !important;max-width:585px}.yellow-line-section{padding-bottom:114px}@media only screen and (max-width:991px){.yellow-line-section{padding-bottom:60px;gap:47px;flex-direction:column-reverse !important}}@media only screen and (max-width:768px){.yellow-line-section{padding-bottom:50px}.yellow-line-section .yellow-line-img-wrap{height:414px !important;overflow:hidden}}.yellow-line-section h2{color:#1a1a1a;margin-bottom:39px !important}.yellow-line-section .yellow-line{margin:47px 0px !important}.yellow-line-section .content-column .vc_column-inner{padding:0px 0px 0px 10px}.yellow-line ul{list-style:none;padding:0px;display:flex;flex-direction:column;gap:22px}.yellow-line ul li{font-size:19px;line-height:32px;color:#1a1a1a;font-weight:600;display:flex;align-items:center;gap:17px}@media only screen and (max-width:991px){.yellow-line ul li{font-size:17px;line-height:30px}}.yellow-line ul li::before{content:"";display:block;width:22px;height:2px;background-color:#ffd135}@media only screen and (max-width:991px){.steps-seo-section{flex-direction:column-reverse !important;gap:41px}}.onze-section{padding-bottom:124px}@media only screen and (max-width:768px){.onze-section{padding-bottom:60px}}.onze-section h2{text-align:center;color:#1a1a1a;margin-bottom:37px !important}@media only screen and (max-width:768px){.onze-section h2{font-size:28px;line-height:38px;text-align:left;margin-bottom:20px !important}}@media only screen and (max-width:991px){.onze-section .onze-content-wrap{gap:21px}}@media (max-width:1200px){.onze-section .onze-content-wrap .col-sm-3{max-width:50%;flex:0 0 50%;margin-bottom:15px}}.onze-section .vc_inner .column>.vc_column-inner{padding:0px 12.5px;height:100%}.onze-section .vc_inner .column>.vc_column-inner>.wpb_wrapper{background-color:#1a1a1a;padding:30px;height:100%}.onze-section .vc_inner .column>.vc_column-inner>.wpb_wrapper h4{font-size:24px;line-height:31px;display:flex;flex-direction:column;gap:16px;display:inline-flex;margin-bottom:16px !important}.onze-section .vc_inner .column>.vc_column-inner>.wpb_wrapper h4::after{content:"";display:block;width:100%;height:2px;background-color:#ffd135}.onze-section .vc_inner .column>.vc_column-inner>.wpb_wrapper p{color:#ffffff}.vacatures-section{padding-top:125px;display:flex;align-items:start;gap:24px}@media only screen and (max-width:1367px){.vacatures-section{flex-direction:column}}.vacatures-section .vacature_card{padding:27px 51px;border:1px solid #DCDCDC;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:1367px){.vacatures-section .vacature_card{flex-direction:column;align-items:start;gap:10px;padding:22.5px 20px}}.vacatures-section .vacatures-btn{display:flex;margin:0px !important}.vacatures-section .vacatures-heading{max-width:535px}.vacatures-section .vacatures-heading h2{color:#1a1a1a;margin-bottom:15px}.vacatures-section .vacatures-items{width:100%;max-width:760px}.vacatures-section .vacatures-items .vacatures-loop{display:flex;flex-direction:column;gap:25px}.vacatures-section .vacatures-items .vacatures-loop h4{font-size:26px;line-height:30px;color:#000;margin-bottom:10px !important;font-weight:600}.vacatures-section .vacatures-items .vacatures-loop .vacatures-fields{display:flex;align-items:center;gap:43px}.vacatures-section .vacatures-items .vacatures-loop .vacatures-fields .price-wrapper{display:flex;align-items:center;gap:10px}.vacatures-section li{list-style:none}.vacatures-underhero{padding:125px 0px}@media only screen and (max-width:991px){.vacatures-underhero{padding:45px 0 60px 0;gap:43px}}.vacatures-underhero h2{color:#1a1a1a;margin-bottom:35px !important}@media only screen and (max-width:991px){.vacatures-underhero h2{margin-bottom:19px !important}}.vacatures-underhero .paragraph{max-width:585px;margin:32px 0px 27px 0px !important}@media only screen and (max-width:991px){.vacatures-underhero .paragraph{margin:19px 0 36px 0 !important}}.vacatures-underhero .vc_inner>.column>.vc_column-inner>.wpb_wrapper{display:flex;align-items:center;gap:43px}.vacatures-underhero .vc_inner>.column>.vc_column-inner>.wpb_wrapper .price p{display:flex;align-items:center;gap:10px;color:#1a1a1a;font-size:18px;line-height:30px}.vacatures-underhero .vc_inner>.column>.vc_column-inner>.wpb_wrapper .price p::before{content:"";display:block;width:24px;height:24px;background:url("/wp-content/uploads/Euro.svg") no-repeat center;background-size:17px}.vacatures-underhero .vc_inner>.column>.vc_column-inner>.wpb_wrapper .hours p{display:flex;align-items:center;gap:10px;color:#1a1a1a;font-size:18px;line-height:30px}.vacatures-underhero .vc_inner>.column>.vc_column-inner>.wpb_wrapper .hours p::before{content:"";display:block;width:24px;height:24px;background:url("/wp-content/uploads/Koffer.svg") no-repeat center;background-size:19px}.vacatures-wat-section{padding-bottom:125px;justify-content:space-between}@media only screen and (max-width:991px){.vacatures-wat-section{padding-bottom:68px !important;flex-direction:column-reverse !important;gap:32px}}.vacatures-wat-section h2{color:#1a1a1a;margin-bottom:30px !important}.vacatures-wat-section .image-column{max-width:700px !important}.vacatures-wat-section .list-column .vc_column-inner{padding-right:0px}.projecten-template-hp-wrap{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:125px}.projecten-template-hp-wrap h2{color:#1a1a1a}.projecten-template-hp-wrap p{max-width:811px;margin:auto;padding-top:20px}.ritsscreen-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:125px}@media only screen and (max-width:991px){.ritsscreen-section{padding-top:45px}}.ritsscreen-section .ritsscreen-hp-wrap{padding-bottom:50px}@media only screen and (max-width:991px){.ritsscreen-section .ritsscreen-hp-wrap{padding-bottom:32px}}.ritsscreen-section .ritsscreen-hp-wrap h2{color:#1a1a1a}@media only screen and (max-width:991px){.ritsscreen-section .ritsscreen-hp-wrap h2{text-align:left}}.ritsscreen-section .ritsscreen-hp-wrap p{max-width:810px;margin:auto;padding-top:20px}@media only screen and (max-width:991px){.ritsscreen-section .ritsscreen-hp-wrap p{text-align:left;padding-top:0px}}.het-section{padding-top:135px}@media only screen and (max-width:991px){.het-section{padding-top:50px;gap:35px}}.het-section .het-hp-wrap h2{color:#1a1a1a;padding-bottom:35px}.kom-contact{padding-top:100px;padding-bottom:130px}@media only screen and (max-width:991px){.kom-contact{padding-top:45px;padding-bottom:55px}}@media only screen and (max-width:991px){.kom-contact{gap:43px}}.kom-contact .kom-box1 .kom-hp-wrap{padding-bottom:47px}.kom-contact .kom-box1 .kom-hp-wrap h2{color:#1a1a1a;padding-bottom:40px}@media only screen and (max-width:991px){.kom-contact .kom-box1 .kom-hp-wrap h2{padding-bottom:19px}}@media only screen and (max-width:768px){.kom-contact .kom-box1 .kom-hp-wrap h2{font-size:28px;line-height:41px;margin-bottom:0}}.kom-contact .kom-box1 .kom-tb-wrap .wpb_wrapper>p:nth-of-type(1){color:#000;padding-bottom:30px;display:flex;align-items:center}.kom-contact .kom-box1 .kom-tb-wrap .wpb_wrapper>p:nth-of-type(1)::before{content:"";background-image:url("/wp-content/uploads/Locatie-2.svg");display:block;width:19px;height:25px;margin-right:35px;background-repeat:no-repeat;background-size:contain}.kom-contact .kom-box1 .kom-tb-wrap .wpb_wrapper>p:nth-of-type(2){color:#000;padding-bottom:30px;display:flex;align-items:center}.kom-contact .kom-box1 .kom-tb-wrap .wpb_wrapper>p:nth-of-type(2)::before{content:"";background-image:url("/wp-content/uploads/Telefoon.svg");display:block;width:25px;height:25px;margin-right:35px;background-repeat:no-repeat;background-size:contain}.kom-contact .kom-box1 .kom-tb-wrap .wpb_wrapper>p:nth-of-type(3){color:#000;padding-bottom:30px;display:flex;align-items:center}.kom-contact .kom-box1 .kom-tb-wrap .wpb_wrapper>p:nth-of-type(3)::before{content:"";background-image:url("/wp-content/uploads/Whatsapp-geel.svg");display:block;width:28px;height:28px;margin-right:35px;background-repeat:no-repeat;background-size:contain}.kom-contact .kom-box1 .kom-tb-wrap .wpb_wrapper>p:nth-of-type(4){color:#000;display:flex;align-items:center}.kom-contact .kom-box1 .kom-tb-wrap .wpb_wrapper>p:nth-of-type(4)::before{content:"";background-image:url("/wp-content/uploads/Mail.svg");display:block;width:28px;height:21px;margin-right:35px;background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:991px){.row{flex-direction:column}.row>.column{max-width:100% !important;flex:0 0 100% !important}}.projects-loop{display:grid;grid-template-columns:repeat(3, 1fr);grid-row-gap:25px}@media only screen and (max-width:991px){.projects-loop{display:flex;flex-direction:column;gap:18px}}.project-images{padding-top:50px}@media only screen and (max-width:991px){.project-images{padding-top:17px;width:calc(100% + 15px)}}@media (max-width:578px){.project-images .splide__slide{width:85% !important;max-height:300px}}@media only screen and (max-width:480px){.project-images .splide__slide{max-width:312px}}.project-images .splide__slide a{display:block;width:100%;height:100%}.project-images .splide__slide a img{width:100%;height:100%;object-fit:cover}.project-images .splide__arrow{width:60px !important;height:60px !important;background-color:transparent !important;opacity:1 !important}.project-images .splide__arrow::before{content:"";display:block;width:12px;height:25px;background:url("/wp-content/uploads/Caret-1.svg") no-repeat center;background-size:contain}.project-images .splide__arrow svg{display:none}.project-images .splide__arrow--prev{left:-90px}@media only screen and (max-width:768px){.project-images .splide__arrow--prev{left:-25px}}.project-images .splide__arrow--next{right:-90px}.project-images .splide__arrow--next::before{transform:rotate(180deg)}@media only screen and (max-width:768px){.project-images .splide__arrow--next{right:-25px}}@media only screen and (max-width:991px){.project-images .splide__arrow--next{transform:translateY(-50%)}.project-images .splide__arrow--next::before{transform:rotate(180deg)}}@media (max-width:992px){.splide__slide.project{width:calc(50% - 20px) !important}}@media (max-width:500px){.splide__slide.project{width:100% !important}}.wpb_text_column ul li::marker,.wpb_text_column ol li::marker{color:#ffd135}.btn-container{display:flex}@media (max-width:480px){#CookiebotWidget{bottom:80px !important}}.sw-social-icons .fa-facebook-f:before{color:#ffd135}body.page-id-1040 #content #top-footer-form{margin-top:50px;display:block}body.page-id-1040 #top-footer-form{display:none}body.page-id-1711{padding-top:0 !important}body.page-id-1711 #hero-page,body.page-id-1711 #top-footer-form,body.page-id-1711 .site-header{display:none}form{padding:40px 0 !important;background-color:#ffffff !important;margin:auto !important}@media only screen and (max-width:768px){form{padding:0 !important}}form input{background-color:#F8F8F8 !important;border:1px solid #E6E6E6 !important;border-radius:0px !important;height:60px !important;padding-left:15px !important;font-size:18px !important;margin:0px !important}@media only screen and (max-width:768px){form input{font-size:16px !important;height:54px !important}}form input::placeholder{font-size:18px !important;line-height:30px !important;color:#1E1E1E !important;font-weight:400 !important}@media only screen and (max-width:768px){form input::placeholder{font-size:16px !important}}form select{background-color:#F8F8F8 !important;border:1px solid #E6E6E6 !important;border-radius:0px !important;height:60px !important;padding-left:15px !important;font-size:18px !important;margin:0px !important}@media only screen and (max-width:768px){form select{height:54px !important;font-size:16px !important}}form .ginput_container_fileupload{display:block !important;width:100%}@media (max-width:350px){form .gfield--type-fileupload{margin:15px 0}}form .gfield--type-fileupload .gfield_label,form .gfield--type-fileupload .sw-fileupload-status{display:none !important}form .gfield--type-fileupload input[type="file"]{display:block !important;width:100%;background-color:#ffffff !important;border:1px solid #E6E6E6 !important;border-radius:0px !important;min-height:60px !important;height:auto !important;padding:12px 15px !important;font-size:18px !important;line-height:30px !important;color:#1E1E1E !important;margin:0px !important;cursor:pointer}@media only screen and (max-width:768px){form .gfield--type-fileupload input[type="file"]{min-height:54px !important;font-size:16px !important;line-height:26px !important}}form .gfield--type-fileupload input[type="file"]::file-selector-button{font-size:18px;line-height:30px;font-weight:400;color:#1E1E1E;padding:0px 40px;margin-right:20px;background-color:#F8F8F8;border:1px solid #E6E6E6;border-radius:0px;cursor:pointer}@media only screen and (max-width:768px){form .gfield--type-fileupload input[type="file"]::file-selector-button{font-size:16px;padding:0 20px;margin-right:10px}}form .gfield--type-fileupload input[type="file"]::-webkit-file-upload-button{font-size:18px;line-height:30px;font-weight:400;color:#1E1E1E;padding:0px 40px;margin-right:20px;background-color:#F8F8F8;border:1px solid #E6E6E6;border-radius:0px;cursor:pointer}@media only screen and (max-width:768px){form .gfield--type-fileupload input[type="file"]::-webkit-file-upload-button{font-size:16px;padding:0 20px;margin-right:10px}}form .sw-file-clear{display:none;margin-top:12px;padding:10px 18px;background-color:transparent;border:1px solid #E6E6E6;border-radius:0px;color:#1E1E1E;font-size:16px;line-height:1.3;cursor:pointer}form .sw-file-clear.is-visible{display:inline-flex;align-items:center;justify-content:center}form textarea{background-color:#F8F8F8 !important;border:1px solid #E6E6E6 !important;border-radius:0px !important;height:130px !important;padding-left:15px !important;padding-top:15px !important;font-size:18px !important;margin:0px !important}@media only screen and (max-width:768px){form textarea{height:92px !important;font-size:16px !important}}form textarea::placeholder{font-size:18px !important;line-height:30px !important;color:#1E1E1E !important;font-weight:400 !important}@media only screen and (max-width:768px){form textarea::placeholder{font-size:16px !important}}form .gfield_description{display:none !important}form .gform-footer{padding:0px !important;margin:0px !important;margin-top:20px !important;position:relative;max-width:fit-content !important}form .gform-footer::after{content:"";display:block;width:25px;height:13px;background:url("/wp-content/uploads/Pijl-zwart.svg") no-repeat center;background-size:contain;position:absolute;top:50%;right:25px;transform:translateY(-50%)}form input[type="submit"]{border:2px solid #ffd135 !important;padding:15px 60px 15px 25px !important;background-color:transparent !important}form input[type="submit"]:hover{background-color:#ffd135 !important}@media only screen and (max-width:768px){form input[type="submit"]{line-height:1 !important}}/*# sourceMappingURL=https://www.zonweringlammertink.nl/wp-content/themes/saleswizard-theme/style.css.map */