/*
Theme Name: Accu Today
Author: M. Nieweg
Author URI: https://accutoday.nl/
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* http://meyerweb.com/eric/tools/css/reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


:root {
  margin: 0;
  padding: 0;
  --section-bg: #f4f4f4;
  --primary-color: #1d1d1d;
  --secondary-color: #37d154;
  --third-color: #33c64e;
  --button-color-primary: #0000FF;
  --button-color-alt: #2d25e0;
  --body-fonts: 'Visby CF', Helvetica Neue,Arial,sans-serif;
  --title-fonts: 'Visby CF', Helvetica Neue,Arial,sans-serif;
  --line-height: 1.5;
  --text-size-small: 14px;
  --text-size-smaller: 16px;
  --text-size: 18px;
  --text-size-bigger: 20px;
  --light-grey: #b4b4b4;
}

::-moz-selection {
  background: #37d154;
  color: #fff
}

::selection {
  background: #37d154;
  color: #fff
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: italic;
  font-weight: 700;
  src: url(./fonts/VisbyCF-BoldOblique.woff2) format("woff2"),url(./fonts/VisbyCF-BoldOblique.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/VisbyCF-Bold.woff2) format("woff2"),url(./fonts/VisbyCF-Bold.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: italic;
  font-weight: 600;
  src: url(./fonts/VisbyCF-DemiBoldOblique.woff2) format("woff2"),url(./fonts/VisbyCF-DemiBoldOblique.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: italic;
  font-weight: 300;
  src: url(./fonts/VisbyCF-LightOblique.woff2) format("woff2"),url(./fonts/VisbyCF-LightOblique.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: normal;
  font-weight: 500;
  src: url(./fonts/VisbyCF-Medium.woff2) format("woff2"),url(./fonts/VisbyCF-Medium.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: normal;
  font-weight: 600;
  src: url(./fonts/VisbyCF-DemiBold.woff2) format("woff2"),url(./fonts/VisbyCF-DemiBold.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: normal;
  font-weight: 900;
  src: url(./fonts/VisbyCF-Heavy.woff2) format("woff2"),url(./fonts/VisbyCF-Heavy.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: italic;
  font-weight: 800;
  src: url(./fonts/VisbyCF-ExtraBoldOblique.woff2) format("woff2"),url(./fonts/VisbyCF-ExtraBoldOblique.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: normal;
  font-weight: 300;
  src: url(./fonts/VisbyCF-Light.woff2) format("woff2"),url(./fonts/VisbyCF-Light.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: italic;
  font-weight: 900;
  src: url(./fonts/VisbyCF-HeavyOblique.woff2) format("woff2"),url(./fonts/VisbyCF-HeavyOblique.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: italic;
  font-weight: 500;
  src: url(./fonts/VisbyCF-MediumOblique.woff2) format("woff2"),url(./fonts/VisbyCF-MediumOblique.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/VisbyCF-Regular.woff2) format("woff2"),url(./fonts/VisbyCF-Regular.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Visby CF;
  font-style: italic;
  font-weight: 400;
  src: url(./fonts/VisbyCF-RegularOblique.woff2) format("woff2"),url(./fonts/VisbyCF-RegularOblique.woff) format("woff")
}

*, html {
  box-sizing: border-box;
}

body {
  font-family: var(--body-fonts);
  background-color: #fff;
  counter-reset: list-step;
}

h1 {
  color: var(--primary-color);
  font-family: var(--title-fonts);
  font-size: 2.375rem;
  font-weight: 800;
  line-height: 1
}

h2.wp-block-heading strong,
h2 {
  font-size: 60px;
  color: var(--primary-color);
  font-family: var(--title-fonts);
  font-weight: 800;
}

.hero h1 {
  font-size: 80px;
  color: #fff;
  font-family: var(--title-fonts);  
  animation: fadeInUp;
  animation-duration: 1s;
}

.homepage .hero h1 {
  text-shadow: 2px 2px 10px rgb(29 29 29 / 25%);
}

.noJSoverlay {
  position: fixed;
  background-color: rgba(244,244,244,5);
  text-align: center;
  padding-top: 5rem;
  font-weight: bold;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
}

h3 {
  font-size: 1.875rem;
  color: var(--primary-color);
  font-family: var(--title-fonts);
  font-weight: 900;
}

h1, h2, h3, h4, h5, p {
  margin-bottom: calc(1rem + 0.7vw);
  margin-top: 0;
}

a {
  cursor: pointer;
  color: #37d154;
  text-decoration: none;
}

.clear {
  clear: both;
  height: 1px;
  content: "";
}

.header .nav > li:hover > a,
.header a:hover {
  color: #37d154;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

img {
  max-width: 100%;
}

p {
  color: var(--primary-color);
  font-family: var(--body-fonts);
  line-height: var(--line-height);
  font-size: var(--text-size);
}

.turn-right {
  transform: rotate(-90deg) !important;
}

main {
  padding-top: 120px;
}

main.homepage {
  padding-top: 0;
}

main.thankyou {
  background-color: var(--third-color);
  color: white;
  text-align: center;
  padding-top: 8.5rem;
  height: 100vh;
}

main.thankyou.quote {
  text-align: left;
  height: 100%;
}
main.thankyou.quote .columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  margin-top: 3rem;
}

main.thankyou.quote .mask { 
  
  display: flex;
  gap: 1rem;
  float:left; 
  width:100%; 
  overflow:hidden;  
  position:relative;
}


main.thankyou.quote .cases {
  overflow: hidden;
  padding: 0.5rem 1.25rem;
  margin: 0 2rem;
  background-color: var(--section-bg);
}

main.thankyou.quote ul li {
  padding: .5rem 0 .5rem 2.5rem;
  position: relative;
}

main.thankyou.quote ul li:last-child p {
  margin-bottom: 0;
}

main.thankyou.quote .container {
  padding-top: 1rem;
}

main.thankyou.quote h1 {
  margin-top: 0;
  font-size: 3rem;
}

main.thankyou.quote h2 {
  font-size: 2rem;
  color: white;
  margin-bottom: 1rem;
}

main.thankyou.quote .sliderbox {
  background-color: white;
  border: 1px solid #f8f8f8;
  padding: 1.5rem;
  border-radius: 1rem;
  min-height: 30rem;
  position: relative;
}

main.thankyou.quote ul li a {
  color: #fff;
  text-decoration: underline;
  margin-top: .5rem;
  display: inline-block;
}

main.thankyou.quote ul li h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
  margin-top: .25rem;
}

main.thankyou.quote .arrow {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  color: var(--secondary-color);
}

main.thankyou.quote .arrow svg {
  width: 1.5rem;
  cursor: pointer;
}

main.thankyou.quote .triggers {
  display: none !important;
}

main.thankyou.quote .arrow svg path {
  fill: var(--secondary-color);
  cursor: pointer;
}

main.thankyou.quote .arrow:hover svg path {
  fill: #1d1d1d;
}

main.thankyou.quote .arrow.right {
  right: 0.5rem;
  left: auto;
}

main.thankyou.quote ul li p {
  max-width: 30rem;
  font-size: 1rem;
}

main.thankyou.quote ul li:before {
  align-items: center;
  background-color: #fff;
  border-radius: .3125rem;
  color: #37d154;
  content: counter(list-step);
  counter-increment: list-step +1;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 1.75rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 12px;
  width: 1.75rem;
}

main.thankyou.quote h3 {
  color: var(--secondary-color);
  font-size: 1.5rem;
  display: block;
  text-align: center;
}

main.thankyou svg {
  max-width: 10rem;
  margin-bottom: 2.5rem;
  display: inline-block;
}

main.thankyou .thankyou-img {
  margin: 0rem 0 4rem;
}

main.thankyou p {
  color: white;
  font-size: 1.5rem;
}

main.thankyou h1 {
  font-size: 3.625rem;
  color: white;
}

main.pagenotfound {
  background-color: var(--third-color);
  text-align: center;
  height: 100vh;
  color: white;
}

main.pagenotfound h1 {
  margin-top: 4rem;
  font-size: 30rem;
  color: white;
}

main.pagenotfound p {
  font-weight: 800;
  font-size: 2rem;
}

.kennisbank_detail {
  background-color: var(--section-bg);
}

.kennisbank_detail .featured-image {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
  max-width: 30rem;
}

.kennisbank_detail .featured-image img {
  height: auto;
}

.kennisbank_detail .content-wrapper-logo {
  display: flex;
  gap: 2rem;
}

.kennisbank_detail .videobox {
  margin-top: 1rem;
  text-align: center;
}

.kennisbank_detail .videobox .title {
  font-size: 2rem;
  font-weight: 900;
  text-align: left;
}

.kennisbank_detail .videobox iframe {
  margin: 0 auto;
  min-height: 310px;
  display: inline-block;
  width: 100%;
  max-width: 40rem;
}

.kennisbank_detail blockquote {
  font-weight: 600;
  margin: 0 2.5rem;
  font-style: italic;
}

.kennisbank_detail .box a {
  font-weight: 600;
}

.kennisbank_detail .container {
  max-width: 1600px;
}

.kennisbank_detail .box {
  background-color: white;
  padding: 2rem;
  border-radius: 16px;
}

.kennisbank_detail .box.last {
  margin-top: 1rem;
}

.kennisbank_detail .box.last .other_title {
  margin-top: 1.5rem;
}

.kennisbank_detail .box.last .other_title:first-child{ 
  margin-top: 0;
}

.kennisbank_detail .box hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

.kennisbank_detail .box table td {
  padding: .25rem;
  color: #1d1d1d;
  line-height: 1.25rem;
}

.kennisbank_detail .menu a {
  color: #1d1d1d;
  line-height: 1.25rem;
  padding-right: 20px;
  font-weight: 500;
}

.kennisbank_detail .menu .cta_box {
  text-align: center;
}

.kennisbank_detail .menu a.btn {
  color: white;
  padding-right: 3.5rem;
  padding-left: 2rem;
  font-weight: 700;
  font-size: 1rem;
  margin: 1rem auto 0;
}


.kennisbank_detail .menu a.btn:hover {
  padding-right: 2.25rem;
  padding-left: 3.5rem;
}

.kennisbank_detail .menu a.active {
  color: #37d154;
}

.kennisbank_detail .kennis_layout {
  display: grid;  
  grid-template-columns: 30% 70%;
  grid-gap: 3rem;
}

.kennisbank_detail .menu .other_title,
.kennisbank_detail .menu .parent_title {
  font-size: 1.5rem;
  display: block;
  font-weight: 900;
}

section.overview.kennisbank .up,
.kennisbank_detail .up {
  font-weight: bold;
  margin-bottom: 1rem;
  display: inline-block;
}

.kennisbank_detail ul {
  margin-top: .25rem;
}

.kennisbank_detail ul li {
  border-bottom: .0625rem solid #e6e6e6;
  padding: .75rem 0;
  position: relative;
}

.kennisbank_detail ul li:last-child {
  border-bottom: none;
}

.kennisbank_detail ul li:hover a{
  color: var(--secondary-color);
}
.kennisbank_detail ul li .arrow.active svg path,
.kennisbank_detail ul li:hover svg path {
  fill: var(--secondary-color) !important;
}

.kennisbank_detail ul li:hover .stars svg path {
  fill: rgb(248, 207, 35)  !important;
}



.kennisbank_detail .arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.kennisbank_detail .content .reviews a p > strong {
  display: block;
}

.kennisbank_detail .content h3 b {
  /* padding-left: 1rem; */
}

.kennisbank_detail .content h2 {
  margin-bottom: 0.5rem; 
  font-size: 1.25rem;
}

.kennisbank_detail .menu {
  position: relative;
}

.kennisbank_detail .box.fixed { position: fixed; top: 9rem; margin-right: .5rem;} 
.kennisbank_detail .box.abs {position: absolute !important; bottom: 0; height: auto; top: auto !important;}

.kennisbank_detail .content h3 {
  font-size: 1.125rem;
  margin-bottom: .35rem;
}

.kennisbank_detail .content p span img.emoji {
  width: .875rem !important;
  height: .875rem !important;
  margin-left: 1rem !important;
  /* margin-bottom: .5rem !important; */
  filter: brightness(0) saturate(100%) invert(80%) sepia(14%) saturate(2396%) hue-rotate(70deg) brightness(89%) contrast(83%);
}

.kennisbank_detail .content h3,
.kennisbank_detail .content h2 {
  margin-top: 2rem;
}

.kennisbank_detail .content h2:first-child {
  margin-top: 0;
}

.kennisbank_detail .content ol,
.kennisbank_detail .content ul {
  margin: 0;
  margin-left: 2.25rem;
  margin-bottom: 1.25rem;
}

.kennisbank_detail .content p + ol {
  margin-bottom: 0;
}

.kennisbank_detail .content .p_ul,
.kennisbank_detail .content .p_ol,
.kennisbank_detail .content ul ~ p, 
.kennisbank_detail .content ol ~ p {
  margin-bottom: 0.5rem !important;
}

.kennisbank_detail .content iframe {
  margin-top: 1rem;
  max-width: 650px;
  width: 100%;
  min-height: 350px;
}

.kennisbank_detail .content p {
  font-size: 1rem;
}

.kennisbank-cta {
  background-color: var(--secondary-color);
  text-align: center;
  margin: 1rem -2rem 0;
}

.kennisbank_detail .kennisbank-cta .container {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}


.kennisbank-cta .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.kennisbank-cta .title {
  font-weight: 900;
  font-size: 1.5rem;
  color: white;
}

.kennisbank_detail .content ol li,
.kennisbank_detail .content ul li {
  border-bottom: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1.25rem;
  list-style-type: disc;
  margin-bottom: .75rem;
  color: #1d1d1d;
}

.postid-5208 p img.alignnone.size-full {
  height: auto;
}

.page-id-5074 section.product_header .picture .sticker,
.page-id-5074 section.product_header .personal {
  display: none;
}

.page-id-4921 .featured-image {
  display: none !important;
}  

.page-id-4921 .content .box {
  padding-bottom: 4rem;
}

.page-id-4901 .kennisbank_detail .featured-image img,
.page-id-4879 .kennisbank_detail .featured-image img {
  max-width: 14rem;
}

.page-id-4850 .kennisbank_detail .featured-image img {
  max-width: 17rem;
}


.page-id-4901 .kennisbank_detail table th,
.page-id-4901 .kennisbank_detail table td,
.page-id-4901 .kennisbank_detail table,
.page-id-4879 .kennisbank_detail table th,
.page-id-4879 .kennisbank_detail table td,
.page-id-4879 .kennisbank_detail table {
  font-size: .875rem;
  width: auto;
  vertical-align: middle;
  padding: .5rem;
  border: 1px solid #efefef;
}

.kennisbank_detail .content ol li {
  list-style-type: decimal;
}

.kennisbank_detail .btn.top {
  margin-top: 2rem;
}

.kennisbank_detail .btn.bottom {
  margin-bottom: 2rem;
}

.kennisbank_detail .text-center {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  gap: 1rem;
}
/*
section.landing_faq {
  background-color: var(--section-bg);
}

section.landing_faq .title {
  font-size: 1.25rem;
  font-weight: 900;
}
*/

section.faq.kennisbank.overview h1 {
  margin-bottom: 2rem;
}

section.faq.kennisbank .search {
  margin: 0 auto 4rem;
  max-width: 40rem;
}

section.faq.kennisbank .searchForm {
  display: flex;
  gap: 1rem;
}

section.faq.kennisbank .searchForm button[type=submit] {
  max-height: 3.25rem;
}

section.faq.kennisbank.overview .searchResults {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}

section.faq.kennisbank.overview .searchResults a {
  display: block;
}

section.faq.kennisbank.overview .searchResults .box {
  padding: 1.25rem;
  border: 1px solid #fff;;
}

section.faq.kennisbank.overview .searchResults .box:hover {
  border: 1px dashed var(--secondary-color);
}

section.faq.kennisbank.overview .searchResults .box h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

section.faq.kennisbank.overview .searchResults .box p:last-child {
  margin-bottom: 0;
}

section.faq.kennisbank.overview .boxes {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1432px;
  padding: 0;
}

section.faq.kennisbank.overview .boxes .items .item:last-child {
  border-bottom: none;
}

section.faq.kennisbank.overview h2 {
  margin-bottom: 1rem;
}

.kennisbank_detail ul li a {
  /* font-weight: 900; */
  /* display: block; */
}

body.page-products main {
  padding-top: 0;
}

.container {
  width: 1672px;
  margin: 0 auto;  
  padding: 2.5rem 0;
}

.btn {
  align-items: center;
  display: inline-flex;
  background-color: #fff;
  border: 0.0625rem solid transparent;
  border-radius: 1.875rem;
  cursor: pointer;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  height: 3.75rem;
  justify-self: start;
  line-height: 1;
  overflow: hidden;
  padding: 0 5.25rem 0 2.25rem;
  position: relative;
  text-align: center;
  transition: padding .4s cubic-bezier(.22,.61,.36,1),background-color .4s cubic-bezier(.22,.61,.36,1),color .4s cubic-bezier(.22,.61,.36,1),width .4s cubic-bezier(.22,.61,.36,1),border-color .4s cubic-bezier(.22,.61,.36,1);
  user-select: none;
  vertical-align: middle;
  z-index: 1;
  background-color: #2d25e0;
  border-color: #2d25e0;
  color: #fff;
  font-family: var(--body-fonts);
}

.btn:after, .btn:before {
  background-color: #fff;
    background-size: contain;
    content: "";
    height: 1rem;
    -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\'%3E %3Cpath d=\'M12.172 6.778L6.808 1.414 8.222 0 16 7.778l-7.778 7.778-1.414-1.414 5.364-5.364H0v-2z\'/%3E %3C/svg%3E') no-repeat 50% 50%;
    mask: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\'%3E %3Cpath d=\'M12.172 6.778L6.808 1.414 8.222 0 16 7.778l-7.778 7.778-1.414-1.414 5.364-5.364H0v-2z\'/%3E %3C/svg%3E') no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s cubic-bezier(.22,.61,.36,1);
    width: 2rem;
}

.btn:before {
  left: -1.5rem;
  opacity: 0;
}

.btn:hover:before {
  left: 1.5rem;
  opacity: 1;
}

.btn:after {
  right: 1.5rem;
}

.btn:hover:after {
  opacity: 0;
  right: -1.5rem;
}

.btn.alt {
  background-color: transparent;
  border-color: #2d25e0;
  color: #2d25e0;
}

.btn.alt::before {
  background-color: #2d25e0;
}

.btn.alt::after {
  background-color: #2d25e0;
}

.btn.alt:hover {
  background-color: #2d25e0;
  color: #fff;
}

.btn.alt:hover::before {
  background-color: #fff;
}

.btn.alt:hover::after {
  background-color: #fff;
}

.btn.alt.back {
  padding: 0 2.25rem;
  background-color: #ddd;
  color: #aaa;
  border: none;
}

.btn.alt.back:hover {
  background-color: #aaa;
  color: white;
}

.btn.alt.back:hover::before {
  display: none;
}

.btn.alt.back::after {
  display: none;
  /* left: 1.5rem;
  right: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
}

.btn:hover {
  padding: 0 2.25rem 0 5.25rem;
}

.btn.clean {
  background-color: transparent;
  font-size: .875rem;
  height: auto;
  padding: 0 5.25rem 0 2.25rem;
  color: #37d154;
  border-color: transparent;
}

.btn.clean::after,
.btn.clean::before {
  background-color: #37d154;
}

.btn.clean:hover {
  padding: 0 2.25rem 0 5.25rem;
}

.form-control {
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  border: .0625rem solid #b4b4b4;
  border-radius: .9375rem;
  box-shadow: none;
  color: #1d1d1b;
  display: block;
  font-family: 'Visby CF';
  font-size: 1rem;
  font-weight: 400;
  height: 3.25rem;
  line-height: 3.125rem;
  padding: .1875rem 1.5rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%
}

.form-control:focus {
  background-color: #fff;
  border-color: #37d154;
  box-shadow: 0 0 0 0.1875rem #37d15426;
  color: #1d1d1b;
  outline: none;
}

.form-control.error {
  border-color: #f1aeb5;
  background-color: #f8d7da;
  color: #58151c;
}

.form-control.error::placeholder {
  color: #58151c;
}

input[type=file].form-control {
  padding: 0 1.5rem;
}

.help-text {
  color: #2d25e0;
  font-size: .875rem;
}

/* Header */
.header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

header.header {
  max-width: 1840px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom-left-radius: clamp(1.25rem,0.9659090909rem + 0.7575757576vw,1.875rem);
  border-bottom-right-radius: clamp(1.25rem,0.9659090909rem + 0.7575757576vw,1.875rem);
  box-shadow: 0 0 1.625rem #00000014;
  height: 4.6875rem;
  position: fixed;
  top: 0;
  height: 120px;
  transition: all .4s cubic-bezier(.22,.61,.36,1);
  z-index: 1030;
  left: 2.5rem;
  right: 2.5rem;
}

.postid-2235 .content-img {
  display: block;
  text-align: center;
}

.actions button,
.actions a:nth-child(1) {
  align-items: center;
    border-radius: 0.5rem;
    display: flex;
    height: 2.5rem!important;
    justify-content: center;
    overflow: visible;
    padding: 0!important;
    width: 2.5rem!important;
    background-color: var(--secondary-color);
    display: none;
}


.actions button {
  display: none;
  border: none;
}

.actions button svg:nth-child(2),
.actions a:nth-child(1) svg:nth-child(2),
.actions .header__box:nth-child(3) {
  display: none;
}

.actions button.active svg:nth-child(1),
.actions a:nth-child(1).active svg:nth-child(1) {
  display: none;
  transition: all .4s cubic-bezier(.22,.61,.36,1);
}

.actions button.active svg:nth-child(2),
.actions a:nth-child(1).active svg:nth-child(2) {
  display: inline-block;
  transition: all .4s cubic-bezier(.22,.61,.36,1);
}

.header__top {
  background-color: var(--primary-color);
  color: #fff;
  height: 1.5625rem;  
  padding-left: 5rem;
  padding-right: 5rem;
  height: 2.5rem;
}

.header__usps li {
  display: inline-block;
  font-size: var(--text-size-small);
  margin-right: 0.75rem;
  position: relative;
  font-weight: 500;
  color: #fff;
  padding: 0.75rem 0 0.75rem 20px;
}

.header__usps li a {
  color: white;
}

.header__usps li::before {
  height: 0.625rem;
  background: transparent 50% no-repeat;
  background-size: contain;
  content: "";
  left: 0;
  position: absolute;
  top: 0.875rem;
  width: 0.875rem;
  background-image: url(./images/check.svg);
}

.hero {
  width: 100%;
  height: 550px;
}

.hero .hero_bg {
  border-bottom-left-radius: 3.5rem;
  border-bottom-right-radius: 3.5rem;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 700px;
  background-color: var(--secondary-color);
  z-index: 0;
}


.hero .hero_bg .bg {  
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2024/09/header-bg-min.webp);
  max-width: 80%;
}

/* .hero .hero_bg img {
  /* max-width: 80%; 
  position: absolute;
  bottom: 0;
  top: 0;
} */

.hero .hero_bg video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 92rem;
}

.hero .hero_content {
  position: relative;
  z-index: 1;
  top: 120px;
}

.hero .hero_container {
  display: grid;  
  grid-column: 1/-1;
  align-items: center;  
  grid-template-columns: 60% 40%;
  position: relative;
  padding: 0;
}

.hero .funnel_form_wrapper {
  position: relative;
}

.hero .funnel_form_wrapper .hide-first {
  display: none;
}

.hero .funnel_form {
  background-color: #fff;
  padding: 4rem 3rem;
  margin-right: 12.5rem;
  box-shadow: 0 0 4.75rem #0003;
  max-width: 30rem;
  border-radius: 1.875rem;
  height: 400px;
  position: relative;
  bottom: -3rem;
}

.hero .funnel_form.home {
  padding: 2rem 3rem;  
  height: 410px;
}

.hero .funnel_form .tel_cta {
  font-weight: 600;
  margin-top: 1.5rem;
}

.hero .funnel_form .tel_cta p {
  margin-bottom: .5rem;
}

.hero .funnel_form .tel_cta a {
  font-weight: 800;
  color: #1d1d1d;
}

.hero .funnel_form .quote_cta{
  font-weight: 800;
  color: #1d1d1d;
}

.hero .funnel_form .tel_cta .quote_cta span {
  text-decoration: underline;
}

.hero .funnel_form_title {
  font-size: 1.875rem;
  color: #37d154;
  line-height: 2.25rem;
  font-weight: 800;
}

.hero .business_form div {
  margin-bottom: 1rem;
}

.hero .business_form .btn {
  float: right;
}

.funneloverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8rem;
  background-color: rgba(244,244,244,.5);
}

.funneloverlaySubmit {
  position: absolute;
  top: 0;
  left: -1rem;
  right: -1rem;
  bottom: -6rem;
  z-index: 88;
  background-color: rgba(244,244,244,.75);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

.funneloverlaySubmit .img {
  margin-bottom: 1rem;
} 

.funneloverlaySubmit img {
  display: inline-block;
}

#newUsage input {

}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hero .svg_first {
  position: absolute;
  right: 20rem;
  top: -6rem;
  z-index: 2;
}

.hero .svg_second {
  position: absolute;
  right: -7.5rem;
  top: 10rem;
  z-index: 2;
}

.hero .cta {
  max-width: 40rem;
  margin-top: 7.5rem;
}

.hero.landing .funnel_form {
  padding: 2rem 3rem;
  height: auto;
}

.hero.landing .funnel_form.expand {
  bottom: -2rem;
}

.hero.landing.business .funnel_form {
  padding: 4rem 3rem;
}

.hero.landing .cta {
  max-width: 34rem;
  margin-top: 5.5rem;
}

.hero.landing .cta > p,
.hero.landing .cta > .usps {
  opacity: 0;
}

.hero.landing .cta h1 {
  animation: fadeInUp;
  animation-duration: 1s;
}

.hero .cta p {
  font-size: 1.875rem;
  line-height: 1.3333333333;
}


.hero.landing .cta .usps {
  padding: 2rem 0 4rem;
}

.hero.landing .cta .usps li {
  margin-bottom: 2rem;
  font-size: var(--text-size);
  font-weight: 500;
  position: relative;
  line-height: 1.5rem;
  padding-left: 2.25rem;
}

.hero.landing .cta .usps li img {
  vertical-align: middle;
  top: 0;
  left: 0;
  position: absolute;
}

.hero .form-flex {
  display: flex;
  gap: .5rem;
}

/* .page-template-content-landing-php .funnel_form .btn,
.page-template-home .btn_advice_home {
  margin-top: 1rem;
} */

.hero .form-flex div:last-child {
  width: 20%;
}


.hero .funnel_form .term,
.hero .funnel_form .solarpanels {
  margin: 1.5rem 0;
}

.hero .funnel_form .term .radio-custom {
  width: auto;
}

.hero .funnel_form .term .radio-custom input[type="radio"]+label
{
  padding: 17px 0;
  display: block;
  /* line-height: 2.25rem; */
}

.hero .funnel_form .term .radio-custom input[type="radio"]+label:last-child {
  /* line-height: normal; */
  padding: 17px 0;
}

.hero .funnel_form p {
  margin-bottom: 1.125rem;
}

.hero .funnel_form .term .title,
.hero .funnel_form .solarpanels .title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero .funnel_form .solarpanels ul{
  display: flex;
  cursor: pointer;
}

.hero .funnel_form .solarpanels ul li {
  width: 25%;
}

.hero .funnel_form .solarpanels ul li label {
  display: block;
  cursor: pointer;
}

.hero .form-flex .form-control {
  padding: .1875rem .75rem;
}

.hero.landing {
  height: 57.25rem;
}

.hero.landing .hero_bg {
  background-color: var(--section-bg);
  border-radius: 0;
  max-height: 58rem;
}

.page-id-650 section.our_products {
  padding-bottom: 2rem;
}

.page-id-650 .lpt_link {
  display: none !important;
}

.page-id-650 section.our_products .wrapper {
  display: block;
}

.page-id-650 section.our_products .wrapper .text h2 {
  text-align: center;
  font-size: 3.25rem;
  max-width: 40rem;
  margin: 1rem auto 0;
}

.page-id-650 section.our_products .wrapper .text p {
  text-align: center;
}

.page-id-650 section.our_products .wrapper .products {
  max-width: 70rem;
  margin: 0 auto;
}

.page-id-2280 nav > ul li svg {
  vertical-align: middle;
}

.page-id-3582 .hero.landing .bg_picture {
  background-position: -100px 0;
}

.hero.landing .bg_picture {
  background-size: cover;
  width: 70rem;
  background-repeat: no-repeat;
  height: 40em;
  border-bottom-left-radius: 3.75rem;
  position: absolute;
  right: 0;
  top: 0;
}

.hero.landing .funnel_form {
  right: -4rem;
  bottom: 2rem;
}

.hero.landing h1 {
  color: var(--primary-color);
}

.kiyoh {
  padding-top: 0.125rem;
}

.rating-box {
  display: flex;
  line-height: 1;
  list-style: none;
  padding: 0;
}

.rating-box li {
  margin-right: 0.1875rem;
}

.rating-box svg {
  width: 16px;
  height: 16px;
}

.header__review {

}

.header__review a {
  display: inline-block;
  vertical-align: middle;
}

.header__top-link {
  display: inline-block;
  color: var(--secondary-color);
  margin-right: 1.35rem;
}

.header__review .score {
  color: #fff;
  font-size: var(--text-size-smaller);
  margin: 0 .4rem 0;
  /* margin: 0.225rem .4rem 0; */
  font-weight: 700;
}

.header__content {
  height: 80px;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 5rem;
  padding-right: 5rem;
}

nav ul {
  display: flex;
}

nav ul li {
  margin-right: 2.5rem;
  display: block;
  padding: 2rem 0;
  position: relative;
}

nav > ul li svg {
  width: 1.125rem;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
}

nav ul li a {
  display: inline-block;
  font-size: var(--text-size);
  color: var(--primary-color);
  font-weight: 500;
  vertical-align: middle;
}

nav .menu_svg1,
nav .menu_svg2 {
  display: none;
}

nav ul li.active > a {
  color: #37d154;
}

nav ul li .submenu {
  display: none;
}

nav ul li .submenu ul {  
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  /* grid-template-columns: repeat(2,minmax(0,1fr)); */
}

nav ul li:hover .submenu {
  display: block;
  position: absolute;
  top: 5rem;
  left: -3rem;
  right: -42rem;
  border: 1px solid #efefef;
  border-top: none;
  max-width: 45rem;
  /* max-width: 27rem; */
  height: auto;
  background-color: white;
  box-shadow: 0 4px 10px rgba(102,102,102,.2);
}

nav ul li:hover .submenu.large {
  max-width: 54rem;
}

nav ul li:hover .submenu.large ul {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

nav ul li.active svg path,
nav > ul li:hover svg path{
  stroke: var(--secondary-color);
}


nav ul li:hover .submenu li a.mainpage img {
  opacity: .5;
}

nav ul li .submenu li.active a.mainpage img,
nav ul li:hover .submenu li a.mainpage:hover img {
  opacity: 1;
}

nav ul li:hover .submenu.small {
  /* max-width: 13.5rem; */
  max-width: 27rem;
}

nav ul li .submenu.small ul {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

nav ul li:hover .submenu.small {
  left: 0;
}

nav ul li:hover .submenu li {
  border-right: 1px solid #efefef;
  padding: 0;
  margin-right: 0;
  text-align: center;
  display: flex;
  
  justify-content: center;
  align-items: center;
}

nav ul li:hover .submenu ul li:last-child {
  border-right: none;
}

nav ul li:hover .submenu li a {
  /* padding: 0 4rem; */
  padding: 1.675rem 0;
}

nav ul li:hover .submenu li:last-child {
  margin-right: 0;
}

nav ul li:hover .submenu li a .title {
  margin-top: 1rem;
  text-align: center;
  line-height: 1.25;
  padding: 0 0.5rem;
  min-height: 45px;
}

nav ul li:hover .submenu li img {
  display: block;
}

nav ul li:hover .submenu li a span {
  display: block;
}

nav ul li:hover .submenu li a img {
  display: inline-block;
  max-height: 7rem;
}

nav ul li:hover .submenu span.img.kiwatt {
  padding: 2.75rem;
}

.header__content .logo {
  display: inline-block;
  margin-right: 3.5rem;
}

.header__content .logo img {    
  max-width: 200px;
  width: 200px;
  height: 44px;
}

.header__content .actions svg {
  max-width: 25px;
}

.radio-custom {
  width: 11rem;
  border: .0625rem solid #f4f4f4;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}

.radio-custom label {
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  margin-left: -30px;
  padding: 10px 20px;
  font-size: var(--text-size-small);
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  color: #1c1c1c;
}

.radio-custom label:hover {
  background-color: rgba(55, 210, 84, .4);
  border-color: rgba(55, 210, 84, .4);
  color: white;
}

.radio-custom input[type="radio"]:checked+label {
  background-color: #37d154;
  border-color: #37d154;
  color: white;
}

input[type="radio"] {
  visibility: hidden;
}

.actions {
  display: flex;
}

.actions .header__box {
  align-items: center;
  border-radius: 0.5rem;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  overflow: visible;
  padding: 0 ;
  width: 3.25rem;
  background-color: #f4f4f4;
  color: var(--primary-color);
  position: relative;
}
.postid-3382 .small_container h3 {
  margin-bottom: .5rem;
  margin-top: 2rem;
}
.page-id-3582 section.content .picture .img {
  background-position: center;
}
.page-id-3582 section.content.right .picture:last-child img{
  background-position: right;
}
.page-id-3582 .funnel_form,
.page-id-290 .funnel_form,
.page-id-2031 .funnel_form,
.page-id-1739 .funnel_form {
  height: auto;
  padding: 2rem 2rem !important;
}


.page-id-2456 .hero.landing .cta h1 {
  font-size: 70px;
}

.page-id-2031 section.content.right .picture .img {
  background-position: -260px;
}

.actions .header__box:nth-child(2) {
  /* margin-right: .3125rem; */
}

.actions .header__box .counter {
  align-items: center;
  background-color: #37d154;
  border-radius: clamp(0.375rem,0.3181818182rem + 0.1515151515vw,0.5rem);
  color: #fff;
  display: flex;
  font-size: clamp(.6875rem,.6022727273rem + .2272727273vw,.875rem);
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  position: absolute;
  height: 1.5rem;
  right: -0.75em;
  top: -0.75em;
  width: 1.5rem;
}

.animate__animated.animate__delay-0s {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.animate__animated.animate__delay-025s {
  -webkit-animation-delay: .125s;
  animation-delay: .125s;
}

.animate__animated.animate__delay-05s {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.animate__animated.animate__delay-075s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animate__animated.animate__delay-125s {
  -webkit-animation-delay: .75s;
  animation-delay: .72s;
}

.animate__animated.animate__delay-15s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate__animated.animate__delay-25s {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

/* Thuis */

section.content .picture {
  background-repeat: no-repeat;
}
section.content .picture #viewer {
    width: 40rem;
    height: 34rem;
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
}

section.content .picture .sticker {  
  position: absolute;
  left: 1rem;
  cursor: pointer;
  top: 1rem;
  display: block;
  width: 100%;
  max-width: 4rem;
  background-color: #fff;
  height: 3rem;
  background-size: 50px;
  background-image: url(https://accutoday.nl/wp-content/themes/accutoday/images/360-deg-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  display: flex;
  padding-left: 70px;
  align-items: center;
  background-position: 10px center;
  font-weight: 900;
  font-size: 0.875rem;
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.25rem;

}

.page-id-339 section.content .picture .img {
  height: 24rem;
}

.page-id-339 section.content .img:last-child {
  height: 36rem;
}

.page-id-1739 .hero h1 {
  font-size: 76px;
}

.page-id-1739 section.content .picture .img {
  background-position: center;
}

.page-id-1850 .hero.landing {
  height: 44.25rem;
}
.page-id-1850 .hero.landing .hero_bg {
  max-height: 44.25rem;
}

.page-id-1971 section.content .picture .img {
  max-height: 20rem;
  max-width: 20rem;
}

.page-id-1971 section.big_text {

}

.page-id-1971 section.big_text .graphic {
  display: none;
}

.page-id-1971 section.big_text .container {
  display: block;
  text-align: center;
  padding: 0 12rem;
}

.page-id-1971 section.content .textBlock {
  grid-gap: 6rem;
}

.page-id-1971 section.content.lessTop.noPadding{
  background-color: var(--section-bg);
}

.page-id-1971 section.content .container {
  padding: 0 3rem;
}

.page-id-1971 .container.disclaimer {
  line-height: 1rem;
  text-align: center;
}

.page-id-1971 section.content .picture {
  text-align: center;
}

.page-id-1971 section.content .picture .img {
  display: inline-block;
}

.page-id-1971 .container.disclaimer small {
  font-size: .75rem;
}

.page-id-1971 .container.disclaimer strong {
  display: block;
}

.page-id-1971 section.big_text .text h1, 
.page-id-1971 section.big_text .text h2 {
  font-size: 3.5625rem;
}


/* .banner {
  border-top: 1px solid #e97224;
  margin-top: 2rem;
  background-color: #fff0e6;
  border-bottom: 1px solid #e97224;
} */

.banner.banner-payments {
  background-color: #fff;
  color: #1d1d1d;
}

.banner.banner-payments .container {
  display: block;
}

.banner.banner-payments .wrap {
  margin: 0 3rem;
  border: 1px solid #ccc;  
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.banner.banner-payments .text a,
.banner.banner-payments .text {
  color: #1d1d1d;
}

.banner.banner-payments img {
  width: auto;
  height: auto;
}

.banner.banner-payments .title {
  display: inline;
}

.banner.banner-payments .text a {
  display: inline;
  margin-left: .25rem;
}

section.content.right .picture .icon svg, 
section.content.right .picture .icon img {
	height: 3.125rem;
	width: 3.125rem;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

section.our_products .wrapper .products .lpt_link {
  color: white;
  text-align: center;
  background-color: var(--secondary-color);
  text-align: center;
}

section.our_products .wrapper .products .lpt_link .picture {
  margin-bottom: 12rem;
}

section.our_products .wrapper .products .lpt_link:hover {
  color: white;
}

section.our_products .wrapper .products .lpt_link .title {
  font-size: 2rem;
}

section.our_products .wrapper .products .lpt_link .text {
  margin-top: 1rem;
}

section.our_products .wrapper .products .lpt_link .btn {
  background-color: white;
  border-color: white;
}

section.our_products .wrapper .products a.lpt_link .btn:after,
section.our_products .wrapper .products .lpt_link .btn:before {
  background-color: var(--secondary-color);
}

section.our_products .wrapper .products .lpt_link .btn {
  left: 50%;
  transform: translateX(-50%);
}

section.our_products .wrapper .products .lpt_link:hover .text {
  text-decoration: underline;
}

section.top3 h1 {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 3.625rem;
}

section.top3 .container {
  max-width: 70rem;
}

section.partner_form h2 {
  text-align: center;
  font-size: 2.75rem;
}

section.partner_form p {
  margin-bottom: 2.5rem;
  text-align: center;
}

section.partner_form .btn {
  float: right;
}

section.partner_form textarea {
  height: auto;
  margin-bottom: 2.5rem;
}

section.partner_form .partner_form_wrapper div {
  margin-bottom: 1rem;
}

section.partner_form .form-row {
  display: flex;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-gap: .78125rem;
  margin-bottom: .78125rem;
}

section.partner_form .form-row .form-control {
  overflow: hidden;
  min-width: 314px;
}


section.contact {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 20rem;
  background-color: var(--secondary-color);
  height: 46.5rem;
  position: relative;
}

section.contact .card {
  position: absolute;
  right: 0;
  top: 28rem;
  background-color: white;
  padding: 5rem;
  padding-left: 10rem;
  padding-right: 7.5rem;
  width: 83.5rem;
  height: auto;
  border-radius: 1.875rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 4.75rem #0003;
  z-index: 4;
  overflow: hidden;
}

section.contact h1 {
  font-size: 5.5625rem;
  color: white;
  display: block;
  text-align: center;
  margin-top: 4rem;
}

section.contact .form-row-items {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: 33.3333333333% minmax(0,1fr);
  /* display: none; */
}

section.contact .form-row-items .details {
  animation: fadeInUp;
  animation-duration: 1s;
}
section.contact .form-row-items .form {
  animation: fadeInUp;
  animation-duration: 2s;
}

section.contact h3 {
  color: var(--secondary-color);
  font-weight: 800;
  line-height: 1.25;
}

section.contact a,
section.contact address {
  color: var(--primary-color);
  line-height: 1.5;
  font-style: normal;
  font-size: var(--text-size);
}

section.contact address {
  margin-bottom: 1.5rem;
}

section.contact .social {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

section.contact .social a {
  color: var(--button-color-alt);
}

section.contact .social a:hover {
  color: var(--secondary-color);
}

section.contact .graphics {
  position: relative;
}

section.contact .graphics div {
  position: absolute;
  z-index: 2;
}

section.contact .graphics .graphic1 {
  left: 16.5rem;
  top: -3.5rem;
}

section.contact .graphics .graphic2 {
  top: -6rem;
  left: 5rem;
  z-index: 99;
}

section.contact .graphics .graphic2 img {
  max-width: 680px;
}

section.contact .graphics .graphic3 {
  right: 4rem;
  top: 12rem;
  z-index: 6;
}

section.contact .form-row {
  display: flex;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-gap: .78125rem;
  margin-bottom: .78125rem;
}

section.contact .form-row .form-control {
  overflow: hidden;
  min-width: 314px;
}

section.contact textarea {
  height: auto;
  margin-bottom: 2.5rem;
}

section.contact .btn {
  float: right;
}

.notification-bar {
  left: 2.5rem;
  right: 2.5rem;
  position: fixed;
  bottom: 0;
  background-color: var(--button-color-alt);
  color: white;
  text-align: center;
  border-top-left-radius: clamp(1.25rem,0.9659090909rem + 0.7575757576vw,1.875rem);
  border-top-right-radius: clamp(1.25rem,0.9659090909rem + 0.7575757576vw,1.875rem);
  padding: 1.5625rem;
  visibility: hidden;
  z-index: 9999;
}

.notification-bar.is-visible {
  visibility: visible;
}

.notification-bar .close {
  position: absolute;
  left: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
}

.notification-bar p {
  margin-bottom: 0;
  font-size: 1rem;
  color: white;
}

.notification-bar a {
  color: white;
}

section.funnel .bg-green-500 {
  background-color: var(--secondary-color);
}

section.funnel .closeUsage {
  color: #58151c;
  display: inline-block;
  font-weight: bold;
  margin-left: 2rem;
}

section.funnel input[name=total_usage] {
  display: inline-block;
  vertical-align: middle;
}

section.funnel .closeUsage svg {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25rem;
}

section.funnel .wrapper {
  display: grid;
  grid-template-columns: 33.3333333333% minmax(0,1fr);
  margin-top: -120px;
  overflow: hidden;
}

section.funnel .wrapper .left {
  background-color: var(--secondary-color);
  min-height: 100vh;
  height: 100%;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  padding-right: 10rem;
  padding-top: 10rem;
  position: relative;
}

section.funnel .wrapper .left h1 {
  color: white;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 1.75rem;
  font-weight: 800;
  margin-top: 4rem;
}

section.funnel .wrapper .left p {
  color: white;
  line-height: 1.625;
}

section.funnel .wrapper .left .bottom {
  max-width: 10rem;
  position: absolute;
  bottom: 5rem;
}

section.funnel .wrapper .left .bottom h3 {
  color: white;
  font-size: 1.25rem;
  margin-bottom: .75rem;
  font-weight: 700;
}

section.funnel .wrapper .left .bottom a {
  color: #030302;
  font-size: 1.25rem;
  font-weight: 600;
}

section.funnel .wrapper .left .photo {
  position: absolute;
  right: -10rem;
  bottom: -12.5rem;
}

section.funnel .wrapper .left .photo img {
  max-width: 470px;
}

section.funnel .wrapper .right {
  background-color: var(--section-bg);
  padding: 12.5rem 17.5rem 5rem;
}

.usp_block_items img {
  position: absolute;
  left: 0;
  top: .125rem;
}

.usp_block_items .empty {
  display: block;
  height: 3rem;
}


section.green_top_bar {
  background-color: var(--third-color);
  height: 12rem;
  margin-top: -120px;
}

section.green_top_bar.blogs {
  margin-top: 0;
}



.wpcf7-not-valid-tip {
  color: red !important;
  font-size: .875rem !important;
  margin-top: .25rem !important;
  font-weight: 500 !important;
}

.wpcf7-response-output {
  background-color: #d1e7dd !important;
  border: 1px solid #a3cfbb !important;
  color: #0a3622;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  border-color: #46b450;
  max-width: 30rem;
  padding: 1rem !important;
  margin: 0 auto 1rem !important;
}

.wpcf7-mail-sent-ok {
  color: #0a3622 !important;
  background-color: #d1e7dd !important;
  border: 1px solid #a3cfbb !important;
  font-size: 1rem;
  text-align: center;
  padding: 1rem 0 !important;
  margin-bottom: 1rem;
}

.comparisonTableContainer {
  margin: auto;
  position: relative;
  overflow-anchor: none;
  margin-left: -200px;
}

.comparisonTableContainer .comp-table__tableDataCell span {
  font-weight: 500;
  font-size: 1.275rem;
}

/* Start: Generated CSS */
.horizontal-scroller {
 position: fixed;
 bottom: 0;
 height: 30px;
 overflow: auto;
 overflow-y: hidden;
}
.horizontal-scroller-content {
 height: 30px;
}
.comp-table__tableHead.stickyHeader {
 position: fixed;
 z-index: 999;
 overflow-x: scroll;
 top: 0px;
}
.comp-table__stickyRowGroupPH.stickyHeader {
 position: fixed;
 z-index: 9;
}
.comp-table__stickyRowGroupPH:not(.stickyHeader) {
 padding: 0;
 height: 0;
}
.comp-table__columnGroupSection.stickyHeader .comp-table__tableData {
 border-top: none
}
.comp-table__tableHead.stickyHeader.atBottom {
 position: absolute;
 z-index: 999;
 bottom: 0px;
 left: 0px !important;
 top: initial !important;
 width: initial !important;
 overflow-x: clip;
}
.comparisonTableContainer use:nth-child(2) {
 transform: translate(20px);
}
.comparisonTableContainer use:nth-child(3) {
 transform: translate(40px);
}
.comparisonTableContainer use:nth-child(4) {
 transform: translate(60px);
}
.comparisonTableContainer use:nth-child(5) {
 transform: translate(80px);
}
.comparisonTableContainer .rating {
 height: 20px;
 width: 100px;
}
.comparisonTableContainer #stars-empty-star {
 fill: #f1e8ca;
}
.comparisonTableContainer #stars-full-star, .comparisonTableContainer #stars-half-star {
 fill: #fdcc0d;
}


.comparisonTableContainer .comp-table__tableData[scope="colgroup"] span, .comp-table__stickyRowGroupPH span {
  padding-left: 10px;
}

.comp-table__stickyRowGroupPH .comp-table__tableData {
  padding-left: 0;
}

.comparisonTableContainer.moreThan4 .comp-table__tableData[scope="colgroup"], .comparisonTableContainer.moreThan4 .comp-table__stickyRowGroupPH .comp-table__tableData{
  padding-left: 0
}

.comp-table{
  width:100%;
  margin:auto;
  table-layout:auto;
  border-collapse:separate;
  border-spacing:0
}

.comparisonTableContainer{
  overflow:auto
}

.comparisonTableContainer .comp-table__tableData:not([scope="colgroup"]){
  min-width:150px;
  max-width:150px
}

.comparisonTableContainer .comp-table__rowheader{
  width:200px!important;
  min-width:200px!important;
  max-width:200px!important;
  font-size:1.2rem;
  border-left: 1px solid #f4f4f4;
}

.comp-table__tableRow:last-child .comp-table__tableDataCell.comp-table__recommended {
  border-bottom: 1px solid #f4f4f4 !important;
}
.comparisonTableContainer .comp-table__rowheader.noborder {
  border-left: none !important;
}

.comparisonTableContainer .comp-table__tableDataCell.noborder {  
  border-left: none !important;
  border-bottom: 1px solid #f4f4f4;
}

#solid_circular_checkmark .checkmark,#reg_circular_checkmark .checkmark,#reg_checkmark .checkmark,#solid_checkmark .checkmark {
  fill: #4ac263;
}

#solid_circular_xmark .xmark,#reg_circular_xmark .xmark,#reg_xmark .xmark,#solid_xmark .xmark {
  fill: #808080;
}

.comp-table__tableData{
  border-right:1px solid #f4f4f4;
  border-top:1px solid #f4f4f4;
}

.comp-table caption{
  position:absolute;
  opacity:0;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden
}

.comp-table__rowheader{
  /*width:20%;*/
  text-align:left;
  padding:10px;
  font-weight:700;
  color:#000000;
  left:0;
  position:sticky;
  position: -webkit-sticky
}

.comp-table__tableData {
  padding:12px 5px;
  background:#ffffff;
  border-color:#efefef;
  line-height:1.4
}

.comp-table__tableData .btn {
  display: inline-block;
  line-height: 3.5rem;
}

.comp-table__image img {
  max-width: 10rem;
}

[scope="colgroup"] span{
  position:sticky;
  position: -webkit-sticky;
  top:0;
  left:0;
}

.comp-table__columnGroup,.comp-table__columnHeader,.comp-table__tableDataCell{
  text-align:center;
  background-clip:padding-box!important
}

.comp-table__columnHeader{
  font-weight:700;
  background:#ffffff;
  padding-top:55px;
  padding-bottom:10px;
  position:relative;
}


.includeGroups .comp-table__columnHeader:not(.comp-table__emptyCell) {
  border-bottom: 1px solid #bdbdbd;
}

.comp-table__emptyCell{
  border-top:1px solid #ffffff;
  border-left:1px solid #ffffff;
  background:#ffffff;
  position: sticky;
  left: 0;
  z-index: 99;
  padding-left: 20px;
}

.comp-table__tableDataCell{
  color:#000000;
  font-size:1.2rem;
  padding:12px 5px
}

.comp-table__tableDataCell svg {
  margin: auto;
  display: block;
}

.comp-table__tableDataCell > * {
  min-height: 28px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp-table__columnHeader:not(.comp-table__recommended) .comp-table__recommendedText{
  display:none
}

.comp-table__recommendedText{
  background:#4ac263;
  color:#ffffff;
  position:absolute;
  top:0;
  left:0;
  font-weight:600;
  width:100%;
  margin:0;
  padding:4px 0
}

.comp-table__columnGroup .comp-table__tableData{
  background:#f0f0f0;
  color:#000000;
  font-weight:700;
  border-top:4px solid #bdbdbd
}

.comp-table__buyProduct{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:end;
  grid-gap:10px;
  height:auto;
  position:relative
}

.comp-table__productLink:hover{
  filter:brightness(.9)
}

.comp-table__productLink{
  border:2px solid #000000;
  background:#ffffff;
  color:#000000;
  padding:12px 2px;
  border-radius:5px;
  width:95%;
  font-size:1.1rem;
  line-height:1.2;
  pointer-events:all !important
}

.comp-table__recommended .comp-table__productLink{
  border:2px solid transparent;
  background:#f27e3d;
  color:#ffffff;
}

.comp-table__price{
  font-size:1.8rem;
  margin-top:10px;
  margin-bottom:10px;
  color:#000000;
  word-break:break-word;
  line-height:1.2
}

.comp-table__productName{
  line-height:1.2;
  color:#000000;
  /*height:23px;*/
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.3rem
}

.comp-table__recurrence{
  font-weight:600;
  font-size:1.2rem;
  margin-top:-10px;
  margin-bottom:20px;
  color:#000000;
  line-height:1rem
}

.comp-table__columnGroupSection .comp-table__tableData{
  font-size:.9rem;
  text-transform:uppercase;
  color:#000000;
  background:#9fd0d1;
  padding:15px 0px;
  border-right: none;
  text-align: left
}

.comp-table__columnGroupSection.first .comp-table__tableData {
  border-top: none;
}

.comp-table__recommended{
  background:#eafbed!important
}

.comp-table__productImageContainer{
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  margin-bottom:10px
}

.comp-table__tableHead::-webkit-scrollbar {
  height: 0px;
}


.modal {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal .closeModal {
  font-weight: 800;
  color: var(--primary-color);
  display: inline-block;
  padding: 1rem;
}

.cookie-box.is-visible,
.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
opacity: 1;
visibility: visible;
transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 50em;
  margin-left: -25em;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.07), 0 4px 6px -2px rgba(0,0,0,.05);
}

.modal-transition {
transition: all 0.3s 0.12s;
transform: translateY(-10%);
opacity: 0;
}

.modal.is-visible .modal-transition {
transform: translateY(0);
opacity: 1;
}

.modal-header {
  padding: 0;
}
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 1rem;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  padding: 0.5rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-header .modal-heading {
  padding: 1rem 0.5rem;
  font-weight: 800;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.modal-content table {
  width: 100%;
  margin-bottom: 2rem;
}

.modal-content table thead th {
  text-align: left;
  padding: 1rem 0;
}

.modal-content table tr td {
  padding: 1rem 0;
  line-height: 1.25rem;
}

.modal-content table th:nth-child(3)  {
  text-align: right;
}

.modal-content table tr td:nth-child(3)  {
  text-align: right;
}

.modal-content table tr:nth-child(1) td {
  padding-top: 0;
}

.modal-content table tr td:nth-child(1) {
  width: 12rem;
}

.modal-content table tr td:nth-child(2) {
  width: 24rem;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--third-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--third-color);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked:disabled + .slider {
  opacity: .4;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

section.faq {
  background-color: var(--section-bg);
  padding: 10rem 0;
}

section.faq .container {
  display: grid;
  grid-gap: 5rem;
  grid-template-columns: repeat(2,minmax(0,1fr));
  max-width: 1432px;
  padding: 0;
}

section.faq .text .title {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
}

section.faq .text p {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  margin-top: calc(1rem + .7vw);
}

section.faq .items .title {
  color: var(--primary-color);
  font-weight: 900;
  font-size: 1.25rem;
  padding: 1.25rem 0;
  display: block;
}

section.faq .items .item {
  border-bottom: .0625rem solid #e6e6e6;
  position: relative;
}

section.faq .items .item .arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 1em;
}

section.faq .items .item iframe {
  margin-top: 1rem;
  width: 100%;
}

section.faq .items .item .arrow svg {
  transition: all .4s cubic-bezier(.22,.61,.36,1);
}

section.faq .items .item.active .arrow svg {
  rotate: 180deg;
}

section.faq .items .item:hover .title {
  color: var(--secondary-color);
}

section.faq .items .item:hover svg path{
  fill: var(--secondary-color);
}

section.faq .items .content {
  display: none;
}

section.faq .items .content p img[data-video] {
  cursor: pointer;
  margin-top: 1rem;
}

section.faq.overview {
  padding: 2rem 0 6rem;
}
section.faq.overview h1 {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 6rem;
}
section.faq.overview .items .title {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: .75rem .5rem .75rem 0;
}
section.faq.overview h2 {
  font-size: 2rem;
}
section.faq.overview .container {
  display: block;
}

section.faq.overview .box {
  background-color: white;
  padding: 2rem;
  border-radius: 16px;
}

section.faq.overview .boxes {
  display: grid;
  grid-gap: 5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1432px;
  padding: 0;
}

/* Page specific */
.page-id-152 section.big_text,
.page-id-290 section.big_text {
  padding-bottom: 0;
}

.page-id-152 section.content .picture .img {
  background-size: 20rem;
  background-repeat: no-repeat;
  background-position: center;
}

.page-id-152 section.content .picture .icon {
  display: none;
}

.page-id-564 section.content.lessTop.noPadding .picture .img {
  background-size: contain;
  background-repeat: no-repeat;
}

.page-id-564 section.content.lessTop.noPadding:first-child .picture .img {
  background-size: cover;
}

section.cases,
section.blog {
  background-color: var(--section-bg);
}

section.cases .container,
section.blog .container {
  padding: 6rem 0;
}


section.cases .container {
  /* max-width: none;
  margin: 0 2rem; */
}

section.case_detail .breadcrumb,
section.blog_detail .breadcrumb {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

section.case_detail .breadcrumb ol,
section.blog_detail .breadcrumb ol {
  display: flex;
  gap: 1rem;
}

section.case_detail .breadcrumb ol li::after,
section.blog_detail .breadcrumb ol li::after {
  content: "»";
  padding-left: .5rem;
}

section.case_detail .breadcrumb ol li:last-child::after,
section.blog_detail .breadcrumb ol li:last-child::after {
  content: "";
}

section.blog_content .small_container h3 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
section.blog_content .small_container h2 {
  font-size: 2rem;
  margin-bottom: .5rem;
}

section.blog_content .small_container h2.top {
  margin-top: 2rem;
}

section.blog_content .small_container p iframe, 
section.blog_detail .small_container p iframe{
  width: 100%;
  min-height: 620px;
}

section.case_detail .stars {
  display: flex;
  align-content: baseline;
  gap: 0;
  background-color: #e8e8e8;
  border-radius: 0.9375rem;
  right: 1.25rem;
  margin: 0;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  top: 1.25rem;
}

section.case_detail ul.stars li {
  width: auto;
}

section.case_detail .stars svg {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}

section.case_detail .stars li:last-child svg {
  margin-right: 0;
}


section.cases .intro,
section.blog .intro {
  font-size: 1.875rem;
  line-height: 1.3333333333;
}

section.cases .intro_block,
section.blog .intro_block {
  text-align: center;
  margin-bottom: 4rem;
}

section.cases .intro_block .pills,
section.blog .intro_block .pills {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

section.cases .intro_block .pills a,
section.blog .intro_block .pills a {
  background-color: #bbb;
  color: var(--primary-color);
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 1.75rem;
  display: inline-block;
}

section.cases .intro_block .pills a.active,
section.cases .intro_block .pills a:hover,
section.blog .intro_block .pills a.active,
section.blog .intro_block .pills a:hover {
  background-color: var(--third-color);
  color: white;
}

section.cases h1,
section.blog h1 {
  text-align: center;
  display: block;
}

section.cases .overview,
section.recommend .items,
section.blog .overview {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4,minmax(0,1fr));
}


main.thankyou.quote .cases {
}

main.thankyou.quote .cases .item,
section.cases .item,
section.recommend .item,
section.blog .item {
  background-color: white;
  border-radius: 1.875rem;
  display: inline-block;
  position: relative;
}

main.thankyou.quote .cases .item {
  min-width: 18rem;
  max-width: 18rem;
}

section.recommend .container {
  padding-bottom: 10rem;
}

section.recommend .container > .title {
  font-size: 3.75rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 5rem;
}

section.recommend .item{
  border: .0625rem solid #e6e6e6;
}


main.thankyou.quote .cases .item > span,
section.cases .item > span,
section.recommend .item > span,
section.blog .item > span {
  display: block;
}


main.thankyou.quote .cases .item .text,
section.cases .item .text,
section.recommend .item .text,
section.blog .item .text {
  padding: 2.5rem;
}

main.thankyou.quote .cases .item .tags,
section.cases .item .tags,
section.recommend .item .tags,
section.blog .item .tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

main.thankyou.quote .cases .item .tags {
  margin-bottom: 1rem;
}


main.thankyou.quote .cases .item .link,
section.cases .item .link,
section.recommend .item .link,
section.blog .item .link {
  font-size: .875rem!important;
  font-weight: 700;
  position: relative;
  padding: 0 3.25rem 0 0;
}

section.blog .item .link {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

main.thankyou.quote .cases .item .icons,
section.cases .item .icons {
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--secondary-color);
  padding: .25rem .5rem;
  border-radius: .5rem;
  gap: .5rem;
}


main.thankyou.quote .cases .item .icons svg,
section.cases .item .icons svg {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  fill: #fff;
}

main.thankyou.quote .cases .item .icons svg {
  margin-bottom: 0;
}

main.thankyou.quote .cases .item .icons svg.stroke,
section.cases .item .icons svg.stroke {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  stroke: #fff;
  fill: none;
}

main.thankyou.quote .cases .item .link::before,
main.thankyou.quote .cases .item .link::after,
section.cases .item .link::before,
section.cases .item .link::after,
section.recommend .item .link::before,
section.recommend .item .link::after,
section.blog .item .link::before,
section.blog .item .link::after {
  background-color: var(--third-color);
  background-size: contain;
  content: "";
  height: 1rem;
  -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\'%3E %3Cpath d=\'M12.172 6.778L6.808 1.414 8.222 0 16 7.778l-7.778 7.778-1.414-1.414 5.364-5.364H0v-2z\'/%3E %3C/svg%3E') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\'%3E %3Cpath d=\'M12.172 6.778L6.808 1.414 8.222 0 16 7.778l-7.778 7.778-1.414-1.414 5.364-5.364H0v-2z\'/%3E %3C/svg%3E') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .4s cubic-bezier(.22,.61,.36,1);
  width: 1rem;
}

main.thankyou.quote .cases .item .link::before,
section.cases .item .link::before,
section.recommend .item .link::before,
section.blog .item .link::before {
  right: auto;
  left: 0;
  display: none;
}

main.thankyou.quote .cases .item:hover .link::after,
section.cases .item:hover .link::after,
section.recommend .item:hover .link::after,
section.blog .item:hover .link::after {
  display: none;
  transition: all .4s cubic-bezier(.22,.61,.36,1);
}

main.thankyou.quote .cases .item:hover .link::before,
section.cases .item:hover .link::before,
section.recommend .item:hover .link::before,
section.blog .item:hover .link::before {
  display: inline-block;
  transition: all .4s cubic-bezier(.22,.61,.36,1);
}

main.thankyou.quote .cases .item:hover .link,
section.cases .item:hover .link,
section.recommend .item:hover .link,
section.blog .item:hover .link {
  padding: 0 0 0 3.25rem;
  transition: all .4s cubic-bezier(.22,.61,.36,1);
}

main.thankyou.quote .cases .item:hover,
section.cases .item:hover,
section.recommend .item:hover,
section.blog .item:hover {
  box-shadow: 0 0 3.9375rem #00000029;
}

main.thankyou.quote .cases .item .tags span,
section.cases .item .tags span,
section.recommend .item .tags span,
section.blog .item .tags span {
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 0.3125rem;
  margin-right: clamp(.3125rem,.2272727273rem + .2272727273vw,.5rem);
  display: flex;
  font-size: .875rem;
  margin-bottom: clamp(0.3125rem,0.2272727273rem + 0.2272727273vw,0.5rem);
  padding: 0.3125rem 0.75rem;
  color: var(--primary-color);
}

section.cases .item .title,
section.recommend .item .title,
section.blog .item .title {
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.875rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  display: block;
}


main.thankyou.quote .cases .item .title {
  font-weight: 800;
  line-height: 1;
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  display: block;

}

main.thankyou.quote .cases .item .photo,
section.cases .item .photo,
section.recommend .item .photo,
section.blog .photo {
  height: 18rem;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


section.cases .item .photo {
  /* background-size: contain; */
}

section.blog .right {
  text-align: right;
}

section.blog select#category {
  max-width: 26rem;
  display: inline-block;
}

section.blog h1 {
  font-size: 3.75rem;
}

section.blog_detail {
  background-color: var(--section-bg);
}

section.case_detail {
  background-color: var(--section-bg);
  height: 100%;
}

section.case_detail .photos {
  position: relative;
}

section.case_detail .company_logo {
  max-width: 10rem;
}

section.case_detail .photos .rslides_nav {
  font-weight: bold;
}

section.case_detail .photos .rslides li {
  text-align: center;
}

section.case_detail .photos .rslides li .tag {
  text-align: center;
  display: inline-block;
  font-size: 0.875rem;
  background-color: #37d154;
  padding: .25rem .5rem;
  color: #fff;
  font-weight: 800;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

section.case_detail .rslides_nav {
  position: relative;
  bottom: -1rem;
}

section.case_detail .rslides video {
  max-width: 50%;
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
}

section.case_detail .rslides_nav:hover {
  color: var(--primary-color);
}

section.case_detail .rslides_nav.next {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

section.case_detail .rslides1_tabs {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  align-items: start;
  grid-gap: .5rem;
}

section.case_detail .rslides1_tabs.tabs_items_3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

section.case_detail .rslides1_tabs.tabs_items_5 {
  grid-template-columns: repeat(5,minmax(0,1fr));
}

section.case_detail .rslides1_tabs.tabs_items_6 {
  grid-template-columns: repeat(6,minmax(0,1fr));
}

section.case_detail .rslides1_tabs li {
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #e8e8e8;
  width: 100%;
  text-align: center;
}

section.case_detail .rslides1_tabs li.rslides_here {
  border: 1px solid #ccc;
}

section.case_detail .rslides1_tabs li a {
  display: block;
  height: 8rem;
  position: relative;
  background-size: cover;
  background-position: center;
}

section.case_detail .rslides1_tabs .video-icon {
  position: absolute;
  bottom: .75rem;
  left: 1rem;
}

section.case_detail .testimonial {
  max-width: 1672px;
  margin: 2rem auto 0;
  
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
}

section.case_detail .rslides1_tabs img {
  max-height: 6rem;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  border: 1px solid #e8e8e8;
  width: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 34rem;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

section.blog_detail .container {
  padding: 12rem 0 4rem;
}

section.case_detail .container {
  padding: 9rem 0 1.5rem;
}


section.blog_content .small_container p {
  line-height: 2;
}

section.blog_content table {
  width: 100%;
}

section.blog_content table th,
section.blog_content table li,
section.blog_content table td {
  font-size: 1rem !important;
}

section.blog_content .small_container table li{
  margin-bottom: .5rem;
}

section.blog_content .small_container table b {
  display: block;
  padding: 1rem 0;
}

section.blog_content .small_container table tr td {
  padding: 0.5rem;
  vertical-align: middle;
  border-bottom: 1px solid #efefef;
}

section.blog_content .small_container table tr td .mobile {
  display: none;
}

section.blog_content .small_container table tr td:nth-child(2),
section.blog_content .small_container table tr td:nth-child(3) {
  text-align: center;
}

section.blog_content .small_container table tr ul li:last-child {
  margin-bottom: 0;
}

section.case_detail .back,
section.blog_detail .back {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 1.125rem;
  padding-left: 1rem;
}

section.case_detail .back {
  padding-left: 0;
}

section.case_detail .back svg,
section.blog_detail .back svg {
  vertical-align: top;
  margin-right: .5rem;
}

section.blog_content .social_btns {
  margin-top: 7.5rem;
  text-align: center;
}

section.blog_content .social_btns a {
  border-radius: .5rem;
}

section.blog_content .social_btns a svg {
  vertical-align: middle;
  margin-right: .25rem;
  margin-top: -.5rem;
}

section.blog_content .social_btns a svg path {
  fill: white;
  background-color: white;
}

section.blog_content .social_btns .fb {
  background-color: #3B5998;
  color: #fff;
  font-weight: 500;
  padding: 1rem 2rem;
}

section.blog_content .social_btns a:hover {
  opacity: .8;
}

section.blog_content .social_btns .li {
  background-color: #007bb5;
  color: #fff;
  font-weight: 500;
  padding: 1rem 2rem;
}

section.blog_content .small_container,
section.blog_detail .small_container {
  max-width: 74rem;
  margin: 0 auto;
}

section.blog_content .small_container ol,
section.blog_content .small_container ul {
  margin-left: 20px;
}

section.blog_content .small_container .img-right,
section.blog_detail .small_container .img-right{
  float: right;
  margin: 0 0 1rem 1rem;
}

section.blog_content .small_container li {
  line-height: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 300;
  list-style-type: disc;
}

section.blog_content {
  padding: 6rem 0;
}

section.case_detail .case_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 4rem;
  max-width: 1672px;
  margin: 0 auto;
  grid-auto-rows:1fr;
}

section.case_detail .rslides_tabs {
  margin-top: 1rem;
}

section.case_detail .rslides_tabs li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  border: 1px solid #eee;
}

section.case_detail .rslides_tabs li.rslides_here {
  border-color: #ccc;
}

section.case_detail .rslides_tabs img {
  max-width: 10rem;
  max-height: 6rem;
}

section.case_detail .case_container .case_showtime .photos {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
}

section.case_detail .small_container .testimonial,
section.case_detail .small_container .content_item {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
}

section.case_detail .small_container .testimonial {
  margin-top: 4rem;
  position: relative;
}

section.case_detail .testimonial .title {
  font-weight: bold;
  font-size: 1.25rem;
}

section.case_detail .testimonial_content {
  margin-top: 1rem;
}

section.case_detail .small_container .content_item p:last-child {
  margin-bottom: 0;
}

section.case_detail .tags,
section.blog_detail .tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;  
}

section.case_detail h1,
section.blog_detail h1 {
  font-size: 3.75rem;
}

section.case_detail p.intro,
section.blog_detail p.intro {
  font-size: 1.875rem;
  line-height: 1.3333333333;
}

section.case_detail .subtitle,
section.blog_detail .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 1.25rem;
}

section.blog_detail .photo {
  margin-top: 3.5rem;
  text-align: center;
}

section.blog_detail .avatar img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  vertical-align: top;
}

section.blog_detail .author {
  margin-top: 3.5rem;
  padding-bottom: 3.5rem;
  grid-template-columns: repeat(2,auto);
  display: grid;
}

section.blog_detail .author .name {
  font-weight: 700;
  font-size: 1.25rem;
}

section.blog_detail .author .date {
  font-size: 1.125rem;
  margin-top: .5rem;
}

section.blog_detail .left {
  display: grid;
  grid-gap: .5rem;
  max-width: 19rem;
  align-items:center;
  grid-template-columns: repeat(2,auto);
}

section.blog_detail .right {
  text-align: right;
}

section.blog_detail .share {
  display: flex;
  gap:1rem;
  justify-content: right;
  align-items: center;
}

section.blog_detail .share a {
  color: var(--button-color-alt);
  vertical-align: middle;
}

section.blog_detail .photo img {
  border-radius: 1.875rem;
  max-height: 34rem;
}

section.case_detail .tags div,
section.blog_detail .tags div{
  align-items: center;
  background-color: #fff;
  border-radius: 0.3125rem;
  margin-right: clamp(.3125rem,.2272727273rem + .2272727273vw,.5rem);
  display: flex;
  font-size: .875rem;
  margin-bottom: clamp(0.3125rem,0.2272727273rem + 0.2272727273vw,0.5rem);
  padding: .3125rem .75rem;
  color: var(--primary-color);  
}

section.supportticket {
  padding-top: 0;
  background-color: #f4f4f4;
}

#supportForm .textarea-wrap {
  position: relative;
}

#supportForm .textarea-wrap textarea {
  line-height: 1.25rem;
  padding: .5rem 1rem;
}

#supportForm .textarea-wrap .counter-wrap {
  position: absolute;
  right: 3px;
  font-weight: bold;
  top: 5px;
  font-size: .75rem;
}

#supportForm .mb-4 {
  margin-bottom: 1rem;
}

#supportForm h1 {
  margin-bottom: 2rem;
  text-align: center;
}

#supportForm .mb-4 label {
  font-weight: bold;
  margin-bottom: .5rem;
  display: block;
}

#supportForm p {
  text-align: center;
}

#supportForm .wpcf7 form.sent .wpcf7-response-output {
  max-width: 29rem;
  margin: 0 auto 1rem;
  padding: 1rem 10px !important;
  line-height: 1.25rem;
}

#supportForm {
  max-width: 50rem;
  margin: 0 auto;
}

#supportForm .mb-4 textarea {
  resize: none;
  min-height: 10rem;
}

.subscribe-container .subscribe-content {
  width: 360px;
  height: 50px;
  /* box-shadow: 2px 4px 10px rgba(0, 0, 0, .2); */
  overflow: hidden;
  border: 0.0625rem solid #b4b4b4;
  border-radius: 0.9375rem;
  font-family: var(--body-fonts);
}

.subscribe-container .subscription {
  position: relative;
  width: 100%;
  height: 100%;
}

.subscribe-container .subscription .add-email{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  font-family: var(--body-fonts);
  outline: none;
  font-size: 1rem;
  padding: 0 20px;
  padding-right: 7rem;
}

.subscribe-container .subscription .submit-email {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 6px);
  width: 100px;
  border: none;
  border-radius: 0.9375rem;
  outline: none;
  margin: 3px;
  font-family: var(--body-fonts);
  padding: 0 20px;
  cursor: pointer;
  background: var(--secondary-color);
  color: #FFFFFF;
  transition: width .35s ease-in-out,
    background .35s ease-in-out;
}

.subscribe-container .subscribe-title {
  font-weight: bold;
  margin-bottom: .5rem;
}

.subscribe-container .subscription.done .submit-email {
  width: calc(100% - 6px);
  background: var(--secondary-color);
}

.subscribe-container .subscription .submit-email .before-submit,
.subscribe-container .subscription .submit-email .after-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 42px;
  transition: visibility .35s ease-in-out,
    opacity .35s ease-in-out;
}

.subscribe-container .subscription.done .submit-email .before-submit,
.subscribe-container .subscription:not(.done) .submit-email .after-submit {
  visibility: hidden;
  opacity: 0;
}

.subscribe-container .subscription .submit-email .after-submit {
  transition-delay: .35s;
}

.subscribe-container .subscription:not(.done) .submit-email .before-submit,
.subscribe-container .subscription.done .submit-email .after-submit {
  visibility: visible;
  opacity: 1;
}

img.wp-image-2197.size-full.alignnone {
  float: left;
  margin-right: 2rem;
  max-width: 16rem;
  height: auto;
}

img.alignnone.size-full.wp-image-2579,
img.alignnone.size-full.wp-image-2190 {
  float: right;
  margin-left: 2rem;
  max-height: 24rem;
  width: auto;
  height: auto;
}

section.contact .wpcf7-not-valid {
  border-color: #dc3232;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  border-color: #dc3232;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: 94% 17px;
  background-size: 1rem;
}

section.contact .wp-valid-field {
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: 94% 17px;
  background-image: none;
  background-size: 1rem;
  border-color: #37d154;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2337D154' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

section.reviews h1 span {
  font-weight: normal;
}

/* #zakelijk_afspraak > * {
  display: none;
} */


#zakelijk_afspraak .item .date {
  text-align: center;
}

#zakelijk_afspraak .timeslots {
  display: none;
}

#zakelijk_afspraak .item {
  display: inline-block;
  float: left;
  width: 20%;
  vertical-align: top;
  border: 1px solid #eee;
  border-bottom: none;
}

#zakelijk_afspraak .item.error .date{
  background-color: #f8d7da !important;
  color: #58151c;
  border-color: #f8d7da !important;
}

#zakelijk_afspraak .form-control {
  height: 2.75rem;
}

#zakelijk_afspraak .item.error {
  border-color: #f8d7da !important;
}

#zakelijk_afspraak .time label:hover,
#zakelijk_afspraak .time input[type=radio]:checked ~ label {
  background-color: #efefef;
  font-weight: bold;
}

#zakelijk_afspraak .item.active .timeslots {
  display: block;
}

#zakelijk_afspraak input[type=radio]{
  /* visibility: visible; */
  display: none;
}

#zakelijk_afspraak .item .date {
  font-size: 13px;
  padding: 4px;
  border: 1px solid #eee;
  background-color: #efefef;
  cursor: pointer;
  font-weight: bold;
}

#zakelijk_afspraak .item .time {
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #eee;
}

#zakelijk_afspraak .item .time label {
  display: block;
  text-align: center;
  padding: 4px 0;
}

#zakelijk_afspraak label {
  cursor: pointer;
}

#zakelijk_afspraak .navigation_items {
  margin-bottom: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3,auto);
}

#zakelijk_afspraak .navigation_items a {
  vertical-align: middle;
  font-size: .875rem;
  font-weight: bold;
}

#zakelijk_afspraak .navigation_items .hidden {
  visibility: hidden;
}

#zakelijk_afspraak .center-item {
  display: block;
  text-align: center;
  font-size: 13px;
}

#zakelijk_afspraak .navigation_items .text-right {
  text-align: right;
}

#zakelijk_afspraak .mb-2 {
  margin-bottom: .5rem;
}
#zakelijk_afspraak .mt-2 {
  margin-top: .5rem;
}

#zakelijk_afspraak .navigation_items.hide-first {
  display: none;
}

#zakelijk_afspraak .empty_time {
  font-size: 13px;
  text-align: center;
  display: block;
}

#zakelijk_afspraak .btn {
  margin-top: 1rem;
}

.funnel_form_wrapper .mobile_hide {
  display: none;
}


section.reviews img.review_img {
  display: block;
  margin-top: .5rem;
  max-height: 22rem;
  width: auto;
}

#contact_map {
  margin-top: 1rem;
}

.page-id-377 main,
.page-id-2119 main,
.page-id-564 main,
.page-id-2292 main {
  padding-top: 0;
}

/* .page-id-377 section.product_header .picture,
.page-id-2119 section.product_header .picture { /* monofase 
  background-image: url(https://accutoday.nl/wp-content/themes/accutoday/images/product-bg3.jpg.webp);
  background-position: center -50px;
}

.page-id-564 section.product_header .picture { /* sessy 
  background-image: url(https://accutoday.nl/wp-content/themes/accutoday/images/product-bg2.jpg.webp);
  background-position: -100px 0;
  background-size: cover;
} */

section.product_header .picture .sticker {
  max-width: 4rem !important;
  cursor: pointer;
}

.postid-3778 section.blog_content .small_container ol, 
.postid-3778 section.blog_content .small_container ul {
  margin-left: 2rem;
}

.brands_table_wrapper {
  overflow-x: auto;
}

.mobile_scroll {
  display: none;
  vertical-align: middle;
  text-align: center;
}

.mobile_scroll img {
  vertical-align: middle;
}

.brands_table_blog {
  margin-bottom: 2rem;
}

.brands_table_blog thead th {
  text-align: left;
  padding: .5rem;
}

.brands_table_blog .text-center {
  text-align: center;
}

.brands_table_blog .text-right {
  text-align: right;
}

.brands_table_blog .text-bold {
  font-weight: bold;
}

.brands_table_blog .price-col {
  width: 7rem;
}

.brands_table_blog small {
  font-size: .75rem;
}

.page-template-home #instagram_block {
  padding-top: 0;
}

#instagram_block .social_items {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));;
}

#instagram_block .EmbeddedMediaImage {
  max-height: 320px;
}

.page-id-4268 .hero.landing .cta h1 {
  font-size: 64px;
}


.page-id-4268 section.picture_chapters h2{
  text-align: center;
}

.page-id-4441 section.content .picture .img {
  background-position: center;
}

.page-id-564 section.content .picture .img {
  background-position: center;
}

.page-template-home .banner + section.content .picture .img {
  background-position: 10px;
}

.postid-4685 .small_container ul,
.postid-4685 .small_container ol {
  margin-bottom: 2rem;
  margin-left: 2.5rem !important;
  margin-top: 1rem;
}

.page-id-3463 .kennisbank_detail .featured-image {
  max-width: 20rem;
}

.single-post {
  
}
 /* Slide-in container */
 .single-post .slide-in .grid {
  display:grid;
  grid-gap: .5rem;
  grid-template-columns: 60% 40%;
}
.single-post .slide-in img {
  max-width: 100px;
}
 .single-post .slide-in {
  position: fixed;
  bottom: -100%; /* Start buiten beeld */
  right: 20px;
  width: 300px;
  background-color: #37d154;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 1000;
  transition: bottom 0.5s ease-in-out;
  padding-top: 30px;
}

.single-post .slide-in p,
.single-post .slide-in .title {
  color: #fff;
}

.single-post .slide-in p {
  line-height: 1rem;
}

.single-post .slide-in .title {
  font-size: 1.125rem;
  font-weight: 700;
}
/* Inhoud van de slide-in */
.single-post .slide-in h3 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}

.single-post .slide-in p {
  font-size: 0.9rem;
  margin: 0 0 15px;
}

.single-post .slide-in a:not(.closeSlideIn) {
  display: inline-block;
  background-color: #fff;
  color: #37d154;
  text-decoration: none;
  padding: 10px 15px;
  padding-right: 30px;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  transition: background-color 0.3s;
  position: relative;
}

.single-post .slide-in a:not(.closeSlideIn):after {
  background-color: #37d154;
  background-size: contain;
  content: "";
  height: .75rem;
  -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\'%3E %3Cpath d=\'M12.172 6.778L6.808 1.414 8.222 0 16 7.778l-7.778 7.778-1.414-1.414 5.364-5.364H0v-2z\'/%3E %3C/svg%3E') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\'%3E %3Cpath d=\'M12.172 6.778L6.808 1.414 8.222 0 16 7.778l-7.778 7.778-1.414-1.414 5.364-5.364H0v-2z\'/%3E %3C/svg%3E') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s cubic-bezier(.22,.61,.36,1);
  width: 1.25rem;
}

/* Actieve klasse voor zichtbaarheid */
.single-post .slide-in.active {
  bottom: 20px;
}

.single-post .closeSlideIn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    padding: .25rem;
    font-size: .5rem;
    cursor: pointer;
}

.single-post .closeSlideIn svg {
  fill: #fff;
}

footer {
  background-color: var(--section-bg);
}

footer .logo {
  display: inline-block;
  width: 220px;
  margin-right: 3.5rem;
}

footer .footer_top {
  display: flex;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: .0625rem solid #e6e6e6;
}

footer .right {
  margin-left: auto;
}

footer .right ul:not(.social):not(.footer_list):not(.footer_contact-details) {
  display: flex;
  align-items: center;
}

footer .right ul.footer_contact-details {
  display: block;
}

footer .right ul li a:not(.btn) {
  color: var(--primary-color);
  font-size: var(--text-size);
  font-weight: 500;
}

footer .right ul li a:not(.btn):hover {
  color: var(--secondary-color);
}

footer .right ul li:not(:last-child) {
  margin-right: 2rem;
}

footer .right .btn {
  font-size: 1.125rem;
  color: #fff;
}

footer .footer_bottom {
  display: grid;
  grid-template-columns: minmax(0,1fr) 40%;
  padding-top: 4rem;
}

footer .footer_link {
  color: var(--primary-color);
  display: block;
  line-height: 1.6rem;
  font-weight: 500;
}

footer .footer_bottom .columns {
  display: grid;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-gap: 1.5625rem;
  grid-template-columns: repeat(3,auto);
}
footer .footer_bottom .right {
  display: grid;
  grid-gap: 1.5625rem;
  grid-column-start: 2;
  grid-row-start: 1;
}

footer .footer_bottom .right .social {
  display: block;
  text-align: right;
}

footer .footer_bottom .right .social a {
  display: block;
  margin-bottom: 8px;
  color: var(--button-color-alt);
}

footer .kvk {
  margin-top: 2.25rem;
}

footer .footer_bottom .right .social li {
  margin-right: 0;
}

footer .footer_bottom .right .address {
  align-content: space-between;
  display: grid;
  grid-template-columns: repeat(3,auto);
  grid-gap: 2rem;
  vertical-align: top;
}

footer address {
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

footer .right ul.footer_list li {
  display: inline-block;
}

footer .right ul.footer_list li a {
  font-size: 1rem;
}

footer .right ul.footer_contact-details
{
  display: block;
  margin-top: 3rem;
}

footer .right ul.footer_contact-details li {
  display: block;
}

footer .right ul.footer_contact-details li a {
  display: block;
  color: var(--primary-color);
  font-size: var(--text-size-smaller);
}

footer .right .footer_list {
  grid-column-end: 2;
}

footer .copyright {
  display: grid;
  grid-template-columns: repeat(2,auto);
  align-items: center;
  margin-top: 4rem;
  color: var(--light-grey);
  font-size: 0.875rem;
}

footer .copyright a {
  color: var(--light-grey);
  display: inline-block;
  margin-left: 2rem;
}

footer .payment_methods {
  display: flex;
  gap: 2rem;
  align-items: center;
}

@media screen and (max-width: 1669px)
{
  section.contact .graphics .graphic2 {
    z-index: 2;
  }
  section.case_detail .container,
  section.case_detail .case_container {
    margin: 0 6rem 0 2rem;
  }
}


@media (min-width: 1441px) and (max-width: 1524px)
{
  .hero .funnel_form.home {
    height: 490px;
  }
}

@media (min-width: 1441px)
{
  section.case_detail .rslides1_tabs li a  {
    height: 10rem;
  }
  header.header {
      left: 2.5rem;
      right: 2.5rem;
  }
  section.top_usps .container,
  .hero .hero_container {
    padding-left: 3rem !important;
  }
  section.partners_block .container,
  section.partners .container,
  section.customer .container {
    padding: 0 3rem !important;
  }
  .container {
    width: auto;
    max-width: 1672px;
    padding: 2.5rem 3rem;
  }
  
  section.company_usps .bottom .container {
    padding: 2.5rem 3rem !important;
  }
  section.company_usps .top .container {
    padding: 3.75rem 3rem !important;
  }
  .hero.landing .bg_picture {
    width: 67rem;
  }
}

@media (min-width:769px){  
  .funnel-hide-desktop {
    display: none;
  }
  .hero.landing .hero_bg .bg_picture {
    max-width: 50%;
  }
  .comp-table__tableBodyRow:nth-child(2n),.comp-table__tableBodyRow:nth-child(2n) .comp-table__tableData{
      background:#ffffff
  }
  .comp-table__tableBodyRow:nth-child(4n),.comp-table__tableBodyRow:nth-child(4n) .comp-table__tableData{
      background:#ededed
  }
  .comp-table__columnGroup{
      display:none
  }
  .comp-table__productImage{
      max-width:120px!important;
      height:auto
  }
  .comp-table__rowheader{
      padding-left:20px!important
  }
  .comp-table__columnGroupSection .comp-table__tableData{
      text-align:left
  }
  .comp-table__productImageContainer{
      width:140px;
      height:auto
  }
}

@media screen and (min-width: 1441px) {
  nav ul li {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 1440px) {
  .page-id-177 .hero.landing .hero_bg .bg_picture {
    max-width: 55%;
    height: 36rem;
  }

  nav ul li:hover .submenu {
    height: 15.75rem;
    top: 72px;
  }
  .kennisbank_detail .container {
    margin-right: 3rem;
  }
  section.cases .container {
    max-width: none;
    margin: 0 2rem;
  }
  .faq.kennisbank.overview .container {
    padding: 0 2.5rem;
  }
  .hero .funnel_form .term .radio-custom input[type="radio"]+label {
    /* line-height: normal; */
  }
  .hero .funnel_form {
    height: auto;
  }
  .page-id-1739 .hero .svg_second {
    z-index: -1;
  }
  header.header {
    height: auto;
  }
  h2 {
    font-size: 2.625rem;
  }
  .header__top {
    height: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header__content .logo img {
    max-width: 160px;
    width: 160px;
  }
  .header__content {
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hero.landing .cta > p, .hero.landing .cta > .usps {
    margin-left: 2.5rem;
  }
  .hero.landing .bg_picture {
    max-width: 55rem;
  }
  .hero.landing {
    height: 54rem;
  }
  
  .comparisonTableContainer {
    margin-left: 0;
  }
  
  section.blog .container {
    padding: 6rem 2rem;
  }

  section.funnel .wrapper .right,
  section.funnel .wrapper .left {
    padding: 8rem 6rem;
    height: auto;
  }
  section.funnel .wrapper .left p {
    font-size: 1rem;
  }
  section.funnel .wrapper .left .photo img {
    max-width: 24rem;
  }
  section.funnel .wrapper .left h1 {
    font-size: 2.625rem;
  }
  section.funnel .wrapper .right form > div {
    height: 36.75rem;
  }
  .hero .funnel_form {
    right: 0;
    margin-right: 7.5rem;
  }  
  nav ul li {
    margin-right: 1.25rem;
  }
  nav ul li a {
    font-size: 1rem;
  }
  .hero h1 {
    font-size: 4rem;
    margin-left: 2.5rem;
  }
  .container {
    width: auto;
    padding: 2.5rem;
  }
  
  section.partners li a img {
    width: 100%;
  }
 
}

@media screen and (min-width: 1024px) and (max-width: 1340px) {
  .hero .funnel_form {
    width: 25rem;
  } 
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  section.content .container {
    overflow-x: hidden;
  }
  section.content .picture .img {
    width: 30rem !important;
    height: 30rem !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .social_items .item iframe {
    min-width: auto !important;
  }

  section.partners li:nth-child(1) a img,
  section.partners li a img {
    height: 100%;
    width: auto;
  }
  
  .hero .svg_second {
    display: none;
  }
  
  section.partners li:last-child a img {
    width: 10rem !important;
  }
  section.partners li:nth-child(1) a img {
    width: 10rem !important;
    /* height: 3rem; */
  }
  section.partners li:nth-child(3) a img {
    
    width: 10rem !important;
    height: auto;
  }
  section.funnel .wrapper .right form > div {
    height: auto;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1140px) { 
  .actions .header__box:nth-child(1) {
    display: none;
  }
  nav ul li a {
    font-size: .875rem;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1082px) { 
  .header__usps li:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .page-id-2119 .product_company_usps,
  .page-id-377 .product_company_usps {
    margin-bottom: -3rem;
  }

  .page-id-177 .hero.landing .hero_bg .bg_picture {
    height: 28rem;
  }
  .page-id-4268 .hero.landing .cta h1 {
    font-size: 4rem;
  }

  #instagram_block .social_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));;
  }
  .page-id-650 section.our_products .wrapper .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .kennisbank_detail .featured-image {
    float: none;
    display: block;
    margin: 0 0 1rem 0;
  }
  .kennisbank-cta .container {
    gap: 1rem;
    text-align: left;
  }

  .kennisbank-cta .btn {
    width: 17rem;
  }

  .kennisbank-cta .title {
    text-align: center;
  }

  .kennisbank-cta .icon {
    display: block;
  }

  section.faq.kennisbank.overview .boxes  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  main.thankyou p {
    line-height: 1.5;
  }

  .kennisbank_detail .box img {
    height: auto;
  }

  .rslides li {
    height: 18rem;
  }

  section.case_detail .case_container {
    max-width: none;
    margin: 0 6rem 0 2rem;
  }

  nav ul li:hover .submenu.large {
    max-width: 45rem;
  }

  .hero .funnel_form .term .radio-custom input[type="radio"]+label {
    /* line-height: normal; */
    padding: 1rem 8px;
  }

  main.pagenotfound h1 {
    font-size: 20rem;
  }

  nav ul {
    justify-content: flex-end;
  }
  nav ul li:hover .submenu {    
    left: -4rem;
    top: 70px;
    height: 13.5rem;
  }
  nav ul li:hover .submenu li a img {
    max-height: 8rem;
  }
  header.header {
    right: 2rem;
    left: 2rem;
  }
  .btn {
    font-size: calc(.875rem + .27027vw - .86486px);
  }
  .container {
    max-width: 1024px;
  }
  main {
    padding-top: 3rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  nav ul li a {
    font-size: .7875rem;
  }
  nav ul li {
    margin-right: .75rem;
  }
  .hero .funnel_form {
    right: 2.5rem;
    width: 25rem;
    padding: 2rem;
    max-width: 23rem;
    margin-right: 0;
  }  
  .hero .hero_bg {
    max-height: 550px
  }
  .hero h1 {
    font-size: 3.5rem;
    margin-right: 5rem;
    margin-left: 4.5rem;
  }
  .hero.landing {
    height: 48rem;
  }
  .hero .svg_second{
    right: -3.75rem;
    top: -2rem;
    display: none;
  }
  .hero .svg_second,
  .hero .svg_first {
    transform: scale(.75);
  }
  .hero .funnel_form_title {
    font-size: 1.5rem;
  }
  .header__usps li {
    font-size: .75rem;
    margin-right: 0.4rem;
  }
  
  .comp-table__tableData .btn {
    padding: 0 2.25rem;
  }

  .page-id-1971 section.content .picture .img {
    display: block;
  }

  .comp-table__tableData .btn::before,
  .comp-table__tableData .btn::after {
    display: none;
  }
  section.top3 h1 {
    font-size: 2.5rem;
  }
  section.cases .overview,
  section.recommend .items, section.blog .overview {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  section.blog_content .small_container, section.blog_detail .small_container {
    padding: 0 2rem;
  }
  section.reviews {
    padding: 3rem 0 6rem;
  }
  section.reviews ul:not(.stars)
  {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  section.reviews ul:not(.stars) li {
    width: auto;
  }
  section.blog .intro_block .pills {
    display: block;
  }
  section.blog .intro_block .pills a {
    margin-bottom: .5rem;
  }
  section.contact {
    height: auto;
    margin-bottom: 0;
    border-bottom-left-radius: 2.8125rem;
    border-bottom-right-radius: 2.8125rem;
  }
  section.contact .graphics .graphic2 img {
    max-width: 31rem;
  }
  section.contact .graphics svg {
    transform: scale(.75);
  }
  section.contact .graphics .graphic2 {
    top: -1rem;
  }
  section.contact .graphics .graphic1 {
    left: 8rem;
    top: 1rem;
  }
  section.contact .card {
    position: relative;
    top: -7.5rem;
    width: auto;
    height: auto;
    border-radius: 1.875rem;
    margin: 0 4rem;
    z-index: 3;
    padding: 4rem;
  }
  section.contact h1 {
    padding: 6rem 0 14rem;
    font-size: 3.0625rem;
  }
  section.contact .form-row-items {
    display: flex;
    flex-direction: column;
  }
  section.contact h3 {
    font-size: 1.25rem;
  }
  section.contact .form-row-items .details address,
  section.contact .form-row-items .details ul:not(.social) {
    display: inline-block;
    font-size: 1rem;
  }
  section.contact .form-row-items .details address {
    margin-right: 2rem;
  }
  section.contact .form-row-items .details ul:not(.social) li a {
    font-size: 1rem;
  }
  section.contact .social {
    margin-top: 1rem;
  }
  section.green_top_bar{
    margin-top: -60px;
  }
  .hero.landing .hero_content {
    padding-bottom: 6rem;
  }
  .hero.landing .bg_picture {
    max-width: 35rem;
    height: 30em;
  }
  .hero.landing .funnel_form {
    right: 0;
  }
  .hero.landing h1 {
    margin-left: 2.5rem;
  }
  .hero.landing .cta > p {
    font-size: 1.25rem;
    margin-right: 8rem;
  }
  .hero.landing .hero_bg {
    max-height: 48rem;
  }
  .hero.landing .cta > .usps li {
    font-size: 1rem;
  }
  section.funnel .wrapper {
    margin-top: -48px;
  }
  section.funnel .wrapper .right form > div {
    height: auto;
  }
  section.funnel .wrapper .right, section.funnel .wrapper .left {
    padding: 8rem 4rem;
  }
  section.funnel .wrapper .left .photo img {
    max-width: 17.5rem;
  }
  section.funnel .wrapper .left .photo {
    right: -2rem;
  }
  section.funnel .wrapper .left h1 {
    font-size: 2.125rem;
  }
  section.funnel .wrapper {
    grid-template-columns: 40% minmax(0,1fr);
  }
 
  .usp_block_items .empty {
    display: none;
  }
  
  nav > ul li svg {
    max-width: .75rem;
    vertical-align: middle;
  }
  
  footer .subscribe-container .subscribe-content {
    width: auto;
  }
  footer .container {
    padding: 2rem 4.5rem;
  }
  footer .footer_top {
    padding-bottom: 2rem;
  }
  footer .logo {
    max-width: 190px;
  }
  footer .list-inline .footer_link {
    font-size: 0.875rem;
  }
  footer .right .btn {
    font-size: calc(.875rem + .27027vw - .86486px);
    padding: 0 3.75rem 0 1.5rem;
  }
}


@media screen and (min-width: 767px) and (max-width: 970px) {
  .header__usps li:nth-child(3) {
    display: none;
  }
  
  nav > ul li svg,
  nav ul li:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .kennisbank_detail .menu .cta_box {
    display: none !important;
  }
  main.thankyou.quote .review_widget {
    position: relative;
    left: 0;
    top: 1rem;
    transform: translateX(50%);
  }

  main.thankyou.quote .cases .item .text {
    padding: 2rem 1.5rem 1rem;
  }

  main.thankyou.quote h1 {
    font-size: 2.25rem;
  }

  main.thankyou.quote .cases {
    margin: 0 1rem;
  }

  main.thankyou.quote .columns {
    grid-template-columns: 40% 60%;
    grid-gap: 2rem;
  }

  main.thankyou.quote .cases .item {
    min-width: 15rem;
  }

  .page-id-177 .hero.landing .hero_bg .bg_picture {
    max-width: 40rem;
    height: 26rem;
  }

  footer .footer_bottom .right .social li {
    margin-right: 1rem;
  }

  .actions button {
    display: inline-block;
  }
  section.product_header .picture img
  {
    max-width: 20rem;
    height: auto;
  }
  .page-id-650 section.our_products .wrapper .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brands_table_blog {
    border: 1px solid #efefef;
  }
  .kennisbank_detail .kennis_layout {
    display: block;
  }
  .kennisbank_detail .kennis_layout .menu {
    margin-bottom: 1rem;
  }
  .kennisbank_detail .kennisbank-cta .container {
    display: block;
    text-align: center;
  }
  .kennisbank_detail .kennisbank-cta .btn {
    width: auto;
  }
  .kennisbank_detail .featured-image {
    text-align: center;
  }
  .kennisbank_detail .featured-image img { 
    max-height: 16rem;
    width: auto;
  }

  .kennisbank-cta .container {
    display: block;
    text-align: center;
    padding: 1.5rem;
  }

  .kennisbank-cta .btn {
    width: 25rem;
  }
  
  .kennisbank-cta .title {
    margin-bottom: 1rem;
  }

  .modal-wrapper {
    width: auto;
    margin-left: auto;
    left: 1rem;
    right: 1rem;
  } 

  main.thankyou .thankyou-img {
    max-width: 7rem;
  }
  
  section.case_detail .case_container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 2rem;
  }
  
  section.case_detail .case_container .small_container {
    order: 1;
  }

  section.case_detail .case_container .case_showtime {
    order: 2;
  }

  .hero .funnel_form .term .radio-custom input[type="radio"]+label {
    line-height: 1.5rem;
  }
  
  nav > ul li svg {
    /* display: none; */
  }
  
  img.wp-image-2197.size-full.alignnone,
  img.alignnone.size-full.wp-image-2190 {
    float: none;
    max-width: 100%;
    max-height: 20rem;
    width: auto;
    display: block;
    margin: 0;
  }

  .modal-content table tr td:nth-child(2) {
    line-height: 1rem;
  }
  
  body.open {
    overflow: hidden;
  }

  .banner.banner-payments .title {
    line-height: 1.5;
  }

  main.funnel {
    padding-top: 8rem;
  }

  .page-id-1971 section.big_text .container {
    padding: 0 2rem;
  }
  .page-id-1971 section.content .textBlock {
    display: block;
  }

  .comp-table__columnGroup .comp-table__tableData,.comp-table__columnHeader:nth-child(2),.comp-table__tableBodyRow .comp-table__tableData:nth-child(2){
      border-left:1px solid #bdbdbd!important
  }
  .comp-table__emptyCell,.comp-table__rowheader{
      display:none
  }
  .comp-table__productImage{
      height:auto;
      max-width:100%
  }
  .comp-table__columnGroupSection .comp-table__tableData{
      font-size:1rem!important
  }
  .comp-table__recommendedText{
      /*font-size:.8rem!important*/
  }
  .comparisonTableContainer .comp-table .comp-table__tableData:not([scope="colgroup"]){
      min-width:80px;
      max-width:80px
  }
  .comparisonTableContainer.moreThan4 .comp-table .comp-table__tableData:not([scope="colgroup"]){
      min-width:90px;
      max-width:90px
  }
  .comparisonTableContainer.moreThan4 .comp-table__tableData[scope="colgroup"]{
      text-align:left
  }
  .comp-table__productImageContainer{
      width:80px;
      height:auto
  }
  .comparisonTableContainer use:nth-child(2) {
    transform: translate(15px);
  }
  .comparisonTableContainer use:nth-child(3) {
    transform: translate(30px);
  }
  .comparisonTableContainer use:nth-child(4) {
    transform: translate(45px);
  }
  .comparisonTableContainer use:nth-child(5) {
    transform: translate(60px);
  }
  .comparisonTableContainer .rating {
    height: 13px;
  }
  section.blog_detail .container {
    padding: 8rem 0 4rem;
  }
  section.recommend .container {
    padding-bottom: 4rem;
  }
  section.blog_detail h1 {
    font-size: 2.5rem;
  }
  section.blog_content {
    padding: 6rem 0 2rem;
  }
  section.recommend .container > .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  section.blog_detail p.intro {
    font-size: 1.25rem;
  }

  section.faq.overview .boxes {
    display: block;
  }
  section.faq.overview h1 {
    margin-top: 2rem;
  }
  section.faq.overview .box {
    margin-bottom: 1rem;
  }

  .btn {
    height: 3.25rem;
  }
  .actions button,
  .actions a:nth-child(1) {
    display: block;
    height: 3.25rem !important;
    width: 3.25rem !important;
    text-align: center;
    padding: 0 !important;
    margin-right: .3125rem;
    line-height: 0;
  }
  
  .actions button svg {
    margin: 0 auto;
  }
  .actions a:nth-child(1) svg {
    margin-top: 1.125rem;
    display: inline-block;
  }
  header nav {
    display: none;
    height: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 6.25rem 3.125rem 4.6875rem;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--third-color);
    z-index: -1;
    align-self: center;
  }
  nav ul li {
    padding: 0;
  }
  section.green_top_bar {
    margin-top: -160px;
  }
  nav ul li.active a {
    text-decoration: underline;
  }

  header .header__content.open {
    /* display: grid; */
    background-color: #fff;
    border-bottom-left-radius: clamp(1.25rem,0.9659090909rem + 0.7575757576vw,1.875rem);
    border-bottom-right-radius: clamp(1.25rem,0.9659090909rem + 0.7575757576vw,1.875rem);
    box-shadow: 0 0 1.625rem #00000014;
  }

  nav.open .animate__animated.animate__delay-0s {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  nav.open .animate__animated.animate__delay-05s {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
  }
  
  nav.open .animate__animated.animate__delay-1s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }
  
  nav.open .animate__animated.animate__delay-15s {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
  }
  
  nav.open .animate__animated.animate__delay-2s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  nav.open .animate__animated.animate__delay-25s {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
  }  
  
  nav ul li .submenu {
    display: none;
  }

    
  nav ul li:hover .submenu {
    display: none;    
    position: static;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    height: auto;
  }

  nav ul li .submenu li a .title,
  nav ul li:hover .submenu li a .title {
    min-height: auto;
    margin-top: 0;
    height: 30px;
    line-height: normal;
    padding: 0;
    text-align: left;
    display: block;
  }

  nav ul li:hover .submenu li {
    opacity: 1;
    border: none;
    text-align: left;
    display: block;
  }

  nav ul li:hover .submenu li a {
    padding: 0;
  }

  nav ul li:hover .submenu.mobile_active,
  nav ul li .submenu.mobile_active {
    display: block !important;
  }

  nav ul li:hover .submenu li a .img,
  nav ul li:hover .submenu {
    display: none !important;
  }

  nav ul li .submenu ul {
    display: block;
    padding: 1rem 2rem 0;
  }
  
  nav ul li .submenu ul li {
    opacity: 1;
    margin-bottom: 1rem;
  }

  nav ul li .submenu ul li a {
    font-size: 1.5rem !important;
  }
  
  nav ul li .submenu ul li img {
    display: none !important;
  }
  
  nav ul li svg.active_toggle {
    transform: rotate(180deg);
  }

  
  nav ul li .submenu ul li a {
    font-size: 1.5rem !important;
    text-decoration: none !important;
  } 

  nav ul li .submenu ul li.active a {
    text-decoration: underline !important;
  }

  nav ul li:hover .submenu.mobile_active,
  nav ul li .submenu.mobile_active {
    display: block !important;
  }

  nav ul li svg {
    max-width: 3rem;
    width: auto;
    position: absolute;
    right: 0;
    top: -.5rem;
  }

  nav ul li svg::after {
    display: block;
    height: 1px;
    content: "";
    clear: both;
  }

  nav ul li svg path, nav > ul li:hover svg path {
    stroke: white !important;
  }
  
  nav .menu_svg1,
  nav .menu_svg2 {
    display: block;
    position: absolute;
    transform: scale(.75);
  }
  
  nav .menu_svg1 {
    bottom: 7.8125rem;
    right: 1.5625rem;
  }

  nav .menu_svg2 {
    left: -3.125rem;
    top: 4.6875rem;
  }
  header nav ul {
    flex-direction: column;
    padding: 6rem 3rem 0;
  }

  header nav li {
    margin-bottom: 3rem;
    opacity: 0;
  }

  header nav a{
    font-size: 1.875rem !important;
    color: white !important;
    font-weight: 700 !important;
  }

  header .header__usps {
    display: none;
  }
  .header__review {
    width: 100%;
    display: grid;
    align-items: center; 
    grid-template-columns: 70% 30% 20%;
  }
  .header__review a:nth-child(1) {
    font-size: clamp(.75rem,.6363636364rem + .303030303vw,1rem);
  }
  .header__review a:nth-child(2) {
    justify-content: right;
  }
  .header__review .rating-box svg {
    width: 14px;
    height: 14px;
  }
  .header__review a:nth-child(2) .score {    
    margin-top: 0.125rem;
    font-size: clamp(.75rem,.6363636364rem + .303030303vw,1rem);
  }
  .header__review a:nth-child(3) {
    justify-content: right;
    margin-left: -2rem;
  }
  .page-id-4268 .hero.landing .cta h1,
  .hero h1 {
    font-size: 2.5rem;
    margin-right: 8rem;
  }
  .page-id-4268 .hero.landing .cta h1 {
    margin-top: 2rem;
  }
  .hero .funnel_form {
    right: 6rem;
    max-width: 20rem;
    height: auto;
  }
  main {
    padding-top: 3rem;
  }
  .hero .form-flex div:nth-child(1) {
    width: 40%;
  }
  .hero .form-flex div:last-child {
    width: 25%;	
  }
  .hero .hero_bg .bg {
    background-position: inherit;
  }

  .hero .hero_content .mt-20 {
    margin-top: 26rem;
  }
  
  .hero .funnel_form_title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .hero.landing .hero_container {
    grid-template-columns: 100%;
  }
  .hero.landing,
  .hero.landing .hero_bg {
    height: 56rem;
    max-height: none;
  }
  .hero.landing h1 {
    max-width: 22rem;
  }
  .page-id-1739 .hero.landing .cta {
    margin-top: -7rem;

  }
  .page-id-1739 .hero h1 {
    font-size: 3.5rem;
  }
  .hero.landing .cta {
    max-width: none;
  }
  .hero.landing .cta > p {
    margin-right: 0;
    width: 40%;
    margin-right: 2rem;
    display: inline-block;
    vertical-align: top;
  }
  
  .hero.landing .cta .usps {
    width: 40%;
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
  .hero.landing .cta .usps li {
    line-height: 1.5;
  }
  .hero.landing .bg_picture {
    max-width: 44rem;
    height: 30em;
  }  
  .hero.landing .funnel_form {
    left: 50%;
    top: 4rem;
  }  
  .hero.landing .cta {
    grid-row: 2;
    margin-top: -2rem;
  }
  .hero.landing .hero .funnel_form_wrapper {
    grid-row: 1;
  }
  
  .hero .svg_first {
    right: 14rem;
  }
  
  section.blog .intro_block .pills a {
    padding: .75rem 1.25rem;
    font-size: .875rem;
  }
  section.blog .intro_block {
    margin-bottom: 2rem;
  }
  section.contact .graphics .graphic2 {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: -4rem;
  }
  section.contact .graphics .graphic2 img {
    max-width: 28rem;
  }
  section.contact h1 {
    padding: 0rem 0 22rem;
    margin-left: 0;
    margin-top: 1rem;
  }
  section.contact .form-row .form-control {
    min-width: auto;
  }
  section.contact .card {
    top: 3rem;
  }
  section.contact .graphics .graphic2 {
    top: 6rem;
  }
  section.contact {
    margin-top: -160px;
    padding-bottom: 7rem;
  }
  section.funnel {
    margin-top: -10rem;
  }
  section.funnel .wrapper .right {
    padding-bottom: 4rem;
  }
  section.funnel .wrapper .left .photo img {
    max-width: 26.5rem;
  }
  section.funnel .wrapper .left {
    padding: 4rem 4rem 24rem;
    height: auto;
  }
  section.funnel .wrapper .left .bottom a,
  section.funnel .wrapper .left .bottom h3 {
    font-size: 1rem;
  }
  section.funnel .wrapper .left .photo {
    top: 2rem;
    bottom: auto;
    right: 0;
  }
  section.funnel .wrapper .left p {
    max-width: 20rem;
  }
  section.funnel .wrapper {
    grid-template-columns: 1fr;
  }
  section.funnel .wrapper .left {
    grid-row: 2;
  }
  section.funnel .wrapper .right {
    grid-row: 1;
  }

  .page-id-1971 .hero.landing .bg_picture {
    max-width: 35rem;
    height: 20rem;
    background-position: left;
  }
  .page-id-1971 .hero.landing .hero_content {
    margin-top: 14rem;
  }

  
  .postid-2235 .content-img  img{
      height: auto;
  }

  .kennisbank_detail .menu a {
    word-break: break-word;
  }
  .kennisbank_detail .content-wrapper-logo {
    display: flex;
    flex-direction: column;
  }
  .kennisbank_detail .content-wrapper-logo .text {
    order: 1;
  }
  .kennisbank_detail .content-wrapper-logo .logo {
    order: 2;
  }
  footer .copyright .right  {
    text-align: right;
  }
  
  footer .right ul:not(.social):not(.footer_list):not(.footer_contact-details) li {
    display: none;
  }
  footer .right ul:not(.social):not(.footer_list):not(.footer_contact-details) li:nth-child(3)
  {
    display: block;
  } 
  footer .footer_bottom .right .address {
    display: block;
    position: relative;
  }
  footer .footer_bottom .columns div:nth-child(3) {
    display: none;
  }
  footer .footer_bottom .right .social {
    position: absolute;
    right: 0;
    top: 0;
  }
  footer .right ul.footer_contact-details,
  footer .kvk {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 550px) {  

.postid-5208 h2 img,
.postid-5208 p img {
  height: auto;
}
section.blog_content .small_container .img-right,
section.blog_detail .small_container .img-right{
  float: none;
  margin-left: 0;
  text-align: center;
}
.page-id-4921 .content .box {
  padding-bottom: 2rem;
}
.page-id-4921 .content .box div {
  float: none !important;
  margin: 0 0 1rem 0 !important;
}
.page-id-4921 .content .box div .wp-video {
  width: 100% !important;
}

.page-id-4901 .kennisbank_detail .featured-image img,
.page-id-4850 .kennisbank_detail .featured-image img,
.page-id-4879 .kennisbank_detail .featured-image img {
  max-width: 10rem;
}
.page-id-4901 .kennisbank_detail table,
.page-id-4879 .kennisbank_detail table
{    
  border: none;
}
.page-id-4901 .kennisbank_detail table tr,
.page-id-4879 .kennisbank_detail table tr {
  border: 1px solid #efefef;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.page-id-4901 .kennisbank_detail table th,
.page-id-4879 .kennisbank_detail table th {
  display: none;
}
.page-id-4901 .kennisbank_detail table td,
.page-id-4879 .kennisbank_detail table td
{
  border: none;
  font-size: 1rem;
  display: block;
}
  main.thankyou.quote h2 {
    font-size: 1.5rem;
  }
  main.thankyou.quote ul li h4 {
    font-size: 1.125rem;
  }
  main.thankyou.quote ul li p {
    font-size: 1rem;
  }
  main.thankyou.quote .sliderbox {
    padding: 1.5rem .5rem;
  }
  main.thankyou.quote .arrow svg {
    width: 1rem;
  }
  main.thankyou.quote .cases .item .text {
    padding: 1.5rem 1.5rem 1rem;
  }
  main.thankyou.quote .arrow {
    left: .25rem;
  }
  main.thankyou.quote h3 {
    font-size: 1.125rem;
    padding: 0 1rem;
    line-height: 1.25;
  }
  main.thankyou.quote .arrow.right {
    right: .25rem;
  }
  main.thankyou.quote .content > .container {
    padding: 1rem 1.5rem;
  }
  main.thankyou.quote .columns {
    display: block;
  }

  main.thankyou.quote .content .review_widget {
    display: block;
    transform: none;
    top: 0;
  }

  main.thankyou.quote .content .review_widget iframe{
    max-width: 350px;
    width: 100%;
  }

  .page-id-377 .product_company_usps + .content.right.noPadding,
  .page-id-2119 .product_company_usps + .content.right.noPadding {
    padding-top: 2rem;
  }

  .kennisbank_detail .case_wrapper {
    display: flex;
  }

  .postid-4685 .small_container ul,
  .postid-4685 .small_container ol {
    margin-left: 20px !important;
  }

  .postid-4667 section.blog_content .small_container table th {
    text-align: left !important;
  }
  .postid-4667 section.blog_content .small_container table tr:first-child td,
  .postid-4667 section.blog_content .small_container table tr td {
    display: table-cell !important;
  }
  .page-template-home .banner + section.content .picture .img {
    background-position: center;
  }
  .btn.clean {
    text-align: left;
    line-height: normal;
  }
  .single-cases section.case_detail .breadcrumb li:nth-child(1){
    margin-bottom: .5rem;
  }
  .single-cases section.case_detail .breadcrumb li:nth-child(2){
    display: none;
  }
  section.case_detail .rslides video {
    max-width: 60%;
  }
  .page-id-177 .hero.landing .hero_bg .bg_picture { 
    max-width: 30rem;
  }
  .page-template-home #instagram_block {
    padding: 0 1rem 2.5rem;
  }
  #instagram_block {
    padding: 1.25rem 1rem;
    overflow: hidden;
  }
  #instagram_block .social_items {
    display: block;
  }
  #instagram_block .social_items iframe {
    min-width: 0 !important;
  }
  .header__content .actions svg {
    margin: 0 auto;
  }  
  .page-template-funnel-v2 .actions a{
    display: none !important;
  }
  section.application_bar .flip-card:hover .flip-card-inner {
    transform: none !important;
  }
  .hero .hero_bg .bg {
    background-image: none;
  }
  .page-id-564 .action-price {
    margin-top: 0 !important;
  }
  #funnelForm .usp_text_block {
    margin: .5rem 0;
  }

  #funnelForm label.mb-3 {
    margin-bottom: .5rem;
  }

  .flex.flex-wrap.amount-wrap {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
  }   

  .flex.flex-wrap.multi-wrap {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
  }   

  .flex.flex-wrap.devices-wrap {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr)); 
    /* display: block; */
  }


  .flex.flex-wrap.devices-wrap > label {
    display: block;
    text-align: center;
  }

  .flex.flex-wrap.devices-wrap > label .select-none.mini-icon {
    text-align: center;
  }

  #funnelForm .flex.flex-wrap.devices-wrap label svg {
    display: inline-block;
  }

  #funnelForm .flex.flex-wrap.devices-wrap label .select-none {
    font-size: .75rem;
  }

  #funnelForm .flex.flex-wrap.devices-wrap label .mt-2 {
    margin-top: 0;
  }
  
  .flex.flex-wrap.devices-wrap {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr)); 
    /* display: block; */
  }

  #funnelForm #usage a span.text-md {
    font-size:.875rem;
  }

  .funnel-nav.bottom-0.left-0.right-0.py-5 {
    padding-top: 0;
  }

  .page-id-650 section.our_products .wrapper .text h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .page-id-650 section.our_products .wrapper .text {
    margin-bottom: 2.5rem;
  }
  .page-id-650 section.our_products .wrapper .text p {
    margin-bottom: 0;
  }
  .page-id-650 section.our_products {
    margin-bottom: 2rem;
  }
  section.blog_content .brands_table_blog .price-col {
    width: auto;
    word-break: keep-all;
  }
  
  section.blog_content .small_container .brands_table_blog td a {    
    width: 6rem;
    word-break: break-word;
    margin-top: 0 !important;
  }
  section.blog_content .brands_table_blog th {
    font-size: .875rem !important;
  }
  section.blog_content .brands_table_blog th sup {
    display: block;
  }
  section.blog_content .brands_table_blog td {
    border-bottom: 1px solid #efefef !important;
    font-size: .875rem !important;
  }
  section.blog_content .brands_table_blog td .flag_wrap{
    text-align: center;
  }
  section.blog_content .brands_table_blog td img {
    display: inline-block;
    vertical-align: middle;
  }

  .mobile_scroll {
    display: block;
    font-size: .875rem;
    margin-bottom: .5rem;
  }
  .hero.landing .bg_picture {
    max-width: 30rem;
  }
  section.content .picture #viewer {
    height: 26rem;
    width: 300px;
  }
  .page-id-2031 section.content .picture {
    background-size: cover;
    background-position: -10px -40px !important;
  }

  .kennisbank_detail .kennisbank-cta {
    margin: 0 -1.5rem;
  }
  .kennisbank_detail .kennisbank-cta .container{
    display: block;
    padding: 1.5rem 1rem;
  }
  .kennisbank-cta .btn {
    width: auto;
  }

  .thankyou.info h1 {
    font-size: 2rem;
  }
  .kennisbank_detail .content-wrapper-logo .text {
    order: 2;
  }
  .kennisbank_detail .content-wrapper-logo .logo {
    order: 1;
    text-align: center;
  }
  
  section.blog_content .small_container h2
  {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  section.blog_content .small_container li {
    font-size: 1rem;
    line-height: normal;
  }
  .page-id-377 section.product_header .picture,
  .page-id-2119 section.product_header .picture {
    background-size: cover;
    background-position: center;
  }
  .banner.banner-payments {
    margin-bottom: 1rem;
  }
  .page-id-290 .hero.landing .bg_picture {
    max-height: 16rem;
    max-width: 27rem;
    right: 0;
    background-position: left;
  }

  .page-id-2119 section.product_header .picture {
    background-position: center 0px !important;
  }

  .page-id-2119 section.product_header .picture img {
    height: 14rem;
  }
  .page-id-2292 section.product_header .picture img,
  .page-id-564 section.product_header .picture img {
    height: 12rem;
  }

  .page-id-290 .hero .hero_content {
    top: 60px;
    padding-bottom: 0rem;
  }
  
  section.product_header {
    min-height: 735px;
  }
  section.product_header .picture img {
    width: auto;
    height: 250px;
    max-width: 100%;
    min-width: 0;
  }
  section.overview.kennisbank .up, .kennisbank_detail .up {
    margin-top: 2.25rem;
  }
  section.faq.overview {
    padding: 2rem 0;
  }
  section.faq.kennisbank.overview .searchResults {
    display: block;
  }
  section.faq.kennisbank.overview .searchResults .box {
    padding: 1rem;
    margin: 0;
    margin-bottom: .5rem;
  }
  .hero .funnel_form.home {
    padding: 1.5rem 1rem;
    height: 300px;
  }
  .kennisbank_detail .kennis_layout {
    display: flex;
    flex-direction: column;
  }
  .kennisbank_detail .container {
    margin-right: 0;
    padding: 2.5rem 1rem;
  }
  .kennisbank_detail blockquote {
    margin: 0 1rem;
  }
  .kennisbank_detail .videobox iframe {
    min-height: 240px;
    height: auto;
  }
  .kennisbank_detail h1 {
    font-size: 2rem;
  }
  .kennisbank_detail .box {
    padding: 1.5rem;
  }
  .kennisbank_detail .kennis_layout .menu {
    order: 2;
  }
  .kennisbank_detail .kennis_layout .content {
    order: 1;
  }
  .kennisbank_detail .content ol,
  .kennisbank_detail .content ul {
    margin-left: .75rem;
  }
  section.case_detail .stars {
    top: -1.525rem;
  }
  .faq.kennisbank.overview .container {
    padding: 0;
  }
  section.faq.kennisbank .search {
    margin-bottom: 2rem;
  }
  section.faq.kennisbank .searchForm {
    margin: 0 1rem;
  }
  .faq.kennisbank.overview .container .boxes {
    display: block; 
  }
  .faq.kennisbank.overview .container .box {
    padding: 1rem;
  }
  section.faq .items .item .arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .faq.kennisbank.overview .container .box h2 {
    font-size: 1.5rem;
    margin-bottom: .25rem;  
  }
  section.faq.overview .items .title {
    padding: .5rem 1rem .5rem 0;
    word-break: break-word;
  }
  section.kennisbank .results {
    padding: 0 .5rem;
  }
  .kennisbank_detail .menu a,
  section.faq.kennisbank.overview .searchResults .box h3 {
    word-break: break-word;
  }
  section.case_detail .container,
  section.case_detail .case_container {
    margin: 0 1rem;
  }
  section.case_detail .container {
    padding: 7rem 0 1.5rem;
  }
  section.case_detail h1 {
    font-size: 2.25rem;
  }
  section.case_detail .breadcrumb {
    margin-bottom: 0;
  }
  section.case_detail .rslides1_tabs {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  section.cases .intro_block .pills {
    display: block;
  }
  section.cases .intro_block .pills a {
    margin-bottom: .5rem;
  }
  .hero .funnel_form .term .radio-custom input[type="radio"]+label {
    width: auto;
   line-height: normal;
   padding: .5rem 20px; 
   font-size: 12px;
   text-align: center;
   margin-left: 0;
  }
  .hero .funnel_form .term .radio-custom input[type="radio"]+label:last-child {
    padding: .5rem 20px;
  }
  .hero .funnel_form .term .radio-custom  input[type="radio"] {
    display: none;
  }
  .hero .funnel_form .term .radio-custom input[type="radio"]+label .mobile_hide {
    display: none;
  }
  .hero .funnel_form_title {
    font-size: 1.25rem;
    line-height: 1;
  }

  .hero .funnel_form p {
    margin-bottom: .75rem;
  }

  nav ul li .submenu ul {
    padding: 1rem 1rem 0;
  }
  

  .postid-2235 .content-img  {

  }

  #zakelijk_afspraak .item .date {
    padding: 4px 6px;
  }

  section.top_usps {
    padding-top: 0 !important;
  }
  
  .hero .form-flex div:nth-child(1) {
    width: 50%;
  }
  video {
    width: 100% !important;
    height: auto !important;
  }
  section.blog_detail h1 {
    word-break: break-word;
  }
  .page-id-1971 section.content .container {
    padding: 2.5rem 3rem;
  }
  .page-id-1971 section.content .picture .img {
    margin-bottom: 1rem;
  }
  .page-id-1971 section.big_text .text h1, .page-id-1971 section.big_text .text h2 {
    font-size: 2.5rem;
  }
  main.pagenotfound h1 {
    font-size: 8rem;
  }
  .banner.banner-payments .wrap {
    display: block;
    margin: 0;
  }
  .banner.banner-payments .text {
    margin-top: 0;
  }
  .banner.banner-payments .text a {
    display: block;
  }
  main.pagenotfound p {
    line-height: 1.25;
    font-size: 1.5rem;
    margin: 0 2rem 4rem;
  }
  .btn:hover:before {
    display: none;
  }
  .btn:hover:after {
    opacity: 1;
    right: 1.5rem;
  }
  section.funnel .mb-10 {
    margin-bottom: 1.5rem;
  }
  .modal-wrapper {
    top: 2rem;
  }
  .page-id-1850 .hero.landing {
    height: auto;
  }
  .notification-bar {
    left: 0;
    right: 0;
    z-index: 9999;
  }
  section.recommend .item {
    margin-bottom: .75rem;
  }
  .notification-bar strong {
    display: block;
  }
  .notification-bar p {
    font-size: .875rem;
    padding: 0 1rem;
  }
  .cookie-box {
    left: 0;
    transform: none;
    right: 0;
    bottom: 0;
    top: auto;
    width: auto;
  }
  .comparisonTableContainer .comp-table__tableDataCell span {
    font-size: 1rem;
  }
  section.our_products .wrapper .products .lpt_link .picture {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  section.our_products .wrapper .products .lpt_link {
    padding: 1.5625rem 1.5625rem 3rem 1.5625rem;
  }
  section.blog_content .social_btns a {
    display: block;
    font-size: 1rem;
  }
  section.blog_content .small_container table tr:first-child td
  {
    display: none !important;
  }
  section.blog_content .small_container table td a {
    margin-top: 1rem !important;
    display: block;
  }
  section.blog_content .small_container table tr {
    padding-bottom: 1rem;
  }
  section.blog_content .small_container table tr td {
    display: block;
    text-align: left !important;
    border-bottom: none;
  }

  section.blog_content .small_container table tr td:nth-child(4) {
    border-bottom: 1px solid #efefef;
    padding-bottom: 1.5rem;
  }
  section.blog_content .small_container table tr td b {
    display: none;
  }

  section.blog_content .small_container table tr td a span {
    font-weight: 700 !important;
  }

  section.blog_content .small_container table tr td li {
    font-weight: 400 !important;
  }

  section.blog_content .small_container table tr td > span {
    font-weight: 700 !important;
  }

  section.blog_content .small_container table tr td > span .mobile {
    font-weight: 400 !important;
  }

  section.blog_content .small_container table tr td .mobile {
    display: inline-block;
  }

  section.blog_content .small_container table.brands_table_blog tr:first-child td,
  section.blog_content .small_container table.brands_table_blog td {
    display: table-cell !important;
  }

  .banner .container {
    padding: 1rem;
    display: block;
    text-align: center;
  }

  .banner .text {
    margin: 1rem 1rem 0;
    line-height: 1.5;
  }

  section.blog_content .social_btns {
    margin-top: 3.5rem;
  }

  section.blog_content .social_btns .fb {
    margin-bottom: .5rem;
  }
  section.top3 .container {
    padding: 2rem 1.25rem;
  }
  section.application_bar .flip-card-back {
    backface-visibility: visible !important;
    transform: none !important;
  }
  section.application_bar .flip-card-front {
    display: none !important;
  }
  .page-id-290 section.big_text {
    padding-top: 0;
  }
  
  section.blog_detail .breadcrumb ol {
    font-size: 1rem;
    gap: .25rem;
    display: none;
  }
  .modal-header,
  .modal-header h2,
  .modal .closeModal {
    padding: .5rem;
  }
  .modal-content table {
    font-size: .75rem;
  }
  .modal-content table tr td {
    padding: .25rem 0;
  }
  main {
    padding-top: 3rem;
  }
  .page-template-contact main {
    padding-top: 0;
  }
  .hero .hero_content .mt-20 {
    margin-top: 0;
  }
  .hero.landing .hero_bg {
    /* max-height: 43rem; */
    position: static;
  }
  section.blog_detail .container {
    padding: 7rem 0 2rem;
  }
  section.blog_detail .back {
    font-size: .875rem;
  }
  section.blog_detail .left {
    display: block;
    max-width: none;
  }
  section.blog_detail .author {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
  }
  section.blog_detail .avatar {
    margin-bottom: 1rem;
  }
  section.blog_content {
    padding: 4rem 0 2rem;
  }
  section.blog_content, h2.wp-block-heading strong,
  section.blog_content h2 {
    font-size: 2rem;
  }
  section.blog_detail .right {
    text-align: center;
  }
  section.blog_detail .share {
    margin-top: 1rem;
    justify-content: center;
  }
  section.faq.overview h1 {
    margin-top: 4rem;
    font-size: 2.5rem;
    margin: 4rem 1rem 2rem;
  }
  section.faq.overview .box {
    margin: 0 1rem 1rem;
  }
  section.faq.overview h2 {
    font-size: 1.75rem;
  }
  section.faq.overview .items .title {
    font-size: 1rem;
  }
  section.faq .items .item p {
    font-size: .75rem;
  }
  section.top3 h1 {
    font-size: 2rem;
    margin-top: 4rem;
  }
  section.partner_form .form-row {
    display: block;
    margin-bottom: .5rem;
  }
  section.partner_form .form-row .form-control {
    margin-bottom: .5rem;
  }
  section.partner_form .form-row .form-control {
    width: 100%;
    min-width: auto;
  }
  .comp-table__tableData .btn {
      padding: 1rem 1.25rem;
      line-height: 1rem;
  }
  .comp-table__image img {
    max-width: 6rem;
  }
  .comp-table__productName {
    min-height: 58px;
  }

  main.homepage .hero .hero_content {
    top: -15rem;
  }

  section.contact h1 {
    padding: 0 0 12rem;
  }
  
  main.thankyou {
    padding-top: 6rem;
    height: 100vh;
  }
  
  main.thankyou svg {
    max-width: 6rem;
    margin-bottom: 2.5rem;
    display: inline-block;
  }
  
  main.thankyou p {
    color: white;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  main.thankyou h1 {
    font-size: 2.5rem;
    color: white;
  }
  
  header.header {
    right: .78125rem;
    left: .78125rem;
  }
  .header__content .logo img {
    max-width: 120px;
    width: 120px;
  }
  .header .header__content {
    height: 3.125rem;
    padding-left: .78125rem;
    padding-right: .78125rem;
  }
  .header__top {
    font-size: clamp(.75rem,.6931818182rem + .1515151515vw,.875rem);
    height: 1.5625rem;
    padding-left: .78125rem;
    padding-right: .78125rem;
  }
  .header__review {
    grid-template-columns: 60% 45% 30%;
  }
  .hero {
    height: 270px;
  }
  .page-template-home .hero {
    height: 160px;
  }
  .hero .cta {
    margin-top: -2rem;
  }
  .hero h1 {
    max-width: none;
    margin-right: 1rem;
    margin-left: 3.5rem
  }
  .hero.landing h1 {
    max-width: 19rem;
  }
  /* .page-id-650 .hero.landing .bg_picture,
  .page-id-339 .hero.landing .bg_picture {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20rem 0;
    max-width: 47rem;
  } */
  
  
  .page-id-339 .hero.landing .bg_picture {
    background-position: 20rem 0;
    max-width: none;
    width: auto;
  }

  .hero .hero_bg {
    max-height: 240px;
  }
  .hero .hero_container {
    display: block;
  }
  .hero .funnel_form {
    position: static;
    max-width: none;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
    width: auto;
    padding: 1.5rem 2rem;
  }
  .hero.landing .funnel_form {
    padding: 1.5rem 2rem;
  }
  .hero .funnel_form_wrapper {
    margin-top: 1rem;
  }
  .hero.landing .bg_picture {
    max-height: 21rem;
    background-size: cover;
    background-position: 10rem;
  }
  .hero.landing .cta {
    margin-top: 16rem;
  }
  .page-id-1739 .hero.landing .cta {
    margin-top: 16rem;
  }
  .hero.landing .cta > p, .hero.landing .cta > .usps {
    opacity: 1;
    width: auto;
    font-size: 1rem;
  }
  .hero.landing .cta > .usps li {
    font-size: .875rem;
    margin-right: 1rem;
  }
  .hero.landing .funnel_form_wrapper {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .hero.landing, .hero.landing .hero_bg {
    height: auto;
  }
  
  .comp-table__columnHeader {
    padding-top:36px;
  }
  .page-contact main {
    padding-top: 0;
  }
  section.green_top_bar {
    height: 8rem;
  }
  section.contact {
    margin-top: 0;
  }
  section.contact .card {
    margin: 0 1.5rem;
    top: 0;
    padding: 3.125rem;
  }
  section.contact {
    padding-bottom: 2rem;
    padding-top: 10rem;
  }
  section.contact .graphics .graphic1 {
    top: -5rem;
    left: 0rem;
    z-index: 1;
  }
  section.contact .graphics .graphic3 {
    top: 30rem;
    right: 0;
  }
  section.contact .form-row-items {
    grid-gap: 2rem;
  }
  section.contact .form-row {
    display: block;
    margin-bottom: .5rem;
  }
  section.contact .form-row .form-control {
    margin-bottom: .5rem;
  }
  section.contact .graphics .graphic2 img {
    max-width: 23rem;
  }
  section.contact h1 {
    margin-top: -1rem;
    font-size: 2.375rem;
  }
  section.contact .graphics svg {
    transform: scale(.5);
  }
  section.contact .graphics .graphic2 {
    top: 2rem;
  }
  section.funnel .wrapper .right {
    padding: 6.25rem 1.5rem;
  }
  section.funnel .wrapper .right form > div {
    height: auto;
  }
  section.funnel label {
    font-size: .95rem;
  }
  
  section.funnel label.rounded-lg {
    padding: .25rem .75rem;
  }

  section.funnel .devices-wrap label.rounded-lg,
  section.funnel .amount-wrap label.rounded-lg {
    padding: .35rem .15rem;
  }

  section.funnel label.rounded-lg .mr-3 {
    margin-top: -.35rem
  }
  
  header nav ul {
    padding: 4rem 0;
  }
  nav .menu_svg1, nav .menu_svg2 {
    transform: scale(.5);
  }
  nav ul li a {
    font-size: 1.125rem !important;
  }
  header nav li {
    margin-bottom: 2rem;
  }

  nav ul li svg {
    max-width: 2rem;
  }

  nav ul li .submenu ul li a {
    font-size: 1rem !important;
  }
  
  .hero .svg_second, .hero .svg_first {
    display: none;
  }
  
  section.reviews ul:not(.stars) {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
  section.reviews .container {
    padding: 2.5rem 1.5rem;
  }
  section.reviews li a .name {
    font-size: .9375rem;
  }
  section.reviews li a p {
    font-size: .875rem;
    line-height: 1.5;
  }
  section.reviews ul:not(.stars) li a {
    padding: 1.5625rem;
    padding-top: 4.6875rem;
    padding-bottom: 2.6875rem;
  }
  section.reviews .help-text {
    bottom: 1.5rem;
  }
  
  
  section.funnel .wrapper .left {
    padding: 3.125rem;
    padding-bottom: 15rem;
  }
  section.funnel .wrapper .left .photo {
    top: auto;
    bottom: -1rem;
    right: 1rem;
  }
  section.funnel .wrapper .left .photo img {
    max-width: 12.5rem;
  }
  section.funnel .btn {
    margin-left: -1rem;
    padding: 0 3.5rem 0 2.25rem;
  }
  section.funnel .btn.alt {
    margin-left: 0;
  }
  section.funnel .select-none .leading-6 {
    font-size: .75rem;
    line-height: 1rem;
  }
  main.homepage {
    padding-top: 24rem;
  }
  .actions .header__box:nth-child(2) {
    margin-right: 0;
  }
  .actions button,
  .actions a:nth-child(1) {  
    width: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 0;
  }
  .actions a:nth-child(1) svg {
    margin-top: .875rem;
  }
  .actions a {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
  section.blog .container {
    padding: 3rem 2rem;
  }
  section.blog h1 {
    font-size: 2.5rem;
  }
  section.blog .intro {
    font-size: 1.25rem;
  }
  section.blog .intro_block,
  section.cases .overview,
  section.recommend .items, section.blog .overview {
    display: block;
  }
  section.recommend .item .photo, section.blog .photo {
    height: 10rem;
  }
  section.recommend .item .text, section.blog .item .text {
    padding: 2rem;
  }
  section.blog .item {
    margin-bottom: 1rem;
  }
  section.supportticket .wpcf7-form {
    margin-top: 3rem;
  }
  footer .subscribe-container .subscribe-content {
    margin-bottom: 1.5rem;
  }
  footer .container {
    padding: 1.5625rem 3rem;
  }
  footer .copyright a {
    margin-left: .5rem;
  }
  footer .footer_top  {
    display: block;
    padding-bottom: 1.5625rem;
  }
  footer .footer_top .logo {
    margin-bottom: 1.5625rem;
  }
  footer .footer_bottom {
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: column;
  }
  footer .footer_bottom .columns {    
    display: flex;
    flex-direction: column;
  }
  footer .footer_bottom .right {
    order: 1;
  }
  footer .footer_bottom .left {
    order: 2;
  }
  footer .footer_bottom .right .social {
    position: static;
    display: flex;
    margin-top: 1.5625rem;
  }
  footer .copyright {
    display: block;
  }
  footer .right{
    font-size: .8125rem;
    margin-top: 1.5625rem;
    margin-left: 0;
    text-align: left;
  }
  footer .copyright .right {
    text-align: left;
  }
  footer .copyright .right span {
    display: block;
    margin-bottom: .5rem;
  }
  footer .copyright .right a {
    margin: 0 1.25rem 0 0;
  }
}


@media (max-width:769px) and (min-width:400px){
  .comp-table__price,.comp-table__productLink,.comp-table__productName,.comp-table__tableData,.comp-table__recurrence{
      font-size:1rem!important
  }
}
@media (max-width:400px){
  .comp-table__price,.comp-table__productLink,.comp-table__productName,.comp-table__tableData,.comp-table__recurrence{
      font-size:.9rem!important
  }
  [scope="colgroup"] span {
      max-width: 278px;
      display: block
  }
}


@media screen and (max-width: 400px) {
}

@media screen and (max-width: 375px)
{ 
  .single-post .slide-in {
    width: auto;
    left: 20px;
  }

  main.thankyou.quote .cases .item {
    min-width: 12rem;
  }

  .page-id-4268 .content .container {
    padding: 2.5rem 2rem;
  }
  .page-id-4268 .hero.landing .cta h1 {
    font-size: 2rem;
  }
  section.case_detail .rslides video {
    max-width: 70%;
  }
  .hero .funnel_form.home .tel_cta p {
    margin-bottom: .25rem;
  }
  
  .hero .funnel_form.home .tel_cta {
    margin-top: 1rem;
  }
  
  .page-id-3582 .hero.landing .bg_picture {
    max-width: 24rem;
  }
  .header__review {
    grid-template-columns: 58% 49% 30%;
  }
  section.funnel .wrapper .right {
    padding: 7.25rem 1.25rem 4rem;
  }
  section.funnel .px-4 {
    padding: 0;
  }
  section.funnel .btn.alt {
    margin-left: 0;
  }
  a {
    word-break: break-all;
  }
  .page-id-1971 section.content .picture .img {
    max-height: 16rem;
  }

  header nav {
    padding: 6.25rem 2.125rem 4.6875rem;
  }
}

@media screen and (max-width: 320px) {
  
  section.case_detail .rslides video {
    max-width: 90%;
  }
  .page-template-home .hero {
    height: 180px;
  }
  .hero.landing .cta h1 {
    font-size: 2rem;
  }
  .container {
    padding: 1.5rem;
  }
  .header__review {
    grid-template-columns: 53% 55% 27%;
  }
  section.funnel .wrapper .left .photo {
    display: none;
  }
  section.funnel .wrapper .left {
    padding-bottom: 10rem;
  }
  section.blog .intro_block .pills a {
    padding: .5rem 1rem;
  }
  section.funnel .btn {
    margin-left: 0;
    display: block;
  }
  section.funnel .funnel-nav .flex {
    flex-direction: column;
    order: 1;
  }
  section.funnel .btn.alt {
    margin-left: 0;
    display: block;
    width: 100%;
  }
  section.funnel .flex > div {
    order: 2;
  }
  section.funnel .flex .text-right {
    order: 1;
    margin-bottom: 1rem;
  }
  section.funnel .w-1\/2 {
    width: auto;
  }
  section.funnel .flex .text-right .btn.alt.back,
  section.funnel .flex .text-right .btn {
    display: block;
    width: 100%;
  }
  footer .footer_top .logo {
    margin-bottom: .5rem;
  }
  footer .container {
    padding: 1.5625rem 2rem;
  }
  .hero h1 {
    margin-left: 2.125rem;
  }
  
  section.contact h3 {
    font-size: 1rem;
    line-height: 1;
  }
  section.contact .card {
    padding: 2.5rem;
  }
}

@media (min-width:1200px){
  ::-webkit-scrollbar{
    background-color:#f4f4f4;width:.5rem
  }
  ::-webkit-scrollbar-track{
    -webkit-box-shadow:none
  }
  ::-webkit-scrollbar-thumb{
    background-color:#37d154;
    outline:.0625rem solid #239839
  }
}