@import "/wp-content/themes/editoo/static/styles/vendor/slick-theme.css";
/* ********************
Browser 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,
figure,
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;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}
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 {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* ********************
Float & Align
******************** */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* ********************
Grid
******************** */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
}
.grid:after,
.clear:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
/* ********************
Columns
******************** */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* ********************
Mixins
******************** */
/* ****************************************
Flexbox
**************************************** */
.flex-row {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* ********************
Columns
******************** */
[class*="flex-col"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.flex-col-1-1 {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
}
.flex-col-1-2 {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
}
.flex-col-1-3 {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  max-width: 33.33333%;
}
.flex-col-2-3 {
  -webkit-flex-basis: 66.66665999999999%;
  -ms-flex-basis: 66.66665999999999%;
  flex-basis: 66.66665999999999%;
  -ms-flex-preferred-size: 66.66665999999999%;
  max-width: 66.66665999999999%;
}
.flex-col-1-4 {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
}
.flex-col-3-4 {
  -webkit-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  max-width: 75%;
}
.flex-col-1-5 {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  max-width: 20%;
}
.flex-col-2-5 {
  -webkit-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  max-width: 40%;
}
.flex-col-3-5 {
  -webkit-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  max-width: 60%;
}
.flex-col-4-5 {
  -webkit-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  max-width: 80%;
}
.flex-col-1-6 {
  -webkit-flex-basis: 16.66666%;
  -ms-flex-basis: 16.66666%;
  flex-basis: 16.66666%;
  -ms-flex-preferred-size: 16.66666%;
  max-width: 16.66666%;
}
.flex-col-1-8 {
  -webkit-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  max-width: 12.5%;
}
.flex-col-1-12 {
  -webkit-flex-basis: 8.33333%;
  -ms-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  max-width: 8.33333%;
}
.flex-col-5-12 {
  -webkit-flex-basis: 41.66666%;
  -ms-flex-basis: 41.66666%;
  flex-basis: 41.66666%;
  -ms-flex-preferred-size: 41.66666%;
  max-width: 41.66666%;
}
/* ********************
Align
******************** */
.align-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.align-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.align-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.align-stretch {
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
/* ********************
Align self
******************** */
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.align-self-grow {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
/* ********************
Flexbox mixins
******************** */
@font-face {
  font-family: 'avant-garde-std-bk';
  src: url('/wp-content/themes/editoo/static/fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'), url('http://fonts/ITCAvantGardeStd-Bk.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avant-garde-std-bold';
  src: url('/wp-content/themes/editoo/static//fonts/AvantGarde-Bold.woff2') format('woff2'), url('/wp-content/themes/editoo/static//fonts/AvantGarde-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'jtp-editoo';
  src: url('/wp-content/themes/editoo/static//fonts/jtp-editoo.eot?22752615');
  src: url('/wp-content/themes/editoo/static//fonts/jtp-editoo.eot?22752615#iefix') format('embedded-opentype'), url('/wp-content/themes/editoo/static//fonts/jtp-editoo.woff2?22752615') format('woff2'), url('/wp-content/themes/editoo/static//fonts/jtp-editoo.woff?22752615') format('woff'), url('/wp-content/themes/editoo/static//fonts/jtp-editoo.ttf?22752615') format('truetype'), url('/wp-content/themes/editoo/static//fonts/jtp-editoo.svg?22752615#jtp-editoo') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "jtp-editoo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-cart:before {
  content: '\31';
}
/* '1' */
.icon-heart:before {
  content: '\32';
}
/* '2' */
.icon-v:before {
  content: '\33';
}
/* '3' */
.icon-calc:before {
  content: '\34';
}
/* '4' */
.icon-comment-empty:before {
  content: '\35';
}
/* '5' */
.icon-comment:before {
  content: '\36';
}
/* '6' */
.icon-facebook:before {
  content: '\66';
}
/* 'f' */
.icon-gplus:before {
  content: '\67';
}
/* 'g' */
.icon-linkedin:before {
  content: '\6c';
}
/* 'l' */
.icon-twitter:before {
  content: '\74';
}
/* 't' */
.icon-youtube-play:before {
  content: '\79';
}
/* 'y' */
#cookie-notice {
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  min-width: 0;
  width: 100%;
}
#cookie-notice .cookie-notice-container {
  display: flex;
  overflow: hidden;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
  padding: 0;
}
@media (max-width: 600px) {
  #cookie-notice .cookie-notice-container {
    flex-flow: row wrap;
  }
}
#cookie-notice #cn-notice-text {
  flex: 0 1 1680px;
  font-size: 14px;
  text-align: left;
}
#cookie-notice #cn-notice-text a {
  font-size: 14px;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-notice-text a:hover {
  text-decoration: none;
}
#cookie-notice #cn-accept-cookie {
  text-decoration: none;
}
#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-more-info {
  background: #50468d;
  color: #ffffff;
  padding: 12px 32px;
  font-size: 14px;
  border: 1px solid transparent;
  line-height: 100%;
  transition: all .2s ease;
  border-radius: 4px;
}
#cookie-notice #cn-accept-cookie:hover,
#cookie-notice #cn-more-info:hover {
  background: #5a4e9e;
}
#cookie-notice #cn-more-info {
  background: none;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-more-info:hover {
  text-decoration: none;
  background-color: #50468d;
  color: #ffffff;
}
@media (max-width: 600px) {
  #cookie-notice #cn-notice-text {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
  #cookie-notice #cn-notice-text a {
    font-size: 12px;
  }
  #cookie-notice #cn-accept-cookie {
    margin-left: 0;
  }
}
.cookie-settings-modal {
  position: fixed;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  background: white;
  z-index: 0;
  padding: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
}
.cookie-settings-modal .cookie-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  padding: 0;
  background: none;
  cursor: pointer;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookie-settings-modal .cookie-close::before,
.cookie-settings-modal .cookie-close::after {
  position: absolute;
  width: 34px;
  height: 3px;
  left: 0;
  top: 19px;
  content: "";
  background: black;
}
.cookie-settings-modal .cookie-close::before {
  transform: rotate(-45deg);
}
.cookie-settings-modal .cookie-close::after {
  transform: rotate(45deg);
}
.cookie-settings-modal form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cookie-settings-modal ul {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie-settings-modal ul li {
  padding-left: 0;
  margin-bottom: 15px;
}
.cookie-settings-modal ul li::after,
.cookie-settings-modal ul li::before {
  display: none;
}
.cookie-settings-modal ul li:last-child {
  margin-bottom: 0;
}
.cookie-settings-modal ul li label {
  cursor: pointer;
}
.cookie-settings-modal ul li.analytic {
  position: relative;
}
.cookie-settings-modal ul li.analytic:before {
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDBFNjc2IiBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+') top left / 16px no-repeat;
  content: "";
}
.cookie-settings-modal ul li.analytic strong {
  padding-left: 22px;
}
.cookie-settings-modal ul li p {
  margin: 8px 0 0;
  padding-left: 22px;
}
.cookie-settings-modal h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "avant-garde-std-bold", sans-serif;
  font-size: 22px;
}
.cookie-settings-modal p {
  margin-bottom: 16px;
}
.cookie-settings-modal .button {
  line-height: 100%;
  padding: 13px 30px;
  font-family: inherit;
  background: #50468d;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  margin: 32px 0 0;
  text-decoration: none;
  font-size: 14px;
  transition: all .2s ease;
  border-radius: 4px;
}
.cookie-settings-modal .button:hover {
  background: #5a4e9e;
}
.cookie-settings-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 640px), screen and (max-height: 768px) {
  .cookie-settings-modal {
    padding: 20px;
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    max-height: calc(100vh - 4%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .cookie-settings-modal .cookie-settings-scroll-inner {
    margin-bottom: 80px;
  }
  .cookie-settings-modal .cookie-close {
    top: 5px;
    right: 5px;
  }
  .cookie-settings-modal ul {
    padding: 10px;
  }
  .cookie-settings-modal.show {
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    z-index: 100001 !important;
  }
  .cookie-settings-modal.editor h3 {
    margin-bottom: 10px;
  }
  .cookie-settings-modal.editor p {
    margin-bottom: 10px;
  }
}
.avant-garde-std {
  font-family: "avant-garde-std-bk", sans-serif;
}
.avant-garde-bd {
  font-family: "avant-garde-std-bold", sans-serif;
}
body {
  font-family: "avant-garde-std-bk", sans-serif;
  line-height: 150%;
  overflow-x: hidden;
}
strong {
  font-family: "avant-garde-std-bold", sans-serif;
  font-weight: normal;
}
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
.ly-inner {
  padding: 0 36px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ly-inner {
    padding: 0 20px;
  }
}
.cols {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
}
[class*="flx"] {
  display: flex;
  flex-flow: row wrap;
}
[class*="flx"] img {
  display: block;
  align-self: baseline;
  max-width: 100%;
  height: auto;
}
.flx-jc-start {
  justify-content: flex-start;
}
.flx-jc-center {
  justify-content: center;
}
.flx-jc-sb {
  justify-content: space-between;
}
.flx-jc-end {
  justify-content: flex-end;
}
.flx-ai-start {
  align-items: flex-start;
}
.flx-ai-center {
  align-items: center;
}
.flx-ai-end {
  align-items: end;
}
.flx-body {
  margin: inherit;
  flex: 1 1 100%;
}
.call-us {
  display: inline-flex;
  flex-flow: column wrap;
}
.call-us__number {
  font-family: "avant-garde-std-bold", sans-serif;
  text-decoration: none;
  color: #c3057f;
  font-size: 24px;
  flex: 1 1 100%;
}
.call-us__availability {
  display: none;
  transform: translateY(-20%);
  background-color: #3fa535;
  color: white;
  line-height: 100%;
  font-size: 11px;
  align-self: flex-start;
  padding: 2px 4px;
  margin: 3px 0 0;
}
.balloon-shape {
  display: flex;
  align-items: center;
  position: relative;
  background-color: white;
  padding: 6px 25px;
  text-transform: lowercase;
}
.balloon-shape::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  border-top: 26px solid white;
  border-right: 26px solid transparent;
}
.balloon-shape strong {
  color: #50468d;
}
.balloon-shape--slick-dots {
  text-align: center;
  font-size: 12px;
  padding: 6px 16px;
  max-width: 146px;
  width: 100%;
  line-height: 120%;
  height: 100%;
}
@media (max-width: 1366px) {
  .balloon-shape--slick-dots {
    padding: 6px 1rem;
  }
}
.balloon-shape--slick-dots::after {
  border-width: 20px;
  bottom: -19px;
}
.circle-shape {
  top: 20%;
  left: 8%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #50468d;
  color: white;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  padding: 20px;
}
@media (max-width: 1366px) {
  .circle-shape {
    transform: scale(0.75);
    transform-origin: center;
  }
}
@media (max-width: 767px) {
  .circle-shape {
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75);
    top: auto !important;
    bottom: -50px !important;
    border-radius: 0;
    width: auto;
    transform: none;
    left: 20px;
    right: 20px;
    height: 100px;
  }
  .circle-shape br {
    display: none;
  }
}
.circle-shape__text {
  text-align: center;
  font-size: 36px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .circle-shape__text {
    font-size: 26px;
  }
}
.circle-shape__text + .btn {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .circle-shape__text + .btn {
    margin: 6px 0 0 ;
    display: none;
  }
}
.circle-shape--top-center {
  top: 10%;
}
@media (max-width: 767px) {
  .circle-shape--top-center {
    top: 250px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .circle-shape {
    top: 50%;
  }
}
.circle-shape[class*="bottom"] {
  top: auto;
  bottom: 15%;
}
@media (min-width: 768px) {
  .circle-shape[class*="center"] {
    left: 50%;
    transform: translateX(-50%) scale(0.75);
  }
  .circle-shape[class*="right"] {
    left: auto;
    right: 8%;
  }
}
@media (min-width: 1367px) {
  .circle-shape[class*="center"] {
    transform: translateX(-50%);
  }
}
.circle-shape--transparent {
  background-color: transparent;
}
.site-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .site-header svg {
    width: 125px;
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 1200px) {
  .site-header {
    position: fixed;
    background-color: white;
    align-items: center;
    height: 65px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
.site-header--absolute {
  position: fixed;
}
.site-header__btn {
  margin: 0 10px 0 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .site-header__btn::after {
    content: none;
  }
}
@media (max-width: 1024px) {
  .site-header__btn {
    min-height: 0;
  }
}
.site-header__btn:last-child {
  margin: 0;
}
.site-header__btn--menu {
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  flex-grow: 1;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .site-header__btn--menu {
    margin: 0 0 0 auto;
    padding: 0;
  }
  .site-header__btn--menu svg {
    width: 32px;
    height: 32px;
  }
}
.site-header__btn--action {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .site-header__btn--call-us {
    display: none;
  }
}
@media (max-width: 900px) {
  .site-header__btn--action {
    display: none;
  }
}
.site-header__btns {
  transition: all .2s ease;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
.site-header__login,
.site-header__nav {
  font-size: 16px;
  display: flex;
  flex-flow: row wrap;
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  padding: 120px 0 30px 480px;
  background: white;
  min-height: 50vh;
  transform: scale(0.95);
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all .2s ease;
  -webkit-overflow-scrolling: touch;
  color: #50468d;
  box-shadow: 0px 10px 5px -4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1580px) {
  .site-header__login,
  .site-header__nav {
    font-size: 13px;
    padding: 120px 0 30px 326px;
  }
}
@media (max-width: 1279px) {
  .site-header__login,
  .site-header__nav {
    padding: 120px 80px 100px;
    max-height: 100vh;
    overflow-y: auto;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .site-header__login,
  .site-header__nav {
    padding: 80px 20px 100px;
    left: 0;
    right: 0;
  }
}
.site-header__nav-group {
  margin: 0 50px 50px 0;
}
.site-header__nav-group--columns {
  max-width: 500px;
  max-width: 360px;
}
.site-header__nav-group--columns ul {
  display: flex;
  flex-flow: row wrap;
}
.site-header__nav-group--columns ul > li {
  flex: 0 1 48%;
}
@media (max-width: 767px) {
  .site-header__nav-group--columns ul > li {
    flex: 1 1 100%;
  }
}
@media (max-width: 1023px) {
  .site-header__nav-group {
    flex: 1 1 100%;
    width: 100%;
    margin: 0 0 50px;
  }
}
.site-header__nav-group:last-child {
  margin: 0;
}
.site-header__nav-backdrop {
  position: absolute;
  bottom: 0;
  left: 100px;
  left: 40px;
  max-width: 320px;
}
.site-header__nav-backdrop img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1580px) {
  .site-header__nav-backdrop {
    max-width: 270px;
  }
}
@media (max-width: 1279px) {
  .site-header__nav-backdrop {
    display: none;
  }
}
.site-header__nav-list {
  text-transform: lowercase;
}
.site-header__nav-list li {
  margin: 20px 0 0;
}
.site-header__nav-list li a {
  text-decoration: none;
  color: #50468d;
}
.site-header__srch {
  border-bottom: 1px solid #50468d;
  padding-left: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex-grow: 1;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-header__srch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3fa535;
  height: 100%;
  width: 2px;
  animation: blink .8s 1s infinite;
}
@media (max-width: 767px) {
  .site-header__srch {
    display: none;
  }
}
.site-header__srch--visible .site-header__srch-label {
  transform: translateY(100%);
  opacity: 0;
}
.site-header__srch--visible .site-header__srch-form {
  transform: none;
  visibility: visible;
  opacity: 1;
}
.site-header__srch .proclose svg {
  background-color: #50468d !important;
}
.site-header__srch .promagnifier svg {
  fill: #50468d !important;
}
.site-header__srch .asl_loader-inner {
  border-color: #50468d !important;
}
.site-header__srch--mobile {
  display: none;
}
@media (max-width: 767px) {
  .site-header__srch--mobile {
    display: block;
    width: 100%;
    margin: 0 0 36px;
  }
}
.site-header__srch-label {
  transition: all .2s ease;
}
.site-header__srch-form {
  display: flex;
  padding-left: 2px;
  flex-flow: row wrap;
  visibility: visible;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.site-header__srch-form input {
  font-family: "avant-garde-std-bk", sans-serif !important;
  height: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0 10px;
  font-size: 16px !important;
  margin-left: 2px;
}
.site-header__srch-form input::-webkit-input-placeholder,
.site-header__srch-form input::placeholder {
  font-family: "avant-garde-std-bk", sans-serif !important;
}
.site-header__srch-form input[type="search"] {
  flex: 1;
}
.site-header__srch-submit {
  -webkit-appearance: none;
  background-color: transparent;
  display: flex;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.site-header--nav-open .site-header__nav {
  transform: none;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1025px) {
  .site-header--nav-open .site-header__btns {
    flex-grow: 1;
  }
}
.site-header .site-header__btn--menu {
  max-width: 450px;
  margin-top: 8px;
}
.site-header .box-shape {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: lowercase;
}
.site-header .box-shape #logo-editoo {
  position: relative;
  z-index: 10;
}
.site-header .wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 32px;
  width: calc(133.33333333%);
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .site-header .wrap {
    padding: 16px 20px;
  }
}
@media (max-width: 1200px) {
  .site-header .site-header__nav_small .menu {
    display: none;
  }
}
.site-header .site-header__nav_small .menu li {
  float: left;
  padding-left: 30px;
}
.site-header .site-header__nav_small .menu li a {
  text-decoration: none;
  font-size: 13px;
  color: #50468d;
  font-weight: bold;
}
.site-header .hamburger-box {
  z-index: 1;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .site-header .hamburger-box {
    margin-top: 4px;
  }
}
.site-header #menu-header-navigatie-small {
  margin-top: 8px;
  font-family: "avant-garde-std-bold", sans-serif;
}
.site-header .top-navigation {
  background: #f0f0f0;
  display: block;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .site-header .top-navigation {
    display: none;
  }
}
.site-header .top-navigation li {
  list-style: none;
}
.site-header .top-navigation li a {
  font-weight: 700;
  color: #50468d;
  text-decoration: none;
}
.site-header .top-navigation .wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  width: 90%;
  padding: 6px 32px;
  margin: 0 auto;
}
.site-header .top-navigation .wrap .box-shape-txt {
  width: 75%;
}
.site-header .top-navigation .wrap .box-shape-phone,
.site-header .top-navigation .wrap .box-shape-login {
  color: #50468d;
  width: 12%;
  text-align: right;
  font-family: "avant-garde-std-bold", sans-serif;
}
.site-header .top-navigation .wrap .box-shape-phone strong,
.site-header .top-navigation .wrap .box-shape-login strong {
  color: #c3057f;
}
.site-header .top-navigation .phone_number {
  color: #50468d;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sticky .site-header {
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(38, 30, 65, 0.1);
}
.wpdreams_asl_results h3,
.wpdreams_asl_results h3 a {
  font-family: "avant-garde-std-bold", sans-serif !important;
  color: #50468d !important;
}
.site-logo {
  max-width: 450px;
  max-height: 50vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-right: auto;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .site-logo {
    max-width: 175px;
    padding: 0;
    align-items: normal;
  }
  .site-logo::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .site-logo {
    background-color: transparent;
    max-width: 125px;
  }
}
.site-logo > a {
  position: relative;
  overflow: hidden;
  transition: inherit;
}
.site-logo > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  filter: blur(8px);
}
.site-logo::after {
  border-width: 34px;
  bottom: -33px;
}
.site-logo__body {
  display: inherit;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .site-logo__body {
    display: none;
  }
}
.site-logo__text {
  font-size: 20px;
  margin: 24px 0 0;
  text-align: center;
  line-height: 120%;
  transition: all .4s .1s ease;
  backface-visibility: hidden;
}
.site-logo__text--hidden {
  margin-top: -100%;
  height: 0;
  transition: all .8s .1s ease;
  opacity: 0;
}
.site-logo__subtext {
  margin: 14px 0 5px;
  font-size: 16px;
  display: block;
}
.site-logo svg {
  margin: 0 auto;
  transition: all .3s ease;
  height: 100%;
  max-height: 40px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
.site-footer {
  background-color: #f0f0f0;
  padding: 32px 0 0;
  font-size: 14px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .site-footer {
    background-color: #fff;
  }
}
.site-footer__body {
  display: flex;
  justify-content: space-between;
  max-width: 1760px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 1580px) {
  .site-footer__body {
    font-size: 12px;
    width: 133.33%;
    width: 90%;
    transform-origin: left top;
    max-width: none;
    justify-content: flex-end;
  }
}
@media (max-width: 1279px) {
  .site-footer__body {
    transform: none;
    width: auto;
    flex-flow: row wrap;
  }
}
@media (max-width: 900px) {
  .site-footer__body {
    display: block;
  }
}
@media (max-width: 767px) {
  .site-footer__body {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  .site-footer__nav-list.active {
    display: block !important;
  }
}
.site-footer__nav-list {
  text-transform: lowercase;
  margin: 0 0 auto;
}
@media (max-width: 900px) {
  .site-footer__nav-list {
    display: none !important;
    height: auto;
    float: left;
  }
}
.site-footer__nav-list li {
  margin: 4px 0 0;
}
.site-footer__nav-list li a {
  color: #000;
  text-decoration: none;
}
.site-footer__nav-list--columns {
  display: flex;
  flex-flow: row wrap;
  max-width: 500px;
  width: 100%;
  justify-content: space-between;
}
.site-footer__nav-list--columns ul {
  display: inherit;
  flex-flow: inherit;
}
@media (max-width: 640px) {
  .site-footer__nav-list--columns {
    flex-flow: column nowrap;
  }
}
.site-footer__nav-list--columns li {
  flex: 0 1 31%;
}
@media (max-width: 767px) {
  .site-footer #logo-footer {
    max-width: 125px;
  }
}
.site-footer__block {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 60px 32px 0;
  margin: 0 32px 32px 0;
  position: relative;
  flex-basis: 50%;
}
@media (max-width: 900px) {
  .site-footer__block {
    margin: 0 !important;
  }
}
@media (max-width: 1279px) {
  .site-footer__block {
    flex: 1 1 48%;
    flex-basis: inherit;
    margin: 0 0 32px;
  }
}
@media (max-width: 1580px) {
  .site-footer__block {
    flex-basis: inherit;
  }
}
.site-footer__block span.heading {
  font-family: "avant-garde-std-bold", sans-serif;
  padding: 10px 0 0 0;
}
@media (max-width: 900px) {
  .site-footer__block span.heading {
    border-bottom: 1px solid #50468d;
    margin: 0 !important;
  }
}
@media (max-width: 900px) {
  .site-footer__block span.heading:after {
    content: '+';
    color: #50468d;
    float: right;
    font-size: 24px;
  }
}
.site-footer__block span.contact {
  color: #50468d;
}
.site-footer__block .company-phone {
  color: #c3057f;
  float: left;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 0;
}
.site-footer__block .company-mail {
  float: left;
  padding: 10px 0;
}
.site-footer__block .company-mail:before,
.site-footer__block .company-phone:before,
.site-footer__block .company-address:before {
  display: block;
  float: left;
  margin: 0 6px 0 0;
}
.site-footer__block .company-address {
  padding: 6px 0 0 0;
}
.site-footer__block .company-zipcode {
  padding: 0;
  margin: 0 0 20px 26px;
}
.site-footer__block .company-phone:before {
  content: url("/wp-content/themes/editoo/static/img/editoo-icon-telefoon.png");
}
.site-footer__block .company-mail:before {
  content: url("/wp-content/themes/editoo/static/img/editoo-icon-mail.png");
}
.site-footer__block .company-address:before {
  content: url("/wp-content/themes/editoo/static/img/editoo-icon-adres.png");
}
.site-footer__block .company-mail {
  color: #000;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .site-footer__block {
    flex: 1 1 48%;
    margin: 0 0 32px;
  }
}
@media (max-width: 900px) {
  .site-footer__block {
    flex: 1 1 100%;
  }
}
.site-footer__block:last-child {
  margin-right: 0;
  flex-grow: 1;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer__newsletter {
  padding: 4px 32px;
  color: #50468d;
  background-color: white;
  position: absolute;
  z-index: 1;
  bottom: 0;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 767px) {
  .site-footer__newsletter {
    white-space: normal;
    position: relative;
    align-self: flex-start;
    margin: 32px 0 0;
    padding: 4px 16px;
  }
}
.site-footer__newsletter .validation_error {
  display: none;
}
.site-footer__newsletter-form {
  position: absolute;
  bottom: 0;
  min-height: 100%;
  z-index: 2;
  background-color: white;
  padding: 12px;
  left: 0;
  width: 100%;
  display: none;
  white-space: normal;
}
.site-footer__copyright {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .site-footer__copyright {
    margin: 36px 0 0;
    font-size: 10px;
    text-align: center;
  }
}
.site-footer__copyright a {
  text-decoration: none;
  color: inherit;
}
.copyright {
  font-size: 13px;
}
.copyright .wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 6px 32px;
}
.copyright .company {
  width: 50%;
}
@media (max-width: 767px) {
  .copyright .company {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .copyright .company span {
    display: none;
  }
}
.copyright .company:nth-child(2) {
  text-align: right;
}
@media (max-width: 767px) {
  .copyright .company:nth-child(2) {
    display: none;
  }
}
.copyright a {
  text-decoration: none;
  color: #000;
}
.site-nav {
  display: flex;
  flex-flow: row wrap;
  padding: 16px 36px 0 36px;
}
@media (max-width: 767px) {
  .site-nav {
    display: none;
  }
}
.site-nav__column {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex: 0 1 60%;
}
.site-nav__column--side {
  flex: 0 1 20%;
}
@media (max-width: 1280px) {
  .site-nav__column {
    flex: 1 1 100%;
  }
}
.site-nav__list {
  display: inherit;
  flex-flow: row wrap;
  justify-content: center;
}
.site-nav__list > li {
  text-transform: lowercase;
  margin: 0 30px 0 0;
}
.site-nav__list > li:last-child {
  margin: 0;
}
.site-nav__list > li.current-menu-item {
  font-family: "avant-garde-std-bold", sans-serif;
  color: #50468d;
}
.site-nav__list a {
  text-decoration: none;
  color: inherit;
}
.site-nav__breadcrumbs {
  font-family: "avant-garde-std-bk", sans-serif;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #50468d;
  text-transform: lowercase;
  flex: 1 1 100%;
  margin: 0 0 16px;
}
@media (max-width: 1280px) {
  .site-nav__breadcrumbs {
    margin: 0 0 16px;
  }
}
.site-nav__breadcrumbs [typeof="v:Breadcrumb"] {
  display: flex;
}
.site-nav__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.action-form {
  display: none;
  color: white;
  right: 0;
  max-width: 100vw;
  padding: 36px 46px;
  background: #fff;
  cursor: default;
  z-index: 1;
  text-align: left;
  position: absolute;
  top: 36px;
  top: 111px;
  left: 32px;
  right: 32px;
  width: calc(100% 72px);
  box-shadow: 0px 10px 5px -4px rgba(0, 0, 0, 0.15);
}
.action-form__body {
  background: #c3057f;
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 36px 46px;
}
.action-form strong {
  color: #fff !important;
}
.action-form input[type="email"],
.action-form input[type="password"],
.action-form input[type="button"],
.action-form input[type="number"] {
  font-family: inherit;
  font-size: inherit;
  color: white;
  margin: 24px 0 0;
  border: 0;
  border-bottom: 1px solid white;
  padding: 6px 0;
  background-color: transparent;
}
.action-form input[type="submit"] {
  background: transparent;
}
.action-form input::placeholder {
  color: white;
}
.action-form__heading {
  font-family: "avant-garde-std-bold", sans-serif;
  white-space: nowrap;
}
.action-form__drop-area {
  position: relative;
}
.action-form__drop-area input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.action-form__file-input {
  position: relative;
  background-image: url("/wp-content/themes/editoo/static/img/icon-pdf.png");
  background-size: cover;
  width: 80px;
  height: 80px;
  margin: 8px 0;
}
.action-form__file-input input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.action-form__file-input_zip {
  background-image: url("/wp-content/themes/editoo/static/img/icon-zip.png");
}
.action-form__file-label {
  line-height: 120%;
  color: #50468d;
  margin: 0 0 6px;
}
.action-form__notice {
  font-size: 13px;
  line-height: 140%;
  margin: 24px 0;
}
.action-form__notice.has-checkbox {
  padding-left: 22px;
  position: relative;
}
.action-form__notice.has-checkbox input[type="checkbox"] {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
}
.action-form__anchor {
  color: inherit;
  text-decoration: underline;
}
.action-form__anchor:hover {
  text-decoration: none;
}
.action-form__choose {
  margin: 24px 0 0;
  border-bottom: 1px solid white;
}
.action-form__radio-label {
  display: block;
  font-size: 13px;
  line-height: 125%;
  margin: 0 0 6px;
  position: relative;
  padding-left: 22px;
}
.action-form__radio {
  margin: 0;
  position: absolute;
  left: 0;
  top: 2px;
}
.action-form strong {
  color: inherit;
}
.action-form:not([type="submit"]) .button--select {
  background-color: white;
  color: #50468d;
  font-family: "avant-garde-std-bold", sans-serif;
  padding: 4px 12px;
  margin: 0 16px 0 0;
}
@media (min-width: 1024px) {
  .action-form--zip,
  .action-form--pdf {
    min-width: 599px;
  }
}
.action-form:after {
  display: none !important;
}
.heading {
  font-family: "avant-garde-std-bk", sans-serif;
  font-weight: normal;
  text-transform: lowercase;
}
.heading--nav {
  font-family: "avant-garde-std-bold", sans-serif;
  color: inherit;
}
.heading--site-footer {
  font-family: "avant-garde-std-bold", sans-serif;
  width: 100%;
  display: block;
  margin: 0 0 14px;
}
.heading--post {
  text-align: center;
  font-size: 20px;
  line-height: 120%;
}
.heading--product {
  color: #50468d;
}
.btn,
.gform_button {
  font-family: "avant-garde-std-bk", sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #50468d;
  text-decoration: none;
  color: #50468d;
  font-size: 16px;
  line-height: 120%;
  text-transform: lowercase;
  padding: 4px 8px;
}
.btn strong,
.gform_button strong,
.btn b,
.gform_button b {
  font-family: "avant-garde-std-bold", sans-serif;
}
.btn--slide-circle,
.gform_button--slide-circle {
  font-family: "avant-garde-std-bold", sans-serif;
  color: white;
  border-color: white;
}
.btn--grid-item,
.gform_button--grid-item {
  align-self: flex-end;
  color: inherit;
  border-color: inherit;
  margin: auto 0 0;
  max-width: 145px;
  width: 100%;
  justify-content: center;
  font-size: 14px;
}
.btn--grid-item-icon,
.gform_button--grid-item-icon {
  align-self: flex-end;
  border: 0;
  margin: auto 0 0;
  padding: 0;
}
.btn--grid-item-icon img,
.gform_button--grid-item-icon img {
  display: block;
  max-width: 96px;
  max-height: 75px;
  height: auto;
}
.btn--login,
.gform_button--login {
  font-family: "avant-garde-std-bold", sans-serif;
  cursor: pointer;
  padding: 0;
  border: 0;
}
.btn--product,
.gform_button--product {
  align-self: center;
  margin: 60px 0 0;
}
.btn--align-left,
.gform_button--align-left {
  margin-left: 0;
  margin-right: auto;
}
.btn--align-right,
.gform_button--align-right {
  margin-left: auto;
  margin-right: 0;
}
.backdrop {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) and (orientation: portrait) {
  .backdrop {
    height: 80vw;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .backdrop {
    margin-bottom: 40px;
  }
}
.backdrop__item {
  width: inherit;
  height: inherit;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.backdrop__item[data-transition="true"] {
  transition: all .8s ease;
}
.backdrop__item--hd {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-size: inherit;
  background-position: inherit;
}
.backdrop__item.slick-slide:not(.slick-active) {
  transform: scale(1.25, 1.25);
}
.backdrop__item.slick-active {
  transform: scale(1, 1);
}
.backdrop__video {
  position: relative;
  padding-bottom: 56.25%;
  min-height: 100%;
}
.backdrop__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.backdrop--half {
  height: 60vh;
}
.backdrop:not(.slick-initialized) .backdrop__item:nth-child(2n) {
  display: none;
}
.backdrop .slick-list {
  width: inherit;
  height: inherit;
}
.backdrop .slick-track {
  height: inherit;
}
.backdrop .slick-dots {
  pointer-events: none;
}
@media (max-width: 1680px) {
  .backdrop .slick-dots {
    transform: scale(0.85);
    transform-origin: bottom;
  }
}
@media (max-width: 1220px) {
  .backdrop .slick-dots {
    display: none !important;
  }
}
.backdrop .slick-dots li {
  transition: all .2s ease;
  pointer-events: all;
}
.backdrop .slick-dots .slick-active {
  transform: translateY(-50%);
}
.backdrop .slick-dots .slick-active strong {
  color: #c3057f;
}
@media (max-width: 767px) {
  .slick-list,
  .backdrop__item {
    overflow: visible;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}
.sound-toggle {
  z-index: 50;
  cursor: pointer;
  position: absolute;
  background-color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  bottom: 36px;
  left: 36px;
  border: 2px solid rgba(80, 70, 141, 0.2);
  overflow: hidden;
}
.sound-toggle::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -50%;
  width: 200%;
  height: 2px;
  background-color: #c3057f;
  transform: rotate(45deg);
  transform-origin: center;
  transition: all .6s ease;
}
.sound-toggle__body {
  position: relative;
  width: 100%;
  height: 100%;
}
.sound-toggle__body::before,
.sound-toggle__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
  transition: all .4s ease;
}
.sound-toggle__body::before {
  background-image: url('/wp-content/themes/editoo/static/img/icon-sound-muted.svg');
}
.sound-toggle__body::after {
  background-image: url('/wp-content/themes/editoo/static/img/icon-sound.svg');
  transform: scale(0);
}
.sound-toggle.is-active::before {
  transform: rotate(45deg) translateX(calc(-102%));
}
.sound-toggle.is-active .sound-toggle__body::before {
  transform: scale(0);
}
.sound-toggle.is-active .sound-toggle__body::after {
  transform: scale(1);
}
.flexible {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}
@media (max-width: 767px) {
  .flexible {
    display: block;
  }
}
.flexible__row {
  display: inherit;
  flex-flow: inherit;
  flex: 1 1 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .flexible__row--products .flexible__editor--side {
    order: 1;
  }
  .flexible__row--products .flexible__editor--side:last-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .flexible__row--products .flexible__editor img {
    max-width: 425px;
  }
}
.flexible__editor {
  width: 100%;
  padding: 0 40px;
  flex: 1 1 820px;
  max-width: 1012px;
  display: flex;
  flex-flow: column nowrap;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .flexible__editor {
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .flexible__editor {
    flex: 1 1 100%;
    margin: 40px 0 0;
  }
}
@media (max-width: 1366px) {
  .flexible__editor {
    flex: 1 1 640px;
  }
}
.flexible__editor--side {
  justify-content: flex-start;
  flex: 1 1 300px;
  text-align: left;
  min-width: 0;
  margin: 0;
}
@media (min-width: 1367px) {
  .flexible__editor--side {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .flexible__editor--side {
    transform: scale(0.8);
    transform-origin: top;
    flex-basis: 185px;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .flexible__editor--side {
    flex: 1 1 100%;
  }
}
.flexible__editor--side-right {
  padding-right: 150px;
}
@media (max-width: 1023px) {
  .flexible__editor--side-right {
    padding-right: 0;
  }
}
.flexible__editor p,
.flexible__editor ul,
.flexible__editor ol,
.flexible__editor .btn:not([class*="--"]) {
  margin: 0 0 38px;
}
.flexible__editor .btn {
  align-self: baseline;
}
.flexible__editor ol,
.flexible__editor ul {
  list-style-position: inside;
}
.flexible__editor ol {
  list-style-type: decimal;
}
.flexible__editor ul:not(.gform_fields) {
  list-style-type: disc;
}
.flexible__editor a:not(.btn) {
  text-decoration: none;
  color: #c3057f;
}
.flexible__editor a:not(.btn):hover {
  text-decoration: underline;
}
.flexible__editor [style*="center"] ~ .btn {
  margin: 0 auto;
}
.flexible__editor > *:last-child:last-child {
  margin-bottom: 0;
}
.flexible__editor p > img,
.flexible__editor > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.flexible__spacer {
  flex: 1 1 100%;
  height: 40px;
}
@media (max-width: 767px) {
  .flexible__spacer {
    height: 20px;
  }
}
.flexible h1 {
  font-family: "avant-garde-std-bk", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: normal;
  margin: 0 0 16px;
}
@media (max-width: 1366px) {
  .flexible h1 {
    font-size: 26px;
  }
}
.flexible h1 strong {
  color: #50468d;
}
.flexible h2,
.flexible h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .flexible h2,
  .flexible h3 {
    font-size: 22px;
  }
}
.single-producten .flexible__editor .btn {
  margin: 0 auto;
}
.oneliner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 32px 36px;
  background-color: #50468d;
  flex: 1 1 100%;
  font-size: 36px;
  line-height: 120%;
  color: white;
  text-align: center;
}
@media (max-width: 1366px) {
  .oneliner {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .oneliner {
    font-size: 26px;
    padding: 32px 20px;
  }
}
.oneliner p:last-child {
  margin: 0;
}
.iconbox {
  margin: 0 0 16px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  transition: all .2s ease;
}
.iconbox__label {
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 auto;
  align-items: center;
  text-transform: lowercase;
}
.iconbox__label strong {
  color: #50468d;
}
.iconbox__sublabel {
  font-size: 12px;
  text-transform: none;
}
.iconbox--products {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 8px;
  flex-flow: row nowrap;
}
.iconbox--products .iconbox__label {
  align-items: flex-start;
}
.iconbox--products:hover,
.iconbox--products.is-active {
  border-color: #50468d;
}
.readers {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.reader {
  position: relative;
  color: inherit;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin: 0 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .reader {
    max-width: calc(50vw - 32px);
  }
  .reader:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 980px) {
  .reader:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 1366px) {
  .reader:nth-child(n+6) {
    display: none;
  }
}
.reader:nth-child(n+2) .reader__img:not([class*="img--"]) {
  max-height: 300px;
  width: auto;
}
.reader .iconbox {
  visibility: hidden;
  transform: translateY(-10%);
  opacity: 0;
  white-space: nowrap;
  flex-flow: row nowrap;
}
@media (max-width: 1280px) {
  .reader .iconbox__label {
    font-size: 12px;
  }
}
.reader:hover .iconbox {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.reader:hover .reader__img--hover {
  visibility: visible;
  opacity: 1;
}
.reader__img {
  display: block;
  backface-visibility: hidden;
  max-width: 100%;
}
.reader__img--hover {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}
.reader__img--120 {
  width: 300px;
}
.reader__img--140 {
  width: 340px;
}
.reader__img--150 {
  width: 375px;
}
.accordion {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 36px;
}
.accordion__item {
  flex: 1 1 100%;
  border-bottom: 1px solid #c6c7c8;
}
.accordion__item--active .accordion__heading-icon {
  height: 4px;
  background-color: #50468d;
}
.accordion__item--active .accordion__heading-icon svg {
  opacity: 0;
}
.accordion__heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  text-transform: lowercase;
  cursor: pointer;
  flex: 1 1 100%;
  padding: 16px 0;
}
@media (max-width: 1366px) {
  .accordion__heading {
    font-size: 18px;
  }
}
.accordion__heading strong {
  color: #50468d;
}
.accordion__heading input[type="number"] {
  border: 0;
  text-align: right;
  font-family: inherit;
  font-size: inherit;
}
.accordion__heading-label {
  margin: 0 auto 0 0;
}
.accordion__heading-value {
  font-size: 16px;
  margin-right: 16px;
  text-transform: none;
}
.accordion__heading-icon {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.accordion__content {
  display: none;
  color: #50468d;
  padding: 0 24px 0 0;
}
.accordion__content p:last-child {
  margin: 0 0 16px;
}
.scrolldown {
  bottom: 80px;
  height: 100px;
  margin-left: -50px;
  position: absolute;
  left: 50%;
  text-align: center;
  width: 100px;
  z-index: 100;
}
.scrolldown p {
  font-family: "avant-garde-std-bold", sans-serif;
  color: #50468d;
}
@media (max-width: 767px) and (orientation: portrait) {
  .scrolldown {
    display: none;
  }
}
.scrolldown > p {
  text-transform: uppercase;
  text-indent: 3px;
  margin-top: 44px;
  font-size: 9px;
}
.scrolldown__mouse {
  background-image: url("/wp-content/themes/editoo/static/img/scroll.png");
  background-repeat: no-repeat;
  display: block;
  height: 33px;
  left: 50%;
  margin: 10px 0 0 -15px;
  position: absolute;
  width: 30px;
}
.scrolldown__mouse span {
  display: block;
  font-size: 1.5em;
  margin: 6px auto;
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.quantity {
  position: relative;
  padding-right: 24px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  width: 65px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 17px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  width: 8px;
  height: 8px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-bottom: 8px solid #50468d;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.quantity-button.quantity-up {
  position: absolute;
  top: 0;
}
.quantity-button.quantity-up:hover {
  border-bottom-color: #756ab5;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  border-top: 8px solid #50468d;
  border-bottom: 0;
}
.quantity-button.quantity-down:hover {
  border-top-color: #756ab5;
}
.post-grid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  overflow: hidden;
  padding: 20px;
}
.post-grid__body {
  display: inherit;
  flex-flow: inherit;
  flex: 1 1 100%;
  margin: -6px;
  width: 100%;
}
.post-grid__column {
  display: inherit;
  flex-flow: column nowrap;
  flex: 1;
}
.post-grid__column--1-3 {
  flex-basis: calc(33.33333333%);
}
.post-grid__column--2-3 {
  flex-basis: calc(66.66666667%);
}
.post-grid__column--1-4 {
  flex-basis: calc(25%);
}
.post-grid__column--3-4 {
  flex-basis: calc(75%);
}
.post-grid__row {
  display: inherit;
  flex: 1 1 auto;
  flex-flow: row nowrap;
}
.post-grid--app2 {
  padding: 0 20px;
  justify-content: center;
}
.post-grid--app2 .post-grid__body {
  max-width: 1080px;
}
.post-grid--app2[style*="background-color"] {
  padding: 34px 20px;
}
.post-grid--app2 .post:nth-child(2n) {
  color: inherit;
  background-color: white;
}
.post-grid--app2 .post:nth-child(2n) .btn--grid-item {
  color: #50468d;
}
.post-grid--app2 .post:nth-child(3n) {
  background-color: #c3057f;
  color: white;
}
.post-grid--app2 .post:nth-child(3n) .btn--grid-item {
  color: white;
}
.post-grid--app2 .heading--post {
  margin: 0 0 2px;
}
.post-grid--app2 .post__body,
.post-grid--app2 .post__thumb {
  min-height: 210px;
}
@media (max-width: 600px) {
  .post-grid__body .post {
    display: none;
  }
}
@media (max-width: 600px) {
  .post-grid__body .post:first-child {
    display: block;
  }
}
.post {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  flex-grow: 1;
  min-height: 270px;
  align-items: stretch;
  background-color: #50468d;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 6px;
  text-decoration: none;
  overflow: auto;
  min-width: 275px;
}
.post__thumb {
  background-size: cover;
  align-self: flex-start;
  width: 100%;
}
.post__thumb img {
  max-width: 100%;
  visibility: hidden;
  display: block;
}
.post__thumb--app2 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(50% - 12px);
}
.post__thumb--app2 + .post__body {
  flex: 1 1 50%;
}
.post__body {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 16px;
}
.post__meta {
  font-size: 12px;
  display: block;
}
.post__excerpt {
  text-align: center;
  margin: 0 0 4px;
  font-size: 14px;
}
.post--1-2 {
  flex-basis: 50%;
}
.post--1-3 {
  flex-basis: calc(33.33% - 12px);
}
.post--2-3 {
  flex-basis: calc(66.66% - 12px);
}
.post--3-4 {
  flex-basis: 75%;
}
.post--noshrink {
  flex-shrink: 0;
}
.post--placeholder {
  opacity: 0;
}
.post:nth-child(2n) {
  background-color: #c3057f;
}
.post--app2 {
  align-self: flex-start;
  background-color: white;
  color: inherit;
}
.post[style*="background-image"] {
  color: white;
}
.product__body {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.product__thumb {
  margin: 0 0 50px;
  max-width: 100%;
}
.product__excerpt {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.product__excerpt + .btn {
  margin: 60px auto;
}
.products-summary .product {
  display: none;
}
.stacked-magazines {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .stacked-magazines {
    margin: 0 auto 2rem;
  }
}
.gform_wrapper .gform_fields {
  margin: 0;
}
.gform_wrapper .gfield {
  margin: 0 0 16px;
}
.gform_wrapper .gfield_label {
  display: none;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="tel"] {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  border-bottom: 1px solid #cdcdcd;
  padding: 6px 40px 6px 0;
}
.gform_wrapper input::placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: lowercase;
  color: black;
}
.gform_wrapper input:-webkit-autofill,
.gform_wrapper input:-webkit-autofill,
.gform_wrapper input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.gform_wrapper textarea {
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  border-bottom: 1px solid #cdcdcd;
  resize: none;
  height: 120px;
}
.gform_wrapper textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: lowercase;
  color: black;
}
.gform_wrapper .gform-accordion {
  border-bottom: 1px solid #cdcdcd;
  padding: 6px 0;
  text-transform: lowercase;
}
.gform_wrapper .gform-accordion .gfield_description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.gform_wrapper .gform-accordion .gfield_description::after {
  content: "";
  background-image: url("/wp-content/themes/editoo/static/img/icon-plus.svg");
  background-size: contain;
  width: 18px;
  height: 17px;
}
.gform_wrapper .gform-accordion .gfield_description.is-active::after {
  height: 3px;
  width: 18px;
  background-color: #50468d;
}
.gform_wrapper .gform-accordion [for*="choice"] {
  cursor: pointer;
}
.gform_wrapper .gform-accordion .gfield_radio {
  display: none;
  text-transform: lowercase;
  margin: 0;
}
.gform_wrapper .gform-accordion .gfield_radio li {
  position: relative;
  margin: 6px 0 0;
  list-style: none;
}
.gform_wrapper .gform-accordion .gfield_radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.gform_wrapper .gform-accordion .gfield_radio input[type="radio"]:checked + label {
  font-family: "avant-garde-std-bold", sans-serif;
  color: #50468d;
}
.gform_wrapper .gfield_radio {
  list-style: none;
}
.gform_wrapper .ginput_container {
  position: relative;
}
.gform_wrapper .ginput_container.is-validated::after {
  content: '\33';
  font-family: 'jtp-editoo', sans-serif;
  color: #3fa535;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gform_wrapper .ginput_container_fileupload {
  padding: 6px 28px;
  line-height: 100%;
  border: 2px solid #cdcdcd;
  margin: 0 0 0 32px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.gform_wrapper .ginput_container_fileupload::before {
  content: "kies bestand";
}
.gform_wrapper .ginput_container_fileupload.is-validated {
  padding-right: 50px;
}
.gform_wrapper .ginput_container_fileupload.is-validated::after {
  right: 8px;
}
.gform_wrapper .file-upload {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.gform_wrapper .file-upload .gfield_label {
  display: block;
}
.gform_wrapper .file-upload input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.gform_wrapper .gform_footer::before {
  content: '\33';
  font-family: 'jtp-editoo', sans-serif;
  color: #3fa535;
  font-size: 24px;
}
.gform_wrapper .validation_error {
  font-size: 14px;
  margin: 0 0 50px;
  padding: 1rem;
  text-align: center;
  width: 100%;
  background-color: rgba(244, 67, 54, 0.25);
  color: #f44336;
  border: 1px solid #f44336;
  border-radius: 4px;
}
.gform_wrapper .validation_message {
  font-size: 14px;
  margin: 6px 0 0;
  color: #f44336;
  text-align: left;
}
.gform_wrapper .gform_button {
  border: 0;
  font-family: avant-garde-std-bold, sans-serif;
  padding-left: 0;
  background-color: transparent;
}
.icon-v {
  font-size: 24px;
  color: #3fa535;
  margin: 0 8px 0 0;
}
.icon-v--action {
  margin: 0 5px 0 0;
}
.icon-v--login {
  margin: 0;
  background: white;
  align-self: flex-start;
  padding: 2px 12px;
  font-size: 18px;
}
.social-media {
  margin-top: 36px;
}
.social-media__list {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .social-media__list {
    margin-bottom: 36px;
  }
}
.social-media__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px 0 0;
  overflow: hidden;
  backface-visibility: hidden;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .social-media__item {
    flex: 3 0 25%;
    margin: 0;
  }
}
.social-media__item img {
  width: 48px;
}
.social-media__item a {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .social-media__item:last-child {
    flex: 0 0 48px;
  }
}
.hamburger {
  display: inline-flex;
}
.hamburger-inner {
  background-color: #50468d;
}
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: inherit;
}
.hamburger:hover {
  opacity: 1;
}
.a2a_kit {
  position: absolute;
  top: 0;
  right: 40px;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .a2a_kit {
    display: none;
  }
}
.a2a_kit > a {
  position: relative;
  display: block;
  margin: 0 0 16px;
}
.a2a_kit > a:last-child {
  margin: 0;
}
.a2a_kit svg {
  height: 48px !important;
}
.a2a_kit .a2a_svg {
  border-radius: 50% !important;
  display: flex;
  align-items: center;
}
.a2a_kit .a2a_count {
  font-family: "avant-garde-std-bold", sans-serif;
  font-size: 16px !important;
  position: absolute;
  bottom: 8px;
  left: 0;
  background-color: transparent !important;
  border: 0 !important;
  color: white !important;
  margin: 0 !important;
  line-height: normal !important;
  width: 100% !important;
  height: auto !important;
  text-align: center;
}
.a2a_kit .a2a_count::before,
.a2a_kit .a2a_count::after {
  content: none !important;
}
#share_events {
  position: absolute;
  top: -24px;
  right: 0;
  white-space: nowrap;
  line-height: 150%;
  color: #c3057f;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 1219px) {
  #share_events {
    display: none;
  }
}
.klantenvertellen {
  max-width: 100px;
  position: absolute;
  bottom: 200px;
  right: 0;
  z-index: 20;
}
@media (max-width: 767px) {
  .klantenvertellen {
    display: none;
  }
}
.package-calculator {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.package-calculator .iconbox {
  justify-content: center;
  font-size: 30px;
  line-height: 120%;
}
@media (max-width: 1366px) {
  .package-calculator .iconbox {
    font-size: 22px;
  }
}
.package-calculator .iconbox__label {
  align-items: center;
  flex: 1 1 100%;
}
.package-calculator .accordion {
  margin: 0 0 16px;
}
.package-calculator .accordion__heading {
  font-size: 14px;
  padding: 12px 0;
}
@media (max-width: 1660px) and (min-width: 1279px) {
  .package-calculator .accordion__heading {
    font-size: 11px;
  }
}
.package-calculator .accordion__heading-label {
  color: #50468d;
}
.package-calculator .accordion__heading-value {
  transition: all .3s ease;
  transform-origin: center;
  backface-visibility: hidden;
  font-size: 14px;
}
.package-calculator .accordion__heading-value.is-updated {
  transform: scale(1.5);
  color: #c3057f;
}
.package-calculator .accordion__item--active .accordion__heading-icon {
  height: 3px;
}
.package-calculator .accordion__content {
  padding-right: 33px;
  font-size: 14px;
  color: black;
}
.package-calculator .accordion__content ul {
  margin: 0;
  padding: 0;
}
.package-calculator .accordion__content ul li {
  list-style: none;
}
.package-calculator .accordion label {
  position: relative;
  cursor: pointer;
  margin: 0 0 16px;
  display: inline-flex;
}
.package-calculator .accordion label input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.pricebox {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-size: 30px;
  line-height: 120%;
  color: #c3057f;
}
@media (max-width: 1366px) {
  .pricebox {
    font-size: 18px;
  }
}
.pricebox .icon-cart {
  font-size: 50px;
}
.pricebox__euro {
  font-family: "avant-garde-std-bold", sans-serif;
}
@media (min-width: 1680px) {
  .wpdreams_asl_results {
    max-width: 1200px;
    width: 100% !important;
    min-height: 45vh;
  }
}
@media (max-width: 1679px) {
  .wpdreams_asl_results {
    max-width: none;
    width: auto !important;
    min-height: 80vh;
    left: 36px !important;
    right: 36px !important;
  }
}
#ajaxsearchlite1 .proclose {
  display: none !important;
}
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-family: "avant-garde-std-bk", sans-serif !important;
  font-size: 14px !important;
}
#ajaxsearchlite1 .probox .proinput input::placeholder,
div.asl_w .probox .proinput input::placeholder {
  font-family: "avant-garde-std-bk", sans-serif !important;
  font-size: 14px !important;
}
._hj-f5b2a1eb-9b07_widget {
  bottom: 80px !important;
  z-index: 200 !important;
}
@media (max-width: 767px) {
  .noshow,
  .home .readers {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-footer__block iframe {
    margin-top: 16px;
  }
}
