@font-face {
  font-family: 'Charter';
  src: url('../fonts/charter/Charter-BlackItalic.woff2') format('woff2'), url('../fonts/charter/Charter-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Charter';
  src: url('../fonts/charter/Charter-Roman.woff2') format('woff2'), url('../fonts/charter/Charter-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Charter';
  src: url('../fonts/charter/Charter-Italic.woff2') format('woff2'), url('../fonts/charter/Charter-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Charter';
  src: url('../fonts/charter/Charter-BoldItalic.woff2') format('woff2'), url('../fonts/charter/Charter-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Charter';
  src: url('../fonts/charter/Charter-Black.woff2') format('woff2'), url('../fonts/charter/Charter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Charter';
  src: url('../fonts/charter/Charter-Bold.woff2') format('woff2'), url('../fonts/charter/Charter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ========================================================================= */
#privacypolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #dad9d9;
  color: #3f3f3e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: #3f3f3e;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  left: -9999px;
}
/* SLICK Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  /*&:hover, &:focus {
        outline: none;
        background: transparent;
        color: transparent;
        &:before {
            opacity: @slick-opacity-on-hover;
        }
    }
    &.slick-disabled:before {
        opacity: @slick-opacity-not-active;
    }*/
}
.slick-prev::before,
.slick-next::before {
  display: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.6;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick/slick.eot');
  src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-prev {
  background-image: url('../images/arrow-left.png');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.slick-prev::before {
  display: none;
}
.slick-next {
  background-image: url('../images/arrow-right.png');
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.slick-next::before {
  display: none;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* ANIMATIONS ====================================================================== */
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px) translateX(-50%);
            transform: translateY(-20px) translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px) translateX(-50%);
            transform: translateY(-20px) translateX(-50%);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.fadeanimation {
  opacity: 0;
}
.fadeanimation.fadeIn {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInUp {
  -webkit-animation: fadeInUp 0.5s ease-in-out forwards;
          animation: fadeInUp 0.5s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInUp.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.fadeInUp.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.fadeInUp.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.fadeInUp.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.fadeInUp.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeIn.fadeInUpBig {
  -webkit-animation: fadeInUpBig 1s ease-in-out forwards;
          animation: fadeInUpBig 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInUpBig.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.fadeInUpBig.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.fadeInUpBig.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.fadeInUpBig.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.fadeInUpBig.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeIn.fadeInDownBig {
  -webkit-animation: fadeInDownBig 1s ease-in-out forwards;
          animation: fadeInDownBig 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInDownBig.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.fadeInDownBig.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.fadeInDownBig.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.fadeInDownBig.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.fadeInDownBig.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeIn.fadeInZoom {
  -webkit-animation: fadeInZoom 1s ease-in-out forwards;
          animation: fadeInZoom 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInZoom.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.fadeInZoom.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.fadeInZoom.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.fadeInZoom.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.fadeInZoom.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeIn.fadeInRight {
  -webkit-animation: fadeInRight 1.5s ease-in-out forwards;
          animation: fadeInRight 1.5s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInRight.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.fadeInRight.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.fadeInRight.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.fadeInRight.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.fadeInRight.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeInUp {
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadeanimation.fadeInUpBig {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.fadeanimation.fadeInDown {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.fadeanimation.fadeInRight {
  -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
          transform: translate(100px, 0);
}
.fadeanimation.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.lazyimg {
  opacity: 1 !important;
}
/* STYLES ====================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f6f6f6;
  color: #3f3f3e;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-size: 17px;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
h1 {
  font-family: 'Charter', serif;
  font-size: 45px;
  line-height: 1.22;
  letter-spacing: 0;
  font-weight: 100;
  margin: 0 0 21px 0;
}
h2,
h3 {
  margin-top: 0;
  font-weight: 600;
}
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
.button {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  color: #3f3f3e;
  background-color: #d9e9e3;
  padding: 15px 40px;
  border: 1px solid #d9e9e3;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
  color: color;
  background-color: transparent;
}
.button.inverted {
  background-color: transparent;
}
.button.inverted:hover {
  background-color: #d9e9e3;
}
.button.black {
  border: 1px solid #000000;
}
.button.black:hover {
  color: #e7e7e7;
  background-color: #000000;
}
.button.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.link {
  display: inline-block;
  text-decoration: none;
  color: #3f3f3e;
}
.link::after {
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0px;
  background-color: #3f3f3e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link.active,
.link:hover {
  text-decoration: none;
}
.link.active::after,
.link:hover::after {
  width: 0;
  left: 50%;
  right: 50%;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
#form-success {
  display: none;
}
#feedback.success {
  display: block;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #3f3f3e;
}
#feedback.success.alignleft {
  text-align: left;
  padding: 10px 0;
}
#feedback.erroneous,
#feedback.error {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
#contact-form input[type=text],
#registration-form input[type=text],
#contact-form input[type=email],
#registration-form input[type=email],
#contact-form input[type=number],
#registration-form input[type=number],
#contact-form textarea,
#registration-form textarea {
  -webkit-appearance: none;
  padding: 10px 20px;
  border: 0;
  border: 1px solid #e7e7e7;
  border-radius: 40px;
  background-color: transparent;
}
#contact-form input[type=text]::-webkit-input-placeholder, #registration-form input[type=text]::-webkit-input-placeholder, #contact-form input[type=email]::-webkit-input-placeholder, #registration-form input[type=email]::-webkit-input-placeholder, #contact-form input[type=number]::-webkit-input-placeholder, #registration-form input[type=number]::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder, #registration-form textarea::-webkit-input-placeholder {
  color: #3f3f3e;
  font-weight: 600;
}
#contact-form input[type=text]::-moz-placeholder, #registration-form input[type=text]::-moz-placeholder, #contact-form input[type=email]::-moz-placeholder, #registration-form input[type=email]::-moz-placeholder, #contact-form input[type=number]::-moz-placeholder, #registration-form input[type=number]::-moz-placeholder, #contact-form textarea::-moz-placeholder, #registration-form textarea::-moz-placeholder {
  color: #3f3f3e;
  font-weight: 600;
}
#contact-form input[type=text]:-ms-input-placeholder, #registration-form input[type=text]:-ms-input-placeholder, #contact-form input[type=email]:-ms-input-placeholder, #registration-form input[type=email]:-ms-input-placeholder, #contact-form input[type=number]:-ms-input-placeholder, #registration-form input[type=number]:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder, #registration-form textarea:-ms-input-placeholder {
  color: #3f3f3e;
  font-weight: 600;
}
#contact-form input[type=text]::-ms-input-placeholder, #registration-form input[type=text]::-ms-input-placeholder, #contact-form input[type=email]::-ms-input-placeholder, #registration-form input[type=email]::-ms-input-placeholder, #contact-form input[type=number]::-ms-input-placeholder, #registration-form input[type=number]::-ms-input-placeholder, #contact-form textarea::-ms-input-placeholder, #registration-form textarea::-ms-input-placeholder {
  color: #3f3f3e;
  font-weight: 600;
}
#contact-form input[type=text]::placeholder,
#registration-form input[type=text]::placeholder,
#contact-form input[type=email]::placeholder,
#registration-form input[type=email]::placeholder,
#contact-form input[type=number]::placeholder,
#registration-form input[type=number]::placeholder,
#contact-form textarea::placeholder,
#registration-form textarea::placeholder {
  color: #3f3f3e;
  font-weight: 600;
}
#contact-form input[type=text].erroneous,
#registration-form input[type=text].erroneous,
#contact-form input[type=email].erroneous,
#registration-form input[type=email].erroneous,
#contact-form input[type=number].erroneous,
#registration-form input[type=number].erroneous,
#contact-form textarea.erroneous,
#registration-form textarea.erroneous {
  border-color: crimson;
}
#contact-form input[type=text].erroneous::-webkit-input-placeholder, #registration-form input[type=text].erroneous::-webkit-input-placeholder, #contact-form input[type=email].erroneous::-webkit-input-placeholder, #registration-form input[type=email].erroneous::-webkit-input-placeholder, #contact-form input[type=number].erroneous::-webkit-input-placeholder, #registration-form input[type=number].erroneous::-webkit-input-placeholder, #contact-form textarea.erroneous::-webkit-input-placeholder, #registration-form textarea.erroneous::-webkit-input-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous::-moz-placeholder, #registration-form input[type=text].erroneous::-moz-placeholder, #contact-form input[type=email].erroneous::-moz-placeholder, #registration-form input[type=email].erroneous::-moz-placeholder, #contact-form input[type=number].erroneous::-moz-placeholder, #registration-form input[type=number].erroneous::-moz-placeholder, #contact-form textarea.erroneous::-moz-placeholder, #registration-form textarea.erroneous::-moz-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous:-ms-input-placeholder, #registration-form input[type=text].erroneous:-ms-input-placeholder, #contact-form input[type=email].erroneous:-ms-input-placeholder, #registration-form input[type=email].erroneous:-ms-input-placeholder, #contact-form input[type=number].erroneous:-ms-input-placeholder, #registration-form input[type=number].erroneous:-ms-input-placeholder, #contact-form textarea.erroneous:-ms-input-placeholder, #registration-form textarea.erroneous:-ms-input-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous::-ms-input-placeholder, #registration-form input[type=text].erroneous::-ms-input-placeholder, #contact-form input[type=email].erroneous::-ms-input-placeholder, #registration-form input[type=email].erroneous::-ms-input-placeholder, #contact-form input[type=number].erroneous::-ms-input-placeholder, #registration-form input[type=number].erroneous::-ms-input-placeholder, #contact-form textarea.erroneous::-ms-input-placeholder, #registration-form textarea.erroneous::-ms-input-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous::placeholder,
#registration-form input[type=text].erroneous::placeholder,
#contact-form input[type=email].erroneous::placeholder,
#registration-form input[type=email].erroneous::placeholder,
#contact-form input[type=number].erroneous::placeholder,
#registration-form input[type=number].erroneous::placeholder,
#contact-form textarea.erroneous::placeholder,
#registration-form textarea.erroneous::placeholder {
  color: crimson;
}
#contact-form input::-webkit-outer-spin-button,
#registration-form input::-webkit-outer-spin-button,
#contact-form input::-webkit-inner-spin-button,
#registration-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#contact-form input[type=number],
#registration-form input[type=number] {
  -moz-appearance: textfield;
}
#contact-form .policy,
#registration-form .policy,
#contact-form .brochure,
#registration-form .brochure {
  margin-bottom: 40px;
}
#contact-form .policy label,
#registration-form .policy label,
#contact-form .brochure label,
#registration-form .brochure label {
  position: relative;
  color: #3f3f3e;
  margin-left: 50px;
}
#contact-form .policy label a,
#registration-form .policy label a,
#contact-form .brochure label a,
#registration-form .brochure label a {
  color: #3f3f3e;
}
#contact-form .policy label a:hover,
#registration-form .policy label a:hover,
#contact-form .brochure label a:hover,
#registration-form .brochure label a:hover {
  text-decoration: none;
}
#contact-form .policy:not(#IE8) label:before,
#registration-form .policy:not(#IE8) label:before,
#contact-form .brochure:not(#IE8) label:before,
#registration-form .brochure:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -50px;
  top: 50%;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#contact-form .policy:not(#IE8) input[type=checkbox],
#registration-form .policy:not(#IE8) input[type=checkbox],
#contact-form .brochure:not(#IE8) input[type=checkbox],
#registration-form .brochure:not(#IE8) input[type=checkbox] {
  display: none;
}
#contact-form .policy:not(#IE8) input[type=checkbox]:checked + label:before,
#registration-form .policy:not(#IE8) input[type=checkbox]:checked + label:before,
#contact-form .brochure:not(#IE8) input[type=checkbox]:checked + label:before,
#registration-form .brochure:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  line-height: 0.8;
  font-size: 30px;
  font-family: system-ui;
  font-weight: normal;
}
@media screen and (min-width: 0 \0) {
  #contact-form .policy:not(#IE8) input[type=checkbox]:checked + label:before,
  #registration-form .policy:not(#IE8) input[type=checkbox]:checked + label:before,
  #contact-form .brochure:not(#IE8) input[type=checkbox]:checked + label:before,
  #registration-form .brochure:not(#IE8) input[type=checkbox]:checked + label:before {
    line-height: 8px;
  }
}
#contact-form .policy.error:not(#IE8) label:before,
#registration-form .policy.error:not(#IE8) label:before,
#contact-form .brochure.error:not(#IE8) label:before,
#registration-form .brochure.error:not(#IE8) label:before {
  border: 1px solid crimson !important;
}
#contact-form .policy.error label,
#registration-form .policy.error label,
#contact-form .brochure.error label,
#registration-form .brochure.error label {
  color: crimson;
}
#contact-form .policy.error label a,
#registration-form .policy.error label a,
#contact-form .brochure.error label a,
#registration-form .brochure.error label a {
  color: crimson;
}
#contact-form .brochure,
#registration-form .brochure {
  margin-bottom: 20px;
}
#contact-form input[type=submit],
#registration-form input[type=submit] {
  outline: inherit;
}
#contact-form .error-text,
#registration-form .error-text {
  color: crimson;
  margin: 10px 0;
}
#contact-form .form-group.error input,
#registration-form .form-group.error input,
#contact-form .form-group.error textarea,
#registration-form .form-group.error textarea {
  color: crimson !important;
  border-bottom: 1px solid crimson;
}
#contact-form .form-group.error input::-webkit-input-placeholder, #registration-form .form-group.error input::-webkit-input-placeholder, #contact-form .form-group.error textarea::-webkit-input-placeholder, #registration-form .form-group.error textarea::-webkit-input-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input::-moz-placeholder, #registration-form .form-group.error input::-moz-placeholder, #contact-form .form-group.error textarea::-moz-placeholder, #registration-form .form-group.error textarea::-moz-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input:-ms-input-placeholder, #registration-form .form-group.error input:-ms-input-placeholder, #contact-form .form-group.error textarea:-ms-input-placeholder, #registration-form .form-group.error textarea:-ms-input-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input::-ms-input-placeholder, #registration-form .form-group.error input::-ms-input-placeholder, #contact-form .form-group.error textarea::-ms-input-placeholder, #registration-form .form-group.error textarea::-ms-input-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input::placeholder,
#registration-form .form-group.error input::placeholder,
#contact-form .form-group.error textarea::placeholder,
#registration-form .form-group.error textarea::placeholder {
  color: crimson !important;
}
#contact-form.mbtop,
#registration-form.mbtop {
  margin-top: 40px;
}
#feedback {
  display: none;
}
.formline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
.formline:last-child {
  margin-bottom: 0;
}
.formline input[type=text],
.formline input[type=email],
.formline input[type=number],
.formline textarea {
  width: calc(50% - 12px);
}
.formline input[type=text]:first-child,
.formline input[type=email]:first-child,
.formline input[type=number]:first-child,
.formline textarea:first-child {
  margin-right: 24px;
}
.formline input[type=text].w25,
.formline input[type=email].w25,
.formline input[type=number].w25,
.formline textarea.w25 {
  width: calc(25% - 12px);
}
.formline input[type=text].w75,
.formline input[type=email].w75,
.formline input[type=number].w75,
.formline textarea.w75 {
  width: calc(75% - 12px);
}
.formline .select {
  width: calc(50% - 12px);
}
.formline .select:first-child {
  margin-right: 24px;
}
.formline .select.fullwidth {
  width: 100%;
  margin: 0;
}
.formfield {
  margin-bottom: 10px;
}
.formfield label {
  display: block;
  color: #3f3f3e;
}
.formfield input {
  display: block;
}
.select {
  width: 100%;
}
.select .select-selected {
  width: 100%;
}
.select {
  margin-left: 5px;
  margin-right: 5px;
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
.select.hidefirst select option:first-child {
  display: none;
}
.select select {
  /*display: block;
      //width: 100%;
      background-color: transparent;
      -webkit-appearance: none;
      -webkit-border-radius: 0px;
      padding: 12px 20px;
      box-shadow: none;
      border-collapse: @black;
      border-bottom-color: @black;
      border-top-color: @black;
      border-left-color: @black;
      border-right-color: @black;
      border-radius: 17px;
      min-width: 225px;
      text-transform: uppercase;
      font-weight: @weightsemibold;*/
  display: none;
}
.select .select-selected {
  border: 1px solid #e7e7e7;
  border-radius: 40px;
  padding: 10px 20px;
  color: #3f3f3e;
  background-color: transparent;
}
.select .select-selected:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 8px;
  background-image: url(../images/selectarrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.select .select-selected.greytext {
  font-weight: 600;
}
.select .select-selected.select-arrow-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  background-image: url(../images/selectarrow-white.svg);
}
.select .select-selected.select-arrow-active {
  background-color: #e7e7e7;
  color: #3f3f3e;
}
.select .select-items div,
.select .select-selected {
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 20px;
}
.select .select-selected {
  padding: 10px 40px 10px 20px;
}
.select .select-items {
  position: absolute;
  background-color: transparent;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 99;
  color: #3f3f3e;
  background-color: #f6f6f6;
  border: 1px solid #3f3f3e;
  border-radius: 40px;
  overflow-y: auto;
  overflow: overlay;
  /*&::-webkit-scrollbar {
          width: 8px;
          border-radius: 12px !important;
          background-color: transparent;
      }
      
      &::-webkit-scrollbar-track {
          -webkit-box-shadow: none; 
          border-radius: 12px !important;
          height: calc(100% - 80px);
          margin-top: 40px;
          margin-bottom: 40px;
          background-color: transparent;
      }
      
      &::-webkit-scrollbar-thumb {
          border-radius: 12px !important;
          -webkit-box-shadow: none; 
          background-color: @black;
      }*/
}
.select .select-hide {
  display: none;
}
.select .select-items div:hover,
.select .select-items .same-as-selected:not(.imfirst) {
  background-color: #e7e7e7;
  color: #3f3f3e;
}
.select .select-items div:first-child:hover {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.select .select-items div:last-child:hover {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.select .same-as-selected:not(.imfirst) {
  color: #3f3f3e;
  font-weight: 600;
}
.select .imfirst.hideme {
  display: none;
}
.select:first-child {
  margin-left: 0;
}
.select.erroneous .select-selected {
  border-color: crimson;
}
.select.erroneous .select-selected.greytext {
  color: crimson;
}
.select.erroneous .select-selected.greytext:after {
  background-image: url('../images/selectarrow-crimson.svg');
}
#addressfields {
  margin-bottom: 20px;
}
#addressfields.hidden {
  display: none;
  pointer-events: none;
  margin: 0;
}
.plg-container,
.plg-header-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
.plg-header-container {
  padding: 0 40px;
}
.plg-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plg-home img {
  margin-right: 40px;
}
.plg-home img.deltacardio {
  max-width: 100px;
}
.plg-home img.azdelta {
  max-width: 75px;
}
.plg-home img:last-child {
  margin: 0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 0 0 0;
  z-index: 90;
  background-color: #f6f6f6;
}
header .plg-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 90;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header nav ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
header nav ul li a {
  display: inline-block;
  text-decoration: none;
}
header nav ul li a::after {
  content: '';
  height: 1px;
  width: 0;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0px;
  background-color: #3f3f3e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav ul li a.active,
header nav ul li a:hover {
  text-decoration: none;
}
header nav ul li a.active::after,
header nav ul li a:hover::after {
  width: 100%;
  left: 0;
  right: 0;
}
header nav ul li:last-child {
  margin: 0;
}
header.scrolled {
  padding: calc(40px/2) 0;
  -webkit-box-shadow: 0px 7px 10px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 10px -10px rgba(0, 0, 0, 0.2);
}
header.scrolled .plg-home img.deltacardio {
  max-width: 80px;
}
header.scrolled .plg-home img.azdelta {
  max-width: 60px;
}
.extranav.notallowed {
  cursor: not-allowed;
}
.plg-headerheight {
  height: 147px;
}
.plg-hamburger {
  display: inline-block;
  overflow: visible;
  height: 24px;
  margin: 0;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  z-index: 95;
  cursor: pointer;
  display: none;
}
.plg-hamburger .plg-hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -0.5px;
  position: absolute;
  width: 30px;
  height: 2px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 2px;
  background-color: #3f3f3e;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  cursor: pointer;
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner:before {
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  width: 30px;
  height: 2px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 2px;
  background-color: #3f3f3e;
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  -o-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner:after {
  display: block;
  content: "";
  bottom: -8px;
  position: absolute;
  width: 30px;
  height: 2px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 2px;
  background-color: #3f3f3e;
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.plg-hamburger.active .plg-hamburger-box .plg-hamburger-inner {
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.plg-hamburger.active .plg-hamburger-box .plg-hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  -o-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.plg-hamburger.active .plg-hamburger-box .plg-hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#plg-homesection1 {
  margin-top: 40px;
  height: auto;
}
#plg-homesection1 .plg-h1-grid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item {
  width: 50%;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.text {
  padding-left: 80px;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.text .toptitle {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 200;
  margin: 0 0 33px 0;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.text .subtitle {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.text h1 + .subtitle {
  margin-top: -10px;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.text h1 + .subtitle + .txt {
  margin-top: 20px;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.text .quote {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 600;
  margin: 35px 0;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.text .txt {
  font-size: 20px;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.text .button {
  margin-top: 60px;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.image .shape.content {
  width: 33vw;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.image .shape.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5vw;
}
#plg-homesection1 .plg-h1-grid .plg-h1-item.image .shape.bg img {
  height: 100%;
  width: auto;
}
#plg-homesection2-2 {
  margin-top: 85px;
}
#plg-homesection2-2 .plg-h2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-homesection2-2 .plg-h2-grid .plg-h2-item.title {
  width: 23%;
}
#plg-homesection2-2 .plg-h2-grid .plg-h2-item.title h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
}
#plg-homesection2-2 .plg-h2-grid .plg-h2-item.text {
  padding-top: 40px;
  padding-left: 40px;
  width: calc(77%);
}
#plg-homesection2 {
  margin-top: 85px;
  padding-top: 85px;
  background-color: #e7e7e7;
}
#plg-homesection2 .topwave {
  position: absolute;
  left: 0;
  right: 0;
  top: -85px;
  width: 100%;
}
#plg-homesection2 figure {
  z-index: 2;
}
#plg-homesection2 .bottomrectangle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  height: 400px;
  background-color: #f6f6f6;
}
#plg-homesection2 .plg-h2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.title {
  width: 23%;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.title h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text {
  padding-top: 40px;
  padding-left: 40px;
  width: calc(77%);
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text table tr td {
  padding-bottom: 30px;
  font-weight: bold;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text table tr td span {
  font-weight: 200;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text table tr td:first-child {
  padding-right: 80px;
  font-weight: 600;
  font-size: 20px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text table tr:last-child td {
  padding-bottom: 0;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table {
  width: 100%;
  margin-top: -26px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr strong {
  font-weight: 600;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr p span {
  margin-top: 10px;
  display: block;
  font-weight: 500;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr p > span:first-child {
  margin: 0;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr .td {
  /*&.moderator{
                width: 25%;
                padding-left: 40px;
              }*/
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr .td p span {
  display: block;
  font-weight: 500 !important;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr .td.hour {
  width: 10%;
  padding-right: 10px;
  font-size: 20px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr .td.hour span {
  font-weight: 500;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr .td.program {
  width: 40%;
  padding-right: 20px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr .td.speaker {
  width: 50%;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr.titles {
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 1;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr.titles .hour {
  font-size: 20px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr.notopspacing {
  margin-top: 0;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr.extratopspacing {
  margin-top: 30px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .togglebutton {
  margin-bottom: 20px;
  margin-top: 5px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .togglebutton .less {
  display: none;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .togglebutton.triggerd .less {
  display: inline-block;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .togglebutton.triggerd .more {
  display: none;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .block .hidden {
  display: none;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .block.titleblock {
  margin-bottom: 20px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .block.titleblock .tr .td {
  font-size: 20px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .block.imactive .visible {
  display: none;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .block.imactive .hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#plg-homesection2 figure {
  margin-top: 90px;
}
#plg-homesection2 figure figcaption {
  position: absolute;
  right: -40px;
  bottom: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#plg-homesection3 {
  margin-top: 130px;
}
#plg-homesection3 .plg-h3-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-homesection3 .plg-h3-grid .plg-h3-item {
  width: 50%;
}
#plg-homesection3 .plg-h3-grid .plg-h3-item.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plg-homesection3 .plg-h3-grid .plg-h3-item.image figure {
  margin: 0 auto;
}
#plg-homesection3 .plg-h3-grid .plg-h3-item.image figure img {
  max-width: 250px;
}
#plg-homesection3 .plg-h3-grid .plg-h3-item.image figure figcaption {
  position: absolute;
  right: -40px;
  bottom: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#plg-homesection3 .plg-h3-grid .plg-h3-item.text h2 {
  font-size: 30px;
  line-height: 1.13;
  margin: 0 0 50px 0;
}
#plg-homesection3 .plg-h3-grid .plg-h3-item.text .plg-h3-innergrid .plg-h3-inneritem {
  -webkit-column-break-inside: avoid;
  padding-bottom: 40px;
}
#plg-homesection4 {
  margin-top: 130px;
}
#plg-homesection4 .plg-h4-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plg-homesection4 .plg-h4-grid .plg-h4-item.text {
  width: 23%;
}
#plg-homesection4 .plg-h4-grid .plg-h4-item.text a {
  color: #3f3f3e;
  text-decoration: none;
}
#plg-homesection4 .plg-h4-grid .plg-h4-item.text a::after {
  content: '';
  height: 1px;
  position: absolute;
  left: 50%;
  right: 50%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: #3f3f3e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-homesection4 .plg-h4-grid .plg-h4-item.text a:hover {
  text-decoration: none;
}
#plg-homesection4 .plg-h4-grid .plg-h4-item.text a:hover::after {
  width: 0;
  left: 50%;
  right: 50%;
}
#plg-homesection4 .plg-h4-grid .plg-h4-item.image {
  padding-left: 40px;
  width: 77%;
}
#plg-homesection4 .plg-h4-grid .plg-h4-item.image .plg-mapcontainer {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-color: #d9e9e3;
}
#plg-homesection4 .plg-h4-grid .plg-h4-item.image .plg-mapcontainer #map {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
#plg-homesection5 {
  margin-top: 130px;
}
#plg-homesection5 h2 {
  font-size: 30px;
  font-weight: 600;
}
#plg-homesection5 h2 + .plg-news-grid {
  margin-top: -33px;
}
.plg-news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.plg-news-grid .plg-news-item {
  width: calc(25% - 40px);
  margin: 80px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plg-news-grid .plg-news-item img {
  margin: 0 0 42px 0;
}
.plg-news-grid .plg-news-item h3 {
  margin: 0 0 38px 0;
}
.plg-news-grid .plg-news-item .txt {
  margin: 0 0 50px 0;
}
.plg-news-grid .plg-news-item .button {
  margin: auto 0 0 0;
}
#plg-homesection6 {
  margin-top: 130px;
  padding: 130px 0;
  background-color: #e7e7e7;
}
#plg-homesection6 .plg-h6-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item p {
  display: inline-block;
  font-size: 15px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .networktitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .networktitle img {
  margin-left: 20px;
  margin-top: 3px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .plg-multiplelogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #3f3f3e;
  padding: 40px 4px 0;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .plg-multiplelogos::before,
#plg-homesection6 .plg-h6-grid .plg-h6-item .plg-multiplelogos:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 10px;
  background-color: #3f3f3e;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .plg-multiplelogos:after {
  right: 0;
  left: auto;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .plg-multiplelogos:before {
  right: auto;
  left: 0;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .plg-multiplelogos img {
  margin-right: 50px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .plg-multiplelogos img:last-child {
  margin: 0;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item img {
  display: inline-block;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .deltacardio {
  max-width: 90px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .azdelta {
  max-width: 85px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .yperman {
  max-width: 90px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .andries {
  max-width: 120px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .jozef {
  max-width: 110px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .radar {
  max-width: 120px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item .triaz {
  max-width: 130px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item.wtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item.wtext p {
  margin-left: 30px;
}
#plg-homesection6 .plg-h6-grid .plg-h6-item.wtext img {
  margin-top: -3px;
}
footer {
  background-color: #e7e7e7;
  padding-bottom: 80px;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer table,
footer table tr,
footer table td {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}
footer table tr td:first-child {
  font-weight: 600;
  padding-right: 50px;
}
footer .plg-footergrid {
  padding-top: 130px;
  border-top: 1px solid #3f3f3e;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#inschrijfformulier {
  height: 0;
  opacity: 0;
  pointer-events: none;
}
#inschrijfformulier h2 {
  width: calc(23vw + 40px);
}
#inschrijfformulier .txt {
  width: calc(23vw + 40px);
  margin-bottom: 40px;
}
#inschrijfformulier.showme {
  padding-top: 80px;
  height: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease-in-out 1s;
  -o-transition: opacity 0.5s ease-in-out 1s;
  transition: opacity 0.5s ease-in-out 1s;
}
.registrationcontainer {
  width: 100%;
  max-width: calc(725px + 23%);
}
#registration-form {
  width: 100%;
}
#plg-newssection1 {
  margin-top: 145px;
}
#plg-newssection1 h1 {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
}
#plg-textpage {
  margin-top: 130px;
}
#plg-textpage .embed {
  margin-top: 40px;
}
#plg-newsitemsection1 {
  margin-top: 130px;
}
#plg-newsitemsection1 .backbtn {
  margin-top: 80px;
}
#plg-newsitemsection1 .plg-n1-slidercontainer {
  width: 100%;
  height: 0;
  padding-bottom: 50vh;
  margin-top: 80px;
}
#plg-newsitemsection1 .plg-n1-slidercontainer .plg-n1-slider {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#plg-newsitemsection1 .plg-n1-slidercontainer .plg-imagecontainer {
  height: 100%;
  width: 100%;
}
#plg-newsitemsection1 .plg-n1-slidercontainer .plg-imagecontainer .plg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#plg-newsitemsection1 .plg-n1-slidercontainer .slick-list {
  height: 100%;
}
#plg-newsitemsection1 .plg-n1-slidercontainer .slick-list .slick-track {
  height: 100%;
}
#plg-newsitemsection1 .plg-n1-slidercontainer .slick-list .slick-track .slick-slide {
  height: 100%;
}
#plg-newsitemsection1 .plg-n1-slidercontainer .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
#frame-pdf {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}
#frame-pdf .flowpaper_viewer #pagesContainer_documentViewer_play {
  display: none !important;
}
.template-brochures #close {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-image: url('./images/close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 101;
  cursor: pointer;
}
.template-brochures #close.visible {
  display: block;
}
#plg-brochuressection1 {
  margin-top: 145px;
}
#plg-brochuressection1 h1 {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
}
#plg-brochuressection1 .txt {
  width: calc(50vw - 40px);
}
#plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
#plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent .plg-b1-rowitem {
  width: calc(25% - 40px);
  margin: 80px 20px 0 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent .plg-b1-rowitem h3 {
  margin: 0 0 38px 0;
}
#plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent .plg-b1-rowitem .subtitle {
  margin: 0 0 50px 0;
}
#plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent .plg-b1-rowitem .cover-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 139%;
  background-color: #393937;
  position: relative;
  margin: 0 0 42px 0;
}
#plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent .plg-b1-rowitem .button {
  margin: auto auto 0 0;
}
#plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent .plg-b1-rowitem .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 1400px) {
  #plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent .plg-b1-rowitem {
    width: calc(33.3333% - 160px);
  }
  #plg-homesection2-2 .plg-h2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-homesection2-2 .plg-h2-grid .plg-h2-item.title {
    width: 100%;
  }
  #plg-homesection2-2 .plg-h2-grid .plg-h2-item.text {
    width: 100%;
    padding: 0;
    margin: 50px 0 0 0;
  }
  #plg-homesection2 .plg-h2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.title {
    width: 100%;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text {
    width: 100%;
    padding: 0;
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 1100px) {
  .plg-hamburger {
    display: inline-block;
  }
  header .plg-header-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .plg-home {
    margin: 0 auto 0 0;
    z-index: 95;
  }
  header nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    visibility: hidden;
    opacity: 0;
    z-index: 90;
  }
  header nav ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav ul li {
    margin: 0 0 20px 0;
  }
  header nav ul li a {
    font-size: 22px;
  }
  header nav.active {
    visibility: visible;
    opacity: 1;
  }
  .extranav {
    margin-right: 40px;
    z-index: 95;
  }
  .plg-container {
    padding: 0 40px;
  }
  h1 {
    font-size: 32px;
  }
  #plg-homesection1 .plg-h1-grid .plg-h1-item.text {
    padding-left: 40px;
  }
  #inschrijfformulier .txt {
    width: 100%;
  }
  #plg-homesection2 .plg-h2-grid {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text {
    padding-left: 0;
    width: 100%;
    max-width: unset;
  }
  #plg-homesection2 figure figcaption {
    position: relative;
    right: unset;
    bottom: unset;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin-top: 20px;
  }
  #plg-homesection3 .plg-h3-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-homesection3 .plg-h3-grid .plg-h3-item.image {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-homesection3 .plg-h3-grid .plg-h3-item.image figure {
    margin: 0;
  }
  #plg-homesection3 .plg-h3-grid .plg-h3-item.image figure figcaption {
    position: relative;
    right: unset;
    bottom: unset;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-orientation: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin-top: 20px;
  }
  #plg-homesection3 .plg-h3-grid .plg-h3-item.text {
    width: 100%;
  }
  #plg-homesection4 .plg-h4-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-homesection4 .plg-h4-grid .plg-h4-item.text {
    width: 100%;
  }
  #plg-homesection4 .plg-h4-grid .plg-h4-item.image {
    width: 100%;
    padding: 0;
    margin: 80px 0 0 0;
  }
  .plg-news-grid .plg-news-item {
    width: calc(50% - 40px);
  }
  #plg-homesection6 {
    padding-top: 50px;
  }
  #plg-homesection6 .plg-h6-grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #plg-homesection6 .plg-h6-grid .plg-h6-item {
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 80px;
  }
  #plg-brochuressection1 .txt {
    width: 100%;
  }
  #plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent {
    width: calc(100 + 80px);
    margin-left: -40px;
    margin-right: -40px;
  }
  #plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent .plg-b1-rowitem {
    width: calc(50% - 80px);
    margin: 80px 40px 0 40px;
  }
}
@media only screen and (max-width: 850px) {
  body {
    width: 100%;
  }
  header {
    padding-top: 20px;
  }
  .plg-container,
  .plg-header-container {
    padding: 0 20px;
  }
  #plg-homesection1 {
    height: auto;
    margin-top: 40px;
  }
  #plg-homesection1 .plg-h1-grid {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
  }
  #plg-homesection1 .plg-h1-grid .plg-h1-item {
    width: 100%;
  }
  #plg-homesection1 .plg-h1-grid .plg-h1-item.text {
    margin-bottom: 85px;
    padding: 0;
    min-height: calc(85vh - 168px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-homesection1 .plg-h1-grid .plg-h1-item.image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
  }
  #plg-homesection1 .plg-h1-grid .plg-h1-item.image .shape.content {
    width: 70%;
  }
  #plg-homesection1 .plg-h1-grid .plg-h1-item.image .shape.bg {
    right: -10vw;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*.td{
                &.hour{
                  width: 70px;
                }
                &.speaker{
                  padding-left: 70px;
                  width: calc(50% - 70px);
                }
              }
              &.visible{
                .td{
                  &.program{
                    flex-grow: 1;
                    width: calc(100% - 70px);
                  }
                }
              }
              &.first{
                background-color: yellow;
                .td{
                  &.program{
                    flex-grow: 1;
                    width: calc(100% - 70px);
                  }
                }
              }*/
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr .td {
    /*&.moderator{
                  width: 100%;
                  padding: 0;
                  p{
                    &:before{
                      content: 'Moderator: ';
                      font-weight: @weightregular;
                    }
                  }
                }*/
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr .td.hour {
    width: 100%;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr .td.program {
    width: 100%;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text .table .tr .td.speaker {
    width: 100%;
    /*p{
                    &:before{
                      content: 'Spreker/locatie: ';
                      font-weight: @weightregular
                    }
                  }*/
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text .block.titleblock {
    display: none;
  }
  #plg-homesection4 .plg-h4-grid .plg-h4-item.image .plg-mapcontainer {
    padding-bottom: 150%;
  }
  #plg-homesection6 .plg-h6-grid .plg-h6-item {
    width: 100%;
  }
  #plg-homesection6 .plg-h6-grid .plg-h6-item.networkitem {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #plg-homesection6 .plg-h6-grid .plg-h6-item .networktitle {
    width: 100%;
  }
  #plg-homesection6 .plg-h6-grid .plg-h6-item .plg-multiplelogos {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plg-homesection6 .plg-h6-grid .plg-h6-item .plg-multiplelogos img {
    width: 25%;
    max-width: 25%;
    margin: 0;
  }
  #plg-homesection6 .plg-h6-grid .plg-h6-item .plg-multiplelogos img:last-child {
    margin: 0;
  }
  footer .plg-footergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .plg-footergrid .plg-footeritem {
    margin-top: 40px;
  }
  footer .plg-footergrid .plg-footeritem:first-child {
    margin: 0;
  }
  footer table tr td {
    display: block;
  }
  footer table tr td:first-child {
    padding: 0;
  }
  footer table tr td:last-child {
    padding-bottom: 10px;
  }
  footer table tr:last-child td:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .extranav {
    margin: 0;
    position: fixed;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
  }
  .extranav.active {
    visibility: visible;
    opacity: 1;
  }
  .plg-home img.deltacardio {
    width: 100px;
    max-width: unset;
  }
  .plg-home img.delta {
    width: 75px;
    max-width: unset;
  }
  .formline {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .formline input {
    margin-bottom: 20px;
  }
  .formline input:last-child {
    margin-bottom: 0;
  }
  .formline input[type=text],
  .formline input[type=email],
  .formline input[type=number],
  .formline input[type=text]:first-child,
  .formline input[type=email]:first-child,
  .formline input[type=number]:first-child,
  .formline textarea {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .formline .select {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text table tr td {
    display: block;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text table tr td:first-child {
    padding: 0;
  }
  #plg-homesection3 .plg-h3-grid .plg-h3-item.text .plg-h3-innergrid {
    -webkit-columns: unset;
       -moz-columns: unset;
            columns: unset;
  }
  .plg-news-grid {
    width: 100%;
    margin: 0;
  }
  .plg-news-grid .plg-news-item {
    width: 100%;
    margin: 80px 0 0 0;
  }
  #plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  #plg-brochuressection1 .plg-b1-grid .plg-b1-row .plg-b1-rowcontent .plg-b1-rowitem {
    width: 100%;
    margin: 80px 0 0 0;
  }
  footer {
    padding-top: 40px;
  }
}
