/*@import '../../../../../../../node_modules/slick-carousel/slick/slick.css';*/
/*@import '../../../../../../../node_modules/cookieconsent/build/cookieconsent.min.css';*/
/*@import '../../../../../../../node_modules/featherlight/src/featherlight.css';*/
/*@import '../../../../../../../node_modules/featherlight/src/featherlight.gallery.css';*/
@font-face {
  font-family: 'MuseoSans-100';
  src: url('../Fonts/380BBE_4_0.eot');
  src: url('../Fonts/380BBE_4_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/380BBE_4_0.woff2') format('woff2'), url('../Fonts/380BBE_4_0.woff') format('woff'), url('../Fonts/380BBE_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-100Italic';
  src: url('../Fonts/380BBE_7_0.eot');
  src: url('../Fonts/380BBE_7_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/380BBE_7_0.woff2') format('woff2'), url('../Fonts/380BBE_7_0.woff') format('woff'), url('../Fonts/380BBE_7_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-500';
  src: url('../Fonts/380BBE_3_0.eot');
  src: url('../Fonts/380BBE_3_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/380BBE_3_0.woff2') format('woff2'), url('../Fonts/380BBE_3_0.woff') format('woff'), url('../Fonts/380BBE_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-700';
  src: url('../Fonts/380BBE_0_0.eot');
  src: url('../Fonts/380BBE_0_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/380BBE_0_0.woff2') format('woff2'), url('../Fonts/380BBE_0_0.woff') format('woff'), url('../Fonts/380BBE_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-900';
  src: url('../Fonts/380BBE_9_0.eot');
  src: url('../Fonts/380BBE_9_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/380BBE_9_0.woff2') format('woff2'), url('../Fonts/380BBE_9_0.woff') format('woff'), url('../Fonts/380BBE_9_0.ttf') format('truetype');
}
@font-face {
  font-family: 'desyrelregular';
  src: url('../Fonts/desyrel_-webfont.woff2') format('woff2'),
  url('../Fonts/desyrel_-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
:root {
  --font-family-sans-serif: 'MuseoSans-100', sans-serif;
  --font-family-light: 'MuseoSans-100', sans-serif;
  --font-family-light-italic: 'MuseoSans-100Italic', sans-serif;
  --font-family-medium: 'MuseoSans-500', sans-serif;
  --font-family-bold: 'MuseoSans-700', sans-serif;
  --font-family-black: 'MuseoSans-900', sans-serif;
  --font-family-headline: 'MuseoSans-900', sans-serif;
  --font-family-decoration: 'desyrelregular', sans-serif;

  --font-weight-decoration: normal;
  --font-weight-regular: normal;
  --font-weight-semi-bold: normal;
  --font-weight-bold: normal;
  --font-weight-headline: normal;
}
:root {
  --brand-primary: #ffdd00;
  --brand-secondary: #000;
  --brand-tertiary: #f00;

  --white: #fff;
  --gray: #f7f7f9;
  --gray-light: #f7f7f9;
  --gray-lighter: #f7f7f9;
  --gray-lightest: #f7f7f9;
  --black: #000;
}
body {
  font-size: 20px;
  line-height: 28px;
  font-family: 'MuseoSans-100', sans-serif;
  font-family: 'MuseoSans-100', sans-serif;
  font-family: var(--font-family-light);
  font-weight: normal;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.content-text h1, .content-text h2 {
    margin: 0 0 20px 0;
    color: #000;
    color: #000;
    color: var(--brand-secondary);
    font-family: 'MuseoSans-900', sans-serif;
    font-family: 'MuseoSans-900', sans-serif;
    font-family: var(--font-family-black);
    font-weight: normal;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase
  }
@media(min-width: 1024px) {
.content-text h1, .content-text h2 {
      margin: 0 0 30px 0;
      font-size: 52px;
      line-height: 60px
  }
    }
.content-text h3 {
    margin: 0 0 20px 0;
    color: #000;
    color: #000;
    color: var(--brand-secondary);
    font-family: 'MuseoSans-900', sans-serif;
    font-family: 'MuseoSans-900', sans-serif;
    font-family: var(--font-family-black);
    font-weight: normal;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase
  }
@media(min-width: 1024px) {
.content-text h3 {
      margin: 0 0 30px 0;
      font-size: 38px;
      line-height: 45px
  }
    }
.content-text h4 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'MuseoSans-700', sans-serif;
    font-family: 'MuseoSans-700', sans-serif;
    font-family: var(--font-family-bold);
    font-weight: normal;
  }
.content-text hr {
    margin: 20px 0;
    border: none;
    height: 1px;
    background: #ffdd00;
    background: #ffdd00;
    background: var(--brand-primary)
  }
@media(min-width: 1024px) {
.content-text hr {
      margin: 30px 0
  }
    }
.content-text ul {
    margin: 30px 0;
    padding: 0 0 0 25px;
    list-style: none
  }
.content-text ul:first-child {
      margin-top: 0;
    }
.content-text ul li {
      margin-bottom: 4px
    }
.content-text ul li:before {
        content: "\2022";
        color: currentColor;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
      }
.content-text a {
    color: #000;
    color: #000;
    color: var(--black);
    text-decoration: underline
  }
.content-text a:hover {
      text-decoration: none;
    }
b, strong {
  font-family: 'MuseoSans-700', sans-serif;
  font-family: 'MuseoSans-700', sans-serif;
  font-family: var(--font-family-bold);
  font-weight: normal;
}
.select-replace {
  position: relative;
  height: 50px;
  background: transparent;
  border: solid 1px #000;
  border: solid 1px #000;
  border: solid 1px var(--black);
  border-radius: 0;
  -webkit-transition: background 500ms;
  transition: background 500ms;

}
.select-replace >select {
    position: absolute;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    line-height: 20px;
    border: none;
    border-radius: 0;
    height: 48px;
    outline: none;
    background: #fff;
    background: #fff;
    background: var(--white);
    -webkit-box-shadow:none !important;
            box-shadow:none !important;
    cursor: pointer;
    color: #000;
    color: #000;
    color: var(--black);
    font-family: 'MuseoSans-100', sans-serif;
    font-family: 'MuseoSans-100', sans-serif;
    font-family: var(--font-family-light);
    font-weight: normal;
    text-align: center;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none

  }
.select-replace >select::-ms-expand {
      display: none;
    }
.select-replace >select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #414141;
    }
.select-replace >select option {
      color: #000;
    }
.select-replace >.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 48px;
    border-left: solid 1px #000;
    border-left: solid 1px #000;
    border-left: solid 1px var(--black);
    pointer-events: none
  }
.select-replace >.icon:after {
      content: "";
      position: absolute;
      top: -webkit-calc(50% - 9px);
      top: calc(50% - 9px);
      left: -webkit-calc(50% - 9px);
      left: calc(50% - 9px);
      display: block;
      width: 18px;
      height: 18px;
      background: url(../Images/arrow-black.svg) no-repeat center;
      background-size: 17px auto;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
.select-replace:hover >.icon {
    }
.select-replace:focus {
    background: #fff;
  }
.radio-replace {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.radio-replace >input {
    display: none
  }
.radio-replace >input + .text {
      display: inline-block;
    }
.radio-replace >input + .text >.icon {
        position: relative;
        display: inline-block;
        top: 4px;
        width: 18px;
        height: 18px;
        border: solid 1px #f00;
        border: solid 1px #f00;
        border: solid 1px var(--brand-tertiary);
        border-radius: 18px;
        margin-right: 5px;
        background: transparent;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        padding: 1px 0 0 0;
        color: red;
        -webkit-transition: color 100ms;
        transition: color 100ms
      }
.radio-replace >input + .text >.icon::before {
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          display: block;
          width: 18px;
          height: 18px;
          border-radius: 18px;
          background: transparent;
          -webkit-transition: all 150ms, background 300ms;
          transition: all 150ms, background 300ms;
        }
.radio-replace >input:checked + .text >.icon::before {
          left: 2px;
          top: 2px;
          width: 12px;
          height: 12px;
          background: #f00;
          background: #f00;
          background: var(--brand-tertiary);
        }
/*
1200
1380

margin desktop 50
margin mobile 36
margin mobile small 23


 */
.container {
  position: relative;
  width: 100%;
}
.container__inside {
  display: block;
  position: relative;
  max-width: 1380px;
  margin: 0 36px
}
@media(min-width: 768px) {
.container__inside {
    margin: 0 50px
}
  }
@media(min-width: 1024px) {
.container__inside {
    margin: 0 50px
}
  }
@media (min-width: 1480px) {
.container__inside {
    margin: 0 auto
}
  }
.container__inside--small {
  margin: 0 36px;
  max-width: 1200px
}
@media(min-width: 768px) {
.container__inside--small {
    margin: 0 50px
}
  }
@media(min-width: 1024px) {
.container__inside--small {
    margin: 0 50px
}
  }
@media (min-width: 1300px) {
.container__inside--small {
    margin: 0 auto
}
  }
.container__inside--big {
  margin: 0 36px;
  max-width: none
}
@media(min-width: 768px) {
.container__inside--big {
    margin: 0 50px !important
}
  }
.container__inside--extra-small {
  margin: 0 15px;
  max-width: 830px
}
@media(min-width: 768px) {
.container__inside--extra-small {
    margin: 0 15px
}
  }
@media(min-width: 1024px) {
.container__inside--extra-small {
    margin: 0 40px
}
  }
@media (min-width: 1120px) {
.container__inside--extra-small {
    margin: 0 auto
}
  }
.container__inside--full-width-border {
  margin: 0;
  max-width: none
}
@media(min-width: 768px) {
.container__inside--full-width-border {
    margin: 0 50px !important
}
  }
.container--margin {
  margin-top: 50px;
  margin-bottom: 50px
}
@media(min-width: 1024px) {
.container--margin {
    margin-top: 90px;
    margin-bottom: 90px
}
  }
.container--margin-top {
  margin-top: 50px
}
@media(min-width: 1024px) {
.container--margin-top {
    margin-top: 90px
}
  }
.container--margin-bottom {
  margin-bottom: 50px
}
@media(min-width: 1024px) {
.container--margin-bottom {
    margin-bottom: 90px
}
  }
.container--margin-big {
  margin-top: 100px;
  margin-bottom: 100px;
}
.container--margin-big-top {
  margin-top: 100px;
}
.container--margin-big-bottom {
  margin-bottom: 100px;
}
.container--padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container--padding-top {
  padding-top: 50px;
}
.container--padding-bottom {
  padding-bottom: 50px;
}
.container--padding-big {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container--padding-big-top {
  padding-top: 100px;
}
.container--padding-big-bottom {
  padding-bottom: 100px;
}
a.btn,
.btn {
  position: relative;
  margin-right: 15px;
  padding: 14px 50px 15px 15px;
  background: #000;
  background: #000;
  background: var(--brand-secondary);
  color: #fff;
  color: #fff;
  color: var(--white);
  font-family: 'desyrelregular', sans-serif;
  font-family: 'desyrelregular', sans-serif;
  font-family: var(--font-family-decoration);
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-decoration);
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  border: none;
  cursor: pointer
}
a.btn:after, .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    right: 15px;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url(../Images/arrow-white.svg) no-repeat center;
    background-size: 14px auto;
    -webkit-transition: right 150ms ease-out;
    transition: right 150ms ease-out;
  }
a.btn:hover, .btn:hover {
    text-decoration: none
  }
a.btn:hover:after, .btn:hover:after {
      right: 12px;
    }
a.btn.btn--fixed-sm, .btn.btn--fixed-sm {
    display: block;
    width: 150px;
  }
a.btn.btn--invert, .btn.btn--invert {
    color: #000;
    color: #000;
    color: var(--brand-secondary);
    background: #ffdd00;
    background: #ffdd00;
    background: var(--brand-primary)
  }
a.btn.btn--invert:after, .btn.btn--invert:after {
      background: url(../Images/arrow-black.svg) no-repeat center;
    }
.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 20px 0
}
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
  }
table.contenttable {
  width: 100%;
  max-width: 100%;
  border-bottom: solid 1px #000;
  border-bottom: solid 1px #000;
  border-bottom: solid 1px var(--black);
  font-size: 23px;
  line-height: 28px;
  background: #fff;
  background: #fff;
  background: var(--white);
  border-collapse: collapse;

}
table.contenttable thead {
    border-bottom: solid 1px #000;
    border-bottom: solid 1px #000;
    border-bottom: solid 1px var(--black);
  }
table.contenttable thead th {
      padding: 10px;
      color: #000;
      color: #000;
      color: var(--black);
      text-align: left;
      font-family: 'MuseoSans-700', sans-serif;
      font-family: 'MuseoSans-700', sans-serif;
      font-family: var(--font-family-bold);
      font-weight: normal;
      vertical-align: top;
      background: #fff;
      background: #fff;
      background: var(--white);
    }
table.contenttable td {
    padding: 10px;
    vertical-align: middle;
  }
table.contenttable tr {
    background: #ffdd00;
    background: #ffdd00;
    background: var(--brand-primary);
    vertical-align: top
  }
table.contenttable tr:nth-child(even) {
      background: none;
    }
table.contenttable p {
    margin: 0 !important;
  }
/*@import 'Components/modal.css';*/
/*@import 'Components/loading-icon.css';*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  background: #fff;
  background: #fff;
  background: var(--white);
}
body {
  font-family: 'MuseoSans-100', sans-serif;
  font-family: 'MuseoSans-100', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-regular);
  color: #000;
  color: #000;
  color: var(--black);
}
.page__main {
  /*  display: flex;
    flex-wrap: wrap;*/
  overflow: hidden;
  margin-top: 195px
}
@media(min-width: 1024px) {
.page__main {
    margin-top: 203px
}
  }
.page-header {
  position: fixed;
  top: 0;
  height: 195px;
  width: 100%;
  z-index: 100;
  background: #ffdd00;
  background: #ffdd00;
  background: var(--brand-primary);
  -webkit-transition: background 300ms, height 250ms, -webkit-box-shadow 250ms;
  transition: background 300ms, height 250ms, -webkit-box-shadow 250ms;
  transition: background 300ms, height 250ms, box-shadow 250ms;
  transition: background 300ms, height 250ms, box-shadow 250ms, -webkit-box-shadow 250ms
}
@media(min-width: 1024px) {
.page-header {
    height: 203px
}
  }
.page-header__inside {
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
}
.page-header__logo {
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 120;
  width: 200px;


  -webkit-transition: top 250ms;


  transition: top 250ms;
}
@media(min-width: 768px) {
.page-header__logo {
    top: 19px;
    width: 280px;
}
  }
.page-header__logo img {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
  }
.header__logo--icon {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.header__logo--full {
  opacity: 1;
}
body.scrolled .page-header {

  height: 130px;
}
@media(min-width: 1024px) {
body.scrolled .page-header {
}

  }
body.scrolled .page-header {

  /*  &:after {
      content: "";
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      height: 60px;
      background: url(../images/header-border-background.svg) center repeat-x;
      background-size: auto 100%;
    }

    @md-min {
      height: calc(253px + 60px);
    }*/
}
body.scrolled .page-header .page-header__logo {
    top: 19px;
    height: -webkit-calc(100% - 19px);
    height: calc(100% - 19px);
  }
body.scrolled .page-header .header__logo--full {
    opacity: 0;
  }
body.scrolled .page-header .header__logo--icon {
    opacity: 1;
  }
body.scrolled .page-header {

  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);

          box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
/*
.navigation-open, .scrolled {

  .page-header--white {
    .page-header__logo-img--white {
      display: none;
    }

    .page-header__logo-img--gray {
      display: block;
    }
  }
}*/
.page-header__mobile-wrap {
  display: none
}
@media(max-width: 1023px) {
.page-header__mobile-wrap {
    position: absolute;
    left: -36px;
    right: -36px;
    top: 145px;
    height: -webkit-calc(100vh - 145px);
    height: calc(100vh - 145px);
    background: #ffdd00;
    background: #ffdd00;
    background: var(--brand-primary)
}
  }
@media(min-width: 768px) and (max-width: 1023px) {
.page-header__mobile-wrap {
    left: -50px;
    right: -50px
}
  }
@media(min-width: 1024px) {
.page-header__mobile-wrap {
    display: block
}
  }
@media(max-width: 1023px) {
.scrolled .page-header__mobile-wrap {
      top: 80px;
      height: -webkit-calc(100vh - 80px);
      height: calc(100vh - 80px)
  }
    }
@media(max-width: 1023px) {
.navigation-open .page-header__mobile-wrap {
      display: block
  }
    }
.page-header__main-navigation {
  position: relative;
  margin: 80px 35px 35px 35px;
  -webkit-transition: top 250ms;
  transition: top 250ms;
}
@media(min-width: 1024px) {
.page-header__main-navigation {
    position: absolute;
    right: 0;
    top: 122px;
    margin: 0;
}
  }
.page-header__main-navigation > ul {
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 184px;
    list-style: none;
    z-index: 200;
  }
.page-header__main-navigation > ul > li {
      position: relative;
      display: block;
      padding-bottom: 28px;
      padding-left: 36px;
      white-space: nowrap;
      text-align: left
    }
@media(max-width: 1023px) {
.page-header__main-navigation > ul > li {

        padding-bottom: 8px
    }
          .page-header__main-navigation > ul > li.sub > .before-icon {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 4px;
            width: 25px;
            height: 25px;
            background: url(../Images/nav-arrow.svg) no-repeat center;
            background-size: contain;
            -webkit-transition: -webkit-transform 250ms;
            transition: -webkit-transform 250ms;
            transition: transform 250ms;
            transition: transform 250ms, -webkit-transform 250ms;
            cursor: pointer;
          }
          .page-header__main-navigation > ul > li.open > .before-icon {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
          }

        .page-header__main-navigation > ul > li:last-child {
          padding-bottom: 0;
        }
      }
@media(min-width: 1024px) {
.page-header__main-navigation > ul > li {
        display: inline-block;
        margin-left: 20px;
        padding-left: 0;
        text-align: left
    }

        .page-header__main-navigation > ul > li:first-child {
          margin-left: 0;
        }
          .page-header__main-navigation > ul > li.sub > .before-icon {
            display: none;
          }
      }
@media(min-width: 1024px) {
.page-header__main-navigation > ul > li:hover > a {
            color: #000;
            color: #000;
            color: var(--brand-secondary)
        }
          }
@media(min-width: 1024px) {
.page-header__main-navigation > ul > li.active > a {
            color: #000;
            color: #000;
            color: var(--brand-secondary)
        }
          }
.page-header__main-navigation > ul > li > a {
        font-family: 'MuseoSans-100', sans-serif;
        font-family: 'MuseoSans-100', sans-serif;
        font-family: var(--font-family-sans-serif);
        font-weight: normal;
        font-weight: normal;
        font-weight: var(--font-weight-regular);
      }
@media(min-width: 1024px) {
.page-header__main-navigation > ul > li.sub:hover > ul {
              display: block
          }
            }
.page-header__main-navigation > ul > li > ul {
        display: none;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0
      }
@media(min-width: 1024px) {
.page-header__main-navigation > ul > li > ul {
          position: absolute;
          background: #fff;
          background: #fff;
          background: var(--white);
          -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
                  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
          right: 0;
          top: 54px;
          padding: 25px
      }
        }
.page-header__main-navigation > ul > li > ul:before {
          content: "";
          position: absolute;
          right: 20px;
          top: -15px;
          display: block;
          width: 30px;
          height: 30px;
          background: #fff;
          background: #fff;
          background: var(--white);
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg)
        }
@media(max-width: 1023px) {
.page-header__main-navigation > ul > li > ul:before {
            display: none
        }
          }
.page-header__main-navigation > ul > li > ul a {
          font-size: 35px;
          line-height: 40px;
          text-decoration: none;
          font-family: 'MuseoSans-500', sans-serif;
          font-family: 'MuseoSans-500', sans-serif;
          font-family: var(--font-family-medium);
          font-weight: normal;
          font-weight: normal;
          font-weight: var(--font-weight-regular);
          color: #000;
          color: #000;
          color: var(--black);
          text-transform: none
        }
@media(min-width: 1024px) {
.page-header__main-navigation > ul > li > ul a {
            font-size: 15px;
            line-height: 20px
        }
          }
.page-header__main-navigation > ul > li > ul a:hover {
            color: #000;
            color: #000;
            color: var(--brand-secondary);
            text-decoration: underline
          }
@media(min-width: 1024px) {
.page-header__main-navigation > ul > li > ul a:hover {
              color: #000;
              color: #000;
              color: var(--brand-secondary)
          }
            }
.page-header__main-navigation > ul > li > ul > li {
          position: relative;
          white-space: normal;
          padding-left: 36px;
        }
@media(min-width: 1024px) {
.page-header__main-navigation > ul > li > ul > li {
            white-space: nowrap;
            padding-left: 0;
        }
          }
.page-header__main-navigation > ul > li > ul > li > .before-icon {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 4px;
            width: 25px;
            height: 25px;
            background: url(../Images/nav-arrow.svg) no-repeat center;
            background-size: contain;
            -webkit-transition: -webkit-transform 250ms;
            transition: -webkit-transform 250ms;
            transition: transform 250ms;
            transition: transform 250ms, -webkit-transform 250ms;
            cursor: pointer
          }
@media(min-width: 1024px) {
.page-header__main-navigation > ul > li > ul > li > .before-icon {
              display: inline-block;
              position: relative;
              top: 2px;
              margin-right: 4px;
              width: 15px;
              height: 15px;
              background: url(../Images/nav-arrow.svg) no-repeat center;
              -webkit-transform: rotate(0);
                      transform: rotate(0);
              -webkit-transition: -webkit-transform 250ms;
              transition: -webkit-transform 250ms;
              transition: transform 250ms;
              transition: transform 250ms, -webkit-transform 250ms;
              cursor: pointer
          }
            }
.page-header__main-navigation > ul > li > ul > li.open {

            /*            >ul {
                          display: block;
                        }*/
          }
.page-header__main-navigation > ul > li > ul > li.open .before-icon {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg);
            }
.page-header__main-navigation > ul > li > ul > li.open > a {
              text-decoration: underline;
              /*              color: var(--white);*/
            }
.page-header__main-navigation > ul > li > ul > li > ul {
            display: none;
            margin: 10px 0;
            padding: 0;
            list-style: none;
          }
@media(min-width: 1024px) {
.page-header__main-navigation > ul > li > ul > li > ul {
              margin: 5px 0 5px 20px;
          }
            }
.page-header__main-navigation > ul > li > ul > li > ul a {
              font-family: 'MuseoSans-900', sans-serif;
              font-family: 'MuseoSans-900', sans-serif;
              font-family: var(--font-family-black);
              font-weight: normal;
              font-weight: normal;
              font-weight: var(--font-weight-regular)
            }
.page-header__main-navigation > ul > li > ul > li > ul a:hover {
                text-decoration: underline;
              }
.page-header__main-navigation a {
    font-size: 35px;
    line-height: 40px;
    text-decoration: none;
    text-transform: none;
    font-family: 'MuseoSans-500', sans-serif;
    font-family: 'MuseoSans-500', sans-serif;
    font-family: var(--font-family-medium);
    font-weight: normal;
    font-weight: normal;
    font-weight: var(--font-weight-regular);
    color: #000;
    color: #000;
    color: var(--black)
  }
@media(min-width: 1024px) {
.page-header__main-navigation a {
      font-size: 18px;
      line-height: 22px;
      color: #000;
      color: #000;
      color: var(--black);
      text-decoration: none
  }

    }
.page-header__main-navigation a:hover {
      color: #fff;
      color: #fff;
      color: var(--white);
      text-decoration: underline
    }
@media(min-width: 1024px) {
.page-header__main-navigation a:hover {
        color: #000;
        color: #000;
        color: var(--brand-secondary)
    }
      }
@media(min-width: 1024px) {
.scrolled .page-header__main-navigation {
      top: 70px
  }
    }
.page-header__product-navigation {
  position: relative;
  margin: 35px;
  -webkit-transition: top 250ms;
  transition: top 250ms;
}
@media(min-width: 1024px) {
.page-header__product-navigation {
    position: absolute;
    left: 0;
    top: 122px;
    margin: 0;
}
  }
.page-header__product-navigation > ul {
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 184px;
    list-style: none;
    z-index: 200;
  }
.page-header__product-navigation > ul > li {
      position: relative;
      display: block;
      padding-bottom: 28px;
      padding-left: 36px;
      white-space: nowrap;
      text-align: left
    }
@media(max-width: 1023px) {
          .page-header__product-navigation > ul > li.sub > .before-icon {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 4px;
            width: 25px;
            height: 25px;
            background: url(../Images/nav-arrow.svg) no-repeat center;
            background-size: contain;
            -webkit-transition: -webkit-transform 250ms;
            transition: -webkit-transform 250ms;
            transition: transform 250ms;
            transition: transform 250ms, -webkit-transform 250ms;
            cursor: pointer;
          }
          .page-header__product-navigation > ul > li.open > .before-icon {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
          }

        .page-header__product-navigation > ul > li:last-child {
          padding-bottom: 0;
        }
      }
@media(min-width: 1024px) {
.page-header__product-navigation > ul > li {
        display: inline-block;
        margin-left: 20px;
        padding-left: 0;
        text-align: left
    }

        .page-header__product-navigation > ul > li:first-child {
          margin-left: 0;
        }
          .page-header__product-navigation > ul > li.sub > .before-icon {
            display: none;
          }
      }
@media(min-width: 1024px) {
.page-header__product-navigation > ul > li:hover > a {
            color: #000;
            color: #000;
            color: var(--brand-secondary)
        }
          }
@media(min-width: 1024px) {
.page-header__product-navigation > ul > li.active > a {
            color: #000;
            color: #000;
            color: var(--brand-secondary)
        }
          }
.page-header__product-navigation > ul > li > a {
        font-family: 'MuseoSans-900', sans-serif;
        font-family: 'MuseoSans-900', sans-serif;
        font-family: var(--font-family-headline);
        font-weight: normal;
        font-weight: normal;
        font-weight: var(--font-weight-headline);
      }
@media(min-width: 1024px) {
.page-header__product-navigation > ul > li.sub:hover > ul {
              display: block
          }
            }
.page-header__product-navigation > ul > li > ul {
        display: none;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0
      }
@media(min-width: 1024px) {
.page-header__product-navigation > ul > li > ul {
          position: absolute;
          background: #fff;
          background: #fff;
          background: var(--white);
          -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
                  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
          top: 54px;
          padding: 25px
      }
        }
.page-header__product-navigation > ul > li > ul:before {
          content: "";
          position: absolute;
          left: 20px;
          top: -15px;
          display: block;
          width: 30px;
          height: 30px;
          background: #fff;
          background: #fff;
          background: var(--white);
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg)
        }
@media(max-width: 1023px) {
.page-header__product-navigation > ul > li > ul:before {
            display: none
        }
          }
.page-header__product-navigation > ul > li > ul a {
          font-size: 35px;
          line-height: 40px;
          text-decoration: none;
          font-family: 'MuseoSans-500', sans-serif;
          font-family: 'MuseoSans-500', sans-serif;
          font-family: var(--font-family-medium);
          font-weight: normal;
          font-weight: normal;
          font-weight: var(--font-weight-regular);
          color: #000;
          color: #000;
          color: var(--black);
          text-transform: none
        }
@media(min-width: 1024px) {
.page-header__product-navigation > ul > li > ul a {
            font-size: 15px;
            line-height: 20px
        }
          }
.page-header__product-navigation > ul > li > ul a:hover {
            color: #000;
            color: #000;
            color: var(--brand-secondary);
            text-decoration: underline
          }
@media(min-width: 1024px) {
.page-header__product-navigation > ul > li > ul a:hover {
              color: #000;
              color: #000;
              color: var(--brand-secondary)
          }
            }
.page-header__product-navigation > ul > li > ul > li {
          position: relative;
          white-space: nowrap;
          padding-left: 36px;
        }
@media(min-width: 1024px) {
.page-header__product-navigation > ul > li > ul > li {
            padding-left: 0;
        }
          }
.page-header__product-navigation > ul > li > ul > li > .before-icon {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 4px;
            width: 25px;
            height: 25px;
            background: url(../Images/nav-arrow.svg) no-repeat center;
            background-size: contain;
            -webkit-transition: -webkit-transform 250ms;
            transition: -webkit-transform 250ms;
            transition: transform 250ms;
            transition: transform 250ms, -webkit-transform 250ms;
            cursor: pointer
          }
@media(min-width: 1024px) {
.page-header__product-navigation > ul > li > ul > li > .before-icon {
              display: inline-block;
              position: relative;
              top: 2px;
              margin-right: 4px;
              width: 15px;
              height: 15px;
              background: url(../Images/nav-arrow.svg) no-repeat center;
              -webkit-transform: rotate(0);
                      transform: rotate(0);
              -webkit-transition: -webkit-transform 250ms;
              transition: -webkit-transform 250ms;
              transition: transform 250ms;
              transition: transform 250ms, -webkit-transform 250ms;
              cursor: pointer
          }
            }
.page-header__product-navigation > ul > li > ul > li.open {

            /*            >ul {
                          display: block;
                        }*/
          }
.page-header__product-navigation > ul > li > ul > li.open .before-icon {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg);
            }
.page-header__product-navigation > ul > li > ul > li.open > a {
              text-decoration: underline;
              /*              color: var(--white);*/
            }
.page-header__product-navigation > ul > li > ul > li > ul {
            display: none;
            margin: 10px 0;
            padding: 0;
            list-style: none;
          }
@media(min-width: 1024px) {
.page-header__product-navigation > ul > li > ul > li > ul {
              margin: 5px 0 5px 20px;
          }
            }
.page-header__product-navigation > ul > li > ul > li > ul a {
              font-family: 'MuseoSans-900', sans-serif;
              font-family: 'MuseoSans-900', sans-serif;
              font-family: var(--font-family-black);
              font-weight: normal;
              font-weight: normal;
              font-weight: var(--font-weight-regular)
            }
.page-header__product-navigation > ul > li > ul > li > ul a:hover {
                text-decoration: underline;
              }
.page-header__product-navigation a {
    font-size: 35px;
    line-height: 40px;
    text-decoration: none;
    text-transform: none;
    font-family: 'MuseoSans-500', sans-serif;
    font-family: 'MuseoSans-500', sans-serif;
    font-family: var(--font-family-medium);
    font-weight: normal;
    font-weight: normal;
    font-weight: var(--font-weight-regular);
    color: #000;
    color: #000;
    color: var(--black)
  }
@media(min-width: 1024px) {
.page-header__product-navigation a {
      font-size: 18px;
      line-height: 22px;
      color: #000;
      color: #000;
      color: var(--black);
      text-decoration: none;
      text-transform: uppercase
  }

    }
.page-header__product-navigation a:hover {
      color: #fff;
      color: #fff;
      color: var(--white);
      text-decoration: underline
    }
@media(min-width: 1024px) {
.page-header__product-navigation a:hover {
        color: #000;
        color: #000;
        color: var(--brand-secondary)
    }
      }
@media(min-width: 1024px) {
.scrolled .page-header__product-navigation {
      top: 70px
  }
    }
.page-header__service-navigation__wrap {
  position: absolute;
  top: 10px;
  right: -20px;
  -webkit-transition: top 250ms;
  transition: top 250ms;
}
@media(min-width: 1024px) {
.page-header__service-navigation__wrap {
    top: 72px;
    right: 0;
}
  }
.page-header__service-navigation__wrap .page-header__service-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-header__service-navigation__wrap .page-header__service-navigation >li {
      position: relative;
      display: block;
      margin: 0;
      padding: 0;
      width: 40px;
      height: 40px;
      white-space: nowrap;
      text-align: center;
      background: #ffdd00;
      background: #ffdd00;
      background: var(--brand-primary)
    }
@media(min-width: 1024px) {
.page-header__service-navigation__wrap .page-header__service-navigation >li {
        border: solid 1px #000;
        border: solid 1px #000;
        border: solid 1px var(--black);
        border-left: none
    }
      }
@media(min-width: 1024px) {
.page-header__service-navigation__wrap .page-header__service-navigation >li:first-child {
          border: solid 1px #000;
          border: solid 1px #000;
          border: solid 1px var(--black)
      }
        }
.page-header__service-navigation__wrap .page-header__service-navigation >li >a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%

      }
@media(min-width: 1024px) {
.page-header__service-navigation__wrap .page-header__service-navigation >li >a:hover {
            background: #fff;
            background: #fff;
            background: var(--white)
        }
          }
.page-header__service-navigation__basket-icon,
.page-header__service-navigation__contact-icon {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 18px;
  background: no-repeat center;
}
.page-header__service-navigation__basket-icon {
  background-image: url(../Images/icon-basket.svg);
}
.page-header__service-navigation__contact-icon {
  background-image: url(../Images/icon-contact.svg);
}
.page-header__service-navigation__basket-link {
  color: #000;
  color: #000;
  color: var(--black)
}
.page-header__service-navigation__basket-link:active {
    color: #000;
    color: #000;
    color: var(--black);
  }
.page-header__service-navigation__basket-icon__counter {
  position: absolute;
  display: block;
  top: 12px;
  left: 13px;
  width: 20px;
  text-align: center;
  font-size: 8px;
  line-height: 10px;
  font-family: 'MuseoSans-700', sans-serif;
  font-family: 'MuseoSans-700', sans-serif;
  font-family: var(--font-family-bold)
}
@media(min-width: 1024px) {
.page-header__service-navigation__basket-icon__counter {
    top: 11px
}
  }
@media(max-width: 1023px) {
.page-header__service-navigation__contact-button {
    display: none !important
}
  }
@media(max-width: 1023px) {
.page-header__service-navigation__language-button {
    display: none !important
}
  }
.page-header__service-navigation__language-button:hover {
    background: #fff !important;
    background: #fff !important;
    background: var(--white) !important;
  }
.page-header__service-navigation__language-button:hover .page-header__service-navigation__language-icon {
      color: #000;
      color: #000;
      color: var(--black);
    }
.page-header__service-navigation__language-button:hover .page-header__service-navigation__language-nav-wrap {
      display: block;
    }
.page-header__service-navigation__language-icon {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  font-family: 'MuseoSans-500', sans-serif;
  font-family: 'MuseoSans-500', sans-serif;
  font-family: var(--font-family-medium);
  font-weight: normal
}
.page-header__service-navigation__language-icon:hover {
    color: #000;
    color: #000;
    color: var(--black);
  }
.page-header__service-navigation__language-nav-wrap {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  font-family: 'MuseoSans-500', sans-serif;
  font-family: 'MuseoSans-500', sans-serif;
  font-family: var(--font-family-medium);
  font-weight: normal;
}
.page-header__service-navigation__language-nav-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-header__service-navigation__language-nav-wrap ul li {
      width: 40px;
      height: 40px;
      background: #ffdd00;
      background: #ffdd00;
      background: var(--brand-primary);
      border: solid 1px #000;
      border: solid 1px #000;
      border: solid 1px var(--black);
      border-top: none;
      font-size: 15px;
      line-height: 40px;
      text-align: center
    }
.page-header__service-navigation__language-nav-wrap ul li.current {
        display: none;
      }
.page-header__service-navigation__language-nav-wrap ul li a {
        display: block;
        color: #000;
        color: #000;
        color: var(--black);
        text-decoration: none;
      }
.page-header__service-navigation__language-nav-wrap ul li:hover {
        background: #fff;
        background: #fff;
        background: var(--white);
      }
.page-header__service-navigation__language-nav-wrap ul li:hover a {
          color: #000;
          color: #000;
          color: var(--black);
        }
.page-header__mobile-service-navigation {
  position: absolute;
  bottom: 10vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
@media(min-width: 1024px) {
.page-header__mobile-service-navigation {
    display: none
}
  }
.page-header__mobile-call-link {
  display: block;
  position: relative;
  margin-right: 15px;
  padding: 14px 15px;
  background: #000;
  background: #000;
  background: var(--brand-secondary);
  color: #fff;
  color: #fff;
  color: var(--white);
  font-family: 'desyrelregular', sans-serif;
  font-family: 'desyrelregular', sans-serif;
  font-family: var(--font-family-decoration);
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-decoration);
  font-size: 20px;
  line-height: 22px;
  text-decoration: none
}
.page-header__mobile-call-link:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url(../Images/arrow-white.svg) no-repeat center;
    background-size: 14px auto;
  }
.page-header__mobile-language__button {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border: solid 1px #000;
  border: solid 1px #000;
  border: solid 1px var(--black)
}
.page-header__mobile-language__button:hover .page-header__mobile-language__icon {
      color: #000;
      color: #000;
      color: var(--black);
    }
.page-header__mobile-language__button:hover .page-header__mobile-language__nav-wrap {
      display: block;
    }
.page-header__mobile-language__icon {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  font-family: 'MuseoSans-500', sans-serif;
  font-family: 'MuseoSans-500', sans-serif;
  font-family: var(--font-family-medium);
  font-weight: normal
}
.page-header__mobile-language__icon:hover {
    color: #000;
    color: #000;
    color: var(--black);
  }
.page-header__mobile-language__nav-wrap {
  display: none;
  position: absolute;
  bottom: 49px;
  left: -1px;
  font-family: 'MuseoSans-500', sans-serif;
  font-family: 'MuseoSans-500', sans-serif;
  font-family: var(--font-family-medium);
  font-weight: normal;
}
.page-header__mobile-language__nav-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-header__mobile-language__nav-wrap ul li {
      width: 50px;
      height: 50px;
      background: #ffdd00;
      background: #ffdd00;
      background: var(--brand-primary);
      border: solid 1px #000;
      border: solid 1px #000;
      border: solid 1px var(--black);
      border-bottom: none;
      font-size: 15px;
      line-height: 50px;
      text-align: center
    }
.page-header__mobile-language__nav-wrap ul li.current {
        display: none;
      }
.page-header__mobile-language__nav-wrap ul li a {
        display: block;
        color: #000;
        color: #000;
        color: var(--black);
        text-decoration: none;
      }
.page-header__mobile-language__nav-wrap ul li:hover {
        background: #fff;
        background: #fff;
        background: var(--white);
      }
.page-header__mobile-language__nav-wrap ul li:hover a {
          color: #000;
          color: #000;
          color: var(--black);
        }
.page-navigation-toggle {
  display: block;
  position: absolute;
  left: -25px;
  top: 10px;
  height: 40px;
  width: 85px;
  padding: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
  -webkit-transition: background 500ms, top 250ms;
  transition: background 500ms, top 250ms;
  z-index: 110
}
@media(min-width: 1024px) {
.page-navigation-toggle {
    display: none
}
  }
.page-navigation-toggle.page-navigation-toggle--open .page-navigation-toggle__bar {}
.page-navigation-toggle.page-navigation-toggle--open .page-navigation-toggle__bar:nth-child(1) {
      -webkit-transform: rotate(405deg);
              transform: rotate(405deg);
      top: 20px;
    }
.page-navigation-toggle.page-navigation-toggle--open .page-navigation-toggle__bar:nth-child(2) {
      height: 0;
    }
.page-navigation-toggle.page-navigation-toggle--open .page-navigation-toggle__bar:nth-child(3) {
      -webkit-transform: rotate(-225deg);
              transform: rotate(-225deg);
      top: 20px;
    }
.page-navigation-toggle.page-navigation-toggle--open .page-navigation-toggle__text {
      color: #ffdd00;
      color: #ffdd00;
      color: var(--brand-primary);
    }
@media(max-width: 767px) {
.page-header--subpage .page-navigation-toggle {
      top: 25px
  }
    }
.page-navigation-toggle__bar {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 17px;
  height: 1px;
  background: #000;
  background: #000;
  background: var(--black);
  -webkit-transition: all 200ms;
  transition: all 200ms;
  will-change: left, top
}
.page-navigation-toggle__bar:nth-child(2) {
    top: 19px;
  }
.page-navigation-toggle__bar:nth-child(3) {
    top: 23px;
  }
.page-navigation-toggle__text {
  position: absolute;
  left: 40px;
  top: 14px;
  color: #000;
  color: #000;
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-family: 'MuseoSans-100', sans-serif;
  font-family: 'MuseoSans-100', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-regular);
}
.page-footer {
  position: relative;
  overflow: hidden;
  font-size: 15px;
  line-height: 22px;
  background: #ffdd00;
  background: #ffdd00;
  background: var(--brand-primary);
  font-family: 'MuseoSans-100', sans-serif;
  font-family: 'MuseoSans-100', sans-serif;
  font-family: var(--font-family-light);
  font-weight: normal;
  color: #000;
  color: #000;
  color: var(--brand-secondary);

  margin-top: 100px;
}
.page-footer h3 {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 22px;
    font-family: 'MuseoSans-900', sans-serif;
    font-family: 'MuseoSans-900', sans-serif;
    font-family: var(--font-family-black);
    font-weight: normal;
    text-transform: uppercase
  }
.page-footer h3.page-footer__headline-1:before {
        content: "";
        display: inline-block;
        position: relative;
        top: 6px;
        width: 28px;
        height: 28px;
        background: url(../Images/icon-corn.svg) no-repeat left center;
        background-size: contain;
      }
.page-footer p {
    margin: 0 0 30px 0;
  }
.page-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-footer ul li {

    }
.page-footer ul a {
      text-decoration: none;
      color: #000;
      color: #000;
      color: var(--brand-secondary)
    }
.page-footer ul a:hover {
        text-decoration: underline;
      }
.page-footer a {
    color: #000;
    color: #000;
    color: var(--black);
    text-decoration: none
  }
.page-footer a:hover {
      text-decoration: underline;
    }
.page-footer address {
    font-style: normal;
  }
.page-footer .btn {
    margin-top: 13px;
    color: #fff;
    color: #fff;
    color: var(--white)
  }
.page-footer .btn:hover {
      text-decoration: none;
    }
p.footer__tax-adivce {
  margin-top: 30px;
}
.page-footer__inside {
  margin-top: 40px;
  margin-bottom: 40px
}
@media(min-width: 1024px) {
.page-footer__inside {
    margin-top: 50px;
    margin-bottom: 50px
}
  }
@media(min-width: 1024px) {
.page-footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
}

  }
.page-footer__column {
  margin-bottom: 40px
}
@media(min-width: 1024px) {
.page-footer__column {
    max-width: -webkit-calc((100% / 2) - 20px);
    max-width: calc((100% / 2) - 20px);
    margin: 0
}
  }
@media(min-width: 1024px) {
.page-footer__column--column-0 {
    max-width: 400px
}
  }
@media(min-width: 1024px) {
.page-footer__column--column-1 {
    margin: 0
}
  }
.page-footer__service-navigation {
  position: relative;
  margin: 0 0 30px 0;

}
@media(min-width: 768px) {
.page-footer__service-navigation {
    margin: 0;
    width: 100%;

}
  }
@media(min-width: 1024px) {
.page-footer__service-navigation {
    margin-top: 51px;

}
  }
@media(min-width: 1024px) {
.page-footer__service-navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end
  }
    }
@media(min-width: 1024px) {
.page-footer__service-navigation li {
      margin-left: 20px
  }
    }
.text {
  position: relative;

}
.text a {
    color: #000;
    color: #000;
    color: var(--brand-secondary);
    text-decoration: underline
  }
.text a:hover {
      text-decoration: none;
    }
.text p {
    margin: 0 0 30px 0
  }
.text p:last-child {
      margin: 0;
    }
.intro-carousel {
  position: relative;
  width: 100%;
  background: #fff;
  background: #fff;
  background: var(--white);
}
.intro-carousel__carousel-section {
  position: relative;
  width: 100%
}
@media(min-width: 1024px) {
.intro-carousel__carousel-section {
    height: -webkit-calc(90vh - 184px);
    height: calc(90vh - 184px);
    min-height: 500px
}
  }
.intro-carousel__items {
  position: relative;
  width: 100%;
  height: 360px
}
@media(min-width: 1024px) {
.intro-carousel__items {
    height: -webkit-calc(90vh - 184px);
    height: calc(90vh - 184px);
    width: 50%
}
  }
.intro-carousel__content {
  position: relative;
  width: 100%;
}
@media(min-width: 1024px) {
.intro-carousel__content {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
  }
.intro-carousel__content .slick-arrow {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    left: -webkit-calc(50% - 40px);
    left: calc(50% - 40px);
    bottom: 35px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    outline: none;
    text-indent: -500px;
    z-index: 10;
    cursor: pointer;
    background: transparent no-repeat center;
    background-size: 20px auto;
    background-image: url(../Images/arrow-black-left.svg);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
  }
@media(min-width: 1024px) {
.intro-carousel__content .slick-arrow {
      bottom: -webkit-calc(50% - 20px);
      bottom: calc(50% - 20px);
      left: auto;
      right: 50px
  }
    }
.intro-carousel__content .slick-arrow:hover {
      opacity: 0.8;
    }
.intro-carousel__content .slick-arrow.slick-prev {
    }
.intro-carousel__content .slick-arrow.slick-next {
      left: auto;
      right: -webkit-calc(50% - 40px);
      right: calc(50% - 40px);
      background-image: url(../Images/arrow-black.svg)
    }
@media(min-width: 1024px) {
.intro-carousel__content .slick-arrow.slick-next {
        bottom: -webkit-calc(50% + 20px);
        bottom: calc(50% + 20px);
        left: auto;
        right: 50px
    }
      }
.intro-carousel__content__inside {
  position: relative;
  min-height: 360px;
  padding: 36px;
}
@media(min-width: 1024px) {
.intro-carousel__content__inside {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: auto;
    padding: 0;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    max-width: 590px;
    margin: 0 50px 0 100px;
}
  }
/*  @media (min-width: 1480px) {
    margin: 0 auto;
  }*/
.intro-carousel__content__inside .slick-dots {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
@media(min-width: 1024px) {
.intro-carousel__content__inside .slick-dots {
      top: auto;
      bottom: 20px;
      left: -webkit-calc((50px + 50vw) * -1);
      left: calc((50px + 50vw) * -1);
      text-align: left;
/*      bottom: 75px;
      left: auto;
      right: 0;
      width: 50px;*/
  }
    }
.intro-carousel__content__inside .slick-dots li {
      display: inline-block;
    }
.intro-carousel__content__inside .slick-dots li button {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        padding: 0;
        border: none;
        background: #fff;
        background: #fff;
        background: var(--white);
        border-radius: 4px;
        text-indent: -100px;
        overflow: hidden;
      }
.intro-carousel__content__inside .slick-dots li.slick-active button {
          background: #ffdd00;
          background: #ffdd00;
          background: var(--brand-primary);
        }
.intro-carousel__content__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffdd00;
  background: #ffdd00;
  background: var(--brand-primary);
}
@media(min-width: 1024px) {
.intro-carousel__content__text-wrap {
    position: absolute;
    top: 120px;
    width: 80%
}
  }
.intro-carousel-item__header {
  margin: 0 0 20px 0;
  color: #000;
  color: #000;
  color: var(--brand-secondary);
  font-family: 'MuseoSans-900', sans-serif;
  font-family: 'MuseoSans-900', sans-serif;
  font-family: var(--font-family-black);
  font-weight: normal;
  font-size: 45px;
  line-height: 55px
}
@media(min-width: 1024px) {
.intro-carousel-item__header {
    margin: 0 0 30px 0;
    font-size: 52px;
    line-height: 60px
}
  }
.intro-carousel-item__subheader {
  height: 48px;
  margin: 0 0 45px 0;
  color: #000;
  color: #000;
  color: var(--brand-secondary);
  font-family: 'MuseoSans-900', sans-serif;
  font-family: 'MuseoSans-900', sans-serif;
  font-family: var(--font-family-black);
  font-weight: normal;
  font-size: 20px;
  line-height: 24px
}
@media(min-width: 1024px) {
.intro-carousel-item__subheader {
    height: auto;
    margin: 0 0 25px 0;
    font-size: 28px;
    line-height: 34px
}
  }
.intro-carousel-item {
  position: relative;
  width: 100%;
  height: 360px
}
@media(min-width: 1024px) {
.intro-carousel-item {
    height: -webkit-calc(90vh - 184px);
    height: calc(90vh - 184px);
    min-height: 500px
}
  }
.intro-carousel-item__text-wrap {
  display: none;
}
.intro-carousel-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
@media(min-width: 1024px) {
.intro-carousel-item__image {
    width: 100%
}
  }
.intro-carousel__quote-section {
  position: relative;
  padding: 70px 0 0 0
}
@media(min-width: 1024px) {
.intro-carousel__quote-section {
    min-height: 410px;
    padding: 90px 0 0 0
}
  }
.intro-carousel__quote {
  margin: 0;
  padding: 0;
}
.intro-carousel__quote__blockquote {
  position: relative;
  margin: 0 0 10px 0;
  max-width: 650px;
  font-size: 35px;
  line-height: 42px;
  font-family: 'MuseoSans-900', sans-serif;
  font-family: 'MuseoSans-900', sans-serif;
  font-family: var(--font-family-black);
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase
}
@media(min-width: 1024px) {
.intro-carousel__quote__blockquote {
    font-size: 52px;
    line-height: 62px
}
  }
.intro-carousel__quote__blockquote:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -30px;
    width: 30px;
    height: 30px;
    background: url(../Images/qutote-icon.svg) no-repeat
  }
@media(min-width: 1024px) {
.intro-carousel__quote__blockquote:before {
      left: -40px
  }
    }
.intro-carousel__quote__name {
  margin: 0 0 5px 0;
  color: #ffdd00;
  color: #ffdd00;
  color: var(--brand-primary);
  font-family: 'desyrelregular', sans-serif;
  font-family: 'desyrelregular', sans-serif;
  font-family: var(--font-family-decoration);
  font-weight: normal;
  font-size: 22px;
  line-height: 27px
}
@media(min-width: 1024px) {
.intro-carousel__quote__name {
    font-size: 30px;
    line-height: 36px
}
  }
.intro-carousel__quote__role {
  font-family: 'MuseoSans-100', sans-serif;
  font-family: 'MuseoSans-100', sans-serif;
  font-family: var(--font-family-light);
  font-weight: normal;
  font-size: 20px;
  line-height: 21px;
}
.intro-carousel__decoration--mobile {
  position: absolute;
  width: 150px;
  height: 215px;
  right: 0;
  top: 204px;
  z-index: 1;
  background: url(../Images/intro-pattern-mobile.svg) no-repeat top left;
  background-size: 100% auto
}
@media(min-width: 1024px) {
.intro-carousel__decoration--mobile {
    display: none
}
  }
.intro-carousel__decoration--desktop {
  display: none;
  position: absolute;
  width: 200px;
  height: 624px;
  right: 0;
  bottom: -400px;
  z-index: 1;
  background: url(../Images/intro-pattern.svg) no-repeat top left;
  background-size: 400px auto
}
@media(min-width: 1024px) {
.intro-carousel__decoration--desktop {
    display: block
}
  }
@media(min-width: 1200px) {
.intro-carousel__decoration--desktop {
    width: 400px
}
  }
.image.image--with-decoration {
    margin-bottom: 150px
  }
@media(min-width: 768px) {
.image.image--with-decoration {
      margin-bottom: 200px
  }
    }
.image__image-wrap {
  position: relative;
  margin: 0;
}
.image__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.image__image__caption {
  margin: 20px 0 0 0;
  font-size: 18px;
  line-height: 28px;
  color: #ffdd00;
  color: #ffdd00;
  color: var(--brand-primary)
}
@media(min-width: 768px) {
.image__image__caption {
    margin: 35px 75px 0 75px
}
  }
@media(min-width: 1024px) {
.image__image__caption {
    max-width: 50%
}
  }
.image__decoration {
  position: absolute;
  width: 150px;
  height: 210px;
  bottom: -100px;
  background: url(../Images/image-pattern-mobile.svg) no-repeat top left;
  background-size: 100% auto
}
@media(min-width: 768px) {
.image__decoration {
    width: 50%;
    max-width: 695px;
    height: 100%;
    background-image: url(../Images/image-pattern.svg);
    bottom: auto;
    top: 20%
}
  }
@media(min-width: 1600px) {
.image__decoration {
    top: 25%
}
  }
.image__decoration.image__decoration--left {
    left: 0;
  }
.image__decoration.image__decoration--right {
    right: 0;
  }
.text-with-image.text-with-image--background-color {
    background: #f7f7f9;
    background: #f7f7f9;
    background: var(--gray-lighter)
  }
@media(min-width: 1400px) {
.text-with-image.text-with-image--background-color {
      background: none;
      padding: 0
  }
    }
@media(min-width: 1300px) {

    .text-with-image.text-with-image--background-color .text-with-image__inside {
        padding: 0 -webkit-calc((100vw - 1300px) / 2);
        padding: 0 calc((100vw - 1300px) / 2)
    }
      }
@media(min-width: 1400px) {

    .text-with-image.text-with-image--background-color .text-with-image__inside {
        background: #f7f7f9;
        background: #f7f7f9;
        background: var(--gray-lighter);
        padding: 50px 90px
    }
      }
.text-with-image__sections {
  position: relative
}
@media(min-width: 768px) {
.text-with-image__sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
  }
@media(min-width: 768px) {
.text-with-image--align-center .text-with-image__sections {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
  }
    }
.text-with-image__image-section {
  position: relative;
  width: 100%;
  margin: 0 0 25px 0
}
@media(min-width: 768px) {
.text-with-image__image-section {
    width: -webkit-calc(50% - 37px);
    width: calc(50% - 37px);
    margin: 0
}
  }
.text-with-image__image-wrap {
  margin: 0;
}
@media(min-width: 768px) {
.text-with-image--image-right .text-with-image__image-section {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1
  }
    }
.text-with-image__image {
  display: block;
  width: 100%;
  height: auto;
}
.text-with-image__text-section {
  width: 100%;
}
@media(min-width: 768px) {
.text-with-image__text-section {
    width: -webkit-calc(50% - 37px);
    width: calc(50% - 37px);
/*    padding: 0 0 0 60px;*/
}
  }
.text-with-image__text-section img {
    display: block;
    max-width: 100%;
    height: auto;
  }
@media(min-width: 768px) {
.text-with-image--image-right .text-with-image__text-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0
/*      padding: 0 60px 0 0;*/
  }
    }
.text-with-image__text-wrap {
  /*  padding: 40px 26px;
    font-size: 18px;
    line-height: 26px;

    @sm-min {
      padding: 40px 60px;
    }*/
}
.text-with-image__image__caption {
  margin: 20px 0 0 0;
  font-size: 18px;
  line-height: 28px;
  color: #ffdd00;
  color: #ffdd00;
  color: var(--brand-primary);
}
.text-with-image__header {
}
.text-with-graphic {

}
@media(max-width: 767px) {
.text-with-graphic__inside {
    margin: 0
}
  }
.text-with-graphic__sections {
  position: relative
}
@media(min-width: 768px) {
.text-with-graphic__sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
  }
.text-with-graphic__graphic-section {
  position: relative;
  width: 100%;
  min-height: 350px;
  margin: 0;
  background: #ffdd00;
  background: #ffdd00;
  background: var(--brand-primary);
  background-size: cover
}
@media(min-width: 768px) {
.text-with-graphic__graphic-section {
    width: 50%
}
  }
.text-with-graphic__graphic {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-with-graphic__graphic-section__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -webkit-calc(50% - 78px);
  left: calc(50% - 78px);
  top: -webkit-calc(50% - 78px);
  top: calc(50% - 78px);
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: #ffdd00;
  background: #ffdd00;
  background: var(--brand-primary);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
@media(min-width: 1024px) {
.text-with-graphic__graphic-section__text-wrap {
    left: -webkit-calc(50% - 130px);
    left: calc(50% - 130px);
    top: -webkit-calc(50% - 128px);
    top: calc(50% - 128px);
    width: 260px;
    height: 255px
}
  }
.text-with-graphic__graphic-section__text {
  display: block;
  font-family: 'desyrelregular', sans-serif;
  font-family: 'desyrelregular', sans-serif;
  font-family: var(--font-family-decoration);
  font-weight: normal;
  text-align: center;
  font-size: 26px;
  line-height: 23px;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg)
}
@media(min-width: 1024px) {
.text-with-graphic__graphic-section__text {
    font-size: 45px;
    line-height: 40px
}
  }
@media(min-width: 768px) {
.text-with-graphic--graphic-right .text-with-graphic__graphic-section {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1
  }
    }
.text-with-graphic__image {
  display: block;
  width: 100%;
  height: auto;
}
.text-with-graphic__text-section {
  width: 100%;
}
@media(min-width: 768px) {
.text-with-graphic__text-section {
    width: 50%;
}
  }
.text-with-graphic__text-section img {
    display: block;
    max-width: 100%;
    height: auto;
  }
@media(min-width: 768px) {
.text-with-graphic--graphic-right .text-with-graphic__text-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0
/*      padding: 0 60px 0 0;*/
  }
    }
.text-with-graphic__text-wrap {
  position: relative;
  padding: 36px;
  color: #ffdd00;
  color: #ffdd00;
  color: var(--brand-primary);
  background: #000;
  background: #000;
  background: var(--brand-secondary);
}
@media(min-width: 768px) {
.text-with-graphic__text-wrap {
    min-height: 350px;
}
  }
@media(min-width: 1024px) {
.text-with-graphic__text-wrap {
    padding: 90px 50px 50px 100px;
}
  }
.text-with-graphic__text-wrap h1, .text-with-graphic__text-wrap h2, .text-with-graphic__text-wrap h3 {
    color: #ffdd00;
    color: #ffdd00;
    color: var(--brand-primary);
  }
.text-with-graphic__header {
}
.text-with-graphic__icon-wrap {
  width: 44px;
}
@media(min-width: 1024px) {
.text-with-graphic__icon-wrap {
    width: 70px;
    margin-top: 120px;
}
  }
.text-with-graphic__icon-wrap img {
    display: block;
    width: 100%;
    height: auto;
  }
/*
.text-with-graphic__background-1 {
  position: absolute;
  width: 50%;
  top: 0;
  left: 50px;
  bottom: 0;
  background: var(--brand-primary) url(../Images/graphic-pattern.png) no-repeat center;
  background-size: cover;
}

.text-with-graphic__background-2 {
  position: absolute;
  width: 50%;
  top: 0;
  right: 50px;
  bottom: 0;
  background: var(--brand-secondary);
}*/
.products__show {

}
.products__show__section-1__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
@media(min-width: 768px) {
.products__show__section-1__inside {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
}
  }
.products__show__images {
  width: 100%;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2
}
@media(min-width: 768px) {
.products__show__images {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial
}
  }
@media(min-width: 1200px) {
.products__show__images {
    width: -webkit-calc(50% - 100px);
    width: calc(50% - 100px)
}
  }
.product-images__main {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
.product-images__image-wrap a:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 28px;
    height: 28px;
    background: url(../Images/icon-zoom.svg) no-repeat center;
  }
.product-images__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: #fff;
  background: var(--white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
.product-images__image.product-images__image--placeholder {
    background: #f7f7f9;
    background: #f7f7f9;
    background: var(--gray-lightest);
  }
.product-images__previews {
  position: relative;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 25px -15px 0 -15px;
}
.product-images__previews__item img {
    display: block;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 15px;
    height: auto;
    border: solid 1px #000;
    border: solid 1px #000;
    border: solid 1px var(--black);
  }
.products__show__infos {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media(min-width: 768px) {
.products__show__infos {
    width: 50%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
}
  }
.products__show__infos dl {
    max-width: 300px;
    margin: 15px 0;
  }
.products__show__infos dl dt {
      display: block;
      margin: 0;
      font-family: 'MuseoSans-700', sans-serif;
      font-family: 'MuseoSans-700', sans-serif;
      font-family: var(--font-family-bold);
      font-weight: normal;
      text-transform: uppercase;
    }
.products__show__infos dl dd {
      display: block;
      margin: 0 0 1rem 0;
    }
.products__show__icon {
  position: relative;
  left: 0;
  top: 0
}
@media(min-width: 768px) {
.products__show__icon {
    position: absolute;
    left: auto;
    right: 0;
    top: 0
}
  }
h1.products__show__headline {
  margin: 20px 0 0 0
}
@media(min-width: 768px) {
h1.products__show__headline {
    margin: 30px 0 0 0
}
  }
hr.products__show__hr {
  height: 3px;
  margin: 10px 0;
  background: #000;
  background: #000;
  background: var(--black);
}
ul.products__show__features {
  margin: 15px 0 20px 0;
  padding: 0;
  list-style: none;
}
li.products__show__feature {
  display: inline-block;
  height: 26px;
  width: auto;
  margin: 0 15px 0 0
}
li.products__show__feature:before {
    display: none !important;
  }
.products__show__price-wrap {
  display: inline-block;
  padding: 10px 15px;
  background: #ffdd00;
  background: #ffdd00;
  background: var(--brand-primary);
  font-family: 'MuseoSans-900', sans-serif;
  font-family: 'MuseoSans-900', sans-serif;
  font-family: var(--font-family-black);
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
}
.products__show__variants-cart-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 30px
}
@media(min-width: 768px) {
.products__show__variants-cart-section {
    margin-top: 50px
}
  }
.products__show__variants {
  position: relative;
  width: 100%;
  margin-bottom: 25px
}
@media(min-width: 768px) {
.products__show__variants {
    max-width: 235px;
    margin-right: 30px
}
  }
.products__show__quantity-input__wrap {
  width: 100%;
  margin-bottom: 25px
}
@media(min-width: 768px) {
.products__show__quantity-input__wrap {
    max-width: 235px
}
  }
.products__show__quantity-input {
  width: 100%;
  height: 50px;
  padding: 15px;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  color: #000;
  color: var(--black);
  font-family: 'MuseoSans-100', sans-serif;
  font-family: 'MuseoSans-100', sans-serif;
  font-family: var(--font-family-light);
  font-weight: normal;
  text-align: center;
  border: solid 1px #000;
  border: solid 1px #000;
  border: solid 1px var(--black);
}
.products__show__add-to-cart-btn__wrap {
  width: 100%;
}
.products__show__add-to-cart-btn {
  width: 100%;
}
.news-carousel {
  position: relative;
}
.news-carousel__items {
  position: relative;
  width: 100%;
  height: 360px
}
@media(min-width: 1024px) {
.news-carousel__items {
    height: 580px;
    width: 50%
}
  }
.news-carousel__content {
  position: relative;
  width: 100%;
}
@media(min-width: 1024px) {
.news-carousel__content {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
  }
.news-carousel__content .slick-arrow {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    left: -webkit-calc(50% - 40px);
    left: calc(50% - 40px);
    bottom: 35px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    outline: none;
    text-indent: -500px;
    z-index: 10;
    cursor: pointer;
    background: transparent no-repeat center;
    background-size: 20px auto;
    background-image: url(../images/arrow-black-left.svg);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
  }
@media(min-width: 1024px) {
.news-carousel__content .slick-arrow {
      bottom: -webkit-calc(50% - 20px);
      bottom: calc(50% - 20px);
      left: auto;
      right: 50px
  }
    }
.news-carousel__content .slick-arrow:hover {
      opacity: 0.8;
    }
.news-carousel__content .slick-arrow.slick-prev {
    }
.news-carousel__content .slick-arrow.slick-next {
      left: auto;
      right: -webkit-calc(50% - 40px);
      right: calc(50% - 40px);
      background-image: url(../images/arrow-black.svg)
    }
@media(min-width: 1024px) {
.news-carousel__content .slick-arrow.slick-next {
        bottom: -webkit-calc(50% + 20px);
        bottom: calc(50% + 20px);
        left: auto;
        right: 50px
    }
      }
.news-carousel__content__inside {
  position: relative;
  min-height: 360px;
  padding: 36px;
}
@media(min-width: 1024px) {
.news-carousel__content__inside {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: auto;
    padding: 0;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    max-width: 590px;
    margin: 0 50px 0 100px;
}
  }
/*  @media (min-width: 1480px) {
    margin: 0 auto;
  }*/
.news-carousel__content__inside .slick-dots {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
@media(min-width: 1024px) {
.news-carousel__content__inside .slick-dots {
      top: auto;
      bottom: 20px;
      left: -webkit-calc((50px + 50vw) * -1);
      left: calc((50px + 50vw) * -1);
      text-align: left;
/*      bottom: 75px;
      left: auto;
      right: 0;
      width: 50px;*/
  }
    }
.news-carousel__content__inside .slick-dots li {
      display: inline-block;
    }
.news-carousel__content__inside .slick-dots li button {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        padding: 0;
        border: none;
        background: #fff;
        background: #fff;
        background: var(--white);
        border-radius: 4px;
        text-indent: -100px;
        overflow: hidden;
      }
.news-carousel__content__inside .slick-dots li.slick-active button {
          background: #ffdd00;
          background: #ffdd00;
          background: var(--brand-primary);
        }
.news-carousel__content__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffdd00;
  background: #ffdd00;
  background: var(--brand-primary);
}
@media(min-width: 1024px) {
.news-carousel__content__text-wrap {
    position: absolute;
    top: 120px;
    width: 80%
}
  }
.news-carousel-item__header {
  margin: 0 0 20px 0;
  color: #000;
  color: #000;
  color: var(--brand-secondary);
  font-family: 'MuseoSans-900', sans-serif;
  font-family: 'MuseoSans-900', sans-serif;
  font-family: var(--font-family-black);
  font-weight: normal;
  font-size: 45px;
  line-height: 55px
}
@media(min-width: 1024px) {
.news-carousel-item__header {
    margin: 0 0 30px 0;
    font-size: 52px;
    line-height: 60px
}
  }
.news-carousel-item__subheader {
  height: 48px;
  margin: 0 0 45px 0;
  color: #000;
  color: #000;
  color: var(--brand-secondary);
  font-family: 'MuseoSans-900', sans-serif;
  font-family: 'MuseoSans-900', sans-serif;
  font-family: var(--font-family-black);
  font-weight: normal;
  font-size: 20px;
  line-height: 24px
}
@media(min-width: 1024px) {
.news-carousel-item__subheader {
    height: auto;
    margin: 0 0 25px 0;
    font-size: 28px;
    line-height: 34px
}
  }
.news-carousel-item {
  position: relative;
  width: 100%;
  height: 360px;
  background: #f7f7f9;
  background: #f7f7f9;
  background: var(--gray-lighter)
}
@media(min-width: 1024px) {
.news-carousel-item {
    height: 580px
}
  }
.news-carousel-item__text-wrap {
  display: none;
}
.news-carousel-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
@media(min-width: 1024px) {
.news-carousel-item__image {
    width: 100%
}
  }
.news-carousel__decoration {
  position: absolute;
  width: 150px;
  height: 215px;
  top: 48px;
  left: -36px;
  z-index: 1;
  background: url(../images/intro-pattern.svg) no-repeat top left;
  background-size: 400px auto
}
@media(min-width: 1024px) {
.news-carousel__decoration {
    width: 200px;
    height: 624px;
    left: -48px
}
  }
@media(min-width: 1200px) {
.news-carousel__decoration {
    width: 400px
}
  }
/*  new */
.product-list {
  position: relative;
}
.product-list__items {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}
.product-list__items .product-list-item {
    width: 100%;
    margin-bottom: 60px

  }
@media(min-width: 768px) {
.product-list__items .product-list-item {
      width: 50%

  }
    }
@media(min-width: 1024px) {
.product-list__items .product-list-item {
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3)

  }
    }
@media(min-width: 1200px) {
.product-list__items .product-list-item {
      width: 25%

  }
    }
/*  new */
.product-list-item dl {
    margin: 15px 0;
  }
.product-list-item dl dt {
      display: inline;
      margin: 0 5px 0 0;
      font-family: 'MuseoSans-900', sans-serif;
      font-family: 'MuseoSans-900', sans-serif;
      font-family: var(--font-family-black);
      font-weight: normal;
    }
.product-list-item dl dd {
      display: inline;
      margin: 0
    }
.product-list-item dl dd:after {
        display: block;
        content: '';
      }
.product-list-item__inside {
  position: relative;
  margin: 0 15px;
}
.product-list-item__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: auto;
}
.product-list-item__image-wrap {
  position: relative;
}
.product-list-item__image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto
/*  object-fit: contain;
  object-position: bottom;*/
}
.product-list-item__image.product-list-item__image--placeholder {
    background: #f7f7f9;
    background: #f7f7f9;
    background: var(--gray-lightest);
  }
h3.product-list-item__title {
  margin: 20px 0 0 0;
  font-size: 28px;
  line-height: 34px;
  font-family: 'MuseoSans-900', sans-serif;
  font-family: 'MuseoSans-900', sans-serif;
  font-family: var(--font-family-black);
  font-weight: normal;
}
hr.product-list-item__hr {
  height: 3px;
  margin: 10px 0;
  background: #000;
  background: #000;
  background: var(--black);
}
ul.product-list-item__features {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
li.product-list-item__feature {
  display: inline-block;
  height: 26px;
  width: auto;
  margin: 0 15px 0 0

}
li.product-list-item__feature:before {
    display: none !important;
  }
.product-list-item__buy-button-wrap {
  margin-top: 15px;
  overflow: hidden;
  line-height: 55px;
}
/*  new */
.downloads {
  margin: 35px 0
}
@media(min-width: 1024px) {
.downloads {
    margin: 60px 0
}
  }
a.downloads__file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  text-decoration: none;
  overflow: hidden;
  color: #000;
  color: #000;
  color: var(--black)
}
@media(min-width: 768px) {
a.downloads__file-item {
    margin-bottom: 20px
}
  }
a.downloads__file-item:last-child {
    margin-bottom: 0;
  }
a.downloads__file-item:hover {
    text-decoration: none;
  }
a.downloads__file-item:hover .downloads__file-item__headline {
      text-decoration: underline;
    }
.downloads__file-item__icon-wrap {
  display: block;
  width: 34px;
  height: 44px;
  margin-top: 2px;
  background-image: url(../Images/file-icon.svg);
  background-size: 34px auto;
  background-repeat: no-repeat;
}
.downloads__file-item__icon {
  display: block;
  margin-top: 18px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #000;
  color: #000;
  color: var(--black);
  text-transform: uppercase;
  font-family: 'MuseoSans-700', sans-serif, sans-serif;
  font-family: 'MuseoSans-700', sans-serif, sans-serif;
  font-family: var(--font-family-bold), sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-bold);
}
.downloads__file-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 14px;
  font-family: 'MuseoSans-100', sans-serif, sans-serif;
  font-family: 'MuseoSans-100', sans-serif, sans-serif;
  font-family: var(--font-family-sans-serif), sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-regular)
}
@media(min-width: 768px) {
.downloads__file-item__text {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px)
}
  }
.downloads__file-item__headline {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  color: #000;
  color: var(--black);
  font-family: 'MuseoSans-700', sans-serif, sans-serif;
  font-family: 'MuseoSans-700', sans-serif, sans-serif;
  font-family: var(--font-family-bold), sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-bold);
}
/*  new */
.quote-text__text-section {
  padding: 0
}
@media(min-width: 1024px) {
.quote-text__text-section {
    padding: 0 48px
}
  }
h1.quote-text__quote {
  position: relative;
  font-style: italic
}
h1.quote-text__quote:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -30px;
    width: 30px;
    height: 30px;
    background: url(../Images/qutote-icon.svg) no-repeat
  }
@media(min-width: 1024px) {
h1.quote-text__quote:before {
      left: -40px
  }
    }
p.quote-text__name {
  margin: 0;
  font-size: 30px;
  font-family: 'desyrelregular', sans-serif;
  font-family: 'desyrelregular', sans-serif;
  font-family: var(--font-family-decoration);
  font-weight: normal;
  color: #ffdd00;
  color: #ffdd00;
  color: var(--brand-primary);
}
p.quote-text__role {
  margin: 0;
}
/*  new */
.contact {

}
@media(max-width: 767px) {
.contact__inside {
    margin: 0
}
  }
.contact__sections {
  position: relative;
  margin-top: 150px
}
@media(min-width: 768px) {
.contact__sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
  }
@media(min-width: 1024px) {
.contact__sections {
    margin-top: 180px
}
  }
@media(min-width: 1200px) {
.contact__sections {
    margin-top: 270px
}
  }
.contact__image-section {
  position: relative;
  width: 100%;
  min-height: 350px;
  margin: 0;
  background: #ffdd00;
  background: #ffdd00;
  background: var(--brand-primary)
}
@media(min-width: 768px) {
.contact__image-section {
    width: 50%
}
  }
.contact__background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact__image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 140%;
  width: auto
}
@media(min-width: 768px) {
.contact__image {
    height: 120%
}
  }
@media(min-width: 1200px) {
.contact__image {
    height: 140%
}
  }
.contact__graphic {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media(min-width: 768px) {
.contact--graphic-right .contact__graphic-section {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1
  }
    }
.contact__text-section {
  width: 100%
}
@media(min-width: 768px) {
.contact__text-section {
    width: 50%
}
  }
@media(min-width: 768px) {
.contact--graphic-right .contact__text-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0
      /*      padding: 0 60px 0 0;*/
  }
    }
.contact__text-wrap {
  position: relative;
  padding: 36px;
  color: #fff;
  color: #fff;
  color: var(--white);
  background: #000;
  background: #000;
  background: var(--brand-secondary);
}
@media(min-width: 768px) {
.contact__text-wrap {
    min-height: 350px;
}
  }
@media(min-width: 1024px) {
.contact__text-wrap {
    padding: 90px 50px 90px 100px;
}
  }
.contact__text-wrap h1, .contact__text-wrap h2, .contact__text-wrap h3 {
    color: #ffdd00;
    color: #ffdd00;
    color: var(--brand-primary);
  }
p.contact__role {
  margin: 0 0 60px 0;
  font-family: 'MuseoSans-700', sans-serif;
  font-family: 'MuseoSans-700', sans-serif;
  font-family: var(--font-family-bold);
}
.contact__name {
  font-family: 'MuseoSans-500', sans-serif;
  font-family: 'MuseoSans-500', sans-serif;
  font-family: var(--font-family-medium);
  font-size: 30px;
  line-height: 38px;
}
.contact__header {
}
.contact__btn-wrap {
  margin-top: 40px;
}
/*  new */
