@import url(https://fonts.googleapis.com/css?family=Muli:400,400i,600,600i,700,700i,900,900i&display=swap&subset=latin-ext);:root {
  /* Colors */

  /* Redesign */

  /* Media queries */

  /* Grid */


  /* Fonts */

  /* Transitions */

  /* Color assignments */

  /* Button */

  /* Indicator */

  /* Pager */

  /* Regions */

  /* Contact */

  /* Forms */

  /* Seperator */

  /* Language switcher */

  /* login */

  /* shop */

  /* cart popup */

  /* Blog */

  /* mobile mneu */

  /* Main menu */

  /* Banners  */
  /* Home product banners */

  /* Product footer banner */

  /* samenstelling */

  /* Teaser product banners */

  /* contact us */

  /* Blog */

  /* Product */

  /* Variant page colors */
  /* Regions */

  /* Product */

  /* Spotlight menu */

  /* Alerts */

  /* Newsletter */

  /* Content */

  /* Configurations */

  /* Order */

  /* Orderline */


  /* Help */

  /* Checkout */

  /* Stepper */

  /* Radio toggle */

  /* Questions */

  /* Back link */

  /* Faq */

  /* Navigation links */

  /* Share */

  /* Product popup */

  /* Upload popup */

  /* Shipping neutral */
}

/* Button */

/* Indicator */

/* Tag */

/* Main Intro */

*, *::before, *::after {
        margin: 0;
        padding: 0;

        -webkit-box-sizing: border-box;

                box-sizing: border-box;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
    }

html {
    color: #262223;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    line-height: 32px;
}

body {
    color: #262223;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    line-height: 32px;
}

body {
    background-color: #fafafa;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    
    0% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    
    0% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.btn--arrow-right::before, .btn--arrow-left::before, .btn--arrow-down::before, .date-wrapper::before, .select::before, .select--double::before, .select--double::after, .link--arrow::before, .read-more::before, .cc-window::before, #header .search button::before, .content--pre .container .row > .content--pre-intro > div::before, .page--title-inner::before, .block-quote .quote::before, .block-excerpt .excerpt::before, .block-excerpt-home .excerpt::before, .spotlight--home .sidebar .account > a.logout::after, .top-banner--link a::before, .main-intro::before, #header .language-switcher span::after, #footer .language-switcher span::before, .main-menu .btn::after, .main-menu--flyout-close:before, .main-menu--flyout-icons > span::before, .main-menu--flyout-icons > a::before, .main-menu--flyout form button::before, .main-menu--flyout-sidebar a.main-menu--view-possibilities::before, .main-menu--flyout-sidebar a.main-menu--view-possibilities::after, .main-menu--flyout-menu-content .main-menu--item .menu-back::before, .main-menu--flyout-menu-content .main-menu--item-header-content .main-menu--btn::before, .user-action a.cart--trigger::before, .user-action a.cart--trigger::after, .content--banner-content h2::before, .content--banner-content > a::before, .back-link::before, .read-more--long::after, .pagination a.prev::before, .pagination a.next::before, .modal--close::before, .orderline--bar-description p a.upload-edit::before, .orderline--bar-description p a.upload-delete::before, .orderline--partial-shipping .row-partial-shipping .partial-shipping-address .shipping::before, .ordersummary--delivery::before, .popup.popup--delivery .delivery-list .empty::before, .popup.popup--delivery .delivery-list .shipping-address-item .delete-shipping-item::before, .popup.popup--delivery .link-add-address::before, .popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-date .col-sm-6 .shipping-dates-wrapper::before, .drop--zone-contaner .dz-preview .dz-remove::before, .drop--zone-contaner .dz-preview.dz-error .dz-error-mark::before, .login .form-user .form-group::before, .login .form-password .form-group::before, .login-embedded .form-user .form-group::before, .login-embedded .form-password .form-group::before, .page--product .wizard--content .wizard--step-container .form-radios h3.has-icon::before, .page--product .wizard--content .wizard--step-container .form-checkboxes h3.has-icon::before, .block--usps .block--usp::before, .page--thankyou .content--pre + .container::before, .page--blog .blog--share a::before {
  font-family: 'graphius' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.count-indicator {
  min-width: 20px;
  height: 20px;
  display: block;

  background: #fe5a5a;
  border-radius: 20px;

  font-weight: bold;
  font-size: 10px;
  color: #fbfbfb;
  text-align: center;
  line-height: 20px;
}

.hidden {
  display: none !important;
}

.container {

  max-width: 1440px;
  margin: 0 auto;
}

.container::before, .container::after {
    content: " ";
    display: table;
  }

.container::after {
   clear: both;
  }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;


}

.row > * {
    /*@include make-column();*/

    -webkit-flex-basis: auto;

        -ms-flex-preferred-size: auto;

            flex-basis: auto;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            -webkit-box-flex: 1;
            flex-grow: 1;
  }

.row > *.container {
      padding-left: 0;
      padding-right: 0;
      max-width: 1440px;
    }

.row--direction-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
  }

.row--direction-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

.row--direction-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
  }

.row--direction-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

.row--justify-start {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            -webkit-box-pack: start;
            justify-content: flex-start;
  }

.row--justify-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
  }

.row--justify-end {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            -webkit-box-pack: end;
            justify-content: flex-end;
  }

.row--align-start {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            -webkit-box-align: start;
            align-items: flex-start;
  }

.row--align-stretch {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            align-items: stretch;
  }

.row--align-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
  }

.row--align-end {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            -webkit-box-align: end;
            align-items: flex-end;
  }

[class*="col-"] {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {

[class*="col-"] {
    padding-left: 24px;
    padding-right: 24px;
}
  }

.xs-hidden {
  display: none !important;
}

@media (min-width: 768px) {

.sm-hidden {
    display: none !important
}
  }

@media (min-width: 996px) {

.md-hidden {
    display: none !important
}
  }

@media (min-width: 1024px) {

.lg-hidden {
    display: none !important
}
  }

@media (min-width: 1280px) {

.xl-hidden {
    display: none !important
}
  }

.xs-visible {
  display: block !important;
}

@media (min-width: 768px) {

.sm-visible {
    display: block !important
}
  }

@media (min-width: 996px) {

.md-visible {
    display: block !important
}
  }

@media (min-width: 1024px) {

.lg-visible {
    display: block !important
}
  }

@media (min-width: 1280px) {

.xl-visible {
    display: block !important
}
  }

.col-xs-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
  }

.col-xs-offset-1 {
  margin-left: 8.33333%;
  }

.col-xs-push-1 {
  left: 8.33333%;
  }

.col-xs-pull-1 {
  right: 8.33333%;
  }

.col-xs-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
  }

.col-xs-offset-2 {
  margin-left: 16.66667%;
  }

.col-xs-push-2 {
  left: 16.66667%;
  }

.col-xs-pull-2 {
  right: 16.66667%;
  }

.col-xs-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  }

.col-xs-offset-3 {
  margin-left: 25%;
  }

.col-xs-push-3 {
  left: 25%;
  }

.col-xs-pull-3 {
  right: 25%;
  }

.col-xs-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  }

.col-xs-offset-4 {
  margin-left: 33.33333%;
  }

.col-xs-push-4 {
  left: 33.33333%;
  }

.col-xs-pull-4 {
  right: 33.33333%;
  }

.col-xs-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
  }

.col-xs-offset-5 {
  margin-left: 41.66667%;
  }

.col-xs-push-5 {
  left: 41.66667%;
  }

.col-xs-pull-5 {
  right: 41.66667%;
  }

.col-xs-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  }

.col-xs-offset-6 {
  margin-left: 50%;
  }

.col-xs-push-6 {
  left: 50%;
  }

.col-xs-pull-6 {
  right: 50%;
  }

.col-xs-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
  }

.col-xs-offset-7 {
  margin-left: 58.33333%;
  }

.col-xs-push-7 {
  left: 58.33333%;
  }

.col-xs-pull-7 {
  right: 58.33333%;
  }

.col-xs-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  }

.col-xs-offset-8 {
  margin-left: 66.66667%;
  }

.col-xs-push-8 {
  left: 66.66667%;
  }

.col-xs-pull-8 {
  right: 66.66667%;
  }

.col-xs-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
  }

.col-xs-offset-9 {
  margin-left: 75%;
  }

.col-xs-push-9 {
  left: 75%;
  }

.col-xs-pull-9 {
  right: 75%;
  }

.col-xs-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          -webkit-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  }

.col-xs-offset-10 {
  margin-left: 83.33333%;
  }

.col-xs-push-10 {
  left: 83.33333%;
  }

.col-xs-pull-10 {
  right: 83.33333%;
  }

.col-xs-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          -webkit-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
  }

.col-xs-offset-11 {
  margin-left: 91.66667%;
  }

.col-xs-push-11 {
  left: 91.66667%;
  }

.col-xs-pull-11 {
  right: 91.66667%;
  }

.col-xs-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  }

.col-xs-offset-12 {
  margin-left: 100%;
  }

.col-xs-push-12 {
  left: 100%;
  }

.col-xs-pull-12 {
  right: 100%;
  }

.col-sm-1 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-1 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-1 {
    left: 8.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-1 {
    right: 8.33333%;
  }
  }

.col-sm-2 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-2 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-2 {
    left: 16.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-2 {
    right: 16.66667%;
  }
  }

.col-sm-3 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-3 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-3 {
    margin-left: 25%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-3 {
    left: 25%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-3 {
    right: 25%;
  }
  }

.col-sm-4 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-4 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-4 {
    left: 33.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-4 {
    right: 33.33333%;
  }
  }

.col-sm-5 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-5 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-5 {
    left: 41.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-5 {
    right: 41.66667%;
  }
  }

.col-sm-6 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-6 {
    margin-left: 50%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-6 {
    left: 50%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-6 {
    right: 50%;
  }
  }

.col-sm-7 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-7 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-7 {
    left: 58.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-7 {
    right: 58.33333%;
  }
  }

.col-sm-8 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-8 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-8 {
    left: 66.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-8 {
    right: 66.66667%;
  }
  }

.col-sm-9 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-9 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-9 {
    margin-left: 75%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-9 {
    left: 75%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-9 {
    right: 75%;
  }
  }

.col-sm-10 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-10 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-10 {
    left: 83.33333%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-10 {
    right: 83.33333%;
  }
  }

.col-sm-11 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-11 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-11 {
    left: 91.66667%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-11 {
    right: 91.66667%;
  }
  }

.col-sm-12 {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.col-sm-12 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

@media (min-width: 768px) {

.col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  }

@media (min-width: 768px) {

.col-sm-offset-12 {
    margin-left: 100%;
  }
  }

@media (min-width: 768px) {

.col-sm-push-12 {
    left: 100%;
  }
  }

@media (min-width: 768px) {

.col-sm-pull-12 {
    right: 100%;
  }
  }

@media (min-width: 996px) {

.col-md-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-1 {
    margin-left: 8.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-push-1 {
    left: 8.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-1 {
    right: 8.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-2 {
    margin-left: 16.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-push-2 {
    left: 16.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-2 {
    right: 16.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-3 {
    margin-left: 25%;
  }
  }

@media (min-width: 996px) {

.col-md-push-3 {
    left: 25%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-3 {
    right: 25%;
  }
  }

@media (min-width: 996px) {

.col-md-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-4 {
    margin-left: 33.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-push-4 {
    left: 33.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-4 {
    right: 33.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-5 {
    margin-left: 41.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-push-5 {
    left: 41.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-5 {
    right: 41.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-6 {
    margin-left: 50%;
  }
  }

@media (min-width: 996px) {

.col-md-push-6 {
    left: 50%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-6 {
    right: 50%;
  }
  }

@media (min-width: 996px) {

.col-md-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-7 {
    margin-left: 58.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-push-7 {
    left: 58.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-7 {
    right: 58.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-8 {
    margin-left: 66.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-push-8 {
    left: 66.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-8 {
    right: 66.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-9 {
    margin-left: 75%;
  }
  }

@media (min-width: 996px) {

.col-md-push-9 {
    left: 75%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-9 {
    right: 75%;
  }
  }

@media (min-width: 996px) {

.col-md-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-10 {
    margin-left: 83.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-push-10 {
    left: 83.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-10 {
    right: 83.33333%;
  }
  }

@media (min-width: 996px) {

.col-md-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-11 {
    margin-left: 91.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-push-11 {
    left: 91.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-11 {
    right: 91.66667%;
  }
  }

@media (min-width: 996px) {

.col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  }

@media (min-width: 996px) {

.col-md-offset-12 {
    margin-left: 100%;
  }
  }

@media (min-width: 996px) {

.col-md-push-12 {
    left: 100%;
  }
  }

@media (min-width: 996px) {

.col-md-pull-12 {
    right: 100%;
  }
  }

@media (min-width: 1024px) {

.col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-1 {
    left: 8.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-1 {
    right: 8.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-2 {
    left: 16.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-2 {
    right: 16.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-3 {
    margin-left: 25%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-3 {
    left: 25%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-3 {
    right: 25%;
  }
  }

@media (min-width: 1024px) {

.col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-4 {
    left: 33.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-4 {
    right: 33.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-5 {
    left: 41.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-5 {
    right: 41.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-6 {
    margin-left: 50%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-6 {
    left: 50%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-6 {
    right: 50%;
  }
  }

@media (min-width: 1024px) {

.col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-7 {
    left: 58.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-7 {
    right: 58.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-8 {
    left: 66.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-8 {
    right: 66.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-9 {
    margin-left: 75%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-9 {
    left: 75%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-9 {
    right: 75%;
  }
  }

@media (min-width: 1024px) {

.col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-10 {
    left: 83.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-10 {
    right: 83.33333%;
  }
  }

@media (min-width: 1024px) {

.col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-11 {
    left: 91.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-11 {
    right: 91.66667%;
  }
  }

@media (min-width: 1024px) {

.col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  }

@media (min-width: 1024px) {

.col-lg-offset-12 {
    margin-left: 100%;
  }
  }

@media (min-width: 1024px) {

.col-lg-push-12 {
    left: 100%;
  }
  }

@media (min-width: 1024px) {

.col-lg-pull-12 {
    right: 100%;
  }
  }

@media (min-width: 1280px) {

.col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-1 {
    left: 8.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-1 {
    right: 8.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-2 {
    left: 16.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-2 {
    right: 16.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-3 {
    margin-left: 25%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-3 {
    left: 25%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-3 {
    right: 25%;
  }
  }

@media (min-width: 1280px) {

.col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-4 {
    left: 33.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-4 {
    right: 33.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-5 {
    left: 41.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-5 {
    right: 41.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-6 {
    margin-left: 50%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-6 {
    left: 50%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-6 {
    right: 50%;
  }
  }

@media (min-width: 1280px) {

.col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-7 {
    left: 58.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-7 {
    right: 58.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-8 {
    left: 66.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-8 {
    right: 66.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-9 {
    margin-left: 75%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-9 {
    left: 75%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-9 {
    right: 75%;
  }
  }

@media (min-width: 1280px) {

.col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-10 {
    left: 83.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-10 {
    right: 83.33333%;
  }
  }

@media (min-width: 1280px) {

.col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-11 {
    left: 91.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-11 {
    right: 91.66667%;
  }
  }

@media (min-width: 1280px) {

.col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  }

@media (min-width: 1280px) {

.col-xl-offset-12 {
    margin-left: 100%;
  }
  }

@media (min-width: 1280px) {

.col-xl-push-12 {
    left: 100%;
  }
  }

@media (min-width: 1280px) {

.col-xl-pull-12 {
    right: 100%;
  }
  }

@media (min-width: 768px) {

.col-sm-auto {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0
}
  }

.btn {
  position: relative;
  display: inline-block;
  background: #ffffff;
  cursor: pointer;

  text-align: center;
  color: #1c1c1c;

  min-height: 48px;
  font-size: 14px;
  line-height: 44px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Muli', sans-serif;
  font-weight: 700;

  border-radius: 4px;
  border: solid 1px #dbdbdc;
  -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
          box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);

  padding: 0 24px;

  -webkit-transition: all .3s ease-out;

  transition: all .3s ease-out;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn:hover {
    -webkit-box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
    text-decoration: none;
  }

.btn--small {
  min-height: 36px;
  line-height: 32px;
  border-radius: 3px;
  text-transform: none;
  font-weight: 400;
  padding: 0 15px;
  }

.btn--large {
  min-height: 56px;
  line-height: 52px;
  }

.btn--transparent {
  background: transparent;
  color: inherit;
  }

.btn--transparent:hover {
    background: #ffffff;
    color: inherit;
  }

.btn--accent {
  background: #fe5a5a;
  color: #ffffff;
  border-color: #fe5a5a;
  }

.btn--arrow-right {
  text-align: left;
  padding-right: 56px;
  }

.btn--arrow-right::before {

    content: "\E905";
    position: absolute;
    color: inherit;

    top: 50%;
    right: 24px;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

    font-size: 10px;
  }

.btn--arrow-right:hover {
    text-decoration: none !important;
  }

.btn--arrow-left {
  text-align: left;
  padding-left: 52px;
  }

.btn--arrow-left::before {

    content: "\E905";
    position: absolute;
    color: inherit;

    top: 50%;
    left: 24px;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

    font-size: 10px;
  }

.btn--arrow-left:hover {
    text-decoration: none !important;
  }

.btn--arrow-down {
  text-align: left;
  padding-right: 56px;
  }

.btn--arrow-down::before {

    content: "\E905";
    position: absolute;
    color: inherit;

    top: 50%;
    right: 25px;

    -webkit-transform: translateY(-50%) rotate(90deg);

            transform: translateY(-50%) rotate(90deg);

    font-size: 5px;
  }

.btn--arrow-down:hover {
    text-decoration: none !important;
  }

.btn--disabled {
  opacity: .6;
  pointer-events: none;
  }

@font-face {
  font-family: 'graphius';
  src:  url(/assets/fonts/graphius.83e7f8cc.eot);
  src:
    url(/assets/fonts/graphius.83e7f8cc.eot#iefix) format('embedded-opentype'),
    url(/assets/fonts/graphius.af8eb295.woff2) format('woff2'),
    url(/assets/fonts/graphius.81f8e1da.ttf) format('truetype'),
    url(/assets/fonts/graphius.26acc773.woff) format('woff'),
    url(/assets/app/Resources/public/fonts/graphius.svg#graphius) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
  font-family: 'graphius' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logout:before {
  content: "\E91D";
}

.icon-calendar::before {
  content: "\E91C";
}

.icon-duplicate::before {
  content: "\E91B";
}

.icon-quote:before {
  content: "\E91A";
}

.icon-cookies:before {
  content: "\E919";
}

.icon-close-small:before {
  content: "\E918";
}

.icon-template::before {
  content: "\E900";
}

.icon-actions::before {
  content: "\E901";
}

.icon-alert::before {
  content: "\E902";
}

.icon-arrow-down::before {
  content: "\E903";
}

.icon-arrow-left::before {
  content: "\E904";
}

.icon-arrow-right::before {
  content: "\E905";
}

.icon-arrow-up::before {
  content: "\E906";
}

.icon-cart::before {
  content: "\E907";
}

.icon-check::before {
  content: "\E908";
}

.icon-close::before {
  content: "\E909";
}

.icon-delete::before {
  content: "\E90A";
}

.icon-edit::before {
  content: "\E90B";
}

.icon-facebook-variant::before {
  content: "\E90C";
}

.icon-facebook::before {
  content: "\E90D";
}

.icon-google-variant::before {
  content: "\E90E";
}

.icon-google::before {
  content: "\E90F";
}

.icon-heart::before {
  content: "\E910";
}

.icon-info::before {
  content: "\E911";
}

.icon-lock::before {
  content: "\E912";
}

.icon-search::before {
  content: "\E913";
}

.icon-shipping::before {
  content: "\E914";
}

.icon-swirls::before {
  content: "\E915";
}

.icon-twitter::before {
  content: "\E916";
}

.icon-user::before {
  content: "\E917";
}

h1 {
  margin-top: 24px;

  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #1c1c1c;
}

h2 {
  margin-top: 24px;

  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #1c1c1c;
}

h3 {
  margin-top: 24px;

  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #1c1c1c;
}

h4 {
  margin-top: 24px;

  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #1c1c1c;
}

h5 {
  margin-top: 24px;

  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #1c1c1c;
}

h6 {
  margin-top: 24px;

  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #1c1c1c;
}

@media (min-width: 768px) {

h1, h2, h3, h4, h5, h6 {
    margin-top: 32px
}
  }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
  }

h1 {
  font-size: 20px;
  line-height: 56px;
}

@media (min-width: 768px) {

h1 {
    font-size: 40px
}
  }

h2 {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {

h2 {
    font-size: 26px;
    line-height: 32px
}
  }

h3 {
  font-size: 16px;
  line-height: 32px;
}

@media (min-width: 768px) {

h3 {
    font-size: 20px;
    line-height: 32px
}
  }

p {
  margin-top: 24px;

  font-family: 'Muli', sans-serif;
  color: #575757;
  font-size: 16px;
  line-height: 24px;
}

p:first-child {
    margin-top: 0;
  }

@media (min-width: 768px) {

p {
    margin-top: 32px;

    font-size: 18px;
    line-height: 32px
}
  }

ul, ol {
  margin-top: 24px;
  margin-left: 20px;
}

ul:first-child, ol:first-child {
    margin-top: 0;
  }

@media (min-width: 768px) {

ul, ol {
    margin-top: 32px
}
  }

ul li {
    margin-top: 24px;

    font-family: 'Muli', sans-serif;
    color: #575757;
    font-size: 14px;
    line-height: 24px;
  }

ol li {
    margin-top: 24px;

    font-family: 'Muli', sans-serif;
    color: #575757;
    font-size: 14px;
    line-height: 24px;
  }

ul li:first-child, ol li:first-child {
      margin-top: 0;
    }

@media (min-width: 768px) {

ul li, ol li {
      margin-top: 32px;

      font-size: 17px;
      line-height: 32px
  }
    }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.text--left {
    text-align: left;
  }

.text--center {
    text-align: center;
  }

.text--right {
    text-align: right;
  }

a {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.layout--sidebar-left > .row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
              flex-direction: column-reverse;
    }

@media (min-width: 996px) {

.layout--sidebar-left > .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                flex-direction: row-reverse;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                -webkit-box-pack: justify;
                justify-content: space-between
    }

        .layout--sidebar-left > .row aside {
  padding-left: 16px;
  padding-right: 16px;
        }

  @media (min-width: 768px) {

        .layout--sidebar-left > .row aside {
    padding-left: 24px;
    padding-right: 24px;
        }
  }
      }

.layout--sidebar-left .content-main {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;

      width: 100%;
    }

@media (min-width: 768px) {

.layout--sidebar-left .content-main {
    padding-left: 24px;
    padding-right: 24px;
    }
  }

@media (min-width: 996px) {

.layout--sidebar-left .content-main {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    }
  }

.layout--sidebar-left aside {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;

      width: 100%;
      margin-bottom: 32px;
    }

@media (min-width: 768px) {

.layout--sidebar-left aside {
    padding-left: 24px;
    padding-right: 24px;
    }
  }

@media (min-width: 996px) {

.layout--sidebar-left aside {
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            -webkit-box-flex: 0;
            flex: 0 0 29.16667%;
    max-width: 29.16667%;
    }
  }

.layout--sidebar-right .content-main {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  min-height: 1px;

  flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
    }

@media (min-width: 768px) {

.layout--sidebar-right .content-main {
    padding-left: 24px;
    padding-right: 24px;
    }
  }

@media (min-width: 768px) {

.layout--sidebar-right .content-main {
    padding-left: 24px;
    padding-right: 24px;
    }
  }

@media (min-width: 768px) {

.layout--sidebar-right .content-main {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    }
  }

.layout--sidebar-right aside {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;
    }

@media (min-width: 768px) {

.layout--sidebar-right aside {
    padding-left: 24px;
    padding-right: 24px;
    }
  }

@media (min-width: 768px) {

.layout--sidebar-right aside {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    }
  }

@media (min-width: 768px) {

.layout--sidebar-right aside {
    margin-left: 8.33333%;
    }
  }

.container--content {
  padding-top: 32px;
  padding-bottom: 76px;
}

@media (min-width: 768px) {

.container--content {
    padding-top: 65px;
    padding-bottom: 70px
}
  }

.container--content-splash {
  padding-bottom: 76px;
}

@media (min-width: 768px) {

.container--content-splash {
    padding-bottom: 70px
}
  }

.form {}

::-webkit-input-placeholder {
  font-size: 16px;
  color: #c6c6c6;
  line-height: 19px;
}

::-moz-placeholder {
  font-size: 16px;
  color: #c6c6c6;
  line-height: 19px;
}

:-ms-input-placeholder {
  font-size: 16px;
  color: #c6c6c6;
  line-height: 19px;
}

:-moz-placeholder {
  font-size: 16px;
  color: #c6c6c6;
  line-height: 19px;
}

fieldset {
  border: 0;
}

fieldset legend {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #1c1c1c;
    padding: 32px 0 8px;
    margin: 0;
    width: 100%;
  }

fieldset legend[class*="col-"] {
      padding-left: 0;
      padding-right: 0;
    }

label {
  display: block;
  margin-bottom: 9px;

  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #262223;
  line-height: 24px;
}

input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="password"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="number"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="color"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="date"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="datetime-local"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="file"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="month"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="search"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="tel"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="search"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="time"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="url"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="week"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    display: block;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

input[type="text"].error {
      border-color: #fe5a5a;
    }

input[type="email"].error {
      border-color: #fe5a5a;
    }

input[type="password"].error {
      border-color: #fe5a5a;
    }

input[type="number"].error {
      border-color: #fe5a5a;
    }

input[type="color"].error {
      border-color: #fe5a5a;
    }

input[type="date"].error {
      border-color: #fe5a5a;
    }

input[type="datetime-local"].error {
      border-color: #fe5a5a;
    }

input[type="file"].error {
      border-color: #fe5a5a;
    }

input[type="month"].error {
      border-color: #fe5a5a;
    }

input[type="search"].error {
      border-color: #fe5a5a;
    }

input[type="tel"].error {
      border-color: #fe5a5a;
    }

input[type="search"].error {
      border-color: #fe5a5a;
    }

input[type="time"].error {
      border-color: #fe5a5a;
    }

input[type="url"].error {
      border-color: #fe5a5a;
    }

input[type="week"].error {
      border-color: #fe5a5a;
    }

input[type="radio"] {
    display: none;
  }

input[type="radio"] + label {
      padding-left: 40px;
      margin-bottom: 0;
      position: relative;
    }

input[type="radio"] + label::before, input[type="radio"] + label::after {
        content: ' ';

        width: 16px;
        height: 16px;

        position: absolute;
        left: 0;
        top: 4px;
        cursor: pointer;
      }

input[type="radio"] + label::before {
        background: #ffffff;
        border: 1px solid #dbdbdc;
        border-radius: 50%;
      }

input[type="radio"] + label::after {
        -webkit-transform: scale(0);
                transform: scale(0);

        background-color: #fe5a5a;
        border-color: #fe5a5a;
        border-radius: 50%;

        -webkit-transition: all .1s ease-out;

        transition: all .1s ease-out;
      }

input[type="radio"][disabled] + label, input[type="radio"][disabled] + label::before, input[type="radio"][disabled] + label::after {
        cursor: not-allowed;
        opacity: .6;
      }

input[type="radio"]:checked + label::after {
          -webkit-transform: scale(1);
                  transform: scale(1);
        }

input[type="checkbox"] {
     display: none;
  }

input[type="checkbox"] + label {
        padding-left: 40px;
        margin-bottom: 0;
        position: relative;
      }

input[type="checkbox"] + label::before, input[type="checkbox"] + label::after {
          content: ' ';

          width: 16px;
          height: 16px;

          position: absolute;
          left: 0;
          top: 4px;
          border-radius: 3px;
          cursor: pointer;
        }

input[type="checkbox"] + label::before {
          background: #ffffff;
          border: 1px solid #dbdbdc;
        }

input[type="checkbox"] + label::after {
          -webkit-transform: scale(0);
                  transform: scale(0);

          background-color: #fe5a5a;
          border-color: #fe5a5a;

          -webkit-transition: all .1s ease-out;

          transition: all .1s ease-out;
        }

input[type="checkbox"]:checked + label::after {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }

input[type="date"] {
    position: relative;
  }

input[type="date"]::-webkit-calendar-picker-indicator {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;

      color: transparent;
      background: transparent none;
    }

input[type="date"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
              appearance: none;
      display: none;
    }

.date-wrapper {
  position: relative;
}

.date-wrapper::before {

    content: '\E91C';

    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 1;

    font-size: 24px;
    color: #1c1c1c;
    pointer-events: none;
  }

.select {
  position: relative;  
}

.select::before {

    content: "\E903";

    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    font-size: 6px;
    color: #00778b;
  }

.select select {
    width: 100%;
    padding: 12px 46px 12px 16px;
    height: 48px;

    background: #ffffff;
    border: 1px solid #dbdbdc;
    border-radius: 3px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 24px;
  }

.select--double::before {
      content: '\E906';
    }

.select--double::after {
      content: '\E903';
    }

.select--double::before, .select--double::after {

      position: absolute;
      right: 15px;
    }

.select--double select {
      padding: 7px 36px 10px 16px;
      height: 36px;

      font-size: 13px;
      line-height: 19px;
    }

textarea {
  width: 100%;
  padding: 12px 16px;
  min-height: 96px;
  display: block;

  background: #ffffff;
  border: 1px solid #dbdbdc;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  font-family: 'Muli', sans-serif;
  font-size: 14px;
  color: #1c1c1c;
  line-height: 24px;
}

.form-group + .form-group {
    margin-top: 24px;
  }

.form-check {
  display: inline-block;
  position: relative;
}

.form-check input[type="checkbox"] {
    position: absolute;
    top: 4px;
    left: 0;
    opacity: 0;
    display: block;
  }

.form-check + .form-check {
    margin-left: 40px;
  }

.form-radio {
  display: block;
}

.form-actions {
  margin-top: 16px;
}

.form-actions--single input[type="submit"], .form-actions--single input[type="reset"], .form-actions--single button {
      width: 100%;
    }

button {
  border: 0;
  background: transparent none;
}

.invalid-feedback {
  display: block;
  width: 100%;
  color: #fe5a5a;
}

.invalid-feedback > span {
    display: block;
  }

.invalid-feedback .form-error-icon {
    display: inline-block;
    background: #fe5a5a;

    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;

    color: #ffffff;
    font-size: 0;

    border-radius: 50%;
    margin-right: 8px;
  }

.invalid-feedback .form-error-icon::before {
      content: "i";
      font-family: serif;
      font-size: 12px;
    }

.error-box {
  padding: 10px;

  background-color: #fe5a5a;
  color: #ffffff;

  font-size: 16px;
  line-height: 22px;
}

.error-box > * {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
  }

.page--checkout-shipping .error-box {
    margin-bottom: 40px;
  }

.error-inline {
  padding-top: 5px;
  color: #fe5a5a;
}

.link--arrow {
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
    padding-left: 32px;

  display: block;

  font-family: 'Muli', sans-serif;
  font-size: 14px;
  color: #00778b;
  line-height: 16px;
  text-decoration: none !important;
}

.link--arrow::before {
    content: '\E905';

    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
      left: 0
  }

.link--arrow:hover::before {
      left: 3px;
    }

.read-more {
  padding-left: 23px;
  display: inline-block;

  font-family: 'Muli', sans-serif;
  font-size: 14px;
  color: #1c1c1c;
  line-height: 32px;

  position: relative;

  text-decoration: none;
}

.read-more::before {

    content: '\E905';

    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.glide * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

.glide__track {
    overflow: hidden; }

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
        touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    will-change: transform; }

.glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

.glide__slide {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    white-space: normal;
    white-space: initial;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }

.glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }

.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.glide--rtl {
    direction: rtl; }

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: -webkit-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
            transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: #000;
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
            -webkit-box-flex: 1;
            flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    -webkit-flex: 1;
            -webkit-box-flex: 1;
            flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
            align-content: space-between
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    -webkit-flex: 1 0  auto;
            -webkit-box-flex: 1;
            flex: 1 0  auto;
    display: inline-block;
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        -webkit-flex: 1;
                -webkit-box-flex: 1;
                flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        -webkit-align-items: unset;
                -webkit-box-align: unset;
                align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    -webkit-flex: none;
            -webkit-box-flex: 0;
            flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

/* Overrides in theme */

.cc-window {
    background: #ffffff;
    max-width: 490px !important;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.cc-window::before {

        content: "\E919";
        font-size: 24px;
        margin-bottom: 16px;
    }

.cc-header {
    font-weight: 700;
    margin-bottom: -10px;
}

.cc-message {
    font-weight: 600;
}

.cc-actions {

}

.cc-link {
    color: #fe5a5a;
    text-transform: uppercase;
    border-color: transparent;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.cc-btn {
    color: #fe5a5a;
    text-transform: uppercase;
    border-color: transparent;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.cc-link:hover, .cc-btn:hover {
        text-decoration: underline;
    }

.cc-link {
    opacity: 1;
}

.cc-btn {
    float: left;
}

.cc-compliance {
    float: right;
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
            animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
            box-shadow: 0 3px 13px rgba(0,0,0,0.08);
  }

.flatpickr-calendar.open, .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
  }

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
  }

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
            animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
  }

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
  }

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
  }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
            box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  }

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
  }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #eceef1;
  }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
    border-bottom: 0;
  }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    border: 1px solid #eceef1;
  }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
  }

.flatpickr-calendar:before, .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
  }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px;
  }

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
  }

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
  }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
    bottom: 100%;
  }

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #eceef1;
  }

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #eceef1;
  }

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
    top: 100%;
  }

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #eceef1;
  }

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #eceef1;
  }

.flatpickr-calendar:focus {
    outline: 0;
  }

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
  }

.flatpickr-months {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

.flatpickr-months .flatpickr-month {
    border-radius: 5px 5px 0 0;
    background: #eceef1;
    color: #5a6171;
    fill: #5a6171;
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
        -webkit-box-flex: 1;
            flex: 1;
  }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: #5a6171;
    fill: #5a6171;
  }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
  }

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
    position: relative;
  }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
    left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
  }

/*
        /*rtl:begin:ignore*/

/*
        /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
    right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
  }

/*
        /*rtl:begin:ignore*/

/*
        /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
    color: #bbb;
  }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
  }

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
  }

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
  }

.numInputWrapper {
    position: relative;
    height: auto;
  }

.numInputWrapper input, .numInputWrapper span {
    display: inline-block;
  }

.numInputWrapper input {
    width: 100%;
  }

.numInputWrapper input::-ms-clear {
    display: none;
  }

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(72,72,72,0.15);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.numInputWrapper span:hover {
    background: rgba(0,0,0,0.1);
  }

.numInputWrapper span:active {
    background: rgba(0,0,0,0.2);
  }

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
  }

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
  }

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(72,72,72,0.6);
    top: 26%;
  }

.numInputWrapper span.arrowDown {
    top: 50%;
  }

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(72,72,72,0.6);
    top: 40%;
  }

.numInputWrapper span svg {
    width: inherit;
    height: auto;
  }

.numInputWrapper span svg path {
    fill: rgba(90,97,113,0.5);
  }

.numInputWrapper:hover {
    background: rgba(0,0,0,0.05);
  }

.numInputWrapper:hover span {
    opacity: 1;
  }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
  }

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0,0,0,0.05);
  }

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
  }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #5a6171;
  }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #5a6171;
  }

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }

.flatpickr-current-month input.cur-year:focus {
    outline: 0;
  }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(90,97,113,0.5);
    background: transparent;
    pointer-events: none;
  }

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: #eceef1;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: baseline;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
  }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
  }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0,0,0,0.05);
  }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #eceef1;
    outline: none;
    padding: 0;
  }

.flatpickr-weekdays {
    background: #eceef1;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    height: 28px;
  }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
        -webkit-box-flex: 1;
            flex: 1;
  }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: #eceef1;
    color: #5a6171;
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
        -webkit-box-flex: 1;
            flex: 1;
    font-weight: bolder;
  }

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0;
  }

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
        -webkit-box-align: start;
            align-items: flex-start;
    width: 307.875px;
    border-left: 1px solid #eceef1;
    border-right: 1px solid #eceef1;
  }

.flatpickr-days:focus {
    outline: 0;
  }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #eceef1;
            box-shadow: -1px 0 0 #eceef1;
  }

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #484848;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
        -webkit-flex-basis: 14.2857143%;
            flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e2e2e2;
    border-color: #e2e2e2;
  }

.flatpickr-day.today {
    border-color: #bbb;
  }

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: #bbb;
    background: #bbb;
    color: #fff;
  }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #ff5a5f;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    border-color: #ff5a5f;
  }

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
  }

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
  }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #ff5a5f;
            box-shadow: -10px 0 0 #ff5a5f;
  }

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
  }

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
            box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(72,72,72,0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
  }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(72,72,72,0.1);
  }

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
            box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
  }

.flatpickr-day.hidden {
    visibility: hidden;
  }

.rangeMode .flatpickr-day {
    margin-top: 1px;
  }

.flatpickr-weekwrapper {
    float: left;
  }

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    border-left: 1px solid #eceef1;
  }

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
  }

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(72,72,72,0.3);
    background: transparent;
    cursor: default;
    border: none;
  }

.flatpickr-innerContainer {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #eceef1;
  }

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background: #fff;
    border-radius: 0 0 5px 5px;
  }

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
  }

.flatpickr-time .numInputWrapper {
    -webkit-flex: 1;
    -ms-flex: 1;
        -webkit-box-flex: 1;
            flex: 1;
    width: 40%;
    height: 40px;
    float: left;
  }

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #484848;
  }

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #484848;
  }

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
  }

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
  }

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #484848;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }

.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
  }

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400;
  }

.flatpickr-time input:focus {
    outline: 0;
    border: 0;
  }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #484848;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
        align-self: center;
  }

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
  }

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
    background: #eaeaea;
  }

.flatpickr-input[readonly] {
    cursor: pointer;
  }

@-webkit-keyframes fpFadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
              transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }

@keyframes fpFadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
              transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }

span.flatpickr-day.selected {
    font-weight: bold;
  }

#header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 56px;

  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 9px 0 rgba(0, 0, 0, .06);
          box-shadow: 0 10px 9px 0 rgba(0, 0, 0, .06);

  font-weight: 600;
  color: #1c1c1c;

  position: relative;
  z-index: 2;
}

#header .header-row {
    position: relative;
    padding: 0 16px !important;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

@media (min-width: 768px) {

#header .header-row {
      padding: 0;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap
  }
    }

.main-menu--mobile #header {
    position: relative;
    z-index: 100;
  }

@media (min-width: 768px) {

#header {
    height: 56px
}

    #header .container {
      padding-left: 24px;
      padding-right: 24px;
    }
  }

#header .container {
    width: 100%;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            -webkit-box-flex: 1;
            flex: 1 0 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    min-height: 56px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
  }

@media (min-width: 768px) {

#header .container {
      min-height: 56px
  }
    }

#header .container > * {
      padding-left: 0;
      padding-right: 0;
      /* @include make-column-padding(); */

      line-height: 36px;
    }

#header * {
    color: #1c1c1c;
  }

#header a {
    text-decoration: none;
  }

#header a:hover {
      text-decoration: none;
    }

#header a + a, #header a + .user--menu-wrapper {
      margin-left: 28px;
    }

#header p {
    text-align: center;
    font-size: 12px;
  }

#header p a {
      text-decoration: underline;
    }

.variant #header {
    background-color: #ffffff;
    color: #1c1c1c;
  }

.variant #header * {
      color: #1c1c1c;
    }

#header .branding {
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            -webkit-box-flex: 0;
            flex: 0 0 100px;
    max-width: 100px;
    height: 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

@media (min-width: 768px) {

#header .branding {
      -webkit-flex: 0 0 8.33333%;
          -ms-flex: 0 0 8.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 8.33333%;
      max-width: 8.33333%
  }
    }

#header .branding a {
      width: 100%;
      max-width: 140px;
    }

#header .menu {
    -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
            -webkit-box-flex: 0;
            flex: 0 0 140px;
    max-width: 140px;
    position: static;
  }

@media (min-width: 768px) {

#header .menu {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%
  }
    }

#header .menu .main-menu > span.btn {
        display: none;
      }

@media (min-width: 768px) {

#header .menu .main-menu > span.btn {
          display: block
      }
        }

#header a.mobile-menu {
    width: 40px;
    height: 56px;
    margin-left: 10px;
    position: relative;
    text-align: center;
  }

#header a.mobile-menu span {
      width: 11px;
      height: 2px;
      display: inline-block;
      margin-left: -11px;

      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);

      background-color: #1c1c1c;
    }

#header a.mobile-menu span::before {
        content: ' ';

        width: 200%;
        height: 2px;
        display: block;

        position: absolute;
        left: 0;

        background-color: #1c1c1c;
      }

#header a.mobile-menu span::after {
        content: ' ';

        width: 200%;
        height: 2px;
        display: block;

        position: absolute;
        left: 0;

        background-color: #1c1c1c;
      }

#header a.mobile-menu span::before {
        top: -5px;
      }

#header a.mobile-menu span::after {
        bottom: -5px;
      }

@media (min-width: 768px) {

#header a.mobile-menu {
      display: none
  }
    }

#header .search {
    display: none;
    height: 56px;
    position: relative;
  }

@media (min-width: 768px) {

#header .search {
      display: block
  }
    }

#header .search form {
      height: 40px;
      margin-top: 8px;
      position: relative;
      margin-bottom: 0;
    }

#header .search input[type="text"] {
      height: 40px;

      padding-top: 8px;
      padding-bottom: 8px;
    }

#header .search button {
      width: 40px;
      height: 40px;

      position: absolute;
      top: 0;
      right: 0;

      text-align: center;
    }

#header .search button::before {

        content: '\E913';

        font-size: 16px;
        line-height: 40px;
      }

#header .search div.search-results {
      max-height: 200px;
      overflow-y: auto;

      position: relative;
      top: 9px;
      display: none;

      padding: 5px 20px 8px;

      background: #ffffff;
      -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
              box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
      border-radius: 4px;
    }

#header .search div.search-results ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
      }

#header .search div.search-results li {
        margin: 0;
      }

#header .search div.search-results li span {
          font-size: 11px;
          line-height: 26px;
          font-weight: 700;
          color: #fe5a5a;
        }

#header .search div.search-results li a {
          font-size: 13px;
          line-height: 26px;
        }

#header .search div.search-results li a:hover {
            text-decoration: underline;
          }

#header .search div.search-results p.empty {
        margin-top: 0;
      }

#header .search.show-search-results div.search-results {
        display: block;
      }

#header .menu-user-actions {
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            -webkit-box-flex: 0;
            flex: 0 0 100px;
    max-width: 100px;

    padding-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            -webkit-box-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }

@media (min-width: 768px) {

#header .menu-user-actions {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 33.33333%;
      max-width: 33.33333%
  }
    }

#header .menu-user-actions .user--block {
      height: 56px;
      margin-left: 10px;
      display: none;
    }

@media (min-width: 768px) {

#header .menu-user-actions .user--block {
        display: block;

        font-size: 0
    }
      }

@media (min-width: 996px) {

#header .menu-user-actions .user--block {
        font-size: 14px
    }
      }

#header .menu-user-actions .user--block > a {
        line-height: 56px;
      }

#header .menu-user-actions .user--block .user--menu-wrapper > a{
          line-height: 56px;
        }

#header .menu-user-actions .user-action {
      height: 56px;
      margin-left: 10px;
      display: none;

    }

@media (min-width: 768px) {

#header .menu-user-actions .user-action {
        display: block

    }
      }

#header .menu-user-actions .user-action span.cart--overview {
        line-height: 56px;
      }

#header .user--menu-wrapper {
    display: inline-block;
    vertical-align: top;

    position: relative;
  }

#header .user--menu-wrapper .user--menu {
      min-width: 280px;
      display: none;

      position: absolute;
      top: 100%;
      right: 0;
      z-index: 10;
      margin-top: 4px;

      background-color: #ffffff;
      -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
              box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
      border-radius: 0 0 8px 8px;
    }

#header .user--menu-wrapper .user--menu::before {
        content: ' ';

        height: 8px;
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        background: #ffffff;
      }

#header .user--menu-wrapper .user--menu ul {
        margin: 0;
        padding: 0 16px;
        list-style-type: none;

        -webkit-transition: max-height .3s ease-out;

        transition: max-height .3s ease-out;
      }

#header .user--menu-wrapper .user--menu li {
        text-align: left;
        margin: 0;
      }

#header .user--menu-wrapper .user--menu li:first-child {
          padding-top: 20px;
        }

#header .user--menu-wrapper .user--menu li:last-child {
          padding-bottom: 27px;
        }

#header .user--menu-wrapper .user--menu li ~ li {
          margin-top: 0;
        }

#header .user--menu-wrapper .user--menu a {
        font-weight: 600;
        font-size: 15px;
        color: #1c1c1c;
        line-height: 19px;
      }

#header .user--menu-wrapper.show .user--menu {
        display: block;
      }

#header .user {
    text-decoration: none;
  }

#header .user:hover {
     text-decoration: none;
    }

#header .user:hover > span:first-child {
        text-decoration: underline;
      }

#header .user .icon-user {
      font-size: 14px;
      margin-left: 16px;
    }

#footer {
  position: relative;
  background-color: #ffffff;
  z-index: 0;

  font-size: 12px;
  line-height: 19px;
}

#footer div[property="bottomBanner"] {
    background-color: #fafafa;
  }

.variant #footer {
    background: #ffffff;
  }

.variant #footer > div {
    background: #ffffff;
  }

#footer p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }

#footer .container {
  padding: 16px;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: -webkit-box;

    display: flex;
    min-height: 104px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
  }

@media (min-width: 768px) {

#footer .container {
    padding: 24px;
  }
  }

#footer * {
    margin-top: 0;
    margin-bottom: 0;
  }

#footer a {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

#footer a:hover {
      text-decoration: underline;
    }

#footer a + a {
      margin-left: 54px;
    }

#footer .footer--content {
      padding-top: 8px;
      padding-bottom: 24px;
    }

@media (min-width: 768px) {

#footer .footer--content {
        padding-top: 24px;
        padding-bottom: 24px
    }
      }

#footer .footer--content .contact-image {
        background: url(/assets/app/Resources/public/img/belprinto/footer-contact.png) no-repeat center center;
        background-size: 95px 95px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        margin: 0 auto 20px;
      }

@media (min-width: 768px) {

#footer .footer--content .contact-image {
          margin-left: 0;
          margin-right: 0
      }
        }

#footer .footer--content h2 {
        font-family: 'Muli', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #1c1c1c;
        line-height: 19px;
      }

#footer .footer--content p  {
        font-weight: 600;
        font-size: 14px;
        color: #8e8e8e;
        line-height: 24px;
      }

#footer .footer--content a  {
        font-weight: 600;
        font-size: 14px;
        color: #8e8e8e;
        line-height: 24px;
      }

#footer .footer--content p {
        margin-top: 10px;
      }

@media (min-width: 768px) {

#footer .footer--content p {
          margin-top: 20px
      }

          #footer .footer--content p ~ p {
            margin-top: 24px;
          }
        }

#footer .footer--content p.footer--content-links a {
          display: block;

          text-decoration: none;
        }

#footer .footer--content p.footer--content-links a + a {
            margin-left: 0;
            margin-top: 7px;
          }

#footer .footer--content p.footer--content-links a:hover {
            text-decoration: underline;
          }

#footer .footer--content .footer--content-left {
        padding: 0;

        text-align: center;
      }

@media (min-width: 768px) {

#footer .footer--content .footer--content-left {
          padding: 16px;

          text-align: left
      }
        }

#footer .footer--content .footer--content-left ~ .col-sm-3 {
          display: none;
        }

@media (min-width: 768px) {

#footer .footer--content .footer--content-left ~ .col-sm-3 {
            display: block
        }
          }

#footer .footer--content .footer--content-left a {
          text-decoration: underline;
        }

#footer .footer--content .sitemap {
        display: none;
      }

@media (min-width: 768px) {

#footer .footer--content .sitemap {
          display: block
      }
        }

#footer .footer--content .sitemap ul {
          padding: 0;
          margin: 10px 0 0;
          list-style-type: none;
        }

@media (min-width: 768px) {

#footer .footer--content .sitemap ul {
            margin-top: 20px
        }
          }

#footer .footer--content .sitemap li {
          line-height: 24px;
        }

#footer .footer--content .sitemap a {
          display: block;
        }

#footer .footer--logos {
      background-color: #ffffff;
      color: #c9e3e7;
      text-align: center;

      border-top: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0;
    }

#footer .footer--logos span {
        display: inline-block;
        vertical-align: middle;
        color: #8e8e8e;
      }

#footer .footer--logos a {
        display: inline-block;
        vertical-align: middle;
        color: #8e8e8e;
      }

#footer .footer--logos img {
        display: inline-block;
        vertical-align: middle;
        color: #8e8e8e;
      }

#footer .footer--logos a:hover {
        opacity: .9;
      }

#footer .footer--logos img {
        width: auto;
        height: 18px;
      }

@media (min-width: 1024px) {

#footer .footer--logos img {
          height: 28px
      }
        }

#footer .footer--logos img.small {
          height: 16px;
        }

#footer .footer--logos a, #footer .footer--logos a + a, #footer .footer--logos img + img {
        margin-left: 14px;
      }

@media (min-width: 1024px) {

#footer .footer--logos a, #footer .footer--logos a + a, #footer .footer--logos img + img {
          margin-left: 28px
      }
        }

#footer .footer--logos .col-sm-7 + .col-sm-5 {
        margin-top: 16px;
      }

@media (min-width: 768px) {

#footer .footer--logos {
        text-align: left
    }

        #footer .footer--logos .col-sm-7 + .col-sm-5 {
          text-align: right;
          margin-top: 0;
        }
      }

#footer .footer--contact {
      padding-top: 34px;
      text-align: center;
    }

#footer .footer--contact h2 {
        font-size: 14px;
        color: #1c1c1c;
        line-height: 19px;
        font-weight: bold;
      }

#footer .footer--contact h2 + p {
          margin-top: 12px;
        }

#footer .footer--contact p {
        font-size: 14px;
        color: #1c1c1c;
        line-height: 25px;
      }

#footer .footer--contact a {
        text-decoration: underline;
        color: #1c1c1c;
      }

#footer .footer--copyright {
      background-color: #fafafa;
      color: #ffffff;
      text-align: center;
    }

#footer .footer--copyright a {
        color: #ffffff;
        display: block;
      }

@media (min-width: 768px) {

#footer .footer--copyright a {
          display: inline-block
      }
        }

#footer .footer--copyright a + a {
          margin-left: 0;
        }

@media (min-width: 768px) {

#footer .footer--copyright a + a {
            margin-left: 54px
        }
          }

#footer .footer--copyright div.col-sm-3 {
  padding-left: 16px;
  padding-right: 16px;

        padding: 0;
      }

#footer .footer--copyright nav {
  padding-left: 16px;
  padding-right: 16px;

        padding: 0;
      }

#footer .footer--copyright p.col-sm-3 {
  padding-left: 16px;
  padding-right: 16px;

        padding: 0;
      }

@media (min-width: 768px) {

#footer .footer--copyright div.col-sm-3 {
    padding-left: 24px;
    padding-right: 24px;
      }

#footer .footer--copyright nav {
    padding-left: 24px;
    padding-right: 24px;
      }

#footer .footer--copyright p.col-sm-3 {
    padding-left: 24px;
    padding-right: 24px;
      }
  }

#footer .footer--copyright div.col-sm-3 {
        margin-top: 12px;

        text-align: center;
      }

@media (min-width: 768px) {

#footer .footer--copyright div.col-sm-3 {
          margin-top: 0;

          text-align: left
      }
        }

#footer .footer--copyright nav {
        margin-top: 16px;
      }

@media (min-width: 768px) {

#footer .footer--copyright nav {
          margin-top: 0
      }
        }

#footer .footer--copyright p.col-sm-3 {
        margin-top: 16px;

        text-align: center;
      }

@media (min-width: 768px) {

#footer .footer--copyright p.col-sm-3 {
          margin-top: 0;

          text-align: right
      }
        }

#footer .footer--newsletter {
      background-color: #fafafa;
    }

#footer .footer--newsletter .content {
        padding: 32px 0;

        background: #292929;
        border-radius: 3px;
        -webkit-box-shadow: 0 10px 9px 0 rgba(0, 0, 0, .06);
                box-shadow: 0 10px 9px 0 rgba(0, 0, 0, .06);
      }

#footer .footer--newsletter .content h3 {
          color: #ffffff;
          font-size: 24px;
          line-height: 32px;
          font-weight: 700;
        }

#footer .footer--newsletter .content label {
          color: #ffffff;
        }

#footer .footer--newsletter .content input[type="email"] {
          background: transparent;
          border: transparent;
          padding-left: 0;
          padding-right: 0;
          outline: none;
          font-size: 17px;
          color: #1c1c1c;
        }

#footer .footer--newsletter .content input[type="checkbox"] + label::before {
          background: #ffffff;
          border-color: #fcf7e1;
        }

#footer .footer--newsletter .content button[type="submit"] {
          width: 100%;
          padding-left: 16px;
        }

#footer .footer--newsletter .content form {
          display: block;
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
        }

#footer .footer--newsletter .content form.is-loading {
            cursor: not-allowed;
            opacity: .6;
          }

#footer .footer--newsletter .content form.is-loading * {
              pointer-events: none;
            }

#footer .footer--newsletter .content .input {
          position: relative;
          background: #ffffff;
          border: 1px solid #dadada;
          border-radius: 3px;

          padding: 8px;
          margin: 16px 0;
        }

@media (min-width: 768px) {

#footer .footer--newsletter .content .input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;

            -webkit-flex-wrap: nowrap;

                -ms-flex-wrap: nowrap;

                    flex-wrap: nowrap;
            margin-top: 0;
            margin-bottom: 24px
        }

            #footer .footer--newsletter .content .input input[type="email"] {
              width: 100%;
              margin-right: 10px;
            }

            #footer .footer--newsletter .content .input button[type="submit"] {
              width: auto;
              min-width: 160px;
              padding: 0 48px 0 16px;

              background: #333333;
              border: 0;

              color: #fbfbfb;
              font-weight: 700;
            }

              #footer .footer--newsletter .content .input button[type="submit"]::before {
                right: 11px;
              }
          }

#footer .footer--newsletter .content .newsletter--confirmation {
          color: #ffffff;
          font-size: 20px;
          line-height: 36px;
        }

.variant #footer {
    background-color: #ffffff;
  }

.variant #footer * {
      color: #8e8e8e;
    }

.page--login #footer .footer--copyright {
        background-color: #ffffff;
        color: #8e8e8e;
      }

.page--login #footer .footer--copyright a {
          color: #8e8e8e;
        }

section#content {
  position: relative;
  z-index: 1;
  
  background: #fafafa;
}

.variant section#content {
    background-color: #fafafa;
    overflow: hidden;
  }

.content--pre {
  padding: 0 0 11px;
  background: #fafafa;

  position: relative;
  z-index: 20;
}

.page--home .content--pre, .page--splash .content--pre {
    padding: 0;
  }

.page--home .content--pre .block--usps, .page--splash .content--pre .block--usps {
      width: 100vw;
      overflow-x: scroll;
      padding: 24px 0 15px;

      display: -webkit-flex;

      display: -ms-flexbox;

      display: -webkit-box;

      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
    }

@media (min-width: 480px) {

.page--home .content--pre .block--usps, .page--splash .content--pre .block--usps {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap
    }
      }

@media (min-width: 1024px) {

.page--home .content--pre .block--usps, .page--splash .content--pre .block--usps {
        width: 100%;
        overflow-x: visible;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap
    }
      }

.page--home .content--pre .block--usp, .page--splash .content--pre .block--usp {
      width: 100vw;
      min-width: calc(100vw - 32px);
      padding-top: 0;
      padding-left: 0;
      white-space: nowrap;
      text-align: center;
    }

@media (min-width: 480px) {

.page--home .content--pre .block--usp, .page--splash .content--pre .block--usp {
        width: 33.3333%;
        min-width: 0;
        text-align: left
    }
      }

@media (min-width: 1025px) {

.page--home .content--pre .block--usp, .page--splash .content--pre .block--usp {
        width: auto;
        min-width: 0;
        text-align: left
    }
      }

.page--home .content--pre .block--usp::before {
        display: inline-block;
        color: #02a288;
        background-color: transparent;
        position: static;
        top: 0;
      }

.page--splash .content--pre .block--usp::before {
        display: inline-block;
        color: #02a288;
        background-color: transparent;
        position: static;
        top: 0;
      }

.page--home .content--pre .block--usp h4 {
        display: inline-block;

        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #242424;
      }

.page--splash .content--pre .block--usp h4 {
        display: inline-block;

        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #242424;
      }

.page--home .content--pre .block--usp h4 strong {
          color: #02a288;
          font-weight: 700;
        }

.page--splash .content--pre .block--usp h4 strong {
          color: #02a288;
          font-weight: 700;
        }

.page--home .content--pre .block--usp h4 strong a {
            color: #02a288;
            font-weight: 700;
            text-decoration: none;
          }

.page--splash .content--pre .block--usp h4 strong a {
            color: #02a288;
            font-weight: 700;
            text-decoration: none;
          }

.page--home .content--pre .block--usp h4 strong a:hover, .page--splash .content--pre .block--usp h4 strong a:hover {
              text-decoration: underline;
            }

.page--home .content--pre .block--usp h4 span {
          display: inline-block;
          margin-left: 5px;

          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          color: #242424;
        }

.page--splash .content--pre .block--usp h4 span {
          display: inline-block;
          margin-left: 5px;

          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          color: #242424;
        }

.page--home .content--pre .block--usp:last-child::before, .page--splash .content--pre .block--usp:last-child::before {
          display: none;
        }

@media (min-width: 1024px) {

.page--home .content--pre .block--usp:last-child, .page--splash .content--pre .block--usp:last-child {
          margin-left: auto;
          padding-right: 0
      }
        }

.page--home .content--pre {
    background: #fafafa;
  }

.variant .content--pre {
    background: #fafafa;
  }

@media (min-width: 768px) {

.content--pre {
    padding: 32px 0
}
  }

.content--pre.content--pre-banner {
    margin-bottom: 140px;
  }

.content--pre .container .row {
      position: relative;
    }

.content--pre .container .row > div {
  padding-left: 16px;
  padding-right: 16px;

        vertical-align: top;
      }

@media (min-width: 768px) {

.content--pre .container .row > div {
    padding-left: 24px;
    padding-right: 24px;
      }
  }

.content--pre h1 {
    width: 100%;
    display: block;
    -webkit-order: 3;
        -ms-flex-order: 3;
            -webkit-box-ordinal-group: 4;
            order: 3;
    margin-top: 5px;
  }

@media (min-width: 768px) {

.content--pre h1 {
      -webkit-order: 1;
          -ms-flex-order: 1;
              -webkit-box-ordinal-group: 2;
              order: 1;

      width: 33.3%;
      margin-top: 0;
      padding-left: 0
  }
    }

.content--pre h1 ~ .user-action {
      width: 60%;
    }

@media (min-width: 768px) {

.content--pre h1 ~ .user-action {
        width: 33.3%
    }
      }

.content--pre .main-menu {
    width: 100%;
    display: block;
    -webkit-order: 3;
        -ms-flex-order: 3;
            -webkit-box-ordinal-group: 4;
            order: 3;
    margin-top: 16px;
    position: relative;
    z-index: 99;
  }

.content--pre .main-menu.main-menu--open {
      position: static;
    }

@media (min-width: 768px) {

.content--pre .main-menu {
      -webkit-order: 1;
          -ms-flex-order: 1;
              -webkit-box-ordinal-group: 2;
              order: 1;

      width: auto;
      min-width: 25%;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              -webkit-box-flex: 0;
              flex-grow: 0;
      margin-top: 0;
      padding-left: 0
  }
    }

@media (min-width: 996px) {

.content--pre .main-menu {
      width: 25%
  }
    }

.content--pre .main-menu ~ .user-action {
      width: 60%;
    }

@media (min-width: 768px) {

.content--pre .main-menu ~ .user-action {
        width: auto;
        min-width: 25%;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                -webkit-box-flex: 0;
                flex-grow: 0
    }
      }

@media (min-width: 996px) {

.content--pre .main-menu ~ .user-action {
        width: 75%
    }
      }

.content--pre .container .row > .content--pre-intro {
    margin-top: 32px;
    margin-bottom: 20px;
    max-width: 720px;

    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 700;
    line-height: 20px;

    position: relative;

    -webkit-order: 5;

        -ms-flex-order: 5;

            -webkit-box-ordinal-group: 6;

            order: 5;
  }

@media (min-width: 768px) {

.content--pre .container .row > .content--pre-intro {
      margin-top: 92px;
      margin-bottom: 50px;

      font-size: 24px;
      line-height: 32px
  }
    }

.content--pre .container .row > .content--pre-intro > div {
      position: relative;
    }

.content--pre .container .row > .content--pre-intro > div::before {

        content: "\E915";

        font-size: 54px;

        color: #fe5a5a;

        position: absolute;
        top: 100%;
        left: 0;
      }

.content--pre .container .row > .content--pre-intro > div ul, .content--pre .container .row > .content--pre-intro > div ol {
        margin-left: 23px;
      }

.content--pre .container .row > .content--pre-intro > div li {
        margin-top: 0;

        font-size: 14px;
        line-height: 20px;
      }

@media (min-width: 768px) {

.content--pre .container .row > .content--pre-intro > div li {
          font-size: 24px;
          line-height: 32px
      }
        }

.page--product .content--pre {
    margin-bottom: 57px;
  }

@media (min-width: 768px) {

.page--product .content--pre {
      margin-bottom: 140px
  }
    }

.page--title {
    font-size: 20px;
    line-height: 32px;
    color: #2a3a3e;
    text-align: center;
  }

@media (min-width: 768px) {

.page--title {
      font-size: 36px;
      line-height: 48px;
      text-align: left
  }
    }

.page--title-inner {
      position: relative;
      font-size: 20px;
      line-height: 32px;
      font-family: 'Muli', sans-serif;
      color: #1c1c1c;
      text-align: center;
      padding: 0;
      margin: 0 0 52px;
  }

.page--title-inner::before {

        content: "\E915";

        font-size: 66px;
        line-height: 14px;

        color: #fe5a5a;

        position: absolute;
        left: 0;
        right: 0;
        bottom: -24px;
        text-align: center;
        }

.page--title-inner input {
      color: inherit;
      padding: 0;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
      background: inherit;
      border: inherit;
      text-align: inherit;
      margin: 0;
      outline: none;
    }

.page--title-inner span {
            display: block;
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            padding-bottom: 8px;
            color: #1c1c1c;
        }

@media (min-width: 768px) {

.page--title-inner {
      font-size: 36px;
      line-height: 56px
  }
    }

@media (min-width: 768px) {

.page--title-inner-small {
        font-size: 32px;
        line-height: 48px
    }
      }

@media (min-width: 768px) {

.page--title-inner-large {
                font-size: 36px;
                line-height: 56px
        }
            }

.page--title-inner-left {
      text-align: left;
    }

.page--title-inner-left::before {
        right: auto;
      }

.indicator {
  position: relative;
  display: inline-block;
  height: 30px;

  vertical-align: middle;
  text-align: center;

  padding: 0 6px;
  overflow: hidden;

  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;

  background: #1c1c1c;
  border-radius: 10px;
  color: #ffffff;
}

.indicator--alt {
  background: #f05c5d;
  }

.indicator--alt-2 {
  background: #8e8e8e;
  }

.indicator--alt-3 {
  }

.indicator--large {
  position: relative;
  display: inline-block;
  height: 32px;

  vertical-align: middle;
  text-align: center;

  padding: 0 10px;
  overflow: hidden;

  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;

  background: #1c1c1c;
  border-radius: 10px;
  color: #ffffff;

    font-family: 'Muli', sans-serif;
  }

@media (min-width: 768px) {

.indicator--large {
  position: relative;
  display: inline-block;
  height: 32px;

  vertical-align: middle;
  text-align: center;

  padding: 0 10px;
  overflow: hidden;

  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;

  background: #1c1c1c;
  border-radius: 10px;
  color: #ffffff;

      font-size: 13px
  }
    }

.indicator--xlarge {
  position: relative;
  display: inline-block;
  height: 32px;

  vertical-align: middle;
  text-align: center;

  padding: 0 10px;
  overflow: hidden;

  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;

  background: #1c1c1c;
  border-radius: 10px;
  color: #ffffff;

    font-size: 7px;
    font-family: 'Muli', sans-serif;
  }

@media (min-width: 768px) {

.indicator--xlarge {
  position: relative;
  display: inline-block;
  height: 32px;

  vertical-align: middle;
  text-align: center;

  padding: 0 10px;
  overflow: hidden;

  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;

  background: #1c1c1c;
  border-radius: 10px;
  color: #ffffff;

      font-size: 16px
  }
    }

.indicator--step {
    font-size: 13px;
  }

.block {
  margin-top: 35px;
}

@media (min-width: 768px) {

.block {
    margin-top: 35px
}
  }

.block:first-child {
    margin-top: 0;
  }

.block h2.centered {
    text-align: center;
  }

.block div.centered {
    text-align: justify;
    text-align-last: center;
  }

.block h3 + p {
      margin-top: 0;
    }

.block ul {
    list-style-type: square;
  }

.block ol {
    list-style-type: none;
    counter-reset: numbered-list;
  }

.block ol li {
      position: relative;
      padding-left: 40px;
      counter-increment: numbered-list;
    }

.block ol li::before {
        content: counter(numbered-list);

        width: 10px;
        text-align: center;

        position: absolute;
        left: 0;
        top: 0;
      }

.block a {
    color: #fe5a5a !important;
  }

.block a:hover {
      text-decoration: none;
    }

.block-intro {
    position: relative;
  }

.block-intro p {
      font-family: 'Muli', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #1c1c1c;
      line-height: 24px;
    }

@media (min-width: 768px) {

.block-intro p {
        font-size: 24px;
        line-height: 32px
    }
      }

.block-heading-text .content {
      padding-top: 2px;
    }

@media (min-width: 768px) {

.block-heading-text .content {
        padding-top: 20px
    }
      }

.block-img-text .img {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;

      padding: 0;
    }

@media (min-width: 768px) {

.block-img-text .img {
    padding-left: 24px;
    padding-right: 24px
    }
  }

@media (min-width: 768px) {

.block-img-text .img {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%
    }
  }

@media (min-width: 768px) {

.block-img-text .img {
        padding-left: 24px;
        padding-right: 24px
    }
      }

.block-img-text .content {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;

      padding: 0;
      margin-top: 24px;
    }

@media (min-width: 768px) {

.block-img-text .content {
    padding-left: 24px;
    padding-right: 24px
    }
  }

@media (min-width: 768px) {

.block-img-text .content {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%
    }
  }

@media (min-width: 768px) {

.block-img-text .content {
        margin-top: 0;
        padding-left: 24px;
        padding-right: 24px
    }
      }

@media (min-width: 768px) {

.block-img-text-left .img {
          padding-left: 0
      }
        }

@media (min-width: 768px) {

.block-img-text-left .content {
          padding-right: 0
      }
        }

@media (min-width: 768px) {

.block-img-text-right {
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                flex-direction: row-reverse
    }
      }

@media (min-width: 768px) {

.block-img-text-right .img {
          padding-right: 0
      }
        }

@media (min-width: 768px) {

.block-img-text-right .content {
          padding-left: 0
      }
        }

.block-video {
    margin-top: 35px;
  }

@media (min-width: 768px) {

.block-video {
      margin-top: 35px
  }
    }

.block-video .video-wrapper {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      position: relative;
    }

.block-video iframe {
      width: 100%;
      height: 100%;

      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

.block-quote {
    margin-top: 40px;
  }

@media (min-width: 768px) {

.block-quote {
      margin-top: 80px
  }
    }

.block-quote .author, .block-quote .quote {
      padding: 0;
    }

@media (min-width: 768px) {

.block-quote .author {
        padding: 0 24px
    }

.block-quote .quote {
        padding: 0 24px
    }
      }

.block-quote .author {
      font-family: 'Muli', sans-serif;
      font-size: 14px;
      color: #2a3a3e;
      text-align: center;
      line-height: 40px;
    }

.block-quote .author::before, .block-quote .author::after {
        display: inline-block;
      }

.block-quote .author::before {
        content: '\2014';
      }

.block-quote .author::after {
        content: '\2014';
      }

.block-quote .quote {
      margin-top: 4px;
      padding-bottom: 81px;

      position: relative;

      font-family: 'Muli', sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #1c1c1c;
      text-align: center;
      line-height: 24px;
    }

@media (min-width: 768px) {

.block-quote .quote {
        font-size: 26px;
        line-height: 32px
    }
      }

.block-quote .quote::before {

        content: '\E91A';

        font-family: 'Muli', sans-serif;
        font-size: 47px;
        color: #fe5a5a;
        text-align: center;

        position: absolute;
        bottom: 0;
        left: 50%;

        -webkit-transform: translateX(-50%);

                transform: translateX(-50%);
      }

.block-2-cols h2 {
       margin-bottom: 20px;
     }

@media (min-width: 768px) {

.block-2-cols h2 {
         padding: 0;
         text-align: center
     }
       }

.block-2-cols .left, .block-2-cols .right {
      padding: 0;
    }

@media (min-width: 768px) {

.block-2-cols .left {
        padding: 0 16px
    }

.block-2-cols .right {
        padding: 0 16px
    }
      }

@media (min-width: 768px) {

.block-2-cols .left {
        padding-left: 0
    }
      }

.block-2-cols .right {
      margin-top: 25px;
    }

@media (min-width: 768px) {

.block-2-cols .right {
        padding-right: 0;
        margin-top: 0
    }
      }

.block-2-cols + .block-2-cols {
      margin-top: 25px;
    }

@media (min-width: 768px) {

.block-2-cols + .block-2-cols {
        margin-top: 50px
    }
      }

.block-excerpt .excerpt {
      padding: 0 0 30px;

      font-family: 'Muli', sans-serif;
      color: #1c1c1c;
      font-size: 16px;
      line-height: 24px;

      position: relative;
    }

.block-excerpt-home .excerpt {
      padding: 0 0 30px;

      font-family: 'Muli', sans-serif;
      color: #1c1c1c;
      font-size: 16px;
      line-height: 24px;

      position: relative;
    }

.block-excerpt .excerpt::before {

        content: "\E915";

        font-size: 66px;

        color: #fe5a5a;

        position: absolute;
        bottom: -26px;
        left: 0;
      }

.block-excerpt-home .excerpt::before {

        content: "\E915";

        font-size: 66px;

        color: #fe5a5a;

        position: absolute;
        bottom: -26px;
        left: 0;
      }

@media (min-width: 768px) {

.block-excerpt .excerpt, .block-excerpt-home .excerpt {
        -webkit-flex: 0 0 0 55%;
            -ms-flex: 0 0 0 55%;
                -webkit-box-flex: 0;
                flex: 0 0 0 55%;
        max-width: 55%;

        padding-bottom: 50px;

        font-size: 22px;
        line-height: 40px
    }
      }

@media (min-width: 768px) {

.block-excerpt .excerpt-left {
        float: left;
        padding-left: 0;
        padding-right: 48px
    }

.block-excerpt-home .excerpt-left {
        float: left;
        padding-left: 0;
        padding-right: 48px
    }
      }

@media (min-width: 768px) {

.block-excerpt .excerpt-right {
        float: right;
        padding-right: 0;
        padding-left: 48px
    }

.block-excerpt-home .excerpt-right {
        float: right;
        padding-right: 0;
        padding-left: 48px
    }

        .block-excerpt .excerpt-right::before {
          left: 48px;
        }

        .block-excerpt-home .excerpt-right::before {
          left: 48px;
        }
      }

.block-excerpt .content, .block-excerpt-home .content {
      margin-top: 20px;
    }

@media (min-width: 768px) {

.block-excerpt .content, .block-excerpt-home .content {
        margin-top: 0
    }
      }

.block-separator {
    margin-top: 40px;
  }

@media (min-width: 768px) {

.block-separator {
      margin-top: 80px
  }
    }

.block-separator hr {
      width: 100%;
      height: 1px;
      border: 0;
      background-color: #dadada;
    }

.block-heading + .block {
      margin-top: 20px;
    }

@media (min-width: 768px) {

.block-heading + .block {
        margin-top: 40px
    }
      }

.page--home #content > .container .block-heading, .page--home #content > .container .block-intro, .page--home #content > .container .block-text, .page--home #content > .container .block-video, .page--home #content > .container .block-img, .page--home #content > .container .block-excerpt-home, .page--splash #content > .container .block-heading, .page--splash #content > .container .block-intro, .page--splash #content > .container .block-text, .page--splash #content > .container .block-video, .page--splash #content > .container .block-img, .page--splash #content > .container .block-excerpt-home {
          padding-left: 16px;
          padding-right: 16px;
        }

@media (min-width: 768px) {

.page--home #content > .container .block-heading, .page--home #content > .container .block-intro, .page--home #content > .container .block-text, .page--home #content > .container .block-video, .page--home #content > .container .block-img, .page--home #content > .container .block-excerpt-home, .page--splash #content > .container .block-heading, .page--splash #content > .container .block-intro, .page--splash #content > .container .block-text, .page--splash #content > .container .block-video, .page--splash #content > .container .block-img, .page--splash #content > .container .block-excerpt-home {
            padding-left: 24px;
            padding-right: 24px
        }
          }

/* @import "components/_tag.css"; */

.spotlight {
  margin-bottom: 10px;

  position: relative;
}

@media (min-width: 768px) {
    .page--home .spotlight {
      margin-bottom: 100px;
    }

    .page--splash .spotlight {
      margin-bottom: 50px;
    }
  }

.spotlight::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100px;
    background-color: #fafafa;
  }

@media (min-width: 768px) {

.spotlight::after {
      height: 600px
  }
    }

.page--splash .spotlight::after {
      display: none;
    }

.spotlight > .container {
    position: relative;
    z-index: 1;
  }

.spotlight--home {
    position: relative;
  }

@media (min-width: 768px) {

.spotlight--home {
      padding-left: 24px;
      padding-right: 24px
  }
    }

.spotlight--home .product-teaser--specs {
      padding: 0 10px;
    }

@media (min-width: 768px) {

.spotlight--home .product-teaser--specs {
        padding: 0
    }
      }

.spotlight--home .top-banner {
      margin-bottom: 0;
    }

@media (min-width: 996px) {

.spotlight--home .top-banner {
        margin-bottom: 20px
    }
      }

.spotlight--home .glide {
      position: relative;
    }

@media (min-width: 768px) {

.spotlight--home .glide {
        position: static
    }
      }

.spotlight--home .glide__track {
      width: 100vw;
    }

@media (min-width: 768px) {

.spotlight--home .glide__track {
        width: auto;
        overflow: visible
    }
      }

@media (min-width: 768px) {

.spotlight--home .glide__slides {
        display: block;
        overflow: visible
    }
      }

.spotlight--home ul.glide__slides {
      padding: 0;
      margin: 0;

      list-style-type: none;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;

      /* > li.questions__block {
        display: none;
        line-height: 20px;

        @media (--media-sm) {
          width: 100%;
          padding-bottom: 30px;
          display: block;
          clear: both;

          ul {
            padding: 0;
            margin: 0;
            list-style-type: none;

            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;

            line-height: 20px;

            li {
              line-height: 20px;

              strong {
                color: var(--color-persian-green);
              }

              ~ li {
                margin-top: 0;

                font-family: var(--font-family-source);
                font-size: 16px;
                line-height: 20px !important;

                a {
                  font-family: var(--font-family-source);
                  font-size: 16px;
                  line-height: 20px;
                  color: var(--color-scorpion);
                }
              }
            }
          }
        }
      } */

      /* > li:nth-child(n + 3) {
        @media (--media-sm) {
          width: calc(100% * (3 / var(--grid-columns)));
          max-width: calc(100% * (3 / var(--grid-columns)));

          padding: 0;
          margin-left: -2px;
          float: left;

          .product-teaser {
            width: 100%;
            max-width: 100%;
          }
        }
      }

      li:nth-child(3n + 6) {
        clear: both;
      } */
    }

.spotlight--home ul.glide__slides > li {
        height: auto;
        margin-top: 0;
        position: relative;
        z-index: 2;
      }

.spotlight--home ul.glide__slides > li ~ li {
          margin-top: 0;
        }

.spotlight--home ul.glide__slides > li > div {
          min-height: 264px;
          height: 100%;
        }

.spotlight--home ul.glide__slides > li > div .product-banner {
            height: 100%;
          }

@media (min-width: 768px) {

.spotlight--home ul.glide__slides > li:nth-child(1) {
          width: 75%;
          float: right;
          /* height: 524px; */
          height: 582px;
          margin-bottom: 30px
      }

          .spotlight--home ul.glide__slides > li:nth-child(1) .top-banner {
            height: 410px;
          }
        }

.spotlight--home .sidebar {
      width: 100%;
      display: none;
    }

@media (min-width: 996px) {

.spotlight--home .sidebar {
        width: calc(25% - 12px);
        padding: 2px;
        display: block
    }
      }

.spotlight--home .sidebar > div {
        margin-top: 5px;
      }

.spotlight--home .sidebar > div h3 {
          font-weight: bold;
          font-size: 18px;
          color: #1c1c1c;
          line-height: 24px;
        }

.spotlight--home .sidebar > div:first-child {
          margin-top: 0;
        }

.spotlight--home .sidebar > div ul {
          padding: 0;
          margin: 0;
          list-style-type: none;
        }

.spotlight--home .sidebar > div li {
          padding: 12px 0;
          margin: 0;
          border-top: 1px solid #dadada;
        }

.spotlight--home .sidebar > div li:first-child {
            border-top: 0;
          }

.spotlight--home .sidebar > div li a {
            display: block;

            font-weight: bold;
            font-size: 16px;
            color: #575757;
            line-height: 32px;
            text-decoration: none;
          }

.spotlight--home .sidebar > div li a:hover {
              text-decoration: underline;
            }

.spotlight--home .sidebar > div p {
          font-weight: bold;
          font-size: 16px;
          color: #575757;
          line-height: 32px;
        }

.spotlight--home .sidebar > div p a {
            text-decoration: underline;
          }

.spotlight--home .sidebar > div p a:hover {
              text-decoration: none !important;
            }

.spotlight--home .sidebar .block a {
          color: #575757 !important;
        }

.spotlight--home .sidebar .block a:hover {
            text-decoration: underline;
          }

.spotlight--home .sidebar .account {
        padding: 23px 32px 5px;
        background: #ffffff;
      }

.spotlight--home .sidebar .sidebar-menu {
        padding: 23px 32px 5px;
        background: #ffffff;
      }

.spotlight--home .sidebar .contact {
        padding: 23px 32px 5px;
        background: #ffffff;
      }

.spotlight--home .sidebar .links {
        padding: 23px 32px 5px;
        background: #ffffff;
      }

.spotlight--home .sidebar .widgets > div {
        padding: 23px 32px 5px;
        background: #ffffff;
      }

.spotlight--home .sidebar .account {
        position: relative;
        padding-bottom: 18px;
      }

.spotlight--home .sidebar .account h3 span {
            display: block;

            font-weight: 900;
            font-size: 24px;
          }

.spotlight--home .sidebar .account > a.logout {
            padding-right: 21px;

            position: absolute;
            top: 29px;
            right: 31px;

            font-weight: bold;
            font-size: 0;
            color: #8e8e8e;
            line-height: 15px;
            text-decoration: none;
          }

@media (min-width: 996px) {

.spotlight--home .sidebar .account > a.logout {
              font-size: 12px
          }
            }

.spotlight--home .sidebar .account > a.logout::after {

              content: '\E91D';

              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);

              font-size: 13px;
            }

.spotlight--home .sidebar .account > a.btn {
            width: 100%;
            margin-top: 20px;
            vertical-align: top;
          }

.spotlight--home .sidebar .sidebar-menu {
        padding-top: 0;
      }

.spotlight--home .sidebar .widgets > div {
        margin-top: 5px;
      }

.spotlight--home .sidebar .widgets > div:first-child {
          margin-top: 0;
        }

.spotlight--home .sidebar .widgets > div div[property="text"] {
          padding-bottom: 18px;
        }

.spotlight--home .sidebar .widgets > div div[property="text"] ul:last-child {
            margin-bottom: -18px;
          }

.home-page--spotlight-content {
  clear: both;
}

.home-page--spotlight-bottom {
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  -webkit-flex-wrap: nowrap;

      -ms-flex-wrap: nowrap;

          flex-wrap: nowrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          -webkit-box-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {

.home-page--spotlight-bottom {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row
}
  }

.home-page--spotlight-overview {
  width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
          flex: 0 0 100%;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: -webkit-box;

  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          -webkit-box-align: stretch;
          align-items: stretch;
}

@media (min-width: 996px) {

.home-page--spotlight-overview {
    width: 75%;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            -webkit-box-flex: 0;
            flex: 0 0 75%
}
  }

.home-page--spotlight-overview > div {
    width: 100%;
    height: 100%;
    margin: 0 0 5px;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            -webkit-box-flex: 1;
            flex: 1 1 100%;
  }

@media (min-width: 480px) {

.home-page--spotlight-overview > div {
      width: 50%;
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              -webkit-box-flex: 1;
              flex: 1 1 50%
  }

    }

@media (min-width: 996px) {

.home-page--spotlight-overview > div {
      width: 33.3333%;
      -webkit-flex: 1 1 33.3333%;
          -ms-flex: 1 1 33.3333%;
              -webkit-box-flex: 1;
              flex: 1 1 33.3333%;

      padding: 0;
      margin: 0
  }
    }

.home-page--spotlight-overview > div > div {
      width: 100%;
      height: 100%;
    }

.home-page--spotlight-overview .product-teaser {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            -webkit-box-flex: 1;
            flex: 1 1 100%;
  }

.home-page--spotlight-overview .product-teaser .product-teaser--wrapper {
      height: 100%;
      padding: 20px;
    }

.product-banner {
  position: relative;
  border-radius: 3px;
  min-height: 264px;
}

.product-banner--content, .product-banner--price-actions, .product-banner--image img {
    position: absolute;
  }

.product-banner .tag {
    position: relative;
    top: 0;
    z-index: 3;
  }

.product-banner--image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 3px;
  }

.product-banner--image img {
      z-index: 1;
      width: auto;
      height: 100%;
      border-radius: 3px;
    }

.product-banner--content, .product-banner--price-actions {
    z-index: 2;
  }

.product-banner--top-left {
    background: #006475;
  }

.product-banner--top-left .product-banner--content, .product-banner--top-left .product-banner--price-actions {
      left: 0;
      padding-left: 24px;
    }

.product-banner--top-left .product-banner--image img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
      }

.product-banner--top-left .product-banner--content {
      top: 23px;
    }

.product-banner--top-left .product-banner--price-actions {
      bottom: 20px;
    }

.product-banner--top-left .tag {
      left: -34px;
    }

.product-banner--bottom-left {
    background: #7eb9c3;
  }

.product-banner--bottom-left .product-banner--content, .product-banner--bottom-left .product-banner--price-actions {
      right: 0;
      padding-right: 24px;
      text-align: right;
    }

.product-banner--bottom-left .product-banner--content {
      top: 23px;
    }

.product-banner--bottom-left .product-banner--price-actions {
      bottom: 20px;
    }

.product-banner--bottom-left .tag {
      right: -34px;
    }

.product-banner--bottom-left .tag::after {
        border-left-color: #00778b;
        border-bottom-color: #00778b;
      }

.product-banner--right {
    background: #00778b;
  }

.product-banner--right .product-banner--content, .product-banner--right .product-banner--price-actions {
      right: 0;
      padding-right: 24px;
      text-align: right;
    }

@media (min-width: 768px) {

.product-banner--right .product-banner--content, .product-banner--right .product-banner--price-actions {
        padding-right: 48px
    }
      }

.product-banner--right .product-banner--content {
      top: 23px;
    }

@media (min-width: 768px) {

.product-banner--right .product-banner--content {
        top: 94px
    }
      }

.product-banner--right .product-banner--price-actions {
      bottom: 20px;
    }

@media (min-width: 768px) {

.product-banner--right .product-banner--price-actions {
        bottom: 44px
    }
      }

.product-banner--right .tag {
      right: -34px;
    }

@media (min-width: 768px) {

.product-banner--right .tag {
        right: -58px
    }
      }

.product-banner--format {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #fafafa;
    margin-top: 17px;
    font-size: 11px;
    line-height: 15px;
  }

.product-banner--name {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #fafafa;
    margin-top: 8px;
    font-size: 20px;
    line-height: 26px;
  }

.product-banner--specs {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #7eb9c3;
    margin-top: 12px;
    font-size: 14px;
    line-height: 19px;
  }

.product-banner--price {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    line-height: 33px;
  }

.product-banner--link .btn--small {
      margin-top: 15px;
      font-weight: 700;
    }

.top-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  margin-bottom: 4px;

  position: relative;
  border-radius: 3px;
}

@media (min-width: 996px) {

.top-banner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row
}
  }

.top-banner--content {
    width: 100%;
    padding: 0 16px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            -webkit-box-ordinal-group: 3;
            order: 2;
  }

@media (min-width: 996px) {

.top-banner--content {
      width: 40%;
      padding: 0 15px 0 25px;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center;

      position: relative;
      z-index: 1
  }
    }

.top-banner--title {
    margin-top: 50px;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #1c1c1c;
  }

@media (min-width: 996px) {

.top-banner--title {
      margin-top: 50px;
      font-size: 38px;
      line-height: 48px
  }
    }

.top-banner--link {
    font-family: 'Muli', sans-serif;
    font-size: 10px;
    line-height: 19px;
    font-weight: 700;
    color: #dc4405;

    margin-top: 20px;
  }

@media (min-width: 996px) {

.top-banner--link {
      margin-top: 40px
  }
    }

.top-banner--link a {
      display: inline-block;
      position: relative;
      padding: 15px;

      font-size: 14px;
      font-weight: 700;
      color: #ffffff;
      line-height: 21px;
      text-decoration: none;
      text-transform: uppercase;

      background: #fe5a5a;
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
              box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
    }

.top-banner--link a::before {

        content: "\E905";
        display: none;;

        position: absolute;
        top: 50%;
        left: 26px;

        -webkit-transform: translateY(-50%);

                transform: translateY(-50%);

        font-size: 10px;
      }

.top-banner--link a:hover {
        -webkit-box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
                box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
      }

@media (min-width: 996px) {

.top-banner--link a {
        padding: 15px 35px 15px 60px
    }

        .top-banner--link a::before {
          display: block;
        }
      }

.top-banner--image {
    height: auto;
    padding-bottom: 56.25%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            -webkit-box-flex: 1;
            flex-grow: 1;
    text-align: right;
    line-height: 0;

    background-color: transparent;
    background-position: left center;
    background-size: cover;
    -webkit-order: 1;
        -ms-flex-order: 1;
            -webkit-box-ordinal-group: 2;
            order: 1;
  }

@media (min-width: 996px) {

.top-banner--image {
      height: auto;
      padding-bottom: 0;

      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 0
  }
    }

.top-banner--wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

@media (min-width: 996px) {

.top-banner--wrapper {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              -webkit-box-pack: justify;
              justify-content: space-between
  }
    }

.top-banner--wrapper_left, .top-banner--wrapper_right {
      width: 100%;
      height: 194px;

      display: -webkit-flex;

      display: -ms-flexbox;

      display: -webkit-box;

      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              -webkit-box-pack: start;
              justify-content: flex-start;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;

      background-position: left center;
      background-repeat: no-repeat;
      background-size: cover;
    }

@media (min-width: 996px) {

.top-banner--wrapper_left, .top-banner--wrapper_right {
        max-width: calc(50% - 10px)
    }
      }

.top-banner--wrapper_left-content, .top-banner--wrapper_right-content {
        max-width: 45%;

        display: -webkit-flex;

        display: -ms-flexbox;

        display: -webkit-box;

        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;

        padding: 0 20px 0 25px;
      }

.top-banner--wrapper_left a {
        width: 100%;
        min-height: 30px;

        color: #06a38a;

        font-size: 14px;
        line-height: 18px;
        padding: 6px;
      }

.top-banner--wrapper_right a {
        width: 100%;
        min-height: 30px;

        color: #06a38a;

        font-size: 14px;
        line-height: 18px;
        padding: 6px;
      }

@media (min-width: 1024px) {

.top-banner--wrapper_left a, .top-banner--wrapper_right a {
          min-height: 48px;
          padding: 14px;

          font-size: 16px;
          line-height: 20px
      }
        }

.top-banner--wrapper_left a.only-child, .top-banner--wrapper_right a.only-child {
          margin-top: 0;
          padding: 6px 14px;
        }

@media (min-width: 1024px) {

.top-banner--wrapper_left a.only-child, .top-banner--wrapper_right a.only-child {
            margin-top: 0;
            padding: 14px 44px
        }
          }

.top-banner--wrapper_left p {
        color: #ffffff;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 20px;
      }

.top-banner--wrapper_right p {
        color: #ffffff;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 20px;
      }

@media (min-width: 996px) {

.top-banner--wrapper_left p, .top-banner--wrapper_right p {
          font-size: 20px;
          line-height: 25px
      }
        }

.top-banner--wrapper_left p + a, .top-banner--wrapper_right p + a {
          margin-top: 15px;
        }

@media (min-width: 1024px) {

.top-banner--wrapper_left p + a, .top-banner--wrapper_right p + a {
            margin-top: 26px
        }
          }

.top-banner--wrapper_left.centered, .top-banner--wrapper_right.centered {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;

        background-position: center center;
      }

.top-banner--wrapper_left.centered .top-banner--wrapper_left-content, .top-banner--wrapper_left.centered .top-banner--wrapper_right-content, .top-banner--wrapper_right.centered .top-banner--wrapper_left-content, .top-banner--wrapper_right.centered .top-banner--wrapper_right-content {
          max-width: 90%;
        }

.top-banner--wrapper_left.centered a, .top-banner--wrapper_right.centered a {
          width: auto;
          padding: 6px 14px;
        }

@media (min-width: 1024px) {

.top-banner--wrapper_left.centered a, .top-banner--wrapper_right.centered a {
            padding: 14px 44px
        }
          }

.home-page--banner .top-banner {
    height: 246px;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            -webkit-box-pack: center;

            justify-content: center;

    position: relative;
  }

.home-page--banner .top-banner .top-banner--content {
      position: relative;
      z-index: 1;
    }

.home-page--banner .top-banner .top-banner--image {
      height: auto;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;

      background-position: center center;
      background-size: cover;
    }

@media (min-width: 996px) {

.home-page--banner .top-banner .top-banner--image {
        height: 100%;
        padding-bottom: 0;

        background-position: left center;
        background-size: cover
    }
      }

@media (min-width: 768px) {

.home-page--banner {
    width: 75%;
    float: right;
    margin-bottom: 30px
}

    .home-page--banner .top-banner {
      height: 410px;

      -webkit-justify-content: flex-start;

          -ms-flex-pack: start;

              -webkit-box-pack: start;

              justify-content: flex-start;
    }
  }

.main-intro {
  position: relative;
  padding-bottom: 46px;
  margin-bottom: 40px;
}

.main-intro::before {

    content: "\E915";
    font-size: 66px;
    color: #fe5a5a;
    position: absolute;
    bottom: -14px;
  }

@media (min-width: 768px) {

.main-intro {
    margin-bottom: 64px
}
  }

.main-intro--center {
  text-align: center;
  }

.main-intro--center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

.main-intro--title {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #1c1c1c;
  }

@media (min-width: 768px) {

.main-intro--title {
      font-size: 36px;
      line-height: 56px
  }
    }

.main-intro--text {
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    line-height: 16px;

    font-style: italic;
    margin-top: 11px;
    color: #8e8e8e;
  }

@media (min-width: 768px) {

.main-intro--text {
      font-size: 14px;
      line-height: 24px
  }
    }

.icon-box-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 44px;
}

@media (min-width: 768px) {

.icon-box-group {
    margin-bottom: 85px
}
  }

.icon-box-group .icon-box {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            flex: 0 0 100%;
  }

@media (min-width: 480px) {

.icon-box-group .icon-box {
      max-width: 50%;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              -webkit-box-flex: 0;
              flex: 0 0 50%
  }
    }

@media (min-width: 768px) {

.icon-box-group .icon-box {
      max-width: 25%;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              -webkit-box-flex: 0;
              flex: 0 0 25%
  }
    }

.icon-box {
  text-decoration: none;
}

.icon-box--wrapper {
    position: relative;
  }

.icon-box--icon {
    text-align: center;
  }

.icon-box--icon img {
      display: block;
      width: 100%;
      max-width: 100%;
    }

.icon-box--icon + .icon-box--content {
     
    }

.icon-box--content {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }

@media (min-width: 768px) {

.icon-box--content {
      -webkit-align-self: start;
          -ms-flex-item-align: start;
                  -ms-grid-row-align: start;
              align-self: start
  }
    }

.icon-box--title {
    width: 100%;
    padding: 0 8px;

    font-family: 'Muli', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;

    position: absolute;
    bottom: 35px;
  }

@media (min-width: 768px) {

.icon-box--title {
      bottom: 35px
  }
    }

.questions {
  margin-bottom: 60px;
}

@media (min-width: 768px) {

.questions {
    margin-bottom: 120px
}
  }

.questions .question {
    display: block;
    padding: 20px 16px;

    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1c1c1c;
    text-decoration: none;

    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;

    margin-bottom: -1px;

    -webkit-transition: all .3s ease-out;

    transition: all .3s ease-out;
  }

.questions .question:hover {
      color: #fe5a5a;
    }

@media (min-width: 768px) {

.questions .question {
      padding: 36px 40px
  }
    }

.language-switcher {
  position: relative;
}

.language-switcher span {
    display: block;
    position: relative;
    cursor: pointer;
  }

#header .language-switcher span {
      height: 56px;
      line-height: 56px;
    }

#header .language-switcher span::after {
  
        content: '\E903';
  
        margin-left: 10px;
        font-size: 5px;
        line-height: 19px;

        position: relative;
        top: -2px;
      }

#footer .language-switcher span::before {
  
        content: '\E906';
  
        margin-right: 20px;
        font-size: 10px;
        line-height: 19px;
      }

.language-switcher ul {
    width: 100%;
    height: 80px;

    display: none;
    margin: 0;

    list-style-type: none;
    text-align: center;

    background: #ffffff;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
    border-radius: 4px;
  }

#header .language-switcher ul {
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: 1px;
    }

#footer .language-switcher ul {
      position: absolute;
      bottom: 100%;
      left: 0;
    }

@media (min-width: 768px) {

.language-switcher ul {
      text-align: left
  }

      #header .language-switcher ul {
        min-width: 40px;
        width: auto;
      }

      #footer .language-switcher ul {
        min-width: 150px;
        width: auto;
      }
    }

.language-switcher li {
    margin-top: 0;
  }

.language-switcher li:first-child a {
        border-radius: 4px 4px 0 0;
      }

.language-switcher li:last-child a {
        border-radius: 0 0 4px 4px;
      }

.language-switcher a {
    padding: 8px 12px;
    display: block;

    font-size: 14px;
    line-height: 24px;
    color: #1c1c1c;
    text-decoration: none;
  }

.language-switcher a:hover {
      color: #fe5a5a;
      text-decoration: none;
    }

.language-switcher.show ul {
      display: block;
    }

.main-menu--open {
  overflow: hidden;
}

@media (min-width: 768px) {

.main-menu--open {
    overflow: visible
}
  }

.main-menu .btn {
    padding: 0 16px;

    border: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);

    text-align: left;
  }

.main-menu .btn::before {
      display: none;
    }

.main-menu .btn::after {

      content: "\E903";

      display: inline-block !important;
      margin-left: 10px;

      position: relative;
      top: -2px;

      font-size: 5px;
    }

.main-menu > span {
    max-width: 100%;

    display: block;
    font-weight: 600;
    text-transform: none;
    overflow: visible;
  }

.main-menu > span:hover {
      opacity: 1;
    }

.main-menu--flyout {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

    width: 100%;

    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;

    background: #fafafa;
  }

.main-menu--flyout .main-menu--flyout-tab {
      display: none;
    }

.main-menu--flyout .main-menu--flyout-tab.show {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
      }

@media (min-width: 768px) {

.main-menu--flyout .main-menu--flyout-tab {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-flex: 0 1 auto;
              -ms-flex: 0 1 auto;
                  -webkit-box-flex: 0;
                  flex: 0 1 auto;
          width: 100%;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                  flex-direction: row;
          -webkit-align-items: stretch;
              -ms-flex-align: stretch;
                  -webkit-box-align: stretch;
                  align-items: stretch
    }

        .main-menu--flyout .main-menu--flyout-tab + .main-menu--flyout-tab {
          display: none;
        }
      }

@media (min-width: 768px) {

.main-menu--flyout {
      height: auto;

      position: absolute;
      top: 56px;
      left: 16px;
      right: 16px;
      bottom: auto;

      overflow: hidden;

      border-radius: 0 3px 3px 3px;
      -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
              box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4)
  }
    }

.main-menu--flyout-close {
      width: 17px;
      height: 17px;
      margin: 23px 16px 0 0;
      float: right;
      cursor: pointer;
    }

.main-menu--flyout-close:before {

        content: '\E918';

        display: block;

        font-size: 17px;
        color: #1c1c1c;
      }

@media (min-width: 768px) {

.main-menu--flyout-close {
        display: none
    }
      }

.main-menu--flyout-icons {
      height: 64px;
      display: none;

      background-color: #ffffff;
    }

@media (min-width: 768px) {

.main-menu--flyout-icons {
        display: none !important
    }
      }

.main-menu--flyout-icons > span, .main-menu--flyout-icons > a {
        width: 20%;
        height: 64px;
        display: block;
        float: left;
        margin: 0;

        position: relative;
        text-decoration: none;
      }

.main-menu--flyout-icons > span > span, .main-menu--flyout-icons > a > span {
          position: absolute;
          top: 12px;
          right: 23%;
        }

.main-menu--flyout-icons > span.active {
          background-color: #fafafa;
        }

.main-menu--flyout-icons > a.active {
          background-color: #fafafa;
        }

.main-menu--flyout-icons > span::before {

          width: 100%;
          height: 64px;
          display: block;

          font-size: 19px;
          text-align: center;
          line-height: 64px;
          color: #1c1c1c;
        }

.main-menu--flyout-icons > a::before {

          width: 100%;
          height: 64px;
          display: block;

          font-size: 19px;
          text-align: center;
          line-height: 64px;
          color: #1c1c1c;
        }

.main-menu--flyout-icons .icon--menu::before {
        content: '\E900';
      }

.main-menu--flyout-icons .icon--user::before {
        content: '\E917';
      }

.main-menu--flyout-icons .icon--alert::before {
        content: '\E902';
      }

.main-menu--flyout-icons .icon--cart::before {
        content: '\E907';
      }

.main-menu--mobile .main-menu--flyout-icons {
        display: block;
      }

.main-menu--mobile .main-menu--flyout-icons + .main-menu--flyout-close {
           display: none;
         }

.main-menu--flyout form {
      width: 100%;
      padding: 0 16px;
      margin: 16px 0 32px;
      clear: both;
      float: left;
    }

@media (min-width: 768px) {

.main-menu--flyout form {
        width: 77.5%;
        padding-left: 28px;
        margin: 18px 0 0;
        float: right
    }
      }

.main-menu--flyout form .form-wrapper {
        position: relative;
      }

@media (min-width: 768px) {

.main-menu--flyout form .form-wrapper {
          width: 33.3333%
      }
        }

.main-menu--flyout form input[type="text"] {
        height: auto;
        padding: 9px 45px 10px 16px;

        background: #ffffff;
        border: 1px solid #dbdbdc;
        border-radius: 4px;

        font-size: 16px;
        line-height: 19px;
      }

.main-menu--flyout form button {
        width: 40px;
        height: 40px;

        position: absolute;
        top: 0;
        right: 0;

        text-align: center;
      }

.main-menu--flyout form button::before {

          content: '\E913';

          font-size: 16px;
          line-height: 40px;
        }

.main-menu--flyout .main-menu--view-az {
      clear: both;
      padding: 0 16px 19px;
      display: block;

      font-weight: 600;
      font-size: 14px;
      color: #272727;
      line-height: 32px;
      text-decoration: none;
    }

@media (min-width: 768px) {

.main-menu--flyout .main-menu--view-az {
        width: 22.5%;
        padding: 15px 16px 19px 37px;
        float: left;
        clear: none;

        font-size: 16px;
        line-height: 26px;

        background: #ffffff
    }
      }

@media (min-width: 768px) {

.main-menu--flyout .main-menu--view-az.active {
          background: #fafafa
      }

.main-menu--flyout .main-menu--view-az:hover {
          background: #fafafa
      }
        }

.main-menu--flyout-content {

    }

.main-menu--flyout-sidebar {
      width: 100%;
      padding-bottom: 32px;

      position: relative;
      background: #ffffff;
    }

@media (min-width: 768px) {

.main-menu--flyout-sidebar {
        width: 22.5%;
        padding-bottom: 76px
    }
      }

.main-menu--flyout-sidebar h3 {
        padding: 23px 16px 7px;

        font-weight: 700;
        font-size: 20px;
        color: #1c1c1c;
        line-height: 25px;

        position: relative;

        border-top: 1px solid #fafafa;
      }

@media (min-width: 768px) {

.main-menu--flyout-sidebar h3 {
          padding: 27px 16px 7px 37px
      }

          .main-menu--flyout-sidebar h3::before {
            border-top: 0;
          }
        }

.main-menu--flyout-sidebar h3 + ul {
          padding-top: 0;
        }

.main-menu--flyout-sidebar ul {
        padding: 23px 0 14px;
        margin: 0;

        list-style-type: none;
      }

@media (min-width: 768px) {

.main-menu--flyout-sidebar ul {
          padding: 0 0 14px
      }
        }

.main-menu--flyout-sidebar li ~ li {
          margin-top: 0;
        }

.main-menu--flyout-sidebar a {
        padding: 0 16px;
        display: block;

        font-size: 16px;
        font-weight: 600;
        color: #262223;
        line-height: 29px;
        text-decoration: none;

        position: relative;
      }

@media (min-width: 768px) {

.main-menu--flyout-sidebar a {
          padding: 0 10px 0 37px;

          font-size: 16px;
          line-height: 29px
      }
        }

.main-menu--flyout-sidebar a.active {
          background: #fafafa;
          text-decoration: none;
        }

.main-menu--flyout-sidebar a:hover {
          background: #fafafa;
          text-decoration: none;
        }

.main-menu--flyout-sidebar a.main-menu--view-possibilities {
          padding: 18px 34px 16px 83px;
          display: none;

          font-size: 15px;
          color: #1c1c1c;
          line-height: 21px;

          background-color: #ffffff;

          position: absolute;
          bottom: 0;
          left: 0;
        }

@media (min-width: 768px) {

.main-menu--flyout-sidebar a.main-menu--view-possibilities {
            display: block
        }
          }

.main-menu--flyout-sidebar a.main-menu--view-possibilities::before, .main-menu--flyout-sidebar a.main-menu--view-possibilities::after {

            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
          }

.main-menu--flyout-sidebar a.main-menu--view-possibilities::before {
            content: '\E914';

            font-size: 32px;

            left: 25px;
          }

.main-menu--flyout-sidebar a.main-menu--view-possibilities::after {
            content: '\E905';

            font-size: 8px;

            right: 32px;

            -webkit-transition: all .3s ease-out;

            transition: all .3s ease-out;
          }

.main-menu--flyout-sidebar a.main-menu--view-possibilities:hover {
            background: #fafafa;
          }

.main-menu--flyout-sidebar a.main-menu--view-possibilities:hover::after {
              right: 28px;
            }

.main-menu--flyout-menu-content {
      position: fixed;
      top: 0;
      left: 100%;

      -webkit-transition: all .15s ease-out;

      transition: all .15s ease-out;
      background: #fafafa;
    }

.main-menu--mobile .main-menu--flyout-menu-content {
        top: 56px;
      }

.main-menu--flyout-menu-content.show-menu-items {
        left: 0;
      }

@media (min-width: 768px) {

.main-menu--flyout-menu-content.show-menu-items {
          left: auto
      }
        }

@media (min-width: 768px) {

.main-menu--flyout-menu-content {
        width: 77.5%;

        position: static
    }
      }

@media (min-width: 768px) {

.main-menu--flyout-menu-content .main-menu--item-main {
          -webkit-columns: 150px 3;
                  columns: 150px 3
      }
        }

@media (min-width: 996px) {

.main-menu--flyout-menu-content .main-menu--item-main {
          -webkit-columns: 150px 4;
                  columns: 150px 4
      }
        }

@media (min-width: 1280px) {

.main-menu--flyout-menu-content .main-menu--item-main {
          -webkit-columns: 150px 5;
                  columns: 150px 5;
          padding-top: 11px
      }
        }

.main-menu--flyout-menu-content .main-menu--item {
        width: 100vw;
        height: 100vh;
        display: none;
        padding-bottom: 60px;

        overflow-y: scroll;
      }

@media (min-width: 768px) {

.main-menu--flyout-menu-content .main-menu--item {
          width: 100%;
          height: auto;
          overflow: hidden;
          padding-bottom: 40px
      }
        }

.main-menu--flyout-menu-content .main-menu--item.show {
          display: block;
        }

@media (min-width: 768px) {

.main-menu--flyout-menu-content .main-menu--item:not(.main-menu--item-main) {
            margin-top: -58px
        }
          }

.main-menu--flyout-menu-content .main-menu--item .menu-back {
          padding: 16px;
          display: block;
          margin-top: 30px;

          font-size: 14px;
          color: #292929;
          line-height: 24px;
          text-decoration: none;

          position: relative;
        }

.main-menu--flyout-menu-content .main-menu--item .menu-back::before {

            content: '\E904';

            margin-right: 18px;

            font-size: 8px;
            color: #292929;
            line-height: 24px;
          }

@media (min-width: 768px) {

.main-menu--flyout-menu-content .main-menu--item .menu-back {
            display: none
        }
          }

@media (min-width: 768px) {

.main-menu--flyout-menu-content .main-menu--item form {
            display: none
        }
          }

.main-menu--flyout-menu-content .main-menu--item-content {
        margin-top: 0;
      }

@media (min-width: 768px) {

.main-menu--flyout-menu-content .main-menu--item-content {
          -webkit-columns: 150px 5;
                  columns: 150px 5
      }
        }

.main-menu--flyout-menu-content .main-menu--item-header-img {
        position: relative;
        height: 322px;
        background-size: cover;
      }

.main-menu--flyout-menu-content .main-menu--item-header-content {
        position: absolute;
        bottom: -31px;
        left: 33px;
        z-index: 1;
      }

.main-menu--flyout-menu-content .main-menu--item-header-content .indicator {
          margin-bottom: 7px;
        }

.main-menu--flyout-menu-content .main-menu--item-header-content h2 {
          margin-bottom: 24px;

          font-size: 36px;
          font-weight: 700;
          color: #1c1c1c;
          line-height: 40px;
        }

.main-menu--flyout-menu-content .main-menu--item-header-content .main-menu--btn {
          min-height: 42px;
          padding-left: 16px;

          background: #fe5a5a;
          border: 0;
          -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
                  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);

          font-size: 12px;
          font-weight: 700;
          color: #ffffff;
          line-height: 42px;
          letter-spacing: 0.67px;
          text-transform: uppercase;

          position: relative;
        }

.main-menu--flyout-menu-content .main-menu--item-header-content .main-menu--btn::before {

            content: '\E905';

            position: absolute;
            top: 50%;
            left: 25px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);

            font-size: 15px;
          }

.main-menu--flyout-menu-content ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: block;
        vertical-align: top;
      }

@media (min-width: 768px) {

.main-menu--flyout-menu-content ul {
          display: inline-block
      }
        }

.main-menu--flyout-menu-content ul li {
          line-height: 26px;
        }

.main-menu--flyout-menu-content ul li ~ li {
            margin: 0;
          }

.main-menu--flyout-menu-content ul span {
          display: block;
          padding: 0 16px 0 16px;

          font-size: 11px;
          line-height: 26px;
          font-weight: 700;
          color: #fe5a5a !important;
        }

@media (min-width: 768px) {

.main-menu--flyout-menu-content ul span {
            padding: 0 16px 0 36px
        }
          }

.main-menu--flyout-menu-content ul a {
          display: block;
          padding: 0 16px 0 16px;

          font-size: 14px;
          font-weight: 600;
          color: #1c1c1c;
          line-height: 32px;
          text-decoration: none;
        }

@media (min-width: 768px) {

.main-menu--flyout-menu-content ul a {
            padding: 0 16px 0 36px;

            font-size: 13px;
            line-height: 26px
        }
          }

.main-menu--flyout-menu-content ul a:hover {
            text-decoration: underline !important;
          }

@media (min-width: 768px) {
      .main-menu.hide-form form {
        display: none;
      }
    }

@media (min-width: 768px) {

.main-menu--normal .main-menu.show > span::after {
            display: block
        }
          }

@media (min-width: 768px) {

.main-menu--normal .main-menu.show .main-menu--flyout {
          height: auto
      }
        }

.main-menu--mobile .main-menu.show .main-menu--flyout {
        left: 0;
      }

.main-menu--normal .main-menu--flyout {
  left: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 768px) {

.main-menu--normal .main-menu--flyout {
    left: 0;
    right: 0;

    width: auto
}
  }

html .main-menu--mobile {
    overflow: hidden;
  }

.main-menu--mobile .main-menu--flyout {
    width: 100vw;
    max-height: calc(100vh - 40px);
    height: calc(100vh - 40px);
    top: 56px;
    left: 100%;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out;
  }

.main-menu--mobile .main-menu ~ .branding, .main-menu--mobile .main-menu ~ .user-action {
      position: relative;
      z-index: -1;
    }

.user-action {
  text-align: right;
  -webkit-order: 2;
      -ms-flex-order: 2;
          -webkit-box-ordinal-group: 3;
          order: 2;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {

.user-action {
    -webkit-order: 3;
        -ms-flex-order: 3;
            -webkit-box-ordinal-group: 4;
            order: 3;
    padding-right: 0
}
  }

.user-action--links {
    display: block;
    vertical-align: middle;
  }

@media (min-width: 768px) {

.user-action--links {
      display: inline-block;
      border-radius: 3px
  }
    }

.user-action a {
    width: 20%;
    height: 32px;
    min-width: 40px;
    padding: 0;
    display: inline-block;

    border-radius: 3px;

    color: #1c1c1c;
    font-size: 0;
    vertical-align: middle;
    text-decoration: none;

    position: relative;
  }

@media (min-width: 768px) {

.user-action a {
      width: 56px;
      height: 56px;

      font-size: 14px;
      line-height: 16px
  }
    }

.user-action a.cart--trigger::before {

        content: '\E907';

        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);

        font-size: 16px;
        line-height: 16px;
      }

@media (min-width: 768px) {

.user-action a.cart--trigger::before {
          left: auto;
          right: 22px;
          -webkit-transform: translateY(-50%) translateX(0);
                  transform: translateY(-50%) translateX(0);
          font-size: 24px
      }
        }

.user-action a.cart--trigger span {
        position: absolute;
        top: -4px;
        left: 16px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
      }

@media (min-width: 768px) {

.user-action a.cart--trigger span {
          top: 7px;
          left: auto;
          right: 13px
      }
        }

.user-action a.cart--trigger::after {

        content: '\E903';
        font-size: 5px;
        line-height: 56px;
        position: relative;
        top: -2px;
        left: -9px;
      }

.user-action .cart--overview {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    position: relative;
  }

.user-action .cart--overview-summary {
      padding: 80px 32px 32px 20px;
      display: none;

      background: #ffffff;
      -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
              box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
      border-radius: 4px 0 4px 4px;
      text-align: left;

      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

@media (min-width: 768px) {

.user-action .cart--overview-summary {
        padding-top: 20px;

        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        bottom: auto;
        margin-top: 0
    }
      }

.user-action .cart--overview-summary-close {
        display: block;
        text-align: right;
        cursor: pointer;
      }

@media (min-width: 768px) {

.user-action .cart--overview-summary-close {
          display: none
      }
        }

.user-action .cart--overview .row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
    }

.user-action .cart--overview .divide {
      margin-top: 16px;
      padding-top: 24px;
      border-top: 2px solid #dadada;
    }

.user-action .cart--overview .total span {
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
      }

.user-action .cart--overview label, .user-action .cart--overview span {
      width: 50%;
    }

.user-action .cart--overview label {
      margin-bottom: 0;

      font-weight: 600;
      font-size: 14px;
      color: #1c1c1c;
      line-height: 32px;
    }

.user-action .cart--overview label + span {
        font-weight: 700;
        font-size: 16px;
        color: #1c1c1c;
        text-align: right;
        line-height: 32px;
      }

.user-action .cart--overview span.count-indicator {
      width: auto;
    }

.user-action .cart--overview .amount {
      color: #1c1c1c;
      line-height: 32px;
    }

.user-action .cart--overview .type {
      color: #1c1c1c;
      line-height: 32px;
    }

.user-action .cart--overview .price {
      color: #1c1c1c;
      line-height: 32px;
    }

.user-action .cart--overview .amount {
      width: 60px;

      font-weight: 700;
      font-size: 14px;
      text-align: left;
    }

.user-action .cart--overview .type {
      width: 180px;

      font-weight: 600;
      font-size: 14px;
    }

.user-action .cart--overview .price {
      width: 100px;

      font-weight: 700;
      font-size: 16px;
      text-align: right;
    }

.user-action .cart--overview .actions {
      padding-top: 32px;
    }

.user-action .cart--overview .btn {
      max-width: 45%;
      height: auto;
      padding: 13px;

      font-weight: 700;
      font-size: 11px;
      border: 0;
      text-align: center;
    }

.user-action .cart--overview .btn--accent {
      margin-left: 10%;
      color: #ffffff !important;
    }

.show-cart-summary .cart--overview-summary {
    display: block;
    z-index: 102;
  }

.banner {
  position: relative;
}

.banner .container {
    padding: 0;
  }

.banner .row {
    margin: 0;
  }

.banner .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

.content--pre .banner .row .col-sm-12 {
      padding-left: 0;
      padding-right: 0;
    }

.banner--wrapper {
    position: relative;
    overflow: hidden;
  }

.banner--img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    overflow: hidden;

    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

@media (min-width: 768px) {

.banner--img {
      background-size: auto
  }
    }

.banner--content {
    padding: 132px 0 32px 0;

    position: relative;
    z-index: 3;
  }

@media (min-width: 768px) {

.banner--content {
      padding: 70px 20px 60px 55%
  }
    }

.banner--title {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1c1c1c;
    line-height: 24px;

    position: relative;
  }

@media (min-width: 768px) {

.banner--title {
      font-size: 36px;
      line-height: 40px
  }
    }

.banner--subtitle {
    margin-top: 0;

    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1c1c1c;
    line-height: 32px;
  }

.banner--cta.btn {
      height: auto;
      margin-top: 25px;
      padding-top: 3px;
      padding-bottom: 5px;

      font-weight: 700;
      font-size: 12px;
      color: #ffffff;
      letter-spacing: 0.67px;
      line-height: 48px;

      border: 0;
      -webkit-box-shadow: 0 10px 9px 0 (0, 0, 0, .06);
              box-shadow: 0 10px 9px 0 (0, 0, 0, .06);
      background: #fe5a5a;
    }

.banner--text {
    padding-top: 18px;
  }

@media (min-width: 768px) {

.banner--text {
      padding-top: 30px
  }
    }

.banner--text {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 32px;
  }

.banner--text p {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 32px;
  }

.banner--link {
    padding-top: 16px;
  }

.banner--left .banner--title {
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
    }

.banner--left .banner--text {
      padding-top: 30px;

      font-weight: 600;
      font-size: 16px;
      color: #1c1c1c;
      line-height: 32px;

      /* @media (--media-sm) {
        padding-top: 70px;
      } */
    }

.banner--right .banner--text {
      margin-bottom: 40px;

      font-size: 13px;
      line-height: 32px;
      color: #1c1c1c;
    }

@media (min-width: 768px) {

.banner--right .banner--text {
        padding-top: 0;
        padding-bottom: 24px
        /* margin-bottom: 75px !important; */

        /* line-height: 40px; */
        /* border-bottom: 1px solid var(--color-banner-product-seperator); */
    }
      }

.banner--right .left {
      width: 100%;
    }

@media (min-width: 768px) {

.banner--right .left {
        width: 60%
    }
      }

.banner--right .right {
      width: 100%;
      text-align: left;
    }

@media (min-width: 768px) {

.banner--right .right {
        width: 40%;
        text-align: right
    }
      }

.banner--right .col-sm-12 {
      padding: 0 24px;
    }

.banner--right .banner--link {
      min-height: 48px;
    }

.banner--right .btn {
      width: 100%;
    }

.banner.banner--blog {
    padding-bottom: 30px;
  }

@media (min-width: 768px) {

.banner.banner--blog {
      padding-bottom: 63px
  }
    }

.banner.banner--blog .row {
      width: auto;
      margin: 0 -16px;
    }

.banner.banner--blog .col-sm-12 {
      padding-left: 16px;
      padding-right: 16px;
    }

.banner.banner--blog .banner--wrapper {
      overflow: visible;
    }

.banner.banner--blog .banner--img {
      position: static;
    }

.banner.banner--blog .banner--content {
      padding: 22px 0 0;
    }

@media (min-width: 768px) {

.banner.banner--blog .banner--content {
        padding: 22px 0 0
    }
      }

.banner.banner--blog .banner--title {
      font-weight: 700;
      font-size: 28px;
      color: #2a3a3e;
      line-height: 48px;
    }

.banner.banner--blog .banner--description {
      padding-top: 10px;
    }

.banner.banner--blog .banner--description p {
        font-weight: 600;
        font-size: 16px;
        color: #575757;
        line-height: 24px;
      }

.banner.banner--blog .banner--cta {
      background-color: #ffffff;
      -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
              box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
      color: #fe5a5a;
    }

.banner.banner--blog .banner--cta:hover {
        -webkit-box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
                box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
        text-decoration: none;
      }

.banner.banner--top {
    width: 100%;
    -webkit-order: 4;
        -ms-flex-order: 4;
            -webkit-box-ordinal-group: 5;
            order: 4;
    position: relative;
    z-index: 0;
  }

@media (min-width: 768px) {

.banner.banner--top {
      margin-top: -87px
  }
    }

.banner.banner--top:last-child, .banner.banner--top + *:last-child {
      -webkit-order: 5;
          -ms-flex-order: 5;
              -webkit-box-ordinal-group: 6;
              order: 5;
      margin-bottom: -120px;
    }

.banner.banner--top .container {
      max-width: none;
      margin: 0 -22px;
    }

.banner.banner--top .banner--wrapper {
      padding-top: 33.3333%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row;
      overflow: visible;
    }

@media (min-width: 768px) {

.banner.banner--top .banner--wrapper {
        height: 480px;
        padding-top: 0
    }
      }

.banner.banner--top .banner--subtitle {
      margin-top: 12px;
    }

.banner.banner--top .banner--date {
      margin-top: 10px;
      display: block;

      font-size: 12px;
      color: #00778b;
      line-height: 24px;
    }

@media (min-width: 768px) {

.banner.banner--top .banner--date {
        display: inline-block;
        margin-top: 0;
        margin-left: 32px;

        font-size: 16px;
        line-height: 32px
    }
      }

.banner.banner--top .banner--date + .banner--title {
        margin-top: 0;
      }

@media (min-width: 768px) {

.banner.banner--top .banner--date + .banner--title {
          margin-top: 16px
      }
        }

.banner.banner--top .banner--content {
      width: 100%;
      padding: 20px 22px 0;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
    }

@media (min-width: 768px) {

.banner.banner--top .banner--content {
        width: auto;
        padding: 0 22px;
        margin-bottom: -37px
    }
      }

@media (min-width: 768px) {

.banner.banner--top.banner--segment .banner--content {
          margin-bottom: 30px
      }
        }

#footer .banner {
    margin-bottom: -310px;
    top: -310px;
  }

#footer .contact-us-faq {
    margin-bottom: -230px;
    top: -230px;
  }

#footer .contact-us-faq .banner--content {
        padding-top: 55px;
        padding-bottom: 55px;
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
      }

@media (min-width: 768px) {

#footer .contact-us-faq .banner--content {
          padding-top: 110px;
          padding-bottom: 110px
      }
        }

#footer .contact-us-faq .banner--img {
        background: #81dcb4 no-repeat center center;
        background-size: cover;

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }

#footer .contact-us-faq .banner--title {
        padding-bottom: 0;
      }

#footer .contact-us-faq .banner--title::before {
          display: none;
        }

#footer .contact-us-faq .banner--text {
        padding-top: 14px;
      }

#footer .contact-us-faq .banner--text {
        font-size: 16px;
        color: #1c1c1c;
        line-height: 24px;
      }

#footer .contact-us-faq .banner--text p {
        font-size: 16px;
        color: #1c1c1c;
        line-height: 24px;
      }

#footer .contact-us-faq .banner--link {
        padding-top: 40px;
      }

.page--home #footer, .page--splash #footer {
    margin-top: 310px;
  }

.page--faq #footer {
    margin-top: 230px;
  }

.page--blog-detail .banner--top .banner--img {
      background: #000000;
    }

.page--blog-detail .banner--top .banner--img::before {
        opacity: 1;
      }

.page--blog-detail #footer {
    margin-top: 230px;
  }

.page--blog-overview .banner--top .banner--title {
      padding-bottom: 16px;
    }

.page--product .content--pre.content--pre-banner, .page--request-quote .content--pre.content--pre-banner {
    margin-bottom: 70px;
    padding-bottom: 0;
  }

.page--product .banner.banner--top .banner--content, .page--request-quote .banner.banner--top .banner--content {
      padding: 35px 22px 0;
      margin-bottom: 0;

      -webkit-align-self: flex-start;

          -ms-flex-item-align: start;

              align-self: flex-start;
    }

@media (min-width: 768px) {

.page--product .banner.banner--top .banner--content, .page--request-quote .banner.banner--top .banner--content {
        max-width: 560px;
        padding: 90px 40px 0
    }
      }

.page--product .banner.banner--top .banner--content .banner--title {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 30px;
        line-height: 38px;
        color: #000000;
      }

.page--request-quote .banner.banner--top .banner--content .banner--title {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 30px;
        line-height: 38px;
        color: #000000;
      }

@media (min-width: 768px) {

.page--product .banner.banner--top .banner--content .banner--title, .page--request-quote .banner.banner--top .banner--content .banner--title {
          font-size: 60px;
          line-height: 75px
      }
        }

.page--product .banner.banner--top .banner--content .banner--description {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 22px;
        line-height: 28px;
        color: #000000;
      }

.page--request-quote .banner.banner--top .banner--content .banner--description {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 22px;
        line-height: 28px;
        color: #000000;
      }

.page--product .banner.banner--top .banner--content .banner--description li {
          font-family: 'Source Sans Pro', sans-serif;
          font-size: 22px;
          line-height: 28px;
          color: #000000;
        }

.page--request-quote .banner.banner--top .banner--content .banner--description li {
          font-family: 'Source Sans Pro', sans-serif;
          font-size: 22px;
          line-height: 28px;
          color: #000000;
        }

.page--product .banner.banner--top .banner--content .banner--description .intro, .page--request-quote .banner.banner--top .banner--content .banner--description .intro {
          margin-top: 3px;

          color: #000000;
          font-weight: 400;
        }

.page--product .banner.banner--top .banner--content .banner--description .intro p, .page--request-quote .banner.banner--top .banner--content .banner--description .intro p {
            color: #000000;
          }

.page--product .banner.banner--top .banner--content .banner--description .description, .page--request-quote .banner.banner--top .banner--content .banner--description .description {
          margin-top: 30px;

          font-weight: 700;
          color: #000000;
        }

.page--product .banner.banner--top .banner--content .banner--description .description p, .page--product .banner.banner--top .banner--content .banner--description .description li, .page--request-quote .banner.banner--top .banner--content .banner--description .description p, .page--request-quote .banner.banner--top .banner--content .banner--description .description li {
            color: #000000;
            font-weight: 700;
          }

.page--product .banner.banner--top .banner--content > a {
        margin-top: 34px;
        display: inline-block;

        font-family: 'Source Sans Pro', sans-serif;
        font-size: 18px;
        line-height: 23px;
        text-decoration: underline;
        color: #000000;
      }

.page--request-quote .banner.banner--top .banner--content > a {
        margin-top: 34px;
        display: inline-block;

        font-family: 'Source Sans Pro', sans-serif;
        font-size: 18px;
        line-height: 23px;
        text-decoration: underline;
        color: #000000;
      }

.page--product .banner.banner--top:last-child, .page--product .banner.banner--top + *:last-child, .page--request-quote .banner.banner--top:last-child, .page--request-quote .banner.banner--top + *:last-child {
      margin-bottom: 0;
    }

.page--product #footer, .page--request-quote #footer {
    padding-top: 0;
  }

@media (min-width: 1460px) {

.page--product #footer, .page--request-quote #footer {
      padding-top: 170px
  }
    }

.page--product .banner--product, .page--request-quote .banner--product {
    padding: 16px;
  }

@media (min-width: 768px) {

.page--product .banner--product, .page--request-quote .banner--product {
      padding: 24px
  }
    }

@media (min-width: 1460px) {

.page--product .banner--product, .page--request-quote .banner--product {
      margin-top: 94px
      /* margin-bottom: -170px; */
  }
    }

.page--product .banner--product .row, .page--request-quote .banner--product .row {
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;
    }

.page--product .banner--product .banner--img, .page--request-quote .banner--product .banner--img {
        position: absolute;
        /* this color is specific to the banner image */
        background-color: #73a1c3;
      }

.page--product .banner--product .banner--description {
        font-weight: 600;
        font-size: 16px;
        color: #1c1c1c;
        line-height: 32px;
      }

.page--request-quote .banner--product .banner--description {
        font-weight: 600;
        font-size: 16px;
        color: #1c1c1c;
        line-height: 32px;
      }

.page--product .banner--product .banner--content, .page--request-quote .banner--product .banner--content {
        padding-top: 32px;
        padding-left: 20%;
        padding-right: 5%;
      }

@media (min-width: 768px) {

.page--product .banner--product .banner--content, .page--request-quote .banner--product .banner--content {
          padding-top: 70px;
          padding-bottom: 55px
      }
        }

@media (min-width: 768px) {

.page--product .banner--product .banner--left, .page--request-quote .banner--product .banner--left {
          width: 50%;
          padding-right: 24px
      }
        }

@media (min-width: 1460px) {

.page--product .banner--product .banner--left, .page--request-quote .banner--product .banner--left {
          width: 35%;
          padding-right: 0
      }
        }

.page--product .banner--product .banner--right, .page--request-quote .banner--product .banner--right {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
      }

@media (min-width: 768px) {

.page--product .banner--product .banner--right, .page--request-quote .banner--product .banner--right {
          width: 50%;
          padding-left: 48px
      }
        }

@media (min-width: 1460px) {

.page--product .banner--product .banner--right, .page--request-quote .banner--product .banner--right {
          width: 40%;
          padding-left: 80px
      }
        }

.page--product .banner--product .banner--right > div, .page--request-quote .banner--product .banner--right > div {
          -webkit-flex: 1;
              -ms-flex: 1;
                  -webkit-box-flex: 1;
                  flex: 1;
        }

.page--product .banner--product .banner--link, .page--request-quote .banner--product .banner--link {
        width: 100%;

        -webkit-align-self: flex-end;

            -ms-flex-item-align: end;

                align-self: flex-end;

        position: relative;
      }

.page--product .banner--product .banner--link a {
          position: absolute;
          bottom: 0;

          background: #fe5a5a;
          color: #ffffff;
          text-decoration: none;
          border: 0;
        }

.page--request-quote .banner--product .banner--link a {
          position: absolute;
          bottom: 0;

          background: #fe5a5a;
          color: #ffffff;
          text-decoration: none;
          border: 0;
        }

.page--request-quote .container--content {
    padding-top: 0;
    margin-top: 32px;
  }

.page--request-quote .container--content .block--usps {
      padding-bottom: 0;
    }

@media (min-width: 996px) {

.page--request-quote .container--content {
      padding-top: 0;
      margin-top: 65px
  }
    }

.content--banner {
  margin-top: 35px;
}

#footer .content--banner .col-sm-12 {
      padding: 0;
    }

.content--banner-container {
    position: relative;
    overflow: hidden;
  }

@media (min-width: 768px) {

.content--banner-container .content--banner-img {
        width: 50%
    }
      }

.content--banner-container.content--banner-light {
      background: #ffad8e;
    }

.content--banner-container.content--banner-light .content--banner-content h2 {
          color: #ffffff;
        }

.content--banner-container.content--banner-light .content--banner-content p {
          color: #ffffff;
        }

.content--banner-container.content--banner-light .content--banner-content li {
          color: #ffffff;
        }

.content--banner-container.content--banner-light .content--banner-content > a {
          color: #ffffff;
        }

.content--banner-container.content--banner-dark {
      background: #b4d4e1;
    }

.content--banner-container.content--banner-dark .content--banner-content h2 {
          color: #1c1c1c !important;
        }

.content--banner-container.content--banner-dark .content--banner-content p {
          color: #1c1c1c !important;
        }

.content--banner-container.content--banner-dark .content--banner-content li {
          color: #1c1c1c !important;
        }

.content--banner-container.content--banner-dark .content--banner-content > a {
          color: #1c1c1c !important;
        }

#content .content--banner-container {
      margin-bottom: 60px;
    }

@media (min-width: 768px) {

#content .content--banner-container {
        margin-bottom: 130px
    }
      }

#content .content--banner-container .content--banner-img {
        padding: 80px 24px 0;
        position: relative;
        overflow: hidden;
        text-align: center;
      }

@media (min-width: 768px) {

#content .content--banner-container .content--banner-img {
          padding: 0 24px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  -webkit-box-pack: center;
                  justify-content: center
      }
        }

#content .content--banner-container .content--banner-img::before {
          content: ' ';

          width: 100%;
          height: 100%;

          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;

          background: transparent url(/assets/app/Resources/public/img/belprinto/banner-swirl.png) no-repeat center top;
          background-size: 100% auto;
        }

#content .content--banner-container .content--banner-img img {
          width: auto;
          display: inline-block;
          position: relative;
          z-index: 1;
        }

@media (min-width: 768px) {

#content .content--banner-container .content--banner-img img {
            margin-top: auto
        }
          }

#content .content--banner-container .content--banner-content {
        padding: 40px 16px 30px 16px;
      }

@media (min-width: 768px) {

#content .content--banner-container .content--banner-content {
          padding: 55px 24px 90px 24px;
          max-width: 40%
      }
        }

@media (min-width: 996px) {

#content .content--banner-container .content--banner-content {
          padding-top: 110px;
          padding-bottom: 183px
      }
        }

#content .content--banner-container .content--banner-content h2 + div {
            margin-top: 25px;
          }

#footer .content--banner-container {
      margin-bottom: -358px !important;
      top: -310px;

      padding-top: 56.25%;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              -webkit-box-pack: start;
              justify-content: flex-start;

      background: rgba(0, 0, 0, 0);
    }

@media (min-width: 768px) {

#footer .content--banner-container {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row;
        padding-top: 0
    }
      }

#footer .content--banner-container .content--banner-img {
        height: 0;
        padding-bottom: 56.25%;

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
      }

@media (min-width: 768px) {

#footer .content--banner-container .content--banner-img {
          width: 100%;
          max-width: 100%;
          height: auto;
          padding-bottom: 0;

          background-position: left center
      }
        }

#footer .content--banner-container .content--banner-content {
        padding: 40px 16px 30px 16px;

        position: relative;
        z-index: 1;
      }

@media (min-width: 768px) {

#footer .content--banner-container .content--banner-content {
          max-width: 50%;
          padding: 50px 24px 60px 24px
      }
        }

@media (min-width: 1280px) {

#footer .content--banner-container .content--banner-content {
          padding: 105px 100px 120px 150px
      }
        }

#footer .content--banner-container .content--banner-content h2 {
          color: #1c1c1c !important;
        }

#footer .content--banner-container .content--banner-content p {
          color: #1c1c1c !important;
        }

#footer .content--banner-container .content--banner-content li {
          color: #1c1c1c !important;
        }

#footer .content--banner-container .content--banner-content > a {
          color: #1c1c1c !important;
        }

#footer .content--banner-container .content--banner-content h2 {
          padding-bottom: 32px;

          font-weight: 700;
          font-size: 32px;
          line-height: 40px;
        }

#footer .content--banner-container .content--banner-content p {
          font-weight: 600;
          font-size: 16px;
          line-height: 28px;
        }

#footer .content--banner-container .content--banner-content li {
          font-weight: 600;
          font-size: 16px;
          line-height: 28px;
        }

#footer .content--banner-container .content--banner-content > div {
          margin-top: 50px !important;
        }

#footer .content--banner-container .content--banner-content > a {
          margin-top: 32px !important;
        }

.content--banner-left, .content--banner-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

.content--banner-left {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
  }

@media (min-width: 768px) {

.content--banner-left {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row
  }
    }

.content--banner-right {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
  }

@media (min-width: 768px) {

.content--banner-right {
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
              flex-direction: row-reverse
  }
    }

@media (min-width: 768px) {

.content--banner-img {
      max-width: 50%
  }
    }

.content--banner-content h2 {
      padding-bottom: 18px;

      font-weight: 700;
      font-size: 37px;

      line-height: 48px;

      position: relative;
    }

.content--banner-content h2::before {

        content: "\E915";
        position: absolute;
        left: 0;
        bottom: -14px;
        font-size: 52px;
        color: #fe5a5a;
      }

.content--banner-content h2 + p {
        margin-top: 25px;
      }

.content--banner-content p {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
    }

.content--banner-content li {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
    }

.content--banner-content ul {
      margin-top: 0;
    }

.content--banner-content ul li {
        margin-top: 0;
      }

.content--banner-content > a {
      display: inline-block;
      padding: 0 15px 0 37px;
      margin-top: 54px;

      position: relative;

      background: rgba(255, 255, 255, .10);
      -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
              box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);

      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.67px;
      line-height: 48px;
      text-decoration: none;
      text-transform: uppercase;
    }

.content--banner-content > a::before {

        content: "\E905";

        position: absolute;
        top: 50%;
        left: 16px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        font-size: 10px;
      }

.content--banner-content > a:hover {
        text-decoration: none !important;
        -webkit-box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
                box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
      }

.back-link {
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
    padding-left: 32px;

  position: absolute;
  text-decoration: none;
  color: #1c1c1c;
  font-weight: 700;
}

.back-link::before {
    content: '\E904';

    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
      left: 0
  }

.back-link::before {
    -webkit-transition: none;
    transition: none;
  }

.back-link:hover {
    color: #fe5a5a;
  }

.content--pre .back-link {
    bottom: -27px;
    left: 16px;
  }

@media (min-width: 768px) {

.content--pre .back-link {
      bottom: -48px;
      left: 24px
  }
    }

.stepper {
    position: relative;
    z-index: 40;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    margin: -20px 0 20px;
}

.stepper .container {
        position: relative;
        width: 100%;
        max-width: 100%;
        z-index: 1;
    }

.stepper .row {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;
    }

.stepper__step {
        position: relative;
        display: none;
        background: #ffffff;
        text-align: center;
        padding: 20px 20px 16px;
        z-index: 1;

        text-decoration: none;

        -webkit-align-self: stretch;

            -ms-flex-item-align: stretch;

                    -ms-grid-row-align: stretch;

                align-self: stretch;
        -webkit-transition: all .15s ease-out;
        transition: all .15s ease-out;
        cursor: pointer;
        border-top: solid 1px #dbdbdc;
        border-bottom: solid 1px #dbdbdc;
        border-left: solid 1px #dbdbdc;

        margin: 0;
    }

.stepper__step:first-child {
            margin-left: 0;
            border-left: 0;
        }

.stepper__step:last-child {
            margin-right: 0;
        }

.stepper__step h3 {
            color: #1c1c1c;
        }

.stepper__step p {
            color: #1c1c1c;
        }

.stepper__step h3 {
            font-size: 16px;
            line-height: 24px;
            font-family: 'Muli', sans-serif;
            font-weight: 400;
            margin-bottom: 2px;
        }

.stepper__step p {
            display: none;
            font-size: 11px;
            line-height: 16px;
            font-weight: 400;
            margin-top: 0;
        }

.stepper__step .indicator {
            position: absolute;

            top: 7px;
            left: 50%;

            margin: 0;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
        }

.stepper__step:hover .indicator {
            background: #fe5a5a;
        }

.stepper__step--previous, .stepper__step--active, .stepper__step--active + * {
            display: block;
        }

.stepper__step--inactive {
            pointer-events: none;
            background: #fafafa;
        }

.stepper__step--inactive h3 {
                color: #8e8e8e !important;
            }

.stepper__step--inactive p {
                color: #8e8e8e !important;
            }

.stepper__step--active {
            background: #ffffff;
            border-color: #ffffff;
            z-index: 2;
        }

.stepper__step--active h3 {
                color: #1c1c1c;
            }

.stepper__step--active p {
                color: #1c1c1c;
            }

.stepper__step--active::before {
                content: "";
                position: absolute;
                display: block;
                background: #ffffff;
                -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .15);
                        box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .15);
                z-index: -1;

                top: 0;
                left: 0;
                width: 100%;
                height: 100%;

                -webkit-transform: scale(1.06, 1.16);

                        transform: scale(1.06, 1.16);

                border-radius: 4px;
            }

@media (min-width: 768px) {
        .stepper .row {
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    -webkit-box-pack: start;
                    justify-content: flex-start;
        }

        .stepper__step {
            width: 20%;
            display: block;
        }

            .stepper__step p {
                display: block;
            }
    }

.radio-toggle .form-group > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;

        -webkit-justify-content: flex-start;

            -ms-flex-pack: start;

                -webkit-box-pack: start;

                justify-content: flex-start;
    }

.radio-toggle .form-group > * > * {
            -webkit-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                    -webkit-box-flex: 0;
                    flex: 0 1 auto;
        }

.radio-toggle .form-check {
        position: relative;
        z-index: 1;

        text-decoration: none;

        -webkit-align-self: stretch;

            -ms-flex-item-align: stretch;

                    -ms-grid-row-align: stretch;

                align-self: stretch;
        cursor: pointer;

        margin: 0 25px 0 0;
    }

.radio-toggle .form-check:first-child {
            margin-left: 0;
        }

.radio-toggle .form-check:last-child {
            margin-right: 0;
        }

.radio-toggle .form-check label {
            position: relative;
            display: inline-block;
            background: #fafafa;
            color: #1c1c1c;
            text-align: center;
            font-size: 16px;
            line-height: 24px;
            font-family: 'Muli', sans-serif;
            font-weight: 400;
            border-radius: 100px;
            margin-bottom: 2px;
            padding: 15px 24px;
            -webkit-transition: all .15s ease-out;
            transition: all .15s ease-out;
            border: solid 1px #dadada;
            cursor: pointer;
        }

.radio-toggle .form-check label::before, .radio-toggle .form-check label::after {
                display: none;
            }

.radio-toggle .form-check label:hover {
                color: #fe5a5a;
                -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .08);
                        box-shadow: 0 1px 9px rgba(0, 0, 0, .08);
            }

.radio-toggle .form-check input {
            display: none;
        }

.radio-toggle .form-check input:checked ~ label {
                background: #ffffff;
                border-color: #ffffff;
                color: #fe5a5a;
                -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .08);
                        box-shadow: 0 1px 9px rgba(0, 0, 0, .08);
            }

.blog--teaser {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0 16px 25px;
  position: relative;

  text-decoration: none;
}

@media (min-width: 480px) {

.blog--teaser {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%
}
  }

@media (min-width: 768px) {

.blog--teaser {
    padding: 25px 24px 25px;
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            -webkit-box-flex: 0;
            flex: 0 0 33.3333%;
    max-width: 33.3333%
}
  }

@media (min-width: 768px) {

.blog--teaser:hover .blog--teaser-wrapper::before {
          -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
                  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06)
      }
        }

@media (min-width: 768px) {

.blog--teaser:hover .blog--teaser-img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1)
    }
      }

.blog--teaser:hover button.btn {
      color: #fe5a5a;
    }

.blog--teaser-wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
  }

.blog--teaser-wrapper::before {
      content: '';

      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;

      -webkit-transform: scale(1.1, 1.0);

              transform: scale(1.1, 1.0);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
    }

.blog--teaser-wrapper {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

.blog--teaser-img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

.blog--teaser-content {
    padding: 28px 0 0;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            -webkit-box-flex: 1;
            flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
  }

.blog--teaser h2 {
    font-weight: 700;
    font-size: 18px;
    color: #1c1c1c;
    line-height: 24px;
  }

.blog--teaser .blog--teaser-description-short {
    padding: 16px 0;
  }

.blog--teaser .blog--teaser-description-short p {
      font-weight: 600;
      font-size: 16px;
      color: #575757;
      line-height: 24px;
    }

.blog--teaser button {
    margin-top: auto;
    padding-left: 28px;
    border: 0;
    background: transparent;
    font-weight: 700;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

.blog--teaser button::before {
      left: 0;
    }

.blog--teaser button:hover {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

.read-more--long {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    font-weight: 700;
    color: #1c1c1c;
    text-decoration: none;
    text-align: left;
  }

.read-more--long::before {
      content: " ";

      position: absolute;
      background: #1c1c1c;

      top: 50%;
      left: 0;
      right: 4px;

      height: 3px;

      -webkit-transform: translateY(-50%);

              transform: translateY(-50%);
    }

.read-more--long::after {

      content: "\E905";
      position: absolute;

      top: 50%;
      right: 0;

      -webkit-transform: translateY(-50%);

              transform: translateY(-50%);
    }

.read-more--long span {
      position: relative;
      display: inline-block;
      background: #fafafa;
      z-index: 1;
      padding-right: 24px;
    }

.pagination {
  padding: 16px 0 0;
  margin: 0;

  list-style-type: none;
  text-align: right;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
  }

.pagination li ~ li {
      margin-top: 0;
      margin-left: 32px;
    }

.pagination a.link {
      font-size: 14px;
      color: #1c1c1c;
      text-decoration: none;
    }

.pagination a.link.active {
        color: #fe5a5a;
      }

.pagination a.link:hover {
        text-decoration: underline;
      }

.pagination a.prev {
      width: 56px;
      height: 56px;
      display: block;

      border-radius: 50%;
      text-decoration: none;

      background: #ffffff;
      -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);
              box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);

      color: #fe5a5a;
      text-align: center;
    }

.pagination a.next {
      width: 56px;
      height: 56px;
      display: block;

      border-radius: 50%;
      text-decoration: none;

      background: #ffffff;
      -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);
              box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);

      color: #fe5a5a;
      text-align: center;
    }

.pagination a.prev:hover, .pagination a.next:hover {
        -webkit-box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
                box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
      }

.pagination a.prev::before, .pagination a.next::before {

        width: 56px;
        height: 56px;
        display: block;

        font-size: 10px;
        line-height: 56px;
      }

.pagination a.prev.disabled {
        pointer-events: none;
        background: #dadada;
        opacity: .21;
        color: #1c1c1c;
      }

.pagination a.next.disabled {
        pointer-events: none;
        background: #dadada;
        opacity: .21;
        color: #1c1c1c;
      }

.pagination a.prev.disabled::before, .pagination a.next.disabled::before {
          opacity: 1;
        }

.pagination a.prev.disabled:hover, .pagination a.next.disabled:hover {
          -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }

.pagination a.prev::before {
      content: '\E904';
    }

.pagination a.next::before {
      content: '\E905';
    }

.segment--banner {
        -webkit-order: 5;
            -ms-flex-order: 5;
                -webkit-box-ordinal-group: 6;
                order: 5;
    }

.segment--banner .col-sm-6 {
            margin-top: 4px;
        }

@media (min-width: 768px) {
                .segment--banner .col-sm-6:nth-child(2n) {
                    padding-left: 2px;
                    padding-right: 0;
                }

                .segment--banner .col-sm-6:nth-child(2n + 1) {
                    padding-right: 2px !important;
                }
            }

.product-teaser {
  position: relative;
  min-height: 1px;

  -webkit-flex: 0 0 100%;

      -ms-flex: 0 0 100%;

          -webkit-box-flex: 0;

          flex: 0 0 100%;
  max-width: 100%;

  padding-left: 16px;
  padding-right: 16px;

    position: relative;

    padding: 0 !important;
}

@media (min-width: 768px) {

.product-teaser {
    padding-left: 24px;
    padding-right: 24px
}
  }

@media (min-width: 768px) {

.product-teaser {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%
}
  }

@media (min-width: 480px) {

.product-teaser {
        padding: 2px !important
}
    }

.product-teaser:nth-child(8n + 2) .product-teaser--wrapper {
        background: #ffffff;
    }

.product-teaser:nth-child(8n + 3) .product-teaser--wrapper {
        background: #ffffff;
    }

.product-teaser:nth-child(8n + 4) .product-teaser--wrapper {
        background: #ffffff;
    }

.product-teaser:nth-child(8n + 5) .product-teaser--wrapper {
        background: #ffffff;
    }

.product-teaser:nth-child(8n + 6) .product-teaser--wrapper {
        background: #ffffff;
    }

.product-teaser:nth-child(8n + 7) .product-teaser--wrapper {
        background: #ffffff;
    }

.product-teaser:nth-child(8n + 8) .product-teaser--wrapper {
        background: #ffffff;
    }

.product-teaser--wrapper {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: stretch;
            -ms-flex-pack: stretch;
                -webkit-box-pack: stretch;
                justify-content: stretch;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                -webkit-box-align: end;
                align-items: flex-end;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
        background: #ffffff;
        border-radius: 3px;
        overflow: hidden;

        padding: 0 0 27px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        text-decoration: none;
    }

@media (min-width: 768px) {

.product-teaser--wrapper {
            padding: 27px 24px
    }
        }

.product-teaser--image img {
            z-index: 1;
            width: 100%;
            height: auto;
            margin-bottom: 24px;
        }

.product-teaser--content, .product-teaser--price-actions {
        z-index: 2;
        width: 100%;
    }

.product-teaser--name {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #1c1c1c;
        text-align: center;
    }

.product-teaser--specs {
        margin-top: 4px;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #8e8e8e;
        text-align: center;
    }

.product-teaser--price {
        margin-top: 6px;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #8e8e8e;
        text-align: center;
    }

.product-teaser--link .btn--small {
            margin-top: 22px;
            font-weight: 700;
        }

.product-teaser:hover .product-teaser--wrapper {
            -webkit-box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .16);
                    box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .16);
        }

.modal {
    position: fixed;
    z-index: 9999;

    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {

.modal {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center
}
    }

.modal--wrapper {
        position: relative;
        display: inline-block;
        background: #fffdf2;
        width: auto;
        padding: 28px 8px 36px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
                box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    }

.modal--close {
        position: absolute;

        top: 17px;
        right: 20px;

        font-size: 17px;
        line-height: 17px;
        color: #00778b;
        cursor: pointer;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.modal--close::before {
            content: "\E909";
        }

.modal--close:hover {
            opacity: .8;
        }

.modal--basket .modal--wrapper {
            padding-left: 0;
            padding-right: 0;
        }

.modal--basket .modal--content > .row {
            -webkit-align-items: stretch;
                -ms-flex-align: stretch;
                    -webkit-box-align: stretch;
                    align-items: stretch;
        }

.modal--basket .modal--content > .row > * {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: -webkit-box;
                display: flex;
                -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        flex-direction: column;
            }

.modal--basket .has-line {
            border-top: solid 2px #ddf0f3;
            margin-top: 40px;
            padding-top: 40px;
        }

.modal--basket .stretch {
            margin: 24px 0 42px;
        }

.modal--basket .details [class*="col-"] {
                padding-left: 0;
                padding-right: 0;
            }

.modal--basket .details h4 {
                font-size: 16px;
                line-height: 32px;
            }

.modal--basket .details p {
                color: #4ea4b3;
                font-size: 14px;
                line-height: 24px;
            }

.modal--basket p {
            margin: 0;
        }

.modal--basket strong {
            float: right;
        }

@media (min-width: 768px) {
            .modal--basket .modal--wrapper {
                width: 100%;
                width: calc(100% - 32px);
                max-width: 800px;
                padding-left: 8px;
                padding-right: 8px;
            }

            .modal--basket h3 {
                font-size: 18px;
            }

            .modal--basket .details [class*="col-"] {
                padding-left: 0;
                padding-right: 0;
            }

                .modal--basket .details [class*="col-"]:first-child {
                    padding-right: 24px;
                }

            .modal--basket .has-line {
                border-top: none;
                border-left: solid 2px #ddf0f3;
                margin-top: 0;
                padding-top: 0;
            }

            .modal--basket .stretch {
                height: 100%;
            }
        }

.product--configurations {
  width: 100%;
  -webkit-order: 7;
      -ms-flex-order: 7;
          -webkit-box-ordinal-group: 8;
          order: 7;
  display: none;
}

@media (min-width: 996px) {

.product--configurations {
    display: block;
    /* margin-top: 65px; */
    margin-bottom: -73px
}
  }

.product--configurations a {
    text-decoration: none;
  }

.product--configurations a .product--configuration-wrapper {
      height: 100%;
      padding: 32px 24px 24px;

      position: relative;
      overflow: hidden;
    }

.product--configurations a .product--configuration-wrapper::before {
        content: ' ';

        height: 8px;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;

        -webkit-transition: all .15s ease-out;

        transition: all .15s ease-out;
      }

.product--configurations a .product--configuration-wrapper:hover p {
          color: #ffffff;
        }

.product--configurations a .product--configuration-wrapper:hover::before {
          height: 110%;
          bottom: -1px;
        }

.product--configurations a p {
      font-size: 14px;
      color: #1c1c1c;
      text-align: center;
      line-height: 16px;
      position: relative;
      z-index: 1;
    }

.product--configurations a.active p {
        color: #ffffff;
      }

.product--configurations a.active:hover {
        cursor: default;
      }

.product--configurations a.active:hover p {
          color: #ffffff;
        }

.product--configurations .product--configuration-item {
    width: 25%;

    padding-top: 8px;

    background-color: #ffffff;

  }

.product--configurations .product--configuration-item .product--configuration-wrapper {
      border-bottom: 1px solid #dadada;
      /* border-right: 1px solid var(--color-alto); */
    }

.product--configurations .product--configuration-item:nth-child(1) .product--configuration-wrapper {
        border-left: 1px solid #dadada;
      }

.product--configurations .product--configuration-item:nth-child(1) .product--configuration-wrapper::before {
          background-color: #fec9b7;
        }

.product--configurations .product--configuration-item:nth-child(1).active .product--configuration-wrapper {
          background-color: #fec9b7;
        }

.product--configurations .product--configuration-item:nth-child(2) .product--configuration-wrapper::before {
          background-color: #332f6d;
        }

.product--configurations .product--configuration-item:nth-child(2).active .product--configuration-wrapper {
          background-color: #332f6d;
        }

.product--configurations .product--configuration-item:nth-child(3) .product--configuration-wrapper::before {
          background-color: #72afd9;
        }

.product--configurations .product--configuration-item:nth-child(3).active .product--configuration-wrapper {
          background-color: #72afd9;
        }

.product--configurations .product--configuration-item:nth-child(4) .product--configuration-wrapper {
        border-right: 1px solid #dadada;
      }

.product--configurations .product--configuration-item:nth-child(4) .product--configuration-wrapper::before {
          background-color: #b5e2db;
        }

.product--configurations .product--configuration-item:nth-child(4).active .product--configuration-wrapper {
          background-color: #b5e2db;
        }

.product--configurations .product--configuration-item.active {
      padding: 8px 8px 0;
      background-color: #fafafa;

      position: relative;
    }

.product--configurations .product--configuration-item.active::before {
        content: '';

        width: 1px;
        position: absolute;
        left: 0;
        top: 8px;
        bottom: 0;

        background: #dadada;
      }

.product--configurations .product--configuration-item.active:nth-child(1)::before, .product--configurations .product--configuration-item.active + .active::before {
          display: none;
        }

.product--configurations .product--configuration-item.active .product--configuration-wrapper {
        -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .15);
                box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .15);
        border: 0;
      }

.product--configurations .product--configuration-item.active .product--configuration-wrapper::before {
          display: none;
        }

.product--configurations .product--configuration-item.active + .product--configuration-item .product--configuration-wrapper {
          border-left: 1px solid #dadada;
        }

.product--configurations .product--configuration-item.active ~ .product--configuration-item .product--configuration-wrapper {
          border-right: 0;
        }

.product--configurations .product--configuration-item.active ~ .product--configuration-item:nth-child(4) .product--configuration-wrapper {
            border-right: 1px solid #dadada;
          }

.product--configurations .product--configuration-item.active:nth-child(1) .product--configuration-wrapper {
          border-left: 0;
        }

.product--configurations .product--configuration-item.active:nth-child(4) .product--configuration-wrapper {
          border-right: 0;
        }

.product--configuration-info {
  -webkit-order: 6;
      -ms-flex-order: 6;
          -webkit-box-ordinal-group: 7;
          order: 6;

  text-align: left;

  padding-bottom: 51px !important;
}

@media (min-width: 768px) {

.product--configuration-info {
    text-align: center;
    padding-bottom: 0 !important
}
  }

.product--configuration-info-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

.product--configuration-info-item {
    padding-left: 48px;
    position: relative;
  }

@media (min-width: 768px) {

.product--configuration-info-item {
      width: 32%;
      padding-left: 0;
      display: inline-block;

      vertical-align: top
  }
    }

.product--configuration-info-item p {
      margin-top: 15px;

      font-size: 16px;
      color: #00778b;
      line-height: 32px;
    }

@media (min-width: 768px) {

.product--configuration-info-item p {
        text-align: center
    }
      }

.product--configuration-info-item .indicator {
      position: absolute;
      left: 0;
      top: 0;
    }

@media (min-width: 768px) {

.product--configuration-info-item .indicator {
        position: relative
    }
      }

.product--configuration-info-item .icon-check::before {
        font-size: 10px;
      }

.glide__bullets {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {

.glide__bullets {
    display: none
}
  }

.glide__bullet {
  width: 8px;
  margin: 0 5px;

  display: inline-block;

  position: relative;

  text-align: center;
  vertical-align: middle;
  line-height: 24px;
}

.glide__bullet::before {
    content: ' ';

    width: 4px;
    height: 4px;
    display: block;

    background: #00778B;
    border-radius: 50%;

    line-height: 24px;

    -webkit-transition: all .15s ease-out;

    transition: all .15s ease-out;
  }

.glide__bullet.glide__bullet--active::before {
      -webkit-transform: scale(2);
              transform: scale(2);
    }

.orderline {
    position: relative;
    background: #ffffff;
    border: solid 1px #dadada;
    border-radius: 4px;
    margin-bottom: 11px;

    -webkit-align-items: stretch;

        -ms-flex-align: stretch;

            -webkit-box-align: stretch;

            align-items: stretch;
}

.orderline.error {
        -webkit-box-shadow: 0 0 5px 0 rgba(254, 90, 90, .75);
                box-shadow: 0 0 5px 0 rgba(254, 90, 90, .75);
    }

.orderline--image {
        position: relative;

        overflow: hidden;
        min-height: 200px;

        -webkit-flex: 0 0 100%;

            -ms-flex: 0 0 100%;

                -webkit-box-flex: 0;

                flex: 0 0 100%;
        max-width: 100%;
    }

@media (min-width: 1025px) {

.orderline--image {
            -webkit-flex: 0 0 33.3333%;
                -ms-flex: 0 0 33.3333%;
                    -webkit-box-flex: 0;
                    flex: 0 0 33.3333%;
            max-width: 33.3333%
    }
        }

.orderline--image img {
            position: absolute;
            z-index: 10;
            top: 25px;
            left: 50%;
            -webkit-transform: translate(-50%);
                    transform: translate(-50%);
            max-width: 80%;
            max-height: 80%;
            width: auto;
            height: auto;
        }

@media (min-width: 1025px) {

.orderline--image {
            justify-self: stretch;
            min-height: 290px
    }
        }

.orderline--header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        /* min-height: 84px; */
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
        border-bottom: solid 1px #dadada;
        margin-bottom: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

@media (min-width: 1025px) {

.orderline--header {
            padding-top: 20px;
            margin-bottom: 25px
    }
        }

.orderline--title {
        font-size: 16px;
        line-height: 32px;
        width: 100%;
        color: #1c1c1c;
    }

@media (min-width: 1025px) {

.orderline--title {
            font-size: 20px
    }
        }

.orderline--like {
        color: #8e8e8e;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;

        cursor: pointer;
    }

.orderline--like:hover {
            color: #fe5a5a;
        }

.orderline--like.active {
            color: #fe5a5a;
        }

.orderline--actions {
        position: relative;
    }

.orderline--actions .trigger {
            position: relative;
            display: block;

            width: 15px;
            height: 25px;

            margin-left: 32px;

            cursor: pointer;
        }

.orderline--actions .trigger::before {
                content: "";
                position: absolute;
                background: #8e8e8e;

                width: 5px;
                height: 5px;

                top: 50%;
                left: 50%;

                -webkit-transform: translate(-50%, -50%);

                        transform: translate(-50%, -50%);
                border-radius: 50%;
                -webkit-box-shadow: 0 -10px 0 0 #8e8e8e,
                            0 10px 0 0 #8e8e8e;
                        box-shadow: 0 -10px 0 0 #8e8e8e,
                            0 10px 0 0 #8e8e8e;

                -webkit-transition: all .3s ease-out;

                transition: all .3s ease-out;
            }

.orderline--actions .trigger:hover::before {
                 background: #fe5a5a;
                 -webkit-box-shadow: 0 -10px 0 0 #fe5a5a,
                             0 10px 0 0 #fe5a5a;
                         box-shadow: 0 -10px 0 0 #fe5a5a,
                             0 10px 0 0 #fe5a5a;
            }

.orderline--actions-menu {
            padding: 10px 16px;
            display: none;

            position: absolute;
            top: 100%;
            right: 0;
            z-index: 10;

            background: #ffffff;
            -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .16);
                    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .16);
        }

.orderline--actions-menu a {
                display: block;
                padding-left: 30px;
                position: relative;

                text-decoration: none;
                color: #1c1c1c;
                white-space: nowrap;
            }

.orderline--actions-menu a::before {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                }

.orderline--actions-menu a:hover {
                    color: #fe5a5a;
                }

.orderline--actions.show .orderline--actions-menu {
                display: block;
            }

.orderline--content-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 24px;
    }

@media (min-width: 1025px) {

.orderline--content-wrapper {
            -webkit-flex: 0 0 66.6667%;
                -ms-flex: 0 0 66.6667%;
                    -webkit-box-flex: 0;
                    flex: 0 0 66.6667%;
            max-width: 66.6667%
    }
        }

.orderline--content {
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                -webkit-box-align: start;
                align-items: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

@media (min-width: 1025px) {

.orderline--content {
            -webkit-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap
    }
        }

.orderline--content .link--arrow {
            margin-top: 8px;
            display: block;

            font-weight: bold;
            font-size: 14px;
            color: #1c1c1c;
            text-transform: uppercase;
        }

.orderline--description {
        color: #575757;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        width: 100%;
        margin-bottom: 16px;
    }

@media (min-width: 1025px) {

.orderline--description {
            width: 50%
    }
        }

.orderline--amount {
        font-size: 18px;
        line-height: 32px;
        font-weight: 700;
        font-family: 'Muli', sans-serif;
        color: #1c1c1c;
        margin: 0;
    }

.orderline--price {
        text-align: right;
        margin: 0;
    }

.orderline--price-incl {
            display: block;
            font-size: 18px;
            line-height: 32px;
            color: #1c1c1c;
            font-weight: 700;
        }

.orderline--price-incl span {
                display: block;
            }

.orderline--price-incl span + span {
                    font-size: 10px;
                    line-height: 14px;
                    color: #575757;
                    font-weight: 400;
                }

.orderline--price-excl {
            color: #575757;
            font-size: 12px;
            line-height: 16px;
            margin-top: 4px;
        }

.orderline--reference {
        margin: 0 0 24px;
    }

@media (min-width: 1025px) {

.orderline--reference {
            margin: 32px 0
    }

            .orderline--reference label {
                display: inline-block;
                padding-top: 12px;
                padding-right: 24px;
                float: left;
            }

                .orderline--reference label + * {
                    overflow: hidden;
                    display: block;
                }
        }

.orderline--bar {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        padding: 16px 0;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
        background: #fafafa;
        color: #575757;
        min-height: 24px;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row;
        line-height: 24px;
    }

.orderline--bar-alt {
             background: #ffffff;
        }

.orderline--bar-file {
            background: #fafafa;
        }

.orderline--bar-description {
            margin-top: 0;

            font-weight: 600;
            font-size: 14px;
            color: #575757;
            line-height: 16px;
        }

.orderline--bar-description p {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: -webkit-box;
                display: flex;
                -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                        -webkit-box-pack: justify;
                        justify-content: space-between;

                font-family: 'Muli', sans-serif;
                font-size: 14px;
            }

.orderline--bar-description p span {
                    margin-left: 50px;
                }

.orderline--bar-description p .upload-actions {
                    margin: 0 -14px;
                }

.orderline--bar-description p a {
                    margin: 0 14px;
                    font-size: 0;

                    text-decoration: none;
                }

.orderline--bar-description p a.upload-edit::before {

                            font-size: 14px;
                            color: #575757;
                        }

.orderline--bar-description p a.upload-delete::before {

                            font-size: 14px;
                            color: #575757;
                        }

.orderline--bar-description p a.upload-edit::before {
                            content: "\E90B";
                        }

.orderline--bar-description p a.upload-delete::before {
                            content: "\E90A";
                        }

.orderline--bar-upload {
            min-height: 0;
            padding: 0;
        }

.orderline--bar-upload .orderline--bar-choice {
                padding: 16px 0;
            }

.orderline--bar-upload .orderline--bar-choice .row {
                    -webkit-align-items: center;
                        -ms-flex-align: center;
                            -webkit-box-align: center;
                            align-items: center;
                }

.orderline--bar-upload .drop--zone-contaner p {
                    width: 100%;
                    text-align: center;

                    font-size: 14px;
                    line-height: 16px;
                    pointer-events: none;
                }

.orderline--bar .orderline--price {
            padding-right: 0;
        }

.orderline--bar [class*="col-"] {
            min-height: 24px;
        }

.orderline--bar [class*="col-"] .btn {
                vertical-align: middle;
            }

.orderline--bar [class*="col-"]:last-child span {
                    display: block;
                    text-align: center;
                }

@media (min-width: 1025px) {

.orderline--bar [class*="col-"]:last-child span {
                        display: inline-block;
                        text-align: left
                }
                    }

.orderline--bar [class*="col-"]:last-child .file--information {
                    word-wrap: break-word;
                    word-break: break-all;
                }

.orderline--bar [class*="col-"] a.orderline--bar-link {
                    display: block;
                    text-align: center;
                    color: inherit;
                }

@media (min-width: 1025px) {

.orderline--bar [class*="col-"] a.orderline--bar-link {
                        display: inline-block;
                        margin-left: 5px;
                        text-align: left
                }
                    }

.orderline--bar [class*="col-"] input[type="text"] {
                margin-top: 16px;
            }

@media (min-width: 1025px) {

.orderline--bar [class*="col-"] input[type="text"] {
                    margin-top: 0
            }
                }

.orderline--bar .col-sm-4 {
            -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                    -webkit-box-flex: 0;
                    flex: 0 0 100%;
            max-width: 100%;
            padding-right: 0;
        }

@media (min-width: 1025px) {

.orderline--bar .col-sm-4 {
                -webkit-flex: 0 0 33.3333%;
                    -ms-flex: 0 0 33.3333%;
                        -webkit-box-flex: 0;
                        flex: 0 0 33.3333%;
                max-width: 33.3333%;
                padding-right: 16px
        }
            }

.orderline--bar .col-sm-8 {
            -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                    -webkit-box-flex: 0;
                    flex: 0 0 100%;
            max-width: 100%;
        }

@media (min-width: 1025px) {

.orderline--bar .col-sm-8 {
                -webkit-flex: 0 0 66.6667%;
                    -ms-flex: 0 0 66.6667%;
                        -webkit-box-flex: 0;
                        flex: 0 0 66.6667%;
                max-width: 66.6667%
        }
            }

.orderline--bar label {
            color: inherit;
            line-height: 20px;
        }

.orderline--bar .btn {
            width: 100%;
        }

.orderline--bar .orderline--price {
            margin: 0;
        }

.orderline--bar .orderline--price-incl {
                color: #ffffff;
            }

.orderline--bar .orderline--price-excl {
                color: #ffffff;
            }

.orderline--bar .orderline--price-incl {
                font-size: 18px;
            }

.orderline--bar .orderline--price-excl {
                font-size: 10px;
                margin-top: 0;
            }

@media (min-width: 1025px) {

.orderline--bar {
            -webkit-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap
    }

            .orderline--bar .orderline--price-excl {
                font-size: 12px;
            }
        }

.orderline--shipping {
        border-radius: 0 0 4px 4px;
    }

.orderline--shipping-type {
            padding: 27px 32px 23px 32px;
            -webkit-align-self: stretch;
                -ms-flex-item-align: stretch;
                    align-self: stretch;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    flex-direction: column;

            background: #ffffff;
            border-top: 1px solid #dadada;
            border-radius: 0 0 0 4px;

            position: relative;

            cursor: pointer;
            text-decoration: none;
        }

.orderline--shipping-type + .orderline--shipping-type {
                border-radius: 0 0 4px 4px;
            }

@media (min-width: 996px) {

.orderline--shipping-type + .orderline--shipping-type {
                    border-left: 1px solid #dadada;
                    border-radius: 0 0 4px 0
            }
                }

.orderline--shipping-type:hover::before {
                    color: #fe5a5a;
                }

.orderline--shipping-type h3 {
                padding-bottom: 0 !important;
                margin-bottom: 0 !important;

                font-weight: 700;
                font-size: 16px;
                color: #575757;
                line-height: 20px;
            }

.orderline--shipping-type h3::before {
                    display: none;
                }

.orderline--shipping-type ul {
                padding: 0;
                margin: 6px 0 23px;
                list-style-type: none;
            }

.orderline--shipping-type li {
                margin-top: 0;

                font-weight: 600;
                font-size: 14px;
                color: #575757;
                line-height: 18px;
            }

.orderline--shipping-type li::before {
                    content: '-';

                    margin-right: 5px;
                }

.orderline--shipping-type .btn {
                width: 100%;
                margin-top: auto;
                -webkit-align-self: flex-end;
                    -ms-flex-item-align: end;
                        align-self: flex-end;
            }

.orderline--partial-shipping-detail, .orderline--direct-mailing-detail {
        margin-top: 30px;
    }

.orderline--partial-shipping-detail + .orderline--partial-shipping-detail, .orderline--partial-shipping-detail + .orderline--direct-mailing-detail, .orderline--direct-mailing-detail + .orderline--partial-shipping-detail, .orderline--direct-mailing-detail + .orderline--direct-mailing-detail{
            margin-top: 0;
        }

.orderline--partial-shipping .shipping-method-actions, .orderline--direct-mailing .shipping-method-actions {
            width: 15px;
            height: 25px;
            display: block;
            margin-left: 32px;

            position: absolute;
            top: 50%;
            right: 0;
            z-index: 1;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);

            cursor: pointer;
        }

.orderline--partial-shipping .shipping-method-actions .trigger, .orderline--direct-mailing .shipping-method-actions .trigger {
                width: 15px;
                height: 25px;
                display: block;

                position: relative;
            }

.orderline--partial-shipping .shipping-method-actions .trigger::before {
                    content: "";

                    width: 5px;
                    height: 5px;

                    background: #8e8e8e;
                    border-radius: 50%;
                    -webkit-box-shadow: 0 -10px 0 0 #8e8e8e, 0 10px 0 0 #8e8e8e;
                            box-shadow: 0 -10px 0 0 #8e8e8e, 0 10px 0 0 #8e8e8e;

                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);

                    -webkit-transition: all .3s ease-out;

                    transition: all .3s ease-out;
                }

.orderline--direct-mailing .shipping-method-actions .trigger::before {
                    content: "";

                    width: 5px;
                    height: 5px;

                    background: #8e8e8e;
                    border-radius: 50%;
                    -webkit-box-shadow: 0 -10px 0 0 #8e8e8e, 0 10px 0 0 #8e8e8e;
                            box-shadow: 0 -10px 0 0 #8e8e8e, 0 10px 0 0 #8e8e8e;

                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);

                    -webkit-transition: all .3s ease-out;

                    transition: all .3s ease-out;
                }

.orderline--partial-shipping .shipping-method-actions .trigger:hover::before {
                    background: #fe5a5a;
                    -webkit-box-shadow: 0 -10px 0 0 #fe5a5a,
                                0 10px 0 0 #fe5a5a;
                            box-shadow: 0 -10px 0 0 #fe5a5a,
                                0 10px 0 0 #fe5a5a;
               }

.orderline--direct-mailing .shipping-method-actions .trigger:hover::before {
                    background: #fe5a5a;
                    -webkit-box-shadow: 0 -10px 0 0 #fe5a5a,
                                0 10px 0 0 #fe5a5a;
                            box-shadow: 0 -10px 0 0 #fe5a5a,
                                0 10px 0 0 #fe5a5a;
               }

.orderline--partial-shipping .shipping-method-actions .shipping-method-actions-menu {
                padding: 10px 16px;
                display: none;

                position: absolute;
                top: 100%;
                right: 0;
                z-index: 10;

                background: #ffffff;
                -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .16);
                        box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .16);
            }

.orderline--direct-mailing .shipping-method-actions .shipping-method-actions-menu {
                padding: 10px 16px;
                display: none;

                position: absolute;
                top: 100%;
                right: 0;
                z-index: 10;

                background: #ffffff;
                -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .16);
                        box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .16);
            }

.orderline--partial-shipping .shipping-method-actions .shipping-method-actions-menu a {
                    display: block;
                    padding-left: 30px;
                    position: relative;

                    font-weight: 600;
                    font-size: 14px;
                    line-height: 32px;
                    text-decoration: none;
                    text-align: left;
                    color: #1c1c1c;
                }

.orderline--direct-mailing .shipping-method-actions .shipping-method-actions-menu a {
                    display: block;
                    padding-left: 30px;
                    position: relative;

                    font-weight: 600;
                    font-size: 14px;
                    line-height: 32px;
                    text-decoration: none;
                    text-align: left;
                    color: #1c1c1c;
                }

.orderline--partial-shipping .shipping-method-actions .shipping-method-actions-menu a::before, .orderline--direct-mailing .shipping-method-actions .shipping-method-actions-menu a::before {
                        position: absolute;
                        top: 50%;
                        left: 0;
                        -webkit-transform: translateY(-50%);
                                transform: translateY(-50%);
                    }

.orderline--partial-shipping .shipping-method-actions .shipping-method-actions-menu a:hover {
                        color: #fe5a5a;
                    }

.orderline--direct-mailing .shipping-method-actions .shipping-method-actions-menu a:hover {
                        color: #fe5a5a;
                    }

.orderline--partial-shipping .shipping-method-actions.show .shipping-method-actions-menu, .orderline--direct-mailing .shipping-method-actions.show .shipping-method-actions-menu {
                    display: block;
                }

.orderline--partial-shipping .row-partial-shipping-header {
            padding-bottom: 14px;
            margin-top: 0;

            display: -webkit-flex;

            display: -ms-flexbox;

            display: -webkit-box;

            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    flex-direction: column;

            border-bottom: 1px solid #dadada;
        }

@media (min-width: 768px) {

.orderline--partial-shipping .row-partial-shipping-header {
                -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        flex-direction: row
        }
            }

.orderline--partial-shipping .row-partial-shipping-header span, .orderline--partial-shipping .row-partial-shipping-header strong {
                width: 100%;

                font-size: 14px;
                line-height: 24px;
            }

@media (min-width: 768px) {

.orderline--partial-shipping .row-partial-shipping-header span, .orderline--partial-shipping .row-partial-shipping-header strong {
                    width: 400%
            }
                }

.orderline--partial-shipping .row-partial-shipping-header span {
                font-weight: 600;
                color: #575757;
            }

.orderline--partial-shipping .row-partial-shipping-header strong {
                font-weight: 700;
                color: #1c1c1c;
            }

.orderline--partial-shipping .row-partial-shipping-header + .row-partial-shipping {
                border-top: 0;
            }

.orderline--partial-shipping .row-partial-shipping {
            padding: 6px 14px 13px 14px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    flex-direction: column;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    -webkit-box-align: start;
                    align-items: flex-start;

            position: relative;

            border-top: 1px dashed #dadada;
        }

@media (min-width: 768px) {

.orderline--partial-shipping .row-partial-shipping {
                -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        flex-direction: row
        }
            }

.orderline--partial-shipping .row-partial-shipping.show-actions {
                z-index: 2;
            }

.orderline--partial-shipping .row-partial-shipping .partial-shipping-address {
                width: 100%;

                font-size: 16px;
                color: #1c1c1c;
                line-height: 32px;
            }

@media (min-width: 768px) {

.orderline--partial-shipping .row-partial-shipping .partial-shipping-address {
                    width: 75%
            }
                }

.orderline--partial-shipping .row-partial-shipping .partial-shipping-address span {
                    display: block;

                    font-weight: 600;
                    font-size: 14px;
                    color: #575757;
                    line-height: 24px;
                }

.orderline--partial-shipping .row-partial-shipping .partial-shipping-address .shipping {
                    padding-left: 24px;

                    position: relative;
                }

.orderline--partial-shipping .row-partial-shipping .partial-shipping-address .shipping::before {

                        content: '\E908';

                        position: absolute;
                        top: 50%;
                        left: 0;
                        -webkit-transform: translateY(-50%);
                                transform: translateY(-50%);
                        color: #fe5a5a;
                    }

.orderline--partial-shipping .row-partial-shipping-footer {
            padding-top: 4px;
        }

.orderline--partial-shipping .row-partial-shipping-footer a {
                width: 100%;
            }

.orderline--partial-shipping .partial-shipping-actions {
            width: 100%;
            padding-right: 40px;
            margin-top: 23px;

            position: relative;

            font-weight: 700;
            font-size: 18px;
            color: #1c1c1c;
            line-height: 25px;
        }

@media (min-width: 768px) {

.orderline--partial-shipping .partial-shipping-actions {
                width: 25%;

                text-align: right
        }
            }

.orderline--direct-mailing .shipping-method-actions {
            top: 25px;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
        }

.orderline--direct-mailing .row-direct-mailing {
            padding-top: 25px;
            padding-bottom: 25px;
            position: relative;
        }

.orderline--direct-mailing .row-direct-mailing-item {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    flex-direction: column;
            padding: 0;
        }

@media (min-width: 768px) {

.orderline--direct-mailing .row-direct-mailing-item {
                -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        flex-direction: row
        }
            }

.orderline--direct-mailing .row-direct-mailing-item .direct-mailing-label {
                width: 100%;

                font-weight: 600;
                font-size: 14px;
                color: #575757;
                line-height: 24px;
            }

@media (min-width: 768px) {

.orderline--direct-mailing .row-direct-mailing-item .direct-mailing-label {
                    width: 40%;
                    padding-right: 10px
            }
                }

.orderline--direct-mailing .row-direct-mailing-item .direct-mailing-data {
                width: 100%;

                font-weight: 700;
                font-size: 14px;
                color: #1c1c1c;
                line-height: 24px;
            }

@media (min-width: 768px) {

.orderline--direct-mailing .row-direct-mailing-item .direct-mailing-data {
                    width: 40%
            }
                }

.orderline--error {
        width: 100%;
        margin-top: 20px;
        padding-left: 28px;

        font-size: 14px;
        line-height: 32px;
        color: #fe5a5a;

        position: relative;
    }

.orderline--error::before {
            content: 'i';

            width: 20px;
            height: 20px;
            margin-right: 8px;
            display: inline-block;

            font-family: serif;
            font-size: 12px;
            line-height: 20px;
            color: #ffffff;
            text-align: center;
            border-radius: 50%;

            background-color: #fe5a5a;

            position: absolute;
            left:  0;
            top: 6px;
        }

.ordersummary {
    margin: 20px 0 64px;
}

.ordersummary--title h3 {
            font-size: 20px;
            line-height: 32px;
            margin-bottom: 24px;
        }

.ordersummary--delivery {
        position: relative;
        display: inline-block;
        margin-bottom: 40px;

        padding: 14px 16px 14px 70px;
    }

.ordersummary--delivery::before {

            content: "\E914";
            position: absolute;

            top: 50%;
            left: 18px;

            font-size: 32px;
            line-height: 20px;

            -webkit-transform: translateY(-50%);

                    transform: translateY(-50%);
        }

.ordersummary--delivery h4 {
            font-family: 'Muli', sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            margin: 0;
        }

.ordersummary--delivery span {
            display: block;
            font-family: 'Muli', sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            margin-top: -4px;
        }

.ordersummary--table .row {
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    -webkit-box-align: start;
                    align-items: flex-start;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    -webkit-box-pack: justify;
                    justify-content: space-between;
        }

.ordersummary--table .divide {
            border-top: solid 1px #dadada;
            margin-top: 14px;
            padding-top: 32px;
        }

.ordersummary--table .align-center {
            -webkit-align-self: center;
                -ms-flex-item-align: center;
                        -ms-grid-row-align: center;
                    align-self: center;
        }

.ordersummary--table .huge {
            font-size: 32px;
            font-weight: 700;
        }

.ordersummary--table span {
            -webkit-flex-grow: 0;
                -ms-flex-positive: 0;
                    -webkit-box-flex: 0;
                    flex-grow: 0;
            font-weight: 700;
        }

.ordersummary--table label a {
                display: block;
                color: #292929;
                text-decoration: none;
                font-size: 12px;
                margin-top: -5px;
            }

.ordersummary--table label a span {
                    display: inline-block;
                    margin-left: 5px;
                }

.ordersummary--table label a:hover {
                    color: #dc4405;
                }

.ordersummary--table input[type="text"] {
            width: 110px;
        }

.ordersummary--options .form-group {
            margin-top: 32px;
        }

.ordersummary--options .form-group + .form-group {
                margin-top: 8px;
            }

.ordersummary--options .form-group a {
                color: inherit;
            }

.ordersummary--actions {
        margin-top: 32px;
    }

.ordersummary--actions .btn {
            display: block;
            width: 100%;
            margin-bottom: 16px;
        }

.ordersummary--actions-single {
         margin-top: 32px;
    }

.order {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: #ffffff;
  border: solid 1px #dadada;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;
  border-radius: 4px;

  padding: 14px 0 0;
  margin-bottom: 11px;
}

.order > * {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 30px;
  }

@media (min-width: 768px) {

.order > * {
      padding-left: 40px;
      padding-right: 40px
  }
    }

.order--highlighted {
    background: #ffffff;
    border: solid 1px #fe5a5a;
  }

.order--highlighted .order--header h3 {
      color: #fe5a5a;
    }

.order--header {
    width: 100%;
    margin-bottom: 24px;
  }

.order--header h3 {
      margin: 0;

      font-size: 22px;
      line-height: 28px;
      color: #1c1c1c;
      font-family: 'Source Sans Pro', sans-serif;
      text-transform: uppercase;
    }

.order--header h3 span {
        display: block;

        font-size: 14px;
        line-height: 18px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #b6b6b6;
      }

.order--header p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      color: #575757;
      margin: 0;
    }

.order--header-info span {
        font-size: 12px;
        line-height: 25px;
        color: #030303;
        text-transform: uppercase;
      }

.order--header-status {
      padding: 5px 12px;

      font-size: 12px;
      line-height: 15px;
      color: #ffffff;
      border-radius: 7px;

      background-color: #fe6060;
    }

.order--header-status.order--closed {
        background-color: #02a288;
      }

.order--header-status.order--logistics {
        background-color: #02a288;
      }

.order--header-status.order--created {
        background-color: #fe6060;
      }

.order--header-status.order--waiting-for-file {
        background-color: #fe6060;
      }

.order--header-status.order--waiting-for-payment {
        background-color: #fe6060;
      }

.order--header-status.order--received {
        background-color: #fe6060;
      }

.order--header-status.order--canceled {
        background-color: #fe6060;
      }

.order--header-status.order--on_hold {
        background-color: #fe6060;
      }

.order--header-status.order--waiting-for-extra_payment {
        background-color: #fe6060;
      }

.order--header-status.order--preproduction {
        background-color: #f7a180;
      }

.order--header-status.order--production {
        background-color: #f7a180;
      }

.order--header-status.order--pre_logistics {
        background-color: #f7a180;
      }

.order--content {
    padding-left: 16px;
    padding-right: 16px;
  }

@media (min-width: 768px) {

.order--content {
      padding-left: 40px
  }
    }

.order--content ul, .order--content li {
      display: block;
      list-style: none;
      margin: 0;
    }

.order--content li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
      padding: 16px 16px 16px 0;
      margin-bottom: -1px;

      font-size: 14px;
      line-height: 24px;
      color: #1c1c1c;
    }

.order--content li + li {
          border-top: solid 1px #dadada;
      }

@media (min-width: 1280px) {

.order--content li {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                -webkit-box-align: start;
                align-items: flex-start
    }
      }

.order--content img, .order--content strong {
      margin-right: 10%;
    }

.order--content-image {
      max-width: 100%;
      margin-bottom: 16px;
      display: block;
      padding: 16px;

      font-size: 0;
      overflow: hidden;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              -webkit-box-flex: 1;
              flex: 1 0 100%;

      border: 1px solid #dbdbdc;
      border-radius: 7px;

      position: relative;
    }

@media (min-width: 1280px) {

.order--content-image {
        max-width: 225px;
        -webkit-flex: 1 0 225px;
            -ms-flex: 1 0 225px;
                -webkit-box-flex: 1;
                flex: 1 0 225px;
        margin-right: 25px;
        margin-bottom: 0
    }
      }

.order--content img {
      width: 100%;
      max-width: 126px;
      margin: 0 auto;
    }

.order--content img.enlarge {
        width: 14px;
        height: 14px;

        position: absolute;
        top: 7px;
        right: 7px;
        z-index: 1;

        cursor: pointer;
      }

.order--content strong {
      font-weight: 700;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 13%;
    }

.order--content span {
      width: 100%;
    }

@media (min-width: 768px) {

.order--content {
      width: 64.28571%
  }
    }

.order--content-reference h4 {
        font-size: 18px;
        line-height: 23px;
        color: #101010;
        text-transform: uppercase;
        font-weight: 600;
        word-break: break-all;
      }

.order--content-reference h4 + .order--content-reference-row {
          margin-bottom: 10px;
        }

.order--content-reference .order--content-reference-row {
        font-size: 18px;
        line-height: 23px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #101010;
        font-weight: 400;
        word-break: break-all;
      }

.order--content .order--details-link {
      padding-left: 0;
      padding-right: 16px;
      display: inline-block;

      position: relative;

      font-size: 14px;
      line-height: 18px;
      color: #101010;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
    }

.order--content .order--details-link svg {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }

@media (min-width: 1280px) {

.order--content .order--details-link {
        margin-left: 250px
    }
      }

.order--actions a {
      display: block;
      padding: 10px;
      margin-bottom: 10px;

      color: #030303;
      font-size: 12px;
      line-height: 15px;
      font-family: 'Source Sans Pro', sans-serif;

      text-decoration: underline;
      text-align: center;
    }

.order--actions a:hover {
        text-decoration: none;
      }

.order--actions a.link--arrow {
        color: #101010;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;

        border: 1px solid #dbdbdc;
        border-radius: 5px;
      }

.order--actions a.link--arrow::before {
          display: none;
        }

.order--actions a.btn {
        min-height: auto;
        text-decoration: none;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      }

.order--actions a.btn.no-link {
          pointer-events: none;
        }

@media (min-width: 768px) {

.order--actions {
      width: 35.71429%;
      padding-left: 0
  }
    }

@media (min-width: 768px) {

.order {
    padding-bottom: 10px
}

    .order .order--header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center;
    }

      .order .order--header .order--header-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                -webkit-box-pack: end;
                justify-content: flex-end;
      }

      .order .order--header .order--header-status {
        margin-left: 10px;
      }
  }

.orderdetails {
    margin-top: 45px;
    margin-bottom: 45px;
}

.orderdetails > * {
        padding-bottom: 45px;
    }

.orderdetails h3 {
        padding-bottom: 18px;
        margin-bottom: 23px;
        
        font-weight: 700;
        color: #1c1c1c;
        line-height: 24px;

        border-bottom: 1px solid #dadada;
    }

.orderdetails p {
        margin-top: 20px;
        margin-bottom: 20px;
        
        font-size: 14px;
        color: #575757;
        line-height: 24px;
    }

.orderdetails p:first-child {
            margin-top: 0;
        }

.orderdetails p strong {
            font-weight: 700;
            font-size: 16px;
            color: #1c1c1c;
            line-height: 32px;
        }

.orderdetails .link--arrow {
        margin-top: 32px;
        
        font-size: 16px;
        font-weight: 700;
        color: #1c1c1c;
        line-height: 20px;
    }

.orderdetails .link--arrow::before {
            font-size: 15px;
        }

.orderdetails .image {
        position: relative;
        display: block;

        padding: 21px 0 21px 64px;
        cursor: pointer;
    }

.orderdetails .image::before, .orderdetails .image::after {
            display: none;
        }

.orderdetails .image img {
            position: absolute;

            top: 30px;
            left: 16px;

            width: auto;
            max-width: 32px;
        }

.orderdetails .image span {
            display: block;

            font-weight: 700;
            font-size: 16px;
            color: #1c1c1c;
            line-height: 32px;
        }

.orderdetails .image span + span {
                font-size: 14px;
                color: #575757;
                line-height: 24px;
            }

.orderdetails .stretch {
        margin: 0;
    }

@media (min-width: 768px) {

.orderdetails {
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                -webkit-box-align: stretch;
                align-items: stretch
}

        .orderdetails > * {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    flex-direction: column;
        }

        .orderdetails .stretch {
            height: 100%;
        }

        .orderdetails .image {
            padding-left: 92px;
        }

            .orderdetails .image img {
                left: 0;
            }
    }

.spotlight--home-menu {
  width: 25%;
  padding-right: 4px;
  padding-left: 24px;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  display: none;
}

@media (min-width: 768px) {

.spotlight--home-menu {
    display: block
}
  }

.spotlight--home-menu-wrapper {
    min-height: 520px;
    padding: 27px 0 100px;

    background-color: #ffffff;
    border-radius: 4px;
  }

.spotlight--home-menu h2 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #1c1c1c;
    line-height: 13px;
    text-transform: uppercase;
    padding: 0 20px;
  }

.spotlight--home-menu ul {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
  }

.spotlight--home-menu li {
    width: 100%;
    height: auto;
    display: block;
    min-height: 0;
    margin-top: 0;
  }

.spotlight--home-menu li ~ li {
      margin-top: 0;
    }

.spotlight--home-menu li a {
      display: block;
      font-size: 16px;
      color: #575757;
      line-height: 40px;
      text-decoration: none;
      padding: 0 20px;
    }

.spotlight--home-menu li a:hover {
        background: #fafafa;
        color: #1c1c1c;
      }

.spotlight--home-menu a.btn {
    max-width: calc(100% - 40px);
    margin-top: 20px;

    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

.spotlight--home-menu a.spotlight--home-menu-link {
    display: block;
    padding: 16px 40px 16px 16px;

    font-size: 15px;
    color: #1c1c1c;
    line-height: 21px;
    text-decoration: none;

    background-color: #ffffff;

    position: absolute;
    bottom: 0;
    left: 24px;
    right: 4px;
  }

@media (min-width: 1024px) {

.spotlight--home-menu a.spotlight--home-menu-link {
      padding: 16px 40px 16px 82px
  }
    }

.spotlight--home-menu a.spotlight--home-menu-link:hover {
      background: #fafafa;
      color: #1c1c1c;
    }

.spotlight--home-menu a.spotlight--home-menu-link span.icon-shipping, .spotlight--home-menu a.spotlight--home-menu-link span.icon-arrow-right {
      position: absolute;
      top: 50%;

      -webkit-transform: translateY(-50%);

              transform: translateY(-50%);
    }

.spotlight--home-menu a.spotlight--home-menu-link span.icon-shipping {
      left: 24px;
      display: none;
    }

.spotlight--home-menu a.spotlight--home-menu-link span.icon-shipping::before {
        font-size: 33px;
      }

@media (min-width: 1024px) {

.spotlight--home-menu a.spotlight--home-menu-link span.icon-shipping {
        display: block
    }
      }

.spotlight--home-menu a.spotlight--home-menu-link span.icon-arrow-right {
      right: 32px;
    }

.spotlight--home-menu a.spotlight--home-menu-link span.icon-arrow-right::before {
        font-size: 8px;
      }

.alert {
  padding: 12px 16px;
  margin-bottom: 16px;
}

.alert-danger {
    display: block;

    background-color: #e24d42;
    color: #ffffff;
  }

/* i have no idea where this class comes from on register form when using the name in the password */

.alert-danger .d-block {
      display: block;
      
      background: transparent;
    }

.alert-danger .d-block span {
        display: block;
      }

.alert-danger .d-block span.form-error-icon::after {
            content: ': ';
          }

.help__wrapper {
    position: relative;
    border: solid 1px #dadada;
    background: #ffffff;
    padding: 16px 24px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
  }

.help__image {
    position: absolute;
    background: url(/assets/app/Resources/public/img/belprinto/footer-contact.png) no-repeat center center;
    background-size: 88px 88px;
    width: 88px;
    height: 88px;
    border-radius: 50%;

    top: 50%;
    left: 75px;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
  }

.help__content {
    padding-left: 150px;
  }

.help h3 {
    color: #1c1c1c;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }

.help h3 span {
      display: block;
    }

.help p {
    color: #575757;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }

.help a {
    display: inline;
    color: inherit;
    border-bottom: 0;
  }

.help a:hover {
      color: #fe5a5a;
    }

@media (min-width: 996px) {
    .help__image {
      top: 75px;
      left: 50%;
    }

    .help__content {
      padding-top: 150px;
      padding-left: 0;
    }
  }

@media (min-width: 1280px) {
    .help__image {
      top: 50%;
      left: 75px;
    }

    .help__content {
      padding-top: 0;
      padding-left: 150px;
    }
  }

.faq--teaser {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0 16px 25px;
  position: relative;

  text-decoration: none;
}

@media (min-width: 480px) {

.faq--teaser {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%
}
  }

@media (min-width: 768px) {

.faq--teaser {
    padding: 25px 24px 25px;
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            -webkit-box-flex: 0;
            flex: 0 0 33.3333%;
    max-width: 33.3333%
}
  }

@media (min-width: 996px) {

.faq--teaser {
    padding: 25px 24px 25px;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%
}
  }

@media (min-width: 768px) {

.faq--teaser:hover .faq--teaser-wrapper::before {
          -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
                  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06)
      }
        }

@media (min-width: 768px) {

.faq--teaser:hover .faq--teaser-img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1)
    }
      }

.faq--teaser:hover button.btn {
      color: #fe5a5a;
    }

.faq--teaser-wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
  }

.faq--teaser-wrapper::before {
      content: '';

      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;

      -webkit-transform: scale(1.1, 1.0);

              transform: scale(1.1, 1.0);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
    }

.faq--teaser-wrapper {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

.faq--teaser-img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

.faq--teaser-content {
    padding: 28px 0 0;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            -webkit-box-flex: 1;
            flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
  }

.faq--teaser h2 {
    font-weight: 700;
    font-size: 18px;
    color: #1c1c1c;
    line-height: 24px;
  }

.faq--teaser .faq--teaser-description {
    padding: 16px 0;
  }

.faq--teaser .faq--teaser-description p {
      font-weight: 600;
      font-size: 16px;
      color: #575757;
      line-height: 24px;
    }

.faq--teaser button {
    margin-top: auto;
    padding-left: 28px;
    border: 0;
    background: transparent;
    font-weight: 700;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

.faq--teaser button::before {
      left: 0;
    }

.faq--teaser button:hover {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

.navigation--links {
        display: none;
    }

@media (min-width: 768px) {

.navigation--links {
            display: block
    }
        }

.navigation--links ul, .navigation--links li {
            margin: 0;
            list-style: none;
        }

.navigation--links a {
            display: block;
            color: inherit;
            text-decoration: none;
            border-radius: 4px;
            padding: 8px 20px;
            margin: 0 -20px;

            position: relative;
        }

.navigation--links a.active {
                color: #fe5a5a;
            }

.navigation--links a:hover {
                color: #fe5a5a;
            }

.navigation--links a span {
                width: 48px;
                height: 48px;
                display: block;

                position: absolute;
                top: 0;
                right: 0;
                z-index: 1;
            }

.navigation--links a span::before, .navigation--links a span::after {
                    display: none;
                }

.navigation--links li {
            font-size: 14px;
            line-height: 24px;
            font-weight: 600;
            color: #2a3a3e;
        }

.navigation--links > ul > li {
            font-size: 18px;
            line-height: 32px;
            font-weight: 700;
            color: #575757;
            border-bottom: solid 1px #dadada;
        }

.navigation--links > ul > li > span {
                position: relative;
                display: block;
                padding: 16px 24px 16px 0;
                cursor: pointer;
            }

.navigation--links > ul > li > span::before {
                    content: "";
                    position: absolute;
                    display: none;
                    background: #575757;

                    width: 16px;
                    height: 2px;

                    top: 50%;
                    right: 18px;

                    -webkit-transition: all .15s ease-out;

                    transition: all .15s ease-out;
                    -webkit-transform: translateX(-50%, 50%);
                            transform: translateX(-50%, 50%);
                    -webkit-transform-origin: center center;
                            transform-origin: center center;
                }

.navigation--links > ul > li > span::after {
                    content: "";
                    position: absolute;
                    display: none;
                    background: #575757;

                    width: 16px;
                    height: 2px;

                    top: 50%;
                    right: 18px;

                    -webkit-transition: all .15s ease-out;

                    transition: all .15s ease-out;
                    -webkit-transform: translateX(-50%, 50%);
                            transform: translateX(-50%, 50%);
                    -webkit-transform-origin: center center;
                            transform-origin: center center;
                }

.navigation--links > ul > li > span:after {
                    -webkit-transform: rotate(90deg);
                            transform: rotate(90deg);
                }

.navigation--links > ul > li > span.active {
                    color: #1c1c1c;
                }

.navigation--links > ul > li > span:hover {
                    color: #1c1c1c;
                }

.navigation--links > ul > li > span.has-children:before, .navigation--links > ul > li > span.has-children:after {
                        display: block;
                    }

.navigation--links > ul > li > span.active:after {
                        -webkit-transform: rotate(0deg);
                                transform: rotate(0deg);
                    }

.navigation--links > ul > li > span.active + ul {
                        display: block;
                        padding-bottom: 20px;
                    }

.navigation--links > ul > li > ul {
                display: none;
            }

.mobile-navigation--links {
    margin-bottom: 32px;
    display: block;

    -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);

            box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
}

@media (min-width: 768px) {

.mobile-navigation--links {
        display: none
}
    }

.popup--overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;

    display: none;

    background: rgba(0, 0, 0, .5);
  }

.popup--content {
    width: 100%;
    max-width: 816px;
    max-height: 95vh;
    padding: 29px 32px 36px;
    overflow-y: auto;
    overflow-x: hidden;

    display: none;

    background: #ffffff;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .06);

    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 101;
  }

.popup--content-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
    }

@media (min-width: 768px) {

.popup--content-wrapper {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row
    }
      }

@media (min-width: 768px) {

.popup--content.product--popup-content {
        padding: 29px 32px 36px;
        overflow: hidden
    }
      }

.popup--content-close {
      position: absolute;
      top: 13px;
      right: 16px;
      z-index: 100;

      cursor: pointer;
    }

@media (min-width: 768px) {

.popup--content-close {
        right: 20px
    }
      }

.popup--content .product--popup-content-product {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
    }

@media (min-width: 996px) {

.popup--content .product--popup-content-product {
        width: 60%;
        padding-right: 32px
    }
      }

.popup--content .product--popup-content-product-description {
        padding-top: 24px;
      }

@media (min-width: 768px) {

.popup--content .product--popup-content-product-description {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap
      }
        }

.popup--content .product--popup-content-product-img {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;

        text-align: center;
      }

@media (min-width: 768px) {

.popup--content .product--popup-content-product-img {
          width: 40%;
          padding-right: 32px;
          max-width: 120px
      }
        }

.popup--content .product--popup-content-product-img img {
          width: auto;
          max-width: 100%;
          height: auto;
          display: inline-block;
        }

.popup--content .product--popup-content-product-info {
        width: 100%;
      }

@media (min-width: 768px) {

.popup--content .product--popup-content-product-info {
          width: 60%
      }
        }

.popup--content .product--popup-content-product-action {
        width: 100%;
        padding-top: 10px;
        margin-top: auto;
      }

@media (min-width: 768px) {

.popup--content .product--popup-content-product-action {
          padding-top: 40px
      }
        }

.popup--content .product--popup-content-cart {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
      padding-top: 16px;
      margin-top: 16px;
      border-top: 1px solid #dadada;
    }

@media (min-width: 996px) {

.popup--content .product--popup-content-cart {
        width: 40%;
        padding-left: 32px;
        padding-top: 0;
        margin-top: 0;

        border-left: 1px solid #dadada;
        border-top: 0
    }
      }

.popup--content .product--popup-content-cart-orderline {
        padding-top: 16px;

        font-weight: 600;
        font-size: 16px;
        color: #1c1c1c;
        line-height: 40px;
      }

@media (min-width: 768px) {

.popup--content .product--popup-content-cart-orderline {
          padding-top: 32px
      }
        }

.popup--content .product--popup-content-cart-orderline strong {
          font-weight: 700;
          font-size: 24px;
          color: #1c1c1c;
          float: right;
        }

.popup--content .product--popup-content-cart-action {
        margin-top: auto;
        text-align: right;
      }

.popup--content h2 {
      margin-top: 0;
      font-weight: 700;
      font-size: 20px;
      color: #1c1c1c;
      line-height: 36px;
    }

.popup--content h3 {
      font-weight: 700;
      font-size: 16px;
      color: #1c1c1c;
      line-height: 32px;
    }

.popup--content p {
      margin-top: 0;
      font-weight: 600;
      font-size: 14px;
      color: #575757;
      line-height: 24px;
    }

.popup--content p.popup-actions {
        margin-top: 20px;
        text-align: center;
      }

.popup--content p.popup-actions a {
          width: auto;
        }

.popup.popup--upload .popup--content {
      overflow: hidden;
    }

.popup.popup--upload h2 + p {
        margin-top: 24px;
      }

.popup.popup--upload p {
      color: #93999a;
    }

.popup.popup--upload .drop--zone-contaner {
      margin-top: 16px;
    }

.popup.popup--address .row > div {
      margin-top: 16px;

      /* &:first-child {
        margin-top: 0;
      } */
    }

.popup.popup--address .popup--content {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
    }

@media (min-width: 768px) {

.popup.popup--address .popup--content {
        padding-left: 32px;
        padding-right: 32px
    }
      }

.popup.popup--address .p-wrapper {
      width: 100%;
      display: block;
      padding-bottom: 36px;
    }

.popup.popup--global .popup--content-wrapper {
      display: block;
    }

.popup.popup--global ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
    }

.popup.popup--global li a {
        text-decoration: none;
        color: #fe5a5a;
      }

.popup.popup--global li ~ li {
        margin-top: 6px;
      }

.popup.popup--delivery .popup--content {
      max-width: 1042px;
      padding: 25px 0;
    }

.popup.popup--delivery .popup--content .col-xs-6 form {
        margin: 0;
      }

.popup.popup--delivery .popup--content-wrapper {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
    }

.popup.popup--delivery form {
      margin: 0;
    }

.popup.popup--delivery form fieldset + .row {
          margin-top: 30px;
        }

.popup.popup--delivery form legend {
        margin-top: 0;
      }

.popup.popup--delivery h2 {
      padding-bottom: 30px;

      font-weight: 700;
      font-size: 20px;
      color: #1c1c1c;
      line-height: 25px;
    }

.popup.popup--delivery h3 {
      padding-bottom: 5px;
      margin-bottom: 0 !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;

      font-weight: 700;
      font-size: 14px;
      color: #1c1c1c;
      line-height: 18px;

      border-bottom: 1px solid #dadada;
    }

.popup.popup--delivery #total-amount {
      width: auto;
      max-width: 100px;
      height: 18px;
      padding: 0;
      margin-left: auto;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;

      border: 0;

      font-weight: 700;
      font-size: 18px;
      color: #1c1c1c;
      line-height: 18px;
      text-align: right;
    }

.popup.popup--delivery #total-amount.error {
        color: #fe5a5a;
      }

.popup.popup--delivery .address-selection .row {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
      }

@media (min-width: 768px) {

.popup.popup--delivery .address-selection .row {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                  flex-direction: row
      }
        }

.popup.popup--delivery .wrap-type-message {
      color: #fe5a5a;
    }

.popup.popup--delivery .address-list, .popup.popup--delivery .delivery-list {
      height: 100vh;
      max-height: 445px;

      display: -webkit-flex;

      display: -ms-flexbox;

      display: -webkit-box;

      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;

      overflow-y: auto;
    }

.popup.popup--delivery .delivery-list .empty {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
        padding-bottom: 38px;
        margin: auto 0;

        font-size: 16px;
        color: #8e8e8e;
        text-align: center;
        line-height: 24px;

        position: relative;
      }

.popup.popup--delivery .delivery-list .empty::before {

          content: '\E915';

          position: absolute;
          bottom: -16px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);

          font-size: 56px;
          color: #8e8e8e;
        }

.popup.popup--delivery .delivery-list .shipping-address-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                -webkit-box-pack: justify;
                justify-content: space-between;

        position: relative;
      }

.popup.popup--delivery .delivery-list .shipping-address-item:hover {
          background: transparent;
        }

.popup.popup--delivery .delivery-list .shipping-address-item .shipping-address-checkbox + label {
            width: 100%;
            padding: 13px 50px 13px 0;

            pointer-events: none;
          }

.popup.popup--delivery .delivery-list .shipping-address-item .shipping-address-checkbox + label::before, .popup.popup--delivery .delivery-list .shipping-address-item .shipping-address-checkbox + label::after {
              display: none;
            }

@media (min-width: 768px) {

.popup.popup--delivery .delivery-list .shipping-address-item .shipping-address-checkbox + label {
              width: 60%;
              padding-right: 10px
          }
            }

.popup.popup--delivery .delivery-list .shipping-address-item input[type="text"] {
          width: 100%;
        }

@media (min-width: 768px) {

.popup.popup--delivery .delivery-list .shipping-address-item input[type="text"] {
            width: 69px;
            margin-top: 13px
        }
          }

.popup.popup--delivery .delivery-list .shipping-address-item .delete-shipping-item {
          width: auto;
          padding-left: 20px;

          background: transparent;
          color: #575757;

          position: absolute;
          top: 16px;
          right: 0;
        }

@media (min-width: 768px) {

.popup.popup--delivery .delivery-list .shipping-address-item .delete-shipping-item {
            position: static
        }
          }

.popup.popup--delivery .delivery-list .shipping-address-item .delete-shipping-item::before {

            content: '\E90A';

            width: 12px;

            font-size: 16px;
          }

.popup.popup--delivery .delivery-list .shipping-address-item .delete-shipping-item:hover {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            color: #fe5a5a;
          }

.popup.popup--delivery .delivery-list .shipping-address-item .delete-shipping-item:focus {
            outline: none;
          }

.popup.popup--delivery .delivery-list .shipping-address-item .shipping-address-neutral {
          width: 100%;
        }

.popup.popup--delivery .delivery-list .shipping-address-item .shipping-address-neutral label::before, .popup.popup--delivery .delivery-list .shipping-address-item .shipping-address-neutral label::after {
              left: 0;
            }

.popup.popup--delivery .delivery-list .shipping-address-item ~ .empty {
          display: none;
        }

.popup.popup--delivery .address-list .shipping-address-amount, .popup.popup--delivery .address-list .shipping-address-neutral, .popup.popup--delivery .address-list .delete-shipping-item {
        display: none;
      }

.popup.popup--delivery .shipping-address-item {
      width: 100%;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;

      border-bottom: 1px dashed #dadada;
    }

.popup.popup--delivery .shipping-address-item:last-child {
        border-bottom: 0;
      }

.popup.popup--delivery .shipping-address-item:hover {
        background: #fafafa;
      }

.popup.popup--delivery .shipping-address-item input:checked + label::after {
              -webkit-transform: translateY(-50%) scale(1);
                      transform: translateY(-50%) scale(1);
            }

.popup.popup--delivery .shipping-address-item label {
        padding: 13px 8px 13px 40px;

        font-weight: 600;
        font-size: 16px;
        color: #575757;
        line-height: 32px;
        cursor: pointer;
      }

.popup.popup--delivery .shipping-address-item label::before, .popup.popup--delivery .shipping-address-item label::after {
          top: 50%;
          left: 8px;
        }

.popup.popup--delivery .shipping-address-item label::before {
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
        }

.popup.popup--delivery .shipping-address-item label::after {
          -webkit-transform: translateY(-50%) scale(0);
                  transform: translateY(-50%) scale(0);
        }

.popup.popup--delivery .shipping-address-item label strong {
          color: #1c1c1c;
        }

.popup.popup--delivery .shipping-address-item label span {
          display: block;
          margin-top: -5px;

          font-size: 14px;
          line-height: 24px;
        }

.popup.popup--delivery .link-add-address {
      display: inline-block;
      padding-left: 23px;
      margin-top: 12px;

      font-weight: 700;
      font-size: 16px;
      color: #1c1c1c;

      text-decoration: none;

      position: relative;
    }

.popup.popup--delivery .link-add-address::before {

        content: '\E905';

        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        font-size: 10px;
      }

.popup.popup--delivery .link-add-address:hover {
        color: #fe5a5a;
      }

.popup.popup--delivery .col-sm-6 {
      width: 100%;
    }

@media (min-width: 768px) {

.popup.popup--delivery .col-sm-6 {
        width: 50%
    }
      }

.popup.popup--delivery .col-sm-6 + .col-sm-6 {
        margin-top: 30px;
      }

@media (min-width: 768px) {

.popup.popup--delivery .col-sm-6 + .col-sm-6 {
          margin-top: 0
      }
        }

.popup.popup--delivery .col-sm-6 button {
        width: 100%;
        padding: 13px 8px;

        background: #fe5a5a;
        border-radius: 2px;

        font-weight: 700;
        font-size: 11px;
        color: #ffffff;
        text-align: center;
        line-height: 14px;
        text-transform: uppercase;
      }

.popup.popup--delivery .col-sm-6 button:disabled {
          background: #dadada;
        }

.popup.popup--delivery .col-sm-6 button:hover {
          -webkit-box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
                  box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
        }

.popup.popup--delivery .direct-mailing h2 {
        margin: 0;
        padding-bottom: 2px;

        font-weight: 700;
        font-size: 20px;
        color: #1c1c1c;
        line-height: 25px;
      }

.popup.popup--delivery .direct-mailing .direct-mailing-read-more a {
        font-weight: 600;
        font-size: 14px;
        color: #fe5a5a;
        line-height: 24px;
        text-decoration: underline;
      }

.popup.popup--delivery .direct-mailing .direct-mailing-download a {
        font-weight: 600;
        font-size: 14px;
        color: #fe5a5a;
        line-height: 24px;
        text-decoration: underline;
      }

.popup.popup--delivery .direct-mailing .direct-mailing-read-more a:hover, .popup.popup--delivery .direct-mailing .direct-mailing-download a:hover {
          text-decoration: none;
        }

.popup.popup--delivery .direct-mailing .direct-mailing-download {
        margin-top: 25px;
        text-align: right;
      }

.popup.popup--delivery .direct-mailing form {
        clear: both;
        counter-reset: direct-mailing-counter;
      }

.popup.popup--delivery .direct-mailing form > .form-group {
          padding: 0 0 16px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  flex-direction: column;

          counter-increment: direct-mailing-counter;

          border-bottom: 1px solid #dadada;
        }

@media (min-width: 768px) {

.popup.popup--delivery .direct-mailing form > .form-group {
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    flex-direction: row
        }
          }

.popup.popup--delivery .direct-mailing form > .form-group > h3 {
            width: 100%;
            margin-bottom: 16px;

            border-bottom: 0;
          }

@media (min-width: 768px) {

.popup.popup--delivery .direct-mailing form > .form-group > h3 {
              width: 30%
          }
            }

.popup.popup--delivery .direct-mailing form > .form-group > h3::before {
              content: counter(direct-mailing-counter)'.' !important;

              height: auto;
              display: inline-block;
              margin-right: 5px;

              position: static !important;

              background: transparent !important;
              -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
                      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
            }

.popup.popup--delivery .direct-mailing form > .form-group .form-group-direct-mailing {
            width: 100%;
          }

@media (min-width: 768px) {

.popup.popup--delivery .direct-mailing form > .form-group .form-group-direct-mailing {
              width: 70%
          }
            }

.popup.popup--delivery .direct-mailing form .drop--zone-contaner {
          min-height: 64px;
        }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-method > label {
            display: none;
          }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-method > div > div {
            width: 100%;

            display: -webkit-flex;

            display: -ms-flexbox;

            display: -webkit-box;

            display: flex;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    flex-direction: row;
          }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-method label ~ label {
              margin-left: 46px;
            }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-divide-shipping .col-sm-6, .popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-date .col-sm-6 {
            padding-left: 0;
            padding-right: 0;
          }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-divide-shipping .col-sm-6 + .col-sm-6, .popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-date .col-sm-6 + .col-sm-6 {
              margin-top: 16px;
            }

@media (min-width: 768px) {

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-divide-shipping .col-sm-6 + .col-sm-6, .popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-date .col-sm-6 + .col-sm-6 {
                padding-left: 24px;
                padding-right: 0;
                margin-top: 0
            }
              }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-divide-shipping .direct-mailing-shipping-item {
            margin-top: 20px;
          }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-return-address {
          position: relative;
          margin-top: -8px;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  -webkit-box-align: center;
                  align-items: center;
        }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-return-address .col-md-6:first-child {
              padding-left: 0;
            }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-return-address p {
            font-weight: 600;
            font-size: 14px;
            color: #1c1c1c;
            line-height: 24px;
          }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-return-address p strong {
              display: block;

              font-weight: 700;
              font-size: 16px;
              color: #1c1c1c;
              line-height: 32px;
            }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-return-address .remaining {
            font-size: 14px;
            font-weight: 600;
            color: #1c1c1c;
            line-height: 24px;
          }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-return-address .trigger-addresses {
            width: 15px;
            height: 25px;
            display: block;
            margin-left: 32px;

            position: absolute;
            right: 0;
            top: 0;

            cursor: pointer;
          }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-return-address .trigger-addresses::before {
              content: "";
              position: absolute;
              background: #878787;
              width: 5px;
              height: 5px;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              border-radius: 50%;
              -webkit-box-shadow: 0 -10px 0 0 #878787, 0 10px 0 0 #878787;
                      box-shadow: 0 -10px 0 0 #878787, 0 10px 0 0 #878787;
              -webkit-transition: all .3s ease-out;
              transition: all .3s ease-out;
            }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-date .shipping-costs {
            margin-top: 14px;

            font-size: 16px;
            color: #2a3a3e;
            line-height: 24px;
          }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-date .col-sm-6 .shipping-dates-wrapper {
              padding-left: 54px;
              margin-top: 33px;

              font-weight: 600;
              font-size: 16px;
              color: #8e8e8e;
              line-height: 24px;

              position: relative;
            }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-date .col-sm-6 .shipping-dates-wrapper::before {

                content: '\E914';

                font-size: 20px;
                color: #8e8e8e;

                position: absolute;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
              }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-date .col-sm-6 .shipping-dates-wrapper .shipping-dates .shipping-date strong {
                    display: block;

                    font-weight: 700;
                    font-size: 16px;
                    color: #2a3a3e;
                    line-height: 24px;
                  }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-date .col-sm-6 .shipping-dates-wrapper .shipping-dates .shipping-date:not(:empty) + .empty {
                      display: none;
                    }

.popup.popup--delivery .direct-mailing form .form-group-direct-mailing-shipping-date .col-sm-6 .shipping-dates-wrapper .shipping-dates .empty {
                  font-weight: 700;
                  font-size: 16px;
                  color: #8e8e8e;
                  line-height: 24px;
                }

.popup.popup--delivery .direct-mailing .form-actions {
        text-align: center;
      }

.popup.popup--delivery .direct-mailing .drop--zone-contaner .dz-preview {
          margin-top: 10px;
          margin-bottom: 10px;
        }

.popup.popup--delivery .direct-mailing .drop--zone-contaner .dz-preview .dz-image {
            width: 120px;
            height: 120px;

            background: transparent url(/assets/app/Resources/public/img/belprinto/excell.png) no-repeat center center;
          }

.popup.popup--delivery .direct-mailing .drop--zone-contaner .dz-preview .dz-image img {
              display: none;
            }

.popup.popup--delivery .direct-mailing .total-amount-wrapper {
        margin-bottom: 16px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                -webkit-box-pack: end;
                justify-content: flex-end;
      }

@media (min-width: 768px) {

.popup.popup--delivery .direct-mailing .total-amount-wrapper {
          margin-bottom: 0;
          float: right;
          position: relative;
          top: 2px;
          z-index: 1
      }
        }

.popup.popup--delivery .direct-mailing .total-amount-wrapper label {
          display: inline-block;
          margin-bottom: 0;

          line-height: 18px;
        }

.popup.popup--delivery .direct-mailing .total-amount-wrapper input {
          margin-left: 0 !important;
        }

.popup.popup--delivery .direct-mailing #total-amount {}

.popup.popup--delivery .direct-mailing button[type="submit"] {
        width: auto;
        padding: 13px 120px;
        display: inline-block;

        background: #fe5a5a;
        border-radius: 2px;

        font-weight: 700;
        font-size: 11px;
        color: #ffffff;
        text-align: center;
        line-height: 14px;
        text-transform: uppercase;
      }

.popup.popup--delivery .direct-mailing button[type="submit"]:disabled {
          background: #dadada;
        }

.popup.popup--delivery .direct-mailing button[type="submit"]:hover {
          -webkit-box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
                  box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
        }

.popup.popup--delivery .direct-mailing-return-address .form-actions {
        margin-top: 30px;

        text-align: center;
      }

.popup.popup--delivery .direct-mailing-return-address .change-return-address {
        width: auto;
        max-width: 100%;
        padding: 13px 120px;

        background: #fe5a5a;
        border-radius: 2px;

        font-weight: 700;
        font-size: 11px;
        color: #ffffff;
        text-align: center;
        line-height: 14px;
        text-transform: uppercase;
      }

.popup.popup--delivery .direct-mailing-return-address .change-return-address:disabled {
          background: #dadada;
        }

.popup.popup--delivery .file-editing {
      line-height: 18px;
    }

.popup.popup--delivery .file-editing a {
        color: #fe5a5a;
      }

.popup.popup--delivery .file-cancel {
      text-align: right;
    }

.popup.popup--delivery .file-cancel a {
        color: #fe5a5a;
      }

.popup.popup--delivery .error-message {
      width: 100%;
      margin-top: 20px;
      padding-left: 28px;

      font-size: 14px;
      line-height: 32px;
      color: #fe5a5a;

      position: relative;
    }

.popup.popup--delivery .error-message::before {
        content: 'i';

        width: 20px;
        height: 20px;
        margin-right: 8px;
        display: inline-block;

        font-family: serif;
        font-size: 12px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;

        background-color: #fe5a5a;

        position: absolute;
        left:  0;
        top: 6px;
      }

.popup.popup--delivery .error-message:empty {
        display: none;
      }

.popup.popup--delivery .error-message ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        list-style-type: none;
      }

.popup.popup--delivery .error-message li {
        font-size: 14px;
        line-height: 32px;
        color: #fe5a5a;
      }

.page--checkout-shipping .popup.popup--delivery .col-sm-6 + .col-sm-6 {
          margin-top: 16px;
        }

.page--checkout-shipping .popup.popup--delivery .address-selection .col-sm-6 + .col-sm-6 {
            margin-top: 32px;
          }

@media (min-width: 768px) {

.page--checkout-shipping .popup.popup--delivery .address-selection .col-sm-6 + .col-sm-6 {
              margin-top: 0
          }
            }

.popup--configurator .popup--content {
    width: 200px;
    height: 200px;
    overflow: hidden;
  }

.popup--configurator .popup--content svg {
      width: 140px;
      height: 140px;

      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }

.popup-loading .popup--content-wrapper svg {

    }

.popup--login .popup--content {
    max-width: 539px;
  }

.popup--login .popup--content .login-embedded {
      padding: 0;
    }

.popup--login .popup--content p {
      margin-top: 20px;
    }

.show-popup .popup--overlay, .show-popup--configurator .popup--configurator .popup--overlay, .show-popup--login .popup--login .popup--overlay {
    display: block;
  }

.show-popup .popup--content, .show-popup--configurator .popup--configurator .popup--content, .show-popup--login .popup--login .popup--content {
    display: block;
  }

.shipping--neutral {
  margin-top: 40px;
  padding: 10px 16px 12px;

  background: #f4f4f4;
}

@media (min-width: 768px) {

.shipping--neutral {
    margin-top: 90px
}
  }

.shipping--neutral label {
    font-weight: 700;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 32px;
  }

.shipping--neutral p {
    margin: 0 0 0 40px;

    font-weight: 600;
    font-size: 14px;
    color: #756f71;
    line-height: 16px;
  }

.drop--zone-contaner {
  min-height: 200px;
  border: 2px dashed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -webkit-box-pack: center;
          justify-content: center;

  position: relative;
}

.drop--zone-contaner p {
    padding: 0 10px;
    pointer-events: none;
  }

.drop--zone-contaner .dz-preview {
    width: 120px;
    height: 120px;
    margin: 0 10px;

    position: relative;
  }

.drop--zone-contaner .dz-preview::after {
      content: attr(data-progress)'%';

      width: 120px;
      position: absolute;
      left: 0;
      top: 70px;

      font-size: 10px;
      line-height: 10px;
      text-align: center;
    }

.drop--zone-contaner .dz-preview .dz-image {
      display: inline-block;
      margin: 0 auto;
    }

.drop--zone-contaner .dz-preview .dz-details {
      display: none;
    }

.drop--zone-contaner .dz-preview .dz-progress {
      width: 100px;
      height: 10px;

      position: absolute;
      top: 50%;
      left: 50%;

      border-radius: 10px;
      overflow: hidden;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }

.drop--zone-contaner .dz-preview .dz-progress span.dz-upload {
        min-width: 2% !important;

        height: 10px;
        display: inline-block;
        background: #fe5a5a;

        position: absolute;
      }

.drop--zone-contaner .dz-preview .dz-error-message, .drop--zone-contaner .dz-preview .dz-success-mark, .drop--zone-contaner .dz-preview .dz-error-mark {
      display: none;
    }

.drop--zone-contaner .dz-preview .dz-remove {
      font-size: 0;
      text-decoration: none;

      position: absolute;
      top: 4px;
      right: 0;
    }

.drop--zone-contaner .dz-preview .dz-remove::before {

        content: '\E909';

        font-size: 14px;
        color: #1c1c1c;
      }

.drop--zone-contaner .dz-preview.dz-error .dz-progress, .drop--zone-contaner .dz-preview.dz-error .dz-success-mark {
        display: none;
      }

.drop--zone-contaner .dz-preview.dz-error .dz-error-message {
        width: 100%;
        display: block;
        padding: 8px;

        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;

        -webkit-transform: translateY(-50%);

                transform: translateY(-50%);

        background: #fe5a5a;
        color: #ffffff;
      }

.drop--zone-contaner .dz-preview.dz-error .dz-error-mark {
        display: block;

        position: absolute;

        top: 0;
        right: 0;
        z-index: 2;
        cursor: pointer;
      }

.drop--zone-contaner .dz-preview.dz-error .dz-error-mark::before {

          content: '\E909';
        }

.drop--zone-contaner .dz-preview.dz-error .dz-error-mark svg {
          display: none;
        }

.drop--zone-contaner.dz-started > p {
      display: none;
    }

.dz-complete.dz-success .dz-progress, .dz-complete.dz-success::after {
    display: none;
  }

.tooltip-container {
    position: relative;
  }

.tooltip-trigger {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;

    background: #8e8e8e;
    border-radius: 50%;

    position: relative;
    top: 4px;

    color: #ffffff;
    cursor: pointer;
  }

.tooltip-trigger::before {
      content: '?';

      width: 20px;
      height: 20px;
      display: block;

      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;

      text-align: center;
      font-size: 12px;
      line-height: 20px;
    }

.tooltip-content {
    display: none;
    padding: 0 16px 7px 40px;

    color: #8e8e8e;
    font-size: 12px;
    line-height: 18px;
  }

.tooltip--show .tooltip-content {
      display: block;
    }

.cover-calculator-form > .row {
    margin: 0 -16px;
  }

@media (min-width: 768px) {

.cover-calculator-form > .row {
      margin: 0 -24px
  }
    }

.cover-calculator-form .col-sm-5 {
    margin: 40px 0 0;
  }

.cover-calculator-document {
  margin: 78px 0 0;
}

.cover-calculator-document .col-sm-8, .cover-calculator-document .col-sm-4 {
    margin: 27px 0 0;
  }

.cover-calculator-document dl {
    counter-reset: cover-calculator;
  }

.cover-calculator-document dt, .cover-calculator-document dd {
    padding: 4px 0;
    margin-top: 12px;
    display: inline-block;

    font-size: 14px;
    line-height: 24px;
  }

.cover-calculator-document dt {
    width: 40%;
    padding-left: 53px;

    position: relative;
  }

.cover-calculator-document dt::before {
      counter-increment: cover-calculator;
      content: counter(cover-calculator, upper-alpha);

      width: 32px;
      height: 32px;
      display: block;

      position: absolute;
      top: 0;
      left: 0;

      background: #fe5a5a;
      color: #ffffff;
      border-radius: 50%;

      font-family: 'Muli', sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 32px;
      text-align: center;
    }

.cover-calculator-document dd {
    width: 60%;
    text-align: right;
  }

.cover-calculator-indesign {
  margin: 78px 0 0;
}

.cover-calculator-indesign h2 + h2 {
      margin: 0;
    }

.cover-calculator-indesign .col-sm-8 .row {
      margin: 0 -16px;
    }

@media (min-width: 768px) {

.cover-calculator-indesign .col-sm-8 .row {
        margin: 0 -24px
    }
      }

.cover-calculator-indesign .col-sm-4 {
    margin-top: 42px;
  }

.cover-calculator-indesign h3 {
    font-size: 16px;
    line-height: 32px;
  }

.cover-calculator-indesign h3::before {
      content: attr(data-before);

      width: 32px;
      height: 32px;
      margin-bottom: 9px;
      display: block;

      background: #fe5a5a;
      border-radius: 50%;

      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      line-height: 32px;
      text-align: center;
    }

.cover-calculator-indesign p {
    margin-top: 10px;
    
    font-size: 14px;
    font-weight: 600;
    color: #575757;
    line-height: 24px;
  }

.tabs--navigation {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
  }

@media (min-width: 768px) {

.tabs--navigation {
      width: auto
  }
    }

.tabs--navigation-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
      padding: 5px;

      background: #ffffff;
      border: 1px solid #dbdbdc;
      border-radius: 8px;
    }

@media (min-width: 768px) {

.tabs--navigation-wrapper {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row
    }
      }

.tabs--navigation-wrapper > span {
        -webkit-order: 2;
            -ms-flex-order: 2;
                -webkit-box-ordinal-group: 3;
                order: 2;
        width: 20px;
        padding: 0;
        margin: -15px 0;

        position: relative;
        z-index: 1;

        background: #ffffff;
        -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .4);
                box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .4);
        border-radius: 8px;

        -webkit-align-self: center;

            -ms-flex-item-align: center;

                    -ms-grid-row-align: center;

                align-self: center;
        font-weight: 700;
        font-size: 11px;
        color: #575757;
        text-align: center;
        line-height: 30px;
      }

@media (min-width: 768px) {

.tabs--navigation-wrapper > span {
          margin: 0 -10px
      }
        }

.tabs--navigation a {
      display: block;
      padding: 11px 40px 13px 31px;

      font-weight: 600;
      font-size: 14px;
      color: #1c1c1c;
      text-align: left;
      line-height: 24px;
      text-decoration: none;
      border-radius: 4px;
    }

@media (min-width: 768px) {

.tabs--navigation a {
        display: inline-block
    }
      }

.tabs--navigation a.active {
        background: #fe5a5a;
        color: #ffffff;
      }

.tabs--navigation a:hover {
        background: #fe5a5a;
        color: #ffffff;
      }

.tabs--navigation a:nth-child(2) {
        -webkit-order: 1;
            -ms-flex-order: 1;
                -webkit-box-ordinal-group: 2;
                order: 1;
      }

.tabs--navigation a:nth-child(3) {
        -webkit-order: 3;
            -ms-flex-order: 3;
                -webkit-box-ordinal-group: 4;
                order: 3;
      }

.tabs--navigation a span {
        display: block;

        font-size: 11px;
        line-height: 16px;
      }

.promocode > label {
    width: 40%;
  }

.promocode > span {
    width: 60%;

    position: relative;
  }

.promocode > span span {
      width: 100%;
    }

.promocode > span span input[type="text"] {
        width: 100%;
      }

.promocode > span button {
      position: absolute;
      top: 0;
      right: 0;

      background-color: #fe5a5a;
      border: 0;
      border-radius: 0 4px 4px 0;
    }

.promocode > span button span {
        color: #ffffff;
      }

.promocode > div.error {
    width: 100%;

    color: #fe5a5a;
  }

.promocode > div.error::before {
      content: "i";

      display: inline-block;
      background: #fe5a5a;

      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;

      color: #ffffff;
      font-size: 0;

      border-radius: 50%;
      margin-right: 8px;

      font-family: serif;
      font-size: 12px;
    }

.promocode.promocode-success > label {
      width: 60%;
    }

.promocode.promocode-success > span {
      width: 40%;
      margin-bottom: 9px;

      text-align: right;
    }

.promocode.promocode-success > span > span {
        margin-right: 24px;
        font-size: 14px;
        line-height: 32px;
      }

.promocode.promocode-success > span button {
        top: 9px;

        background: transparent none;
      }

.promocode.promocode-success > span button span {
          color: #262223;
        }

.address {
  display: block;
}

.address span.address--extra {
      display: block;

      font-weight: 600;
      font-size: 14px;
      color: #575757;
      line-height: 24px;
    }

.address span.address--street {
      display: block;

      font-weight: 600;
      font-size: 14px;
      color: #575757;
      line-height: 24px;
    }

.address span.address--locality {
      display: block;

      font-weight: 600;
      font-size: 14px;
      color: #575757;
      line-height: 24px;
    }

.address span.address--vat-number {
      display: block;

      font-weight: 600;
      font-size: 14px;
      color: #575757;
      line-height: 24px;
    }

.address span.address--company-name {
      display: block;

      font-weight: 700;
      font-size: 16px;
      color: #1c1c1c;
      line-height: 32px;
    }

.address span.address--vat-number {
      margin-top: 5px;
    }

.address.address--full span.address--addressee {
          font-weight: 400;
          font-size: 16px;
          color: #1c1c1c;
          line-height: 32px;
        }

.address.address--full span.address--addressee strong {
            font-weight: 700;  
          }

.address.address--full span.address--company-name {
          font-size: 14px;
        }

.address.address--compact span.address--addressee {
        font-weight: 400;
        font-size: 16px;
        color: #1c1c1c;
        line-height: 32px;
      }

.address.address--compact span.address--addressee strong {
          font-weight: 700;  
        }

label .address span.address--company-name {
        font-size: 14px;
      }

label .address span.address--street, label .address span.address--locality {
        font-size: 16px;
      }

.questions__block {
  display: none;
  line-height: 20px;
}

@media (min-width: 768px) {

.questions__block {
    width: 100%;
    padding-bottom: 30px;
    display: block;
    clear: both
}

    .questions__block ul {
      padding: 0;
      margin: 0;
      list-style-type: none;

      display: -webkit-flex;

      display: -ms-flexbox;

      display: -webkit-box;

      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              -webkit-box-pack: justify;
              justify-content: space-between;

      line-height: 20px;
    }

      .questions__block ul li {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 20px !important;
      }

        .questions__block ul li strong {
          color: #02a288;
        }

        .questions__block ul li ~ li {
          margin-top: 0;

          font-family: 'Source Sans Pro', sans-serif;
          font-size: 16px;
          line-height: 20px !important;
        }

          .questions__block ul li ~ li a {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 16px;
            line-height: 20px;
            color: #575757;
          }
  }

.callout-banner {
  padding: 6px;
  display: none;

  background: #02a288;

  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.callout-banner .callout-banner__wrapper {
    padding: 0 30px;
    text-align: center;

    position: relative;
  }

.callout-banner .callout-banner__close {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;

    border: 2px solid #ffffff;
    border-radius: 50%;

    cursor: pointer;
  }

.callout-banner .callout-banner__close::before {
      content: '\E909';

      width: 18px;
      height: 18px;

      font-size: 8px;
      line-height: 18px;
      color: #ffffff;

      position: absolute;
      top: 0;
      left: 0;
    }

.show-callout-banner .callout-banner {
    display: block;
  }

.solar {
  margin-top: 35px;
}

@media (min-width: 768px) {

.solar {
    margin-top: 70px
}
  }

#footer .solar {
    margin-top: 0;
    margin-bottom: -338px !important;

    position: relative;
    top: -310px;

    background: #fafafa;
  }

@media (min-width: 768px) {

#footer .solar {
      margin-top: 0;
      margin-bottom: -358px !important
  }
    }

.solar .row {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }

.solar .solar-content {
    width: 100vw;
    padding-top: 53px;
    margin: 0 -16px;

    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;

    font-family: 'Source Sans Pro', sans-serif !important;
    text-align: center;
  }

@media (min-width: 768px) {

.solar .solar-content {
      width: 100%;
      background-size: auto 100%;
      padding: 40px 0;
      margin: 0
  }
    }

.solar .solar-content h2 {
      max-width: 422px;
      padding-left: 16px;
      padding-right: 16px;
      margin: 0 auto;

      font-family: 'Muli', sans-serif !important;
      font-size: 30px;
      line-height: 32px;
      color: #ffffff;
      text-align: center;
    }

@media (min-width: 768px) {

.solar .solar-content h2 {
        font-size: 40px;
        line-height: 42px;
        padding-left: 0;
        padding-right: 0
    }
      }

.solar .solar-content .description {
      max-width: 686px;
      padding-top: 57px;
      padding-left: 16px;
      padding-right: 16px;
      margin: 0 auto;

      font-size: 14px;
      line-height: 19px;
      color: #000000 !important;
      text-align: center;
    }

.solar .solar-content .description p {
        color: #000000 !important;
        font-family: 'Source Sans Pro', sans-serif !important;
      }

.solar .solar-content .description li {
        color: #000000 !important;
        font-family: 'Source Sans Pro', sans-serif !important;
      }

@media (min-width: 768px) {

.solar .solar-content .description {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;

        color: #ffffff  !important
    }

        .solar .solar-content .description p {
          color: #ffffff !important;
        }

        .solar .solar-content .description li {
          color: #ffffff !important;
        }
      }

.solar .solar-content .solar-data-blocks {
      max-width: 686px;
      padding-top: 11px;
      margin: 0 auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-flow: row nowrap;

      -webkit-justify-content: space-between;

          -ms-flex-pack: justify;

              -webkit-box-pack: justify;

              justify-content: space-between;
    }

.solar .solar-content .solar-data-blocks + a {
        margin-top: 33px !important;

        background: #fe5b5a;
        border: 0;

        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 14px;
        color: #ffffff;
      }

.solar .solar-content .solar-data-blocks + a:hover {
          text-decoration: none !important;
          background: rgba(254, 91, 90, .8);
        }

@media (min-width: 768px) {

.solar .solar-content .solar-data-blocks {
        padding-top: 38px
    }

        .solar .solar-content .solar-data-blocks + a {
          margin-top: 45px !important;
        }
      }

.solar .solar-content .solar-data {
      width: 100%;
      max-width: 158px;
      padding: 16px 4px;

      background: #ffffff;
      -webkit-box-shadow: 10px 10px 20px #0000000;
              box-shadow: 10px 10px 20px #0000000;
      border-radius: 5px;
    }

@media (min-width: 768px) {

.solar .solar-content .solar-data {
        padding: 16px 25px
    }
      }

.solar .solar-content .solar-data img {
        margin: 0 auto;
      }

.solar .solar-content .solar-data div {
        padding-top: 12px;
      }

.solar .solar-content .solar-data div p {
          font-family: 'Source Sans Pro', sans-serif !important;
          font-size: 12px !important;
          line-height: 14px !important;
          color: #000000 !important;
        }

.solar .solar-content .solar-data div p.metrics {
            margin-top: 4px !important;

            font-size: 18px !important;
            font-weight: 700 !important;
            line-height: 18px !important;
            color: #00a48a !important;
          }

@media (min-width: 768px) {

.solar .solar-content .solar-data div p {
            font-size: 14px !important;
            line-height: 16px !important
        }

            .solar .solar-content .solar-data div p.metrics {
              font-size: 20px !important;
              line-height: 20px !important;
            }
          }

.solar .solar-content .solar-data:nth-child(1) img {
          width: 25px;
        }

@media (min-width: 768px) {

.solar .solar-content .solar-data:nth-child(1) img {
            width: 58px
        }
          }

.solar .solar-content .solar-data:nth-child(2) img {
          width: 30px;
        }

@media (min-width: 768px) {

.solar .solar-content .solar-data:nth-child(2) img {
            width: 68px
        }
          }

.solar .solar-content .solar-data:nth-child(3) img {
          width: 30px;
        }

@media (min-width: 768px) {

.solar .solar-content .solar-data:nth-child(3) img {
            width: 68px
        }
          }

.solar .solar-logos {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 8px;
  }

@media (min-width: 768px) {

.solar .solar-logos {
      padding-top: 0
  }
    }

.solar .solar-logos .solar-logos-img {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              -webkit-box-pack: center;
              justify-content: center;
    }

.solar .solar-logos img {
      width: auto;
      margin: 3px !important;
    }

@media (min-width: 768px) {

.solar .solar-logos img {
        margin: 10px !important
    }
      }

.solar .solar-logos p {
      margin-top: 0 !important;
      font-family: 'Source Sans Pro', sans-serif !important;
      font-size: 10px !important;
      line-height: 13px !important;
      color: #000000 !important;
      text-align: center;
    }

.product-banners  {
  margin-top: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-flow: column nowrap;
}

.product-banners > div {
    width: 100%;
  }

.product-banners > div > div {
      width: 100%;
    }

.product-banners > div > div .product-teaser {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
      }

@media (min-width: 480px) {

.product-banners  {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row wrap
}

    .product-banners.align-left {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              -webkit-box-pack: start;
              justify-content: flex-start;
    }

    .product-banners.align-right {
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              -webkit-box-pack: end;
              justify-content: flex-end;
    }

    .product-banners.align-center {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              -webkit-box-pack: center;
              justify-content: center;
    }

    .product-banners > div {
      width: 50%;
    }
  }

@media (min-width: 768px) {

.product-banners  {
    margin-top: 35px
}
  }

@media (min-width: 996px) {

.product-banners  {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row wrap
}

    .product-banners > div {
      width: 25%;
    }
  }

.recent-news {
  margin-bottom: 32px;
}

@media (min-width: 768px) {

.recent-news {
    margin-bottom: 84px
}
  }

.recent-news .col-sm-12 {
  padding-left: 16px;
  padding-right: 16px;
  }

@media (min-width: 768px) {

.recent-news .col-sm-12 {
    padding-left: 24px;
    padding-right: 24px;
  }
  }

.recent-news h2.page--title-inner {
      font-size: 24px;
      line-height: 32px;
    }

@media (min-width: 768px) {

.recent-news h2.page--title-inner {
        font-size: 32px;
        line-height: 48px
    }
      }

.recent-news .news {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 0;
  }

.recent-news .news .glide__track {
      max-width: calc(100vw - 32px);
    }

@media (min-width: 768px) {

.recent-news .news .glide__track {
        width: auto;
        overflow: visible
    }
      }

.recent-news .news .glide__bullets {
      text-align: center;
    }

@media (min-width: 768px) {

.recent-news .news .glide__bullets {
        display: none
    }
      }

.recent-news .news .glide__bullet {
      width: 8px;
      margin: 0 5px;

      display: inline-block;

      position: relative;

      text-align: center;
      vertical-align: middle;
      line-height: 24px;
    }

.recent-news .news .glide__bullet::before {
        content: " ";

        width: 4px;
        height: 4px;
        display: block;

        background: #00778b;
        border-radius: 50%;

        line-height: 24px;

        -webkit-transition: all .15s ease-out;

        transition: all .15s ease-out;
      }

.recent-news .news .glide__bullet.glide__bullet--active::before {
          -webkit-transform: scale(2);
                  transform: scale(2);
        }

.recent-news .news .glide__slides {
      width: auto;
      margin: 0;
      padding: 0;
    }

@media (min-width: 768px) {

.recent-news .news .glide__slides {
        margin: 0 -24px
    }
      }

.recent-news .news .glide__slide {
      width: 100%;
      padding: 0;
      height: auto;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              -webkit-box-flex: 0;
              flex: 0 0 auto;
      max-width: calc(100vw - 32px);
      margin: 0;
    }

@media (min-width: 768px) {

.recent-news .news .glide__slide {
        width: 25%;
        padding: 25px 24px 35px
    }

        .recent-news .news .glide__slide.highlighted {
          -webkit-order: 2;
              -ms-flex-order: 2;
                  -webkit-box-ordinal-group: 3;
                  order: 2;
        }
      }

.recent-news .news .blog--teaser {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              -webkit-box-flex: 0;
              flex: 0 0 auto;
      max-width: none;
      padding: 0;
    }

.recent-news .news .blog--teaser-wrapper {
        width: 100%;
        height: 100%;
      }

@media (min-width: 768px) {
    .recent-news .read-more-wrapper {
      width: 35%;
      float: right;
      padding-left: 36px;
      margin-top: 32px;
    }
  }

.page--contact .content-main .row {
      width: auto;
      margin: 0 -(16px));
    }

.page--contact .content-main div[class*="col-sm-"] {
      margin-top: 16px;
    }

.page--contact .content-main .spacer {
      margin-top: 24px;
    }

.page--contact .content-main .form-actions {
      margin-top: 20px;
    }

.page--contact aside {
    margin-top: 48px;
  }

@media (min-width: 768px) {

.page--contact aside {
      margin-top: 30px
  }
    }

.page--contact aside h3 {
      padding-top: 42px;
      padding-bottom: 16px;

      font-size: 18px;
      line-height: 24px;

      position: relative;
    }

.page--contact aside h3:first-child {
        padding-top: 0;
      }

.page--contact aside h3::before {
        content: ' ';

        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;

        display: block;

        background: #dadada;
        -webkit-box-shadow: 0 -1px 0 0 #c9e3e7;
                box-shadow: 0 -1px 0 0 #c9e3e7;
      }

.page--contact aside ul {
      padding: 0;
      margin: 20px 0 0;
      list-style-type: none;
    }

.page--contact aside ul li {
        margin: 0;
        padding: 0;

        font-size: 16px;
        color: #756f71;
        line-height: 24px;
      }

.page--contact aside ul li.spacer {
          margin-top: 16px;
        }

.page--contact aside a {
      color: #dc4405;
    }

.login {
  min-height: calc(100vh - 56px);
  padding: 0 16px 60px;

  position: relative;
}

.login::before {
    content: ' ';

    min-height: 586px;

    background: #fafafa;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }

.login::after {
    content: ' ';

    min-height: 586px;

    background: transparent url(/assets/app/Resources/public/img/belprinto/swirls-login.png) no-repeat center bottom;
    background-size: 100% auto;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }

.login .container {
    position: relative;
    z-index: 1;
  }

.login--content {
    margin-top: 12px;
    padding: 30px 16px;

    background: #ffffff;
    border: solid 1px #dbdbdc;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
            box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
  }

@media (min-width: 768px) {

.login--content {
      padding: 38px 50px 36px;
      margin: 70px 0 0 25%;
      -webkit-flex: 0 0 0 50%;
          -ms-flex: 0 0 0 50%;
              -webkit-box-flex: 0;
              flex: 0 0 0 50%;
      max-width: 50%
  }
    }

@media (min-width: 996px) {

.login--content {
      -webkit-flex: 0 0 0 33.33333%;
          -ms-flex: 0 0 0 33.33333%;
              -webkit-box-flex: 0;
              flex: 0 0 0 33.33333%;
      max-width: 33.33333%;
      margin-left: 33.33333%
  };
    }

.login h1, .login h2 {
    padding-bottom: 19px;

    font-size: 16px;
    line-height: 24px;

    position: relative;
  }

@media (min-width: 768px) {

.login h1, .login h2 {
      font-size: 18px
  }
    }

.login h1::before {
      content: ' ';

      height: 1px;
      display: block;

      background: #dadada;

      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }

.login h2::before {
      content: ' ';

      height: 1px;
      display: block;

      background: #dadada;

      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }

.login form {
    padding-top: 20px;
  }

.login form .forgot-password {
      text-transform: uppercase;
      text-align: center;
    }

.login .login--register a {
    display: block;
    margin: 17px 0 0;

    color: #575757;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    text-decoration: none;
  }

.login .login--used a {
    display: block;
    margin: 17px 0 0;

    color: #575757;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    text-decoration: none;
  }

.login .forgot-password {
    display: block;
    margin: 17px 0 0;

    color: #575757;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    text-decoration: none;
  }

.login .login--register a:hover, .login .login--used a:hover, .login .forgot-password:hover {
      text-decoration: underline;
    }

.login .form-actions input[type="submit"] {
      background-color: #fe5a5a;
      color: #ffffff;
      border: none;
      width: 100%;
    }

.login .form-user {
    margin-bottom: 8px;
  }

.login .form-user .form-group::before {
        content: '\E917';
      }

.login .form-password .form-group {
      margin-top: 0;
      margin-bottom: 8px;
    }

.login .form-password .form-group::before {
        content: '\E912';
      }

.login .form-user .form-group, .login .form-password .form-group {
      position: relative;
    }

.login .form-user .form-group::before {

        position: absolute;
        left: 16px;
        bottom: 16px;

        font-size: 16px;
        color: #1c1c1c;
      }

.login .form-password .form-group::before {

        position: absolute;
        left: 16px;
        bottom: 16px;

        font-size: 16px;
        color: #1c1c1c;
      }

.login .form-user .form-group input, .login .form-password .form-group input {
        padding-left: 40px;
      }

.login .login--used, .login .login--register {
    padding-top: 20px;
  }

.login .login--used a, .login .login--register a {
      margin-top: 22px;
    }

.login-embedded {
  width: 100%;
  max-width: 475px;
  padding: 0 0 0 50px;
}

.login-embedded h3 {
    padding-bottom: 19px;

    font-size: 16px;
    line-height: 24px;

    position: relative;
  }

@media (min-width: 768px) {

.login-embedded h3 {
      font-size: 18px
  }
    }

.login-embedded h3::before {
      content: ' ';

      height: 1px;
      display: block;

      background: #dadada;

      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }

.login-embedded form {
    padding-top: 20px;
  }

.login-embedded form .forgot-password {
      text-transform: uppercase;
      text-align: center;
    }

.login-embedded .login--register a {
    display: block;
    margin: 17px 0 0;

    color: #575757;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    text-decoration: none;
  }

.login-embedded .login--used a {
    display: block;
    margin: 17px 0 0;

    color: #575757;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    text-decoration: none;
  }

.login-embedded .forgot-password {
    display: block;
    margin: 17px 0 0;

    color: #575757;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    text-decoration: none;
  }

.login-embedded .login--register a:hover, .login-embedded .login--used a:hover, .login-embedded .forgot-password:hover {
      text-decoration: underline;
    }

.login-embedded .form-actions input[type="submit"] {
      background-color: #fe5a5a;
      color: #ffffff;
      border: none;
      width: 100%;
    }

.login-embedded .form-user {
    margin-bottom: 8px;
  }

.login-embedded .form-user .form-group::before {
        content: '\E917';
      }

.login-embedded .form-password .form-group {
      margin-top: 0;
      margin-bottom: 8px;
    }

.login-embedded .form-password .form-group::before {
        content: '\E912';
      }

.login-embedded .form-user .form-group, .login-embedded .form-password .form-group {
      position: relative;
    }

.login-embedded .form-user .form-group::before {

        position: absolute;
        left: 16px;
        bottom: 16px;

        font-size: 16px;
        color: #1c1c1c;
      }

.login-embedded .form-password .form-group::before {

        position: absolute;
        left: 16px;
        bottom: 16px;

        font-size: 16px;
        color: #1c1c1c;
      }

.login-embedded .form-user .form-group input, .login-embedded .form-password .form-group input {
        padding-left: 40px;
      }

.login-embedded .login--used, .login-embedded .login--register {
    padding-top: 20px;
  }

.login-embedded .login--used a, .login-embedded .login--register a {
      margin-top: 22px;
    }

.page--faq {
      background-color: #ffffff;
  }

.page--faq .content--pre {
      background-color: #ffffff;
  }

.page--faq section#content {
      background-color: #ffffff;
  }

.page--faq-detail .main-intro {
      margin-bottom: 40px;
    }

.page--content .container--content {
    padding-bottom: 40px;
  }

@media (min-width: 768px) {

.page--content .container--content {
      padding-bottom: 80px
  }
    }

.page--content .page--title {
    margin-bottom: 11px;
  }

@media (min-width: 768px) {

.page--content .page--title {
      margin-bottom: 27px
  }
    }

.page--checkout .content--pre .user-action--links .cart--overview {
                display: none;
            }

.page--checkout #content form {
        max-width: 800px;
        margin: 40px 0 45px;
    }

.page--checkout #content form .row + .row > * {
            margin-top: 16px;
        }

.page--product section#content {
    background-color: #fafafa;
  }

.page--product .content--pre {
    padding-bottom: 0;
    background: #ffffff none;
  }

.page--product .content--pre.is-loading {
      z-index: 0;
    }

.page--product .sidebar h2 {
      display: none;
      margin-bottom: 32px;

      font-family: 'Muli', sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #1c1c1c;
      line-height: 56px;
    }

.page--product .sidebar h2::before {
        bottom: -20px;
      }

@media (min-width: 996px) {

.page--product .sidebar h2 {
        display: block
    }
      }

.page--product .sidebar ul {
      margin: 0;
      padding: 0;
      display: none;

      list-style-type: none;
    }

@media (min-width: 996px) {

.page--product .sidebar ul {
        display: block
    }
      }

.page--product .sidebar li {
      padding: 7px 0 8px;

      border-bottom: 1px solid #dadada;
    }

.page--product .sidebar li ~ li {
        margin-top: 0;
      }

.page--product .sidebar small {
      display: block;
      font-size: 12px;
      font-weight: 700;
      color: #8e8e8e;
      line-height: 16px;
    }

.page--product .sidebar p {
      margin-top: 0;

      font-size: 16px;
      font-weight: 600;
      color: #1c1c1c;
      line-height: 24px;
    }

.page--product .sidebar .product--total {
      width: 100%;
      margin-top: 6px;
      display: table;

      border-collapse: collapse;
    }

.page--product .sidebar .product--total-row {
      display: table-row;
    }

.page--product .sidebar .product--total-row:nth-last-child(2) > span {
          padding-bottom: 6px;
        }

.page--product .sidebar .product--total-row-label, .page--product .sidebar .product--total-row-value {
      font-size: 14px;
      line-height: 24px;
    }

.page--product .sidebar .product--total-row-last {
      border-top: 2px solid #dadada;
    }

.page--product .sidebar .product--total-row-last > span {
        padding-top: 21px;
      }

.page--product .sidebar .product--total-row-last .product--total-row-value {
        font-size: 32px;
        color: #262223;
      }

.page--product .sidebar .product--total-row-label {
      display: table-cell;

      color: #262223;
    }

.page--product .sidebar .product--total-row-value {
      display: table-cell;

      font-weight: 700;
      color: #262223;
      text-align: right;
    }

.page--product .sidebar .product--sidebar-actions {
      padding-top: 16px;
    }

.page--product .sidebar .product--sidebar-actions button {
        width: 100%;

        border: none;
        background: #fe5a5a;
        color: #ffffff;
      }

.page--product .sidebar .product--sidebar-actions input[type="submit"] {
        width: 100%;

        border: none;
        background: #fe5a5a;
        color: #ffffff;
      }

.page--product .sidebar .product--sidebar-actions .btn--share {
        margin-top: 16px;

        border: 1px solid #dbdbdc;
        background: #ffffff;
        -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
                box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);

        font-size: 14px;
        color: #1c1c1c;
        text-align: center;
      }

.page--product .sidebar .product--sidebar-actions span.btn--share {
        width: 100%;
        display: block;
      }

.page--product .sidebar .product--sidebar-actions .btn--download {
        margin-top: 16px;

        border: 1px solid #dbdbdc;
        background: #ffffff;
        -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
                box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);

        font-size: 14px;
        color: #1c1c1c;
        text-align: center;
      }

.page--product .sidebar .product--sidebar-actions a {
        width: 100%;
        margin-top: 24px;

        font-size: 14px;
        color: #1c1c1c;
      }

.page--product .sidebar .product--sidebar-expected-delivery {
      margin-top: 24px;
      padding: 14px 22px 18px 105px;

      position: relative;
    }

.page--product .sidebar .product--sidebar-expected-delivery span.icon {
        position: absolute;
        left: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        font-size: 32px;
        color: #2a3a3e;
      }

.page--product .sidebar .product--sidebar-expected-delivery p {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;

        color: #383434;
      }

.page--product .sidebar .product--sidebar-expected-delivery p strong {
          font-weight: 600;
        }

.page--product .sidebar .product--sidebar-expected-delivery p + span {
          display: inline-block;
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 400;
          font-size: 12px;
          line-height: 15px;
          color: #383434;
        }

.page--product .wizard--step-max ~ .wizard--step {
    pointer-events: none;
    cursor: not-allowed;
  }

.page--product .is-loading {
    pointer-events: none;
    opacity: .8;
  }

.page--product .is-loading .wizard--content .wizard--step-active + .wizard--step .indicator {
        opacity: 0;
      }

.page--product .is-loading .wizard--content .wizard--step-active + .wizard--step .wizard--step-header {
        position: relative;
      }

.page--product .is-loading .wizard--content .wizard--step-active + .wizard--step .wizard--step-header:before {
          content: "";
          position: absolute;
          z-index: 10;

          top: 50%;
          left: 0;

          width: 20px;
          height: 20px;

          margin-top: -10px;

          border: solid 2px transparent;
          border-top-color: #1c1c1c;
          border-radius: 50%;

          -webkit-animation: spin .4s linear infinite;

                  animation: spin .4s linear infinite;
        }

.page--product .wizard--content h2 {
      font-family: 'Muli', sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #1c1c1c;
      line-height: 32px;
    }

@media (min-width: 996px) {

.page--product .wizard--content h2 {
        font-size: 22px
    }
      }

.page--product .wizard--content .wizard {
      padding: 0;
      margin: 0;

      list-style-type: none;
    }

.page--product .wizard--content .wizard--empty {
        padding-left: 76px;
      }

.page--product .wizard--content .wizard--empty p {
          font-size: 14px;
          color: #262223;
          line-height: 32px;
        }

.page--product .wizard--content .wizard--step {
        border-bottom: 1px solid #dadada;
      }

.page--product .wizard--content .wizard--step-icons label::before, .page--product .wizard--content .wizard--step-icons label::after {
              display: none;
            }

.page--product .wizard--content .wizard--step-icons label span {
              -webkit-transition: all .15s ease-out;
              transition: all .15s ease-out;
            }

.page--product .wizard--content .wizard--step-icons .form-radio:hover {
            background-color: transparent !important;
          }

.page--product .wizard--content .wizard--step-icons input[type="radio"]:enabled + label:hover span {
                    color: #fe5a5a;
                  }

.page--product .wizard--content .wizard--step-icons input[type="radio"]:checked + label span {
                  color: #fe5a5a;
                }

.page--product .wizard--content .wizard--step ~ li {
          margin-top: 0;
        }

.page--product .wizard--content .wizard--step .indicator {
  position: relative;
  display: inline-block;
  height: 30px;

  vertical-align: middle;
  text-align: center;

  padding: 0 6px;
  overflow: hidden;

  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;

  background: #1c1c1c;
  border-radius: 10px;
  color: #ffffff;
        }

.page--product .wizard--content .wizard--step .wizard--step-header button {
            float: right;

            border: none;
            background: #fe5a5a;
            color: #ffffff !important;
          }

.page--product .wizard--content .wizard--step .wizard--step-header a.btn {
            float: right;

            border: none;
            background: #fe5a5a;
            color: #ffffff !important;
          }

.page--product .wizard--content .wizard--step-header {
          cursor: pointer;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
        }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-header {
            -webkit-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap
        }
          }

.page--product .wizard--content .wizard--step-header a:not(.btn) {
            width: 100%;
            /* width: 100%; */
            padding: 24px 0 24px 50px;
            display: inline-block;

            font-family: 'Muli', sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #1c1c1c;
            line-height: 24px;
            text-decoration: none;

            position: relative;
          }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-header a:not(.btn) {
              width: calc(45% + 60px)
          }
            }

.page--product .wizard--content .wizard--step-header a:not(.btn) .indicator {
              /* margin-right: 30px; */
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
            }

.page--product .wizard--content .wizard--step-header a:not(.btn)-container {
              max-height: 0;
              overflow: hidden;
            }

@media (min-width: 996px) {

.page--product .wizard--content .wizard--step-header a:not(.btn) {
              font-size: 18px
          }
            }

.page--product .wizard--content .wizard--step-header button {
            margin-left: auto;
          }

.page--product .wizard--content .wizard--step-header div.vat--toggle {
            width: 100%;
          }

/* opacity: 0 !important; */

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-header div.vat--toggle {
              max-width: calc(55% - 60px)
          }
            }

.page--product .wizard--content .wizard--step-header input[type="checkbox"] {
            display: none;
          }

.page--product .wizard--content .wizard--step-header input[type="checkbox"] + label {
              margin-top: 24px;
              padding-left: 0;
              padding-right: 52px;

              position: relative;

              text-align: right;
            }

.page--product .wizard--content .wizard--step-header input[type="checkbox"] + label::before, .page--product .wizard--content .wizard--step-header input[type="checkbox"] + label::after {
                content: '';

                position: absolute;
                top: 50%;
                left: auto;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
              }

.page--product .wizard--content .wizard--step-header input[type="checkbox"] + label::before {
                width: 15px;
                height: 15px;

                background: #8e8e8e;
                border-radius: 15px;

                right: 17px;
                z-index: 1;

                -webkit-transition: all .3s ease;

                transition: all .3s ease;
              }

.page--product .wizard--content .wizard--step-header input[type="checkbox"] + label::after {
                width: 36px;
                height: 24px;
                display: block;

                background: #ffffff;
                border: 1px solid #dbdbdc;
                border-radius: 12px;

                right: 0;
              }

.page--product .wizard--content .wizard--step-header input[type="checkbox"]:checked + label::before {
                  right: 4px;

                  background: #fe5a5a;
                  border-color: #fe5a5a;
                }

.page--product .wizard--content .wizard--step-header input[type="checkbox"]:checked + label::after {}

.page--product .wizard--content .wizard--step-header button, .page--product .wizard--content .wizard--step-header a.btn {
            width: 100%;
            min-height: 0;
            margin: 0;
            opacity: 0 !important;
            pointer-event: none;

            line-height: 0;

            -webkit-transition: opacity .3s ease-out;

            transition: opacity .3s ease-out;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
          }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-header button, .page--product .wizard--content .wizard--step-header a.btn {
              max-width: calc(55% - 60px)
          }
            }

.page--product .wizard--content .wizard--step-active .wizard--step-header a:not(.btn) {
              color: #fe5a5a;
            }

.page--product .wizard--content .wizard--step-active .wizard--step-header div.vat--toggle {
              /* opacity: 1 !important; */
            }

.page--product .wizard--content .wizard--step-active .wizard--step-header button, .page--product .wizard--content .wizard--step-active .wizard--step-header a.btn {
              min-height: 48px;
              opacity: 1 !important;
              pointer-events: auto;
              margin: 0 0 16px;

              line-height: 44px;
            }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-active .wizard--step-header button, .page--product .wizard--content .wizard--step-active .wizard--step-header a.btn {
                margin: 16px 0
            }
              }

.page--product .wizard--content .wizard--step-active .wizard--step-container {
            margin: 0 0 52px 0;
            display: block;
          }

.page--product .wizard--content .wizard--step-active .wizard--step-container.tooltip-show {
              overflow: visible;
            }

.page--product .wizard--content .wizard--step-active .indicator {
  background: #f05c5d;
          }

.page--product .wizard--content .wizard--step-max ~ .wizard--step .wizard--step-header a {
                color: #93999a;
              }

.page--product .wizard--content .wizard--step-max ~ .wizard--step .indicator {
  background: #8e8e8e;
            }

.page--product .wizard--content .wizard--step-items {
          margin: 0 -20px;
        }

@media (min-width: 996px) {

.page--product .wizard--content .wizard--step-items {
            margin: 0
        }
          }

.page--product .wizard--content .wizard--step-container {
          display: none;
          overflow: hidden;

          -webkit-transition: all .15s ease-out;

          transition: all .15s ease-out;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s;
        }

.page--product .wizard--content .wizard--step-container .glide__bullets {
            margin-top: 20px;
          }

.page--product .wizard--content .wizard--step-container ul {
            padding: 0;
            margin: 0;

            list-style-type: none;
          }

@media (min-width: 996px) {

.page--product .wizard--content .wizard--step-container ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;

              width: auto;
              padding: 0 8px;
              margin: 0 -4px;

              -webkit-align-items: stretch;

                  -ms-flex-align: stretch;

                      -webkit-box-align: stretch;

                      align-items: stretch
          }
            }

.page--product .wizard--content .wizard--step-container li {
            padding: 8px 4px 0;
            text-align: center;

            position: relative;
          }

.page--product .wizard--content .wizard--step-container li ~ li {
              margin-top: 0;
            }

@media (min-width: 996px) {

.page--product .wizard--content .wizard--step-container li {
              width: 25%
          }
            }

.page--product .wizard--content .wizard--step-container li .form-radio label {
              padding: 160px 0 22px;
              display: block;
              text-decoration: none;
              position: relative;

              background: #ffffff;
              border-radius: 3px;

              -webkit-transition: all .15s ease-out;

              transition: all .15s ease-out;
              cursor: pointer;
            }

@media (min-width: 996px) {

.page--product .wizard--content .wizard--step-container li .form-radio label {
                padding-top: 180px
            }
              }

.page--product .wizard--content .wizard--step-container li .form-radio label::before {
                content: ' ';

                background: #ffffff;
                -webkit-transition: all .15s ease-out;
                transition: all .15s ease-out;
              }

.page--product .wizard--content .wizard--step-container li .form-radio label:hover::before {
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;

                  -webkit-transform: scale(1.06);

                          transform: scale(1.06);
                  border: 1px solid #dbdbdc;
                  -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
                          box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
                }

.page--product .wizard--content .wizard--step-container li .form-radio label .active::before {
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;

                  -webkit-transform: scale(1.06);

                          transform: scale(1.06);
                  border: 1px solid #dbdbdc;
                  -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
                          box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
                }

.page--product .wizard--content .wizard--step-container li .form-radio label input[type="radio"] {
                display: none;
              }

.page--product .wizard--content .wizard--step-container li .form-radio label span[class^='icon-'] {
                /* height: 27px; */
                height: 14px;
                display: inline-block;
                padding: 0;
                overflow: visible;
              }

.page--product .wizard--content .wizard--step-container li .form-radio label span[class^='icon-'] span.hover {
                  width: 0;
                  height: 27px;
                  padding: 0;
                  overflow: hidden;
                  text-align: center;

                  position: absolute;
                  top: 0;
                  right: 0;

                  border-radius: 8px;
                  font-family: 'Muli', sans-serif;
                  font-size: 14px;
                  color: #ffffff;
                  -webkit-transition: width .3s ease;
                  transition: width .3s ease;
                  line-height: 27px;
                }

.page--product .wizard--content .wizard--step-container li .form-radio label span[class^='icon-'].icon-popular {
                  /* width: 19px; */
                  width: 10px;

                  background: transparent url(/assets/app/Resources/public/img/belprinto/popular.svg) no-repeat center center;
                  background-size: cover;
                }

.page--product .wizard--content .wizard--step-container li .form-radio label span[class^='icon-'].icon-popular span.hover {
                    background: #fe5b5a;
                  }

.page--product .wizard--content .wizard--step-container li .form-radio label span[class^='icon-'].icon-eco {
                  /* width: 26px; */
                  width: 13px;

                  background: transparent url(/assets/app/Resources/public/img/belprinto/eco.svg) no-repeat center center;
                  background-size: cover;
                }

.page--product .wizard--content .wizard--step-container li .form-radio label span[class^='icon-'].icon-eco span.hover {
                    background-color: #02a288;
                  }

.page--product .wizard--content .wizard--step-container li .form-radio label span[class^='icon-'].icon-budget {
                  /* width: 28px; */
                  width: 14px;

                  background: transparent url(/assets/app/Resources/public/img/belprinto/budget.svg) no-repeat center center;
                  background-size: cover;
                }

.page--product .wizard--content .wizard--step-container li .form-radio label span[class^='icon-'].icon-budget span.hover {
                    background-color: #55b1ff;
                  }

.page--product .wizard--content .wizard--step-container li .form-radio label span[class^='icon-']:hover span.hover {
                    width: 142px;
                  }

.page--product .wizard--content .wizard--step-container li img {
              width: auto;
              height: auto;

              position: absolute;
              top: 50%;
              left: 50%;

              -webkit-transform: translate(-50%, -75%);

                      transform: translate(-50%, -75%);
            }

.page--product .wizard--content .wizard--step-container li span {
              padding: 0 16px;
              display: block;

              font-size: 12px;
              color: #262223;
              text-align: center;
              line-height: 24px;

              /* white-space: nowrap; */
              overflow: hidden;
              /* text-overflow: ellipsis; */

              position: relative;
              z-index: 1;
            }

@media (min-width: 996px) {

.page--product .wizard--content .wizard--step-container li span {
                font-size: 14px
            }
              }

.page--product .wizard--content .wizard--step-container .wizard--step-icons .form-radio label span[class^='icon-'] {
                position: absolute;
                top: 8px;
                right: 8px;
              }

@media (min-width: 768px) {
              .page--product .wizard--content .wizard--step-container .form-radios.toolbox-2-col, .page--product .wizard--content .wizard--step-container .form-checkboxes.toolbox-2-col {
                -webkit-column-count: 2;
                        column-count: 2;
                -webkit-column-gap: 0;
                        grid-column-gap: 0;
                        column-gap: 0;
              }

                .page--product .wizard--content .wizard--step-container .form-radios.toolbox-2-col .form-radio, .page--product .wizard--content .wizard--step-container .form-checkboxes.toolbox-2-col .form-radio {
                  width: 100%;
                  padding-right: 8px;
                }
                .page--product .wizard--content .wizard--step-container .form-radios.toolbox-2-col .form-checkbox, .page--product .wizard--content .wizard--step-container .form-checkboxes.toolbox-2-col .form-checkbox {
                  width: 100%;
                }
            }

.page--product .wizard--content .wizard--step-container .form-radios h3, .page--product .wizard--content .wizard--step-container .form-checkboxes h3 {
              margin-top: 18px;

              padding-left: 45px;
              font-size: 16px;

              position: relative;
            }

.page--product .wizard--content .wizard--step-container .form-radios h3:first-child, .page--product .wizard--content .wizard--step-container .form-checkboxes h3:first-child {
                margin-top: 0;
              }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-container .form-radios h3:first-child, .page--product .wizard--content .wizard--step-container .form-checkboxes h3:first-child {
                  padding-left: 60px
              }
                }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-container .form-radios h3, .page--product .wizard--content .wizard--step-container .form-checkboxes h3 {
                padding-left: 100px
            }
              }

.page--product .wizard--content .wizard--step-container .form-radios h3.has-icon::before, .page--product .wizard--content .wizard--step-container .form-checkboxes h3.has-icon::before {

                  content: '\E905';

                  width: 15px;
                  height: 15px;
                  display: block;

                  position: absolute;
                  top: 50%;
                  left: 5px;
                  -webkit-transform-origin: 4px 0px;
                          transform-origin: 4px 0px;
                  -webkit-transform: rotate(0deg) translateY(-50%);
                          transform: rotate(0deg) translateY(-50%);

                  -webkit-transition: all .3s ease;

                  transition: all .3s ease;

                  font-size: 15px;
                }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-container .form-radios h3.has-icon::before, .page--product .wizard--content .wizard--step-container .form-checkboxes h3.has-icon::before {
                    left: 60px
                }
                  }

.page--product .wizard--content .wizard--step-container .form-radios h3.show-radio-block::before, .page--product .wizard--content .wizard--step-container .form-checkboxes h3.show-radio-block::before {
                  -webkit-transform: rotate(90deg) translateY(-50%);
                          transform: rotate(90deg) translateY(-50%);
                }

.page--product .wizard--content .wizard--step-container .form-radios h3.show-radio-block + .toggle-checkboxes, .page--product .wizard--content .wizard--step-container .form-checkboxes h3.show-radio-block + .toggle-checkboxes {
                  max-height: 100000px;
                }

.page--product .wizard--content .wizard--step-container .form-radios .open-checkboxes, .page--product .wizard--content .wizard--step-container .form-radios .toggle-checkboxes, .page--product .wizard--content .wizard--step-container .form-checkboxes .open-checkboxes, .page--product .wizard--content .wizard--step-container .form-checkboxes .toggle-checkboxes {
              padding-left: 5px;
            }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-container .form-radios .open-checkboxes, .page--product .wizard--content .wizard--step-container .form-radios .toggle-checkboxes, .page--product .wizard--content .wizard--step-container .form-checkboxes .open-checkboxes, .page--product .wizard--content .wizard--step-container .form-checkboxes .toggle-checkboxes {
                padding-left: 50px
            }
              }

.page--product .wizard--content .wizard--step-container .form-radios .open-checkboxes .form-radio {
                background: #ffffff;
                margin-top: 3px;

                padding: 11px 15px 10px;
              }

.page--product .wizard--content .wizard--step-container .form-radios .open-checkboxes .form-checkbox {
                background: #ffffff;
                margin-top: 3px;

                padding: 11px 15px 10px;
              }

.page--product .wizard--content .wizard--step-container .form-radios .toggle-checkboxes .form-radio {
                background: #ffffff;
                margin-top: 3px;

                padding: 11px 15px 10px;
              }

.page--product .wizard--content .wizard--step-container .form-radios .toggle-checkboxes .form-checkbox {
                background: #ffffff;
                margin-top: 3px;

                padding: 11px 15px 10px;
              }

.page--product .wizard--content .wizard--step-container .form-checkboxes .open-checkboxes .form-radio {
                background: #ffffff;
                margin-top: 3px;

                padding: 11px 15px 10px;
              }

.page--product .wizard--content .wizard--step-container .form-checkboxes .open-checkboxes .form-checkbox {
                background: #ffffff;
                margin-top: 3px;

                padding: 11px 15px 10px;
              }

.page--product .wizard--content .wizard--step-container .form-checkboxes .toggle-checkboxes .form-radio {
                background: #ffffff;
                margin-top: 3px;

                padding: 11px 15px 10px;
              }

.page--product .wizard--content .wizard--step-container .form-checkboxes .toggle-checkboxes .form-checkbox {
                background: #ffffff;
                margin-top: 3px;

                padding: 11px 15px 10px;
              }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-container .form-radios .open-checkboxes .form-radio, .page--product .wizard--content .wizard--step-container .form-radios .open-checkboxes .form-checkbox, .page--product .wizard--content .wizard--step-container .form-radios .toggle-checkboxes .form-radio, .page--product .wizard--content .wizard--step-container .form-radios .toggle-checkboxes .form-checkbox, .page--product .wizard--content .wizard--step-container .form-checkboxes .open-checkboxes .form-radio, .page--product .wizard--content .wizard--step-container .form-checkboxes .open-checkboxes .form-checkbox, .page--product .wizard--content .wizard--step-container .form-checkboxes .toggle-checkboxes .form-radio, .page--product .wizard--content .wizard--step-container .form-checkboxes .toggle-checkboxes .form-checkbox {
                  padding: 11px 15px 10px
              }
                }

.page--product .wizard--content .wizard--step-container .form-radios .toggle-checkboxes, .page--product .wizard--content .wizard--step-container .form-checkboxes .toggle-checkboxes {
              max-height: 0;
              overflow: hidden;
            }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox {
              padding-left: 5px;
            }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-container .form-radios .form-radio, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox {
                padding-left: 60px
            }
              }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label {
                line-height: 32px;
              }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label::before, .page--product .wizard--content .wizard--step-container .form-radios .form-radio label::after, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label::before, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label::after, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label::before, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label::after, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label::before, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label::after {
                  top: 8px;
                }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label span[class^='icon-'], .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label span[class^='icon-'], .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label span[class^='icon-'], .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label span[class^='icon-'] {
                  height: 14px;
                  display: inline-block;
                  padding: 0;
                  margin-left: 8px;

                  position: absolute;
                  top: 8px;
                }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label span[class^='icon-'] span.hover {
                    width: 0;
                    height: 27px;
                    padding: 0;
                    overflow: hidden;
                    text-align: center;

                    position: absolute;
                    top: -8px;
                    left: 0;

                    border-radius: 8px;
                    font-family: 'Muli', sans-serif;
                    font-size: 14px;
                    color: #ffffff;
                    -webkit-transition: width .3s ease;
                    transition: width .3s ease;
                    line-height: 27px;
                  }

.page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label span[class^='icon-'] span.hover {
                    width: 0;
                    height: 27px;
                    padding: 0;
                    overflow: hidden;
                    text-align: center;

                    position: absolute;
                    top: -8px;
                    left: 0;

                    border-radius: 8px;
                    font-family: 'Muli', sans-serif;
                    font-size: 14px;
                    color: #ffffff;
                    -webkit-transition: width .3s ease;
                    transition: width .3s ease;
                    line-height: 27px;
                  }

.page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label span[class^='icon-'] span.hover {
                    width: 0;
                    height: 27px;
                    padding: 0;
                    overflow: hidden;
                    text-align: center;

                    position: absolute;
                    top: -8px;
                    left: 0;

                    border-radius: 8px;
                    font-family: 'Muli', sans-serif;
                    font-size: 14px;
                    color: #ffffff;
                    -webkit-transition: width .3s ease;
                    transition: width .3s ease;
                    line-height: 27px;
                  }

.page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label span[class^='icon-'] span.hover {
                    width: 0;
                    height: 27px;
                    padding: 0;
                    overflow: hidden;
                    text-align: center;

                    position: absolute;
                    top: -8px;
                    left: 0;

                    border-radius: 8px;
                    font-family: 'Muli', sans-serif;
                    font-size: 14px;
                    color: #ffffff;
                    -webkit-transition: width .3s ease;
                    transition: width .3s ease;
                    line-height: 27px;
                  }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label span[class^='icon-'].icon-popular, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label span[class^='icon-'].icon-popular, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label span[class^='icon-'].icon-popular, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label span[class^='icon-'].icon-popular {
                    /* width: 19px; */
                    width: 10px;

                    background: transparent url(/assets/app/Resources/public/img/belprinto/popular.svg) no-repeat center center;
                    background-size: cover;
                  }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label span[class^='icon-'].icon-popular span.hover {
                      background: #fe5b5a;
                    }

.page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label span[class^='icon-'].icon-popular span.hover {
                      background: #fe5b5a;
                    }

.page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label span[class^='icon-'].icon-popular span.hover {
                      background: #fe5b5a;
                    }

.page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label span[class^='icon-'].icon-popular span.hover {
                      background: #fe5b5a;
                    }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label span[class^='icon-'].icon-eco, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label span[class^='icon-'].icon-eco, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label span[class^='icon-'].icon-eco, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label span[class^='icon-'].icon-eco {
                    /* width: 26px; */
                    width: 13px;

                    background: transparent url(/assets/app/Resources/public/img/belprinto/eco.svg) no-repeat center center;
                    background-size: cover;
                  }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label span[class^='icon-'].icon-eco span.hover {
                      background-color: #02a288;
                    }

.page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label span[class^='icon-'].icon-eco span.hover {
                      background-color: #02a288;
                    }

.page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label span[class^='icon-'].icon-eco span.hover {
                      background-color: #02a288;
                    }

.page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label span[class^='icon-'].icon-eco span.hover {
                      background-color: #02a288;
                    }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label span[class^='icon-'].icon-budget, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label span[class^='icon-'].icon-budget, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label span[class^='icon-'].icon-budget, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label span[class^='icon-'].icon-budget {
                    /* width: 28px; */
                    width: 14px;

                    background: transparent url(/assets/app/Resources/public/img/belprinto/budget.svg) no-repeat center center;
                    background-size: cover;
                  }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label span[class^='icon-'].icon-budget span.hover {
                      background-color: #55b1ff;
                    }

.page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label span[class^='icon-'].icon-budget span.hover {
                      background-color: #55b1ff;
                    }

.page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label span[class^='icon-'].icon-budget span.hover {
                      background-color: #55b1ff;
                    }

.page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label span[class^='icon-'].icon-budget span.hover {
                      background-color: #55b1ff;
                    }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio label span[class^='icon-']:hover span.hover, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox label span[class^='icon-']:hover span.hover, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio label span[class^='icon-']:hover span.hover, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox label span[class^='icon-']:hover span.hover {
                      width: 142px;
                    }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio.tooltip-container label .icon-popular, .page--product .wizard--content .wizard--step-container .form-radios .form-radio.tooltip-container label .icon-eco, .page--product .wizard--content .wizard--step-container .form-radios .form-radio.tooltip-container label .icon-budget, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox.tooltip-container label .icon-popular, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox.tooltip-container label .icon-eco, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox.tooltip-container label .icon-budget, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio.tooltip-container label .icon-popular, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio.tooltip-container label .icon-eco, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio.tooltip-container label .icon-budget, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox.tooltip-container label .icon-popular, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox.tooltip-container label .icon-eco, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox.tooltip-container label .icon-budget {
                  right: 0;
                  margin-right: -48px !important;
                }

.page--product .wizard--content .wizard--step-container .form-radios .form-radio.tooltip-container label, .page--product .wizard--content .wizard--step-container .form-radios .form-checkbox.tooltip-container label, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-radio.tooltip-container label, .page--product .wizard--content .wizard--step-container .form-checkboxes .form-checkbox.tooltip-container label {
                  display: inline-block;
                }

.page--product .wizard--content .wizard--step-container .form-radio .left--equal, .page--product .wizard--content .wizard--step-container .form-radio .right--equal, .page--product .wizard--content .wizard--step-container .form-radio .left--big, .page--product .wizard--content .wizard--step-container .form-radio .right--mdall, .page--product .wizard--content .wizard--step-container .form-checkbox .left--equal, .page--product .wizard--content .wizard--step-container .form-checkbox .right--equal, .page--product .wizard--content .wizard--step-container .form-checkbox .left--big, .page--product .wizard--content .wizard--step-container .form-checkbox .right--mdall {
              display: inline-block;
              vertical-align: top;
            }

.page--product .wizard--content .wizard--step-container .form-radio .left--equal, .page--product .wizard--content .wizard--step-container .form-radio .right--equal, .page--product .wizard--content .wizard--step-container .form-checkbox .left--equal, .page--product .wizard--content .wizard--step-container .form-checkbox .right--equal {
              width: 100%;
            }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-container .form-radio .left--equal, .page--product .wizard--content .wizard--step-container .form-radio .right--equal, .page--product .wizard--content .wizard--step-container .form-checkbox .left--equal, .page--product .wizard--content .wizard--step-container .form-checkbox .right--equal {
                width: 45%
            }
              }

.page--product .wizard--content .wizard--step-container .form-radio .left--big, .page--product .wizard--content .wizard--step-container .form-checkbox .left--big {
              width: 100%;
            }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-container .form-radio .left--big, .page--product .wizard--content .wizard--step-container .form-checkbox .left--big {
                width: 60%
            }
              }

.page--product .wizard--content .wizard--step-container .form-radio .right--mdall, .page--product .wizard--content .wizard--step-container .form-checkbox .right--mdall {
              width: 100%;

              text-align: left;
            }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step-container .form-radio .right--mdall, .page--product .wizard--content .wizard--step-container .form-checkbox .right--mdall {
                width: 39%;

                text-align: right
            }
              }

.page--product .wizard--content .wizard--step-container .form-radio:hover {
              background-color: #ffffff;
            }

.page--product .wizard--content .wizard--step-container .form-radio .form-group input[type="text"], .page--product .wizard--content .wizard--step-container .form-radio .form-group button {
                display: inline-block;
                vertical-align: top;
              }

.page--product .wizard--content .wizard--step-container .form-radio .form-group input[type="text"] {
                width: 20%;
                height: 36px;

                border-radius: 3px 0 0 3px;

                line-height: 36px;
              }

.page--product .wizard--content .wizard--step-container .form-radio .form-group button {
                width: auto;
                height: 36px;

                line-height: 32px;

                margin-left: -4px;

                border-radius: 0 3px 3px 0;
              }

.page--product .wizard--content .wizard--step-container .form-checkbox label + .form-group {
              padding-left: 40px;

              font-size: 14px;
              line-height: 36px;
            }

.page--product .wizard--content .wizard--step-container .form-checkbox label + .form-group input[type="number"] {
                max-width: 73px;
                height: 36px;
                padding: 7px 8px 10px 16px;
                display: inline-block;
              }

.page--product .wizard--content .wizard--step .row--block {
          padding: 3px 20px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  flex-direction: column;

          font-size: 14px;
          color: #262223;
          line-height: 32px;
        }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step .row--block {
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    flex-direction: row
        }
          }

.page--product .wizard--content .wizard--step .row--block.row--block-header {
            font-weight: 700;
            font-size: 14px;
            color: #262223;
            line-height: 32px;
          }

.page--product .wizard--content .wizard--step .row--block:not(.row--block-header) {
            background: #ffffff;
          }

.page--product .wizard--content .wizard--step .row--block.row--block-last label {
              margin-top: 10px;
            }

.page--product .wizard--content .wizard--step .row--block.row--block-last .cell:first-child {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: -webkit-box;
                display: flex;
                -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        flex-direction: row;
                -webkit-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                        flex-wrap: nowrap;
                padding-right: 5px;
              }

.page--product .wizard--content .wizard--step .row--block.row--block-last .cell:first-child input {
                  -webkit-flex-grow: 1;
                      -ms-flex-positive: 1;
                          -webkit-box-flex: 1;
                          flex-grow: 1;
                }

.page--product .wizard--content .wizard--step .row--block + .row--block {
            margin-top: 3px;
          }

.page--product .wizard--content .wizard--step .row--block .cell {
            width: 100%;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    flex-direction: row;
          }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step .row--block .cell {
              width: 33.3333%
          }
            }

.page--product .wizard--content .wizard--step .row--block .cell .cell-header {
              width: 50%;
              display: block;
            }

@media (min-width: 768px) {

.page--product .wizard--content .wizard--step .row--block .cell .cell-header {
                display: none
            }
              }

.page--product .wizard--content .wizard--step .row--block .cell .tooltip-trigger {
              -webkit-flex-shrink: 0;
                  -ms-flex-negative: 0;
                      flex-shrink: 0;
            }

.page--product .wizard--content .wizard--step .row--block label {
            margin-top: 4px;
          }

.page--product .wizard--content .wizard--step .row--block input[type="text"] {
            width: 80px;
          }

.page--product .wizard--content .wizard--step .row--block input[type="text"] + button.btn {
              margin-left: 8px;
            }

.page--product .wizard--content .wizard--step .row--block input[type="text"]::-webkit-input-placeholder {
              font-weight: 600;
              font-size: 14px;
            }

.page--product .wizard--content .wizard--step .row--block input[type="text"]:-ms-input-placeholder {
              font-weight: 600;
              font-size: 14px;
            }

undefined {
              font-weight: 600;
              font-size: 14px;
            }

.page--product .wizard--content .wizard--step .row--block input[type="text"]:-ms-input-placeholder {
              font-weight: 600;
              font-size: 14px;
            }

.page--product .wizard--content .wizard--step .row--block input[type="text"]::placeholder {
              font-weight: 600;
              font-size: 14px;
            }

.page--product .wizard--content .wizard--step .row--block + button.btn {
            margin-top: 23px;
          }

body .vat--toggle-incl {
    display: none;
  }

body .vat--toggle-excl {
    display: inline-block;
  }

body.vat--show-incl .vat--toggle-incl {
      display: inline-block;
    }

body.vat--show-incl .vat--toggle-excl {
      display: none;
    }

body .show-excl {
    display: block;
  }

body .show-incl {
    display: none;
  }

body.vat--show-incl .show-excl {
      display: none;
    }

body.vat--show-incl .show-incl {
      display: block;
    }

.page--product .wizard--step-max ~ .wizard--step.wizard--step-100 {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.block--usps {
  padding: 0 22px 30px;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: -webkit-box;

  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 1025px) {

.block--usps {
    padding-left: 0;
    padding-right: 0
}
  }

.block--usps .block--usp {
    width: 100%;
    padding: 20px 0 0 35px;

    position: relative;
  }

.block--usps .block--usp::before {
      content: "\E908";

      width: 25px;
      height: 25px;
      display: block;

      position: absolute;
      top: 20px;
      left: 0;

      border-radius: 25px;
      background-color: #06a38a;

      color: #ffffff;
      font-size: 12px;
      font-weight: 700;
      line-height: 25px;
      text-align: center;
    }

@media (min-width: 768px) {

.block--usps .block--usp {
      width: 50%;
      padding: 20px 35px 0 35px
  }
    }

@media (min-width: 1280px) {

.block--usps .block--usp {
      width: 25%;
      padding: 20px 100px 0 35px
  }
    }

.block--usps .block--usp h4 {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 22px;
      font-weight: 600;
      line-height: 28px;
      color: #000000;
    }

.block--usps .block--usp p {
      margin-top: 10px;

      font-family: 'Source Sans Pro', sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 23px;
      color: #000000;
    }

.page--product .content--pre .banner.banner--top .banner--wrapper {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
    }

@media (min-width: 996px) {

.page--product .content--pre .banner.banner--top .banner--wrapper {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row
    }
      }

.page--product .content--pre .trustpilot--widget {
      position: static;
      margin: 16px 22px;
    }

@media (min-width: 996px) {

.page--product .content--pre .trustpilot--widget {
        position: absolute;
        right: -139px;
        top: 75px
    }
      }

.page--product .content--pre .widget--mobile {
      display: block;
    }

@media (min-width: 996px) {

.page--product .content--pre .widget--mobile {
        display: none
    }
      }

.page--product .content--pre .widget--desktop {
      display: none;
    }

@media (min-width: 996px) {

.page--product .content--pre .widget--desktop {
        display: block
    }
      }

.page--paymentmethod #content form {
        width: 100%;
        max-width: none;
    }

.page--paymentmethod .form-group > label {
            display: none;
        }

.page--paymentmethod .form-group > label + .form-check {
            border-top: 0;
            }

.page--paymentmethod .form-check {
        display: block;

        border-top: solid 1px #dbdbdc;
        border-bottom: solid 1px #dbdbdc;

        margin-bottom: -1px;
    }

.page--paymentmethod .form-check + .form-check {
            margin-left: 0;
        }

.page--paymentmethod .form-check:hover label img + span {
                color: #1c1c1c;
            }

.page--paymentmethod .form-check input:checked + label img + span {
                color: #1c1c1c;
            }

.page--paymentmethod .form-check input:checked + label {
            background: #fe5a5a;
            color: #ffffff;
        }

.page--paymentmethod .form-check input:checked + label img + span {
                color: #ffffff;
            }

.page--paymentmethod .form-check input:checked + label img + span + span {
                    color: #ffffff;
                }

.page--paymentmethod .form-check label {
            position: relative;
            display: block;

            padding: 30px 16px 27px 64px;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

.page--paymentmethod .form-check label::before, .page--paymentmethod .form-check label::after {
                display: none;
            }

.page--paymentmethod .form-check label img {
                position: absolute;

                top: 30px;
                left: 16px;

                width: auto;
                max-width: 32px;
            }

.page--paymentmethod .form-check label span {
                display: block;
                color: #1c1c1c;
                font-weight: 700;
                font-size: 18px;
                line-height: 24px;
                -webkit-transition: all .3s ease-out;
                transition: all .3s ease-out;
            }

.page--paymentmethod .form-check label span + span {
                    font-weight: 600;
                    font-size: 14px;
                    color: #575757;
                    line-height: 24px;
                }

.page--paymentmethod .form-check label span + input[type="text"] {
                    margin-top: 8px;
                }

@media (min-width: 768px) {

.page--paymentmethod .form-check label {
                padding-left: 136px
        }

                .page--paymentmethod .form-check label img {
                    left: 40px;
                }
            }

.page--paymentmethod .form-actions {
        padding-top: 18px;
    }

.page--paymentmethod .form-actions > * {
            margin-top: 24px;
        }

.page--paymentmethod .form-actions .row {
            -webkit-flex-direction: column-reverse !important;
                -ms-flex-direction: column-reverse !important;
                    -webkit-box-orient: vertical !important;
                    -webkit-box-direction: reverse !important;
                    flex-direction: column-reverse !important;
        }

@media (min-width: 996px) {

.page--paymentmethod .form-actions .row {
                -webkit-flex-direction: row !important;
                    -ms-flex-direction: row !important;
                        -webkit-box-orient: horizontal !important;
                        -webkit-box-direction: normal !important;
                        flex-direction: row !important
        }
            }

.page--paymentmethod .form-actions .row .col-md-6 {
                width: 100%;
                margin-top: 11px;
            }

@media (min-width: 996px) {

.page--paymentmethod .form-actions .row .col-md-6 {
                    margin-top: 0
            }
                }

.page--paymentmethod .form-actions .row .col-md-6 + .col-md-6 {
                    margin-top: 0;
                }

.page--paymentmethod .form-actions .btn {
            width: 100%;
        }

.page--paymentmethod.page--paymentmethod-third-party .row-orderlines-third-party-payment {
            padding-top: 20px;
        }

@media (min-width: 996px) {

.page--paymentmethod.page--paymentmethod-third-party .row-orderlines-third-party-payment {
                padding-top: 40px
        }
            }

.page--paymentmethod.page--paymentmethod-third-party .form-actions .col-md-6 {
                padding-left: 0;
                padding-right: 0;
            }

@media (min-width: 996px) {
                    .page--paymentmethod.page--paymentmethod-third-party .form-actions .col-md-6:first-child {
                        padding-left: 0;
                        padding-right: 16px;
                    }

                    .page--paymentmethod.page--paymentmethod-third-party .form-actions .col-md-6 + .col-md-6 {
                        padding-left: 16px;
                        padding-right: 0;
                    }
                }

.page--orderoverview #content form {
        width: 100%;
        max-width: 100%;
    }

.page--thankyou .banner.banner--top .banner--wrapper {
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              -webkit-box-pack: end;
              justify-content: flex-end;
    }

@media (min-width: 768px) {

.page--thankyou .banner.banner--top .banner--content {
        margin-right: 20%
    }
      }

.page--thankyou .content {
    margin-top: 50px;
  }

.page--thankyou .content h3 {
      font-size: 18px;
      border-bottom: solid 1px #c9e3e7;
      padding-bottom: 18px;
      margin-bottom: 40px;
    }

.page--thankyou .content p {
      margin-bottom: 32px;
      color: #756f71;
    }

.page--thankyou .content--pre + .container {
      padding-top: 60px;
      margin-bottom: 84px;

      position: relative;
    }

.page--thankyou .content--pre + .container::before {

        content: "\E915";
        position: absolute;
        left: 16px;
        top: 0;
        font-size: 52px;
        color: #fe5a5a;
      }

@media (min-width: 768px) {

.page--thankyou .content--pre + .container::before {
          left: 24px
      }
        }

.page--basket .page--title-inner, .page--basket .help__wrapper {
        margin-top: 40px;
        margin-bottom: 40px;
    }

@media (min-width: 768px) {

    }

.page--basket section#content {
        background: transparent;
    }

.page--basket .page--title-inner.page--title-inner-left:empty {
                display: none;
            }

.page--blog .content--pre {
    background: #fafafa;
  }

.page--blog .recent-news {
    padding-top: 10px;
  }

.page--blog-overview .container--content .row {
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                -webkit-box-align: stretch;
                align-items: stretch;
      }

.page--blog-overview .container--content .row .col-sm-9 > .container .row {
          width: auto;
          margin: 0 -16px;
        }

@media (min-width: 768px) {

.page--blog-overview .container--content .row .col-sm-9 > .container .row {
            margin: 0 -24px
        }
          }

.page--blog-detail .container--content > .row {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              -webkit-box-pack: center;
              justify-content: center;
    }

.page--blog-detail .recent-news .read-more--long {
        display: none;
      }

.page--blog .blog--share {
    text-align: center;
    margin-top: 35px;
    padding: 40px 0 10px;

    font-weight: 600;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
    border-top: 1px solid #dadada;
  }

@media (min-width: 768px) {

.page--blog .blog--share {
      margin-top: 35px
  }
    }

.page--blog .blog--share a {
      margin: 0 12px;
      display: inline-block;
      vertical-align: top;

      font-size: 25px;
      color: #8e8e8e;
      text-decoration: none;
    }

.page--blog .blog--share a:hover {
        color: #fe5a5a;
      }

.page--blog .blog--share a.google {
        font-size: 25px;
      }

.page--blog .blog--share a.google::before {
          content: '\E90F';
        }

.page--blog .blog--share a.facebook {
        font-size: 16px;
        position: relative;
        top: 3px;
      }

.page--blog .blog--share a.facebook::before {
          content: '\E90D';
        }

.page--blog .blog--share a.twitter {
        font-size: 18px;
        position: relative;
        top: 3px;
      }

.page--blog .blog--share a.twitter::before {
          content: '\E916';
        }

.page--account {
        background-color: #ffffff;
    }

.page--account .content--pre {
        background-color: #ffffff;
    }

.page--account section#content {
        background-color: #ffffff;
    }

.page--account .sidebar ul, .page--account .sidebar li {
            display: block;
            margin: 0;
        }

.page--account .sidebar a {
            position: relative;
            display: block;

            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            text-decoration: none;
            font-family: 'Muli', sans-serif;
            color: #575757;

            border-bottom: solid 1px #dadada;

            padding: 20px 0;
        }

.page--account .sidebar a:hover {
                color: #fe5a5a;
            }

.page--account .sidebar a.active {
                color: #fe5a5a;
            }

.page--account .sidebar ul {
            display: none;
        }

.page--account .sidebar .select {
            display: block;
        }

@media (min-width: 996px) {
            .page--account .sidebar ul {
                display: block;
            }

            .page--account .sidebar .select {
                display: none;
            }
        }

.page--account .sidebar .help {
            margin-top: 20px;
        }

.page--account .sidebar .help a {
                display: inline;

                font-size: 14px;
                line-height: 20px;

                border-bottom: 0;

                text-decoration: underline;
            }

@media (min-width: 996px) {

.page--account .back-link {
            left: 35.71429%;
            margin-left: -1px
    }
        }

.page--orderdetail .actions > *, .page--orderdetail .orderdetails > * {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 768px) {
            .page--orderdetail .actions > *:first-child {
                padding-right: 24px;
            }
            .page--orderdetail .orderdetails > *:first-child {
                padding-right: 24px;
            }

            .page--orderdetail .actions > *:last-child {
                padding-left: 24px;
            }

            .page--orderdetail .orderdetails > *:last-child {
                padding-left: 24px;
            }
        }

.page--orderdetail .actions a {
        width: 100%;
        margin-bottom: 20px;
    }

@media (min-width: 768px) {

.page--orderdetail .actions a {
            margin-bottom: 0
    }
        }

.page--orderdetail .products > h3 {
        margin-bottom: 32px;
        
        font-size: 18px;
    }

.page--orderdetail .ordersummary > * {
            padding: 0;
        }

.page--account-my-data .content-main .row {
      width: auto;
      margin: 16px -16px 0;
  }

@media (min-width: 996px) {

.page--account-my-data .content-main .row {
          margin: 16px -24px 0
  }

          .page--account-my-data .content-main .row.account--personal, .page--account-my-data .content-main .row.account--login {
              margin-top: 32px;
          }
      }

.page--account-my-data .content-main .row .col-sm-6 + .col-sm-6 {
              margin-top: 16px;
          }

@media (min-width: 768px) {

.page--account-my-data .content-main .row .col-sm-6 + .col-sm-6 {
                  margin-top: 0
          }
              }

.page--account-my-data .account--address .col-md-6 + .col-md-6 {
              margin-top: 24px;
          }

@media (min-width: 996px) {

.page--account-my-data .account--address .col-md-6 + .col-md-6 {
                  margin-top: 0
          }
              }

.page--account-my-data .account--address-list {
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              -webkit-box-align: stretch;
              align-items: stretch;
  }

.page--account-my-data .account--address-list .col-md-4 {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  flex-direction: column;

          padding-bottom: 36px;
          margin-bottom: 24px;

          position: relative;
      }

.page--account-my-data .account--address-list .col-md-4.default-address {
              -webkit-order: -1;
                  -ms-flex-order: -1;
                      -webkit-box-ordinal-group: 0;
                      order: -1;
          }

.page--account-my-data .account--address-list .col-md-4 p strong:empty::before {
                      content: 'x';
                      opacity: 0;
                  }

.page--account-my-data .account--address-list .col-md-4::before {
              content: ' ';

              height: 1px;
              position: absolute;
              bottom: 0;
              left: 24px;
              right: 24px;
              background: #dadada;
          }

.page--account-my-data .account--address-list .col-md-4 span.address.address--full {
              margin-bottom: 24px;
          }

.page--account-my-data .account--address-list .col-md-4 span.address.address--full + p {
                  margin-top: auto;
              }

.page--account-my-data .content-main h3 {
          padding-bottom: 18px;
          margin-bottom: 40px;

          position: relative;

          font-family: 'Muli', sans-serif;
          font-size: 20px;
          color: #1c1c1c;
          line-height: 24px;
      }

.page--account-my-data .content-main h3::before {
              content: ' ';

              height: 1px;
              display: block;

              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              -webkit-box-shadow: 0 1px 0 0 #dadada;
                      box-shadow: 0 1px 0 0 #dadada;
          }

.page--account-my-data .content-main p {
          font-size: 14px;
          color: #756f71;
          line-height: 24px;
      }

.page--account-my-data .content-main p strong {
              display: block;
              font-weight: 700;
              font-size: 14px;
              color: #1c1c1c;
              line-height: 32px;
          }

.page--account-my-data .content-main p a {
              margin-top: 8px;
              display: block;

              font-weight: bold;
              font-size: 14px;
              color: #1c1c1c;
              text-transform: uppercase;
          }

.page--account-my-data .content-main p span.spacer {
              margin-top: 8px;
              display: block;

              font-weight: bold;
              font-size: 14px;
              color: #1c1c1c;
              text-transform: uppercase;
          }

.page--account-my-data .content-main p span.spacer {
              height: 16px;
          }

.page--account-my-data .content-main p ~ p {
              margin-top: 24px;
          }

.page--account-my-data .content-main p.account--actions {
              margin-top: 24px;
          }

.page--account-my-data .account--actions a {
      margin-top: 16px;
      display: block;

      font-weight: bold;
      font-size: 14px;
      color: #1c1c1c;
      text-transform: uppercase;
  }

.page--account-my-data .account--actions a:first-child {
          margin-top: 0;
      }

.page--account-my-data.page--account-reset-password .new-password > div + div {
                  margin-top: 16px;
              }

.page--account-my-accounts .account--overview-row {
            margin: 0;
            padding: 22px 0 26px;

            display: -webkit-flex;

            display: -ms-flexbox;

            display: -webkit-box;

            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    flex-direction: column;

            font-family: 'Muli', sans-serif;
            font-size: 18px;
            color: #756f71;
            line-height: 24px;

            position: relative;
        }

@media (min-width: 996px) {

.page--account-my-accounts .account--overview-row {
                -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        flex-direction: row
        }
            }

.page--account-my-accounts .account--overview-row::before {
                content: ' ';

                height: 1px;
                display: block;

                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;

                -webkit-box-shadow: 0 1px 0 0 #dadada;

                        box-shadow: 0 1px 0 0 #dadada;
            }

.page--account-my-accounts .account--overview-row::after {
                content: ' ';

                height: 1px;
                display: block;

                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;

                -webkit-box-shadow: 0 1px 0 0 #dadada;

                        box-shadow: 0 1px 0 0 #dadada;
            }

.page--account-my-accounts .account--overview-row::before {
                top: 0;
            }

.page--account-my-accounts .account--overview-row ~ .account--overview-row::before {
                    display: none;
                }

.page--account-my-accounts .account--overview-row .col-md-5 a {
                    display: block;

                    color: #1c1c1c;
                    text-decoration: none;
                }

.page--account-my-accounts .account--overview-row .col-md-5 a:hover {
                        text-decoration: none;
                    }

@media (min-width: 996px) {

.page--account-my-accounts .account--overview-row .col-md-2 {
                    text-align: right
            }
                }

.page--account-my-accounts .account--overview-row .col-md-2 a {
                    position: relative;
                    display: inline-block;
                    color: #1c1c1c;
                    text-decoration: none;
                    top: 2px;
                }

.page--account-my-accounts .account--overview-row .col-md-2 a:hover {
                        text-decoration: none;
                    }

.page--segment {
  background: #ffffff;
}

.page--segment section#content {
    background: #ffffff;
  }

.page--segment-overview .block-text + .row {
        margin-top: 60px;
      }

@media (min-width: 768px) {

.page--segment-overview .block-text + .row {
          margin-top: 126px
      }
        }

.page--checkout-shipping #content form {
        width: 100%;
        max-width: none;
    }

.page--checkout-shipping #content form .col-md-4 + .col-md-4, .page--checkout-shipping #content form .col-md-8 + .col-md-4 {
            margin-top: 40px;
          }

@media (min-width: 996px) {

.page--checkout-shipping #content form .col-md-4 + .col-md-4, .page--checkout-shipping #content form .col-md-8 + .col-md-4 {
              margin-top: 0
          }
            }

.page--checkout-shipping #content form .form-actions button {
                width: 100%;
            }

.page--checkout-shipping #content form h3:not(.orderline--title) {
            padding-bottom: 18px;
            margin-bottom: 24px;

            position: relative;
        }

.page--checkout-shipping #content form h3:not(.orderline--title)::before {
                content: '';
                
                height: 1px;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;

                background: #fbfbfb;
                -webkit-box-shadow: 0 1px 0 0 #dadada;
                        box-shadow: 0 1px 0 0 #dadada;
            }

.page--checkout-shipping #content form h4 {
          font-size: 18px;
          color: #1c1c1c;
          line-height: 24px;
        }

.page--checkout-shipping #content form p.select-pickup {
            font-size: 14px;
            color: #575757;
            line-height: 24px;
          }

.page--checkout-shipping #content form p.shipping-address {
            font-size: 14px;
            color: #575757;
            line-height: 24px;
          }

.page--checkout-shipping #content form p.billing-address {
            font-size: 14px;
            color: #575757;
            line-height: 24px;
          }

.page--checkout-shipping #content form input[type="hidden"] + p {
            margin-top: 0;
          }

.page--checkout-shipping #content form .select-shipping-method-col > h4 {
            padding: 0 25px;
            margin: 24px 0 25px;

            font-weight: 700;
            font-size: 16px;
            color: #1c1c1c;
            line-height: 24px;
          }

.page--checkout-shipping #content form #select-shipping > h4 {
            padding: 36px 0 0;
            margin: 0;

            font-weight: 700;
            font-size: 18px;
            color: #1c1c1c;
            line-height: 24px;
          }

.page--checkout-shipping #content form #select-shipping > h4::before {
              display: none;
            }

.page--checkout-shipping #content form .billing-address-list {
          max-height: 242px;
          margin-top: 16px;
          padding: 0 24px;
          
          overflow-y: auto;

          background: #ffffff;
          -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);
                  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);
        }

.page--checkout-shipping #content form .shipping-address-list {
          max-height: 242px;
          margin-top: 16px;
          padding: 0 24px;
          
          overflow-y: auto;

          background: #ffffff;
          -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);
                  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);
        }

.page--checkout-shipping #content form .billing-address-list .form-radio {
            border-bottom: 1px solid #dadada;
          }

.page--checkout-shipping #content form .shipping-address-list .form-radio {
            border-bottom: 1px solid #dadada;
          }

.page--checkout-shipping #content form .billing-address-list .form-radio:last-child, .page--checkout-shipping #content form .shipping-address-list .form-radio:last-child {
              border-bottom: 0;
            }

.page--checkout-shipping #content form .billing-address-list input[type="radio"] + label::after, .page--checkout-shipping #content form .shipping-address-list input[type="radio"] + label::after {
                display: none;
              }

.page--checkout-shipping #content form .billing-address-list input[type="radio"]:checked + label::after, .page--checkout-shipping #content form .shipping-address-list input[type="radio"]:checked + label::after {
                  display: block;
                }

.page--checkout-shipping #content form .billing-address-list label {
            font-size: 16px;
            line-height: 24px;
            color: #575757;

            padding: 9px 0 9px 48px;
          }

.page--checkout-shipping #content form .shipping-address-list label {
            font-size: 16px;
            line-height: 24px;
            color: #575757;

            padding: 9px 0 9px 48px;
          }

.page--checkout-shipping #content form .billing-address-list label span, .page--checkout-shipping #content form .shipping-address-list label span {
              display: block;

              /* &:first-line {
                font-size: 14px;
                font-weight: var(--font-weight-bold);
                line-height: 24px;
                color: var(--color-cod-gray);
              } */
            }

.page--checkout-shipping #content form .billing-address-list label::before, .page--checkout-shipping #content form .billing-address-list label::after, .page--checkout-shipping #content form .shipping-address-list label::before, .page--checkout-shipping #content form .shipping-address-list label::after {
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
            }

.page--checkout-shipping #content form .add-address-container {
          margin-top: 40px;
        }

.page--checkout-shipping #content form .add-address-container a {
            font-size: 16px;
            color: #1c1c1c;
          }

.page--checkout-shipping #shipping_shippingMethodId {
        padding: 22px 22px 26px 22px;

        background: #ffffff;
        -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);
                box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);
    }

.page--checkout-shipping #shipping_shippingMethodId .form-check {
            display: block;
        }

.page--checkout-shipping #shipping_shippingMethodId .form-check + .form-check {
              margin-top: 16px;
              margin-left: 0;
            }

.page--checkout-shipping .box--shipping {
      margin-top: 16px;
    }

.page--checkout-shipping .box--shipping a {
        display: block;
        padding: 22px 22px 26px 22px;

        background: #ffffff;
        -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);
                box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .08);

        font-size: 14px;
        line-height: 20px;
        color: #1c1c1c;
        text-decoration: none;
      }

.page--checkout-shipping .box--shipping a:hover {
          background: #fe5a5a;
          color: #ffffff;
        }

.page--checkout-shipping .box--shipping a span {
          font-size: 12px;
          line-height: 16px;
        }

.page--my-configuration .orderline--amount {
      text-align: right;
    }

.page--my-configuration .orderline--bar a {
        font-size: 14px;
        color: #575757;
      }

.container-external-upload {
  padding-bottom: 87px;
}

.page--request-quote .content--pre .banner.banner--top .banner--wrapper {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
    }

@media (min-width: 996px) {

.page--request-quote .content--pre .banner.banner--top .banner--wrapper {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row
    }
      }

.page--request-quote .content--pre .trustpilot--widget {
      position: static;
      margin: 16px 22px;
    }

@media (min-width: 996px) {

.page--request-quote .content--pre .trustpilot--widget {
        position: absolute;
        right: -139px;
        top: 75px
    }
      }

.page--request-quote .content--pre .widget--mobile {
      display: block;
    }

@media (min-width: 996px) {

.page--request-quote .content--pre .widget--mobile {
        display: none
    }
      }

.page--request-quote .content--pre .widget--desktop {
      display: none;
    }

@media (min-width: 996px) {

.page--request-quote .content--pre .widget--desktop {
        display: block
    }
      }

.page--request-quote .container--content .col-sm-3 {
      margin-top: 30px;
      display: none;
    }

@media (min-width: 768px) {

.page--request-quote .container--content .col-sm-3 {
        display: block
    }
      }

.page--request-quote .container--content h2 {
      font-size: 36px;
      line-height: 45px;
    }

.page--request-quote .container--content h2 + p {
        margin-top: 10px;

        font-size: 14px;
        line-height: 18px;
        color: #101010;
      }

.page--request-quote .container--content form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-flow: column nowrap;
    }

.page--request-quote .container--content fieldset {
      width: 100%;
    }

.page--request-quote .container--content legend {
      padding-bottom: 10px;

      font-size: 14px;
      line-height: 18px;
      color: #101010;
    }

.page--request-quote .container--content legend ~ div {
        margin-top: 10px;
      }

.page--request-quote .container--content .form-actions {
      width: 100%;
    }

.page--request-quote .container--content .fieldset-row {

      /* &__custom {
        justify-content: flex-start;

        > div {
          &:first-child {
            width: 50%;

            ~ div {
              max-width: 25%;
              padding-left: 10px;
            }
          }
        }
      } */
    }

.page--request-quote .container--content .fieldset-row > div {
        width: 100%;
      }

.page--request-quote .container--content .fieldset-row > div ~ div {
          margin-top: 0;
        }

.page--request-quote .container--content textarea {
      min-height: 230px;
    }

.page--request-quote .container--content .drop--zone-contaner {
      width: 100%;
      height: 48px;
      min-height: 0;
      padding: 12px 16px;
      display: block;
      overflow: hidden;

      background: #ffffff;
      border: 2px dashed #dbdbdc;
      border-radius: 3px;

      font-family: 'Muli', sans-serif;
      font-size: 14px;
      color: #1c1c1c;
      line-height: 24px;
    }

.page--request-quote .container--content .drop--zone-contaner.error {
        border-color: #fe5a5a;
      }

.page--request-quote .container--content .drop--zone-contaner .dz-preview .dz-image {
          display: none;
        }

.page--request-quote .container--content .drop--zone-contaner .dz-preview .dz-details {
          display: block;
        }

.page--request-quote .container--content .drop--zone-contaner .dz-preview .dz-details .dz-size {
            display: none;
          }

.page--request-quote .container--content .drop--zone-contaner .dz-preview .dz-details .dz-filename {

          }

.page--request-quote .container--content .drop--zone-contaner .dz-preview .dz-progress {
          display: none !important;
        }

.page--request-quote .container--content .sidebar__usp-btn {
      margin-top: 10px;
      position: relative;
    }

.page--request-quote .container--content .sidebar__usp-btn a {
        max-width: 80%;
        padding: 14px 44px;

        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: #06a38a;
        text-transform: uppercase;
        text-align: center;

        background: #ffffff;
        -webkit-box-shadow: 4px 11px 20px rgba(0, 0, 0, .12);
                box-shadow: 4px 11px 20px rgba(0, 0, 0, .12);
        border-radius: 5px;
        opacity: 1;

        position: relative;
        z-index: 1;
        text-decoration: none;

        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
      }

.page--request-quote .container--content .sidebar__usp-btn a:hover {
          -webkit-box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
                  box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .16);
        }

.page--request-quote .container--content .sidebar__usp-img {
      display: block;
      margin-top: 6px;
    }

@media (min-width: 768px) {
      .page--request-quote .container--content .col-sm-3 {
        margin-top: 0;
      }

      .page--request-quote .container--content .fieldset-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-flow: row nowrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                -webkit-box-pack: justify;
                justify-content: space-between;
      }

        .page--request-quote .container--content .fieldset-row > div {
          width: calc(50% - 5px);
        }

          .page--request-quote .container--content .fieldset-row > div ~ div {
            margin-top: 0;
          }

        .page--request-quote .container--content .fieldset-row__custom {
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  -webkit-box-pack: start;
                  justify-content: flex-start;
        }
            .page--request-quote .container--content .fieldset-row__custom > div:first-child {
              width: 50%;
            }

              .page--request-quote .container--content .fieldset-row__custom > div:first-child ~ div {
                max-width: 25%;
                padding-left: 10px;
              }
  }

@media (min-width: 1280px) {
      .page--request-quote .container--content form {
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-flow: row wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                -webkit-box-pack: justify;
                justify-content: space-between;
      }

      .page--request-quote .container--content fieldset {
        width: calc(50% - 10px);
      }
  }

@media (min-width: 768px) {
        .page--request-quote .container--content .help__image {
          top: 75px;
          left: 50%;
        }

        .page--request-quote .container--content .help__content {
          padding-top: 150px;
          padding-left: 0;
        }
      }

@media (min-width: 1280px) {
        .page--request-quote .container--content .help__image {
          top: 50%;
          left: 75px;
        }

        .page--request-quote .container--content .help__content {
          padding-top: 0;
          padding-left: 120px;
        }
      }

